fix bug in dumping self-referential scalars
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a summary of significant changes
2 between versions and sub-versions of Perl, not necessarily a complete
3 list of each modification.  If you'd like more detailed information,
4 please consult the comments in the patches on which the relevant
5 release of Perl is based.  (Patches can be found on any CPAN
6 site, in the .../src/5.0 directory for full version releases,
7 or in the .../src/5/0/unsupported directory for sub-version
8 releases.)
9
10
11                            ---------------
12                             CAST AND CREW
13                            ---------------
14
15 To give due honor to those who have made Perl what is is today,
16 here are some of the more common names in the Changes file, and their
17 current addresses (as of July 1998):
18
19     Gisle Aas           <gisle@aas.no>
20     Abigail             <abigail@fnx.com>
21     Kenneth Albanowski  <kjahds@kjahds.com>
22     Russ Allbery        <rra@stanford.edu>
23     Spider Boardman     <spider@orb.nashua.nh.us>
24     Tom Christiansen    <tchrist@perl.com>
25     Jan Dubois          <jan.dubois@ibm.net>
26     Hallvard B Furuseth <h.b.furuseth@usit.uio.no>
27     M. J. T. Guy        <mjtg@cus.cam.ac.uk>
28     Jarkko Hietaniemi   <jhi@iki.fi>
29     Nick Ing-Simmons    <nik@tiuk.ti.com>
30     Andreas Koenig      <a.koenig@mind.de>
31     Doug MacEachern     <dougm@opengroup.org>
32     Paul Marquess       <Paul.Marquess@btinternet.com>
33     Stephen McCamant    <alias@mcs.com>
34     Laszlo Molnar       <laszlo.molnar@eth.ericsson.se>
35     Hans Mulder         <hansmu@xs4all.nl>
36     Matthias Neeracher  <neeri@iis.ee.ethz.ch>
37     Jeff Okamoto        <okamoto@hpcc123.corp.hp.com>
38     Ulrich Pfeifer      <pfeifer@charly.informatik.uni-dortmund.de>
39     Tom Phoenix         <rootbeer@teleport.com>
40     Joshua Pritikin     <joshua.pritikin@db.com>
41     Norbert Pueschel    <pueschel@imsdd.meb.uni-bonn.de>
42     Dean Roehrich       <roehrich@cray.com>
43     Hugo van der Sanden <hv@crypt0.demon.co.uk>
44     Roderick Schertler  <roderick@argon.org>
45     Kurt D. Starsinic   <kstar@isinet.com>
46     Dan Sugalski        <sugalskd@osshe.edu>
47     Larry W. Virden     <lvirden@cas.org>
48     Ilya Zakharevich    <ilya@math.ohio-state.edu>
49
50 And the Keepers of the Patch Pumpkin:
51
52     Charles Bailey      <bailey@newman.upenn.edu>
53     Graham Barr         <gbarr@ti.com>
54     Malcolm Beattie     <mbeattie@sable.ox.ac.uk>
55     Tim Bunce           <Tim.Bunce@ig.co.uk>
56     Andy Dougherty      <doughera@lafcol.lafayette.edu>
57     Gurusamy Sarathy    <gsar@activestate.com>
58     Chip Salzenberg     <chip@perl.com>
59
60 And, of course, the Author of Perl:
61
62     Larry Wall          <larry@wall.org>
63
64
65 NOTE: Each change entry shows the change number; who checked it into the
66 repository; when; description of the change; which branch the change
67 happened in; and the affected files.  The file lists have a short symbolic
68 indicator:
69
70             !       modified
71             +       added
72             -       deleted
73             +>      branched (from elsewhere)
74             !>      merged changes (from elsewhere)
75
76
77 ----------------
78 Version v5.5.640        Development release working toward 5.6
79 ----------------
80
81 ____________________________________________________________________________
82 [  4813] By: jhi                                   on 2000/01/18  19:41:33
83         Log: metaconfig todo note from Andy.
84      Branch: cfgperl
85            ! Configure config_h.SH
86      Branch: metaconfig
87            ! U/installdirs/inc_version_list.U
88 ____________________________________________________________________________
89 [  4812] By: jhi                                   on 2000/01/18  15:02:55
90         Log: More -V.
91      Branch: cfgperl
92            ! perl.c
93 ____________________________________________________________________________
94 [  4811] By: jhi                                   on 2000/01/18  10:35:30
95         Log: More compile-time options shown with -V.
96      Branch: cfgperl
97            ! perl.c
98 ____________________________________________________________________________
99 [  4810] By: jhi                                   on 2000/01/17  08:35:49
100         Log: Add -D_GNU_SOURCE into ccflags for gcc (for now to expose
101              the strtold() and qgcvt() prototypes for long doubles, but
102              it should be okay in any case); fix bad assumptions in the
103              test suite about string->float conversions; though the out
104              parameter of strtold() (and strtoll()) is unused, it is nicer
105              to have it in correct type.
106      Branch: cfgperl
107            ! Configure config_h.SH perl.h t/lib/posix.t t/op/pack.t
108      Branch: metaconfig
109            ! U/modified/cc.U
110 ____________________________________________________________________________
111 [  4809] By: jhi                                   on 2000/01/16  19:21:18
112         Log: strtoll works better ternary.
113      Branch: cfgperl
114            ! perl.h
115 ____________________________________________________________________________
116 [  4808] By: jhi                                   on 2000/01/16  19:12:58
117         Log: Know strtoll.
118      Branch: cfgperl
119            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
120            ! config_h.SH perl.h
121 ____________________________________________________________________________
122 [  4807] By: jhi                                   on 2000/01/16  17:57:03
123         Log: Integrate with Sarathy.
124      Branch: cfgperl
125           !> dump.c gv.c gv.h lib/vars.pm op.c op.h perl.h pod/perlfunc.pod
126           !> sv.c sv.h t/pragma/strict-vars toke.c util.c
127 ____________________________________________________________________________
128 [  4806] By: jhi                                   on 2000/01/16  16:37:47
129         Log: Continue qgcvt work; closer now but not yet there.
130      Branch: cfgperl
131            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
132            ! config_h.SH doop.c utf8.c
133      Branch: metaconfig
134            ! U/compline/d_gconvert.U
135      Branch: metaconfig/U/perl
136            ! d_qgcvt.U
137 ____________________________________________________________________________
138 [  4805] By: jhi                                   on 2000/01/15  22:26:16
139         Log: Metaconfig and Porting patches from Andy; start using the new
140              long long and long double thingies from #4804; regen Configure.
141      Branch: cfgperl
142            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
143            ! Porting/pumpkin.pod config_h.SH patchlevel.h perl.h util.c
144      Branch: metaconfig
145            + U/dist_patches/dist-p70a U/dist_patches/dist-p70b
146            + U/dist_patches/dist-p70c U/installdirs/inc_version_list.U
147            + U/modified/myhostname.U U/modified/nis.U U/nullified/fpu.U
148            + U/nullified/lib.U
149            ! U/README U/compline/d_gconvert.U U/installdirs/sitearch.U
150            ! U/installdirs/sitelib.U U/installdirs/vendorarch.U
151            ! U/installdirs/vendorlib.U U/modified/Cppsym.U U/modified/Loc.U
152            ! U/modified/Oldconfig.U U/modified/Signal.U
153            ! U/modified/sig_name.U U/threads/usethreads.U
154      Branch: metaconfig/U/perl
155            ! d_qgcvt.U d_strtold.U d_strtoll.U d_strtoq.U d_strtoull.U
156            ! d_strtouq.U dlsrc.U i_db.U libperl.U patchlevel.U
157            ! usemultiplicity.U
158      Branch: perl
159            ! perl.h util.c
160 ____________________________________________________________________________
161 [  4804] By: jhi                                   on 2000/01/14  14:22:24
162         Log: Add more quad/long long/long double sciency.
163      Branch: metaconfig/U/perl
164            + d_qgcvt.U d_strtold.U d_strtoll.U d_strtoq.U d_strtoull.U
165            + d_strtouq.U
166 ____________________________________________________________________________
167 [  4803] By: gsar                                  on 2000/01/14  04:40:49
168         Log: minor optimization (avoid double sv_upgrade() for "our Foo $bar;")
169      Branch: perl
170            ! op.c
171 ____________________________________________________________________________
172 [  4802] By: gsar                                  on 2000/01/14  04:35:55
173         Log: add note about "our"
174      Branch: perl
175            ! lib/vars.pm
176 ____________________________________________________________________________
177 [  4801] By: gsar                                  on 2000/01/14  04:16:51
178         Log: nailed "our" declarations, and better warnings on duplicate
179              "our" declarations
180      Branch: perl
181            ! dump.c gv.c gv.h op.c pod/perlfunc.pod sv.c sv.h
182            ! t/pragma/strict-vars toke.c
183 ____________________________________________________________________________
184 [  4800] By: gsar                                  on 2000/01/14  01:27:13
185         Log: avoid spurious "Useless use of variable" warning on C<our $foo;>
186      Branch: perl
187            ! dump.c op.c op.h
188 ____________________________________________________________________________
189 [  4799] By: gsar                                  on 2000/01/14  01:17:15
190         Log: doc typo
191      Branch: perl
192            ! pod/perlfunc.pod
193 ____________________________________________________________________________
194 [  4798] By: jhi                                   on 2000/01/13  16:31:34
195         Log: Integrate with Sarathy.
196      Branch: cfgperl
197           +> epoc/config.sh epoc/epocish.c epoc/link.pl
198           +> ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/hints/openbsd.pl
199           +> ext/IPC/SysV/hints/cygwin.pl ext/NDBM_File/hints/cygwin.pl
200           +> ext/ODBM_File/hints/cygwin.pl lib/byte.pm lib/byte_heavy.pl
201           +> lib/unicode/Unicode.300 pod/perlfork.pod t/lib/glob-case.t
202           +> win32/perlhost.h win32/vdir.h win32/vmem.h
203            - epoc/Config.pm epoc/autosplit.pl epoc/config.h epoc/perl.mmp
204            - epoc/perl.pkg ext/DynaLoader/dl_cygwin.xs
205            - lib/unicode/UnicodeData-Latest.txt os2/POSIX.mkfifo
206           !> (integrate 282 files)
207 ____________________________________________________________________________
208 [  4797] By: gsar                                  on 2000/01/13  08:12:56
209         Log: clearer docs for change#4796; faster av_exists()
210      Branch: perl
211            ! av.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
212 ____________________________________________________________________________
213 [  4796] By: gsar                                  on 2000/01/13  06:49:03
214         Log: support delete() and exists() on array, tied array, and pseudo-hash
215              elements or slices
216      Branch: perl
217            ! av.c embed.h embed.pl global.sym lib/Tie/Array.pm
218            ! lib/Tie/Hash.pm objXSUB.h op.c perlapi.c pod/perldelta.pod
219            ! pod/perlfunc.pod pod/perlref.pod pod/perltie.pod pp.c proto.h
220            ! t/op/avhv.t t/op/delete.t
221 ____________________________________________________________________________
222 [  4795] By: gsar                                  on 2000/01/11  20:52:30
223         Log: extend site_perl changes change#4773 to vendor_perl as well
224      Branch: perl
225            ! Configure
226 ____________________________________________________________________________
227 [  4794] By: gsar                                  on 2000/01/11  19:18:50
228         Log: rework INSTALL to reflect new logic for versioning sitelibs
229      Branch: perl
230            ! INSTALL
231 ____________________________________________________________________________
232 [  4793] By: gsar                                  on 2000/01/11  01:44:00
233         Log: test for change#4792
234      Branch: perl
235            ! t/op/fork.t
236 ____________________________________________________________________________
237 [  4792] By: gsar                                  on 2000/01/11  01:22:36
238         Log: pseudo forked children inherit environment correctly
239      Branch: perl
240            ! win32/perlhost.h
241 ____________________________________________________________________________
242 [  4791] By: gsar                                  on 2000/01/10  19:14:03
243         Log: test tweak
244      Branch: perl
245            ! t/op/fork.t
246 ____________________________________________________________________________
247 [  4790] By: gsar                                  on 2000/01/10  18:56:16
248         Log: check for USE_ITHREADS sanity was too restrictive
249      Branch: perl
250            ! perl.h
251 ____________________________________________________________________________
252 [  4789] By: gsar                                  on 2000/01/10  18:30:24
253         Log: add workaround for textmode read() bug in MSVCRT; make chdir() do
254              a real SetCurrentDirectory() in toplevel host
255      Branch: perl
256            ! README.win32 win32/Makefile win32/makefile.mk win32/perlhost.h
257            ! win32/vdir.h win32/win32.c
258 ____________________________________________________________________________
259 [  4788] By: chip                                  on 2000/01/10  17:52:39
260         Log: Integrate #4779 from mainline:
261              terminate -s switch processing only on C<-->, not on C<--foo>
262      Branch: maint-5.005/perl
263            ! perl.c
264 ____________________________________________________________________________
265 [  4787] By: chip                                  on 2000/01/10  17:51:17
266         Log: Tweak change #4785.
267      Branch: maint-5.005/perl
268            ! win32/win32.c
269 ____________________________________________________________________________
270 [  4786] By: chip                                  on 2000/01/10  17:11:40
271         Log: Make automatically-generated files +w (type "text+w").
272      Branch: maint-5.005/perl
273            ! embed.h embedvar.h ext/B/B/Asmdata.pm keywords.h objXSUB.h
274            ! opcode.h pod/perltoc.pod pp_proto.h regnodes.h
275            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
276 ____________________________________________________________________________
277 [  4785] By: chip                                  on 2000/01/10  17:08:48
278         Log: Patch from Sarathy to integrate changes from mainline: 2751,
279              2821, 2916, 2930, 2931, 2937 2990, 3033, 3036, 3042, 3061, 3097,
280              3123, 3134, 3135, 3269, 3270, 3300, 3316, 3345 3350, 3353, 3362,
281              3363, 3396, 3419, 3423, 3445, 3446, 3447, 3449, 3450, 3451, 3487
282              3493, 3514, 3533, 3548, 3549, 3588, 3682, 3685, 3699, 3785,
283              3804, 3811, 3897, 4057 4102, 4103, 4230, 4401, 4420, 4504
284              --
285              enable better Win32::DomainName() by demand loading netapi32.dll
286              (from Jan Dubois)
287              --
288              win32_utime() on directories should use localtime() rather
289              than gmtime() (from Jan Dubois)
290              --
291              serious bug introduced by G_VOID changes in 5.003_96: scalar
292              eval"" did not pop stack correctly; C<$a = eval "(1,2)x1">
293              is one symptom of the problem
294              --
295              add $installarchlib/CORE to default linker search path on windows
296              --
297              fix memory leak in C<sub f { split ' ', "a b" } f() while 1>
298              --
299              fix memory leak in C<sub f { @_ = 1 } f() while 1>
300              --
301              avoid hiding child process window
302              --
303              optimizations could sometimes bypass bareword check
304              --
305              fix typo that caused INSTALLPRIVLIB to have doubled 'perl5'
306              --
307              Pod::Html tweak
308              From: jan.dubois@ibm.net (Jan Dubois)
309              To: perl5-porters@perl.org
310              Subject: [PATCH 5.005_58] pod2html: Missing chunk for VMS filenames
311              Date: Tue, 27 Jul 1999 22:14:12 +0200
312              Message-ID: <37a50af0.46171380@smtp1.ibm.net>
313              --
314              don't quit if =head* wasn't found (suggested by Roland Bauer
315              <roland.bauer@fff.at>)
316              --
317              avoid bug in win32_str_os_error() (from Jan Dubois)
318              --
319              applied suggested patch, along with later tweak
320              From: jan.dubois@ibm.net (Jan Dubois)
321              Date: Wed, 14 Jul 1999 23:53:43 +0200
322              Message-ID: <37a902e7.15977234@smtp1.ibm.net>
323              Subject: Merge ActivePerl Stylesheet support etc into Pod::Html.pm
324              --
325              use a better prefixify() heuristic than m/perl/ (prefix/lib/perl5
326              and prefix/lib/perl5/man are ass_u_med only if those directories
327              actually exist; else prefix/{lib,man} are used)
328              --
329              allow C<-foo> under C<use integer> (behavior of C<-$string>
330              is unchanged still)
331              --
332              avoid race condition in the CAPI extension bootstrap handler
333              --
334              sanity check to cover the case when perl is installed into the
335              X:\ (drive root)
336              --
337              truncate() has a peculiar exemption from strict barewords, even
338              though it has a non-filehandle prototype
339              --
340              change#3447 didn't do enough to exempt Foo->bar(qw/.../) from
341              strict 'subs'
342              --
343              change#3449 wasn't doing enough
344              --
345              make win32_spawnvp() inherit standard handles even when they
346              may be redirected
347              --
348              minor logic tweak for reserved word warning
349              --
350              oops, some files missing in change#3449
351              --
352              allow '*' prototype to autoquote even barewords that happen to be
353              function names; parens or ampersand continue to force the other
354              interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;>
355              do the right thing, for example
356              --
357              redo change#2061 and parts of change#1169 with code in the
358              parser; PL_last_proto hackery gone, strict 'subs' in now
359              implemented in the optimizer where specifying the exceptional
360              cases is much more robust; '*' (bareword) prototype now works
361              reliably when used in second and subsequent arguments
362              --
363              remove redundant part of change#1169 superceded by change#2061;
364              avoid "future reserved word" warning on prototypical bearwords
365              --
366              s/isspace/isSPACE/g and make sure the CRT version is always
367              passed an unsigned char (fixes random occurrence of spaces in
368              arguments containing high-bit chars passed to spawned children,
369              on win32)
370              --
371              on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
372              found (brings sitelib intuition in line with privlib)
373              --
374              mortalize string allocations by win32_get_{priv,site}lib()
375              (fixes small memory leak in interpreter)
376              --
377              opendir(D,"x:") on win32 opens cwd() for drive rather than root;
378              stat() behaves similarly
379              --
380              documentation for Win32 builtins (somewhat modified)
381              From: jan.dubois@ibm.net (Jan Dubois)
382              Date: Tue, 30 Mar 1999 08:05:03 +0200
383              Message-ID: <37006783.1926460@smtp1.ibm.net>
384              Subject: Re: Issues with build 509 
385              --
386              provide File::Copy::syscopy() via Win32::CopyFile() on win32
387              --
388              more bulletproof workaround for mangled paths;
389              provide Win32::GetLongPathName()
390              --
391              normalize $^X to full pathname on win32
392              --
393              work around mangled archname on win32 while finding privlib/sitelib;
394              normalize lib paths to forward slashes internally
395              --
396              avoid negative return value from Win32::GetTickCount()
397              From: jan.dubois@ibm.net (Jan Dubois)
398              Date: Sat, 03 Apr 1999 19:04:18 +0200
399              Message-ID: <37084742.22824479@smtp1.ibm.net>
400              Subject: Re: Win32::GetTickCount
401              --
402              adjust win32_stat() to cope with FindFirstFile() and stat() bugs
403              (makes opendir(D,"c:") work reliably)
404              --
405              fix buggy reference count on refs to SVs with autoviv magic
406              (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
407              accessing free()d memory)
408              --
409              fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
410              on win32)
411              --
412              flip release & version in win32_uname()
413              --
414              support POSIX::uname() via win32_uname()
415              --
416              implement win32_spawnvp() internally, making it return true PIDs
417              for asynchronous spawns; fix win32_kill() to always deal with
418              PIDs
419              --
420              use yyerror() instead of croak() so that compile-time failures in
421              my(LIST) don't confuse globals with lexicals
422              --
423              allow custom comparison function in File::Compare::compare_text()
424              From: jan.dubois@ibm.net (Jan Dubois)
425              Date: Fri, 26 Feb 1999 21:56:09 +0100
426              Message-ID: <36db0838.8805651@smtp1.ibm.net>
427              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
428              --
429              slightly edited version of suggested patch
430              From: jan.dubois@ibm.net (Jan Dubois)
431              Date: Mon, 01 Mar 1999 00:32:05 +0100
432              Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
433              Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
434              --
435              revert parts of change#2990 to preserve predictable usage of
436              Win32::Foo() as stacked list values
437              From: jan.dubois@ibm.net (Jan Dubois)
438              Date: Sat, 27 Feb 1999 18:24:17 +0100
439              Message-ID: <36e22849.36531259@smtp1.ibm.net>
440              Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup 
441              --
442              add File::Compare::compare_text()
443              From: jan.dubois@ibm.net (Jan Dubois)
444              Date: Fri, 26 Feb 1999 00:20:41 +0100
445              Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
446              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
447              --
448              From: jan.dubois@ibm.net (Jan Dubois)
449              Date: Thu, 18 Feb 1999 19:14:07 +0100
450              Message-ID: <36d15809.40853323@smtp1.ibm.net>
451              Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
452              --
453              support Win32::GetFullPathName() and Win32::SetLastError()
454              From: jan.dubois@ibm.net (Jan Dubois)
455              Date: Tue, 09 Feb 1999 22:27:31 +0100
456              Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
457              Subject: [PATCH _54] Win32::GetFullPathName
458              --
459              backout change#2811 and add newer version based on File::Spec
460              From: Barrie Slaymaker <rbs@telerama.com>
461              Date: Thu, 11 Feb 1999 16:29:24 -0500
462              Message-ID: <36C34BB4.A62090E0@telerama.com>
463              Subject: (pod2html) Relative URLs using new File::Spec
464              --
465              From: Barrie Slaymaker <rbs@telerama.com>
466              Date: Thu, 11 Feb 1999 19:39:48 -0500
467              Message-ID: <36C37854.707D139@telerama.com>
468              Subject: Merging File::PathConvert in to File::Spec
469              --
470              back out change#2751, apply updated version 
471              From: jan.dubois@ibm.net (Jan Dubois)
472              Date: Sat, 06 Feb 1999 01:06:29 +0100
473              Message-ID: <36bc844c.18763049@smtp1.ibm.net>
474              Subject: [PATCH] Cleanup of File::Spec module
475              --
476              pod2html misinterprets Foo::Bar as a URL
477              (fix suggested by Alexander Barilo
478              <Alexander.Barilo@aexp.com>)
479              --
480              devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
481      Branch: maint-5.005/perl
482            + lib/File/Spec/Functions.pm pod/Win32.pod
483            ! MANIFEST cop.h dump.c embed.h ext/SDBM_File/sdbm/dbe.c
484            ! global.sym iperlsys.h lib/CGI.pm lib/CGI/Carp.pm
485            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/xsubpp
486            ! lib/File/Compare.pm lib/File/Copy.pm lib/File/Spec.pm
487            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
488            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
489            ! lib/File/Spec/Win32.pm lib/Pod/Html.pm objXSUB.h objpp.h op.c
490            ! op.h perl.h pp.c pp_ctl.c pp_hot.c proto.h t/comp/proto.t
491            ! t/io/fs.t t/lib/fatal.t t/op/eval.t t/op/magic.t t/op/ref.t
492            ! t/pragma/strict-subs toke.c utils/perldoc.PL win32/GenCAPI.pl
493            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
494            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
495            ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
496            ! win32/runperl.c win32/win32.c win32/win32.h win32/win32iop.h
497            ! win32/win32sck.c
498 ____________________________________________________________________________
499 [  4784] By: chip                                  on 2000/01/10  09:04:34
500         Log: various documentation tweaks suggested by M. J. T. Guy
501      Branch: maint-5.005/perl
502            ! INSTALL lib/strict.pm pod/perlfunc.pod pod/perlsyn.pod
503 ____________________________________________________________________________
504 [  4783] By: chip                                  on 2000/01/10  08:11:39
505         Log: Refresh Getopt::Long to v2.20.
506      Branch: maint-5.005/perl
507            ! lib/Getopt/Long.pm
508 ____________________________________________________________________________
509 [  4782] By: gsar                                  on 2000/01/10  05:27:03
510         Log: EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)
511      Branch: perl
512            + epoc/config.sh epoc/epocish.c epoc/link.pl
513            - epoc/Config.pm epoc/autosplit.pl epoc/config.h epoc/perl.mmp
514            - epoc/perl.pkg
515            ! MANIFEST README.epoc epoc/createpkg.pl epoc/epoc.c
516            ! epoc/epoc_stubs.c epoc/epocish.h ext/IO/lib/IO/Socket.pm
517            ! lib/Sys/Hostname.pm
518 ____________________________________________________________________________
519 [  4781] By: gsar                                  on 2000/01/10  05:11:03
520         Log: pod typos (from Abigail <abigail@delanet.com>)
521      Branch: perl
522            ! pod/perl.pod pod/perllexwarn.pod pod/perlxstut.pod
523 ____________________________________________________________________________
524 [  4780] By: gsar                                  on 2000/01/10  05:07:35
525         Log: failing RE test added (from Robert Cunningham <rkc@ll.mit.edu>)
526      Branch: perl
527            ! t/lib/thread.t
528 ____________________________________________________________________________
529 [  4779] By: gsar                                  on 2000/01/10  05:06:16
530         Log: terminate -s switch processing only on C<-->, not on C<--foo>
531      Branch: perl
532            ! perl.c
533 ____________________________________________________________________________
534 [  4778] By: gsar                                  on 2000/01/10  04:38:45
535         Log: useithreads needs usemultiplicity
536      Branch: perl
537            ! Configure perl.h
538 ____________________________________________________________________________
539 [  4777] By: gsar                                  on 2000/01/10  01:18:04
540         Log: use $Config{version} rather than $] where appropriate
541      Branch: perl
542            ! lib/CPAN.pm lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Unix.pm
543            ! lib/ExtUtils/Mksymlists.pm lib/Pod/Man.pm lib/diagnostics.pm
544            ! lib/lib.pm
545 ____________________________________________________________________________
546 [  4776] By: gsar                                  on 2000/01/10  00:11:34
547         Log: enable fork.t on windows
548      Branch: perl
549            ! t/op/fork.t
550 ____________________________________________________________________________
551 [  4775] By: gsar                                  on 2000/01/10  00:07:29
552         Log: broken test for use5005threads
553      Branch: perl
554            ! t/lib/safe2.t
555 ____________________________________________________________________________
556 [  4774] By: gsar                                  on 2000/01/09  23:56:37
557         Log: more windows build tweaks
558      Branch: perl
559            ! installperl makedef.pl win32/Makefile win32/config_H.bc
560            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
561            ! win32/makefile.mk
562 ____________________________________________________________________________
563 [  4773] By: gsar                                  on 2000/01/09  22:27:19
564         Log: more changes for new-style version numbers (versions numbers on
565              the filesystem look like 5.5.640, except on DOS-DJGPP and VMS where
566              they look like 5_5_640; delete @Config{pm_apiversion,xs_apiversion};
567              split $Config{apiversion} into three, @Config{apirevision,apiversion,
568              apisubversion} for CPP friendliness; $Config{sitelib} now defaults
569              to .../site_perl/$version, just like $Config{privlib}, making sitelib
570              completely independent across versions and substantially eliminating
571              chances of breaking older installations by overwriting newly built
572              extensions; all this means compatibility inclusions for @INC will need
573              to take into account older sitelib versions (this still TODO)
574              
575              windows, vms, dos tweaks for the above
576      Branch: perl
577            ! Changes Configure INSTALL Porting/config.sh Porting/config_H
578            ! config_h.SH configure.com dosish.h installman installperl
579            ! patchlevel.h perl.c perl.h vms/vmsish.h win32/Makefile
580            ! win32/config.bc win32/config.gc win32/config.vc
581            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
582            ! win32/config_h.PL win32/config_sh.PL win32/makefile.mk
583            ! win32/win32.c
584 ____________________________________________________________________________
585 [  4772] By: gsar                                  on 2000/01/09  19:05:33
586         Log: s/usethreads/use5005threads/g
587      Branch: perl
588            ! myconfig.SH t/lib/english.t t/lib/thread.t t/op/nothread.t
589 ____________________________________________________________________________
590 [  4771] By: gsar                                  on 2000/01/09  18:51:50
591         Log: Configure changes for new-style version numbers (from Andy Dougherty,
592              slightly altered)
593      Branch: perl
594            ! Configure INSTALL Porting/Glossary Porting/config.sh
595            ! Porting/config_H config_h.SH perl.h win32/Makefile
596            ! win32/config.bc win32/config.gc win32/config.vc
597            ! win32/makefile.mk
598 ____________________________________________________________________________
599 [  4770] By: gsar                                  on 2000/01/07  22:18:54
600         Log: fix for 'make utest' failures (from Ilya Zakharevich)
601      Branch: perl
602            ! regexec.c
603 ____________________________________________________________________________
604 [  4769] By: gsar                                  on 2000/01/07  18:23:16
605         Log: cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
606      Branch: perl
607            + ext/IPC/SysV/hints/cygwin.pl ext/NDBM_File/hints/cygwin.pl
608            + ext/ODBM_File/hints/cygwin.pl
609            ! Configure INSTALL MANIFEST ext/POSIX/Makefile.PL
610            ! hints/cygwin.sh installman installperl lib/Cwd.pm
611            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec/Unix.pm lib/perl5db.pl
612            ! perlsdio.h t/op/magic.t t/op/stat.t utils/perlcc.PL
613 ____________________________________________________________________________
614 [  4768] By: gsar                                  on 2000/01/07  18:12:15
615         Log: typo on h2xs.PL (from Helmut Jarausch)
616      Branch: perl
617            ! utils/h2xs.PL
618 ____________________________________________________________________________
619 [  4767] By: gsar                                  on 2000/01/07  17:58:45
620         Log: VMS update (from Peter Prymmer <pvhp@forte.com>)
621      Branch: perl
622            ! README.vms configure.com vms/subconfigure.com
623 ____________________________________________________________________________
624 [  4766] By: gsar                                  on 2000/01/07  17:54:05
625         Log: os2/POSIX.mkfifo not needed (from Yitzchak Scott-Thoennes
626              <sthoenna@efn.org>)
627      Branch: perl
628            - os2/POSIX.mkfifo
629            ! MANIFEST README.os2
630 ____________________________________________________________________________
631 [  4765] By: gsar                                  on 2000/01/06  20:11:46
632         Log: add workaround for dlopen() bug on OpenBSD (relative paths that
633              match /^lib/ won't load properly)
634      Branch: perl
635            + ext/DynaLoader/hints/openbsd.pl
636            ! Changes MANIFEST ext/DynaLoader/dl_dlopen.xs
637 ____________________________________________________________________________
638 [  4764] By: gsar                                  on 2000/01/06  19:51:08
639         Log: add undocumented globals for compatibility--find.pl, and find2perl
640              generated code need them (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
641      Branch: perl
642            ! lib/File/Find.pm
643 ____________________________________________________________________________
644 [  4763] By: gsar                                  on 2000/01/06  10:51:07
645         Log: fix various C-backend shenanigans
646      Branch: perl
647            ! ext/B/B/C.pm
648 ____________________________________________________________________________
649 [  4762] By: gsar                                  on 2000/01/06  04:09:00
650         Log: tweak test in change#4757 for Windows
651      Branch: perl
652            ! t/io/open.t
653 ____________________________________________________________________________
654 [  4761] By: gsar                                  on 2000/01/06  02:55:30
655         Log: USE_ITHREADS tweak (reused pad values could be SvREADONLY if
656              they belonged to freed OP_CONSTs)
657      Branch: perl
658            ! op.c
659 ____________________________________________________________________________
660 [  4760] By: gsar                                  on 2000/01/06  00:22:40
661         Log: constant ranges could escape bareword check in list context
662      Branch: perl
663            ! op.c t/pragma/strict-subs
664 ____________________________________________________________________________
665 [  4759] By: gsar                                  on 2000/01/05  20:52:50
666         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
667              Date: Wed, 05 Jan 2000 15:23:18 EST
668              Message-Id: <20000105152318.A7400@monk.mps.ohio-state.edu>
669              Subject: Re: minimal m//g matches appear busted
670      Branch: perl
671            ! regexec.c t/op/pat.t
672 ____________________________________________________________________________
673 [  4758] By: gsar                                  on 2000/01/05  12:49:40
674         Log: various nits identified by warnings unmasked by recent changes
675      Branch: perl
676            ! ext/B/Makefile.PL lib/ExtUtils/Install.pm pod/perlfunc.pod
677 ____________________________________________________________________________
678 [  4757] By: gsar                                  on 2000/01/05  12:48:10
679         Log: severe bugs in change#3786 fixed
680      Branch: perl
681            ! doio.c t/io/open.t
682 ____________________________________________________________________________
683 [  4756] By: gsar                                  on 2000/01/05  11:25:10
684         Log: tweak change#4745 to make ebcdic output match for chars <= 037
685      Branch: perl
686            ! ext/Data/Dumper/Dumper.pm
687 ____________________________________________________________________________
688 [  4755] By: gsar                                  on 2000/01/05  06:56:05
689         Log: cygwin support tweaks (from Eric Fifer <EFifer@sanwaint.com>)
690      Branch: perl
691            ! Configure util.c utils/perlcc.PL
692 ____________________________________________________________________________
693 [  4754] By: gsar                                  on 2000/01/05  06:52:25
694         Log: avoid expensive Version_check (from Andreas Koenig)
695      Branch: perl
696            ! Changes lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
697            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
698 ____________________________________________________________________________
699 [  4753] By: gsar                                  on 2000/01/05  06:48:22
700         Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
701              Date: 03 Jan 2000 21:56:02 +0100
702              Message-ID: <sfcvh5azxgd.fsf@hohenstaufen.in-berlin.de>
703              Subject: Reloading File::Copy
704      Branch: perl
705            ! Changes lib/File/Copy.pm t/lib/filecopy.t
706 ____________________________________________________________________________
707 [  4752] By: gsar                                  on 2000/01/04  01:19:20
708         Log: s/USE_TEXTMODE_SCRIPTS/PERL_TEXTMODE_SCRIPTS/g
709      Branch: perl
710            ! win32/Makefile win32/makefile.mk win32/win32.h
711 ____________________________________________________________________________
712 [  4751] By: gsar                                  on 2000/01/03  18:26:08
713         Log: avoid using (custom) autoloader in MakeMaker (from Andreas Koenig)
714      Branch: perl
715            ! lib/ExtUtils/MakeMaker.pm
716 ____________________________________________________________________________
717 [  4750] By: gsar                                  on 2000/01/02  21:58:02
718         Log: make DProf look at $ENV{PERL_DPROF_OUT_FILE_NAME} to make it possible
719              to write to a file other than tmon.out (suggested by Haakon Alstadheim
720              <Haakon.Alstadheim@sds.no>)
721      Branch: perl
722            ! ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.xs
723 ____________________________________________________________________________
724 [  4749] By: gsar                                  on 2000/01/02  21:37:29
725         Log: disable optimization in change#3612 for join() and quotemeta()--this
726              removes all the gross hacks for the special cases in that change; fix
727              pp_concat() for when TARG == arg (modified version of patch suggested
728              by Ilya Zakharevich)
729      Branch: perl
730            ! op.c opcode.h opcode.pl pp_hot.c sv.c t/op/lex_assign.t
731 ____________________________________________________________________________
732 [  4748] By: gsar                                  on 2000/01/02  20:26:06
733         Log: MakeMaker should attempt to "require" rather than "use" prerequisites
734              to avoid imports (from Michael G Schwern <schwern@pobox.com>)
735      Branch: perl
736            ! lib/ExtUtils/MakeMaker.pm
737 ____________________________________________________________________________
738 [  4747] By: gsar                                  on 2000/01/02  20:17:36
739         Log: fix 4-arg substr() when used as argument to subroutine
740      Branch: perl
741            ! pp.c t/op/substr.t
742 ____________________________________________________________________________
743 [  4746] By: gsar                                  on 2000/01/02  18:45:58
744         Log: usethreads build fixups for NeXTstep (as suggested by Hans Mulder)
745      Branch: perl
746            ! embed.h embed.pl ext/DynaLoader/dl_beos.xs
747            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
748            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
749            ! perlapi.c proto.h thread.h util.c
750 ____________________________________________________________________________
751 [  4745] By: gsar                                  on 2000/01/02  18:15:44
752         Log: ebcdic fix for Data::Dumper from Peter Prymmer
753      Branch: perl
754            ! ext/Data/Dumper/Dumper.pm regcomp.c
755 ____________________________________________________________________________
756 [  4744] By: gsar                                  on 1999/12/31  22:42:23
757         Log: missing files in previous submit
758      Branch: perl
759            ! embed.h embed.pl ext/Devel/DProf/DProf.xs globals.c
760            ! lib/ExtUtils/MM_Unix.pm objXSUB.h perlapi.c proto.h
761 ____________________________________________________________________________
762 [  4743] By: gsar                                  on 1999/12/31  06:47:18
763         Log: various Windows build tweaks
764      Branch: perl
765            ! win32/win32.h
766 ____________________________________________________________________________
767 [  4742] By: gsar                                  on 1999/12/30  21:32:36
768         Log: change#4705 breaks code that interpolates $], so leave string value
769              of $] as it was for compatibility (and perhaps introduce $^V or similar
770              for the utf8 representation, maybe?)
771      Branch: perl
772            ! configpm gv.c
773 ____________________________________________________________________________
774 [  4741] By: gsar                                  on 1999/12/30  19:36:21
775         Log: avoid CRLF in byteloadable files created by perlcc
776      Branch: perl
777            ! utils/perlcc.PL
778 ____________________________________________________________________________
779 [  4740] By: gsar                                  on 1999/12/30  19:35:07
780         Log: leave DATA open in binmode if __END__ line doesn't have CRLF
781      Branch: perl
782            ! pod/perldelta.pod toke.c
783 ____________________________________________________________________________
784 [  4739] By: gsar                                  on 1999/12/30  05:44:21
785         Log: enable the PERL_BINMODE_SCRIPTS behavior by default on Windows
786              to allow ByteLoader to work; the DATA filehandles continue to
787              be left open in text mode for compatibility
788      Branch: perl
789            ! embed.h embed.pl objXSUB.h pod/perldelta.pod proto.h sv.c
790            ! toke.c win32/Makefile win32/makefile.mk win32/win32.c
791            ! win32/win32.h
792 ____________________________________________________________________________
793 [  4738] By: gsar                                  on 1999/12/30  04:36:12
794         Log: CR-LF support broken for formats
795      Branch: perl
796            ! toke.c
797 ____________________________________________________________________________
798 [  4737] By: gsar                                  on 1999/12/29  22:30:52
799         Log: make DProf functional under pseudo-fork()
800      Branch: perl
801            ! ext/Devel/DProf/DProf.xs
802 ____________________________________________________________________________
803 [  4736] By: gsar                                  on 1999/12/29  21:04:59
804         Log: slurp mode fix in change#2910 wasn't quite right (spotted by Hans
805              Mulder)
806      Branch: perl
807            ! doio.c pp_hot.c t/io/argv.t
808 ____________________________________________________________________________
809 [  4735] By: gsar                                  on 1999/12/29  18:12:40
810         Log: re.pm is needed earlier, xsubpp now uses it (spotted by Andreas
811              Koenig)
812      Branch: perl
813            ! Makefile.SH
814 ____________________________________________________________________________
815 [  4734] By: gsar                                  on 1999/12/28  21:10:37
816         Log: Windows build tweaks
817      Branch: perl
818            ! INTERN.h sv.c
819 ____________________________________________________________________________
820 [  4733] By: gsar                                  on 1999/12/28  20:45:15
821         Log: remove never-taken branch for making getc() operate on ARGV (spotted 
822              by Ralph Corderoy <ralph@inputplus.demon.co.uk>)
823      Branch: perl
824            ! pp_sys.c
825 ____________________________________________________________________________
826 [  4732] By: gsar                                  on 1999/12/28  20:42:13
827         Log: tests for change#4642 and pod fixups suggested by Ralph Corderoy
828              <ralph@inputplus.demon.co.uk>
829      Branch: perl
830            ! pod/perldelta.pod pod/perlfunc.pod pod/perlre.pod t/io/argv.t
831 ____________________________________________________________________________
832 [  4731] By: gsar                                  on 1999/12/28  20:23:17
833         Log: optimize XSUBs to use targets if the -nooptimize xsubpp option is
834              not supplied (variant of patch suggested by Ilya Zakharevich)
835      Branch: perl
836            ! XSUB.h lib/ExtUtils/xsubpp
837 ____________________________________________________________________________
838 [  4730] By: gsar                                  on 1999/12/28  19:55:56
839         Log: range operator does magical string increment iff both operands
840              are non-numbers, from Tom Phoenix <rootbeer@redcat.com>; fixed
841              the "foreach (RANGE)" case as well
842      Branch: perl
843            ! pp_ctl.c t/op/range.t
844 ____________________________________________________________________________
845 [  4729] By: gsar                                  on 1999/12/28  18:40:19
846         Log: Win9x + GCC update from Benjamin Stuhl <sho_pi@hotmail.com>
847      Branch: perl
848            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
849            ! EXTERN.h INTERN.h MANIFEST README.win32 iperlsys.h
850            ! lib/ExtUtils/MM_Win32.pm makedef.pl win32/Makefile
851            ! win32/config.gc win32/genmk95.pl win32/makefile.mk
852            ! win32/perlhost.h win32/perllib.c win32/runperl.c win32/win32.c
853            ! win32/win32.h
854 ____________________________________________________________________________
855 [  4728] By: gsar                                  on 1999/12/28  07:44:19
856         Log: typecasts needed
857      Branch: perl
858            ! toke.c
859 ____________________________________________________________________________
860 [  4727] By: gsar                                  on 1999/12/28  06:23:08
861         Log: change#4721 needed line number adjustments
862      Branch: perl
863            ! MANIFEST global.sym proto.h t/pragma/warn/doop
864            ! t/pragma/warn/pp t/pragma/warn/regcomp t/pragma/warn/sv
865            ! t/pragma/warn/toke t/pragma/warn/utf8
866 ____________________________________________________________________________
867 [  4726] By: gsar                                  on 1999/12/28  04:18:15
868         Log: integrate utfperl contents into mainline
869      Branch: perl
870           +> lib/byte.pm lib/byte_heavy.pl
871           !> configpm embed.h embed.pl embedvar.h gv.c intrpvar.h objXSUB.h
872           !> patchlevel.h perl.c perl.h perlapi.c pp_ctl.c pp_hot.c proto.h
873           !> regnodes.h sv.c sv.h t/comp/require.t toke.c utf8.h
874 ____________________________________________________________________________
875 [  4725] By: gsar                                  on 1999/12/28  04:08:09
876         Log: integrate mainline contents
877      Branch: utfperl
878            - ext/DynaLoader/dl_cygwin.xs lib/unicode/Eq/Latin1
879            - lib/unicode/Eq/Unicode
880           !> (integrate 60 files)
881 ____________________________________________________________________________
882 [  4724] By: gsar                                  on 1999/12/28  03:44:10
883         Log: fix for /(^|a)b/ breakage from Ilya Zakharevich
884      Branch: perl
885            ! regcomp.c t/op/re_tests
886 ____________________________________________________________________________
887 [  4723] By: gsar                                  on 1999/12/28  03:28:39
888         Log: more ebcdic testsuite fixups (from Peter Prymmer)
889      Branch: perl
890            ! Changes lib/bigfloat.pl t/lib/charnames.t t/lib/dumper.t
891            ! t/pragma/overload.t t/pragma/utf8.t
892 ____________________________________________________________________________
893 [  4722] By: gsar                                  on 1999/12/28  03:14:48
894         Log: avoid "used once" warning
895      Branch: perl
896            ! lib/diagnostics.pm
897 ____________________________________________________________________________
898 [  4721] By: gsar                                  on 1999/12/28  03:10:32
899         Log: ebcdic tweaks for tests from Peter Prymmer
900      Branch: perl
901            ! t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/regcomp
902            ! t/pragma/warn/sv t/pragma/warn/toke t/pragma/warn/utf8
903 ____________________________________________________________________________
904 [  4720] By: gsar                                  on 1999/12/28  03:08:39
905         Log: pod nits from Simon Cozens <simon@brecon.co.uk> and others
906      Branch: perl
907            ! README.os2 lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
908            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
909            ! lib/ExtUtils/Mkbootstrap.pm pod/perlop.pod
910 ____________________________________________________________________________
911 [  4719] By: gsar                                  on 1999/12/28  03:01:04
912         Log: perlport v1.45 from Chris Nandor
913      Branch: perl
914            ! pod/perlport.pod
915 ____________________________________________________________________________
916 [  4718] By: gsar                                  on 1999/12/28  02:59:16
917         Log: newer version of constant.pm from Tom Phoenix; added Tom's notes to
918              perldelta; added STOP, DESTROY and AUTOLOAD to specials list
919      Branch: perl
920            ! lib/constant.pm pod/perldelta.pod pod/perlvar.pod
921            ! t/pragma/constant.t
922 ____________________________________________________________________________
923 [  4717] By: gsar                                  on 1999/12/28  02:47:04
924         Log: cygwin update from Eric Fifer <EFifer@sanwaint.com>
925      Branch: perl
926            - ext/DynaLoader/dl_cygwin.xs
927            ! MAINTAIN MANIFEST ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/pair.c
928            ! hints/cygwin.sh installperl mg.c pod/perlfaq3.pod t/op/stat.t
929            ! util.c
930 ____________________________________________________________________________
931 [  4716] By: gsar                                  on 1999/12/28  02:40:51
932         Log: tweak to show up db-linked-with-libpthread-but-not-perl problem
933              (from Andy Dougherty)
934      Branch: perl
935            ! Configure
936 ____________________________________________________________________________
937 [  4715] By: gsar                                  on 1999/12/28  02:38:44
938         Log: better variant of change#4644 (from Andy Dougherty)
939      Branch: perl
940            ! Configure
941 ____________________________________________________________________________
942 [  4714] By: gsar                                  on 1999/12/28  02:36:40
943         Log: be defensive about setting {host,group,pass}cat (from Andy Dougherty)
944      Branch: perl
945            ! Configure
946 ____________________________________________________________________________
947 [  4713] By: gsar                                  on 1999/12/28  02:35:15
948         Log: $sitelib should be $prefix/lib/perl5/site_perl, as documented in
949              INSTALL (from Andy Dougherty)
950      Branch: perl
951            ! Configure
952 ____________________________________________________________________________
953 [  4712] By: gsar                                  on 1999/12/28  02:30:55
954         Log: avoid creating new files during make install
955      Branch: perl
956            ! Makefile.SH
957 ____________________________________________________________________________
958 [  4711] By: gsar                                  on 1999/12/28  02:24:44
959         Log: pod edits from Paul Marquess and Mark-Jason Dominus
960      Branch: perl
961            ! AUTHORS Changes ext/DynaLoader/dl_aix.xs
962            ! ext/DynaLoader/dl_dlopen.xs lib/Net/Ping.pm pod/perlcall.pod
963            ! pod/perldelta.pod
964 ____________________________________________________________________________
965 [  4710] By: gsar                                  on 1999/12/28  02:05:23
966         Log: miniperl build fixes for os2 (from Yitzchak Scott-Thoennes
967              <sthoenna@efn.org>); add explicit target for opmini.o
968      Branch: perl
969            ! Makefile.SH cygwin/Makefile.SHs os2/Makefile.SHs
970 ____________________________________________________________________________
971 [  4709] By: gsar                                  on 1999/12/28  01:20:39
972         Log: partly fix perldiag regressions identified by Tom Christiansen
973      Branch: perl
974            ! doio.c lib/diagnostics.pm pod/perldiag.pod pp_hot.c pp_sys.c
975            ! t/pragma/warn/4lint t/pragma/warn/doio t/pragma/warn/pp_hot
976            ! t/pragma/warn/pp_sys
977 ____________________________________________________________________________
978 [  4708] By: gsar                                  on 1999/12/27  23:33:24
979         Log: update perldiag for change#4707
980      Branch: perl
981            ! perl.c pod/perldiag.pod
982 ____________________________________________________________________________
983 [  4707] By: gsar                                  on 1999/12/27  23:23:39
984         Log: allow spaces in -I switch argument
985      Branch: perl
986            ! perl.c
987 ____________________________________________________________________________
988 [  4706] By: gsar                                  on 1999/12/26  23:44:53
989         Log: fix typos
990      Branch: utfperl
991            ! sv.h toke.c
992 ____________________________________________________________________________
993 [  4705] By: gsar                                  on 1999/12/24  04:02:35
994         Log: support for v5.5.640 style version numbers
995      Branch: utfperl
996            ! configpm embedvar.h gv.c intrpvar.h objXSUB.h patchlevel.h
997            ! perl.c perl.h pp_ctl.c sv.c sv.h t/comp/require.t toke.c
998 ____________________________________________________________________________
999 [  4704] By: gsar                                  on 1999/12/23  08:54:27
1000         Log: bring in basic threads stuff under USE_ITHREADS
1001      Branch: perl
1002            ! makedef.pl op.c perl.c perl.h perlvars.h pp_sys.c thread.h
1003            ! util.c
1004 ____________________________________________________________________________
1005 [  4703] By: gsar                                  on 1999/12/23  00:10:06
1006         Log: integrate mainline contents into utfperl
1007      Branch: utfperl
1008           !> (integrate 33 files)
1009 ____________________________________________________________________________
1010 [  4702] By: gsar                                  on 1999/12/20  17:18:23
1011         Log: virtual directory handling broken on paths with trailing slash
1012      Branch: perl
1013            ! win32/Makefile win32/makefile.mk win32/vdir.h
1014 ____________________________________________________________________________
1015 [  4701] By: gsar                                  on 1999/12/20  17:09:55
1016         Log: revert optimization in change#4700 (it appears OPpRUNTIME flag
1017              isn't set for all m/$foo/o)
1018      Branch: perl
1019            ! pp_ctl.c
1020 ____________________________________________________________________________
1021 [  4700] By: gsar                                  on 1999/12/20  16:28:51
1022         Log: avoid pp_regcomp() changing optree at run time under USE_*THREADS (or
1023              we have a race on our hands)
1024      Branch: perl
1025            ! pp_ctl.c
1026 ____________________________________________________________________________
1027 [  4699] By: gsar                                  on 1999/12/20  16:19:00
1028         Log: pod tweaks
1029      Branch: perl
1030            ! pod/perldelta.pod pod/perlfilter.pod pod/perlopentut.pod
1031 ____________________________________________________________________________
1032 [  4698] By: gsar                                  on 1999/12/20  07:55:07
1033         Log: uv_to_utf8() could lose 37th bit on HAS_QUAD platforms
1034      Branch: perl
1035            ! utf8.c
1036 ____________________________________________________________________________
1037 [  4697] By: gsar                                  on 1999/12/18  01:35:50
1038         Log: fix from Larry for parsing C<{ 0x1 => 'foo'}> as an
1039              anon hash rather than a block; test case for the same
1040      Branch: perl
1041            ! t/comp/term.t toke.c
1042 ____________________________________________________________________________
1043 [  4696] By: gsar                                  on 1999/12/17  19:55:03
1044         Log: leak in change#4694 spotted by Larry
1045      Branch: perl
1046            ! hv.c
1047 ____________________________________________________________________________
1048 [  4695] By: gsar                                  on 1999/12/17  18:14:11
1049         Log: test case for change#4694
1050      Branch: perl
1051            ! t/op/delete.t
1052 ____________________________________________________________________________
1053 [  4694] By: gsar                                  on 1999/12/17  18:09:08
1054         Log: delete() should return the value as is, not a copy thereof
1055      Branch: perl
1056            ! hv.c pod/perldelta.pod
1057 ____________________________________________________________________________
1058 [  4693] By: gsar                                  on 1999/12/17  17:45:58
1059         Log: fix for C<"\nx\taa\n" =~ /^\S\s+aa$/m> (from Ilya Zakharevich)
1060      Branch: perl
1061            ! regexec.c t/op/re_tests
1062 ____________________________________________________________________________
1063 [  4692] By: gsar                                  on 1999/12/17  17:41:10
1064         Log: credits tweak
1065      Branch: perl
1066            ! lib/File/Spec.pm
1067 ____________________________________________________________________________
1068 [  4691] By: gsar                                  on 1999/12/17  07:12:53
1069         Log: DynaLoader doesn't build properly when $(DLSRC) changes
1070              (fix suggested by Hans Mulder)
1071      Branch: perl
1072            ! ext/DynaLoader/Makefile.PL
1073 ____________________________________________________________________________
1074 [  4690] By: gsar                                  on 1999/12/17  06:26:34
1075         Log: add missing new ops
1076      Branch: perl
1077            ! ext/B/ramblings/runtime.porting
1078 ____________________________________________________________________________
1079 [  4689] By: gsar                                  on 1999/12/17  06:16:49
1080         Log: test harness tweak from Hans Mulder
1081      Branch: perl
1082            ! t/TEST
1083 ____________________________________________________________________________
1084 [  4688] By: gsar                                  on 1999/12/17  06:14:23
1085         Log: miniperl build fixes for NeXTstep and cygwin (from Hans Mulder
1086              and Lucian CIONCA <Lucian.Cionca@algoritma.ro>)
1087      Branch: perl
1088            ! Makefile.SH cygwin/Makefile.SHs
1089 ____________________________________________________________________________
1090 [  4687] By: gsar                                  on 1999/12/17  06:06:46
1091         Log: applied suggested patch with whitespace adjustments
1092              From: Helmut Jarausch <jarausch@numa1.igpm.rwth-aachen.de>
1093              Date: Thu, 16 Dec 1999 08:57:55 +0100
1094              Message-id: <38589B82.C4668E10@numa1.igpm.rwth-aachen.de>
1095              Subject: Re: [ID 19991215.001] patch 5.005_63: Find::Fill cannot handle /
1096      Branch: perl
1097            ! lib/File/Find.pm
1098 ____________________________________________________________________________
1099 [  4686] By: gsar                                  on 1999/12/17  05:48:53
1100         Log: avoid warnings due to symbols unintroduced by XSLoader (spotted
1101              by Hans Mulder)
1102      Branch: perl
1103            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
1104            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
1105            ! ext/DynaLoader/dl_rhapsody.xs
1106 ____________________________________________________________________________
1107 [  4685] By: gsar                                  on 1999/12/17  05:37:51
1108         Log: fix bug when one of the operands is +0E+0 (from Ronald J Kimball
1109              <rjk@linguist.dartmouth.edu>)
1110      Branch: perl
1111            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
1112 ____________________________________________________________________________
1113 [  4684] By: gsar                                  on 1999/12/16  09:32:48
1114         Log: spell out how to get 4-digit year (from Micheal G Schwern
1115              <schwern@pobox.com>)
1116      Branch: perl
1117            ! pod/perlfunc.pod
1118 ____________________________________________________________________________
1119 [  4683] By: gsar                                  on 1999/12/16  09:26:53
1120         Log: type mismatch for %c format argument (spotted by Robin Barker
1121              <rmb1@cise.npl.co.uk>)
1122      Branch: perl
1123            ! regcomp.c
1124 ____________________________________________________________________________
1125 [  4682] By: gsar                                  on 1999/12/16  08:33:28
1126         Log: mingw32 doesn't have anonymous union (from Benjamin Stuhl
1127              <sho_pi@hotmail.com>)
1128      Branch: perl
1129            ! win32/win32.c
1130 ____________________________________________________________________________
1131 [  4681] By: gsar                                  on 1999/12/16  08:31:15
1132         Log: missing backslash (spotted by Johan Vromans)
1133      Branch: perl
1134            ! perl.c
1135 ____________________________________________________________________________
1136 [  4680] By: gsar                                  on 1999/12/16  08:26:00
1137         Log: avoid coredump on diagnostics when STDERR is closed
1138      Branch: perl
1139            ! perl.h
1140 ____________________________________________________________________________
1141 [  4679] By: gsar                                  on 1999/12/12  18:09:41
1142         Log: integrate mainline changes
1143      Branch: utfperl
1144           +> (branch 39 files)
1145            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
1146            - lib/unicode/UnicodeData-Latest.txt
1147           !> (integrate 447 files)
1148 ____________________________________________________________________________
1149 [  4678] By: gsar                                  on 1999/12/10  01:39:13
1150         Log: interpreter structure should be nulled under -DMULTIPLICITY
1151      Branch: perl
1152            ! perl.c
1153 ____________________________________________________________________________
1154 [  4677] By: gsar                                  on 1999/12/09  11:10:27
1155         Log: update Changes
1156      Branch: perl
1157            ! Changes
1158
1159 ----------------
1160 Version 5.005_63
1161 ----------------
1162
1163 ____________________________________________________________________________
1164 [  4676] By: gsar                                  on 1999/12/09  10:51:43
1165         Log: fix File::Find testsuite bugs in symlink-less places
1166      Branch: perl
1167            ! t/lib/filefind.t
1168 ____________________________________________________________________________
1169 [  4675] By: gsar                                  on 1999/12/09  10:22:31
1170         Log: USE_ITHREADS tweaks and notes
1171      Branch: perl
1172            ! op.c pod/perldelta.pod sv.c
1173 ____________________________________________________________________________
1174 [  4674] By: gsar                                  on 1999/12/09  10:21:53
1175         Log: allow new style sort subs to work under usethreads
1176      Branch: perl
1177            ! pp_ctl.c
1178 ____________________________________________________________________________
1179 [  4673] By: gsar                                  on 1999/12/09  04:00:23
1180         Log: document compatibility issue with literal list slices and NOTOP
1181              (C<not (1,2,3)[0]> is now a syntax error)
1182      Branch: perl
1183            ! pod/perldelta.pod
1184 ____________________________________________________________________________
1185 [  4672] By: gsar                                  on 1999/12/09  01:14:46
1186         Log: avoid mismatched expectation <-> int types for C++ builds
1187      Branch: perl
1188            ! embed.pl intrpvar.h proto.h toke.c
1189 ____________________________________________________________________________
1190 [  4671] By: gsar                                  on 1999/12/09  00:36:24
1191         Log: newer version of File::Find with support for following symlinks and
1192              other features, from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>
1193      Branch: perl
1194            ! lib/File/Find.pm pod/perldelta.pod t/lib/filefind.t
1195 ____________________________________________________________________________
1196 [  4670] By: gsar                                  on 1999/12/09  00:13:06
1197         Log: avoid initializing GvCV slot for autovivified filehandles
1198      Branch: perl
1199            ! pp.c
1200 ____________________________________________________________________________
1201 [  4669] By: gsar                                  on 1999/12/08  19:09:27
1202         Log: apply change#4618 again along with Ilya's patch to fix bugs
1203              in it (see change#4622)
1204      Branch: perl
1205            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h regexec.c
1206            ! t/op/re_tests t/op/subst.t
1207 ____________________________________________________________________________
1208 [  4668] By: gsar                                  on 1999/12/08  18:56:53
1209         Log: patch to fix parser bug in C<${h{${a[0]}}} = 13>
1210              From: Larry Wall <larry@wall.org>
1211              Date: Tue, 7 Dec 1999 12:39:30 -0800 (PST)
1212              Message-Id: <199912072039.MAA13257@kiev.wall.org>
1213              Subject: Re: [ID 19991204.002] Inconsistency of ${hash{key}}
1214      Branch: perl
1215            ! embedvar.h intrpvar.h objXSUB.h sv.c toke.c
1216 ____________________________________________________________________________
1217 [  4667] By: gsar                                  on 1999/12/08  18:47:37
1218         Log: patch to fix aix hints from ortmann@vnet.ibm.com
1219      Branch: perl
1220            ! hints/aix.sh
1221 ____________________________________________________________________________
1222 [  4666] By: gsar                                  on 1999/12/08  18:29:02
1223         Log: documentation tweaks from M. J. T. Guy, Micheal Schwern, and
1224              Tim Meadowcroft
1225      Branch: perl
1226            ! Changes lib/Benchmark.pm pod/perlipc.pod pod/perlre.pod
1227 ____________________________________________________________________________
1228 [  4665] By: gsar                                  on 1999/12/08  02:22:31
1229         Log: introduce save_I8() for saving byte values
1230      Branch: perl
1231            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
1232            ! regcomp.c regexec.c scope.c scope.h sv.c
1233 ____________________________________________________________________________
1234 [  4664] By: gsar                                  on 1999/12/08  02:02:33
1235         Log: use SAVEINT() rather than SAVEDESTRUCTOR() for saving PL_expect etc.
1236      Branch: perl
1237            ! toke.c
1238 ____________________________________________________________________________
1239 [  4663] By: gsar                                  on 1999/12/08  01:11:44
1240         Log: longstanding typo in lexer: PL_lex_expect was not properly
1241              saved on reentry
1242      Branch: perl
1243            ! toke.c
1244 ____________________________________________________________________________
1245 [  4662] By: gsar                                  on 1999/12/07  23:16:21
1246         Log: typos in change#4546
1247      Branch: perl
1248            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm sv.c
1249 ____________________________________________________________________________
1250 [  4661] By: gsar                                  on 1999/12/07  09:33:50
1251         Log: typos in change#4660
1252      Branch: perl
1253            ! embed.h embed.pl objXSUB.h perl.h perlapi.c pp_sys.c proto.h
1254 ____________________________________________________________________________
1255 [  4660] By: gsar                                  on 1999/12/06  23:42:55
1256         Log: tweaks for building with -DUSE_ITHREADS on !WIN32 platforms;
1257              fix bug where lc($readonly) could result in bogus errors
1258      Branch: perl
1259            ! embed.h embed.pl iperlsys.h makedef.pl objXSUB.h perlapi.c
1260            ! pp.c pp_sys.c proto.h sv.c
1261 ____________________________________________________________________________
1262 [  4659] By: gsar                                  on 1999/12/06  15:24:31
1263         Log: allow IRIX 6.5 to build perl (from Helmut Jarausch
1264              <jarausch@igpm.rwth-aachen.de>)
1265      Branch: perl
1266            ! perl.h
1267 ____________________________________________________________________________
1268 [  4658] By: gsar                                  on 1999/12/06  15:18:30
1269         Log: fix for -Dp via $^D (suggested by Stephane Payrard
1270              <stef@adnaccess.com>)
1271      Branch: perl
1272            ! mg.c
1273 ____________________________________________________________________________
1274 [  4657] By: gsar                                  on 1999/12/06  06:50:01
1275         Log: change#4641 needs perldiag.pod edit
1276      Branch: perl
1277            - lib/unicode/UnicodeData-Latest.txt
1278            ! pod/perldiag.pod
1279 ____________________________________________________________________________
1280 [  4656] By: gsar                                  on 1999/12/06  01:36:56
1281         Log: Makefile tweak for change#4649
1282      Branch: perl
1283            ! Makefile.SH
1284 ____________________________________________________________________________
1285 [  4655] By: gsar                                  on 1999/12/05  17:23:57
1286         Log: change#4653 was missing a patch reject
1287      Branch: perl
1288            ! win32/makefile.mk
1289 ____________________________________________________________________________
1290 [  4654] By: gsar                                  on 1999/12/05  11:41:04
1291         Log: windows build tweaks for Borland compiler
1292      Branch: perl
1293            ! win32/makefile.mk win32/perlhost.h win32/win32.c win32/win32.h
1294 ____________________________________________________________________________
1295 [  4653] By: gsar                                  on 1999/12/05  11:07:37
1296         Log: applied somewhat modified version of suggested patch
1297              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
1298              Date: Thu, 18 Nov 1999 18:45:27 PST
1299              Message-ID: <19991119024527.72749.qmail@hotmail.com>
1300              Subject: [PATCH 5.005_62] Perl on Win95, Mark IIB
1301      Branch: perl
1302            + win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
1303            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
1304            ! lib/ExtUtils/MM_Win32.pm win32/config_sh.PL win32/genmk95.pl
1305            ! win32/makefile.mk win32/win32.h
1306 ____________________________________________________________________________
1307 [  4652] By: gsar                                  on 1999/12/05  09:24:45
1308         Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
1309              Date: Thu, 4 Nov 1999 16:34:23 -0800 (PST)
1310              Message-Id: <199911050034.QAA06499@scoot.pdev.sco.com>
1311              Subject: [ID 19991104.005] modified hints file for UnixWare7 ( svr5)
1312      Branch: perl
1313            ! Changes hints/svr5.sh
1314 ____________________________________________________________________________
1315 [  4651] By: gsar                                  on 1999/12/05  09:01:19
1316         Log: on dosish platforms, avoid infinite recursion in File::Path::mkpath()
1317              when given non-existent drive names
1318      Branch: perl
1319            ! lib/File/Path.pm
1320 ____________________________________________________________________________
1321 [  4650] By: gsar                                  on 1999/12/05  08:47:11
1322         Log: windows build tweaks for change#4649
1323      Branch: perl
1324            ! win32/Makefile win32/makefile.mk
1325 ____________________________________________________________________________
1326 [  4649] By: gsar                                  on 1999/12/05  07:49:28
1327         Log: make File::Glob::glob() the default for CORE::glob()
1328              (old csh glob can still be had with -DPERL_EXTERNAL_GLOB)
1329      Branch: perl
1330            ! Makefile.SH op.c pod/perldelta.pod win32/Makefile
1331            ! win32/makefile.mk
1332 ____________________________________________________________________________
1333 [  4648] By: gsar                                  on 1999/12/05  00:33:34
1334         Log: fix bug in processing L<> tags (from j.vavruska@post.cz)
1335      Branch: perl
1336            ! lib/Pod/Html.pm
1337 ____________________________________________________________________________
1338 [  4647] By: gsar                                  on 1999/12/05  00:14:01
1339         Log: remove outdated entry
1340      Branch: perl
1341            ! pod/perltrap.pod
1342 ____________________________________________________________________________
1343 [  4646] By: gsar                                  on 1999/12/04  22:48:51
1344         Log: s/block/loop block/ in diagnostics about next, last, redo
1345      Branch: perl
1346            ! pod/perldiag.pod pp_ctl.c t/op/runlevel.t t/pragma/warn/pp_ctl
1347 ____________________________________________________________________________
1348 [  4645] By: gsar                                  on 1999/12/04  22:25:32
1349         Log: readability tweak suggested by GRommel@sears.com
1350      Branch: perl
1351            ! pp.c
1352 ____________________________________________________________________________
1353 [  4644] By: gsar                                  on 1999/12/04  22:05:00
1354         Log: Configure tweak from Peter Prymmer
1355      Branch: perl
1356            ! Configure
1357 ____________________________________________________________________________
1358 [  4643] By: gsar                                  on 1999/12/04  21:55:27
1359         Log: make weak keyword check look for defined(&lock), not
1360              merely defined(*lock)
1361      Branch: perl
1362            ! toke.c
1363 ____________________________________________________________________________
1364 [  4642] By: gsar                                  on 1999/12/04  21:11:51
1365         Log: make eof() open ARGV if it isn't open already; also fixes bug
1366              where eof() would operate on any last-read filehandle, not
1367              just ARGV
1368      Branch: perl
1369            ! pp_sys.c
1370 ____________________________________________________________________________
1371 [  4641] By: gsar                                  on 1999/12/04  04:42:25
1372         Log: make uninitialized value warnings report opcode
1373      Branch: perl
1374            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
1375            ! opcode.pl perl.h perlapi.c pp.c pp_hot.c proto.h sv.c
1376            ! t/op/misc.t t/pragma/warn/1global t/pragma/warn/2use
1377            ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/7fatal
1378            ! t/pragma/warn/doio t/pragma/warn/pp t/pragma/warn/pp_hot
1379            ! t/pragma/warn/sv
1380 ____________________________________________________________________________
1381 [  4640] By: gsar                                  on 1999/12/04  02:40:44
1382         Log: provide explicit functions timegm_nocheck() and timelocal_nocheck()
1383              that don't do range checking
1384      Branch: perl
1385            ! lib/Time/Local.pm
1386 ____________________________________________________________________________
1387 [  4639] By: gsar                                  on 1999/12/04  01:00:49
1388         Log: better implementation of change#3326; open(local $foo,...) now
1389              allowed in addition to any uninitialized variable, for consistency
1390              with how autovivification works elsewhere; add code to use the
1391              variable name as the name of the handle for simple variables, so
1392              that diagnostics report the handle: "... at - line 1, <$foo> line 10."
1393      Branch: perl
1394            ! op.c pod/perldelta.pod pp.c t/io/open.t
1395 ____________________________________________________________________________
1396 [  4638] By: gsar                                  on 1999/12/03  21:20:00
1397         Log: pod nits
1398      Branch: perl
1399            ! pod/perlfunc.pod pod/perlrun.pod
1400 ____________________________________________________________________________
1401 [  4637] By: gsar                                  on 1999/12/03  08:59:04
1402         Log: change#4431 was flawed
1403      Branch: perl
1404            ! Makefile.SH
1405 ____________________________________________________________________________
1406 [  4636] By: gsar                                  on 1999/12/03  07:59:52
1407         Log: pod embellishments from Nathan Torkington
1408      Branch: perl
1409            ! pod/perlfaq2.pod pod/perlhack.pod
1410 ____________________________________________________________________________
1411 [  4635] By: gsar                                  on 1999/12/03  07:56:04
1412         Log: perlfaq4 typo (from Jeff Pinyan <jeffp@crusoe.net>)
1413      Branch: perl
1414            ! pod/perlfaq4.pod
1415 ____________________________________________________________________________
1416 [  4634] By: gsar                                  on 1999/12/03  07:47:47
1417         Log: test tweak for VMS (from Craig A. Berry)
1418      Branch: perl
1419            ! t/io/nargv.t
1420 ____________________________________________________________________________
1421 [  4633] By: gsar                                  on 1999/12/03  07:44:52
1422         Log: patchls tweak from Andreas Koenig
1423      Branch: perl
1424            ! Porting/patchls
1425 ____________________________________________________________________________
1426 [  4632] By: gsar                                  on 1999/12/03  07:42:23
1427         Log: don't mess with the umask()
1428      Branch: perl
1429            ! installhtml installman installperl lib/ExtUtils/Install.pm
1430            ! lib/ExtUtils/Manifest.pm
1431 ____________________________________________________________________________
1432 [  4631] By: gsar                                  on 1999/12/03  06:52:50
1433         Log: support -a switch to append bytecode to an existing file and make
1434              perlcc use it (from Tom Hughes <tom@compton.nu>)
1435      Branch: perl
1436            ! ext/B/B/Bytecode.pm utils/perlcc.PL
1437 ____________________________________________________________________________
1438 [  4630] By: gsar                                  on 1999/12/03  06:46:16
1439         Log: document incompatible perl4 vec() vs bitwise ops interaction trap
1440              (from Tom Phoenix)
1441      Branch: perl
1442            ! pod/perltrap.pod
1443 ____________________________________________________________________________
1444 [  4629] By: gsar                                  on 1999/12/03  06:40:15
1445         Log: use PerlIO abstraction rather than straight stdio (from
1446              Chip Salzenberg)
1447      Branch: perl
1448            ! ext/ByteLoader/ByteLoader.xs
1449 ____________________________________________________________________________
1450 [  4628] By: gsar                                  on 1999/12/03  06:15:54
1451         Log: avoid warning in IO::Select::exists() if socket doesn't exist
1452      Branch: perl
1453            ! ext/IO/lib/IO/Select.pm
1454 ____________________________________________________________________________
1455 [  4627] By: gsar                                  on 1999/12/03  06:05:19
1456         Log: two small patches from Peter Prymmer <pvhp@forte.com>
1457      Branch: perl
1458            ! makedepend.SH win32/Makefile win32/makefile.mk
1459 ____________________________________________________________________________
1460 [  4626] By: gsar                                  on 1999/12/03  05:36:38
1461         Log: From: Peter Prymmer <pvhp@forte.com>
1462              Date: Thu, 25 Nov 1999 21:06:19 -0800 (PST)
1463              Message-Id: <199911260506.VAA17230@brio.forte.com>
1464              Subject: [PATCH: 5.005_62] implement /[:ascii:]/ on ebcdic machines
1465      Branch: perl
1466            ! regcomp.c
1467 ____________________________________________________________________________
1468 [  4625] By: gsar                                  on 1999/12/03  05:20:21
1469         Log: Windows build tweaks due to change#4623
1470      Branch: perl
1471            ! win32/Makefile win32/makefile.mk win32/perlhost.h
1472 ____________________________________________________________________________
1473 [  4624] By: gsar                                  on 1999/12/03  04:58:30
1474         Log: add missing file
1475      Branch: perl
1476            + ext/DynaLoader/XSLoader_pm.PL
1477 ____________________________________________________________________________
1478 [  4623] By: gsar                                  on 1999/12/03  04:47:03
1479         Log: applied suggested patch; removed $VERSION = $VERSION hack
1480              (change#4043 fixed the need for that)
1481              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1482              Date: Tue, 16 Nov 1999 01:50:31 EST
1483              Message-Id: <199911160650.BAA18874@monk.mps.ohio-state.edu>
1484              Subject: [PATCH 5.005_62] XSLoader.pm
1485      Branch: perl
1486            ! MANIFEST ext/B/B.pm ext/ByteLoader/ByteLoader.pm
1487            ! ext/DB_File/DB_File.pm ext/Data/Dumper/Dumper.pm
1488            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
1489            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/Makefile.PL
1490            ! ext/DynaLoader/dlutils.c ext/Fcntl/Fcntl.pm
1491            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm ext/IO/IO.pm
1492            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
1493            ! ext/Opcode/Opcode.pm ext/POSIX/POSIX.pm
1494            ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
1495            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
1496            ! lib/AutoLoader.pm lib/FindBin.pm lib/Getopt/Std.pm
1497 ____________________________________________________________________________
1498 [  4622] By: gsar                                  on 1999/12/03  04:02:39
1499         Log: revert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:/x/>)
1500      Branch: perl
1501            ! Changes embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
1502 ____________________________________________________________________________
1503 [  4621] By: gsar                                  on 1999/12/02  22:24:53
1504         Log: caveat about thread-safety of extensions
1505      Branch: perl
1506            ! pod/perlfork.pod
1507 ____________________________________________________________________________
1508 [  4620] By: gsar                                  on 1999/12/02  20:31:02
1509         Log: XS documentation patches suggested by Ilya, severally adjusted
1510      Branch: perl
1511            ! pod/perlxs.pod pod/perlxstut.pod
1512 ____________________________________________________________________________
1513 [  4619] By: gsar                                  on 1999/12/02  17:52:50
1514         Log: re-add missing Unicode database master
1515      Branch: perl
1516            + lib/unicode/Unicode.300
1517 ____________________________________________________________________________
1518 [  4618] By: gsar                                  on 1999/12/02  06:56:18
1519         Log: applied suggested patch with prototype changes
1520              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
1521              Date:    Tue, 23 Nov 1999 22:55:55 EST
1522              Message-Id: <199911240355.WAA23033@monk.mps.ohio-state.edu>
1523              Subject: [PATCH 5.005_62] First char cognizance
1524      Branch: perl
1525            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
1526 ____________________________________________________________________________
1527 [  4617] By: gsar                                  on 1999/12/02  06:04:57
1528         Log: fixes for bugs in change#4586 and OS/2 pod tweak, from Ilya
1529      Branch: perl
1530            ! os2/OS2/REXX/REXX.pm regexec.c t/op/re_tests
1531 ____________________________________________________________________________
1532 [  4616] By: gsar                                  on 1999/12/02  04:30:22
1533         Log: various documentation tweaks suggested by M. J. T. Guy
1534      Branch: perl
1535            ! INSTALL lib/strict.pm pod/perlfunc.pod pod/perlsyn.pod
1536 ____________________________________________________________________________
1537 [  4615] By: gsar                                  on 1999/12/02  04:17:43
1538         Log: various File::Glob fixes for DOSISH platforms
1539              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
1540              Date: Tue, 02 Nov 1999 11:11:25 GMT
1541              Message-Id: <714DFA46B9BBD0119CD000805FC1F53BDC38E3@UKRUX002.rundc.uk.origin-it.com>
1542              Subject: File::Glob again. Final patch, honest!
1543      Branch: perl
1544            + t/lib/glob-case.t
1545            ! MANIFEST ext/File/Glob/Changes ext/File/Glob/Glob.pm
1546            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
1547            ! ext/File/Glob/bsd_glob.h op.c t/lib/glob-global.t
1548 ____________________________________________________________________________
1549 [  4614] By: gsar                                  on 1999/12/02  03:42:55
1550         Log: allow XSUBs and prototyped subroutines to be used with sort() (tweaked
1551              variant of patch suggested by Peter Haworth <pmh@edison.ioppublishing.com>)
1552      Branch: perl
1553            ! pod/perldelta.pod pod/perlfunc.pod pp_ctl.c t/op/sort.t
1554 ____________________________________________________________________________
1555 [  4613] By: gsar                                  on 1999/12/02  01:59:19
1556         Log: ignore yet another known scalar leak
1557      Branch: perl
1558            ! t/pragma/warn/regcomp
1559 ____________________________________________________________________________
1560 [  4612] By: gsar                                  on 1999/12/02  01:15:02
1561         Log: avoid potential stack extension bug in pp_unpack() (spotted by Ilya)
1562      Branch: perl
1563            ! pp.c
1564 ____________________________________________________________________________
1565 [  4611] By: gsar                                  on 1999/12/02  00:31:43
1566         Log: a somewhat tweaked version of suggested patch
1567              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1568              Date: Wed, 27 Oct 1999 18:57:41 -0400 (EDT)
1569              Message-Id: <199910272257.SAA29928@monk.mps.ohio-state.edu>
1570              Subject: [PATCH 5.005_62] Another round of pack/vec docs patches
1571      Branch: perl
1572            ! pod/perlfunc.pod
1573 ____________________________________________________________________________
1574 [  4610] By: gsar                                  on 1999/12/01  19:09:31
1575         Log: more accurate require() pseudocode (from James P. Williams
1576              <James.P.Williams@USAHQ.UnitedSpaceAlliance.com>)
1577      Branch: perl
1578            ! pod/perlfunc.pod
1579 ____________________________________________________________________________
1580 [  4609] By: gsar                                  on 1999/12/01  18:43:49
1581         Log: avoid "Callback called exit" error on intentional exit()
1582      Branch: perl
1583            ! embedvar.h intrpvar.h objXSUB.h perl.c perl.h pp_ctl.c
1584 ____________________________________________________________________________
1585 [  4608] By: gsar                                  on 1999/12/01  18:42:38
1586         Log: find_byclass() prototype was incoherent
1587      Branch: perl
1588            ! regexec.c
1589 ____________________________________________________________________________
1590 [  4607] By: gsar                                  on 1999/12/01  05:45:10
1591         Log: better documentation for goto &NAME (from M. J. T. Guy)
1592      Branch: perl
1593            ! pod/perlfunc.pod
1594 ____________________________________________________________________________
1595 [  4606] By: gsar                                  on 1999/12/01  05:33:14
1596         Log: integrate cfgperl contents into mainline
1597      Branch: perl
1598           +> lib/unicode/Jamo.txt lib/unicode/NamesList.html
1599           +> lib/unicode/UCD300.html lib/unicode/Unicode3.html
1600            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
1601            ! Changes
1602           !> (integrate 210 files)
1603 ____________________________________________________________________________
1604 [  4605] By: gsar                                  on 1999/12/01  05:15:27
1605         Log: avoid PTR->IV cast warnings
1606      Branch: perl
1607            ! mg.c op.c scope.h
1608 ____________________________________________________________________________
1609 [  4604] By: gsar                                  on 1999/12/01  03:59:56
1610         Log: email address changes
1611      Branch: perl
1612            ! AUTHORS Changes Porting/genlog Porting/p4d2p Porting/p4desc
1613            ! README.win32 ext/Data/Dumper/Dumper.pm lib/DB.pm
1614            ! lib/File/DosGlob.pm lib/Math/Complex.pm lib/Math/Trig.pm
1615            ! pod/perl5005delta.pod pod/perlport.pod t/op/runlevel.t
1616            ! utils/perlbug.PL utils/perldoc.PL win32/bin/perlglob.pl
1617 ____________________________________________________________________________
1618 [  4603] By: gsar                                  on 1999/12/01  03:45:13
1619         Log: minor USE_ITHREADS tweaks
1620      Branch: perl
1621            ! doio.c op.c op.h pp_hot.c pp_sys.c run.c win32/Makefile
1622            ! win32/perllib.c win32/win32.h
1623 ____________________________________________________________________________
1624 [  4602] By: gsar                                  on 1999/12/01  01:00:09
1625         Log: more complete pseudo-fork() support for Windows
1626      Branch: perl
1627            + pod/perlfork.pod win32/perlhost.h win32/vdir.h win32/vmem.h
1628            ! MANIFEST XSUB.h cop.h dump.c embed.h embed.pl embedvar.h
1629            ! ext/B/B/CC.pm ext/Opcode/Opcode.xs global.sym globals.c
1630            ! globvar.sym gv.c hv.c intrpvar.h iperlsys.h makedef.pl mg.c
1631            ! mpeix/mpeixish.h objXSUB.h op.c op.h os2/os2ish.h perl.c
1632            ! perl.h perlapi.c plan9/plan9ish.h pod/Makefile pod/buildtoc
1633            ! pod/perl.pod pod/roffitall pp.c pp_ctl.c pp_hot.c pp_sys.c
1634            ! proto.h regcomp.c run.c scope.c scope.h sv.c t/op/fork.t
1635            ! toke.c unixish.h util.c vos/vosish.h win32/Makefile
1636            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
1637            ! win32/win32iop.h win32/win32thread.h
1638 ____________________________________________________________________________
1639 [  4601] By: gsar                                  on 1999/12/01  00:45:38
1640         Log: rudimentary support for remote debugging, from aeons ago (somewhat
1641              modified)
1642              From: Graham TerMarsch <grahamt@ActiveState.com>
1643              Date: Sat, 12 Sep 1998 10:46:55 -0700
1644              Message-ID: <35FAB38F.EA9AAC50@activestate.com>
1645              Subject: Re: Patches to perl5db.pl to allow for remote debugging
1646      Branch: perl
1647            ! lib/perl5db.pl
1648 ____________________________________________________________________________
1649 [  4600] By: chip                                  on 1999/11/19  21:16:00
1650         Log: Document known limitations of fdopen() on some systems,
1651              as they apply to open() and sysopen().
1652      Branch: perl
1653            ! pod/perlfunc.pod
1654 ____________________________________________________________________________
1655 [  4599] By: chip                                  on 1999/11/19  17:20:19
1656         Log: Undef printf before redirecting it to PerlIO_stdoutf.
1657              (Avoids an irritating warning when compiling with PerlIO.)
1658      Branch: perl
1659            ! perl.h
1660 ____________________________________________________________________________
1661 [  4598] By: jhi                                   on 1999/11/22  21:30:17
1662         Log: Small VMS nits from Craig A. Berry, <craig.berry@metamor.com>.
1663      Branch: cfgperl
1664            ! README.vms t/io/open.t
1665 ____________________________________________________________________________
1666 [  4597] By: jhi                                   on 1999/11/21  16:21:21
1667         Log: Replace #4596 with the change done in 5.005_03.
1668      Branch: cfgperl
1669            ! ext/Errno/Errno_pm.PL
1670 ____________________________________________________________________________
1671 [  4596] By: jhi                                   on 1999/11/21  16:07:20
1672         Log: Skip processing a file if the file to be opened is '-'
1673              (can happen in UNICOS)
1674      Branch: cfgperl
1675            ! ext/Errno/Errno_pm.PL
1676 ____________________________________________________________________________
1677 [  4595] By: jhi                                   on 1999/11/21  14:05:10
1678         Log: VMS patches from Peter Prymmer.
1679      Branch: cfgperl
1680            ! doio.c mg.c taint.c vms/subconfigure.com vms/vms.c
1681 ____________________________________________________________________________
1682 [  4594] By: jhi                                   on 1999/11/18  17:07:14
1683         Log: The find_byclass prototype is already in proto.h. 
1684      Branch: cfgperl
1685            ! regexec.c
1686 ____________________________________________________________________________
1687 [  4593] By: gsar                                  on 1999/11/16  21:25:21
1688         Log: typo in flag checks
1689      Branch: utfperl
1690            ! sv.h
1691 ____________________________________________________________________________
1692 [  4592] By: jhi                                   on 1999/11/16  21:17:25
1693         Log: Regen Configure.
1694      Branch: cfgperl
1695            ! Configure config_h.SH pp.c pp.h vms/subconfigure.com
1696      Branch: metaconfig
1697            ! U/a_dvisory/quadtype.U
1698 ____________________________________________________________________________
1699 [  4591] By: jhi                                   on 1999/11/16  14:53:19
1700         Log: Integrate with Sarathy.
1701      Branch: cfgperl
1702           !> cop.h deb.c embed.h embed.pl global.sym lib/Pod/Checker.pm
1703           !> lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Select.pm
1704           !> lib/Pod/Usage.pm makedef.pl objXSUB.h perl.c perlapi.c
1705           !> pod/podchecker.PL pp_sys.c proto.h sv.c t/pod/poderrs.t
1706           !> t/pod/poderrs.xr
1707 ____________________________________________________________________________
1708 [  4590] By: gsar                                  on 1999/11/16  05:57:56
1709         Log: Pod::Parser updates (v1.091) from Brad Appleton <bradapp@enteract.com>
1710      Branch: perl
1711            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
1712            ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/podchecker.PL
1713            ! t/pod/poderrs.t t/pod/poderrs.xr
1714 ____________________________________________________________________________
1715 [  4589] By: gsar                                  on 1999/11/15  18:47:34
1716         Log: add a synchronous stub fork() for USE_ITHREADS to prove that a simple
1717              C<if (fork()) { print "parent" } else { print "child" }> works on
1718              Windows (incidentally running a cloned^2 interpreter :)
1719      Branch: perl
1720            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perlapi.c
1721            ! pp_sys.c proto.h sv.c
1722 ____________________________________________________________________________
1723 [  4588] By: gsar                                  on 1999/11/15  14:34:36
1724         Log: cloning the stack (part 1)
1725      Branch: perl
1726            ! cop.h deb.c perl.c sv.c
1727 ____________________________________________________________________________
1728 [  4587] By: jhi                                   on 1999/11/15  00:22:20
1729         Log: Integrate with Sarathy.
1730      Branch: cfgperl
1731           !> Changes embed.h embed.pl embedvar.h global.sym intrpvar.h
1732           !> makedef.pl objXSUB.h op.c perl.h perlapi.c proto.h run.c sv.c
1733           !> win32/perllib.c
1734 ____________________________________________________________________________
1735 [  4586] By: jhi                                   on 1999/11/14  21:17:26
1736         Log: Ilya's "hopscotch" patch, reworked by Ilya to fit.
1737      Branch: cfgperl
1738            ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
1739 ____________________________________________________________________________
1740 [  4585] By: gsar                                  on 1999/11/14  20:01:45
1741         Log: tweak for win32 build
1742      Branch: perl
1743            ! embed.h embed.pl op.c proto.h
1744 ____________________________________________________________________________
1745 [  4584] By: gsar                                  on 1999/11/14  19:46:25
1746         Log: cosmetic tweaks
1747      Branch: perl
1748            ! embed.h embed.pl embedvar.h global.sym intrpvar.h makedef.pl
1749            ! objXSUB.h perl.h perlapi.c proto.h sv.c win32/perllib.c
1750 ____________________________________________________________________________
1751 [  4583] By: gsar                                  on 1999/11/14  17:38:32
1752         Log: fix problem pointer casts
1753      Branch: perl
1754            ! Changes run.c sv.c
1755 ____________________________________________________________________________
1756 [  4582] By: jhi                                   on 1999/11/14  17:10:01
1757         Log: Integrate with Sarathy.
1758      Branch: cfgperl
1759           !> cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c perly.c
1760           !> perly.y pp_ctl.c pp_sys.c sv.c t/op/misc.t toke.c util.c
1761           !> vms/perly_c.vms win32/perllib.c
1762 ____________________________________________________________________________
1763 [  4581] By: jhi                                   on 1999/11/14  17:08:23
1764         Log: The separation of 64-bitness and largefileness continues
1765              (with a setback, see hpux.sh).
1766      Branch: cfgperl
1767            ! Configure MANIFEST config_h.SH hints/aix.sh hints/hpux.sh
1768            ! hints/solaris_2.sh
1769      Branch: metaconfig
1770            ! U/threads/archname.U U/typedefs/lseektype.U
1771      Branch: metaconfig/U/perl
1772            ! fpossize.U use64bits.U uselfs.U
1773 ____________________________________________________________________________
1774 [  4580] By: jhi                                   on 1999/11/14  13:26:41
1775         Log: Another Unicode update.
1776      Branch: cfgperl
1777            + lib/unicode/Jamo.txt lib/unicode/NamesList.html
1778            + lib/unicode/UCD300.html lib/unicode/Unicode3.html
1779            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
1780            ! (edit 189 files)
1781 ____________________________________________________________________________
1782 [  4579] By: gsar                                  on 1999/11/14  10:21:49
1783         Log: sundry cleanups for cloned interpreters (only known failure mode
1784              is due to regexps keeping non-constant data in their compiled
1785              structures)
1786      Branch: perl
1787            ! cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c pp_ctl.c
1788            ! pp_sys.c sv.c toke.c util.c win32/perllib.c
1789 ____________________________________________________________________________
1790 [  4578] By: gsar                                  on 1999/11/14  03:37:37
1791         Log: fix bug in change#4515 (STOP blocks now see @ARGV like the rest)
1792      Branch: perl
1793            ! perly.c perly.y t/op/misc.t vms/perly_c.vms
1794 ____________________________________________________________________________
1795 [  4577] By: jhi                                   on 1999/11/13  19:50:24
1796         Log: Change #4576 accidentally leaked also parts of
1797              Ilya's patch that won't apply cleanly anymore.
1798      Branch: cfgperl
1799            ! regexec.c t/op/re_tests
1800 ____________________________________________________________________________
1801 [  4576] By: jhi                                   on 1999/11/13  19:43:37
1802         Log: Integrate with Sarathy.
1803      Branch: cfgperl
1804            ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
1805           !> ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm t/lib/dumper.t
1806           !> t/op/regexp.t t/pragma/overload.t
1807 ____________________________________________________________________________
1808 [  4575] By: gsar                                  on 1999/11/13  19:41:46
1809         Log: typos in change#4561 and change#4565
1810      Branch: perl
1811            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm
1812 ____________________________________________________________________________
1813 [  4574] By: gsar                                  on 1999/11/13  19:31:19
1814         Log: revert non-kosher parts of change#4562 (sort order problems
1815              should be ignored (on ebcdic) by fixing dumper.t/T() to sort
1816              result and expected lines; /[:ascii:]/ not working should be
1817              fixed, not ignored in regexp.t; result from sort should be
1818              fixed to be ascii portable on ebcdic, not ebcdic-specific)
1819      Branch: perl
1820            ! t/lib/dumper.t t/op/regexp.t t/pragma/overload.t
1821 ____________________________________________________________________________
1822 [  4573] By: gsar                                  on 1999/11/13  19:13:04
1823         Log: integrate cfgperl changes into mainline
1824      Branch: perl
1825           +> lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
1826           +> lib/unicode/In/BopomofoExtended.pl
1827           +> lib/unicode/In/BraillePatterns.pl
1828           +> lib/unicode/In/CJKRadicalsSupplement.pl
1829           +> lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
1830           +> lib/unicode/In/Cherokee.pl
1831           +> lib/unicode/In/IdeographicDescriptionCharacters.pl
1832           +> lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
1833           +> lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
1834           +> lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
1835           +> lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
1836           +> lib/unicode/In/Thaana.pl
1837           +> lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
1838           +> lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
1839            - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
1840           !> (integrate 213 files)
1841 ____________________________________________________________________________
1842 [  4572] By: jhi                                   on 1999/11/13  18:44:50
1843         Log: From: "Craig A. Berry" <craig.berry@metamor.com>
1844              To: perl5-porters@perl.org, VMSPERL@perl.org
1845              Subject: [PATCH 5.005_03 and 5.005_62] updates to README.vms
1846              Date: Wed, 27 Oct 1999 11:02:54 -0500
1847              Message-Id: <4.2.0.58.19991027105257.00addc10@mmtnt11.metamor.com>
1848      Branch: cfgperl
1849            ! README.vms
1850 ____________________________________________________________________________
1851 [  4571] By: jhi                                   on 1999/11/13  18:33:39
1852         Log: From: jand@activestate.com (Jan Dubois)
1853              To: perl5-porters@perl.org, Perl-Win32-Porters@activestate.com
1854              Cc: Douglas Lankshear <dougl@activestate.com>,
1855              Gurusamy Sarathy <gsar@activestate.com>
1856              Subject: [5.005_62 PATCH] support link() on WinNT and NTFS
1857              Date: Tue, 09 Nov 1999 00:38:33 +0100
1858              Message-ID: <382b5d24.10899522@smtprelay.t-online.de>
1859      Branch: cfgperl
1860            ! XSUB.h iperlsys.h pp_sys.c t/io/fs.t win32/config.bc
1861            ! win32/config.gc win32/config.vc win32/config_H.bc
1862            ! win32/config_H.gc win32/config_H.vc win32/perllib.c
1863            ! win32/win32.c win32/win32iop.h
1864 ____________________________________________________________________________
1865 [  4570] By: jhi                                   on 1999/11/13  18:30:37
1866         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1867              To: perl5-porters@perl.org (Mailing list Perl5)
1868              Subject: [PATCH 5.005_62] makedef.pl goof
1869              Date: Mon, 8 Nov 1999 23:55:21 -0500 (EST)
1870              Message-Id: <199911090455.XAA25627@monk.mps.ohio-state.edu>
1871      Branch: cfgperl
1872            ! makedef.pl
1873 ____________________________________________________________________________
1874 [  4569] By: jhi                                   on 1999/11/13  18:06:54
1875         Log: From: Michael G Schwern <schwern@pobox.com>
1876              To: perl5-porters@perl.org, pod-people@perl.org
1877              Cc: tchrist@mox.perl.com, gnat@frii.com
1878              Subject: [DOCPATCH 5.005_62 perlfaq9.pod] Mention HTML::FormatText
1879              Date: Wed, 10 Nov 1999 17:21:46 -0500
1880              Message-ID: <19991110172146.A23527@athens.aocn.com>
1881      Branch: cfgperl
1882            ! pod/perlfaq9.pod
1883 ____________________________________________________________________________
1884 [  4568] By: jhi                                   on 1999/11/13  18:05:33
1885         Log: From: "Paul Moore" <gustav@morpheus.demon.co.uk>
1886              To: <perl5-porters@perl.org>
1887              Subject: DynaLoader_pm.PL patch (backslashes in strings)
1888              Date: Wed, 10 Nov 1999 22:52:02 -0000
1889              Message-ID: <LPBBIIMJKJMPNOGHGLLCMEBFCAAA.gustav@morpheus.demon.co.uk>
1890      Branch: cfgperl
1891            ! ext/DynaLoader/DynaLoader_pm.PL
1892 ____________________________________________________________________________
1893 [  4567] By: jhi                                   on 1999/11/13  18:03:52
1894         Log: From: JD Laub <jdl@access-health.com>
1895              To: perl5-porters@perl.org
1896              Subject: [ID 19991112.002] patch: Exporter.pm not reporting path
1897              Date: Fri, 12 Nov 1999 08:58:28 -0700 (MST)
1898              Message-Id: <199911121558.IAA08915@mocha.iasi.com>
1899      Branch: cfgperl
1900            ! lib/Exporter/Heavy.pm
1901 ____________________________________________________________________________
1902 [  4566] By: jhi                                   on 1999/11/13  18:01:24
1903         Log: From: Bernard Quatermass <bernard@quatermass.co.uk>
1904              To: perl5-porters@perl.org
1905              Subject: small patch for perldoc
1906              Date: Fri, 12 Nov 1999 23:11:43 GMT
1907              Message-Id: <VA.0000001c.00d1e05a@quatermass.co.uk>
1908      Branch: cfgperl
1909            ! utils/perldoc.PL
1910 ____________________________________________________________________________
1911 [  4565] By: jhi                                   on 1999/11/13  17:58:54
1912         Log: From: Scott Gifford <sgifford@tir.com>
1913              To: perl5-porters@perl.org
1914              Cc: gbarr@pobox.com
1915              Subject: [ID 19991112.004] Bug in IO::Socket (patch included)
1916              Date: 12 Nov 1999 18:55:30 -0500
1917              Message-Id: <m3emdvw9hp.fsf@sgifford.tir.com>
1918      Branch: cfgperl
1919            ! ext/IO/lib/IO/Socket.pm
1920 ____________________________________________________________________________
1921 [  4564] By: jhi                                   on 1999/11/13  17:45:39
1922         Log: Applied manually:
1923              From: "Craig A. Berry" <craig.berry@metamor.com>
1924              To: perl5-porters@perl.org, VMSPERL@perl.org
1925              Subject: [PATCH 5.005_62] patches required to build on VMS
1926              Date: Tue, 09 Nov 1999 18:16:14 -0600
1927              Message-Id: <4.2.2.19991109173839.00d12630@mmtnt11.metamor.com>
1928      Branch: cfgperl
1929            ! configure.com vms/descrip_mms.template vms/subconfigure.com
1930            ! vms/vms.c vms/vmsish.h
1931 ____________________________________________________________________________
1932 [  4563] By: jhi                                   on 1999/11/13  17:18:41
1933         Log: Regen Unicode tables to include a warning:
1934              Thou Shalt Not Edit Them By Hand; add missing
1935              (Unicode 2.0 -introduced) tables to MANIFEST;
1936              convert the equivalence tables to be valid Perl code.
1937      Branch: cfgperl
1938            + lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
1939            + lib/unicode/In/BopomofoExtended.pl
1940            + lib/unicode/In/BraillePatterns.pl
1941            + lib/unicode/In/CJKRadicalsSupplement.pl
1942            + lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
1943            + lib/unicode/In/Cherokee.pl
1944            + lib/unicode/In/IdeographicDescriptionCharacters.pl
1945            + lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
1946            + lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
1947            + lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
1948            + lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
1949            + lib/unicode/In/Thaana.pl
1950            + lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
1951            + lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
1952            - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
1953            ! (edit 169 files)
1954 ____________________________________________________________________________
1955 [  4562] By: jhi                                   on 1999/11/13  16:53:00
1956         Log: From: Peter Prymmer <pvhp@forte.com>
1957              To: gsar@activestate.com, perl-mvs@perl.org, perlbug@perl.com
1958              Subject: [PATCH: 5.005_62]was Re: [ID 19991102.003] perl on os390
1959              Date: Wed, 10 Nov 1999 14:34:36 -0800 (PST)
1960              Message-Id: <199911102234.OAA01018@brio.forte.com>
1961      Branch: cfgperl
1962            ! t/lib/dumper.t t/op/pack.t t/op/regexp.t t/pragma/locale.t
1963            ! t/pragma/overload.t
1964 ____________________________________________________________________________
1965 [  4561] By: jhi                                   on 1999/11/13  16:29:37
1966         Log: $Config{myarchname} is not a good architecture identifier
1967              because it may contain host/node identification like
1968              CPU serial numbers.
1969      Branch: cfgperl
1970            ! ext/Errno/Errno_pm.PL
1971 ____________________________________________________________________________
1972 [  4560] By: jhi                                   on 1999/11/13  16:26:13
1973         Log: Continue largefileness separation from quadness;
1974              move nv-preserving test out of perl.h into Configure;
1975              use HAS_SETVBUF in IO.
1976      Branch: cfgperl
1977            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1978            ! config_h.SH ext/IO/IO.xs hints/solaris_2.sh perl.h pp_sys.c
1979      Branch: metaconfig
1980            ! U/a_dvisory/quadtype.U
1981      Branch: metaconfig/U/perl
1982            + nvpresuv.U
1983            ! d_fseeko.U d_ftello.U io64.U perlxv.U
1984 ____________________________________________________________________________
1985 [  4559] By: jhi                                   on 1999/11/13  13:46:38
1986         Log: Try to fix largefileness so that it "works" without a quad IV.
1987      Branch: cfgperl
1988            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1989            ! config_h.SH perl.h pp_sys.c t/lib/syslfs.t t/op/lfs.t
1990      Branch: metaconfig
1991            ! U/a_dvisory/quadtype.U U/typedefs/lseektype.U
1992      Branch: metaconfig/U/perl
1993            ! io64.U
1994 ____________________________________________________________________________
1995 [  4558] By: jhi                                   on 1999/11/13  11:36:19
1996         Log: Undo drift from mainline.
1997      Branch: cfgperl
1998            ! regcomp.c util.c utils/h2xs.PL
1999 ____________________________________________________________________________
2000 [  4557] By: gsar                                  on 1999/11/13  10:54:46
2001         Log: typo
2002      Branch: perl
2003            ! util.c
2004 ____________________________________________________________________________
2005 [  4556] By: gsar                                  on 1999/11/13  10:53:41
2006         Log: integrate cfgperl contents (op.[ch] needed manual resolve)
2007      Branch: perl
2008           +> epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
2009           +> epoc/epoc_stubs.c
2010           !> (integrate 48 files)
2011 ____________________________________________________________________________
2012 [  4555] By: jhi                                   on 1999/11/13  10:05:54
2013         Log: Integrate with Sarathy.
2014      Branch: cfgperl
2015           !> dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
2016           !> sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
2017 ____________________________________________________________________________
2018 [  4554] By: jhi                                   on 1999/11/13  10:03:07
2019         Log: s/_SIGN$/_sign/g;
2020      Branch: metaconfig
2021            ! U/typedefs/gidsign.U U/typedefs/pidsign.U U/typedefs/uidsign.U
2022 ____________________________________________________________________________
2023 [  4553] By: gsar                                  on 1999/11/13  02:17:53
2024         Log: cloned interpreters now actually run and pass all but 55/10386
2025              subtests; various subtle bugs, new and old, observed when running
2026              cloned interpreters have been fixed
2027              
2028              still to do:
2029              |  * dup psig_ptr table
2030              |  * merge PADOP GVs support with "our" SVs (existing PADOPs are too
2031              |    simple-minded and grab one pad entry each, heavily bloating
2032              |    the pad by not avoiding dups)
2033              |  * overloaded constants are not really immutable--they need to
2034              |    be PADOPs
2035              |  * allocator for constants and OPs need to be spelled differently
2036              |    (shared vs interpreter-local allocations)
2037              |  * optree refcounting is still missing locking (macros are in place)
2038              |  * curstackinfo, {mark,scope,save,ret}stack need to be cloned so
2039              |    perl_clone() can be called from within runops*()
2040      Branch: perl
2041            ! dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
2042            ! sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
2043 ____________________________________________________________________________
2044 [  4552] By: jhi                                   on 1999/11/11  23:17:43
2045         Log: Turn on largefileness always if available and
2046              continue 64-bit fixes.
2047      Branch: cfgperl
2048            ! Configure config_h.SH handy.h hints/aix.sh hints/dec_osf.sh
2049            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh perl.h pp.c
2050            ! sv.c t/lib/syslfs.t t/op/lfs.t utf8.c
2051 ____________________________________________________________________________
2052 [  4551] By: jhi                                   on 1999/11/11  23:16:15
2053         Log: Split int64type from i_inttypes, rename quadcase into quadkind.
2054      Branch: metaconfig
2055            ! U/a_dvisory/quadtype.U
2056      Branch: metaconfig/U/perl
2057            + d_int64t.U
2058            ! i_inttypes.U io64.U
2059 ____________________________________________________________________________
2060 [  4550] By: jhi                                   on 1999/11/11  20:24:55
2061         Log: Fix a thinko in 4548.
2062      Branch: cfgperl
2063            ! pp_sys.c
2064 ____________________________________________________________________________
2065 [  4549] By: jhi                                   on 1999/11/11  19:48:21
2066         Log: Integrate with Sarathy.
2067      Branch: cfgperl
2068           !> (integrate 56 files)
2069 ____________________________________________________________________________
2070 [  4548] By: jhi                                   on 1999/11/11  19:41:56
2071         Log: Try to do something if st_size, st_uid, st_gid are too big for an IV;
2072              regen Configure.
2073      Branch: cfgperl
2074            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2075            ! config_h.SH pp_sys.c
2076 ____________________________________________________________________________
2077 [  4547] By: jhi                                   on 1999/11/11  19:40:38
2078         Log: s/_SIZE$/_size/g; add sizesize and ssizesize.
2079      Branch: metaconfig
2080            + U/typedefs/sizesize.U U/typedefs/ssizesize.U
2081            ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
2082 ____________________________________________________________________________
2083 [  4546] By: gsar                                  on 1999/11/11  10:32:54
2084         Log: avoid stash pointers in optree under USE_ITHREADS
2085      Branch: perl
2086            ! bytecode.pl cop.h ext/B/B.xs ext/B/B/Asmdata.pm
2087            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
2088            ! ext/B/B/Deparse.pm ext/ByteLoader/bytecode.h
2089            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
2090            ! ext/Opcode/Opcode.xs gv.c op.c perl.c pp.c pp_ctl.c pp_hot.c
2091            ! scope.h sv.c
2092 ____________________________________________________________________________
2093 [  4545] By: gsar                                  on 1999/11/11  06:04:20
2094         Log: another change towards a shareable optree: avoid pointer to filegv
2095              in COP; revert parts of change#4485 and s/xcv_filegv/xcv_file/
2096              (CvFILE() may yet come in handy somewhere); adjust compiler doodads
2097              to suit
2098      Branch: perl
2099            ! bytecode.pl cop.h cv.h dump.c ext/B/B.pm ext/B/B.xs
2100            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
2101            ! ext/B/B/CC.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
2102            ! ext/B/B/Lint.pm ext/B/B/Xref.pm ext/ByteLoader/bytecode.h
2103            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
2104            ! ext/Devel/Peek/Peek.pm gv.c gv.h op.c perl.c pp.c pp_ctl.c
2105            ! pp_sys.c scope.c scope.h sv.c sv.h toke.c util.c util.h
2106            ! win32/perllib.c
2107 ____________________________________________________________________________
2108 [  4544] By: gsar                                  on 1999/11/10  18:19:12
2109         Log: more cleanups for change#4539
2110      Branch: perl
2111            ! gv.h op.c op.h pp_ctl.c pp_hot.c
2112 ____________________________________________________________________________
2113 [  4543] By: gsar                                  on 1999/11/10  01:52:22
2114         Log: remove dead branch/infinite looper in change#3612
2115      Branch: perl
2116            ! op.c
2117 ____________________________________________________________________________
2118 [  4542] By: gsar                                  on 1999/11/09  20:05:47
2119         Log: IoDIRP may be fake when used in source filters, mark as such
2120      Branch: perl
2121            ! sv.c sv.h toke.c
2122 ____________________________________________________________________________
2123 [  4541] By: gsar                                  on 1999/11/09  05:47:53
2124         Log: small nits in changes#4538,4539
2125      Branch: perl
2126            ! op.c sv.c
2127 ____________________________________________________________________________
2128 [  4540] By: gsar                                  on 1999/11/08  20:30:58
2129         Log: win32 symbol export tweak
2130      Branch: perl
2131            ! makedef.pl win32/win32.c win32/win32iop.h
2132 ____________________________________________________________________________
2133 [  4539] By: gsar                                  on 1999/11/08  18:50:40
2134         Log: preliminary support for GVOP indirection via pad
2135      Branch: perl
2136            ! doio.c dump.c embed.h embed.pl global.sym objXSUB.h op.c op.h
2137            ! opcode.pl perlapi.c pp_hot.c pp_sys.c proto.h run.c
2138 ____________________________________________________________________________
2139 [  4538] By: gsar                                  on 1999/11/08  11:25:49
2140         Log: preliminary support for perl_clone() (still needs work in
2141              the following areas: SVOPs must indirect via pad; context
2142              stack, scope stack, and runlevels must be cloned; must
2143              hook up the virtualized pseudo-process support provided by
2144              "host"; ...)
2145      Branch: perl
2146            ! av.h embed.h embed.pl embedvar.h global.sym hv.c hv.h
2147            ! intrpvar.h makedef.pl objXSUB.h perl.h perlapi.c proto.h sv.c
2148            ! win32/perllib.c win32/win32.c
2149 ____________________________________________________________________________
2150 [  4537] By: gsar                                  on 1999/11/08  11:19:18
2151         Log: more thorough cleanup in perl_destroy()
2152      Branch: perl
2153            ! perl.c util.c
2154 ____________________________________________________________________________
2155 [  4536] By: gsar                                  on 1999/11/08  07:16:10
2156         Log: win32 internal data must be interpreter-local
2157      Branch: perl
2158            ! win32/win32.c win32/win32.h win32/win32sck.c
2159 ____________________________________________________________________________
2160 [  4535] By: gsar                                  on 1999/11/08  04:17:28
2161         Log: tweak change#4502
2162      Branch: perl
2163            ! doio.c perl.c
2164 ____________________________________________________________________________
2165 [  4534] By: jhi                                   on 1999/11/07  13:17:03
2166         Log: Four special class subs, not three.
2167      Branch: cfgperl
2168            ! pod/perlmod.pod
2169 ____________________________________________________________________________
2170 [  4533] By: jhi                                   on 1999/11/07  13:13:15
2171         Log: Integrate with Sarathy.
2172      Branch: cfgperl
2173           !> mg.c t/io/print.t
2174 ____________________________________________________________________________
2175 [  4532] By: jhi                                   on 1999/11/07  12:36:10
2176         Log: More test program maintenance.
2177      Branch: cfgperl
2178            ! Configure config_h.SH
2179      Branch: metaconfig
2180            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
2181            ! U/compline/charsize.U U/compline/d_sigaction.U
2182            ! U/compline/doublesize.U U/compline/floatsize.U
2183            ! U/compline/nblock_io.U U/compline/ptrsize.U
2184            ! U/modified/Signal.U U/typedefs/gidsize.U U/typedefs/pidsize.U
2185            ! U/typedefs/uidsize.U
2186      Branch: metaconfig/U/perl
2187            ! fpossize.U
2188 ____________________________________________________________________________
2189 [  4531] By: jhi                                   on 1999/11/07  00:34:09
2190         Log: Tidy up the metaconfig test programs.
2191      Branch: cfgperl
2192            ! Configure config_h.SH
2193      Branch: metaconfig
2194            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
2195            ! U/compline/charsize.U U/compline/doublesize.U
2196            ! U/compline/nblock_io.U U/compline/ptrsize.U
2197            ! U/modified/d_longlong.U U/typedefs/gidsize.U
2198            ! U/typedefs/lseektype.U U/typedefs/pidsize.U
2199            ! U/typedefs/uidsize.U
2200      Branch: metaconfig/U/perl
2201            ! fpossize.U
2202 ____________________________________________________________________________
2203 [  4530] By: jhi                                   on 1999/11/06  23:51:34
2204         Log: So many printfs, so little time.
2205      Branch: cfgperl
2206            ! op.c perl.c regcomp.c scope.c util.c
2207 ____________________________________________________________________________
2208 [  4529] By: jhi                                   on 1999/11/06  23:27:35
2209         Log: Replace the explicit zeros with NOOPs.
2210      Branch: cfgperl
2211            ! perl.h
2212 ____________________________________________________________________________
2213 [  4528] By: jhi                                   on 1999/11/06  23:10:54
2214         Log: From: jand@activestate.com (Jan Dubois)
2215              To: perl5-porters@perl.org
2216              Cc: Mike Blazer <blazer@mail.nevalink.ru>,
2217              Mark Borgerding <mborgerding@acm.org>
2218              Subject: [5.005_62 PATCH] binmode and locale support for -T and -B filetest operators
2219              Date: Sat, 06 Nov 1999 22:16:43 +0100
2220              Message-ID: <38279207.46448719@smtprelay.t-online.de>
2221      Branch: cfgperl
2222            ! op.c op.h
2223 ____________________________________________________________________________
2224 [  4527] By: jhi                                   on 1999/11/06  20:22:14
2225         Log: ...and fewer.
2226      Branch: cfgperl
2227            ! dump.c
2228 ____________________________________________________________________________
2229 [  4526] By: jhi                                   on 1999/11/06  20:19:04
2230         Log: ...and they are getting fewer.
2231      Branch: cfgperl
2232            ! dump.c op.c util.c
2233 ____________________________________________________________________________
2234 [  4525] By: jhi                                   on 1999/11/06  19:59:59
2235         Log: More printf miscasts flushed out.
2236      Branch: cfgperl
2237            ! dump.c ext/B/B.xs ext/Data/Dumper/Dumper.xs regcomp.c
2238            ! regexec.c
2239 ____________________________________________________________________________
2240 [  4524] By: jhi                                   on 1999/11/06  15:39:05
2241         Log: Crushing the remaining %ld guerillas.
2242      Branch: cfgperl
2243            ! ext/Devel/DProf/DProf.xs
2244 ____________________________________________________________________________
2245 [  4523] By: jhi                                   on 1999/11/06  15:11:38
2246         Log: Update CPAN sites list.
2247      Branch: cfgperl
2248            ! pod/perlmodlib.pod
2249 ____________________________________________________________________________
2250 [  4522] By: jhi                                   on 1999/11/05  19:50:46
2251         Log: The -n32 is normally part of $cc, not $ccflags.
2252      Branch: cfgperl
2253            ! hints/irix_6.sh
2254 ____________________________________________________________________________
2255 [  4521] By: gsar                                  on 1999/11/05  04:35:30
2256         Log: allow $\ to work right when set to a string with embedded nulls
2257      Branch: perl
2258            ! mg.c t/io/print.t
2259 ____________________________________________________________________________
2260 [  4520] By: jhi                                   on 1999/11/04  23:30:09
2261         Log: Integrate with Sarathy.
2262      Branch: cfgperl
2263           !> embedvar.h ext/B/B/Bytecode.pm ext/B/B/Lint.pm
2264           !> ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm ext/File/Glob/Glob.pm
2265           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h intrpvar.h
2266           !> keywords.h keywords.pl objXSUB.h op.c perl.c pod/perldelta.pod
2267           !> pod/perldiag.pod pod/perlfunc.pod pod/perlmod.pod
2268           !> pod/perlrun.pod pod/perlsub.pod pod/perltodo.pod toke.c
2269 ____________________________________________________________________________
2270 [  4519] By: jhi                                   on 1999/11/04  23:09:25
2271         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2272              To: perl5-porters@perl.org (Mailing list Perl5)
2273              Subject: [PATCH 5.005_62] ref to non-lvalue method
2274              Date: Wed, 3 Nov 1999 03:52:48 -0500 (EST)
2275              Message-Id: <199911030852.DAA06563@monk.mps.ohio-state.edu>
2276      Branch: cfgperl
2277            ! op.c
2278 ____________________________________________________________________________
2279 [  4518] By: jhi                                   on 1999/11/04  23:07:27
2280         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2281              To: perl5-porters@perl.org (Mailing list Perl5)
2282              Subject: [PATCH 5.005_62] xsubpp dependency
2283              Date: Wed, 3 Nov 1999 02:57:23 -0500 (EST)
2284              Message-Id: <199911030757.CAA06325@monk.mps.ohio-state.edu>
2285      Branch: cfgperl
2286            ! lib/ExtUtils/MM_Unix.pm
2287 ____________________________________________________________________________
2288 [  4517] By: jhi                                   on 1999/11/04  23:05:59
2289         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2290              To: perl5-porters@perl.org (Mailing list Perl5)
2291              Subject: [PATCH 5.005_62] regexp.h
2292              Date: Wed, 3 Nov 1999 02:55:21 -0500 (EST)
2293              Message-Id: <199911030755.CAA06311@monk.mps.ohio-state.edu>
2294      Branch: cfgperl
2295            ! regexp.h
2296 ____________________________________________________________________________
2297 [  4516] By: gsar                                  on 1999/11/04  18:25:45
2298         Log: change#4485 didn't do the right thing for B::Bytecode
2299      Branch: perl
2300            ! ext/B/B/Bytecode.pm
2301 ____________________________________________________________________________
2302 [  4515] By: gsar                                  on 1999/11/04  17:28:29
2303         Log: implement STOP blocks and fix compiler to use them (minimally
2304              tested)
2305      Branch: perl
2306            ! embedvar.h ext/B/B/Lint.pm ext/B/B/Stash.pm ext/B/NOTES
2307            ! ext/B/O.pm intrpvar.h keywords.h keywords.pl objXSUB.h op.c
2308            ! perl.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
2309            ! pod/perlmod.pod pod/perlrun.pod pod/perlsub.pod
2310            ! pod/perltodo.pod toke.c
2311 ____________________________________________________________________________
2312 [  4514] By: gsar                                  on 1999/11/04  15:59:46
2313         Log: display BSD license in Glob.pm (for clause #2 conformity)
2314      Branch: perl
2315            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
2316            ! ext/File/Glob/bsd_glob.h
2317 ____________________________________________________________________________
2318 [  4513] By: jhi                                   on 1999/11/04  08:26:19
2319         Log: Integrate with Sarathy.
2320      Branch: cfgperl
2321           +> t/io/nargv.t
2322           !> (integrate 34 files)
2323 ____________________________________________________________________________
2324 [  4512] By: jhi                                   on 1999/11/04  08:01:25
2325         Log: Incremental Mac integration from Matthias.
2326      Branch: cfgperl
2327            ! perl.c perl.h pp_ctl.c pp_hot.c run.c sv.c t/pod/testpchk.pl
2328            ! toke.c util.c
2329 ____________________________________________________________________________
2330 [  4511] By: gsar                                  on 1999/11/04  02:53:37
2331         Log: remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
2332      Branch: perl
2333            ! dosish.h embed.pl mg.c os2/os2ish.h perl.c perl.h perly.c
2334            ! perly_c.diff pp_ctl.c proto.h regcomp.c regexec.c sv.c toke.c
2335            ! universal.c vms/perly_c.vms vms/vmsish.h win32/win32.h
2336            ! xsutils.c
2337 ____________________________________________________________________________
2338 [  4510] By: jhi                                   on 1999/11/02  22:12:29
2339         Log: S_init_interp is a better place to diddle with PL_opargs
2340              than perl_construct.
2341      Branch: cfgperl
2342            ! perl.c
2343 ____________________________________________________________________________
2344 [  4509] By: jhi                                   on 1999/11/02  21:30:02
2345         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2346              To: ben@mucus.advanced.org, perl5-porters@perl.org
2347              Subject: Re: [ID 19991102.002] unpack('N', pack('N', -1)) not idempotent
2348              Date: Tue, 02 Nov 1999 21:36:00 +0000
2349              Message-Id: <E11ilay-00020o-00@taurus.cus.cam.ac.uk>
2350      Branch: cfgperl
2351            ! pod/perlfunc.pod
2352 ____________________________________________________________________________
2353 [  4508] By: jhi                                   on 1999/11/02  20:46:27
2354         Log: Initial integration of the MacPerl changes form Matthias.
2355      Branch: cfgperl
2356            ! doio.c ext/DynaLoader/DynaLoader_pm.PL ext/Fcntl/Fcntl.pm
2357            ! ext/Fcntl/Fcntl.xs gv.c mg.c opcode.pl perl.c perl.h pp_ctl.c
2358            ! pp_hot.c pp_sys.c run.c sv.c toke.c util.c
2359 ____________________________________________________________________________
2360 [  4507] By: jhi                                   on 1999/11/01  23:05:07
2361         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2362              To: lvirden@cas.org (Larry W. Virden)
2363              Cc: perl5-porters@perl.org, lvirden@cas.org
2364              Subject: Re: [ID 19991026.001] perl segmentation fault report
2365              Date: Mon, 1 Nov 1999 18:14:16 -0500 (EST)
2366              Message-Id: <199911012314.SAA22664@monk.mps.ohio-state.edu>
2367      Branch: cfgperl
2368            ! regexec.c t/op/pat.t
2369 ____________________________________________________________________________
2370 [  4506] By: jhi                                   on 1999/11/01  19:56:28
2371         Log: From: Olaf Flebbe <olaf@science-computing.de>
2372              To: perl5-porters@perl.org
2373              Subject: [PATCH: 5.005_62] Patch for EPOC Support
2374              Date: Mon, 1 Nov 1999 20:46:54 +0100 (MET)
2375              Message-ID: <Pine.LNX.4.10.9911012045190.411-100000@dragon.science-computing.de>
2376      Branch: cfgperl
2377            + epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
2378            + epoc/epoc_stubs.c
2379            ! MANIFEST README.epoc epoc/epocish.h epoc/perl.mmp
2380            ! epoc/perl.pkg
2381 ____________________________________________________________________________
2382 [  4505] By: gsar                                  on 1999/11/01  17:09:44
2383         Log: macros for COP.cop_filegv access
2384      Branch: perl
2385            ! cop.h deb.c gv.c op.c perl.c pp_ctl.c pp_sys.c scope.c toke.c
2386            ! util.c
2387 ____________________________________________________________________________
2388 [  4504] By: gsar                                  on 1999/11/01  17:08:28
2389         Log: enable better Win32::DomainName() by demand loading netapi32.dll
2390              (from Jan Dubois)
2391      Branch: perl
2392            ! pod/Win32.pod win32/win32.c
2393 ____________________________________________________________________________
2394 [  4503] By: gsar                                  on 1999/10/31  20:56:06
2395         Log: change#4502 was missing a file
2396      Branch: perl
2397            + t/io/nargv.t
2398 ____________________________________________________________________________
2399 [  4502] By: gsar                                  on 1999/10/31  20:46:02
2400         Log: make nested ARGV/$^I loops work correctly; fixes several bugs
2401              in the way ARGV state was handled in readline(); writing a
2402              subroutine to do inplace edits is now possible, provided *ARGV,
2403              *ARGVOUT, $^I and $_ are localized where needed
2404      Branch: perl
2405            ! MANIFEST doio.c embedvar.h intrpvar.h objXSUB.h perl.c
2406            ! pp_hot.c scope.c
2407 ____________________________________________________________________________
2408 [  4501] By: jhi                                   on 1999/10/31  12:43:54
2409         Log: Integrate with Sarathy.
2410      Branch: cfgperl
2411           !> perl.h win32/config.bc win32/config.gc win32/config.vc
2412           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
2413 ____________________________________________________________________________
2414 [  4500] By: gsar                                  on 1999/10/31  10:01:17
2415         Log: updated windows config* files
2416      Branch: perl
2417            ! win32/config.bc win32/config.gc win32/config.vc
2418            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2419 ____________________________________________________________________________
2420 [  4499] By: gsar                                  on 1999/10/31  09:15:17
2421         Log: integrate cfgperl contents into mainline
2422      Branch: perl
2423           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
2424           !> config_h.SH perl.h
2425 ____________________________________________________________________________
2426 [  4498] By: gsar                                  on 1999/10/31  09:13:41
2427         Log: remove unused struct Outrec
2428      Branch: perl
2429            ! perl.h
2430 ____________________________________________________________________________
2431 [  4497] By: jhi                                   on 1999/10/30  12:41:50
2432         Log: Add HAS_QUAD ($Config{d_quad}); use it.
2433      Branch: cfgperl
2434            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2435            ! config_h.SH perl.h
2436      Branch: metaconfig
2437            ! U/a_dvisory/quadtype.U U/compline/charsize.U U/typedefs/gidf.U
2438            ! U/typedefs/uidf.U
2439      Branch: metaconfig/U/perl
2440            ! perlxv.U
2441 ____________________________________________________________________________
2442 [  4496] By: gsar                                  on 1999/10/30  00:28:32
2443         Log: integrate cfgperl contents into mainline
2444      Branch: perl
2445           !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
2446           !> Porting/config_H README.hurd config_h.SH doop.c handy.h
2447           !> hints/aix.sh hints/irix_6.sh hints/solaris_2.sh mg.c perl.c
2448           !> perl.h pp.c pp.h regexec.c sv.c taint.c
2449 ____________________________________________________________________________
2450 [  4495] By: jhi                                   on 1999/10/29  23:36:19
2451         Log: Continue what #4494 started; introduce uid and gid formats.
2452      Branch: cfgperl
2453            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2454            ! config_h.SH handy.h perl.h
2455      Branch: metaconfig
2456            + U/a_dvisory/quadtype.U U/typedefs/gidf.U U/typedefs/uidf.U
2457            - U/typedefs/quadtype.U
2458      Branch: metaconfig/U/perl
2459            ! perlxv.U
2460 ____________________________________________________________________________
2461 [  4494] By: jhi                                   on 1999/10/29  22:09:01
2462         Log: Move the IV, UV, I8, U8, ..., and NV to metaconfig
2463              from perl.h and handy.h.
2464      Branch: cfgperl
2465            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2466            ! config_h.SH handy.h perl.h
2467      Branch: metaconfig/U/perl
2468            + perlxv.U perlxvf.U
2469 ____________________________________________________________________________
2470 [  4493] By: jhi                                   on 1999/10/29  22:08:06
2471         Log: Finetuning the output continues along the lines of #4490 and #4491.
2472      Branch: metaconfig
2473            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
2474            ! U/typedefs/fpostype.U
2475      Branch: metaconfig/U/perl
2476            + fpossize.U
2477            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
2478            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
2479 ____________________________________________________________________________
2480 [  4492] By: jhi                                   on 1999/10/29  21:14:53
2481         Log: Hurd update from Mark Kettenis.
2482      Branch: cfgperl
2483            ! README.hurd
2484 ____________________________________________________________________________
2485 [  4491] By: jhi                                   on 1999/10/29  20:37:02
2486         Log: A new try at what #4490 tried to accomplish.
2487      Branch: metaconfig
2488            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
2489      Branch: metaconfig/U/perl
2490            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
2491            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
2492 ____________________________________________________________________________
2493 [  4490] By: jhi                                   on 1999/10/29  20:19:41
2494         Log: metaconfig nits.
2495      Branch: metaconfig
2496            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
2497      Branch: metaconfig/U/perl
2498            + d_iovec_s.U
2499            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
2500            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
2501 ____________________________________________________________________________
2502 [  4489] By: jhi                                   on 1999/10/29  16:08:43
2503         Log: Integrate with Sarathy.
2504      Branch: cfgperl
2505           !> (integrate 31 files)
2506 ____________________________________________________________________________
2507 [  4488] By: jhi                                   on 1999/10/29  15:30:30
2508         Log: Regen Configure and Glossary.
2509      Branch: cfgperl
2510            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2511            ! config_h.SH
2512 ____________________________________________________________________________
2513 [  4487] By: jhi                                   on 1999/10/29  15:24:13
2514         Log: Remove quad logic from perl.h; regen Configure;
2515              add -DUSE_LONG_LONG to ccflags if not already there.
2516      Branch: cfgperl
2517            ! Configure config_h.SH doop.c hints/aix.sh hints/irix_6.sh
2518            ! hints/solaris_2.sh perl.h pp.c pp.h regexec.c sv.c
2519 ____________________________________________________________________________
2520 [  4486] By: jhi                                   on 1999/10/29  15:22:38
2521         Log: metaconfig: moved quad logic from perl.h to Configure (quadtype.U);
2522              fixed the use*.U to define their stuff only iff not already defined
2523              (so that ccflags can have any -DUSE_* it wants);
2524              uselonglong.U added; various small nits fixed.
2525      Branch: metaconfig
2526            + U/typedefs/quadtype.U
2527            ! U/modified/d_longdbl.U U/modified/d_longlong.U
2528            ! U/modified/d_statblks.U U/modified/usenm.U
2529            ! U/threads/usethreads.U
2530      Branch: metaconfig/U/perl
2531            + uselonglong.U
2532            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
2533            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U i_inttypes.U
2534            ! quadfio.U use64bits.U uselfs.U uselongdbl.U usemorebits.U
2535            ! usemultiplicity.U useperlio.U usesocks.U
2536 ____________________________________________________________________________
2537 [  4485] By: gsar                                  on 1999/10/29  06:08:50
2538         Log: more cleanup: avoid unused knowledge of "file GV" notion in CV and GV
2539      Branch: perl
2540            ! bytecode.pl cv.h dump.c ext/B/B.pm ext/B/B.xs
2541            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
2542            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/ByteLoader/byterun.c
2543            ! ext/ByteLoader/byterun.h ext/Devel/Peek/Peek.pm gv.c gv.h op.c
2544            ! sv.h
2545 ____________________________________________________________________________
2546 [  4484] By: gsar                                  on 1999/10/29  03:00:21
2547         Log: usurp GVOP slot for new PADOP (one small step to making optree
2548              shareable across interpreters)
2549      Branch: perl
2550            ! bytecode.pl doio.c dump.c ext/B/B.pm ext/B/B.xs
2551            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
2552            ! ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
2553            ! ext/B/B/Terse.pm ext/B/typemap ext/ByteLoader/byterun.c
2554            ! ext/ByteLoader/byterun.h op.c op.h opcode.h opcode.pl perl.h
2555            ! pp_hot.c pp_sys.c regexec.c run.c
2556 ____________________________________________________________________________
2557 [  4483] By: jhi                                   on 1999/10/28  22:01:12
2558         Log: Regen Configure.
2559      Branch: cfgperl
2560            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2561            ! config_h.SH
2562 ____________________________________________________________________________
2563 [  4482] By: jhi                                   on 1999/10/28  21:45:26
2564         Log: Installdirs patches from Andy.
2565      Branch: metaconfig
2566            ! U/installdirs/sitearch.U U/installdirs/sitebin.U
2567            ! U/installdirs/sitehtml1dir.U U/installdirs/sitehtml3dir.U
2568            ! U/installdirs/sitelib.U U/installdirs/siteman1dir.U
2569            ! U/installdirs/siteman3dir.U U/installdirs/siteprefix.U
2570            ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
2571            ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
2572            ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
2573            ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
2574            ! U/installdirs/vendorprefix.U U/installdirs/vendorscriptdir.U
2575 ____________________________________________________________________________
2576 [  4481] By: gsar                                  on 1999/10/28  17:33:49
2577         Log: remove C<use Time::Local 'no_range_check'> misfeature (global
2578              can still be directly set)
2579      Branch: perl
2580            ! lib/Time/Local.pm
2581 ____________________________________________________________________________
2582 [  4480] By: jhi                                   on 1999/10/28  13:49:26
2583         Log: Fix printing of uids and gids; regen Configure.
2584      Branch: cfgperl
2585            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2586            ! config_h.SH mg.c perl.c perl.h taint.c
2587 ____________________________________________________________________________
2588 [  4479] By: jhi                                   on 1999/10/28  11:53:57
2589         Log: Fix typo.
2590      Branch: metaconfig
2591            ! U/typedefs/gidsize.U
2592 ____________________________________________________________________________
2593 [  4478] By: jhi                                   on 1999/10/28  06:50:02
2594         Log: Integrate with Sarathy.
2595      Branch: cfgperl
2596           !> Changes iperlsys.h makedef.pl patchlevel.h perl.h
2597           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
2598           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
2599           !> win32/config_sh.PL win32/makefile.mk win32/win32.h
2600 ____________________________________________________________________________
2601 [  4477] By: jhi                                   on 1999/10/28  06:40:54
2602         Log: (Slightly) better comments for Policy_sh.SH from Andy.
2603      Branch: cfgperl
2604            ! Policy_sh.SH
2605 ____________________________________________________________________________
2606 [  4476] By: gsar                                  on 1999/10/27  23:54:36
2607         Log: regen config* stuff for windows
2608      Branch: perl
2609            ! Changes patchlevel.h win32/Makefile win32/config.bc
2610            ! win32/config.gc win32/config.vc win32/config_H.bc
2611            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
2612            ! win32/makefile.mk
2613 ____________________________________________________________________________
2614 [  4475] By: gsar                                  on 1999/10/27  21:32:30
2615         Log: integrate cfgperl contents into mainline; merge conflicts
2616      Branch: perl
2617           !> (integrate 46 files)
2618 ____________________________________________________________________________
2619 [  4474] By: gsar                                  on 1999/10/27  21:15:07
2620         Log: patch up egcs-1.1.2-mingw32 build (builds a working miniperl, but not
2621              perl; stdout/stderr redirects seem broken as well)
2622      Branch: perl
2623            ! iperlsys.h makedef.pl perl.h win32/makefile.mk win32/win32.h
2624 ____________________________________________________________________________
2625 [  4473] By: jhi                                   on 1999/10/27  21:11:11
2626         Log: Do not block if no message queues available.
2627      Branch: cfgperl
2628            ! t/lib/ipc_sysv.t
2629 ____________________________________________________________________________
2630 [  4472] By: jhi                                   on 1999/10/27  18:27:40
2631         Log: Remove unused "squatter" symbols; regen Configure.
2632      Branch: cfgperl
2633            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
2634            ! Porting/config_H config_h.SH epoc/config.h iperlsys.h perl.h
2635            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2636 ____________________________________________________________________________
2637 [  4471] By: jhi                                   on 1999/10/27  18:26:55
2638         Log: metaconfig; split socket; fix output.
2639      Branch: metaconfig
2640            ! U/modified/d_socket.U U/modified/d_statblks.U
2641      Branch: metaconfig/U/perl
2642            + d_cmsghdr_s.U d_msghdr_s.U d_recvmsg.U d_sendmsg.U
2643            ! i_sysstatfs.U i_sysvfs.U
2644 ____________________________________________________________________________
2645 [  4470] By: jhi                                   on 1999/10/27  17:19:06
2646         Log: Regen Configure.
2647      Branch: cfgperl
2648            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2649            ! config_h.SH perl.c perl.h
2650 ____________________________________________________________________________
2651 [  4469] By: jhi                                   on 1999/10/27  17:18:41
2652         Log: metaconfig; split statfs.
2653      Branch: metaconfig/U/perl
2654            + d_fs_data_s.U d_statfs_f_flags.U d_statfs_s.U
2655            ! d_statfs.U
2656 ____________________________________________________________________________
2657 [  4468] By: jhi                                   on 1999/10/27  14:06:44
2658         Log: Integrate with Sarathy; manual resolve on regcomp.c conflicts
2659              (Ilya's changes won).
2660      Branch: cfgperl
2661           +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
2662           +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
2663           +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
2664           !> (integrate 65 files)
2665 ____________________________________________________________________________
2666 [  4467] By: jhi                                   on 1999/10/27  13:38:41
2667         Log: Regen Configure.
2668      Branch: cfgperl
2669            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2670            ! config_h.SH
2671 ____________________________________________________________________________
2672 [  4466] By: jhi                                   on 1999/10/27  13:18:06
2673         Log: metaconfig fixes from Andy.
2674      Branch: metaconfig
2675            + U/modified/libnlist.U U/modified/usrinc.U
2676            ! U/Glossary.patch U/mkglossary U/modified/libpth.U
2677 ____________________________________________________________________________
2678 [  4465] By: jhi                                   on 1999/10/27  13:06:27
2679         Log: Nosuid checking for statfs() people.
2680      Branch: cfgperl
2681            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2682            ! config_h.SH perl.c perl.h pod/perldiag.pod
2683 ____________________________________________________________________________
2684 [  4464] By: jhi                                   on 1999/10/27  13:04:20
2685         Log: metaconfig maintenance; fix Hasfield, statfs;
2686              add Hasstruct, statfs3, statfs4, ustat, sysvfs;
2687              split fstatfs away from statfs.
2688      Branch: metaconfig
2689            + U/protos/Hasstruct.U
2690            ! U/protos/Hasfield.U
2691      Branch: metaconfig/U/perl
2692            + d_fstatfs.U d_statfs3.U d_statfs4.U d_ustat.U i_sysvfs.U
2693            + i_ustat.U
2694            ! d_statfs.U
2695 ____________________________________________________________________________
2696 [  4463] By: jhi                                   on 1999/10/27  07:55:53
2697         Log: We need cc to be able to test for cc -v.
2698      Branch: cfgperl
2699            ! hints/dec_osf.sh
2700 ____________________________________________________________________________
2701 [  4462] By: gsar                                  on 1999/10/27  01:31:41
2702         Log: more GCC v2.95 induced adjustments
2703      Branch: perl
2704            ! globals.c mg.c opcode.h opcode.pl perl.h sv.c
2705            ! win32/makefile.mk win32/win32.c x2p/walk.c
2706 ____________________________________________________________________________
2707 [  4461] By: gsar                                  on 1999/10/26  21:42:59
2708         Log: warnings and const violations identified by compiling in C++ mode
2709              with GCC v2.95
2710      Branch: perl
2711            ! doio.c embed.pl mg.c op.c perl.c perlapi.c proto.h regcomp.c
2712            ! sv.c taint.c toke.c win32/win32.c
2713 ____________________________________________________________________________
2714 [  4459] By: jhi                                   on 1999/10/26  10:15:58
2715         Log: Regen Configure.
2716      Branch: cfgperl
2717            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2718            ! config_h.SH
2719 ____________________________________________________________________________
2720 [  4458] By: jhi                                   on 1999/10/26  09:48:37
2721         Log: Minor rewordings.
2722      Branch: metaconfig/U/perl
2723            ! d_getmnt.U d_getmntent.U d_statfs.U d_statvfs.U
2724 ____________________________________________________________________________
2725 [  4456] By: jhi                                   on 1999/10/26  09:11:49
2726         Log: Fix d_statfsflags; add d_getmnt.
2727      Branch: metaconfig/U/perl
2728            + d_getmnt.U
2729            ! d_statfs.U
2730 ____________________________________________________________________________
2731 [  4455] By: jhi                                   on 1999/10/26  08:12:27
2732         Log: Massive multitypo in #4446.
2733      Branch: cfgperl
2734            ! hints/dec_osf.sh
2735 ____________________________________________________________________________
2736 [  4454] By: jhi                                   on 1999/10/25  08:28:45
2737         Log: From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
2738              To: Perl 5 Porters <perl5-porters@perl.org>
2739              Subject: [PATCH 5.005_62] dos-djgpp update
2740              Date: Mon, 25 Oct 1999 10:11:30 +0200
2741              Message-ID: <19991025101130.K459@crater.eth.ericsson.se>
2742      Branch: cfgperl
2743            ! djgpp/config.over djgpp/configure.bat djgpp/djgppsed.sh
2744            ! pod/perldelta.pod t/lib/io_unix.t
2745 ____________________________________________________________________________
2746 [  4453] By: jhi                                   on 1999/10/25  08:25:50
2747         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2748              To: perl5-porters@perl.org (Mailing list Perl5)
2749              Subject: [PATCH 5.005_62] Remove the last regnode<==>char*
2750              Date: Mon, 25 Oct 1999 03:06:21 -0400 (EDT)
2751              Message-Id: <199910250706.DAA16825@monk.mps.ohio-state.edu>
2752      Branch: cfgperl
2753            ! embed.h embed.pl proto.h regcomp.c regcomp.h regexec.c
2754 ____________________________________________________________________________
2755 [  4452] By: jhi                                   on 1999/10/25  08:16:55
2756         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2757              To: perl5-porters@perl.org (Mailing list Perl5)
2758              Subject: [PATCH 5.005_62] Missing REx engine patch
2759              Date: Sun, 24 Oct 1999 23:47:45 -0400 (EDT)
2760              Message-Id: <199910250347.XAA16094@monk.mps.ohio-state.edu>
2761      Branch: cfgperl
2762            ! pod/perldiag.pod regcomp.c regexec.c
2763 ____________________________________________________________________________
2764 [  4451] By: jhi                                   on 1999/10/25  08:13:06
2765         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2766              To: perl5-porters@perl.org (Mailing list Perl5)
2767              Subject: [PATCH 5.005_62] charnames and UTEST
2768              Date: Sun, 24 Oct 1999 23:39:49 -0400 (EDT)
2769              Message-Id: <199910250339.XAA16058@monk.mps.ohio-state.edu>
2770      Branch: cfgperl
2771            ! t/lib/charnames.t
2772 ____________________________________________________________________________
2773 [  4450] By: gsar                                  on 1999/10/25  07:38:15
2774         Log: win32 tweak
2775      Branch: perl
2776            ! win32/perllib.c
2777 ____________________________________________________________________________
2778 [  4449] By: gsar                                  on 1999/10/24  23:20:10
2779         Log: remove inconsistent tainting behavior of sprintf("%e",...)
2780              (all bets are off is "C" locale is compromised)
2781      Branch: perl
2782            ! pod/perlfunc.pod pod/perllocale.pod sv.c
2783 ____________________________________________________________________________
2784 [  4448] By: gsar                                  on 1999/10/24  22:20:42
2785         Log: remove unused interpreter globals
2786      Branch: perl
2787            ! deb.c dump.c embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs
2788            ! global.sym gv.c gv.h intrpvar.h objXSUB.h perl.c perlapi.c
2789            ! proto.h toke.c
2790 ____________________________________________________________________________
2791 [  4447] By: jhi                                   on 1999/10/24  21:49:52
2792         Log: Another hints tweak.
2793      Branch: cfgperl
2794            ! hints/aix.sh
2795 ____________________________________________________________________________
2796 [  4446] By: jhi                                   on 1999/10/24  21:48:02
2797         Log: Hints tweak.
2798      Branch: cfgperl
2799            ! hints/dec_osf.sh
2800 ____________________________________________________________________________
2801 [  4445] By: nick                                  on 1999/10/24  21:03:28
2802         Log: Integrate own changes to mainline.
2803      Branch: utfperl
2804           !> installperl pp.c
2805 ____________________________________________________________________________
2806 [  4444] By: nick                                  on 1999/10/24  20:54:06
2807         Log: Avoid creating GV with NULL name when vivifying nameless scalars.
2808              (Fix/workround for [ID19991024.001])
2809      Branch: perl
2810            ! pp.c
2811 ____________________________________________________________________________
2812 [  4443] By: nick                                  on 1999/10/24  15:09:51
2813         Log: Follow that camel ... another sync.
2814      Branch: utfperl
2815           +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
2816           +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
2817           +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
2818           !> (integrate 36 files)
2819 ____________________________________________________________________________
2820 [  4442] By: gsar                                  on 1999/10/24  14:40:01
2821         Log: typo in installperl (from Paul Moore <gustav@morpheus.demon.co.uk>)
2822      Branch: perl
2823            ! installperl
2824 ____________________________________________________________________________
2825 [  4441] By: gsar                                  on 1999/10/24  14:33:11
2826         Log: test in change#4428 needs strict interpretation of C modulus
2827      Branch: perl
2828            ! t/op/int.t
2829 ____________________________________________________________________________
2830 [  4440] By: gsar                                  on 1999/10/24  13:47:17
2831         Log: don't allow SIGCHLD to be ignored at startup, or wait*() and
2832              $? break
2833      Branch: perl
2834            ! perl.c pod/perldelta.pod pod/perldiag.pod
2835 ____________________________________________________________________________
2836 [  4439] By: jhi                                   on 1999/10/24  13:19:17
2837         Log: test for #2835 (yeah, better later than never)
2838      Branch: cfgperl
2839            ! t/op/array.t
2840 ____________________________________________________________________________
2841 [  4438] By: gsar                                  on 1999/10/24  12:59:12
2842         Log: typo, doc tweak
2843      Branch: perl
2844            ! lib/attributes.pm pod/perlop.pod
2845 ____________________________________________________________________________
2846 [  4437] By: gsar                                  on 1999/10/24  11:59:55
2847         Log: allow get() and reftype() functions to be imported (from
2848              Spider Boardman)
2849      Branch: perl
2850            ! lib/attributes.pm
2851 ____________________________________________________________________________
2852 [  4436] By: gsar                                  on 1999/10/24  11:52:53
2853         Log: suppress scalar leak messages for known leaks (from
2854              Robin Barker <rmb1@cise.npl.co.uk>)
2855      Branch: perl
2856            ! Changes t/op/lex_assign.t t/pragma/warn/op
2857 ____________________________________________________________________________
2858 [  4435] By: gsar                                  on 1999/10/24  11:39:42
2859         Log: VMS tweak (suggested by Craig A. Berry <craig.berry@metamor.com>)
2860      Branch: perl
2861            ! ext/B/defsubs_h.PL
2862 ____________________________________________________________________________
2863 [  4434] By: gsar                                  on 1999/10/24  11:36:08
2864         Log: relax range checking if they ask for it (from John L. Allen
2865              <allen@grumman.com>)
2866      Branch: perl
2867            ! lib/Time/Local.pm
2868 ____________________________________________________________________________
2869 [  4433] By: gsar                                  on 1999/10/24  11:25:51
2870         Log: README nits pointed out by Chris Nandor <pudge@pobox.com>
2871      Branch: perl
2872            ! README lib/File/Path.pm
2873 ____________________________________________________________________________
2874 [  4432] By: gsar                                  on 1999/10/24  11:11:02
2875         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2876              Date: Sun, 24 Oct 1999 03:24:28 -0400 (EDT)
2877              Message-Id: <199910240724.DAA12230@monk.mps.ohio-state.edu>
2878              Subject: Re: [PATCH 5.005_62] OS/2 improvements
2879      Branch: perl
2880            + os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
2881            + os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
2882            + os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
2883            ! MANIFEST hints/os2.sh mg.c miniperlmain.c os2/Changes
2884            ! os2/OS2/REXX/Changes os2/OS2/REXX/Makefile.PL
2885            ! os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
2886            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
2887            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
2888            ! os2/OS2/REXX/t/rx_vrexx.t os2/dl_os2.c os2/os2.c os2/os2ish.h
2889            ! perl.c perl.h t/io/fs.t t/op/magic.t
2890 ____________________________________________________________________________
2891 [  4431] By: gsar                                  on 1999/10/24  10:50:14
2892         Log: install all README.foo with pod content as podfoo.pod
2893      Branch: perl
2894            ! Makefile.SH installman
2895 ____________________________________________________________________________
2896 [  4430] By: gsar                                  on 1999/10/24  09:28:24
2897         Log: @INC needs ../lib
2898      Branch: perl
2899            ! t/op/int.t
2900 ____________________________________________________________________________
2901 [  4429] By: jhi                                   on 1999/10/23  21:47:49
2902         Log: More printf-fixes (see also #4426).
2903      Branch: cfgperl
2904            ! deb.c dump.c ext/Data/Dumper/Dumper.xs
2905            ! ext/Devel/DProf/DProf.xs malloc.c mg.c op.c perl.c pp.c
2906            ! pp_ctl.c regcomp.c regexec.c run.c scope.c sv.c util.c
2907 ____________________________________________________________________________
2908 [  4428] By: gsar                                  on 1999/10/23  20:28:56
2909         Log: fix accidental C modulo semantics on integer-valued operations
2910              (e.g. caused C<length("abc") % -10> to return 3 rather than -7)
2911      Branch: perl
2912            ! op.c t/op/int.t
2913 ____________________________________________________________________________
2914 [  4427] By: jhi                                   on 1999/10/23  16:10:10
2915         Log: Integrate with Sarathy.
2916      Branch: cfgperl
2917           !> sv.c win32/win32.c
2918 ____________________________________________________________________________
2919 [  4426] By: jhi                                   on 1999/10/23  16:04:02
2920         Log: Fix the printfing nits pointed out by using gcc -Wall and
2921              Configure -Duse64bits -Dccflags=-DDEBUGGING in Solaris,
2922              plus few other warnings in Dumper.xs.
2923      Branch: cfgperl
2924            ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
2925            ! ext/Devel/Peek/Peek.xs regcomp.c regexec.c sv.c util.c
2926 ____________________________________________________________________________
2927 [  4425] By: jhi                                   on 1999/10/23  15:16:41
2928         Log: Configure regen to pick up the new installation directories
2929              from Policy_sh.SH.  The explanations of "public add-ons" and
2930              "vendor-supplied" could do with more work.
2931      Branch: cfgperl
2932            ! Configure config_h.SH
2933 ____________________________________________________________________________
2934 [  4424] By: nick                                  on 1999/10/23  00:46:22
2935         Log: Resolve mainline before possible hacking operertunity this weekend
2936      Branch: utfperl
2937           +> pod/perlfilter.pod
2938           !> (integrate 32 files)
2939 ____________________________________________________________________________
2940 [  4423] By: jhi                                   on 1999/10/22  22:53:17
2941         Log: Update Policy_sh.SH to handle the newer installation directives.
2942              From: Andy Dougherty <doughera@lafayette.edu>
2943              To: Perl Porters <perl5-porters@perl.org>
2944              Subject: [PATCH 5.005_62] Policy_sh.SH update
2945              Date: Fri, 22 Oct 1999 16:47:34 -0400 (EDT)
2946              Message-ID: <Pine.SOL.4.10.9910221645470.15232-100000@maxwell.phys.lafayette.edu>
2947      Branch: cfgperl
2948            ! Policy_sh.SH
2949 ____________________________________________________________________________
2950 [  4422] By: jhi                                   on 1999/10/22  22:44:44
2951         Log: so back to 'so', from Stephanie Beals <bealzy@us.ibm.com>
2952      Branch: cfgperl
2953            ! hints/aix.sh
2954 ____________________________________________________________________________
2955 [  4421] By: gsar                                  on 1999/10/22  21:16:44
2956         Log: sv_vcatpvfn() bug: fell through to assuming intsize of 'q' for
2957              C<"%ld", long_val>
2958      Branch: perl
2959            ! sv.c
2960 ____________________________________________________________________________
2961 [  4420] By: gsar                                  on 1999/10/22  16:36:46
2962         Log: win32_utime() on directories should use localtime() rather
2963              than gmtime() (from Jan Dubois)
2964      Branch: perl
2965            ! win32/win32.c
2966 ____________________________________________________________________________
2967 [  4419] By: jhi                                   on 1999/10/21  10:31:41
2968         Log: Integrate with Sarathy.
2969      Branch: cfgperl
2970           !> Makefile.SH lib/CPAN/FirstTime.pm op.c opcode.h opcode.pl
2971           !> t/lib/glob-basic.t t/op/sort.t
2972 ____________________________________________________________________________
2973 [  4418] By: gsar                                  on 1999/10/20  23:49:47
2974         Log: add test for change#4417
2975      Branch: perl
2976            ! t/op/sort.t
2977 ____________________________________________________________________________
2978 [  4417] By: gsar                                  on 1999/10/20  23:45:03
2979         Log: avoid coredump on C<sort { my $c; return $a cmp $b } ...>
2980      Branch: perl
2981            ! op.c
2982 ____________________________________________________________________________
2983 [  4416] By: gsar                                  on 1999/10/20  01:00:50
2984         Log: fix prototype mismatch (from Hans Mulder <hansm@xs4all.nl>)
2985      Branch: perl
2986            ! lib/CPAN/FirstTime.pm
2987 ____________________________________________________________________________
2988 [  4415] By: gsar                                  on 1999/10/20  00:52:34
2989         Log: disable optimizing troublesome ops in change#3612
2990              (from Ilya Zakharevich)
2991      Branch: perl
2992            ! Makefile.SH opcode.h opcode.pl
2993 ____________________________________________________________________________
2994 [  4414] By: gsar                                  on 1999/10/20  00:37:46
2995         Log: skip unreadable directory test when running as root
2996      Branch: perl
2997            ! t/lib/glob-basic.t
2998 ____________________________________________________________________________
2999 [  4413] By: jhi                                   on 1999/10/19  09:26:52
3000         Log: Avoid GNU ar if HP cc is being used.
3001      Branch: cfgperl
3002            ! hints/hpux.sh
3003 ____________________________________________________________________________
3004 [  4412] By: jhi                                   on 1999/10/19  07:24:29
3005         Log: Integrate with Sarathy.
3006      Branch: cfgperl
3007           !> perlvars.h
3008 ____________________________________________________________________________
3009 [  4411] By: jhi                                   on 1999/10/19  07:22:34
3010         Log: Long double support: sqrtl et al are not available everywhere,
3011              e.g. not in Solaris, even when long doubles are.
3012      Branch: cfgperl
3013            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3014            ! config_h.SH perl.h
3015 ____________________________________________________________________________
3016 [  4410] By: jhi                                   on 1999/10/19  07:21:42
3017         Log: Add sqrtl probe, add echo dependencies.
3018      Branch: metaconfig
3019            ! U/threads/d_pthreadj.U
3020      Branch: metaconfig/U/perl
3021            + d_sqrtl.U
3022            ! i_inttypes.U io64.U
3023 ____________________________________________________________________________
3024 [  4409] By: gsar                                  on 1999/10/19  02:18:54
3025         Log: perl_mutex n/a if !USE_THREADS
3026      Branch: perl
3027            ! perlvars.h
3028 ____________________________________________________________________________
3029 [  4408] By: jhi                                   on 1999/10/18  20:13:02
3030         Log: Forgotten s/warning/warnings/.
3031      Branch: cfgperl
3032            ! Makefile.SH
3033 ____________________________________________________________________________
3034 [  4407] By: jhi                                   on 1999/10/18  20:02:12
3035         Log: Integrate with Sarathy.
3036      Branch: cfgperl
3037           +> pod/perlfilter.pod
3038           !> (integrate 30 files)
3039 ____________________________________________________________________________
3040 [  4406] By: gsar                                  on 1999/10/18  16:32:10
3041         Log: added intro to source filters from Paul Marquess
3042      Branch: perl
3043            + pod/perlfilter.pod
3044            ! MANIFEST pod/perldelta.pod
3045 ____________________________________________________________________________
3046 [  4405] By: gsar                                  on 1999/10/18  05:53:06
3047         Log: missing manpages
3048      Branch: perl
3049            ! installman
3050 ____________________________________________________________________________
3051 [  4404] By: gsar                                  on 1999/10/18  05:09:22
3052         Log: pod updates from Tom Christiansen
3053      Branch: perl
3054            ! lib/Pod/Man.pm pod/perldelta.pod pod/perlmodlib.pod
3055 ____________________________________________________________________________
3056 [  4403] By: gsar                                  on 1999/10/17  23:43:59
3057         Log: PL_malloc_mutex needs to be global, not per-interpreter
3058              (malloc.c has static data)
3059      Branch: perl
3060            ! embedvar.h intrpvar.h objXSUB.h perl.c perlvars.h
3061 ____________________________________________________________________________
3062 [  4402] By: gsar                                  on 1999/10/17  22:30:30
3063         Log: support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on
3064              windows
3065      Branch: perl
3066            ! XSUB.h ext/POSIX/POSIX.xs intrpvar.h makedef.pl malloc.c
3067            ! perl.c perl.h perlio.c win32/perllib.c win32/win32.c
3068            ! win32/win32.h
3069 ____________________________________________________________________________
3070 [  4401] By: gsar                                  on 1999/10/17  20:33:42
3071         Log: serious bug introduced by G_VOID changes in 5.003_96: scalar
3072              eval"" did not pop stack correctly; C<$a = eval "(1,2)x1">
3073              is one symptom of the problem
3074      Branch: perl
3075            ! pp_ctl.c t/op/eval.t
3076 ____________________________________________________________________________
3077 [  4400] By: gsar                                  on 1999/10/17  18:36:46
3078         Log: remove FileHandle from list of PodParser dependencies (the
3079              difference is 20 files vs 6 files loaded!)
3080      Branch: perl
3081            ! lib/Pod/Parser.pm lib/Pod/Select.pm pod/perldelta.pod
3082            ! t/pod/testcmp.pl
3083 ____________________________________________________________________________
3084 [  4399] By: nick                                  on 1999/10/17  14:51:35
3085         Log: Pre-trip resolve
3086      Branch: utfperl
3087           !> installperl lib/Text/Tabs.pm perl.c pp_hot.c
3088 ____________________________________________________________________________
3089 [  4398] By: gsar                                  on 1999/10/17  09:19:24
3090         Log: make installperl ignore RCS files (from Michael G Schwern
3091              <schwern@pobox.com>)
3092      Branch: perl
3093            ! installperl lib/Text/Tabs.pm
3094 ____________________________________________________________________________
3095 [  4397] By: gsar                                  on 1999/10/16  18:30:14
3096         Log: another bug in change#3386 (CATCH_SET wasn't reverted correctly)
3097      Branch: perl
3098            ! perl.c
3099 ____________________________________________________________________________
3100 [  4396] By: jhi                                   on 1999/10/16  17:44:39
3101         Log: Missing comma.
3102      Branch: cfgperl
3103            ! lib/diagnostics.pm
3104 ____________________________________________________________________________
3105 [  4395] By: gsar                                  on 1999/10/16  17:18:36
3106         Log: assumption about @_ always being non-REAL doesn't hold when
3107              debugger is running; DB::sub() can call arbitrary stuff
3108              that modifies @_ at will
3109      Branch: perl
3110            ! pp_hot.c
3111 ____________________________________________________________________________
3112 [  4394] By: nick                                  on 1999/10/16  09:35:20
3113         Log: Resolve utfperl branch against mainline as of _62
3114      Branch: utfperl
3115           +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
3116           +> ext/DB_File/hints/sco.pl ext/DynaLoader/hints/aix.pl
3117           +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
3118           +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
3119           +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
3120           +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
3121           +> pod/perlhack.pod t/lib/glob-basic.t t/lib/glob-global.t
3122           +> t/lib/glob-taint.t win32/genmk95.pl
3123            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
3124           !> (integrate 144 files)
3125 ____________________________________________________________________________
3126 [  4393] By: gsar                                  on 1999/10/16  04:07:02
3127         Log: OS/2 support bits (from Ilya Zakharevich)
3128      Branch: perl
3129            ! hints/os2.sh makedef.pl os2/Makefile.SHs t/lib/glob-basic.t
3130 ____________________________________________________________________________
3131 [  4392] By: jhi                                   on 1999/10/15  10:28:09
3132         Log: Integrate with Sarathy.
3133      Branch: cfgperl
3134           !> Changes MANIFEST Makefile.SH Porting/makerel lib/Pod/Man.pm
3135           !> lib/Pod/Parser.pm op.c pod/perldelta.pod pod/perlopentut.pod
3136           !> win32/Makefile win32/makefile.mk
3137
3138 ----------------
3139 Version 5.005_62
3140 ----------------
3141
3142 ____________________________________________________________________________
3143 [  4391] By: gsar                                  on 1999/10/15  10:12:42
3144         Log: here be 5.005_62
3145      Branch: perl
3146            ! Changes MANIFEST Porting/makerel
3147 ____________________________________________________________________________
3148 [  4390] By: gsar                                  on 1999/10/15  09:45:51
3149         Log: lvalue subs patch (change#4081) breaks C<\(Foo->Bar())>;
3150              avoid tickling it in Pod::Man for now; other nits in
3151              Pod::*
3152      Branch: perl
3153            ! lib/Pod/Man.pm lib/Pod/Parser.pm pod/perldelta.pod
3154            ! pod/perlopentut.pod
3155 ____________________________________________________________________________
3156 [  4389] By: gsar                                  on 1999/10/15  08:55:01
3157         Log: disable internal globbing for miniperl (or build breaks out
3158              in a rash of failed dependencies)
3159      Branch: perl
3160            ! Makefile.SH op.c win32/Makefile win32/makefile.mk
3161 ____________________________________________________________________________
3162 [  4388] By: jhi                                   on 1999/10/15  08:07:49
3163         Log: Integrate with Sarathy.
3164      Branch: cfgperl
3165           !> Changes ext/POSIX/POSIX.xs lib/Benchmark.pm pod/perldelta.pod
3166           !> pod/perlfaq2.pod win32/include/dirent.h win32/win32.c
3167 ____________________________________________________________________________
3168 [  4387] By: gsar                                  on 1999/10/15  07:46:24
3169         Log: integrate cfgperl contents into mainline
3170      Branch: perl
3171            ! Changes
3172           !> pod/perldelta.pod pod/perldiag.pod regcomp.c
3173           !> t/pragma/warn/regcomp
3174 ____________________________________________________________________________
3175 [  4386] By: gsar                                  on 1999/10/15  05:45:36
3176         Log: various little goofs in change#4385
3177      Branch: perl
3178            ! win32/include/dirent.h win32/win32.c
3179 ____________________________________________________________________________
3180 [  4385] By: gsar                                  on 1999/10/15  04:49:09
3181         Log: win32_*dir() cleanup; win32_readdir() iterates as necessary
3182              rather than win32_opendir() reading all files up front (untested)
3183      Branch: perl
3184            ! win32/include/dirent.h win32/win32.c
3185 ____________________________________________________________________________
3186 [  4384] By: gsar                                  on 1999/10/15  01:34:09
3187         Log: Benchmark notes (from Barrie Slaymaker <barries@slaysys.com>)
3188      Branch: perl
3189            ! lib/Benchmark.pm pod/perldelta.pod
3190 ____________________________________________________________________________
3191 [  4383] By: gsar                                  on 1999/10/15  01:22:32
3192         Log: include info about Perl Mongers in perlfaq2 (from David H. Adler
3193              <dha@panix.com>)
3194      Branch: perl
3195            ! pod/perlfaq2.pod
3196 ____________________________________________________________________________
3197 [  4382] By: gsar                                  on 1999/10/15  01:14:22
3198         Log: From: jand@ActiveState.com (Jan Dubois)
3199              Date: Fri, 15 Oct 1999 01:14:23 +0200
3200              Message-ID: <380f61ae.18202914@smtprelay.t-online.de>
3201              Subject: [PATCH 5.005_61] Prevent "Out of memory" error in POSIX's strftime()
3202      Branch: perl
3203            ! ext/POSIX/POSIX.xs
3204 ____________________________________________________________________________
3205 [  4381] By: jhi                                   on 1999/10/14  22:11:36
3206         Log: Integrate with Sarathy.
3207      Branch: cfgperl
3208           !> XSUB.h cop.h embed.h embed.pl ext/File/Glob/bsd_glob.c
3209           !> lib/Time/Local.pm perl.c perlapi.c pod/perlop.pod pp_ctl.c
3210           !> proto.h scope.c scope.h t/op/runlevel.t util.c win32/Makefile
3211           !> win32/makefile.mk
3212 ____________________________________________________________________________
3213 [  4380] By: jhi                                   on 1999/10/14  22:08:22
3214         Log: Warn inside character classes about unknown backslash escapes
3215              (that are not caught earlier because of being completely unknown,
3216              such as \m), such as \z (because they make do sense inside regexen,
3217              but not inside character classes).
3218      Branch: cfgperl
3219            ! pod/perldelta.pod pod/perldiag.pod regcomp.c
3220            ! t/pragma/warn/regcomp
3221 ____________________________________________________________________________
3222 [  4379] By: gsar                                  on 1999/10/14  18:26:56
3223         Log: clarify significance of parens for "x" (from M.J.T. Guy
3224              <mjtg@cus.cam.ac.uk>)
3225      Branch: perl
3226            ! pod/perlop.pod
3227 ____________________________________________________________________________
3228 [  4378] By: gsar                                  on 1999/10/14  18:25:20
3229         Log: make timelocal work better when time is close to the epoch
3230              east of GMT (from Keiki SATOH <kki@wakusei.ne.jp>)
3231      Branch: perl
3232            ! lib/Time/Local.pm
3233 ____________________________________________________________________________
3234 [  4377] By: gsar                                  on 1999/10/14  18:15:11
3235         Log: integrate cfgperl contents into mainline
3236      Branch: perl
3237           +> ext/DB_File/hints/sco.pl
3238           !> MANIFEST hints/aix.sh hints/linux.sh hints/svr5.sh
3239           !> pod/perldelta.pod pod/perldiag.pod pod/perlop.pod
3240           !> pod/perlre.pod regcomp.c t/op/re_tests t/pragma/warn/regcomp
3241 ____________________________________________________________________________
3242 [  4376] By: gsar                                  on 1999/10/14  17:47:35
3243         Log: fix POPSTACK panics that ensued from bad interaction between
3244              runlevels and stack of stacks (change#3988 done right);
3245              basically, we pop the runlevel if the stacklevel is not the
3246              same one we started the runlevel with
3247      Branch: perl
3248            ! cop.h perl.c pp_ctl.c t/op/runlevel.t util.c
3249 ____________________________________________________________________________
3250 [  4375] By: gsar                                  on 1999/10/14  15:54:48
3251         Log: avoid warnings
3252      Branch: perl
3253            ! ext/File/Glob/bsd_glob.c
3254 ____________________________________________________________________________
3255 [  4374] By: jhi                                   on 1999/10/14  10:08:44
3256         Log: Warn about false ranges like \d-\w (see the change #4355).
3257              The invalid ranges (b-a) warning message also enhanced.
3258      Branch: cfgperl
3259            ! pod/perldelta.pod pod/perldiag.pod regcomp.c t/op/re_tests
3260            ! t/pragma/warn/regcomp
3261 ____________________________________________________________________________
3262 [  4373] By: gsar                                  on 1999/10/14  03:49:54
3263         Log: File::Glob fixes for Windows
3264      Branch: perl
3265            ! XSUB.h ext/File/Glob/bsd_glob.c win32/Makefile
3266            ! win32/makefile.mk
3267 ____________________________________________________________________________
3268 [  4372] By: gsar                                  on 1999/10/14  02:21:31
3269         Log: avoid inefficiency in change#3386 (every longjmp() was followed
3270              by an avoidable call to setjmp())
3271      Branch: perl
3272            ! embed.h embed.pl perl.c perlapi.c pod/perldelta.pod pp_ctl.c
3273            ! proto.h scope.c scope.h
3274 ____________________________________________________________________________
3275 [  4371] By: jhi                                   on 1999/10/13  21:17:17
3276         Log: Integrate with Sarathy.
3277      Branch: cfgperl
3278           !> op.c pod/perldelta.pod
3279 ____________________________________________________________________________
3280 [  4370] By: gsar                                  on 1999/10/13  18:08:45
3281         Log: misc tweaks
3282      Branch: perl
3283            ! op.c pod/perldelta.pod
3284 ____________________________________________________________________________
3285 [  4369] By: jhi                                   on 1999/10/13  16:18:58
3286         Log: Integrate with Sarathy.
3287      Branch: cfgperl
3288           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
3289 ____________________________________________________________________________
3290 [  4368] By: gsar                                  on 1999/10/13  16:14:16
3291         Log: pod nits from various perl porters
3292      Branch: perl
3293            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
3294 ____________________________________________________________________________
3295 [  4367] By: jhi                                   on 1999/10/13  12:10:30
3296         Log: From: Vlad Harchev <hvv@hippo.ru>
3297              To: perl5-porters@perl.org
3298              Subject: [ID 19991013.002] fix for 'perlop.pod' shipped with perl5.00503
3299              Date: Wed, 13 Oct 1999 15:48:59 +0500 (SAMST)
3300              Message-Id: <Pine.LNX.4.10.9910131546580.3542-100000@localhost.localdomain>
3301      Branch: cfgperl
3302            ! pod/perlop.pod
3303 ____________________________________________________________________________
3304 [  4366] By: gsar                                  on 1999/10/13  08:11:11
3305         Log: typos and language goofs pointed out by Hugo van der Sanden
3306              <hv@crypt.compulink.co.uk>
3307      Branch: perl
3308            ! pod/perldelta.pod pod/perldiag.pod
3309 ____________________________________________________________________________
3310 [  4365] By: jhi                                   on 1999/10/13  07:27:44
3311         Log: Integrate with Sarathy.
3312      Branch: cfgperl
3313           +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
3314           +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
3315           +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
3316           +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
3317           +> t/lib/glob-basic.t t/lib/glob-global.t t/lib/glob-taint.t
3318           !> Changes MANIFEST README.win32 ext/ODBM_File/hints/sco.pl
3319           !> lib/perl5db.pl op.c pod/perldelta.pod pod/perlfaq8.pod
3320           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod t/op/glob.t
3321           !> t/op/readdir.t t/op/taint.t t/pragma/overload.t util.c
3322 ____________________________________________________________________________
3323 [  4364] By: gsar                                  on 1999/10/13  07:06:04
3324         Log: debugger tweak (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
3325      Branch: perl
3326            ! lib/perl5db.pl
3327 ____________________________________________________________________________
3328 [  4363] By: jhi                                   on 1999/10/13  07:03:43
3329         Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
3330              To: perl5-porters@perl.org
3331              Subject: [ID 19991012.002] Latest UnixWare7 (svr5.sh) hints file
3332              Date: Tue, 12 Oct 1999 19:48:11 -0700 (PDT)
3333              Message-Id: <199910130248.TAA14636@scoot.pdev.sco.com>
3334      Branch: cfgperl
3335            ! hints/svr5.sh
3336 ____________________________________________________________________________
3337 [  4362] By: jhi                                   on 1999/10/13  06:57:16
3338         Log: Add DB_File hint for SCO ODT.
3339              From: hops@sco.com
3340              To: perl5-porters@perl.org
3341              Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
3342              Date: Tue, 12 Oct 1999 20:16:04 PDT
3343              Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
3344      Branch: cfgperl
3345            + ext/DB_File/hints/sco.pl
3346            ! MANIFEST
3347 ____________________________________________________________________________
3348 [  4361] By: gsar                                  on 1999/10/13  06:56:08
3349         Log: PL_numeric_radix used without being defined (from Ilya
3350              Zakharevich)
3351      Branch: perl
3352            ! util.c
3353 ____________________________________________________________________________
3354 [  4360] By: gsar                                  on 1999/10/13  06:43:03
3355         Log: use libdbm.nfs.a if available (libdbm.a is missing dbmclose())
3356              From: hops@sco.com
3357              Date: Tue, 12 Oct 1999 20:16:04 PDT
3358              Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
3359              Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
3360      Branch: perl
3361            + ext/NDBM_File/hints/sco.pl
3362            ! MANIFEST ext/ODBM_File/hints/sco.pl
3363 ____________________________________________________________________________
3364 [  4359] By: gsar                                  on 1999/10/13  06:34:53
3365         Log: various pod tweaks (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
3366      Branch: perl
3367            ! README.win32 pod/perlfaq8.pod pod/perlfunc.pod pod/perlop.pod
3368            ! pod/perlport.pod
3369 ____________________________________________________________________________
3370 [  4358] By: gsar                                  on 1999/10/12  19:10:27
3371         Log: perldelta updates
3372      Branch: perl
3373            ! pod/perldelta.pod
3374 ____________________________________________________________________________
3375 [  4357] By: gsar                                  on 1999/10/12  17:11:18
3376         Log: update perldelta for change#4356
3377      Branch: perl
3378            ! Changes pod/perldelta.pod
3379 ____________________________________________________________________________
3380 [  4356] By: gsar                                  on 1999/10/12  16:53:31
3381         Log: add File::BSDGlob as File::Glob and load it at compile-time
3382              if perl was built with -DPERL_INTERNAL_GLOB
3383              
3384              TODO: we currently get a compile-time failure if File/Glob.pm
3385              can't be found; such failure needs to be made to emit a warning
3386              and use the csh implementation instead
3387      Branch: perl
3388            + ext/File/Glob/Changes ext/File/Glob/Glob.pm
3389            + ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
3390            + ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
3391            + ext/File/Glob/bsd_glob.h t/lib/glob-basic.t
3392            + t/lib/glob-global.t t/lib/glob-taint.t
3393            ! MANIFEST op.c t/op/glob.t t/op/readdir.t t/op/taint.t
3394            ! t/pragma/overload.t
3395 ____________________________________________________________________________
3396 [  4355] By: jhi                                   on 1999/10/12  15:30:05
3397         Log: Revert the parts of #3926 that outlawed character ranges
3398              that have character classes such as \w as either endpoint.
3399              This change re-establishes the old behavior which meant that
3400              such ranges weren't really ranges, the "-" was literal.
3401              Moreover, this change also fixes the old behavior to be
3402              more consistent: [\w-.] and [\s-\w] worked, but [.-\w] didn't.
3403              Now they all do work as described above.  The #3926 outlawed
3404              all of those.
3405      Branch: cfgperl
3406            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
3407 ____________________________________________________________________________
3408 [  4354] By: jhi                                   on 1999/10/12  09:58:59
3409         Log: Integrate with Sarathy.
3410      Branch: cfgperl
3411           !> (integrate 33 files)
3412 ____________________________________________________________________________
3413 [  4353] By: gsar                                  on 1999/10/12  05:53:40
3414         Log: apply parts of LynxOS patches from Alan Johnson
3415              <johnson@alonn.gemse.fr>
3416      Branch: perl
3417            ! Changes hints/lynxos.sh pod/perldelta.pod t/lib/safe2.t
3418            ! t/op/groups.t
3419 ____________________________________________________________________________
3420 [  4352] By: gsar                                  on 1999/10/12  05:24:39
3421         Log: allow any unpack specifier to take a count via '/'
3422              (from Ilya Zakharevich)
3423      Branch: perl
3424            ! pp.c t/op/pack.t
3425 ____________________________________________________________________________
3426 [  4351] By: gsar                                  on 1999/10/12  05:02:35
3427         Log: avoid warnings
3428      Branch: perl
3429            ! malloc.c
3430 ____________________________________________________________________________
3431 [  4350] By: gsar                                  on 1999/10/12  04:50:52
3432         Log: various cleanups
3433      Branch: perl
3434            ! ext/Devel/DProf/DProf.xs op.c perl.c perly.c perly.y
3435            ! perly_c.diff pp_hot.c toke.c vms/perly_c.vms win32/config.bc
3436            ! win32/config.gc win32/config.vc win32/config_H.bc
3437            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
3438 ____________________________________________________________________________
3439 [  4349] By: gsar                                  on 1999/10/12  00:23:11
3440         Log: update Changes, patchlevel etc.
3441      Branch: perl
3442            ! Changes Porting/findvars patchlevel.h win32/Makefile
3443            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3444            ! win32/makefile.mk
3445 ____________________________________________________________________________
3446 [  4348] By: gsar                                  on 1999/10/11  23:11:57
3447         Log: add vec() example from Chaim Frenkel <chaimf@pobox.com>
3448      Branch: perl
3449            ! pod/perlfunc.pod
3450 ____________________________________________________________________________
3451 [  4347] By: jhi                                   on 1999/10/11  21:25:03
3452         Log: Sparc Linux -Duseshrplib fix.
3453              
3454              From: Brian Jepson <bjepson@home.com>
3455              To: Nick Ing-Simmons <nick@ing-simmons.net>
3456              cc: perl5-porters@perl.org
3457              Subject: Re: [ID 19990813.002] Can't build Perl 5.005_60 on SPARC/Linux with -Duseshrplib
3458              Date: Fri, 20 Aug 1999 11:25:17 -0500 (EST)
3459              Message-ID: <Pine.LNX.4.10.9908201123570.5116-100000@cx384756-a.sking1.ri.home.com>
3460      Branch: cfgperl
3461            ! hints/linux.sh
3462 ____________________________________________________________________________
3463 [  4346] By: gsar                                  on 1999/10/11  20:28:32
3464         Log: more pack/unpack documentation (from Ilya Zakharevich); changed
3465              the behavior of 'Z*' and 'Z3' to always pack a trailing
3466              null byte; changed documentation to suit; added test
3467      Branch: perl
3468            ! pod/perlfunc.pod pp.c t/op/pack.t
3469 ____________________________________________________________________________
3470 [  4345] By: gsar                                  on 1999/10/11  19:15:46
3471         Log: writing to perllocal.pod fails if it was never created;
3472              tweak pseudo-hash example (both suggested by Michael G Schwern
3473              <schwern@pobox.com>)
3474      Branch: perl
3475            ! lib/ExtUtils/MM_Unix.pm pod/perlref.pod
3476 ____________________________________________________________________________
3477 [  4344] By: gsar                                  on 1999/10/11  17:57:31
3478         Log: slightly edited variant of suggested patch
3479              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3480              Date: Thu, 9 Sep 1999 18:35:37 -0400
3481              Message-ID: <19990909183537.A28682@monk.mps.ohio-state.edu>
3482              Subject: [PATCH 5.005_58] How RExen match?
3483      Branch: perl
3484            ! pod/perlre.pod
3485 ____________________________________________________________________________
3486 [  4343] By: gsar                                  on 1999/10/11  16:55:48
3487         Log: change#4327 was inefficient
3488      Branch: perl
3489            ! lib/lib.pm
3490 ____________________________________________________________________________
3491 [  4342] By: jhi                                   on 1999/10/11  07:01:46
3492         Log: Integrate with Sarathy.
3493      Branch: cfgperl
3494           +> pod/perlhack.pod
3495           !> (integrate 28 files)
3496 ____________________________________________________________________________
3497 [  4341] By: jhi                                   on 1999/10/11  06:37:47
3498         Log: The 2.5th cut at the AIX C++ extension problems.
3499      Branch: cfgperl
3500            ! hints/aix.sh
3501 ____________________________________________________________________________
3502 [  4340] By: gsar                                  on 1999/10/10  23:48:07
3503         Log: add perlhack.pod from Nathan Torkington <gnat@frii.com>
3504      Branch: perl
3505            + pod/perlhack.pod
3506            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
3507 ____________________________________________________________________________
3508 [  4339] By: gsar                                  on 1999/10/10  20:42:40
3509         Log: revert SAVEDESTRUCTOR() to accepting void(*)(void*) for source
3510              compatibility; introduce SAVEDESTRUCTOR_X() that accepts
3511              void(*)(pTHX_ void*)
3512      Branch: perl
3513            ! embed.h embed.pl ext/Devel/DProf/DProf.xs global.sym mg.c
3514            ! objXSUB.h perl.h perlapi.c perly.c perly.y perly_c.diff
3515            ! pod/perlguts.pod pod/perltoc.pod pp.c pp_hot.c proto.h
3516            ! regcomp.h regexec.c scope.c scope.h toke.c vms/perly_c.vms
3517 ____________________________________________________________________________
3518 [  4338] By: gsar                                  on 1999/10/10  20:38:59
3519         Log: add missing new diagnostics to perldelta
3520      Branch: perl
3521            ! pod/perldelta.pod
3522 ____________________________________________________________________________
3523 [  4337] By: gsar                                  on 1999/10/10  17:40:13
3524         Log: update perldelta for change#3406
3525      Branch: perl
3526            ! embed.pl pod/perldata.pod pod/perldelta.pod
3527 ____________________________________________________________________________
3528 [  4336] By: gsar                                  on 1999/10/10  16:33:14
3529         Log: integrate cfgperl contents into mainline
3530      Branch: perl
3531           +> ext/DynaLoader/hints/aix.pl
3532           !> MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh hints/irix_6.sh
3533           !> makedef.pl perl.h pod/perldelta.pod
3534 ____________________________________________________________________________
3535 [  4335] By: jhi                                   on 1999/10/10  11:09:48
3536         Log: Update perldelta.
3537      Branch: cfgperl
3538            ! pod/perldelta.pod
3539 ____________________________________________________________________________
3540 [  4334] By: jhi                                   on 1999/10/10  10:31:46
3541         Log: Integrate with Sarathy.
3542      Branch: cfgperl
3543           +> win32/genmk95.pl
3544           !> Changes MANIFEST README.win32 cop.h ext/Thread/Thread.pm
3545           !> ext/Thread/Thread.xs ext/Thread/Thread/Queue.pm
3546           !> ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm
3547           !> ext/Thread/sync.t ext/Thread/sync2.t installperl
3548           !> lib/Exporter.pm lib/ExtUtils/MM_Unix.pm
3549           !> lib/ExtUtils/MM_Win32.pm lib/diagnostics.pm lib/lib.pm perl.c
3550           !> pod/perldelta.pod pod/perlfunc.pod pp_ctl.c pp_hot.c pp_sys.c
3551           !> utils/perldoc.PL win32/makefile.mk
3552 ____________________________________________________________________________
3553 [  4333] By: gsar                                  on 1999/10/10  06:33:15
3554         Log: install pods to 'pods' rather than 'pod' on cygwin (modified
3555              a patch suggested by cwilson@cc865179-c.chmbl1.ga.home.com)
3556      Branch: perl
3557            ! installperl lib/diagnostics.pm utils/perldoc.PL
3558 ____________________________________________________________________________
3559 [  4332] By: gsar                                  on 1999/10/10  05:15:26
3560         Log: add $VERSION
3561      Branch: perl
3562            ! lib/Exporter.pm
3563 ____________________________________________________________________________
3564 [  4331] By: gsar                                  on 1999/10/10  05:10:22
3565         Log: describe what can go in an export list (from Anno Siegel
3566              <anno4000@lublin.zrz.tu-berlin.de>)
3567      Branch: perl
3568            ! lib/Exporter.pm
3569 ____________________________________________________________________________
3570 [  4330] By: gsar                                  on 1999/10/10  04:50:43
3571         Log: more basic support for building modules under Windows 95/98
3572              (applied relevant parts from a patch suggested by
3573              Jochen Wiedmann <joe@ispsoft.de>)
3574      Branch: perl
3575            ! lib/ExtUtils/MM_Unix.pm
3576 ____________________________________________________________________________
3577 [  4329] By: gsar                                  on 1999/10/10  04:28:38
3578         Log: rudimentary support for building under Windows 95/98 (from
3579              Benjamin Stuhl <sho_pi@hotmail.com>)
3580      Branch: perl
3581            + win32/genmk95.pl
3582            ! MANIFEST README.win32 lib/ExtUtils/MM_Win32.pm
3583            ! win32/makefile.mk
3584 ____________________________________________________________________________
3585 [  4328] By: gsar                                  on 1999/10/10  03:37:21
3586         Log: fix two leaks in Thread.xs (from Eugene Alterman
3587              <Eugene.Alterman@bremer-inc.com>); convert places with
3588              'use attrs' to new attributes syntax
3589      Branch: perl
3590            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
3591            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
3592            ! ext/Thread/Thread/Specific.pm ext/Thread/sync.t
3593            ! ext/Thread/sync2.t
3594 ____________________________________________________________________________
3595 [  4327] By: gsar                                  on 1999/10/10  02:23:52
3596         Log: avoid duplicates in @INC, they cause leaks in mod_perl etc
3597              (suggested by Tod Irwin <irwin@stockmaster.com>)
3598      Branch: perl
3599            ! lib/lib.pm
3600 ____________________________________________________________________________
3601 [  4326] By: gsar                                  on 1999/10/10  00:51:48
3602         Log: better documentation for recv() (from Anton Berezin
3603              <tobez@plab.ku.dk>)
3604      Branch: perl
3605            ! pod/perlfunc.pod
3606 ____________________________________________________________________________
3607 [  4325] By: gsar                                  on 1999/10/09  22:46:23
3608         Log: perldelta updates (see TODO markers)
3609      Branch: perl
3610            ! Changes pod/perldelta.pod pp_sys.c
3611 ____________________________________________________________________________
3612 [  4324] By: gsar                                  on 1999/10/09  19:43:10
3613         Log: fix Exporter::export_to_level() documentation
3614      Branch: perl
3615            ! lib/Exporter.pm
3616 ____________________________________________________________________________
3617 [  4323] By: gsar                                  on 1999/10/09  18:48:31
3618         Log: don't run END blocks when running under -c switch (older,
3619              rarely useful behavior may still be obtained by putting
3620              BEGIN { $^C = 0; exit; } at the end of the script)
3621      Branch: perl
3622            ! perl.c
3623 ____________________________________________________________________________
3624 [  4322] By: jhi                                   on 1999/10/09  05:31:26
3625         Log: While awaiting a good test program to detect the broken gcc.
3626              From: Thomas Conté <tom@fr.uu.net>
3627              To: <jhi@iki.fi>
3628              Cc: <perl5-porters@perl.org>
3629              Subject: Re: [ID 19990825.007] test t/lib/ipc_sysv.t failing under irix 6.4
3630              Date: Wed, 6 Oct 1999 19:56:29 +0200
3631              Message-ID: <000a01bf1024$1d938f20$252ad0d4@eng.iway.fr>
3632      Branch: cfgperl
3633            ! hints/irix_6.sh perl.h
3634 ____________________________________________________________________________
3635 [  4321] By: gsar                                  on 1999/10/09  00:41:02
3636         Log: POPSUB() gave up the refcount to the CV before LEAVE had a chance to
3637              clear entries in the CV's pad, leading to coredumps when CV had no
3638              other references to it; this is a slightly edited version of the
3639              patch suggested by Russel O'Connor <roconnor@world.std.com>
3640      Branch: perl
3641            ! cop.h pp_ctl.c pp_hot.c
3642 ____________________________________________________________________________
3643 [  4320] By: gsar                                  on 1999/10/08  22:50:51
3644         Log: revert POP{SUB,LOOP}{1,2} logic to the simpler pre-5.003_24
3645              situation (assumptions about cx invalidation are not valid
3646              anymore)
3647      Branch: perl
3648            ! cop.h pp_ctl.c pp_hot.c
3649 ____________________________________________________________________________
3650 [  4319] By: jhi                                   on 1999/10/08  14:33:31
3651         Log: Integrate with Sarathy.
3652      Branch: cfgperl
3653           !> cop.h ext/Thread/Thread.xs op.c opcode.h perl.c perl.h perly.c
3654           !> perly.y pod/perldiag.pod pod/perlfunc.pod pp_ctl.c pp_sys.c
3655           !> t/comp/bproto.t thrdvar.h toke.c util.c
3656 ____________________________________________________________________________
3657 [  4318] By: jhi                                   on 1999/10/08  13:51:34
3658         Log: The second cut at AIX C++ extension troubles.
3659      Branch: cfgperl
3660            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
3661            ! hints/aix.sh
3662 ____________________________________________________________________________
3663 [  4317] By: jhi                                   on 1999/10/08  10:44:13
3664         Log: The first cut at fixing Perl extensions written in C++ in AIX,
3665              statics don't get initialized right.  This patch at least
3666              doesn't seem to break the build in my AIX, but unfortunately
3667              I don't have the IBM C++ to do further testing.
3668              
3669              Problem reported by Stephanie Beals in
3670              From: bealzy@us.ibm.com
3671              To: perl5-porters@perl.org
3672              Subject: [ID 19991007.005] DynaLoader/dl_aix.xs problem using load and unload on AIX
3673              Date: Thu, 7 Oct 1999 15:05:54 -0400
3674              Message-Id: <85256803.0068E70D.00@D51MTA03.pok.ibm.com>
3675      Branch: cfgperl
3676            + ext/DynaLoader/hints/aix.pl
3677            ! MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh
3678 ____________________________________________________________________________
3679 [  4316] By: gsar                                  on 1999/10/08  10:26:15
3680         Log: remove kludgey duplicate background error avoidance (caused
3681              "leaks"; %@ wasn't even user-visible under -Dusethreads);
3682              only repeats of most recent error are now avoided
3683      Branch: perl
3684            ! ext/Thread/Thread.xs perl.c perl.h pp_ctl.c thrdvar.h util.c
3685 ____________________________________________________________________________
3686 [  4315] By: jhi                                   on 1999/10/08  09:48:59
3687         Log: Fix omission.
3688      Branch: cfgperl
3689            ! makedef.pl
3690 ____________________________________________________________________________
3691 [  4314] By: gsar                                  on 1999/10/08  07:17:01
3692         Log: extend change#2299 to C<use> (fixes scoping problems in
3693              C<if (...) { use foo; ... }>)
3694      Branch: perl
3695            ! op.c
3696 ____________________________________________________________________________
3697 [  4313] By: gsar                                  on 1999/10/08  04:52:19
3698         Log: small tweak for change#4309
3699      Branch: perl
3700            ! op.c
3701 ____________________________________________________________________________
3702 [  4312] By: gsar                                  on 1999/10/08  02:31:13
3703         Log: add suggested patch =~ s/NOTOP/OP_NOT/ with tests
3704              From: Larry Wall <larry@wall.org>
3705              Date: Wed, 6 Oct 1999 09:55:57 -0700 (PDT)
3706              Message-Id: <199910061655.JAA11333@kiev.wall.org>
3707              Subject: Re: [ID 19991001.004] apparent parsing error with not(arg)
3708      Branch: perl
3709            ! opcode.h t/comp/bproto.t toke.c
3710 ____________________________________________________________________________
3711 [  4311] By: gsar                                  on 1999/10/08  00:58:19
3712         Log: typo
3713      Branch: perl
3714            ! pp_sys.c
3715 ____________________________________________________________________________
3716 [  4310] By: gsar                                  on 1999/10/07  23:51:38
3717         Log: fix setpgrp vs getpgrp and POSIX vs BSD confusion (spotted by
3718              Brian Mitchell <brian@chele.cais.net>)
3719      Branch: perl
3720            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
3721 ____________________________________________________________________________
3722 [  4309] By: gsar                                  on 1999/10/07  22:57:52
3723         Log: change#3728 was flawed (loop contexts saw the wrong statement
3724              info, causing loop control constructs to not find the label);
3725              disable OP_SETSTATE entirely and add a fix that is specifically
3726              targetted at disabling the OP_LINESEQ optimization in else BLOCK,
3727              which was what the original patch was supposed to fix
3728              
3729              TODO: remove the remainder of the setstate logic if it can't
3730              be used anywhere else (it isn't used anywhere now)
3731      Branch: perl
3732            ! cop.h op.c perly.c perly.y
3733 ____________________________________________________________________________
3734 [  4308] By: jhi                                   on 1999/10/07  19:21:27
3735         Log: Integrate with Sarathy.
3736      Branch: cfgperl
3737           !> lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
3738 ____________________________________________________________________________
3739 [  4307] By: gsar                                  on 1999/10/07  15:12:24
3740         Log: update to podlators-0.08 from Russ Allbery
3741      Branch: perl
3742            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
3743 ____________________________________________________________________________
3744 [  4306] By: jhi                                   on 1999/10/06  17:20:34
3745         Log: Integrate with Sarathy.
3746      Branch: cfgperl
3747           !> (integrate 45 files)
3748 ____________________________________________________________________________
3749 [  4305] By: gsar                                  on 1999/10/06  16:55:45
3750         Log: some versions of mingw32 have __int64, define iff it isn't
3751      Branch: perl
3752            ! win32/win32.h
3753 ____________________________________________________________________________
3754 [  4304] By: gsar                                  on 1999/10/06  03:45:44
3755         Log: fix typos in change#4288
3756      Branch: perl
3757            ! Changes dump.c sv.c
3758 ____________________________________________________________________________
3759 [  4303] By: gsar                                  on 1999/10/06  03:22:46
3760         Log: integrate cfgperl contents into mainline
3761      Branch: perl
3762           +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
3763            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
3764           !> (integrate 31 files)
3765 ____________________________________________________________________________
3766 [  4302] By: gsar                                  on 1999/10/06  02:36:53
3767         Log: make die/warn and other diagnostics go to wherever STDERR happens
3768              to point at; change places that meant Perl_debug_log rather than
3769              PerlIO_stderr()
3770      Branch: perl
3771            ! cop.h doio.c embedvar.h ext/Devel/Peek/Peek.xs
3772            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
3773            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
3774            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
3775            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
3776            ! ext/DynaLoader/dl_rhapsody.xs ext/DynaLoader/dl_vmesa.xs
3777            ! ext/DynaLoader/dl_vms.xs ext/DynaLoader/dlutils.c
3778            ! ext/Thread/Thread.xs ext/Thread/typemap intrpvar.h malloc.c
3779            ! mg.c objXSUB.h op.c perl.c perl.h perlio.c pp.c pp_ctl.c
3780            ! pp_hot.c regexec.c scope.c scope.h sv.c thread.h toke.c util.c
3781            ! win32/dl_win32.xs win32/win32.c win32/win32thread.c
3782 ____________________________________________________________________________
3783 [  4301] By: jhi                                   on 1999/10/05  23:03:46
3784         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3785              To: François Désarménien <desar@club-internet.fr>
3786              Cc: "perl5-porters@perl.org" <perl5-porters@perl.org>
3787              Subject: Re: Strange RE engine breakage in 5_61
3788              Date: Mon, 4 Oct 1999 19:58:03 -0400
3789              Message-ID: <19991004195803.A21760@monk.mps.ohio-state.edu>
3790              
3791              (had to apply pat.t part manually because there
3792              already were more tests than there was in _61)
3793      Branch: cfgperl
3794            ! regcomp.c regexec.c t/op/pat.t t/op/re_tests
3795 ____________________________________________________________________________
3796 [  4300] By: jhi                                   on 1999/10/04  17:03:18
3797         Log: From: Andy Dougherty <doughera@lafayette.edu>
3798              To: Jarkko Hietaniemi <jhi@iki.fi>
3799              cc: Perl Porters <perl5-porters@perl.org>, jhi@cc.hut.fi
3800              Subject: Re: [ID 19991001.005] [_61] [PATCH] tarball fine on win32, zip isn't
3801              Date: Mon, 4 Oct 1999 13:05:08 -0400 (EDT)
3802              Message-ID: <Pine.SOL.4.10.9910041302550.6502-100000@maxwell.phys.lafayette.edu>
3803      Branch: cfgperl
3804            + eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
3805            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
3806            ! MANIFEST ext/B/defsubs_h.PL
3807 ____________________________________________________________________________
3808 [  4299] By: jhi                                   on 1999/10/04  07:15:16
3809         Log: From: Michael G Schwern <schwern@pobox.com>
3810              To: perl5-porters@perl.org
3811              Subject: Re: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
3812              Date: Sun, 3 Oct 1999 17:34:17 -0400
3813              Message-ID: <19991003173417.A4351@blackrider>
3814      Branch: cfgperl
3815            ! t/lib/fields.t t/pragma/constant.t
3816 ____________________________________________________________________________
3817 [  4298] By: gsar                                  on 1999/10/04  04:57:53
3818         Log: some compatibility macros were busted
3819      Branch: perl
3820            ! embed.h embed.pl toke.c
3821 ____________________________________________________________________________
3822 [  4297] By: jhi                                   on 1999/10/03  17:50:59
3823         Log: A better version of #4296.
3824              
3825              From: Michael G Schwern <schwern@pobox.com>
3826              To: perl5-porters@perl.org
3827              Subject: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
3828              Date: Sun, 3 Oct 1999 13:54:23 -0400
3829              Message-ID: <19991003135423.A3050@blackrider>
3830      Branch: cfgperl
3831            ! av.c op.c pod/perldiag.pod
3832 ____________________________________________________________________________
3833 [  4296] By: jhi                                   on 1999/10/03  17:21:01
3834         Log: (Replaced by #4297.)
3835              
3836              From: Michael G Schwern <schwern@pobox.com>
3837              To: perl5-porters@perl.org
3838              Subject: [PATCH av.c, perldiag.pod] Added field name to "No such array field"
3839              Date: Sun, 3 Oct 1999 13:16:47 -0400
3840              Message-ID: <19991003131647.A2816@blackrider>
3841              
3842              plus changed the error message to say "No such pseudo-hash field"
3843              as discussed in the above mail message.
3844      Branch: cfgperl
3845            ! av.c pod/perldiag.pod
3846 ____________________________________________________________________________
3847 [  4295] By: gsar                                  on 1999/10/03  16:09:36
3848         Log: avoid doing irrelevant things on 'make perl'
3849      Branch: perl
3850            ! Makefile.SH
3851 ____________________________________________________________________________
3852 [  4294] By: jhi                                   on 1999/10/03  14:16:24
3853         Log: Fix a typo in #4293 spotted by Graham Barr.
3854      Branch: cfgperl
3855            ! pod/perlref.pod
3856 ____________________________________________________________________________
3857 [  4293] By: jhi                                   on 1999/10/03  11:31:22
3858         Log: From: Michael G Schwern <schwern@blackrider.aocn.com>
3859              To: perl5-porters@perl.org
3860              Subject: Re: Should keys in pseudo-hashes -always- exist? [DOC PATCH]
3861              Date: Sun, 3 Oct 1999 02:34:01 -0400
3862              Message-ID: <19991003023401.A1520@blackrider>
3863      Branch: cfgperl
3864            ! pod/perlfunc.pod pod/perlref.pod
3865 ____________________________________________________________________________
3866 [  4292] By: jhi                                   on 1999/10/03  09:23:16
3867         Log: From: Barrie Slaymaker <barries@slaysys.com>
3868              To: perl5-porters@perl.org
3869              Subject: [PATCH 5.005_61] Benchmark.pm bugfix, tweaks
3870              Date: Sun, 3 Oct 1999 00:09:51 -0400
3871              Message-Id: <199910030409.AAA18228@jester.slaysys.com>
3872      Branch: cfgperl
3873            ! lib/Benchmark.pm
3874 ____________________________________________________________________________
3875 [  4291] By: jhi                                   on 1999/10/02  23:43:53
3876         Log: Be understanding about large file systems.
3877      Branch: cfgperl
3878            ! t/lib/syslfs.t t/op/lfs.t
3879 ____________________________________________________________________________
3880 [  4290] By: jhi                                   on 1999/10/02  23:39:16
3881         Log: Configure fixfest continues.
3882      Branch: cfgperl
3883            ! Configure config_h.SH
3884      Branch: metaconfig
3885            ! U/modified/d_longdbl.U U/modified/d_longlong.U
3886            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
3887            ! U/typedefs/gidsize.U U/typedefs/pidsign.U U/typedefs/pidsize.U
3888            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
3889      Branch: metaconfig/U/perl
3890            ! i_inttypes.U io64.U
3891 ____________________________________________________________________________
3892 [  4289] By: jhi                                   on 1999/10/02  23:12:54
3893         Log: Regen Porting stuff.
3894      Branch: cfgperl
3895            ! Porting/Glossary Porting/config.sh Porting/config_H
3896 ____________________________________________________________________________
3897 [  4288] By: jhi                                   on 1999/10/02  23:05:50
3898         Log: Untangle the IV_IS_QUAD jungle by introduding
3899              macros to be used when doing formatted printing:
3900              IVdf, UVuf, UVxf, UVof.  Also introduce Uid_t_SIGN.
3901      Branch: cfgperl
3902            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3903            ! config_h.SH doio.c dump.c op.c perl.h pp_hot.c pp_sys.c
3904            ! regcomp.c sv.c taint.c toke.c util.c
3905 ____________________________________________________________________________
3906 [  4287] By: jhi                                   on 1999/10/02  22:54:18
3907         Log: metaconfig maintenance.
3908      Branch: metaconfig
3909            ! U/ebcdic/ebcdic.U U/typedefs/gidsign.U U/typedefs/gidsize.U
3910            ! U/typedefs/pidsign.U U/typedefs/pidsize.U U/typedefs/uidsign.U
3911            ! U/typedefs/uidsize.U
3912 ____________________________________________________________________________
3913 [  4286] By: nick                                  on 1999/10/02  11:11:44
3914         Log: Incremental merge of mainline
3915      Branch: utfperl
3916           +> README.Y2K hints/svr5.sh lib/Pod/Man.pm
3917           +> lib/unicode/Unicode.html t/op/args.t t/pod/multiline_items.t
3918           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
3919           +> t/pod/podselect.t t/pod/podselect.xr
3920            - lib/Pod/PlainText.pm
3921           !> (integrate 148 files)
3922 ____________________________________________________________________________
3923 [  4285] By: jhi                                   on 1999/10/02  10:16:15
3924         Log: Battle namespace pollution.
3925      Branch: cfgperl
3926            ! lib/Benchmark.pm
3927 ____________________________________________________________________________
3928 [  4284] By: jhi                                   on 1999/10/02  10:11:20
3929         Log: Regen Configure, all of xs_apiversion didn't take.
3930      Branch: cfgperl
3931            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3932            ! config_h.SH patchlevel.h
3933 ____________________________________________________________________________
3934 [  4283] By: jhi                                   on 1999/10/02  09:48:17
3935         Log: Integrate with Sarathy.
3936      Branch: cfgperl
3937           +> lib/Pod/Man.pm t/pod/multiline_items.t
3938           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
3939           +> t/pod/podselect.t t/pod/podselect.xr
3940            - lib/Pod/PlainText.pm
3941           !> (integrate 50 files)
3942 ____________________________________________________________________________
3943 [  4282] By: gsar                                  on 1999/10/02  06:39:14
3944         Log: update pod2man, pod2text and related Pod:: modules with the
3945              ones in podlators-0.07 from Russ Allbery
3946      Branch: perl
3947            + lib/Pod/Man.pm
3948            ! lib/Pod/Text.pm lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
3949            ! pod/pod2man.PL pod/pod2text.PL
3950 ____________________________________________________________________________
3951 [  4281] By: gsar                                  on 1999/10/02  06:14:44
3952         Log: fix PodParser testsuite; Pod::Text subsumes Pod::PlainText
3953      Branch: perl
3954            - lib/Pod/PlainText.pm
3955            ! MANIFEST lib/Pod/Text.pm lib/Pod/Usage.pm pod/pod2usage.PL
3956            ! pod/podchecker.PL pod/podselect.PL t/pod/emptycmd.t
3957            ! t/pod/for.t t/pod/headings.t t/pod/include.t t/pod/included.t
3958            ! t/pod/lref.t t/pod/multiline_items.t t/pod/nested_items.t
3959            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
3960            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
3961            ! t/pod/special_seqs.t t/pod/testp2pt.pl t/pod/testpchk.pl
3962 ____________________________________________________________________________
3963 [  4280] By: gsar                                  on 1999/10/02  04:39:38
3964         Log: upgrade to PodParser-1.085 from Brad Appleton <bradapp@enteract.com>
3965      Branch: perl
3966            + t/pod/multiline_items.t t/pod/multiline_items.xr
3967            + t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/podselect.t
3968            + t/pod/podselect.xr
3969            ! MANIFEST lib/Pod/Checker.pm lib/Pod/InputObjects.pm
3970            ! lib/Pod/Parser.pm lib/Pod/PlainText.pm lib/Pod/Select.pm
3971            ! lib/Pod/Usage.pm t/pod/for.xr t/pod/headings.xr
3972            ! t/pod/include.xr t/pod/included.xr t/pod/lref.xr
3973            ! t/pod/nested_items.xr t/pod/nested_seqs.xr
3974            ! t/pod/oneline_cmds.xr t/pod/poderrs.xr t/pod/special_seqs.xr
3975            ! t/pod/testp2pt.pl
3976 ____________________________________________________________________________
3977 [  4279] By: gsar                                  on 1999/10/02  03:36:41
3978         Log: make exists() work better on pseudo-hashes (reworked a patch suggested
3979              by Michael G Schwern <schwern@pobox.com>)
3980      Branch: perl
3981            ! av.c t/op/avhv.t
3982 ____________________________________________________________________________
3983 [  4278] By: gsar                                  on 1999/10/02  02:36:55
3984         Log: deprecate C<use attrs>
3985      Branch: perl
3986            ! ext/attrs/attrs.pm ext/attrs/attrs.xs t/lib/attrs.t
3987            ! t/lib/thread.t t/pragma/sub_lval.t
3988 ____________________________________________________________________________
3989 [  4277] By: gsar                                  on 1999/10/02  01:43:25
3990         Log: add notes about effect of loop control statements inside
3991              LABEL BLOCK continue BLOCK
3992      Branch: perl
3993            ! pod/perlfunc.pod
3994 ____________________________________________________________________________
3995 [  4276] By: gsar                                  on 1999/10/02  01:23:02
3996         Log: indent nested =items properly (suggested by Bill Fenner
3997              <fenner@research.att.com>)
3998      Branch: perl
3999            ! pod/pod2man.PL
4000 ____________________________________________________________________________
4001 [  4275] By: gsar                                  on 1999/10/02  01:09:16
4002         Log: updated ptags generator from Ilya Zakharevich
4003      Branch: perl
4004            ! emacs/ptags
4005 ____________________________________________________________________________
4006 [  4274] By: gsar                                  on 1999/10/01  23:08:52
4007         Log: update Changes
4008      Branch: perl
4009            ! Changes
4010 ____________________________________________________________________________
4011 [  4273] By: gsar                                  on 1999/10/01  22:58:55
4012         Log: typo, whitespace adjustments
4013      Branch: perl
4014            ! utils/h2xs.PL
4015 ____________________________________________________________________________
4016 [  4272] By: gsar                                  on 1999/10/01  22:46:06
4017         Log: remove dup hunks
4018      Branch: perl
4019            ! configure.com vms/vms.c
4020 ____________________________________________________________________________
4021 [  4271] By: gsar                                  on 1999/10/01  22:33:02
4022         Log: integrate cfgperl contents into mainline; resolve h2xs.PL conflict
4023              by declaring new globals "our" (XXX this means h2xs generated code
4024              won't run on earlier versions; a switch to generate compatible
4025              source is needed)
4026      Branch: perl
4027           !> (integrate 35 files)
4028 ____________________________________________________________________________
4029 [  4270] By: jhi                                   on 1999/10/01  12:05:56
4030         Log: Integrate with Sarathy.
4031      Branch: cfgperl
4032           !> ext/B/B/C.pm lib/ExtUtils/typemap lib/ExtUtils/xsubpp
4033           !> pod/perldiag.pod util.c
4034 ____________________________________________________________________________
4035 [  4269] By: jhi                                   on 1999/10/01  10:26:19
4036         Log: From: Piotr Klaban <makler@oryl.man.torun.pl>
4037              To: perl5-porters@perl.org
4038              Subject: [ID 19991001.001] perlguts man page error
4039              Date: Fri, 1 Oct 1999 10:23:49 +0200 (MET DST)
4040              Message-Id: <199910010823.KAA05796@oryl.man.torun.pl>
4041      Branch: cfgperl
4042            ! pod/perlguts.pod
4043 ____________________________________________________________________________
4044 [  4268] By: jhi                                   on 1999/10/01  07:32:33
4045         Log: There *is* a month called October.
4046      Branch: cfgperl
4047            ! t/op/time.t
4048 ____________________________________________________________________________
4049 [  4267] By: jhi                                   on 1999/10/01  06:58:10
4050         Log: Temp file cleanliness.
4051      Branch: cfgperl
4052            ! t/lib/filecopy.t
4053 ____________________________________________________________________________
4054 [  4266] By: jhi                                   on 1999/10/01  06:46:56
4055         Log: From: Barrie Slaymaker <barries@slaysys.com>
4056              To: perl5-porters@perl.org
4057              Subject: [PATCH 5.005_61] Benchmark.pm: Export countit(), cmpthese() by default
4058              Date: Thu, 30 Sep 1999 22:16:26 -0400
4059              Message-Id: <199910010216.WAA08309@jester.slaysys.com>
4060      Branch: cfgperl
4061            ! lib/Benchmark.pm
4062 ____________________________________________________________________________
4063 [  4265] By: jhi                                   on 1999/09/30  20:25:35
4064         Log: From: Barrie Slaymaker <barries@slaysys.com>
4065              To: perl5-porters@perl.org
4066              Subject: [PATCH 5.005_61] Benchmark tweaks, fixes, cmpthese()
4067              Date: Thu, 30 Sep 1999 15:44:00 -0400
4068              Message-Id: <199909301944.PAA07166@jester.slaysys.com>
4069              (Replaces #4175.)
4070      Branch: cfgperl
4071            ! lib/Benchmark.pm
4072 ____________________________________________________________________________
4073 [  4264] By: gsar                                  on 1999/09/30  17:59:26
4074         Log: re-add missing "Out of memory!" entry
4075      Branch: perl
4076            ! pod/perldiag.pod
4077 ____________________________________________________________________________
4078 [  4263] By: jhi                                   on 1999/09/30  17:05:43
4079         Log: Regenerate Configure.
4080      Branch: cfgperl
4081            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4082            ! config_h.SH
4083 ____________________________________________________________________________
4084 [  4261] By: jhi                                   on 1999/09/30  16:15:05
4085         Log: From: Andy Dougherty <doughera@lafayette.edu>
4086              To: Perl Porters <perl5-porters@perl.org>
4087              Subject: [PATCH 5.005_61] rand() advisory for perldelta.pod
4088              Date: Thu, 30 Sep 1999 12:24:00 -0400 (EDT)
4089              Message-ID: <Pine.SOL.4.10.9909301218390.3343-100000@maxwell.phys.lafayette.edu>
4090      Branch: cfgperl
4091            ! pod/perldelta.pod
4092 ____________________________________________________________________________
4093 [  4260] By: jhi                                   on 1999/09/30  15:48:56
4094         Log: From: Andy Dougherty <doughera@lafayette.edu>
4095              To: Jarkko Hietaniemi <jhi@iki.fi>, Gurusamy Sarathy <gsar@activestate.com>
4096              Subject: Re: Possible skeletal structure for searching multiple versions
4097              Date: Thu, 30 Sep 1999 11:52:00 -0400 (EDT)
4098              Message-ID: <Pine.SOL.4.10.9909301149090.3343-100000@maxwell.phys.lafayette.edu>
4099      Branch: metaconfig
4100            ! U/mkglossary
4101      Branch: metaconfig/U/perl
4102            + xs_apiversion.U
4103            ! patchlevel.U
4104 ____________________________________________________________________________
4105 [  4259] By: jhi                                   on 1999/09/30  15:07:16
4106         Log: Further ?idsize.U fixing.
4107      Branch: metaconfig
4108            ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
4109 ____________________________________________________________________________
4110 [  4258] By: jhi                                   on 1999/09/30  15:00:14
4111         Log: Fix the ?idsi{gn,ze} units, from Andy Dougherty.
4112      Branch: metaconfig
4113            ! U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
4114            ! U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
4115 ____________________________________________________________________________
4116 [  4257] By: jhi                                   on 1999/09/30  09:48:33
4117         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
4118              To: Gurusamy Sarathy <gsar@ActiveState.com>
4119              Cc: tchrist@perl.com, Larry Wall <larry@wall.org>,
4120              The Perl Porters Mailing List <perl5-porters@perl.org>
4121              Subject: [PATCH] (Was: deprecating SIGDIE)
4122              Date: Wed, 29 Sep 1999 15:16:50 -0400
4123              Message-ID: <19990929151650.E26675@O2.chapin.edu>
4124      Branch: cfgperl
4125            ! Porting/findvars embedvar.h intrpvar.h mg.c objXSUB.h perl.c
4126 ____________________________________________________________________________
4127 [  4256] By: jhi                                   on 1999/09/30  09:45:22
4128         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4129              To: Gurusamy Sarathy <gsar@activestate.com>
4130              Cc: Barrie Slaymaker <barries@slaysys.com>, perl5-porters@perl.org
4131              Subject: Re: _58, _61 Argument "" is not numeric in sprintf
4132              Date: Wed, 29 Sep 1999 18:58:23 -0400
4133              Message-ID: <19990929185823.A22099@monk.mps.ohio-state.edu>
4134      Branch: cfgperl
4135            ! Makefile.SH opcode.pl
4136 ____________________________________________________________________________
4137 [  4255] By: gsar                                  on 1999/09/30  09:03:48
4138         Log: remove prehistoric XFree() gunk
4139      Branch: perl
4140            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
4141 ____________________________________________________________________________
4142 [  4254] By: gsar                                  on 1999/09/30  08:40:14
4143         Log: From: Vishal Bhatia <vishal@gol.com>
4144              Date: Wed, 29 Sep 1999 23:27:28 +0900 (JST)
4145              Message-ID: <Pine.LNX.4.10.9909292326280.5599-100000@localhost.localdomain>
4146              Subject: [patch _61] Minor corrections in C.pm
4147      Branch: perl
4148            ! ext/B/B/C.pm
4149 ____________________________________________________________________________
4150 [  4253] By: gsar                                  on 1999/09/30  08:36:27
4151         Log: off-by-one in fbm_compile() (spotted by John Bley
4152              <jbley@cs.cmu.edu>); whitespace adjustments
4153      Branch: perl
4154            ! util.c
4155 ____________________________________________________________________________
4156 [  4251] By: jhi                                   on 1999/09/30  08:09:13
4157         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4158              To: perl5-porters@perl.org (Mailing list Perl5)
4159              Subject: [PATCH 5.00561+]  Followup h2xs patch
4160              Date: Thu, 30 Sep 1999 04:15:52 -0400 (EDT)
4161              Message-Id: <199909300815.EAA25425@monk.mps.ohio-state.edu>
4162      Branch: cfgperl
4163            ! utils/h2xs.PL
4164 ____________________________________________________________________________
4165 [  4250] By: jhi                                   on 1999/09/29  19:11:32
4166         Log: Integrate with Sarathy.
4167      Branch: cfgperl
4168           !> djgpp/configure.bat embed.h embed.pl lib/Exporter/Heavy.pm
4169           !> lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm proto.h
4170           !> t/pragma/locale/latin1 win32/Makefile win32/makefile.mk
4171 ____________________________________________________________________________
4172 [  4249] By: bailey                                on 1999/09/29  02:21:31
4173         Log: resync with mainline
4174      Branch: vmsperl
4175           +> (branch 32 files)
4176            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
4177            - lib/unicode/blocks.txt lib/unicode/index2.txt
4178            - lib/unicode/jamo2.txt lib/unicode/names2.txt
4179            - lib/unicode/props2.txt lib/unicode/readme.txt
4180            - t/lib/bigfloatpm.t
4181           !> (integrate 240 files)
4182 ____________________________________________________________________________
4183 [  4248] By: jhi                                   on 1999/09/28  18:14:39
4184         Log: From: Andy Dougherty <doughera@lafayette.edu>
4185              To: Perl Porters <perl5-porters@perl.org>
4186              Subject: [PATCH 5.005_xx] Re: [Config 5.005_03] -DDEBUGGING
4187              Date: Tue, 28 Sep 1999 12:20:50 -0400 (EDT)
4188              Message-ID: <Pine.SOL.4.10.9909281019360.1890-100000@maxwell.phys.lafayette.edu>
4189              
4190              From: Andy Dougherty <doughera@lafayette.edu>
4191              To: Perl Porters <perl5-porters@perl.org>
4192              Subject: [ANOTHER PATCH 5.005_61] Re: [Config 5.005_03] -DDEBUGGING
4193              Date: Tue, 28 Sep 1999 13:39:49 -0400 (EDT)
4194              Message-ID: <Pine.SOL.4.10.9909281338180.2012-100000@maxwell.phys.lafayette.edu>
4195      Branch: cfgperl
4196            ! hints/README.hints hints/amigaos.sh hints/cygwin.sh
4197            ! hints/dynixptx.sh hints/epix.sh hints/esix4.sh hints/mint.sh
4198            ! hints/mpeix.sh hints/next_3.sh hints/next_3_0.sh
4199            ! hints/next_4.sh
4200 ____________________________________________________________________________
4201 [  4247] By: gsar                                  on 1999/09/28  17:36:59
4202         Log: revert change#4115 (breaks libwww's base/date.t); could be 
4203              reworked to enable it conditional on $Time::Local::nocroak
4204              or some such
4205      Branch: perl
4206            ! lib/Time/Local.pm
4207 ____________________________________________________________________________
4208 [  4246] By: gsar                                  on 1999/09/28  17:33:14
4209         Log: tweak for win32 build
4210      Branch: perl
4211            ! win32/Makefile win32/makefile.mk
4212 ____________________________________________________________________________
4213 [  4245] By: gsar                                  on 1999/09/28  17:31:34
4214         Log: change#4236 fallout
4215      Branch: perl
4216            ! lib/ExtUtils/MM_Unix.pm
4217 ____________________________________________________________________________
4218 [  4244] By: gsar                                  on 1999/09/28  17:29:31
4219         Log: remove doubled new_xpv
4220      Branch: perl
4221            ! embed.h embed.pl proto.h
4222 ____________________________________________________________________________
4223 [  4243] By: jhi                                   on 1999/09/27  19:13:20
4224         Log: Artistic fine-tuning.
4225      Branch: cfgperl
4226            ! ext/B/defsubs_h.PL
4227 ____________________________________________________________________________
4228 [  4242] By: gsar                                  on 1999/09/27  17:05:22
4229         Log: avoid implicit split to @_ in change#4181; binary -> text file
4230              types in p4
4231      Branch: perl
4232            ! djgpp/configure.bat lib/Exporter/Heavy.pm
4233            ! t/pragma/locale/latin1
4234 ____________________________________________________________________________
4235 [  4241] By: jhi                                   on 1999/09/27  07:48:19
4236         Log: Integrate with Sarathy.
4237      Branch: cfgperl
4238           !> INSTALL embed.h embed.pl malloc.c pod/perldiag.pod pp.c
4239           !> pp_ctl.c pp_hot.c pp_sys.c win32/Makefile win32/makefile.mk
4240 ____________________________________________________________________________
4241 [  4240] By: jhi                                   on 1999/09/27  07:47:11
4242         Log: Finalize change #4232.
4243              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4244              To: Jarkko Hietaniemi <jhi@iki.fi>
4245              Cc: gsar@activestate.com, Mailing list Perl5 <perl5-porters@perl.org>
4246              Subject: Re: xsubpp change breaks B, DB_File, POSIX builds
4247              Date: Sun, 26 Sep 1999 16:52:31 -0400
4248              Message-ID: <19990926165230.A26933@monk.mps.ohio-state.edu>
4249      Branch: cfgperl
4250            ! lib/ExtUtils/xsubpp
4251 ____________________________________________________________________________
4252 [  4239] By: gsar                                  on 1999/09/27  02:48:42
4253         Log: add notes in INSTALL about Configure -Accflags=-DFOO
4254      Branch: perl
4255            ! INSTALL
4256 ____________________________________________________________________________
4257 [  4238] By: gsar                                  on 1999/09/27  02:03:48
4258         Log: PERL_POLLUTE isn't required for bincompat, so don't enable
4259              it automatically
4260      Branch: perl
4261            ! embed.h embed.pl
4262 ____________________________________________________________________________
4263 [  4237] By: gsar                                  on 1999/09/27  01:52:47
4264         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4265              Date: Fri, 24 Sep 1999 23:25:36 -0400
4266              Message-ID: <19990924232536.A16257@monk.mps.ohio-state.edu>
4267              Subject: [PATCH 5.005_61] Malloc fixes and docs
4268      Branch: perl
4269            ! malloc.c pod/perldiag.pod
4270 ____________________________________________________________________________
4271 [  4236] By: gsar                                  on 1999/09/27  01:31:32
4272         Log: avoid .exe in $Config{cc} (spotted by Vadim Konovalov
4273              <vkonovalov@lucent.com>)
4274      Branch: perl
4275            ! win32/Makefile win32/makefile.mk
4276 ____________________________________________________________________________
4277 [  4235] By: gsar                                  on 1999/09/26  17:02:03
4278         Log: fix buggy popping of subroutine contexts in the lvalue
4279              subroutines implementation (change#4081); correct the
4280              plethora of cases where DIE() was more appropriate than
4281              croak()
4282      Branch: perl
4283            ! pp.c pp_ctl.c pp_hot.c pp_sys.c
4284 ____________________________________________________________________________
4285 [  4234] By: jhi                                   on 1999/09/26  12:06:28
4286         Log: Fix #endif.
4287      Branch: cfgperl
4288            ! XSUB.h
4289 ____________________________________________________________________________
4290 [  4233] By: jhi                                   on 1999/09/26  11:59:18
4291         Log: Integrate with Sarathy. h2xs.PL had to be manually resolved,
4292              I kept my (Ilya's) version.
4293      Branch: cfgperl
4294           !> gv.c gv.h intrpvar.h keywords.h keywords.pl lib/Shell.pm op.c
4295           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
4296           !> pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
4297           !> pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
4298           !> pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
4299           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
4300 ____________________________________________________________________________
4301 [  4232] By: jhi                                   on 1999/09/26  09:53:43
4302         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4303              To: Mailing list Perl5 <perl5-porters@perl.org>
4304              Subject: [PATCH 5.005_61] teach xsubpp function pointers
4305              Date: Sun, 26 Sep 1999 01:36:09 -0400
4306              Message-ID: <19990926013609.A21148@monk.mps.ohio-state.edu>
4307              
4308              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4309              To: Mailing list Perl5 <perl5-porters@perl.org>
4310              Subject: [PATCH 5.005_61] Make h2xs -x almost bullet-proof
4311              Date: Sun, 26 Sep 1999 03:00:50 -0400
4312              Message-ID: <19990926030050.A21498@monk.mps.ohio-state.edu>
4313      Branch: cfgperl
4314            ! lib/ExtUtils/xsubpp utils/h2xs.PL
4315 ____________________________________________________________________________
4316 [  4231] By: jhi                                   on 1999/09/26  09:48:49
4317         Log: From: "Konovalov, Vadim" <vkonovalov@lucent.com>
4318              To: perl5-porters@perl.org
4319              Subject: misprint in perlguts
4320              Date: Sun, 26 Sep 1999 12:48:36 +0400
4321              Message-ID: <402099F49BEED211999700805FC7359F20D7A5@ru0028exch01.spb.lucent.com>
4322      Branch: cfgperl
4323            ! pod/perlguts.pod
4324 ____________________________________________________________________________
4325 [  4230] By: gsar                                  on 1999/09/26  00:50:08
4326         Log: add $installarchlib/CORE to default linker search path on windows
4327      Branch: perl
4328            ! win32/Makefile win32/makefile.mk
4329 ____________________________________________________________________________
4330 [  4229] By: gsar                                  on 1999/09/25  20:05:03
4331         Log: support C<use Shell> on Windows (reworked a patch suggested
4332              by Jenda Krynicky <Jenda@McCann.cz>)
4333      Branch: perl
4334            ! lib/Shell.pm
4335 ____________________________________________________________________________
4336 [  4228] By: gsar                                  on 1999/09/25  07:03:34
4337         Log: integrate cfgperl contents into mainline
4338      Branch: perl
4339           +> hints/svr5.sh
4340           !> Configure MANIFEST Makefile.SH config_h.SH hints/sco.sh
4341           !> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
4342           !> lib/unicode/mktables.PL pod/perldelta.pod pod/perlfaq9.pod
4343           !> regcomp.c regexec.c t/lib/syslfs.t t/op/lfs.t
4344 ____________________________________________________________________________
4345 [  4227] By: gsar                                  on 1999/09/25  06:44:47
4346         Log: From: Larry Wall <larry@wall.org>
4347              Date: Fri, 24 Sep 1999 21:59:37 PDT
4348              Message-Id: <199909250459.VAA27506@kiev.wall.org>
4349              Subject: Re: [PATCH 5.005_61] "our" declarations
4350      Branch: perl
4351            ! gv.c gv.h intrpvar.h keywords.h keywords.pl op.c
4352            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
4353            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
4354            ! pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
4355            ! pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
4356            ! utils/h2xs.PL
4357 ____________________________________________________________________________
4358 [  4226] By: jhi                                   on 1999/09/24  23:10:52
4359         Log: Integrate with Sarathy.
4360      Branch: cfgperl
4361           !> XSUB.h ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
4362           !> ext/POSIX/hints/linux.pl pod/perldiag.pod pod/perlfunc.pod
4363           !> pp.c t/lib/posix.t t/op/pack.t toke.c utils/perlcc.PL
4364 ____________________________________________________________________________
4365 [  4225] By: gsar                                  on 1999/09/24  18:19:54
4366         Log: avoid infinite recursive exec()s of perl.exe when shebang
4367              contains "Perl" rather than "perl" on DOSISH platforms
4368      Branch: perl
4369            ! toke.c
4370 ____________________________________________________________________________
4371 [  4224] By: gsar                                  on 1999/09/24  16:09:23
4372         Log: support cygwin and other platforms that link to import libraries
4373              rather than directly with shared libraries (from a suggestion
4374              by Lucian Cionca <Lucian.Cionca@algoritma.ro>)
4375      Branch: perl
4376            ! utils/perlcc.PL
4377 ____________________________________________________________________________
4378 [  4223] By: gsar                                  on 1999/09/24  05:05:06
4379         Log: normalize time for strftime() (without the isdst effects of
4380              mktime()) using a custom mini_mktime()
4381              From: spider-perl@Orb.Nashua.NH.US
4382              Date: Thu, 23 Sep 1999 17:54:53 -0400
4383              Message-Id: <199909232154.RAA25151@leggy.zk3.dec.com>
4384              Subject: Re: [ID 19990913.003] Possible bug using POSIX::strftime Digital UNIX Perl 5.005_03 
4385      Branch: perl
4386            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
4387            ! ext/POSIX/hints/linux.pl t/lib/posix.t
4388 ____________________________________________________________________________
4389 [  4222] By: gsar                                  on 1999/09/23  06:44:42
4390         Log: change "#" to a comment starter in pack templates; "/" now
4391              used for specifying counted types
4392              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4393              Date: Wed, 22 Sep 1999 19:41:30 -0400
4394              Message-ID: <19990922194130.A864@monk.mps.ohio-state.edu>
4395              Subject: [PATCH 5.005_61] Enable comments in pack()/unpack() templates
4396      Branch: perl
4397            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
4398 ____________________________________________________________________________
4399 [  4221] By: gsar                                  on 1999/09/23  06:26:54
4400         Log: From: Vishal Bhatia <vishal@gol.com>
4401              Date: Thu, 23 Sep 1999 12:45:19 +0900 (JST)
4402              Message-ID: <Pine.LNX.4.10.9909231218360.3428-100000@localhost.localdomain>
4403              Subject: [patch _61] perlcc changes
4404      Branch: perl
4405            ! utils/perlcc.PL
4406 ____________________________________________________________________________
4407 [  4220] By: gsar                                  on 1999/09/23  01:12:24
4408         Log: add include guard
4409      Branch: perl
4410            ! XSUB.h
4411 ____________________________________________________________________________
4412 [  4219] By: jhi                                   on 1999/09/22  20:38:15
4413         Log: Cleanup cleanup.
4414      Branch: cfgperl
4415            ! Makefile.SH t/lib/syslfs.t t/op/lfs.t
4416 ____________________________________________________________________________
4417 [  4218] By: jhi                                   on 1999/09/22  19:26:58
4418         Log: Tweak the equivalence tables once again.
4419      Branch: cfgperl
4420            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
4421            ! lib/unicode/mktables.PL
4422 ____________________________________________________________________________
4423 [  4215] By: jhi                                   on 1999/09/22  06:47:03
4424         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4425              To: Mailing list Perl5 <perl5-porters@perl.org>
4426              Subject: [PATCH 5.005_61] regfree could segfault with -Mre=debug
4427              Date: Tue, 21 Sep 1999 19:50:00 -0400
4428              Message-ID: <19990921195000.A23938@monk.mps.ohio-state.edu>
4429              
4430              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4431              To: Mailing list Perl5 <perl5-porters@perl.org>
4432              Subject: [PATCH 5.005_61] More verbose -Mre=debug
4433              Date: Tue, 21 Sep 1999 22:29:55 -0400
4434              Message-ID: <19990921222955.A25094@monk.mps.ohio-state.edu>
4435      Branch: cfgperl
4436            ! regcomp.c regexec.c
4437 ____________________________________________________________________________
4438 [  4214] By: jhi                                   on 1999/09/21  21:08:43
4439         Log: From: 0000-Admin (0000) <root@devsys0.zenez.com>
4440              Reply-To: gerberb@zenez.com
4441              To: perl5-porters@perl.org
4442              Subject: [ID 19990921.004] Changes for SCO OpenServer and UnixWare 7
4443              Date: Tue, 21 Sep 1999 11:07:46 -0600 (MDT)
4444              Message-Id: <199909211707.LAA23611@devsys0.zenez.com>
4445              
4446              (Snipped away the last lines of svr5.sh a la change #3725)
4447      Branch: cfgperl
4448            + hints/svr5.sh
4449            ! Configure MANIFEST config_h.SH hints/sco.sh
4450      Branch: metaconfig
4451            ! U/modified/Cppsym.U U/modified/Oldconfig.U
4452 ____________________________________________________________________________
4453 [  4213] By: jhi                                   on 1999/09/21  20:48:01
4454         Log: From: Kragen Sitaker <kragen@dnaco.net>
4455              To: perl5-porters@perl.org
4456              Subject: [ID 19990921.013] accidental list context in perlfaq9
4457              Date: Tue, 21 Sep 1999 16:27:53 -0400 (EDT)
4458              Reply-To: kragen@pobox.com
4459              Message-Id: <199909212027.QAA03450@kirk.dnaco.net>
4460      Branch: cfgperl
4461            ! pod/perlfaq9.pod
4462 ____________________________________________________________________________
4463 [  4212] By: jhi                                   on 1999/09/20  19:55:42
4464         Log: Integrate with Sarathy.
4465      Branch: cfgperl
4466           +> README.Y2K
4467           !> Changes MANIFEST
4468 ____________________________________________________________________________
4469 [  4211] By: jhi                                   on 1999/09/20  19:44:44
4470         Log: Rename -Duselfs to -Duselargefiles.  We don't need no stnkngbbrvtns.
4471      Branch: cfgperl
4472            ! Configure config_h.SH pod/perldelta.pod
4473      Branch: metaconfig/U/perl
4474            ! use64bits.U uselfs.U uselongdbl.U
4475 ____________________________________________________________________________
4476 [  4210] By: jhi                                   on 1999/09/20  19:38:26
4477         Log: Configure -A change: -Afoo=bar is equal to -Aappend:foo=" bar".
4478      Branch: cfgperl
4479            ! Configure config_h.SH
4480      Branch: metaconfig
4481            ! U/modified/Options.U
4482 ____________________________________________________________________________
4483 [  4209] By: gsar                                  on 1999/09/20  19:35:39
4484         Log: integrate cfgperl changes into mainline
4485      Branch: perl
4486           +> lib/unicode/Unicode.html
4487            ! Changes
4488           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
4489           !> config_h.SH doio.c perl.h pod/perldelta.pod pod/perlfunc.pod
4490 ____________________________________________________________________________
4491 [  4208] By: gsar                                  on 1999/09/20  18:28:44
4492         Log: add README.Y2K (from Dominic Dunlop <domo@vo.lu>)
4493      Branch: perl
4494            + README.Y2K
4495            ! MANIFEST
4496 ____________________________________________________________________________
4497 [  4207] By: jhi                                   on 1999/09/20  11:06:13
4498         Log: Document -Duselfs, -Duselongdouble, and -Dusemorebits.
4499      Branch: cfgperl
4500            ! pod/perldelta.pod
4501 ____________________________________________________________________________
4502 [  4206] By: jhi                                   on 1999/09/20  09:53:15
4503         Log: Do not test for gccish things in non-gccish platforms.
4504      Branch: cfgperl
4505            ! Configure config_h.SH
4506      Branch: metaconfig
4507            ! U/compline/ccflags.U
4508 ____________________________________________________________________________
4509 [  4205] By: jhi                                   on 1999/09/20  09:41:22
4510         Log: Prompt for uselfs.
4511      Branch: cfgperl
4512            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4513            ! config_h.SH
4514      Branch: metaconfig
4515            ! U/mksample
4516      Branch: metaconfig/U/perl
4517            ! use64bits.U uselfs.U
4518 ____________________________________________________________________________
4519 [  4204] By: jhi                                   on 1999/09/20  09:09:29
4520         Log: Add usemorebits and uselfs.
4521      Branch: cfgperl
4522            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4523            ! config_h.SH doio.c perl.h
4524      Branch: metaconfig/U/perl
4525            + uselfs.U usemorebits.U
4526            ! use64bits.U uselongdbl.U
4527 ____________________________________________________________________________
4528 [  4203] By: jhi                                   on 1999/09/20  07:48:48
4529         Log: Dethinko.
4530      Branch: cfgperl
4531            ! pod/perlfunc.pod
4532 ____________________________________________________________________________
4533 [  4202] By: jhi                                   on 1999/09/20  07:33:32
4534         Log: Fix a bug in the description of endianness.  Reported in
4535              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
4536              To: perl5-porters@perl.org
4537              Subject: BUG: perldoc -f pack
4538              Date: Mon, 20 Sep 1999 09:43:49 +0400
4539              Message-ID: <402099F49BEED211999700805FC7359F20D3F5@ru0028exch01.spb.lucent.com>
4540      Branch: cfgperl
4541            ! pod/perlfunc.pod
4542 ____________________________________________________________________________
4543 [  4201] By: jhi                                   on 1999/09/20  07:01:26
4544         Log: Integrate with Sarathy.
4545      Branch: cfgperl
4546           +> t/op/args.t
4547           !> (integrate 31 files)
4548 ____________________________________________________________________________
4549 [  4200] By: gsar                                  on 1999/09/20  03:45:06
4550         Log: From: Russ Allbery <rra@stanford.edu>
4551              Date: 19 Aug 1999 04:35:44 -0700
4552              Message-Id: <yl7lms9f5b.fsf@windlord.stanford.edu>
4553              Subject: [ID 19990819.002] File::Find error when pruning top-level directories
4554      Branch: perl
4555            ! lib/File/Find.pm
4556 ____________________________________________________________________________
4557 [  4199] By: gsar                                  on 1999/09/20  03:27:49
4558         Log: suppress warning (from John Tobey <jtobey@epsilondev.com>)
4559      Branch: perl
4560            ! ext/B/B/Terse.pm
4561 ____________________________________________________________________________
4562 [  4198] By: gsar                                  on 1999/09/20  03:25:25
4563         Log: add arenas for managing allocations of remaining xpv*v structures
4564              From: Vishal Bhatia <vishal@gol.com>
4565              Date: Wed, 25 Aug 1999 00:31:33 +0900 (JST)
4566              Message-ID: <Pine.LNX.4.10.9908250031000.11727-100000@localhost.localdomain>
4567              Subject: [PATCH 5.005_60] removing extra ref count (compiler) 
4568      Branch: perl
4569            ! embed.h embed.pl embedvar.h ext/B/B/C.pm intrpvar.h objXSUB.h
4570            ! proto.h sv.c
4571 ____________________________________________________________________________
4572 [  4197] By: gsar                                  on 1999/09/20  03:06:10
4573         Log: queue errors due to strictures rather than printing them as
4574              warnings; symbols that violate strictures do *not* end up in
4575              the symbol table anyway, making multiple evals of the same piece
4576              of code produce the same errors; errors indicate all locations
4577              of a global symbol rather than just the first one; these
4578              changes make compile-time failures within evals reliably
4579              visible via the return value or contents of $@, and trappable
4580              using __DIE__ hooks
4581      Branch: perl
4582            ! embed.h embed.pl embedvar.h ext/DynaLoader/dlutils.c
4583            ! ext/Thread/Thread.xs global.sym gv.c objXSUB.h op.c perl.c
4584            ! perlapi.c pp_ctl.c proto.h regcomp.c t/pragma/strict-refs
4585            ! t/pragma/strict-vars thrdvar.h toke.c util.c
4586 ____________________________________________________________________________
4587 [  4196] By: gsar                                  on 1999/09/19  22:14:29
4588         Log: control change#1914 via hints (causes problems on some platforms)
4589      Branch: perl
4590            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
4591            ! ext/POSIX/hints/linux.pl
4592 ____________________________________________________________________________
4593 [  4195] By: gsar                                  on 1999/09/19  21:30:18
4594         Log: avoid clearing @_ at all for faster subroutine calls; fix bugs
4595              in passing around references to @_, eg C<sub foo { \@_ }>; add
4596              tests for the same
4597      Branch: perl
4598            + t/op/args.t
4599            ! MANIFEST cop.h pp.c pp_ctl.c pp_hot.c
4600 ____________________________________________________________________________
4601 [  4194] By: jhi                                   on 1999/09/18  18:57:45
4602         Log: Integrate with Sarathy.
4603      Branch: cfgperl
4604           !> opcode.h opcode.pl
4605 ____________________________________________________________________________
4606 [  4193] By: nick                                  on 1999/09/18  15:24:56
4607         Log: Re-integrate mainline
4608              Basic SvUTF8 stuff in headers, no functional changes yet.
4609      Branch: utfperl
4610            + lib/byte.pm lib/byte_heavy.pl
4611           +> ext/B/defsubs_h.PL ext/DB_File/version.c jpl/JNI/Closer.java
4612           +> jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
4613           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
4614           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
4615           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL lib/unicode/ArabShap.txt
4616           +> lib/unicode/Blocks.txt lib/unicode/CompExcl.txt
4617           +> lib/unicode/EAWidth.txt lib/unicode/Index.txt
4618           +> lib/unicode/Jamo-2.txt lib/unicode/LineBrk.txt
4619           +> lib/unicode/Names.txt lib/unicode/Props.txt
4620           +> lib/unicode/ReadMe.txt lib/unicode/SpecCase.txt
4621           +> t/lib/bigfltpm.t
4622            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
4623            - lib/unicode/blocks.txt lib/unicode/index2.txt
4624            - lib/unicode/jamo2.txt lib/unicode/names2.txt
4625            - lib/unicode/props2.txt lib/unicode/readme.txt
4626            - t/lib/bigfloatpm.t
4627            ! doop.c embed.h embed.pl gv.c mg.c objXSUB.h op.c op.h perl.h
4628            ! perlapi.c pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h
4629            ! regexec.c regexp.h regnodes.h sv.c sv.h toke.c utf8.c utf8.h
4630            ! warnings.h
4631           !> (integrate 142 files)
4632 ____________________________________________________________________________
4633 [  4192] By: gsar                                  on 1999/09/18  15:11:47
4634         Log: more op description tweaks
4635      Branch: perl
4636            ! opcode.h opcode.pl
4637 ____________________________________________________________________________
4638 [  4191] By: jhi                                   on 1999/09/18  07:47:16
4639         Log: Integrate with Sarathy.
4640      Branch: cfgperl
4641           !> Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
4642           !> t/pragma/warn/op
4643 ____________________________________________________________________________
4644 [  4190] By: jhi                                   on 1999/09/18  07:35:45
4645         Log: Add description of the Unicode database files.
4646      Branch: cfgperl
4647            + lib/unicode/Unicode.html
4648 ____________________________________________________________________________
4649 [  4189] By: gsar                                  on 1999/09/18  03:14:58
4650         Log: tweak some op names in change#4177 (will any of this break code that
4651              gropes $@ ?)
4652      Branch: perl
4653            ! Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
4654            ! t/pragma/warn/op
4655 ____________________________________________________________________________
4656 [  4188] By: jhi                                   on 1999/09/17  21:30:08
4657         Log: Pick up the typo fix.
4658      Branch: cfgperl
4659           !> t/io/open.t
4660 ____________________________________________________________________________
4661 [  4187] By: gsar                                  on 1999/09/17  21:13:55
4662         Log: fix typo
4663      Branch: perl
4664            ! t/io/open.t
4665 ____________________________________________________________________________
4666 [  4186] By: gsar                                  on 1999/09/17  20:57:29
4667         Log: integrate cfgperl change
4668      Branch: perl
4669           !> vms/subconfigure.com
4670 ____________________________________________________________________________
4671 [  4185] By: jhi                                   on 1999/09/17  20:46:41
4672         Log: Re-apply applicable parts of #3993, #3994, and #3995.
4673      Branch: cfgperl
4674            ! vms/subconfigure.com
4675 ____________________________________________________________________________
4676 [  4184] By: gsar                                  on 1999/09/17  20:26:02
4677         Log: integrate cfgperl contents into mainline
4678      Branch: perl
4679           +> lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
4680           +> lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
4681           +> lib/unicode/Index.txt lib/unicode/Jamo-2.txt
4682           +> lib/unicode/LineBrk.txt lib/unicode/Names.txt
4683           +> lib/unicode/Props.txt lib/unicode/ReadMe.txt
4684           +> lib/unicode/SpecCase.txt
4685            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
4686            - lib/unicode/index2.txt lib/unicode/jamo2.txt
4687            - lib/unicode/names2.txt lib/unicode/props2.txt
4688            - lib/unicode/readme.txt
4689           !> (integrate 73 files)
4690 ____________________________________________________________________________
4691 [  4183] By: jhi                                   on 1999/09/17  20:25:51
4692         Log: Integrate with Sarathy.
4693      Branch: cfgperl
4694           !> configure.com ext/ByteLoader/byterun.h
4695           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
4696           !> lib/File/Spec/VMS.pm pod/perlhist.pod t/io/open.t
4697           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
4698           !> vms/perly_h.vms vms/subconfigure.com vms/vms.c vms/vmsish.h
4699 ____________________________________________________________________________
4700 [  4182] By: gsar                                  on 1999/09/17  20:16:28
4701         Log: integrate vmsperl contents into mainline (where VMS files conflicted,
4702              vmsperl contents have prevailed)
4703      Branch: perl
4704           !> configure.com ext/ByteLoader/byterun.h
4705           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
4706           !> lib/File/Spec/VMS.pm t/io/open.t vms/descrip_mms.template
4707           !> vms/gen_shrfls.pl vms/perly_c.vms vms/perly_h.vms
4708           !> vms/subconfigure.com vms/vms.c vms/vmsish.h
4709 ____________________________________________________________________________
4710 [  4181] By: jhi                                   on 1999/09/17  20:12:37
4711         Log: From: Michael G Schwern <schwern@pobox.com>
4712              To: perl5-porters@perl.org
4713              Subject: [PATCH 5.005_60 lib/Exporter/Heavy.pm] export_to_level()
4714              Date: Thu, 19 Aug 1999 21:30:01 -0400
4715              Message-ID: <19990819213001.A22512@athens.aocn.com>
4716      Branch: cfgperl
4717            ! lib/Exporter/Heavy.pm
4718 ____________________________________________________________________________
4719 [  4180] By: gsar                                  on 1999/09/17  20:11:00
4720         Log: perlhist additions
4721      Branch: perl
4722            ! pod/perlhist.pod
4723 ____________________________________________________________________________
4724 [  4179] By: jhi                                   on 1999/09/17  20:08:00
4725         Log: The change #4176 should've undone only the test, not the code patch.
4726      Branch: cfgperl
4727            ! doio.c
4728 ____________________________________________________________________________
4729 [  4178] By: jhi                                   on 1999/09/17  20:06:08
4730         Log: From: Ian Phillipps <ian@dial.pipex.com>
4731              To: Hans GINZEL <hgin2088@mail.kolej.mff.cuni.cz>, perl5-porters@perl.org
4732              Subject: [PATCH 5.005_59] Re: [ID 19990820.007] Small typo in perlsyn.pod
4733              Date: Sat, 21 Aug 1999 12:36:12 +0100
4734              Message-ID: <19990821123612.A9955@homer.diplex.co.uk>
4735      Branch: cfgperl
4736            ! pod/perlsyn.pod
4737 ____________________________________________________________________________
4738 [  4177] By: jhi                                   on 1999/09/17  20:00:19
4739         Log: More descriptive names for operators.
4740              
4741              From: Michael G Schwern <schwern@pobox.com>
4742              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
4743              Cc: perl5-porters@perl.org
4744              Subject: Re: [ID 19990817.009] [BUG 5.005_60 & 5.005_03] == reported as eq in
4745              Date: Tue, 17 Aug 1999 18:35:45 -0400
4746              Message-ID: <19990817183545.A23073@toldyouso.com>
4747              
4748              From: Michael G Schwern <schwern@pobox.com>
4749              To: perl5-porters@perl.org
4750              Subject: [PATCH 5.005_60 opcode.pl and friends] Improved opcode descriptions
4751              Date: Wed, 18 Aug 1999 03:53:38 -0400
4752              Message-ID: <19990818035337.A31505@athens.aocn.com>
4753      Branch: cfgperl
4754            ! opcode.h opcode.pl pp.sym pp_proto.h sv.c t/op/misc.t
4755            ! t/pragma/warn/op t/pragma/warn/sv
4756 ____________________________________________________________________________
4757 [  4176] By: jhi                                   on 1999/09/17  18:19:18
4758         Log: Take away the infamous io/dup.t #7.
4759              It seems there simply is no way to portably
4760              "flush" an input file handle.
4761      Branch: cfgperl
4762            ! doio.c t/io/dup.t
4763 ____________________________________________________________________________
4764 [  4175] By: jhi                                   on 1999/09/17  14:45:08
4765         Log: From: Barrie Slaymaker <barries@slaysys.com>
4766              To: perl5-porters@perl.org
4767              Subject: [PATCH 5.005_61] Benchmark: screwed patch format, try this instead
4768              Date: Fri, 17 Sep 1999 11:16:48 -0400
4769              Message-Id: <199909171516.LAA30887@jester.slaysys.com>
4770      Branch: cfgperl
4771            ! lib/Benchmark.pm
4772 ____________________________________________________________________________
4773 [  4174] By: jhi                                   on 1999/09/17  14:07:16
4774         Log: UNICOS does support large files but doesn't support sparse files
4775              so we cannot easily test for large file support.
4776      Branch: cfgperl
4777            ! t/lib/syslfs.t t/op/lfs.t
4778 ____________________________________________________________________________
4779 [  4173] By: jhi                                   on 1999/09/17  14:03:44
4780         Log: UNICOS has sloppy division/modulo for floating point numbers.
4781      Branch: cfgperl
4782            ! t/op/arith.t
4783 ____________________________________________________________________________
4784 [  4172] By: jhi                                   on 1999/09/17  13:47:49
4785         Log: Portable blocksize (replaces #4171).
4786      Branch: cfgperl
4787            ! t/lib/syslfs.t t/op/lfs.t
4788 ____________________________________________________________________________
4789 [  4171] By: jhi                                   on 1999/09/17  13:08:54
4790         Log: (replaced by #4172)
4791      Branch: cfgperl
4792            ! t/lib/syslfs.t t/op/lfs.t
4793 ____________________________________________________________________________
4794 [  4170] By: jhi                                   on 1999/09/17  12:59:11
4795         Log: Detypo #4169.
4796      Branch: cfgperl
4797            ! t/lib/syslfs.t t/op/lfs.t
4798 ____________________________________________________________________________
4799 [  4169] By: jhi                                   on 1999/09/17  12:16:34
4800         Log: Diagnose possible quota limits.
4801      Branch: cfgperl
4802            ! t/lib/syslfs.t t/op/lfs.t
4803 ____________________________________________________________________________
4804 [  4168] By: jhi                                   on 1999/09/17  12:10:43
4805         Log: UNICOS doesn't have getpgid().  Or, at least 9.0.1ai
4806              doesn't have one that wouldn't cause SIGSYS.  UNICOS
4807              does have getpgrp(void) so Perl getpgrp() is happy.
4808      Branch: cfgperl
4809            ! hints/unicos.sh
4810 ____________________________________________________________________________
4811 [  4167] By: jhi                                   on 1999/09/17  11:49:30
4812         Log: Filesystem quotas may stop you from using large files.
4813      Branch: cfgperl
4814            ! pod/perldelta.pod t/lib/syslfs.t t/op/lfs.t
4815 ____________________________________________________________________________
4816 [  4166] By: jhi                                   on 1999/09/17  11:36:01
4817         Log: Too strict pattern for parsing group lists.
4818      Branch: cfgperl
4819            ! t/op/groups.t
4820 ____________________________________________________________________________
4821 [  4165] By: jhi                                   on 1999/09/17  09:06:18
4822         Log: Configure maintenance. It's sigaction.sa_flags
4823              and the Glossary regen'ed.
4824      Branch: cfgperl
4825            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4826            ! config_h.SH
4827      Branch: metaconfig
4828            ! U/compline/d_sigaction.U
4829 ____________________________________________________________________________
4830 [  4164] By: jhi                                   on 1999/09/15  06:57:51
4831         Log: Integrate with Sarathy.
4832      Branch: cfgperl
4833           +> jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
4834           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
4835           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
4836           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL
4837           !> Changes MANIFEST embed.h embed.pl jpl/JNI/JNI.pm
4838           !> jpl/JNI/JNI.xs jpl/JNI/Makefile.PL jpl/JNI/test.pl
4839           !> jpl/JNI/typemap jpl/JPL/Makefile.PL
4840           !> jpl/PerlInterpreter/Makefile.PL
4841           !> jpl/PerlInterpreter/PerlInterpreter.c
4842           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
4843           !> jpl/Sample/Makefile.PL jpl/install-jpl
4844           !> lib/File/Spec/Functions.pm pod/perlhist.pod regexec.c
4845           !> t/op/pat.t
4846 ____________________________________________________________________________
4847 [  4163] By: gsar                                  on 1999/09/15  05:17:27
4848         Log: add :ALL export tag (from Chris Nandor <pudge@pobox.com>)
4849      Branch: perl
4850            ! lib/File/Spec/Functions.pm
4851 ____________________________________________________________________________
4852 [  4162] By: gsar                                  on 1999/09/15  05:09:14
4853         Log: addendum to change#4136 (from Robin Barker <rmb1@cise.npl.co.uk>)
4854      Branch: perl
4855            ! Changes embed.h embed.pl
4856 ____________________________________________________________________________
4857 [  4161] By: gsar                                  on 1999/09/15  04:08:25
4858         Log: missing perlhist dates from Jeff Okamoto
4859      Branch: perl
4860            ! pod/perlhist.pod
4861 ____________________________________________________________________________
4862 [  4160] By: gsar                                  on 1999/09/15  03:13:08
4863         Log: jpl tweak
4864      Branch: perl
4865            ! MANIFEST jpl/JNI/Makefile.PL
4866 ____________________________________________________________________________
4867 [  4159] By: gsar                                  on 1999/09/15  02:57:08
4868         Log: update to JPL snapshot v09141999, with minor tweaks (from Brian
4869              Jepson <bjepson@home.com>)
4870      Branch: perl
4871            + jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
4872            + jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
4873            + jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
4874            + jpl/JNI/typemap.win32 jpl/SETVARS.PL
4875            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
4876            ! jpl/JNI/test.pl jpl/JNI/typemap jpl/JPL/Makefile.PL
4877            ! jpl/PerlInterpreter/Makefile.PL
4878            ! jpl/PerlInterpreter/PerlInterpreter.c
4879            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
4880            ! jpl/Sample/Makefile.PL jpl/install-jpl
4881 ____________________________________________________________________________
4882 [  4158] By: gsar                                  on 1999/09/15  01:27:14
4883         Log: From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
4884              Date:    Tue, 14 Sep 1999 21:26:15 EDT
4885              Message-Id: <199909150126.VAA24720@monk.mps.ohio-state.edu>
4886              Subject: [PATCH 5.005_58+] Re: [ID 19990914.001] Perl_re_intuit_start() hangs in a loop
4887      Branch: perl
4888            ! regexec.c t/op/pat.t
4889 ____________________________________________________________________________
4890 [  4157] By: jhi                                   on 1999/09/14  21:18:09
4891         Log: config.h will define USE_64_BITS if need be.
4892      Branch: cfgperl
4893            ! hints/irix_6.sh
4894 ____________________________________________________________________________
4895 [  4156] By: jhi                                   on 1999/09/14  20:30:00
4896         Log: Change #4149 necessitates also a small code change.
4897      Branch: cfgperl
4898            ! ext/B/defsubs_h.PL
4899 ____________________________________________________________________________
4900 [  4155] By: jhi                                   on 1999/09/14  20:15:53
4901         Log: Update EPOC libdir names.
4902      Branch: cfgperl
4903            ! epoc/config.h
4904 ____________________________________________________________________________
4905 [  4154] By: jhi                                   on 1999/09/14  20:13:41
4906         Log: Obsolete epoc/config.h caused #4153 to re-introduce already
4907              deceased HAS.*DBM.*64 mumblings.
4908      Branch: cfgperl
4909            ! Configure config_h.SH epoc/config.h
4910 ____________________________________________________________________________
4911 [  4153] By: jhi                                   on 1999/09/14  20:04:53
4912         Log: Configure nits.
4913      Branch: cfgperl
4914            ! Configure config_h.SH
4915      Branch: metaconfig
4916            ! U/compline/d_sigaction.U U/threads/i_pthread.U
4917 ____________________________________________________________________________
4918 [  4152] By: jhi                                   on 1999/09/14  19:30:22
4919         Log: Integrate with Sarathy.
4920      Branch: cfgperl
4921           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
4922            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
4923           !> INSTALL MANIFEST ext/B/Makefile.PL pod/perldiag.pod
4924           !> win32/config_sh.PL
4925 ____________________________________________________________________________
4926 [  4151] By: jhi                                   on 1999/09/14  10:25:01
4927         Log: Update Unicode database and recompute the tables.
4928              Rename the .txt files to be more Unicode 3.0-like.
4929              Unihan-3.0.txt not included because it is 16 MB.
4930              syllables.txt is manually maintained.
4931              See ReadMe.txt for description of the .txt files.
4932              (not all of them are used yet)
4933      Branch: cfgperl
4934            + lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
4935            + lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
4936            + lib/unicode/Index.txt lib/unicode/Jamo-2.txt
4937            + lib/unicode/LineBrk.txt lib/unicode/Names.txt
4938            + lib/unicode/Props.txt lib/unicode/ReadMe.txt
4939            + lib/unicode/SpecCase.txt
4940            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
4941            - lib/unicode/index2.txt lib/unicode/jamo2.txt
4942            - lib/unicode/names2.txt lib/unicode/props2.txt
4943            - lib/unicode/readme.txt
4944            ! MANIFEST lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
4945            ! lib/unicode/Bidirectional.pl lib/unicode/Block.pl
4946            ! lib/unicode/Category.pl lib/unicode/CombiningClass.pl
4947            ! lib/unicode/Decomposition.pl
4948            ! lib/unicode/In/ArabicPresentationForms-B.pl
4949            ! lib/unicode/In/Specials.pl lib/unicode/In/Tibetan.pl
4950            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
4951            ! lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiL.pl
4952            ! lib/unicode/Is/BidiON.pl lib/unicode/Is/BidiWS.pl
4953            ! lib/unicode/Is/DCcompat.pl lib/unicode/Is/DecoCanon.pl
4954            ! lib/unicode/Is/DecoCompat.pl lib/unicode/Is/L.pl
4955            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lo.pl
4956            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Lu.pl
4957            ! lib/unicode/Is/Pd.pl lib/unicode/Is/Po.pl lib/unicode/Is/S.pl
4958            ! lib/unicode/Is/Sm.pl lib/unicode/Is/So.pl
4959            ! lib/unicode/Is/Upper.pl lib/unicode/Is/Word.pl
4960            ! lib/unicode/JamoShort.pl lib/unicode/UnicodeData-Latest.txt
4961            ! lib/unicode/mktables.PL
4962 ____________________________________________________________________________
4963 [  4150] By: gsar                                  on 1999/09/14  09:31:57
4964         Log: INSTALL tweak
4965      Branch: perl
4966            ! INSTALL
4967 ____________________________________________________________________________
4968 [  4149] By: gsar                                  on 1999/09/14  09:00:45
4969         Log: change some filenames to be 8.3-friendly
4970      Branch: perl
4971           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
4972            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
4973            ! MANIFEST ext/B/Makefile.PL pod/perldiag.pod
4974 ____________________________________________________________________________
4975 [  4148] By: gsar                                  on 1999/09/14  08:35:00
4976         Log: win32 config tweak (suggested by Greg Chapman <glc@well.com>)
4977      Branch: perl
4978            ! win32/config_sh.PL
4979 ____________________________________________________________________________
4980 [  4147] By: jhi                                   on 1999/09/14  08:07:49
4981         Log: Not that UVSIZE normally differs that much from IVSIZE...
4982      Branch: cfgperl
4983            ! perl.h
4984 ____________________________________________________________________________
4985 [  4146] By: jhi                                   on 1999/09/14  08:04:40
4986         Log: Integrate with Sarathy.
4987      Branch: cfgperl
4988           !> Changes ext/DB_File/DB_File.xs
4989 ____________________________________________________________________________
4990 [  4145] By: jhi                                   on 1999/09/14  07:10:02
4991         Log: I_PTHREAD was PTHREADEAD.
4992      Branch: cfgperl
4993            ! Configure config_h.SH
4994      Branch: metaconfig
4995            ! U/threads/i_pthread.U
4996 ____________________________________________________________________________
4997 [  4144] By: gsar                                  on 1999/09/14  06:46:47
4998         Log: change#4113 was missing DB_File.xs changes
4999      Branch: perl
5000            ! ext/DB_File/DB_File.xs
5001 ____________________________________________________________________________
5002 [  4143] By: jhi                                   on 1999/09/13  20:16:20
5003         Log: Small doc and whitespace edits.
5004      Branch: cfgperl
5005            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
5006            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
5007            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
5008            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
5009            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
5010            ! pod/perldelta.pod
5011 ____________________________________________________________________________
5012 [  4142] By: gsar                                  on 1999/09/13  19:32:31
5013         Log: integrate cfgperl contents into mainline, update Changes
5014      Branch: perl
5015           +> ext/DB_File/version.c
5016            ! Changes
5017           !> (integrate 44 files)
5018 ____________________________________________________________________________
5019 [  4141] By: jhi                                   on 1999/09/13  16:16:56
5020         Log: Scan for <pthread.h> always.
5021      Branch: cfgperl
5022            ! Configure config_h.SH perl.h
5023      Branch: metaconfig
5024            ! U/threads/i_pthread.U
5025 ____________________________________________________________________________
5026 [  4140] By: jhi                                   on 1999/09/13  16:00:08
5027         Log: Integrate with Sarathy.
5028      Branch: cfgperl
5029           !> (integrate 27 files)
5030 ____________________________________________________________________________
5031 [  4139] By: jhi                                   on 1999/09/13  15:35:18
5032         Log: Add -A option to Configure to diddle with variables
5033              after the hints file has been applied.
5034      Branch: cfgperl
5035            ! Configure config_h.SH
5036      Branch: metaconfig
5037            ! U/modified/Oldconfig.U U/modified/Options.U
5038 ____________________________________________________________________________
5039 [  4138] By: jhi                                   on 1999/09/13  13:42:56
5040         Log: Change #4136 edited DynaLoader.xs which is kind of fruitless.
5041      Branch: cfgperl
5042            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
5043            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
5044            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
5045            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
5046            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
5047 ____________________________________________________________________________
5048 [  4137] By: jhi                                   on 1999/09/13  13:25:31
5049         Log: Applying change #4136 manually introduced patch residue.
5050      Branch: cfgperl
5051            ! perl.h
5052 ____________________________________________________________________________
5053 [  4136] By: jhi                                   on 1999/09/13  13:23:04
5054         Log: Replace change #4100 with
5055              From: Robin Barker <rmb1@cise.npl.co.uk>
5056              To: gsar@activestate.com
5057              Cc: perl5-porters@perl.org
5058              Subject: Re: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with -Duse64bits
5059              Date: Mon, 13 Sep 1999 14:15:11 +0100 (BST)
5060              Message-Id: <199909131315.OAA24012@tempest.npl.co.uk>
5061      Branch: cfgperl
5062            ! doio.c dump.c ext/B/B.xs ext/B/typemap
5063            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
5064            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
5065            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
5066            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
5067 ____________________________________________________________________________
5068 [  4135] By: jhi                                   on 1999/09/13  10:22:31
5069         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5070              To: perl5-porters@perl.org (Mailing list Perl5)
5071              Subject: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
5072              Date: Sat, 11 Sep 1999 05:31:03 -0400 (EDT)
5073              Message-Id: <199909110931.FAA11036@monk.mps.ohio-state.edu>
5074              
5075              From: andreas.koenig@anima.de (Andreas J. Koenig)
5076              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
5077              Cc: perl5-porters@perl.org (Mailing list Perl5)
5078              Subject: Re: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
5079              Date: 11 Sep 1999 15:36:26 +0200
5080              Message-ID: <sfc906dr2n9.fsf@hohenstaufen.in-berlin.de>
5081      Branch: cfgperl
5082            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
5083 ____________________________________________________________________________
5084 [  4134] By: jhi                                   on 1999/09/13  10:20:14
5085         Log: From: Tom Phoenix <rootbeer@redcat.com>
5086              To: Perl Porters Mailing List <perl5-porters@perl.org>
5087              Subject: [DOCPATCH] Server errors and perldiag
5088              Date: Fri, 10 Sep 1999 16:45:02 -0700 (PDT)
5089              Message-ID: <Pine.GSO.4.10.9909101639490.16999-100000@user2.teleport.com>
5090      Branch: cfgperl
5091            ! pod/perldiag.pod
5092 ____________________________________________________________________________
5093 [  4133] By: gsar                                  on 1999/09/13  03:25:43
5094         Log: avoid assertion failure on C<@a'>
5095      Branch: perl
5096            ! toke.c
5097 ____________________________________________________________________________
5098 [  4132] By: gsar                                  on 1999/09/13  03:03:57
5099         Log: add -DPERL_Y2KWARN build option that will generate additional
5100              warnings on "19$yy" etc (reworked a patch suggested by
5101              Ulrich Pfeifer <upf@de.uu.net>)
5102      Branch: perl
5103            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod
5104            ! pp_hot.c sv.c t/pragma/warn/pp_hot t/pragma/warn/sv
5105 ____________________________________________________________________________
5106 [  4131] By: gsar                                  on 1999/09/12  22:06:25
5107         Log: fix DATA leaks; reword documentation about the DATA filehandle
5108      Branch: perl
5109            ! ext/Opcode/Safe.pm lib/Pod/Functions.pm pod/perldata.pod
5110 ____________________________________________________________________________
5111 [  4130] By: gsar                                  on 1999/09/12  20:08:56
5112         Log: make sprintf("%g",...) threadsafe; only taint its result iff the
5113              formatted result looks nonstandard
5114      Branch: perl
5115            ! embed.pl embedvar.h intrpvar.h objXSUB.h perl.c perlapi.c
5116            ! pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
5117            ! t/pragma/locale.t thrdvar.h
5118 ____________________________________________________________________________
5119 [  4129] By: gsar                                  on 1999/09/12  17:04:11
5120         Log: From: Doug MacEachern <dougm@cp.net>
5121              Date: Sun, 25 Jul 1999 15:49:00 -0700 (PDT)
5122              Message-ID: <Pine.LNX.4.10.9907251538380.373-100000@mojo.eng.cp.net>
5123              Subject: [PATCH 5.005_57] B::clearsym
5124      Branch: perl
5125            ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/Debug.pm ext/B/B/Terse.pm
5126 ____________________________________________________________________________
5127 [  4128] By: gsar                                  on 1999/09/12  16:59:12
5128         Log: better debugger help output (from Ilya Zakharevich)
5129      Branch: perl
5130            ! lib/perl5db.pl
5131 ____________________________________________________________________________
5132 [  4127] By: jhi                                   on 1999/09/11  20:50:37
5133         Log: Integrate with Sarathy.
5134      Branch: cfgperl
5135           +> pod/perlcompile.pod t/lib/gol-basic.t t/lib/gol-compat.t
5136           +> t/lib/gol-linkage.t
5137           !> (integrate 43 files)
5138 ____________________________________________________________________________
5139 [  4126] By: nick                                  on 1999/09/10  20:44:22
5140         Log: Get resolve -at mainline
5141      Branch: utfperl
5142           +> (branch 297 files)
5143            - README.cygwin32 XSlock.h bytecode.h byterun.c byterun.h
5144            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
5145            - cygwin32/perlld ext/B/byteperl.c ext/DynaLoader/dl_cygwin32.xs
5146            - hints/cygwin32.sh interp.sym myconfig objpp.h perl_exp.SH
5147            - t/pragma/warn-1global t/pragma/warning.t thread.sym
5148            - win32/GenCAPI.pl win32/TEST win32/autosplit.pl
5149            - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
5150            - win32/genxsdef.pl win32/makedef.pl win32/makemain.pl
5151            - win32/makeperldef.pl win32/perlhost.h
5152           !> (integrate 847 files)
5153 ____________________________________________________________________________
5154 [  4125] By: gsar                                  on 1999/09/10  19:22:14
5155         Log: s/dXS_TARGET/dXSTARG/ in change#4044 (to match dARGS vs dXSARGS
5156              etc.)
5157      Branch: perl
5158            ! XSUB.h pp.h
5159 ____________________________________________________________________________
5160 [  4124] By: gsar                                  on 1999/09/10  19:14:35
5161         Log: rewrote substantive parts of patch
5162              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5163              Date: Fri, 27 Aug 1999 19:02:18 -0400
5164              Message-ID: <19990827190218.A19561@monk.mps.ohio-state.edu>
5165              Subject: [PATCH 5.005_58] REx documentation
5166      Branch: perl
5167            ! pod/perlre.pod
5168 ____________________________________________________________________________
5169 [  4123] By: gsar                                  on 1999/09/10  18:21:53
5170         Log: note about AVf_*
5171      Branch: perl
5172            ! av.h
5173 ____________________________________________________________________________
5174 [  4122] By: gsar                                  on 1999/09/10  17:55:42
5175         Log: allow 'text' in L<text|A::B/"C"> (from Martin Lichtin
5176              <lichtin@bivio.com>)
5177      Branch: perl
5178            ! lib/Pod/Html.pm
5179 ____________________________________________________________________________
5180 [  4121] By: gsar                                  on 1999/09/10  17:49:35
5181         Log: dos-djgpp update (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
5182      Branch: perl
5183            ! AUTHORS Changes README.dos djgpp/config.over
5184            ! djgpp/configure.bat djgpp/djgpp.c djgpp/djgppsed.sh dosish.h
5185            ! lib/ExtUtils/MM_Unix.pm pod/pod2usage.PL pod/podchecker.PL
5186            ! pod/podselect.PL sv.h t/io/openpid.t util.c
5187 ____________________________________________________________________________
5188 [  4120] By: gsar                                  on 1999/09/10  12:25:01
5189         Log: add perlcompile.pod (edited content from Nathan Torkington
5190              <gnat@frii.com> and others)
5191      Branch: perl
5192            + pod/perlcompile.pod
5193            ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod pod/roffitall
5194 ____________________________________________________________________________
5195 [  4119] By: gsar                                  on 1999/09/10  11:05:13
5196         Log: avoid leaking static local_patches unless patchlevel.h is
5197              explicitly included
5198      Branch: perl
5199            ! patchlevel.h perl.c
5200 ____________________________________________________________________________
5201 [  4118] By: gsar                                  on 1999/09/10  10:44:54
5202         Log: upgrade to Getopt::Long v2.20 (from Johan Vromans
5203              <jvromans@squirrel.nl>)
5204      Branch: perl
5205            + t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
5206            ! Changes MANIFEST lib/Getopt/Long.pm
5207 ____________________________________________________________________________
5208 [  4116] By: jhi                                   on 1999/09/09  15:56:52
5209         Log: perldeltify change #4115.
5210      Branch: cfgperl
5211            ! pod/perldelta.pod
5212 ____________________________________________________________________________
5213 [  4115] By: jhi                                   on 1999/09/09  15:48:56
5214         Log: From: "John L. Allen" <allen@grumman.com> 
5215              To: perl5-porters@perl.org 
5216              Subject: [ID 19990901.003] Time::Local should not croak on "out-of-range" days
5217              Date: Wed, 1 Sep 1999 13:33:39 -0400 (EDT) 
5218              Message-Id: <199909011733.NAA17356@gateway.grumman.com> 
5219      Branch: cfgperl
5220            ! lib/Time/Local.pm
5221 ____________________________________________________________________________
5222 [  4114] By: jhi                                   on 1999/09/09  15:42:30
5223         Log: From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
5224              To: perl5-porters@perl.org
5225              Subject: [ID 19990909.003] MAXINT redefined warning on HP-UX 10.20
5226              Date: Thu, 9 Sep 1999 10:33:37 -0500 (CDT)
5227              Message-Id: <199909091533.KAA01242@www.cvm.uiuc.edu>
5228      Branch: cfgperl
5229            ! pp_sys.c
5230 ____________________________________________________________________________
5231 [  4113] By: jhi                                   on 1999/09/09  10:17:45
5232         Log: From: paul.marquess@bt.com
5233              To: gsar@ActiveState.com
5234              Cc: perl5-porters@perl.org
5235              Subject: [PATCH 5.005_61] DB_File 1.71
5236              Date: Thu, 9 Sep 1999 11:20:13 +0100
5237              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BBE@mbtlipnt02.btlabs.bt.co.uk>
5238      Branch: cfgperl
5239            + ext/DB_File/version.c
5240            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
5241            ! ext/DB_File/Makefile.PL ext/DB_File/dbinfo ext/DB_File/typemap
5242            ! t/lib/db-btree.t
5243 ____________________________________________________________________________
5244 [  4112] By: jhi                                   on 1999/09/09  09:05:32
5245         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5246              To: perl5-porters@perl.org (Mailing list Perl5)
5247              Subject: [PATCH 5.005_58] Fix interaction of (?p{}) and (?>)
5248              Date: Thu, 9 Sep 1999 04:40:11 -0400 (EDT)
5249              Message-Id: <199909090840.EAA26471@monk.mps.ohio-state.edu>
5250      Branch: cfgperl
5251            ! regexec.c t/op/pat.t
5252 ____________________________________________________________________________
5253 [  4110] By: jhi                                   on 1999/09/09  07:29:17
5254         Log: Tidy up 64-bit situation in perldelta.
5255      Branch: cfgperl
5256            ! pod/perldelta.pod
5257 ____________________________________________________________________________
5258 [  4109] By: jhi                                   on 1999/09/09  07:26:53
5259         Log: Clear up PL_regcc issues.
5260              
5261              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5262              To: perl5-porters@perl.org (Mailing list Perl5)
5263              Subject: [PATCH 5.005_60] Another regexec.c unobfuscation
5264              Date: Thu, 9 Sep 1999 02:49:49 -0400 (EDT)
5265              Message-Id: <199909090649.CAA26119@monk.mps.ohio-state.edu>
5266      Branch: cfgperl
5267            ! regexec.c
5268 ____________________________________________________________________________
5269 [  4108] By: gsar                                  on 1999/09/08  20:52:51
5270         Log: avoid ass_u_ming uppercase types are not user objects (spotted
5271              by Kurt Starsinic)
5272      Branch: perl
5273            ! ext/Data/Dumper/Dumper.pm
5274 ____________________________________________________________________________
5275 [  4107] By: gsar                                  on 1999/09/08  20:35:18
5276         Log: From: akim@epita.fr (DEMAILLE Akim)
5277              Date: Wed, 8 Sep 1999 18:18:44 +0200 (CEST)
5278              Message-Id: <m11OkQm-003A4IC@beyrouth.lrde.epita.fr>
5279              Subject: [ID 19990908.014] s2p does not quote @
5280      Branch: perl
5281            ! x2p/s2p.PL
5282 ____________________________________________________________________________
5283 [  4106] By: gsar                                  on 1999/09/08  20:25:12
5284         Log: integrate cfgperl contents into mainline
5285      Branch: perl
5286           !> (integrate 30 files)
5287 ____________________________________________________________________________
5288 [  4105] By: jhi                                   on 1999/09/08  09:02:37
5289         Log: Minor touches at the [:class:] description.
5290      Branch: cfgperl
5291            ! pod/perlre.pod
5292 ____________________________________________________________________________
5293 [  4104] By: jhi                                   on 1999/09/08  08:57:58
5294         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5295              To: Mailing list Perl5 <perl5-porters@perl.org>
5296              Subject: [PATCH 5.005_58] Fix debugging output for REx
5297              Date: Wed, 8 Sep 1999 05:02:02 -0400
5298              Message-ID: <19990908050201.A17682@monk.mps.ohio-state.edu>
5299      Branch: cfgperl
5300            ! regcomp.c
5301 ____________________________________________________________________________
5302 [  4103] By: gsar                                  on 1999/09/08  00:53:50
5303         Log: fix memory leak in C<sub f { split ' ', "a b" } f() while 1>
5304      Branch: perl
5305            ! pp.c
5306 ____________________________________________________________________________
5307 [  4102] By: gsar                                  on 1999/09/08  00:52:50
5308         Log: fix memory leak in C<sub f { @_ = 1 } f() while 1>
5309      Branch: perl
5310            ! cop.h pp_hot.c
5311 ____________________________________________________________________________
5312 [  4101] By: gsar                                  on 1999/09/07  17:25:07
5313         Log: various fixups for windows
5314      Branch: perl
5315            ! embed.h embed.pl objXSUB.h op.c perlapi.c proto.h
5316            ! win32/Makefile win32/makefile.mk xsutils.c
5317 ____________________________________________________________________________
5318 [  4100] By: jhi                                   on 1999/09/07  12:49:15
5319         Log: Fix pointer casts.
5320              
5321              From: Robin Barker <rmb1@cise.npl.co.uk>
5322              To: perl5-porters@perl.org
5323              Subject: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with
5324              -Duse64bits
5325              Date: Tue, 7 Sep 1999 12:30:18 +0100 (BST)
5326              Message-Id: <199909071130.MAA11435@tempest.npl.co.uk>
5327      Branch: cfgperl
5328            ! doio.c dump.c ext/B/B.xs ext/B/typemap
5329            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
5330            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
5331            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
5332            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
5333 ____________________________________________________________________________
5334 [  4099] By: jhi                                   on 1999/09/07  10:29:04
5335         Log: Add sig/pid/uid size and sign probes.
5336      Branch: metaconfig
5337            + U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
5338            + U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
5339 ____________________________________________________________________________
5340 [  4098] By: jhi                                   on 1999/09/07  10:27:06
5341         Log: Band-aid until we've got %{Uid_t} or something similar
5342              for sv_catpvfn().
5343      Branch: cfgperl
5344            ! taint.c
5345 ____________________________________________________________________________
5346 [  4097] By: jhi                                   on 1999/09/07  09:41:23
5347         Log: Fix a printf thinko: now quads must have the ll L q prefix.
5348              (in other words, a bare %d is an int/unsigned)
5349      Branch: cfgperl
5350            ! pp_sys.c sv.c t/op/64bit.t
5351 ____________________________________________________________________________
5352 [  4096] By: jhi                                   on 1999/09/07  07:36:17
5353         Log: HP-UX 10.20 and gcc 2.8.1 break UINT32_MAX.
5354              
5355              From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
5356              To: perl5-porters@perl.org
5357              Subject: [ID 19990906.007] Not OK: perl 5.00561 on PA-RISC1.1 10.20
5358              Date: Mon, 6 Sep 1999 21:18:12 -0500 (CDT)
5359              Message-Id: <199909070218.VAA29232@www.cvm.uiuc.edu>
5360      Branch: cfgperl
5361            ! hints/hpux.sh perl.h
5362 ____________________________________________________________________________
5363 [  4095] By: gsar                                  on 1999/09/06  20:47:02
5364         Log: applied suggested patch with suitable test to detect MSVC
5365              From: "Vishal Bhatia" <vishalb@my-deja.com>
5366              Date: Wed, 11 Aug 1999 01:43:28 -0700
5367              Message-ID: <GFCJELIOGEENAAAA@my-deja.com>
5368              Subject: compiler on  win32
5369      Branch: perl
5370            ! ext/B/B/C.pm
5371 ____________________________________________________________________________
5372 [  4094] By: jhi                                   on 1999/09/06  20:34:44
5373         Log: Integrate with Sarathy.
5374      Branch: cfgperl
5375           !> ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
5376           !> t/harness t/pragma/sub_lval.t utils/Makefile utils/perlcc.PL
5377 ____________________________________________________________________________
5378 [  4093] By: jhi                                   on 1999/09/06  20:33:43
5379         Log: Fix UV_SIZEOF to UVSIZE; change the overflow tests
5380              so that they overflow also on 64-bit platforms.
5381      Branch: cfgperl
5382            ! t/pragma/warn/toke t/pragma/warn/util toke.c util.c
5383 ____________________________________________________________________________
5384 [  4092] By: gsar                                  on 1999/09/06  20:16:58
5385         Log: support bytecode and C backends in perlcc (patch suggested
5386              by Tom Hughes <tom@compton.au>); s/-opt/-noopt/ and make the
5387              C backend the default; describe new switches in pod; introduce
5388              PERLCC_OPTS and s/COMPILE_TIMEOUT/PERLCC_TIMEOUT/;
5389              s/COMPILE_TEST/HARNESS_COMPILE_TEST/; document these %ENV
5390              entries
5391      Branch: perl
5392            ! ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
5393            ! t/harness utils/Makefile utils/perlcc.PL
5394 ____________________________________________________________________________
5395 [  4091] By: jhi                                   on 1999/09/06  19:10:41
5396         Log: Integrate with Sarathy.
5397      Branch: cfgperl
5398           +> t/pragma/sub_lval.t
5399           !> (integrate 52 files)
5400 ____________________________________________________________________________
5401 [  4090] By: gsar                                  on 1999/09/06  19:09:06
5402         Log: propagate changed error text
5403      Branch: perl
5404            ! t/pragma/sub_lval.t
5405 ____________________________________________________________________________
5406 [  4089] By: gsar                                  on 1999/09/06  18:54:43
5407         Log: sprintf doc tweak (from Ian Phillipps <ian@dial.pipex.com>)
5408      Branch: perl
5409            ! pod/perlfunc.pod
5410 ____________________________________________________________________________
5411 [  4088] By: gsar                                  on 1999/09/06  18:52:10
5412         Log: From: paul.marquess@bt.com
5413              Date: Sun, 5 Sep 1999 15:11:08 +0100 
5414              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BAB@mbtlipnt02.btlabs.bt.co.uk>
5415              Subject: [PATCH 5.005_61] Another patch for Lexical Warnings
5416      Branch: perl
5417            ! pp_sys.c t/pragma/warn/doio t/pragma/warn/op
5418            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys
5419            ! t/pragma/warn/regcomp t/pragma/warn/sv t/pragma/warn/toke
5420            ! t/pragma/warn/universal t/pragma/warn/utf8 t/pragma/warn/util
5421            ! toke.c
5422 ____________________________________________________________________________
5423 [  4087] By: gsar                                  on 1999/09/06  18:06:06
5424         Log: change#3612 is buggy when quotemeta argument matches target
5425              (hope this is the last of the optimized-OP_SASSIGN bugs)
5426              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5427              Date: Sun, 5 Sep 1999 06:07:42 -0400 (EDT)
5428              Message-Id: <199909051007.GAA06423@monk.mps.ohio-state.edu>
5429              Subject: Re: [BUG: quotemeta]
5430      Branch: perl
5431            ! Changes op.c t/op/lex_assign.t
5432 ____________________________________________________________________________
5433 [  4086] By: gsar                                  on 1999/09/06  17:57:52
5434         Log: misc tweaks
5435      Branch: perl
5436            ! bytecode.pl ext/ByteLoader/byterun.h pod/perlsyn.pod toke.c
5437 ____________________________________________________________________________
5438 [  4085] By: gsar                                  on 1999/09/06  03:54:23
5439         Log: applied patch suggested by Hans Mulder to fix problems on
5440              OPENSTEP-Mach; be more careful about PERL_POLLUTE_MALLOC
5441              when they ask for bincompat (platforms that used to default
5442              to EMBEDMYMALLOC continue to do so); disable warnings.t#192
5443              (appears unsalvageable on some platforms)
5444      Branch: perl
5445            ! embed.h embed.pl handy.h perl.h pp_sys.c t/pragma/warn/pp_hot
5446 ____________________________________________________________________________
5447 [  4084] By: bailey                                on 1999/09/06  02:39:11
5448         Log: Integrate mainline 5.05_61
5449      Branch: vmsperl
5450           +> (branch 32 files)
5451            - lib/unicode/EthiopicSyllables.txt
5452            - lib/unicode/MakeEthiopicSyllables.PL t/pragma/warning.t
5453            - warning.pl
5454            ! vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
5455            ! vms/perly_h.vms vms/vms.c
5456           !> (integrate 346 files)
5457 ____________________________________________________________________________
5458 [  4083] By: gsar                                  on 1999/09/06  00:10:40
5459         Log: optional warning on join(/foo/...) (reworked suggested patch
5460              by Mark-Jason Dominus <mjd@plover.com>)
5461      Branch: perl
5462            ! embed.h objXSUB.h op.c opcode.h opcode.pl perlapi.c
5463            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.sym
5464            ! pp_proto.h t/pragma/warn/op
5465 ____________________________________________________________________________
5466 [  4082] By: gsar                                  on 1999/09/05  22:28:57
5467         Log: fix data loss when more than one block is read from SDBM
5468              *.dir file (suggested by Uwe Ohse <uwe@ohse.de>)
5469      Branch: perl
5470            ! ext/SDBM_File/sdbm/sdbm.c
5471 ____________________________________________________________________________
5472 [  4081] By: gsar                                  on 1999/09/05  22:07:18
5473         Log: initial implementation of lvalue subroutines (slightly fixed
5474              version of patch suggested by Ilya Zakharevich, which in turn
5475              is based on the one suggested by Tuomas J. Lukka <lukka@iki.fi>)
5476      Branch: perl
5477            + t/pragma/sub_lval.t
5478            ! MANIFEST cop.h cv.h dump.c embed.h ext/Opcode/Opcode.pm
5479            ! ext/attrs/attrs.pm ext/attrs/attrs.xs global.sym objXSUB.h
5480            ! op.c op.h opcode.h opcode.pl opnames.h perlapi.c
5481            ! pod/perldiag.pod pod/perlsub.pod pp.c pp.sym pp_hot.c
5482            ! pp_proto.h proto.h t/pragma/warn/pp_ctl
5483 ____________________________________________________________________________
5484 [  4080] By: jhi                                   on 1999/09/05  22:02:18
5485         Log: Undo #4055 (related to #4079).
5486      Branch: cfgperl
5487            ! pod/perlop.pod
5488 ____________________________________________________________________________
5489 [  4079] By: jhi                                   on 1999/09/05  21:30:54
5490         Log: Time is not yet ripe.
5491      Branch: cfgperl
5492            ! pod/perldelta.pod pod/perlop.pod pp.c t/op/64bit.t t/op/misc.t
5493 ____________________________________________________________________________
5494 [  4078] By: gsar                                  on 1999/09/05  18:17:32
5495         Log: modified suggested patch to handle cross-refs and qr// objects
5496              correctly; unfollowed refs are represented as simple string
5497              value, not just the bare type; $VERSION stays the same until
5498              it is ready for prime time (avoids CPAN confustication)
5499              From:    John Nolan <jpnolan@Op.Net>
5500              Date:    Wed, 04 Aug 1999 20:21:10 EDT
5501              Message-Id: <199908050021.UAA09693@monet.op.net>
5502              Subject: [ID 19990804.006] [PATCH]5.005_60 (Data::Dumper) - implements Maxdepth setting
5503      Branch: perl
5504            ! Changes ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
5505            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo t/lib/dumper.t
5506 ____________________________________________________________________________
5507 [  4077] By: jhi                                   on 1999/09/04  21:54:42
5508         Log: timesum() wasn't @EXPORTed as promised by the documentation.
5509              Bug reported by Alex Efros <powerman@inart.kharkov.com>.
5510      Branch: cfgperl
5511            ! lib/Benchmark.pm
5512 ____________________________________________________________________________
5513 [  4076] By: gsar                                  on 1999/09/04  20:21:59
5514         Log: integrate cfgperl contents into mainline
5515      Branch: perl
5516           +> lib/attributes.pm lib/warnings.pm t/lib/attrs.t t/op/attrs.t
5517           +> t/pragma/warn/7fatal t/pragma/warn/8signal t/pragma/warnings.t
5518           +> warnings.h warnings.pl xsutils.c
5519            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
5520           !> (integrate 109 files)
5521 ____________________________________________________________________________
5522 [  4075] By: jhi                                   on 1999/09/04  18:04:47
5523         Log: use integer on the problematic subtest.
5524      Branch: cfgperl
5525            ! t/op/misc.t
5526 ____________________________________________________________________________
5527 [  4074] By: jhi                                   on 1999/09/04  17:57:40
5528         Log: Warn about numconvert.t in case somebody
5529              wants to make sv_2pv more 64-bit aware.
5530      Branch: cfgperl
5531            ! sv.c
5532 ____________________________________________________________________________
5533 [  4073] By: jhi                                   on 1999/09/04  17:54:51
5534         Log: Comment upgrading: the quad situation isn't quite as
5535              bad as it used to be.
5536      Branch: cfgperl
5537            ! perl.h
5538 ____________________________________________________________________________
5539 [  4072] By: jhi                                   on 1999/09/04  15:35:37
5540         Log: Integrate with Sarathy.
5541      Branch: cfgperl
5542           !> win32/win32.c
5543 ____________________________________________________________________________
5544 [  4071] By: jhi                                   on 1999/09/04  15:28:11
5545         Log: Fix LFS with -Duseperlio in Solaris.  Reported in
5546              
5547              From: Robin Barker <rmb1@cise.npl.co.uk>
5548              To: perl5-porters@perl.org
5549              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
5550              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
5551              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
5552              
5553              and later (in private email) found to be dependent
5554              on useperlio.
5555              
5556              Mental note: the cpp magic done in perlsdio.h (and assumedly
5557              also in perlsfio.h) may cause trouble later with lfs because
5558              both the perlio scheme by Perl and the lfs support by vendors
5559              like to play cpp games to map the stdio namespace back and forth.
5560              The problem fixed here (fseek vs fseeko, ftell vs ftello) may be
5561              just the beginning.
5562      Branch: cfgperl
5563            ! perlio.c
5564 ____________________________________________________________________________
5565 [  4070] By: jhi                                   on 1999/09/04  13:12:14
5566         Log: Enable 64-bit clean bit ops.
5567              (Disables the t/op/misc.t substest 3 in 64-bit platforms.)
5568      Branch: cfgperl
5569            ! pod/perldelta.pod pod/perlop.pod pp.c pp_hot.c t/op/64bit.t
5570            ! t/op/misc.t
5571 ____________________________________________________________________________
5572 [  4069] By: jhi                                   on 1999/09/03  21:17:30
5573         Log: Turn on USE_64_BIT_OFFSETS implicitly.
5574      Branch: cfgperl
5575            ! perl.h
5576 ____________________________________________________________________________
5577 [  4068] By: jhi                                   on 1999/09/03  08:19:59
5578         Log: Fix from Spider for the sub attributes (there was an undocumented
5579              dependency between force_word() and skipspace()).
5580      Branch: cfgperl
5581            ! toke.c
5582 ____________________________________________________________________________
5583 [  4067] By: jhi                                   on 1999/09/01  23:17:06
5584         Log: From: John Tobey <spam@john-edwin-tobey.org>
5585              To: ilya@math.ohio-state.edu
5586              CC: perl5-porters@perl.org
5587              Subject: Re: [PATCH 5.005_60] distclean forgot two
5588              Date: Mon, 23 Aug 1999 02:10:11 -0400 (EDT)
5589              Message-Id: <m11InJ5-000FPCC@feynman.localnet>
5590      Branch: cfgperl
5591            ! t/lib/dprof.t
5592 ____________________________________________________________________________
5593 [  4066] By: jhi                                   on 1999/09/01  23:14:50
5594         Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
5595              To: perl5-porters@perl.org
5596              Subject: [ID 19990821.001] [PATCH] perl5.005_60 cygwin port
5597              Date: Fri, 20 Aug 1999 15:37:27 +0100
5598              Message-Id: <8A160D637356D311BC4300600849EC8122E217@POST>
5599      Branch: cfgperl
5600            ! cygwin/Makefile.SHs ext/ByteLoader/byterun.h
5601            ! ext/SDBM_File/sdbm/sdbm.c hints/cygwin.sh perl.h pp_sys.c
5602            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t
5603 ____________________________________________________________________________
5604 [  4065] By: jhi                                   on 1999/09/01  22:06:43
5605         Log: From: Dominic Dunlop <domo@vo.lu>
5606              To: perl5-porters@perl.org
5607              Subject: [ID 19990819.001] Not OK: perl 5.00560 on powerpc-machten 4.1.1
5608              (UNINSTALLED) [PATCH]
5609              Date: Thu, 19 Aug 1999 09:48:03 +0200
5610              Message-Id: <v03110709b3e165b51dda@[212.24.192.132]>
5611              
5612              The PERL_POLLUTE_MALLOC part had to be manually applied.
5613      Branch: cfgperl
5614            ! hints/machten.sh perl.h
5615 ____________________________________________________________________________
5616 [  4064] By: jhi                                   on 1999/09/01  13:56:14
5617         Log: From: Martin Lichtin <lichtin@bivio.com>
5618              To: jhi@iki.fi
5619              CC: perl5-porters@perl.org
5620              Subject: Re: [ID 19990829.001] ExtUtils::Install.pm, minor umask problem
5621              Date: Wed, 01 Sep 1999 15:50:04 +0200
5622              Message-ID: <37CD2F0C.944BFACE@bivio.com>
5623      Branch: cfgperl
5624            ! lib/ExtUtils/Install.pm
5625 ____________________________________________________________________________
5626 [  4063] By: jhi                                   on 1999/09/01  13:16:11
5627         Log: Enhance lfs tests: check every seek and sysseek
5628              and test also that -e and -f detect largefiles.
5629      Branch: cfgperl
5630            ! t/lib/syslfs.t t/op/lfs.t
5631 ____________________________________________________________________________
5632 [  4062] By: jhi                                   on 1999/09/01  12:08:04
5633         Log: From: Colin Kuskie <ckuskie@Cadence.COM>
5634              To: Ronald J Kimball <rjk@linguist.dartmouth.edu>
5635              cc: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>,
5636              The Perl Porters Mailing List <perl5-porters@perl.org>
5637              Subject: [REPATCH 5.005_61] Re: perldiag.pod omissions
5638              Date: Tue, 31 Aug 1999 11:24:31 -0700 (PDT)
5639              Message-ID: <Pine.GSO.4.10.9908311055460.11290-100000@pdxult10a.cadence.com>
5640      Branch: cfgperl
5641            ! pod/perldiag.pod
5642 ____________________________________________________________________________
5643 [  4061] By: jhi                                   on 1999/09/01  12:03:03
5644         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5645              To: ilya@math.ohio-state.edu (Ilya Zakharevich)
5646              Cc: perl5-porters@perl.org, cloos@adamsmith.ai
5647              Subject: Re: [ID 19990830.005] Assigning value of an op on an SV to said SV
5648              Date: Wed, 1 Sep 1999 02:56:06 -0400 (EDT)
5649              Message-Id: <199909010656.CAA04478@monk.mps.ohio-state.edu>
5650      Branch: cfgperl
5651            ! op.c t/op/join.t
5652 ____________________________________________________________________________
5653 [  4060] By: jhi                                   on 1999/09/01  07:59:42
5654         Log: IV_DIG and NV_DIG fixes.
5655      Branch: cfgperl
5656            ! perl.h
5657 ____________________________________________________________________________
5658 [  4059] By: jhi                                   on 1999/08/31  14:47:18
5659         Log: \C{} -> \N{} residue.
5660      Branch: cfgperl
5661            ! toke.c
5662 ____________________________________________________________________________
5663 [  4057] By: gsar                                  on 1999/08/30  22:08:19
5664         Log: avoid hiding child process window
5665      Branch: perl
5666            ! win32/win32.c
5667 ____________________________________________________________________________
5668 [  4055] By: jhi                                   on 1999/08/30  21:20:50
5669         Log: Document the undefinedness of overshifting.
5670      Branch: cfgperl
5671            ! pod/perlop.pod
5672 ____________________________________________________________________________
5673 [  4054] By: jhi                                   on 1999/08/30  20:18:18
5674         Log: History fixes and updates.
5675      Branch: cfgperl
5676            ! pod/perlhist.pod
5677 ____________________________________________________________________________
5678 [  4053] By: jhi                                   on 1999/08/30  19:34:02
5679         Log: Shell quoting thinko broke installdirs.
5680              From: JVromans@Squirrel.nl (Johan Vromans)
5681              To: perl5-porters@perl.org
5682              Subject: [ID 19990830.001] 5.005_61 Configure does not substitute
5683              installprefix
5684              Date: Mon, 30 Aug 1999 16:10:10 +0200 (MEST)
5685              Message-Id: <14282.37058.934928.805633@plume.nl.compuware.com>
5686      Branch: cfgperl
5687            ! Configure config_h.SH
5688      Branch: metaconfig
5689            ! U/installdirs/archlib.U U/installdirs/bin.U
5690            ! U/installdirs/html1dir.U U/installdirs/html3dir.U
5691            ! U/installdirs/installprefix.U U/installdirs/man1dir.U
5692            ! U/installdirs/man3dir.U U/installdirs/privlib.U
5693            ! U/installdirs/scriptdir.U U/installdirs/sitearch.U
5694            ! U/installdirs/sitebin.U U/installdirs/sitehtml1dir.U
5695            ! U/installdirs/sitehtml3dir.U U/installdirs/sitelib.U
5696            ! U/installdirs/siteman1dir.U U/installdirs/siteman3dir.U
5697            ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
5698            ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
5699            ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
5700            ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
5701            ! U/installdirs/vendorscriptdir.U
5702 ____________________________________________________________________________
5703 [  4052] By: jhi                                   on 1999/08/30  02:57:05
5704         Log: Use \N{named characters} instead of \C.
5705              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5706              To: jhi@iki.fi
5707              Cc: larry@wall.org (Larry Wall), Tim.Bunce@ig.co.uk (Tim Bunce),
5708              perl5-porters@perl.org (Mailing list Perl5)
5709              Subject: Re: [PATCH 5.005_58] Named characters in Perl
5710              Date: Sun, 29 Aug 1999 16:46:53 -0400 (EDT)
5711              Message-Id: <199908292046.QAA05510@monk.mps.ohio-state.edu>
5712      Branch: cfgperl
5713            ! lib/charnames.pm lib/utf8.pm pod/perldiag.pod pod/perlop.pod
5714            ! pod/perlre.pod regcomp.c t/lib/charnames.t toke.c
5715 ____________________________________________________________________________
5716 [  4051] By: jhi                                   on 1999/08/30  02:54:20
5717         Log: From: Spider Boardman <spider@Orb.Nashua.NH.US>
5718              To: perl5-porters@perl.org
5719              Subject: [ID 19990829.004] Autoloaded &VERSION and UNIVERSAL::VERSION
5720              don't mix
5721              Date: Sun, 29 Aug 1999 19:04:53 -0400
5722              Message-Id: <199908292304.TAA13738@Orb.Nashua.NH.US>
5723      Branch: cfgperl
5724            ! universal.c
5725 ____________________________________________________________________________
5726 [  4050] By: jhi                                   on 1999/08/29  16:38:58
5727         Log: Conditionally socksify the LIBS of Socket.
5728      Branch: cfgperl
5729            ! ext/Socket/Makefile.PL
5730 ____________________________________________________________________________
5731 [  4049] By: jhi                                   on 1999/08/29  15:33:30
5732         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5733              To: Mailing list Perl5 <perl5-porters@perl.org>
5734              Subject: Re: [PATCH 5.005_60] fix @DB::typeahead
5735              Date: Wed, 25 Aug 1999 16:19:58 -0400
5736              Message-ID: <19990825161958.A4658@monk.mps.ohio-state.edu>
5737      Branch: cfgperl
5738            ! lib/perl5db.pl
5739 ____________________________________________________________________________
5740 [  4048] By: jhi                                   on 1999/08/29  15:31:36
5741         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
5742              To: perl5-porters@perl.org
5743              Subject: [PATCH _61] Lost arguments to simplified sort
5744              Date: Wed, 25 Aug 1999 23:22:32 -0700 (PDT)
5745              Message-ID: <14276.56616.879390.562685@metonymy.hip.berkeley.edu>
5746      Branch: cfgperl
5747            ! op.c t/op/sort.t
5748 ____________________________________________________________________________
5749 [  4047] By: jhi                                   on 1999/08/29  15:29:29
5750         Log: From: Olaf Flebbe <olaf@science-computing.de>
5751              Sender: owner-perl5-porters@perl.org
5752              To: perl5-porters@perl.org
5753              Subject: [ID 19990827.003] [PATCH]5.005_60 Patch for EPOC Support
5754              Date: Fri, 27 Aug 1999 21:50:41 +0200 (MEST)
5755      Branch: cfgperl
5756            ! README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
5757            ! epoc/perl.mmp epoc/perl.pkg
5758 ____________________________________________________________________________
5759 [  4046] By: jhi                                   on 1999/08/29  15:21:18
5760         Log: From: pvhp@forte.com (Peter Prymmer)
5761              To: perl5-porters@perl.org
5762              Subject: [PATCH: 5.005_61] an EBCDIC friendly cgi-html.t test
5763              Date: Fri, 27 Aug 99 18:51:04 PDT
5764              Message-Id: <9908280151.AA05010@forte.com>
5765      Branch: cfgperl
5766            ! t/lib/cgi-html.t
5767 ____________________________________________________________________________
5768 [  4045] By: jhi                                   on 1999/08/29  15:18:38
5769         Log: Fix scalar gmtime (and localtime) in quad environments,
5770              bug reported by Robin Parker.
5771              
5772              From: Robin Barker <rmb1@cise.npl.co.uk>
5773              To: jhi@iki.fi
5774              Cc: perl5-porters@perl.org
5775              Subject: Re: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
5776              Date: Tue, 24 Aug 1999 11:09:24 +0100 (BST)
5777              Message-Id: <199908241009.LAA24394@tempest.npl.co.uk>
5778      Branch: cfgperl
5779            ! pp_sys.c t/op/time.t
5780 ____________________________________________________________________________
5781 [  4044] By: jhi                                   on 1999/08/29  11:24:03
5782         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5783              To: perl5-porters@perl.org (Mailing list Perl5)
5784              Subject: [PATCH 5.005_60] Speeding up XSUB calls up to 66%
5785              Date: Fri, 27 Aug 1999 03:33:01 -0400 (EDT)
5786              Message-Id: <199908270733.DAA16927@monk.mps.ohio-state.edu>
5787              
5788              Addendum: it's "only" 33% speedup.
5789      Branch: cfgperl
5790            ! dump.c op.c op.h pp.h
5791 ____________________________________________________________________________
5792 [  4043] By: jhi                                   on 1999/08/29  11:10:33
5793         Log: From: spider-perl@Orb.Nashua.NH.US
5794              To: Mailing list Perl5 <perl5-porters@perl.org>
5795              Subject: [PATCH 5.005_61 CORE] sub : attrlist
5796              Date: Sun, 29 Aug 1999 03:02:11 -0400
5797              Message-Id: <199908290702.DAA32191@Orb.Nashua.NH.US>
5798      Branch: cfgperl
5799            + lib/attributes.pm t/lib/attrs.t t/op/attrs.t xsutils.c
5800            ! MANIFEST Makefile.SH embed.h embed.pl embedvar.h global.sym
5801            ! gv.c lib/AutoSplit.pm lib/SelfLoader.pm objXSUB.h op.c perl.c
5802            ! perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
5803            ! perly_c.diff pod/perldelta.pod pod/perldiag.pod
5804            ! pod/perlfunc.pod pod/perlmodlib.pod pod/perlsub.pod proto.h
5805            ! toke.c vms/perly_c.vms vms/perly_h.vms warnings.h
5806 ____________________________________________________________________________
5807 [  4042] By: jhi                                   on 1999/08/29  11:08:50
5808         Log: Turn off gcc-2.95's strict-alias optimization.
5809              This, of course, should be only temporary.
5810              From Andy Dougherty.
5811      Branch: cfgperl
5812            ! Configure config_h.SH
5813      Branch: metaconfig
5814            ! U/compline/ccflags.U U/modified/cc.U
5815 ____________________________________________________________________________
5816 [  4041] By: jhi                                   on 1999/08/29  10:47:30
5817         Log: Fix a typo in #4036.
5818      Branch: cfgperl
5819            ! mg.c
5820 ____________________________________________________________________________
5821 [  4040] By: jhi                                   on 1999/08/29  10:34:58
5822         Log: Add a missing #endif forgotten by #4035.
5823      Branch: cfgperl
5824            ! doop.c
5825 ____________________________________________________________________________
5826 [  4039] By: jhi                                   on 1999/08/29  10:31:19
5827         Log: Remove an extra #endif introduced by #4036.
5828      Branch: cfgperl
5829            ! perl.h
5830 ____________________________________________________________________________
5831 [  4038] By: jhi                                   on 1999/08/29  10:18:59
5832         Log: Rename warning to warnings, from Paul Marquess.
5833      Branch: cfgperl
5834            + lib/warnings.pm t/pragma/warn/7fatal t/pragma/warn/8signal
5835            + t/pragma/warnings.t warnings.h warnings.pl
5836            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
5837            ! MANIFEST Makefile.SH gv.c mg.c perl.h pod/perldelta.pod
5838            ! pod/perldiag.pod pod/perlfunc.pod pod/perllexwarn.pod
5839            ! pod/perlmodlib.pod pod/perlrun.pod pod/perltoc.pod
5840            ! pod/perlvar.pod t/op/64bit.t t/op/tie.t t/pragma/warn/2use
5841            ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/5nolint
5842            ! t/pragma/warn/6default t/pragma/warn/doio t/pragma/warn/doop
5843            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
5844            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
5845            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
5846            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
5847            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
5848            ! t/pragma/warn/utf8 t/pragma/warn/util toke.c
5849 ____________________________________________________________________________
5850 [  4037] By: jhi                                   on 1999/08/29  10:08:47
5851         Log: Create the equivalence tables based on
5852              the real Unicode decomposition, not on
5853              the character name.
5854      Branch: cfgperl
5855            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
5856            ! lib/unicode/mktables.PL
5857 ____________________________________________________________________________
5858 [  4036] By: jhi                                   on 1999/08/29  09:29:08
5859         Log: Integrate with Sarathy.
5860      Branch: cfgperl
5861           +> lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
5862           +> lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
5863           +> lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
5864           +> lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
5865           +> lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
5866           +> lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
5867           !> (integrate 190 files)
5868 ____________________________________________________________________________
5869 [  4035] By: jhi                                   on 1999/08/29  08:56:15
5870         Log: Implement 64-bit vec().
5871      Branch: cfgperl
5872            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
5873            ! pp.h t/op/64bit.t
5874 ____________________________________________________________________________
5875 [  4034] By: gsar                                  on 1999/08/29  03:35:18
5876         Log: deadcode removal
5877      Branch: perl
5878            ! XSUB.h embed.h embed.pl global.sym mg.c op.c perl.h perlapi.h
5879            ! pp_ctl.c proto.h run.c sv.c
5880 ____________________________________________________________________________
5881 [  4033] By: jhi                                   on 1999/08/28  17:31:07
5882         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
5883              To: perl5-porters@perl.org
5884              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
5885              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
5886              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
5887      Branch: cfgperl
5888            ! perl.h
5889 ____________________________________________________________________________
5890 [  4032] By: gsar                                  on 1999/08/26  23:53:33
5891         Log: new thread should set current interp in TLS
5892      Branch: perl
5893            ! ext/Thread/Thread.xs
5894 ____________________________________________________________________________
5895 [  4031] By: bailey                                on 1999/08/23  03:40:07
5896         Log: When extension doesn't have a "main" object file to anchor linker search, pull in all objct files
5897      Branch: vmsperl
5898            ! lib/ExtUtils/MM_VMS.pm
5899 ____________________________________________________________________________
5900 [  4030] By: bailey                                on 1999/08/23  03:37:43
5901         Log: Patch up holes in realclean target
5902      Branch: vmsperl
5903            ! vms/descrip_mms.template
5904 ____________________________________________________________________________
5905 [  4029] By: bailey                                on 1999/08/23  03:36:24
5906         Log: Fix handling of PERL_POLLUTE
5907      Branch: vmsperl
5908            ! lib/ExtUtils/MM_VMS.pm
5909 ____________________________________________________________________________
5910 [  4028] By: bailey                                on 1999/08/23  03:34:08
5911         Log: Update VMS version of perly.h
5912      Branch: vmsperl
5913            ! vms/perly_h.vms
5914 ____________________________________________________________________________
5915 [  4027] By: bailey                                on 1999/08/23  03:32:45
5916         Log: Update dependencies in Descrip.MMS
5917      Branch: vmsperl
5918            ! vms/descrip_mms.template
5919 ____________________________________________________________________________
5920 [  4026] By: bailey                                on 1999/08/23  03:30:01
5921         Log: Fix prototypes in perlapi.c (64-bit?)
5922              Clear prior definition of getenv_len before defining VMS-specific macro
5923      Branch: vmsperl
5924            ! perlapi.c vms/vmsish.h
5925 ____________________________________________________________________________
5926 [  4025] By: bailey                                on 1999/08/23  03:25:51
5927         Log: Add '-m' option to Configure.com which skips the MANIFEST check
5928      Branch: vmsperl
5929            ! configure.com
5930 ____________________________________________________________________________
5931 [  4024] By: bailey                                on 1999/08/23  03:23:34
5932         Log: Skip open() tests that rely on Unix fork semantics
5933      Branch: vmsperl
5934            ! t/io/open.t
5935 ____________________________________________________________________________
5936 [  4023] By: bailey                                on 1999/08/23  03:21:46
5937         Log: Loosen conditons for recognizing a function name in perl.h to accomodate revisions
5938      Branch: vmsperl
5939            ! vms/gen_shrfls.pl
5940 ____________________________________________________________________________
5941 [  4022] By: bailey                                on 1999/08/23  03:17:33
5942         Log: update MM_VMS to use new File::Spec routines
5943      Branch: vmsperl
5944            ! lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm
5945 ____________________________________________________________________________
5946 [  4021] By: bailey                                on 1999/08/23  03:13:40
5947         Log: byteperl is now part of the ByteLoader ext
5948      Branch: vmsperl
5949            ! ext/ByteLoader/byterun.h vms/descrip_mms.template
5950 ____________________________________________________________________________
5951 [  4020] By: bailey                                on 1999/08/23  03:10:41
5952         Log: Allow option to treat barewords at start of Unix paths as simple words rather than logicals
5953      Branch: vmsperl
5954            ! vms/vms.c
5955 ____________________________________________________________________________
5956 [  4019] By: bailey                                on 1999/08/23  03:07:28
5957         Log: Update calls for new thread context handling
5958      Branch: vmsperl
5959            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
5960            ! ext/POSIX/POSIX.xs vms/vms.c vms/vmsish.h vms/writemain.pl
5961 ____________________________________________________________________________
5962 [  4018] By: bailey                                on 1999/08/23  03:01:31
5963         Log: Allow for file versions in library when looking for .bs files
5964      Branch: vmsperl
5965            ! ext/DynaLoader/DynaLoader_pm.PL
5966 ____________________________________________________________________________
5967 [  4017] By: bailey                                on 1999/08/23  02:58:55
5968         Log: Update VMS configuration procedures for 5.005_60
5969      Branch: vmsperl
5970            ! configure.com vms/subconfigure.com
5971 ____________________________________________________________________________
5972 [  4016] By: gsar                                  on 1999/08/20  22:19:56
5973         Log: update Changes
5974      Branch: perl
5975            ! Changes
5976
5977 ----------------
5978 Version 5.005_61
5979 ----------------
5980
5981 ____________________________________________________________________________
5982 [  4015] By: gsar                                  on 1999/08/20  22:17:41
5983         Log: perl_free() should use PerlMem_free()
5984      Branch: perl
5985            ! perl.c
5986 ____________________________________________________________________________
5987 [  4014] By: gsar                                  on 1999/08/20  22:10:46
5988         Log: win32 tweaks
5989      Branch: perl
5990            ! XSUB.h mg.c perl.c win32/config.bc win32/config.gc
5991            ! win32/config.vc win32/config_H.bc win32/config_H.gc
5992            ! win32/config_H.vc
5993 ____________________________________________________________________________
5994 [  4013] By: gsar                                  on 1999/08/20  22:09:56
5995         Log: DEBUG_m() adjusted to internalize dTHX
5996      Branch: perl
5997            ! malloc.c perl.h util.c
5998 ____________________________________________________________________________
5999 [  4012] By: gsar                                  on 1999/08/20  17:51:06
6000         Log: make autogenerated files writable
6001      Branch: perl
6002            ! (edit 171 files)
6003 ____________________________________________________________________________
6004 [  4011] By: gsar                                  on 1999/08/20  17:43:47
6005         Log: update Changes
6006      Branch: perl
6007            ! Changes perl.h pod/perldelta.pod pod/perlguts.pod
6008 ____________________________________________________________________________
6009 [  4010] By: gsar                                  on 1999/08/20  17:21:53
6010         Log: up patchlevel &c
6011      Branch: perl
6012            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
6013            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
6014 ____________________________________________________________________________
6015 [  4009] By: gsar                                  on 1999/08/20  16:46:26
6016         Log: add missing Is/Syl*.pl files
6017      Branch: perl
6018            + lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
6019            + lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
6020            + lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
6021            + lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
6022            + lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
6023            + lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
6024 ____________________________________________________________________________
6025 [  4008] By: gsar                                  on 1999/08/20  16:31:02
6026         Log: integrate cfgperl contents into mainline
6027      Branch: perl
6028           +> ext/ByteLoader/hints/sunos.pl lib/charnames.pm
6029           +> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
6030           +> lib/unicode/syllables.txt t/lib/charnames.t t/lib/syslfs.t
6031           +> t/op/lfs.t
6032            - lib/unicode/EthiopicSyllables.txt
6033            - lib/unicode/MakeEthiopicSyllables.PL
6034           !> (integrate 261 files)
6035 ____________________________________________________________________________
6036 [  4007] By: gsar                                  on 1999/08/20  15:24:08
6037         Log: support USE_THREADS+MULTIPLICITY; source compat tweaks for
6038              USE_THREADS and MULTIPLICITY; minor pod adjustments
6039      Branch: perl
6040            ! Porting/patching.pod Todo Todo-5.005 XSUB.h embed.pl
6041            ! embedvar.h perl.c perl.h pod/perlguts.pod util.c
6042 ____________________________________________________________________________
6043 [  4006] By: jhi                                   on 1999/08/19  19:01:41
6044         Log: Tighten the vec() code so that naughty BITS cause an error.
6045      Branch: cfgperl
6046            ! doop.c
6047 ____________________________________________________________________________
6048 [  4005] By: jhi                                   on 1999/08/19  15:55:09
6049         Log: Don't document ill-defined vec() bits cases
6050              (for which the code doesn't work right in any case)
6051      Branch: cfgperl
6052            ! pod/perldiag.pod pod/perlfunc.pod
6053 ____________________________________________________________________________
6054 [  4004] By: jhi                                   on 1999/08/19  12:49:41
6055         Log: Removed duplicated code (in pp.c and mg.c) by introducing
6056              do_vecget().  NOTE: the calling convention of do_vecset()
6057              changes, too: the `offset' that is assigned to LvTARGOFF(TARG)
6058              in pp_vec() is no more multiplied by `size' in pp_vec(),
6059              the multiplication is now done in do_vecset().
6060              
6061              Also fix a cpp thinko in change #4002.
6062      Branch: cfgperl
6063            ! doop.c embed.h embed.pl embedvar.h global.sym mg.c objXSUB.h
6064            ! perl.h perlapi.c pod/perldiag.pod pod/perlfunc.pod pp.c
6065            ! proto.h
6066 ____________________________________________________________________________
6067 [  4003] By: jhi                                   on 1999/08/18  08:27:22
6068         Log: Warn about small spherical distances.
6069      Branch: cfgperl
6070            ! lib/Math/Trig.pm
6071 ____________________________________________________________________________
6072 [  4002] By: jhi                                   on 1999/08/17  09:11:51
6073         Log: Enhance IV_FITS_IN_IV (though it's still unused).
6074      Branch: cfgperl
6075            ! perl.h
6076 ____________________________________________________________________________
6077 [  4001] By: jhi                                   on 1999/08/17  08:13:34
6078         Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
6079              Message-ID: <sfcogg7ylk7.fsf@hohenstaufen.in-berlin.de>
6080              To: The Perl5 Porters Mailing List <perl5-porters@perl.org>
6081              Subject: [PATCH] overload.pm str/num confu
6082              Date: 17 Aug 1999 08:21:12 +0200
6083      Branch: cfgperl
6084            ! lib/overload.pm
6085 ____________________________________________________________________________
6086 [  4000] By: jhi                                   on 1999/08/17  07:20:23
6087         Log: From: merlyn@stonehenge.com (Randal L. Schwartz)
6088              To: perl5-porters@perl.org
6089              Subject: [ID 19990816.006] small patch to perlobj.pod from 5.005_03
6090              Date: 16 Aug 1999 14:24:28 -0700
6091              Message-Id: <m1ogg7to4z.fsf@halfdome.holdit.com>
6092      Branch: cfgperl
6093            ! pod/perlobj.pod
6094 ____________________________________________________________________________
6095 [  3999] By: jhi                                   on 1999/08/16  19:49:09
6096         Log: Integrate with Nick.
6097      Branch: cfgperl
6098           !> cop.h op.c perl.c t/op/eval.t t/pragma/warn/op util.c
6099 ____________________________________________________________________________
6100 [  3998] By: jhi                                   on 1999/08/16  19:44:29
6101         Log: Fix most of the pod2man moanings reported in
6102              
6103              From: "Larry W. Virden" <lvirden@cas.org>
6104              To: perl5-porters@perl.org
6105              Subject: [ID 19990803.011] Not OK: perl 5.00560 on sun4-solaris 2.6
6106              (UNINSTALLED)
6107              Date: Tue, 3 Aug 1999 15:35:06 -0400 (EDT)
6108              Message-Id: <199908031935.PAA27692@cas.org>
6109              
6110              Configure regen'ed.
6111      Branch: cfgperl
6112            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6113            ! config_h.SH ext/B/B/Stash.pm lib/Carp/Heavy.pm
6114            ! lib/Dumpvalue.pm lib/Exporter/Heavy.pm lib/filetest.pm
6115            ! lib/utf8.pm pod/perllexwarn.pod pod/perlxstut.pod
6116            ! utils/h2xs.PL utils/perlcc.PL
6117 ____________________________________________________________________________
6118 [  3997] By: jhi                                   on 1999/08/16  19:20:37
6119         Log: A fix of sorts for the flush-before-dup scenario.
6120      Branch: cfgperl
6121            ! doio.c
6122 ____________________________________________________________________________
6123 [  3996] By: jhi                                   on 1999/08/16  19:14:37
6124         Log: More paranoia.
6125      Branch: cfgperl
6126            ! sv.c
6127 ____________________________________________________________________________
6128 [  3995] By: jhi                                   on 1999/08/16  18:55:35
6129         Log: Batch of small 64-bit/long double/large file support tweaks:
6130              - scan for LDBL_DIG
6131              - from DBL_DIG and LDBL_DIG select NV_DIG
6132              - introduce IVSIZE, UVSIZE, NVSIZE
6133              - introduce IV_DIG
6134              - remove stdio64
6135              - AIX uses `oslevel` when others use `uname -r`
6136              - already AIX 4.2 goes 64-bit
6137              - in HP-UX require the 64-bit libc, just the directory isn't enough
6138              - group ids are not NVs
6139              - #undef USE_LONG_DOUBLE if long double is no better than double
6140              - introduce NV_WITHIN_*() and IV_FITS_IN_IV
6141              - mention large file support in perldelta
6142              - introduce quad TOPpin' and POPpin'
6143              - the svcat... buffer was tiny for printing quads in %b
6144              - fix the multiplication test in 64bit.t
6145              - try to make VMS to comply with all this removal and "introducal"
6146              of symbols
6147      Branch: cfgperl
6148            ! Configure config_h.SH dump.c hints/aix.sh hints/hpux.sh mg.c
6149            ! perl.h perlio.c pod/perldelta.pod pp.h sv.c t/lib/syslfs.t
6150            ! t/op/64bit.t t/op/lfs.t utf8.c vms/subconfigure.com
6151      Branch: metaconfig
6152            ! U/modified/d_longdbl.U
6153      Branch: metaconfig/U/perl
6154            + d_ldbl_dig.U
6155 ____________________________________________________________________________
6156 [  3994] By: jhi                                   on 1999/08/16  07:53:44
6157         Log: More Configure/subconfigure.com syncing.
6158      Branch: cfgperl
6159            ! vms/subconfigure.com
6160 ____________________________________________________________________________
6161 [  3993] By: jhi                                   on 1999/08/14  22:09:26
6162         Log: Remove from VMS what the change #3982 took away from Configure lands.
6163      Branch: cfgperl
6164            ! vms/subconfigure.com
6165 ____________________________________________________________________________
6166 [  3992] By: jhi                                   on 1999/08/14  13:29:13
6167         Log: Small test tweaks.
6168      Branch: cfgperl
6169            ! t/io/dup.t t/lib/dprof.t t/lib/odbm.t
6170 ____________________________________________________________________________
6171 [  3991] By: jhi                                   on 1999/08/14  13:08:41
6172         Log: Augment filesize limit note.
6173      Branch: cfgperl
6174            ! doio.c
6175 ____________________________________________________________________________
6176 [  3990] By: jhi                                   on 1999/08/14  13:06:12
6177         Log: Note about filesize limits.
6178      Branch: cfgperl
6179            ! doio.c pp_sys.c
6180 ____________________________________________________________________________
6181 [  3989] By: jhi                                   on 1999/08/14  11:31:58
6182         Log: Catch the case of filesize limits.
6183      Branch: cfgperl
6184            ! t/lib/syslfs.t t/op/lfs.t
6185 ____________________________________________________________________________
6186 [  3988] By: nick                                  on 1999/08/14  09:20:58
6187         Log: New lightweight Carp has a require. If Carp is used in a __DIE__ handler
6188              this causes a POPSTACK panic. The problem seems to be that although
6189              die_where() has unwound the tail of perl_vdie() top_env setjmp has been
6190              set to resume execution there. Avoiding setting CATCH_SET(TRUE) in 
6191              call_sv() avoids this. So invent a new G_NOCATCH flag to disable
6192              messing with CATCH_SET() in call_sv, use it in perl_vdie().
6193              Add test to op/eval.t which will fail (panic) if bug comes back.
6194              >>> I AM NOT CONVINCED THIS IS CORRECT LONG TERM FIX <<<
6195      Branch: perl
6196            ! cop.h perl.c t/op/eval.t util.c
6197 ____________________________________________________________________________
6198 [  3987] By: jhi                                   on 1999/08/13  23:57:52
6199         Log: From: "Craig A. Berry" <craig.berry@metamor.com>
6200              To: perl5-porters@perl.org, vmsperl@perl.org, sarathy@activestate.com
6201              Subject: [PATCH 5.005_60] fix MM_VMS.pm for space-delimited lists
6202              Date: Fri, 13 Aug 1999 17:42:47 -0500
6203              Message-Id: <v04210105b3da3ed9599d@[172.16.246.133]>
6204      Branch: cfgperl
6205            ! lib/ExtUtils/MM_VMS.pm
6206 ____________________________________________________________________________
6207 [  3986] By: jhi                                   on 1999/08/13  23:56:44
6208         Log: Don't quit before printing out the message.
6209      Branch: cfgperl
6210            ! t/lib/syslfs.t t/op/lfs.t
6211 ____________________________________________________________________________
6212 [  3985] By: jhi                                   on 1999/08/13  23:35:49
6213         Log: Remove more t/ trash on target "clean".
6214      Branch: cfgperl
6215            ! Makefile.SH
6216 ____________________________________________________________________________
6217 [  3984] By: jhi                                   on 1999/08/13  23:02:53
6218         Log: Avoid double long double. 
6219      Branch: cfgperl
6220            ! Configure config_h.SH
6221      Branch: metaconfig/U/perl
6222            ! uselongdbl.U
6223 ____________________________________________________________________________
6224 [  3983] By: jhi                                   on 1999/08/13  22:59:56
6225         Log: BYTEORDER fix.
6226      Branch: cfgperl
6227            ! Configure config_h.SH
6228      Branch: metaconfig
6229            ! U/compline/byteorder.U
6230 ____________________________________________________________________________
6231 [  3982] By: jhi                                   on 1999/08/13  22:48:40
6232         Log: Jumbo Configure and large file support update.
6233              Remove a lot of unneeded 64-bitness cruft;
6234              re-introduce BYTEORDER; update 64-bitness hints;
6235              lfs should now work in Solaris; long doubles in AIX.
6236      Branch: cfgperl
6237            ! Configure config_h.SH doio.c hints/aix.sh hints/hpux.sh
6238            ! hints/irix_6.sh hints/solaris_2.sh iperlsys.h perl.h perlio.c
6239            ! perlsdio.h pp.h pp_sys.c
6240      Branch: metaconfig
6241            ! U/compline/byteorder.U U/compline/ccflags.U
6242      Branch: metaconfig/U/perl
6243            ! d_dlsymun.U io64.U uselongdbl.U
6244 ____________________________________________________________________________
6245 [  3980] By: jhi                                   on 1999/08/13  15:09:11
6246         Log: Introduce HAS_LLSEEK.
6247      Branch: cfgperl
6248            ! Configure config_h.SH perl.h
6249 ____________________________________________________________________________
6250 [  3979] By: jhi                                   on 1999/08/13  14:29:47
6251         Log: From: <dan@sidhe.org>
6252              To: perl5-porters@perl.org, vmsperl@perl.org, bailey@newman.upenn.edu,
6253              sarathy@activestate.com
6254              Subject: [PATCH 5.005_60]fix up VMS->unix filename translation a bit
6255              Date: Fri, 13 Aug 1999 09:00:42 -0700 (PDT)
6256              Message-ID: <Pine.LNX.4.10.9908130849390.3950-100000@tuatha.sidhe.org>
6257      Branch: cfgperl
6258            ! vms/vms.c
6259 ____________________________________________________________________________
6260 [  3978] By: jhi                                   on 1999/08/13  09:56:46
6261         Log: Make the 64-bit tests more paranoid.
6262      Branch: cfgperl
6263            ! t/op/64bit.t
6264 ____________________________________________________________________________
6265 [  3976] By: jhi                                   on 1999/08/12  21:49:16
6266         Log: IRIX64 needs more -mabi=64 with gcc.
6267      Branch: cfgperl
6268            ! hints/irix_6.sh
6269 ____________________________________________________________________________
6270 [  3975] By: jhi                                   on 1999/08/12  21:02:03
6271         Log: Reincarnate change #3967, now in more modest form.
6272      Branch: cfgperl
6273            ! hints/irix_6.sh
6274 ____________________________________________________________________________
6275 [  3974] By: jhi                                   on 1999/08/12  20:49:36
6276         Log: Remove rt from libswanted (I added it many moons ago
6277              when I thought it would be useful in Digital UNIX,
6278              I was wrong); undo the recent IRIX hints changes,
6279              getting rid of one warning brought new ones.
6280      Branch: cfgperl
6281            ! Configure config_h.SH hints/irix_6.sh
6282      Branch: metaconfig
6283            ! U/modified/Myinit.U
6284 ____________________________________________________________________________
6285 [  3973] By: jhi                                   on 1999/08/12  19:42:53
6286         Log: st_blocks is in 512 byte blocks.
6287      Branch: cfgperl
6288            ! t/lib/syslfs.t t/op/lfs.t
6289 ____________________________________________________________________________
6290 [  3972] By: jhi                                   on 1999/08/12  19:27:31
6291         Log: Don't claim defeat too early.
6292      Branch: cfgperl
6293            ! Configure config_h.SH
6294      Branch: metaconfig/U/perl
6295            ! longdblfio.U
6296 ____________________________________________________________________________
6297 [  3971] By: jhi                                   on 1999/08/12  19:24:14
6298         Log: IRIX 64-bit hint tweak. 
6299      Branch: cfgperl
6300            ! hints/irix_6.sh
6301 ____________________________________________________________________________
6302 [  3970] By: nick                                  on 1999/08/12  19:17:20
6303         Log: Turn of deprecated warnings for defined(@Sompack::ISA) type
6304              tests i.e. RV2AV and RV2HV
6305      Branch: perl
6306            ! op.c t/pragma/warn/op
6307 ____________________________________________________________________________
6308 [  3969] By: jhi                                   on 1999/08/12  19:06:17
6309         Log: Add Configure -Duselongdouble and add a missing semicolon.
6310      Branch: cfgperl
6311            ! Configure config_h.SH sv.c
6312      Branch: metaconfig/U/perl
6313            + uselongdbl.U
6314 ____________________________________________________________________________
6315 [  3968] By: jhi                                   on 1999/08/12  18:46:00
6316         Log: Simply exit() early if lfs support seems unlikely.
6317      Branch: cfgperl
6318            ! t/lib/syslfs.t t/op/lfs.t
6319 ____________________________________________________________________________
6320 [  3967] By: jhi                                   on 1999/08/12  18:44:05
6321         Log: Suffer silently for unused libraries.
6322      Branch: cfgperl
6323            ! hints/irix_6.sh
6324 ____________________________________________________________________________
6325 [  3966] By: jhi                                   on 1999/08/12  13:18:44
6326         Log: Update MANIFEST to follow change #3965.
6327      Branch: cfgperl
6328            ! MANIFEST
6329 ____________________________________________________________________________
6330 [  3965] By: jhi                                   on 1999/08/12  13:15:38
6331         Log: Regenerate Unicode tables based on new syllable lists
6332              from Daniel Yacob.
6333      Branch: cfgperl
6334            ! (edit 159 files)
6335 ____________________________________________________________________________
6336 [  3964] By: jhi                                   on 1999/08/12  10:06:24
6337         Log: Remove more spurious casting.
6338      Branch: cfgperl
6339            ! pp_sys.c
6340 ____________________________________________________________________________
6341 [  3963] By: jhi                                   on 1999/08/12  08:18:53
6342         Log: Minor niggles on the lfs tests.
6343      Branch: cfgperl
6344            ! t/lib/syslfs.t t/op/lfs.t
6345 ____________________________________________________________________________
6346 [  3962] By: jhi                                   on 1999/08/11  22:48:25
6347         Log: Don't bother with lfs testing if off_t is too small.
6348      Branch: cfgperl
6349            ! t/lib/syslfs.t t/op/lfs.t
6350 ____________________________________________________________________________
6351 [  3961] By: jhi                                   on 1999/08/11  22:22:54
6352         Log: Long double patches from Dan Sugalski.
6353      Branch: cfgperl
6354            ! sv.c
6355 ____________________________________________________________________________
6356 [  3960] By: jhi                                   on 1999/08/11  22:17:55
6357         Log: Flush buffer before duplicating file descriptor.
6358              
6359              From: Mark-Jason Dominus <mjd@plover.com>
6360              To: Graham Barr <gbarr@pobox.com>
6361              cc: Vicki Brown <vlb@cfcl.com>, perl5-porters@perl.org, mjd@plover.com
6362              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57))
6363              Date: Wed, 11 Aug 1999 15:56:09 -0400
6364              Message-ID: <19990811195610.5933.qmail@plover.com>
6365              
6366              From: Mark-Jason Dominus <mjd@plover.com>
6367              To: perl5-porters@perl.org
6368              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57)) 
6369              Date: Wed, 11 Aug 1999 16:05:46 -0400
6370              Message-ID: <19990811200546.6165.qmail@plover.com>
6371      Branch: cfgperl
6372            ! doio.c pod/perldelta.pod
6373 ____________________________________________________________________________
6374 [  3959] By: jhi                                   on 1999/08/11  22:11:35
6375         Log: Bypass fsync(NULL) (crashes miniperl compiled with DEC C 5.2)
6376              
6377              From: "Craig A. Berry" <craig.berry@metamor.com>
6378              Sender: owner-perl5-porters@perl.org
6379              To: vmsperl@perl.org, perl5-porters@perl.org, sarathy@activestate.com,
6380              bailey@newman.upenn.edu
6381              Subject: [PATCH 5.005_60] vms.c my_flush patch to circumvent fileno
6382              problem
6383              Date: Wed, 11 Aug 1999 14:31:11 -0500
6384              Message-Id: <4.2.0.58.19990811141007.00b8f8a0@mmtnt11.metamor.com>
6385      Branch: cfgperl
6386            ! vms/vms.c
6387 ____________________________________________________________________________
6388 [  3958] By: jhi                                   on 1999/08/11  15:35:45
6389         Log: Add a hopefully comforting message if there seems to be no LFS. 
6390              This seems to be the case with e.g. ext2fs, a somewhat popular fs.
6391              The tests will fail on lfs tests only if quad is available,
6392              if ENOQUAD, the lfs tests will be skipped.
6393      Branch: cfgperl
6394            ! t/lib/syslfs.t t/op/lfs.t
6395 ____________________________________________________________________________
6396 [  3957] By: jhi                                   on 1999/08/11  12:25:59
6397         Log: Unapply an experimental patch that accidentally escaped
6398              from the lab by piggybacking with the change #3955.
6399      Branch: cfgperl
6400            ! pp.c pp.h pp_hot.c
6401 ____________________________________________________________________________
6402 [  3956] By: jhi                                   on 1999/08/11  08:19:23
6403         Log: Add sysio large file support testing.
6404      Branch: cfgperl
6405            + t/lib/syslfs.t
6406            ! MANIFEST pod/perlfunc.pod t/op/64bit.t t/op/lfs.t
6407 ____________________________________________________________________________
6408 [  3955] By: jhi                                   on 1999/08/10  22:39:11
6409         Log: From: <dan@sidhe.org>
6410              To: vmsperl@perl.org, perl5-porters@perl.org,
6411              sarathy@activestate.com, bailey@newman.upenn.edu
6412              Subject: [PATCH 5.005_60]Patches needed to get _60 building with
6413              threads on VMS
6414              Date: Tue, 10 Aug 1999 16:34:56 -0700 (PDT)
6415              Message-ID: <Pine.LNX.4.10.9908101631030.18266-100000@tuatha.sidhe.org>
6416      Branch: cfgperl
6417            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
6418            ! ext/POSIX/POSIX.xs pp.c pp.h pp_hot.c vms/vms.c vms/vmsish.h
6419            ! vms/writemain.pl
6420 ____________________________________________________________________________
6421 [  3954] By: jhi                                   on 1999/08/10  20:37:55
6422         Log: LFS testing robustness.
6423      Branch: cfgperl
6424            ! t/op/lfs.t
6425 ____________________________________________________________________________
6426 [  3953] By: jhi                                   on 1999/08/10  19:54:50
6427         Log: From: <dan@sidhe.org>
6428              To: vmsperl@perl.org, perp5-porters@perl.org, bailey@newman.upenn.edu,
6429              sarathy@activestate.com
6430              Subject: [PATCH 5.005_60]Pathces to get _60 building on VMS
6431              Date: Tue, 10 Aug 1999 13:28:18 -0700 (PDT)
6432              Message-ID: <Pine.LNX.4.10.9908101323130.18266-100000@tuatha.sidhe.org>
6433      Branch: cfgperl
6434            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
6435            ! vms/subconfigure.com vms/vmsish.h
6436 ____________________________________________________________________________
6437 [  3952] By: jhi                                   on 1999/08/10  17:18:57
6438         Log: AIX is different, again.  Now in cc -E output.
6439      Branch: cfgperl
6440            ! Configure config_h.SH
6441      Branch: metaconfig
6442            ! U/modified/cppstdin.U
6443 ____________________________________________________________________________
6444 [  3951] By: jhi                                   on 1999/08/10  14:37:08
6445         Log: Use Pid_t on pgrp matters.
6446      Branch: cfgperl
6447            ! pp_sys.c
6448 ____________________________________________________________________________
6449 [  3950] By: jhi                                   on 1999/08/10  14:35:30
6450         Log: Use Pid_t.
6451      Branch: cfgperl
6452            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
6453            ! pp_sys.c proto.h util.c
6454 ____________________________________________________________________________
6455 [  3949] By: jhi                                   on 1999/08/10  14:11:15
6456         Log: Use Mode_t.
6457      Branch: cfgperl
6458            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
6459            ! perlapi.h pp_sys.c proto.h
6460 ____________________________________________________________________________
6461 [  3948] By: jhi                                   on 1999/08/10  13:53:19
6462         Log: Small perlbug doc tweaks from Jon Orwant.
6463      Branch: cfgperl
6464            ! utils/perlbug.PL
6465 ____________________________________________________________________________
6466 [  3947] By: jhi                                   on 1999/08/10  09:55:11
6467         Log: Large file support testing.
6468      Branch: cfgperl
6469            + t/op/lfs.t
6470            ! MANIFEST t/op/64bit.t
6471 ____________________________________________________________________________
6472 [  3946] By: jhi                                   on 1999/08/10  09:13:54
6473         Log: Remove I32 casting from time-related functions.
6474      Branch: cfgperl
6475            ! pp_sys.c
6476 ____________________________________________________________________________
6477 [  3945] By: jhi                                   on 1999/08/10  09:06:42
6478         Log: Gratuitous uid and gid casts to I32s and ints removed.
6479              There are still problem spots in printfing such ids:
6480              width (%d vs %ld) and signedness %d vs %u.
6481      Branch: cfgperl
6482            ! doio.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
6483            ! perl.c perlapi.c pp_hot.c proto.h
6484 ____________________________________________________________________________
6485 [  3944] By: jhi                                   on 1999/08/10  07:43:03
6486         Log: Remove I32 casts from pp_stat, these make stat()
6487              very broken e.g. on files larger than 2 gigabytes.
6488              Reported by
6489              From: Phil Lobbes <phil@finchcomputer.com>
6490              To: perl5-porters@perl.org
6491              Subject: [ID 19990810.001] Possible bug using stat w/large files Digital
6492              UNIX Perl 5.005_03
6493              Date: Mon, 09 Aug 1999 21:38:54 -0700
6494              Message-Id: <199908100438.VAA08292@ultra.finchcomputer.com>
6495              
6496              There are more of these I32 casts all over pp_sys.c,
6497              all of them should be checked.
6498      Branch: cfgperl
6499            ! pp_sys.c
6500 ____________________________________________________________________________
6501 [  3943] By: jhi                                   on 1999/08/10  07:38:30
6502         Log: Remove blathering.
6503      Branch: cfgperl
6504            ! lib/unicode/mktables.PL
6505 ____________________________________________________________________________
6506 [  3942] By: jhi                                   on 1999/08/09  20:35:13
6507         Log: lexwarn maintenance: new warning class unsafe
6508              subclasses 'overflow' and 'portable' created,
6509              used by the recent integer overflow warnings.
6510              Class syntax subclass 'octal' renamed to 'digit',
6511              binary and hexadecimal parsing errors also 'digit' warnings.
6512      Branch: cfgperl
6513            ! lib/warning.pm pod/perllexwarn.pod t/pragma/warn/util toke.c
6514            ! util.c warning.h warning.pl
6515 ____________________________________________________________________________
6516 [  3941] By: jhi                                   on 1999/08/09  10:40:47
6517         Log: Integrate with Nick.
6518      Branch: cfgperl
6519           +> opnames.h
6520           !> Changes MANIFEST embed.h embed.pl ext/B/B/C.pm ext/B/B/CC.pm
6521           !> global.sym opcode.h opcode.pl perl.h perlapi.c pp.c
6522 ____________________________________________________________________________
6523 [  3940] By: jhi                                   on 1999/08/09  10:32:43
6524         Log: Regenerate the Unicode tables after having updated the Unicode
6525              database (change #3939).
6526      Branch: cfgperl
6527            ! (edit 157 files)
6528 ____________________________________________________________________________
6529 [  3939] By: jhi                                   on 1999/08/09  10:27:22
6530         Log: Unicode data updated to be the latest beta of the Unicode 3.0.
6531      Branch: cfgperl
6532            ! lib/unicode/UnicodeData-Latest.txt
6533 ____________________________________________________________________________
6534 [  3938] By: jhi                                   on 1999/08/09  10:25:54
6535         Log: Ethiopic changes via private email from Daniel Yacob,
6536              <dmulholl@cs.indiana.edu>.  Ethiopic and Cherokee done,
6537              Canadian Syllabics and Yi under construction.
6538      Branch: cfgperl
6539            + lib/unicode/syllables.txt
6540            - lib/unicode/EthiopicSyllables.txt
6541            - lib/unicode/MakeEthiopicSyllables.PL
6542            ! MANIFEST lib/unicode/UnicodeData-Latest.txt
6543            ! lib/unicode/mktables.PL
6544 ____________________________________________________________________________
6545 [  3937] By: jhi                                   on 1999/08/09  10:21:51
6546         Log: Move the equivalence class creation last.
6547      Branch: cfgperl
6548            ! lib/unicode/mktables.PL
6549 ____________________________________________________________________________
6550 [  3936] By: jhi                                   on 1999/08/09  10:20:40
6551         Log: Compute equivalence classes (diacritics stripping) only
6552              for letters, not for ligatures.
6553      Branch: cfgperl
6554            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
6555            ! lib/unicode/mktables.PL
6556 ____________________________________________________________________________
6557 [  3935] By: nick                                  on 1999/08/08  13:53:57
6558         Log: Will now correctly re-call 
6559              bootstrap "Foo";
6560              if requested. This should allow build on Win32 and other
6561              platforms where you cannot link to loadables directly.
6562      Branch: perl
6563            ! ext/B/B/C.pm
6564 ____________________________________________________________________________
6565 [  3934] By: nick                                  on 1999/08/07  12:23:55
6566         Log: Vishal Bhatia <vishalb@my-deja.com>
6567              Subject: [PATCH 5.005_60] fix for some obscure bugs (compiler)
6568              Message-ID: <HLPEBPHPAKHKAAAA@my-deja.com>
6569      Branch: perl
6570            ! ext/B/B/CC.pm
6571 ____________________________________________________________________________
6572 [  3933] By: nick                                  on 1999/08/07  12:19:46
6573         Log: B::C changes to get simple Tk app. compiling again
6574      Branch: perl
6575            ! ext/B/B/C.pm
6576 ____________________________________________________________________________
6577 [  3932] By: jhi                                   on 1999/08/06  21:17:16
6578         Log: Regen Configure to include change #3915.
6579      Branch: cfgperl
6580            ! Configure config_h.SH
6581 ____________________________________________________________________________
6582 [  3931] By: jhi                                   on 1999/08/06  18:52:57
6583         Log: Todo update.
6584      Branch: cfgperl
6585            ! Todo Todo-5.005 lib/unicode/mktables.PL
6586 ____________________________________________________________________________
6587 [  3930] By: jhi                                   on 1999/08/06  13:13:05
6588         Log: Character class equivalence tables.
6589      Branch: cfgperl
6590            + lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
6591            ! MANIFEST lib/unicode/mktables.PL
6592 ____________________________________________________________________________
6593 [  3929] By: jhi                                   on 1999/08/06  11:59:11
6594         Log: More Fcntl constants.  (This process really needs
6595              to be automated, at least partly, see the Errno extension.)
6596              Now also the SEEK_ constants are available via the Fcntl.
6597              Yes, this is redundant (IO::Seekable and POSIX supply them already),
6598              but now Fcntl is a one-stop shopping mall for all your
6599              file-related constants.    
6600      Branch: cfgperl
6601            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs pod/perlfunc.pod
6602 ____________________________________________________________________________
6603 [  3928] By: jhi                                   on 1999/08/06  08:08:03
6604         Log: Protect against pack/unpack repeat count overflows,
6605              based on:
6606              
6607              From: Nathan Torkington <gnat@frii.com>
6608              To: Brian Keefer <mgomes@cwix.com>
6609              Cc: perl5-porters@perl.org
6610              Subject: Re: [ID 19990806.001] Core dump with obfuscated code
6611              Date: Thu, 5 Aug 1999 23:01:51 -0600 (MDT)
6612              Message-ID: <14250.27711.769942.100675@localhost.frii.com>
6613      Branch: cfgperl
6614            ! pod/perldiag.pod pp.c
6615 ____________________________________________________________________________
6616 [  3927] By: jhi                                   on 1999/08/06  07:32:20
6617         Log: Fix for Nathan's fix (#3920) from Guy Decoux.
6618              
6619              From: Nathan Torkington <gnat@frii.com>
6620              To: perl5-porters@perl.org
6621              Subject: Bugfix for my bugfix
6622              Date: Thu, 5 Aug 1999 21:25:47 -0600 (MDT)
6623              Message-ID: <14250.21947.765134.940583@localhost.frii.com>
6624      Branch: cfgperl
6625            ! ext/B/B/Assembler.pm
6626 ____________________________________________________________________________
6627 [  3926] By: jhi                                   on 1999/08/05  17:25:19
6628         Log: Fix regex charclass parsing so that bogus ranges
6629              like [0-\d] and [[:word:]-z] are no more allowed.
6630              The anomaly was noticed by Guy Decoux.
6631      Branch: cfgperl
6632            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
6633 ____________________________________________________________________________
6634 [  3925] By: jhi                                   on 1999/08/05  10:31:47
6635         Log: split /^/ deprecation warning should not be on by default.
6636      Branch: cfgperl
6637            ! pp.c
6638 ____________________________________________________________________________
6639 [  3923] By: jhi                                   on 1999/08/05  09:16:57
6640         Log: From: paul.marquess@bt.com
6641              To: jhi@iki.fi, paul.marquess@bt.com
6642              Cc: gsar@ActiveState.com, perl5-porters@perl.org
6643              Subject: RE: [PATCH 5.005_60] anydbm.t + DB_File + Berkeley DB >= 2.4.10
6644              Date: Thu, 5 Aug 1999 09:33:14 +0100
6645              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B26@mbtlipnt02.btlabs.bt.co.uk>
6646      Branch: cfgperl
6647            ! t/lib/anydbm.t
6648 ____________________________________________________________________________
6649 [  3921] By: jhi                                   on 1999/08/05  08:05:13
6650         Log: From: paul.marquess@bt.com
6651              To: perl5-porters@perl.org
6652              Cc: gsar@activestate.com, nik@tiuk.ti.com, jhi@iki.fi,
6653              randy@theoryx5.uwinnipeg.ca
6654              Subject:  [PATCH 5.005_60] DB_File 1.70
6655              Date: Wed, 4 Aug 1999 23:22:22 +0100
6656              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B21@mbtlipnt02.btlabs.bt.co.uk>
6657              
6658              (Replaces change #3917)
6659      Branch: cfgperl
6660            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6661            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
6662 ____________________________________________________________________________
6663 [  3920] By: jhi                                   on 1999/08/04  19:02:58
6664         Log: From: Nathan Torkington <gnat@frii.com>
6665              To: perl5-porters@perl.org
6666              Subject: [5.005_60 PATCH] Make B::Bytecode work
6667              Date: Wed, 4 Aug 1999 11:24:56 -0600 (MDT)
6668              Message-ID: <14248.30568.769427.216092@localhost.frii.com>
6669      Branch: cfgperl
6670            ! ext/B/B/Assembler.pm
6671 ____________________________________________________________________________
6672 [  3919] By: jhi                                   on 1999/08/04  10:56:26
6673         Log: Update history records.
6674      Branch: cfgperl
6675            ! pod/perlhist.pod
6676 ____________________________________________________________________________
6677 [  3918] By: jhi                                   on 1999/08/04  09:36:13
6678         Log: Minor fixes to linux -Dusethreads -Duseperlio.
6679      Branch: cfgperl
6680            ! perlio.c
6681 ____________________________________________________________________________
6682 [  3917] By: jhi                                   on 1999/08/04  08:13:20
6683         Log: (Replaced by change #3921)
6684              From: paul.marquess@bt.com
6685              To: gsar@activestate.com
6686              Cc: perl5-porters@perl.org
6687              Subject: [PATCH 5.005_60] DB_File 1.69
6688              Date: Tue, 3 Aug 1999 22:55:00 +0100
6689              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6D04@mbtlipnt02.btlabs.bt.co.uk>
6690      Branch: cfgperl
6691            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6692            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
6693 ____________________________________________________________________________
6694 [  3916] By: jhi                                   on 1999/08/04  07:59:05
6695         Log: Introduce the charnames pragma.
6696              
6697              Subject: [PATCH 5.005_58] Free \C (for named chars), move to \O
6698              From: Ilya Zakharevich <[9]ilya@math.ohio-state.edu>
6699              To: Chip Salzenberg <[11]chip@perlsupport.com>
6700              Cc: Mailing list Perl5 <[12]perl5-porters@perl.org>
6701              Date: Sat, 31 Jul 1999 05:44:05 -0400
6702              Message-Id: <[13]199907311407.IAA25042@localhost.frii.com>
6703              
6704              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6705              To: Mailing list Perl5 <perl5-porters@perl.org>
6706              Subject: [PATCH 5.005_58] Named characters in Perl
6707              Date: Mon, 2 Aug 1999 19:25:40 -0400
6708              Message-ID: <19990802192540.B24407@monk.mps.ohio-state.edu>
6709      Branch: cfgperl
6710            + lib/charnames.pm t/lib/charnames.t
6711            ! MAINTAIN MANIFEST lib/utf8.pm pod/perldiag.pod pod/perlop.pod
6712            ! pod/perlre.pod regcomp.c toke.c
6713 ____________________________________________________________________________
6714 [  3915] By: jhi                                   on 1999/08/03  21:18:49
6715         Log: Support Configure -Dmake=pmake.
6716              Via private email from Andy.
6717              NOTE: assumes "basename" command.
6718      Branch: metaconfig
6719            ! U/modified/Config_sh.U
6720 ____________________________________________________________________________
6721 [  3914] By: jhi                                   on 1999/08/03  21:11:11
6722         Log: The op/filetest.t failed subtest 7 if testing as root.
6723              
6724              From: =?iso-8859-1?Q?Fran=E7ois=20D=E9sarm=E9nien?= <desar@club-internet.fr>
6725              To: perl5-porters@perl.org
6726              Subject: [ID 19990727.039] Not OK: perl 5.00558 on i386-sco 3.2v5.0.4
6727              Date: Tue, 27 Jul 1999 22:54:05 +0200
6728              Message-Id: <379E1C6D.626DC765@club-internet.fr>
6729      Branch: cfgperl
6730            ! t/op/filetest.t
6731 ____________________________________________________________________________
6732 [  3911] By: jhi                                   on 1999/08/03  19:52:38
6733         Log: The "-Dusethreads -Duseperlio" combination failed.
6734              
6735              From: Spider Boardman <spider@leggy.zk3.dec.com>
6736              To: perl5-porters@perl.org
6737              Subject: [ID 19990803.007] Not OK: perl 5.00560 on alpha-dec_osf-thread
6738              4.0 (UNINSTALLED)
6739              Date: Tue, 3 Aug 1999 14:25:00 -0400
6740              Message-Id: <199908031825.OAA29254@leggy.zk3.dec.com>
6741              
6742              See also change #3912.
6743      Branch: cfgperl
6744            ! perlio.c
6745 ____________________________________________________________________________
6746 [  3910] By: jhi                                   on 1999/08/03  10:44:24
6747         Log: From: Chris Nandor <pudge@pobox.com>
6748              To: perl5-porters@perl.org
6749              Subject: [PATCH 5.005_58] perlbug.PL 1.27
6750              Date: Wed, 28 Jul 1999 23:42:49 -0400
6751              Message-Id: <v04210104b3c57ce9e3de@[152.167.11.247]>
6752      Branch: cfgperl
6753            ! utils/perlbug.PL
6754 ____________________________________________________________________________
6755 [  3909] By: jhi                                   on 1999/08/03  10:41:04
6756         Log: Hints for building ByteLoader in SunoS.  Based on
6757              From: Andy Dougherty <doughera@lafayette.edu>
6758              To: Gurusamy Sarathy <gsar@activestate.com>
6759              Cc: Perl Porters <perl5-porters@perl.org>
6760              Subject: Re: 5.005_58 Not OK SunOS 4.1.3
6761              Date: Mon, 2 Aug 1999 14:01:58 -0400 (EDT)
6762              Message-Id: <Pine.GSU.4.05.9908021357410.5873-100000@newton.phys>
6763      Branch: cfgperl
6764            + ext/ByteLoader/hints/sunos.pl
6765            ! MANIFEST ext/ByteLoader/ByteLoader.xs
6766 ____________________________________________________________________________
6767 [  3908] By: jhi                                   on 1999/08/03  09:29:22
6768         Log: Clarify RE engine code; inline a static function to a macro;
6769              make exact string nodes smaller.
6770              
6771              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6772              To: perl5-porters@perl.org (Mailing list Perl5)
6773              Subject: [PATCH 5.005_60] Cosmetic change to REx engine
6774              Date: Mon, 2 Aug 1999 21:53:36 -0400 (EDT)
6775              Message-Id: <199908030153.VAA10542@monk.mps.ohio-state.edu>
6776      Branch: cfgperl
6777            ! Makefile.SH embed.pl global.sym keywords.h lib/warning.pm
6778            ! opcode.h pp.sym pp_proto.h regcomp.c regcomp.h regexec.c
6779            ! regnodes.h warning.h
6780 ____________________________________________________________________________
6781 [  3907] By: jhi                                   on 1999/08/03  08:11:49
6782         Log: 5_59 configured with -Dd_bincompat5005 can't be made
6783              binary compatible with a 5_03 which was built with -DEMBEDMYMALLOC.
6784              
6785              From: Spider Boardman <spider@leggy.zk3.dec.com>
6786              To: perl5-porters@perl.org
6787              Subject: [ID 19990802.016] Not OK: perl 5.00559
6788              Date: Mon, 2 Aug 1999 16:11:13 -0400
6789              Message-Id: <199908022011.QAA30224@leggy.zk3.dec.com>
6790      Branch: cfgperl
6791            ! embed.pl
6792 ____________________________________________________________________________
6793 [  3906] By: jhi                                   on 1999/08/03  07:48:59
6794         Log: Change #3790 redemption: with a little additional
6795              patch from Ilya it works okay.
6796      Branch: cfgperl
6797            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
6798            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
6799 ____________________________________________________________________________
6800 [  3905] By: gsar                                  on 1999/08/02  21:03:23
6801         Log: this will be 5.005_60
6802      Branch: perl
6803            ! Changes
6804
6805 ----------------
6806 Version 5.005_60
6807 ----------------
6808
6809 ____________________________________________________________________________
6810 [  3904] By: gsar                                  on 1999/08/02  20:30:23
6811         Log: don't enable PERL_POLLUTE_MALLOC when EMBEDMYMALLOC is
6812              in effect (from Spider Boardman <spider@leggy.zk3.dec.com>);
6813              regen headers
6814      Branch: perl
6815            ! embed.h embed.pl global.sym opcode.h perlapi.c
6816 ____________________________________________________________________________
6817 [  3903] By: gsar                                  on 1999/08/02  20:26:07
6818         Log: native int pack/unpack fixes (from Spider Boardman
6819              <spider@leggy.zk3.dec.com>)
6820      Branch: perl
6821            ! pp.c
6822 ____________________________________________________________________________
6823 [  3902] By: gsar                                  on 1999/08/02  20:24:41
6824         Log: fix broken -DDEBUGGING_OPS (from Spider Boardman
6825              <spider@leggy.zk3.dec.com>)
6826      Branch: perl
6827            + opnames.h
6828            ! Changes MANIFEST opcode.pl perl.h
6829 ____________________________________________________________________________
6830 [  3901] By: gsar                                  on 1999/08/02  18:51:18
6831         Log: integrate cfgperl contents
6832      Branch: perl
6833           !> INSTALL README pod/perldelta.pod
6834 ____________________________________________________________________________
6835 [  3900] By: jhi                                   on 1999/08/02  18:46:21
6836         Log: Update README and INSTALL; partly based on the message
6837              
6838              From: "John L. Allen" <allen@grumman.com>
6839              To: Jarkko Hietaniemi <jhi@iki.fi>
6840              cc: perl5-porters@perl.org
6841              Subject: Re: Perl Installation Problem
6842              Date: Thu, 29 Jul 1999 14:55:05 -0400 (EDT)
6843              Message-ID: <Pine.SOL.3.91.990729144440.1035A-100000@gateway.grumman.com>
6844              
6845              and private email from Andy Dougherty.
6846      Branch: cfgperl
6847            ! INSTALL README
6848 ____________________________________________________________________________
6849 [  3899] By: jhi                                   on 1999/08/02  18:36:35
6850         Log: Integrate with Sarathy.
6851      Branch: cfgperl
6852           !> op.c
6853 ____________________________________________________________________________
6854 [  3898] By: jhi                                   on 1999/08/02  18:34:49
6855         Log: Update PERL_BINCOMPAT_5005; update 64-bitness.
6856      Branch: cfgperl
6857            ! pod/perldelta.pod
6858 ____________________________________________________________________________
6859 [  3897] By: gsar                                  on 1999/08/02  18:18:37
6860         Log: optimizations could sometimes bypass bareword check
6861      Branch: perl
6862            ! op.c
6863 ____________________________________________________________________________
6864 [  3896] By: jhi                                   on 1999/08/02  18:18:34
6865         Log: Integrate with Sarathy.
6866      Branch: cfgperl
6867           !> Changes makedef.pl patchlevel.h win32/Makefile
6868           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
6869           !> win32/makefile.mk
6870 ____________________________________________________________________________
6871 [  3895] By: gsar                                  on 1999/08/02  17:22:40
6872         Log: up patchlevel etc.
6873      Branch: perl
6874            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
6875            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
6876 ____________________________________________________________________________
6877 [  3894] By: gsar                                  on 1999/08/02  17:12:31
6878         Log: integrate change#3893, make it conditional on bincompat5005
6879      Branch: perl
6880            ! makedef.pl
6881 ____________________________________________________________________________
6882 [  3893] By: jhi                                   on 1999/08/02  16:49:08
6883         Log: PERL_BINCOMPAT_5005 symbol translation.
6884              (AIX wouldn't link neither perl nor extensions.)
6885      Branch: cfgperl
6886            ! makedef.pl
6887 ____________________________________________________________________________
6888 [  3892] By: gsar                                  on 1999/08/02  16:09:13
6889         Log: integrate cfgperl contents into mainline
6890      Branch: perl
6891           +> t/op/64bit.t
6892            ! Changes
6893           !> Configure MANIFEST config_h.SH doio.c dump.c hints/aix.sh op.c
6894           !> pod/perlfunc.pod pp_hot.c pp_sys.c regcomp.c sv.c t/io/open.t
6895           !> t/pragma/utf8.t t/pragma/warn/pp_hot toke.c util.c
6896 ____________________________________________________________________________
6897 [  3891] By: jhi                                   on 1999/08/02  14:52:40
6898         Log: AIX long long probing requires LL suffix for
6899              the ll constant.  The suffix doesn't seem
6900              to bother other ll platforms.
6901      Branch: cfgperl
6902            ! Configure config_h.SH hints/aix.sh
6903      Branch: metaconfig/U/perl
6904            ! quadfio.U
6905 ____________________________________________________________________________
6906 [  3890] By: jhi                                   on 1999/08/02  14:21:55
6907         Log: Exact path to perl for open -|.
6908      Branch: cfgperl
6909            ! t/io/open.t
6910 ____________________________________________________________________________
6911 [  3889] By: jhi                                   on 1999/08/02  14:18:03
6912         Log: Integrate with Sarathy.
6913      Branch: cfgperl
6914           !> Changes patchlevel.h pod/perlhist.pod pp_ctl.c util.c
6915           !> win32/Makefile win32/config_H.bc win32/config_H.gc
6916           !> win32/config_H.vc win32/makefile.mk win32/win32.c
6917 ____________________________________________________________________________
6918 [  3888] By: jhi                                   on 1999/08/02  14:14:29
6919         Log: AIX -Duse64bits: old AIXen do not have the getconf variables.
6920      Branch: cfgperl
6921            ! hints/aix.sh
6922 ____________________________________________________________________________
6923 [  3887] By: jhi                                   on 1999/08/02  12:53:10
6924         Log: Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that
6925              emacs code indentation doesn't get wrong ideas--
6926              in other words, introduce a couple of "redundant" if:s.
6927      Branch: cfgperl
6928            ! doio.c dump.c op.c pp_hot.c pp_sys.c regcomp.c sv.c toke.c
6929            ! util.c
6930 ____________________________________________________________________________
6931 [  3886] By: jhi                                   on 1999/08/02  12:43:16
6932         Log: Mention that also *BSD systems with glibc are known to stumble.
6933      Branch: cfgperl
6934            ! t/pragma/warn/pp_hot
6935 ____________________________________________________________________________
6936 [  3885] By: jhi                                   on 1999/08/02  12:34:15
6937         Log: Allow also non-long long but still quad platforms print quads.
6938      Branch: cfgperl
6939            ! Configure config_h.SH
6940      Branch: metaconfig/U/perl
6941            ! longdblfio.U quadfio.U
6942 ____________________________________________________________________________
6943 [  3884] By: jhi                                   on 1999/08/02  11:56:14
6944         Log: Fix regclass utf8 hex ranges for quads.
6945      Branch: cfgperl
6946            ! regcomp.c
6947 ____________________________________________________________________________
6948 [  3883] By: jhi                                   on 1999/08/02  11:42:14
6949         Log: Enhance the description of how to detect quad support.
6950      Branch: cfgperl
6951            ! pod/perlfunc.pod
6952 ____________________________________________________________________________
6953 [  3882] By: jhi                                   on 1999/08/02  11:22:19
6954         Log: Fix printf %D %U %O for quads.
6955      Branch: cfgperl
6956            ! sv.c t/op/64bit.t
6957 ____________________________________________________________________________
6958 [  3881] By: jhi                                   on 1999/08/02  11:16:12
6959         Log: Document quad printing.
6960      Branch: cfgperl
6961            ! pod/perlfunc.pod
6962 ____________________________________________________________________________
6963 [  3880] By: jhi                                   on 1999/08/02  10:32:01
6964         Log: More 64-bit fixing.  One known bug of that kind
6965              remains, 32-bit platforms using long long in
6966              the test t/pragma/utf8 subtests 1-3 fail.
6967              (Update: change    #3884 fixed that one.)
6968      Branch: cfgperl
6969            + t/op/64bit.t
6970            ! Configure MANIFEST config_h.SH regcomp.c sv.c t/pragma/utf8.t
6971
6972 ----------------
6973 Version 5.005_59
6974 ----------------
6975
6976 ____________________________________________________________________________
6977 [  3879] By: gsar                                  on 1999/08/02  08:18:58
6978         Log: integrate cfgperl changes into mainline
6979      Branch: perl
6980           !> Configure config_h.SH sv.c
6981 ____________________________________________________________________________
6982 [  3878] By: gsar                                  on 1999/08/02  08:13:16
6983         Log: change#3692 had an unintentional patch leak through!
6984              (this would explain the mysterious C<next LABEL> failures
6985              people have seen)
6986      Branch: perl
6987            ! pp_ctl.c
6988 ____________________________________________________________________________
6989 [  3877] By: gsar                                  on 1999/08/02  08:00:29
6990         Log: up patchlevel to 59
6991      Branch: perl
6992            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
6993            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6994            ! win32/makefile.mk
6995 ____________________________________________________________________________
6996 [  3876] By: gsar                                  on 1999/08/02  07:51:18
6997         Log: fix coredump under usethreads+debug
6998      Branch: perl
6999            ! util.c
7000 ____________________________________________________________________________
7001 [  3875] By: jhi                                   on 1999/08/02  07:50:51
7002         Log: d_bincompat5005 could be left empty.
7003      Branch: cfgperl
7004            ! Configure config_h.SH
7005      Branch: metaconfig/U/perl
7006            ! bincompat5005.U
7007 ____________________________________________________________________________
7008 [  3874] By: jhi                                   on 1999/08/02  07:42:45
7009         Log: Fix printf %d when IV is quad.
7010      Branch: cfgperl
7011            ! sv.c
7012 ____________________________________________________________________________
7013 [  3873] By: gsar                                  on 1999/08/02  07:41:03
7014         Log: fix d_bincompat5005='' junking config.h
7015      Branch: perl
7016            ! Configure
7017 ____________________________________________________________________________
7018 [  3872] By: gsar                                  on 1999/08/02  07:38:48
7019         Log: C needs parameter list, not merely type
7020      Branch: perl
7021            ! win32/win32.c
7022 ____________________________________________________________________________
7023 [  3871] By: jhi                                   on 1999/08/02  07:20:51
7024         Log: Integrate with Sarathy.
7025      Branch: cfgperl
7026           !> Changes ext/B/B/C.pm ext/B/B/CC.pm regexec.c
7027 ____________________________________________________________________________
7028 [  3870] By: gsar                                  on 1999/08/02  07:12:18
7029         Log: integrate cfgperl changes into mainline
7030      Branch: perl
7031            ! Changes
7032           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
7033           !> Porting/config_H config_h.SH doio.c dump.c mg.c op.c perl.h
7034           !> pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c t/pragma/warn/sv
7035           !> toke.c util.c
7036 ____________________________________________________________________________
7037 [  3869] By: gsar                                  on 1999/08/02  06:59:09
7038         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
7039              Date: Sat, 31 Jul 1999 19:08:33 -0700
7040              Message-ID: <LAONLKLELDJAFAAA@my-deja.com>
7041              Subject: [PATCH 5.005_58] "use constant" in the compiler
7042      Branch: perl
7043            ! ext/B/B/C.pm ext/B/B/CC.pm
7044 ____________________________________________________________________________
7045 [  3868] By: gsar                                  on 1999/08/02  06:55:51
7046         Log: debug build tweak
7047      Branch: perl
7048            ! regexec.c
7049 ____________________________________________________________________________
7050 [  3867] By: gsar                                  on 1999/08/02  06:35:18
7051         Log: create vmsperl branch (to be owned and operated by: cbailey)
7052      Branch: vmsperl
7053           +> (branch 1476 files)
7054 ____________________________________________________________________________
7055 [  3866] By: jhi                                   on 1999/08/01  23:34:40
7056         Log: so_locations once is enough.
7057      Branch: cfgperl
7058            ! Makefile.SH
7059 ____________________________________________________________________________
7060 [  3865] By: jhi                                   on 1999/08/01  23:13:05
7061         Log: Simplicate duplicated code.
7062      Branch: cfgperl
7063            ! util.c
7064 ____________________________________________________________________________
7065 [  3864] By: jhi                                   on 1999/08/01  22:41:41
7066         Log: Integrate with Sarathy.  perl.h and util.c required manual resolving.
7067      Branch: cfgperl
7068           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
7069           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
7070            - README.cygwin32 cygwin32/Makefile.SHs
7071            - cygwin32/build-instructions.READFIRST
7072            - cygwin32/build-instructions.charles-wilson
7073            - cygwin32/build-instructions.sebastien-barre
7074            - cygwin32/build-instructions.steven-morlock
7075            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
7076            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
7077            - hints/cygwin32.sh
7078           !> (integrate 61 files)
7079 ____________________________________________________________________________
7080 [  3863] By: jhi                                   on 1999/08/01  22:36:02
7081         Log: Regen Configure and Glossary once again.
7082      Branch: cfgperl
7083            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7084            ! config_h.SH
7085 ____________________________________________________________________________
7086 [  3862] By: jhi                                   on 1999/08/01  22:26:09
7087         Log: Glossary update for #3861.
7088      Branch: cfgperl
7089            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7090            ! config_h.SH
7091 ____________________________________________________________________________
7092 [  3861] By: jhi                                   on 1999/08/01  22:22:51
7093         Log: 64-bit work.  Now 32-bit platforms get a 100% make test
7094              with -Duse64bits (using long long).
7095              Tested in Solaris 2.6 sparc  RH Linux 6.0 x86
7096              (and Digital IX 4.0D, to get a true 64-bit opinion).  Now e.g.
7097              'print unpack "q", pack "q", 12345678901'
7098              should work on such 32-bit platforms.
7099              Still a lot of printf()s behind -D which wrongly assume
7100              that %ld/%lx and (long) are a good combination.
7101              Introducing a slew of new macros intended to be used in printf()
7102              format strings: e. g. PERL_PRId64 is the string to be used
7103              when printing an IV, printf("%" PERL_PRId64 "\n", iv).
7104              The PRI... naming follows the C9X naming of <inttypes.h> macros.
7105      Branch: cfgperl
7106            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7107            ! config_h.SH doio.c dump.c mg.c op.c perl.h pp_ctl.c pp_hot.c
7108            ! pp_sys.c scope.c sv.c t/pragma/warn/sv toke.c util.c
7109      Branch: metaconfig/U/perl
7110            + atolf.U atoll.U longdblfio.U quadfio.U strtoull.U
7111 ____________________________________________________________________________
7112 [  3860] By: gsar                                  on 1999/08/01  21:23:18
7113         Log: integrate cfgperl contents into mainline
7114      Branch: perl
7115            ! toke.c
7116           !> (integrate 29 files)
7117 ____________________________________________________________________________
7118 [  3859] By: gsar                                  on 1999/08/01  21:13:09
7119         Log: From: Nathan Torkington <gnat@frii.com>
7120              Date: Sun, 1 Aug 1999 11:23:35 -0600 (MDT)
7121              Message-ID: <14244.33431.739419.806927@localhost.frii.com>
7122              Subject: [PATCH 5.005_58] ext/B/B/Disassembler.pm patch
7123      Branch: perl
7124            ! ext/B/B/Disassembler.pm
7125 ____________________________________________________________________________
7126 [  3858] By: gsar                                  on 1999/08/01  21:09:15
7127         Log: DB_File 1.68 update from Paul Marquess
7128      Branch: perl
7129            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
7130            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
7131            ! t/lib/db-recno.t
7132 ____________________________________________________________________________
7133 [  3857] By: gsar                                  on 1999/08/01  21:05:54
7134         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7135              Date: Sat, 31 Jul 1999 05:13:38 -0400
7136              Message-Id: <199907311407.IAA25038@localhost.frii.com>
7137              Subject: [PATCH 5.005_58] More optimizations to REx engine
7138      Branch: perl
7139            ! embed.pl embedvar.h ext/Thread/Thread.xs objXSUB.h perl.c
7140            ! perl.h proto.h regcomp.c regexec.c t/op/re_tests thrdvar.h
7141 ____________________________________________________________________________
7142 [  3856] By: gsar                                  on 1999/08/01  20:59:59
7143         Log: slightly modified version of suggested patch
7144              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7145              Date: Sat, 31 Jul 1999 04:45:12 -0400
7146              Message-Id: <199907311406.IAA25034@localhost.frii.com>
7147              Subject: [PATCH 5.005_58] Fix OS/2 build
7148      Branch: perl
7149            ! Makefile.SH lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
7150            ! makedef.pl os2/Makefile.SHs os2/diff.configure perl.h sv.h
7151 ____________________________________________________________________________
7152 [  3855] By: gsar                                  on 1999/08/01  20:49:06
7153         Log: cygwin update
7154              From: "Fifer, Eric" <EFifer@sanwaint.com>
7155              Date: Fri, 30 Jul 1999 18:31:48 +0100
7156              Message-Id: <71E287AB0D94D111BBD600600849EC8185EE06@POST>
7157              Subject: [ID 19990730.003] PATCH] perl5.005_58 cygwin port
7158      Branch: perl
7159            ! doio.c dosish.h lib/File/Spec/Unix.pm mg.c perl.h perlsdio.h
7160            ! pp_sys.c unixish.h util.c
7161 ____________________________________________________________________________
7162 [  3854] By: gsar                                  on 1999/08/01  20:41:53
7163         Log: fixes from Stephen McCamant that address bugs in change#3612
7164              (the optimization shouldn't be enabled in expressions where
7165              the variable is introduced), and fix Deparse to grok the
7166              optimization
7167              Date: Thu, 29 Jul 1999 21:21:49 -0500 (CDT)
7168              Message-ID: <14241.3133.979257.953396@alias-2.pr.mcs.net>
7169              Subject: [PATCH _58] Set OPpTARGET_MY more consistently
7170              --
7171              Date: Thu, 29 Jul 1999 22:31:16 -0500 (CDT)
7172              Message-ID: <14241.7300.181386.763503@alias-2.pr.mcs.net>
7173              Subject: [PATCH _58] Disable TARGET_MY-ization on variable introduction
7174              --
7175              Date: Fri, 30 Jul 1999 22:25:27 -0500 (CDT)
7176              Message-Id: <199907310326.VAA24376@localhost.frii.com>
7177              Subject: [PATCH _58, long] B::Deparse (was Re: New warning 'Useless use of...')
7178      Branch: perl
7179            ! ext/B/B/Deparse.pm op.c
7180 ____________________________________________________________________________
7181 [  3853] By: gsar                                  on 1999/08/01  20:31:32
7182         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
7183              Date: Thu, 29 Jul 1999 14:08:50 -0500 (CDT)
7184              Message-ID: <14240.42690.292893.605292@alias-2.pr.mcs.net>
7185              Subject: [PATCH _58] Two one-liner LOGOP tweaks
7186      Branch: perl
7187            ! op.c opcode.h opcode.pl
7188 ____________________________________________________________________________
7189 [  3852] By: gsar                                  on 1999/08/01  20:29:17
7190         Log: rename cygwin32 to cygwin (from Eric Fifer <EFifer@sanwaint.com>)
7191      Branch: perl
7192            ! AUTHORS EXTERN.h INSTALL MAINTAIN Makefile.SH Porting/patchls
7193            ! README.cygwin README.win32 XSUB.h cygwin/Makefile.SHs
7194            ! ext/DynaLoader/dl_cygwin.xs ext/POSIX/POSIX.xs
7195            ! ext/SDBM_File/sdbm/pair.c hints/cygwin.sh
7196            ! lib/ExtUtils/MM_Cygwin.pm makedepend.SH perl.h pod/perl.pod
7197            ! pod/perlport.pod pp_sys.c util.c
7198 ____________________________________________________________________________
7199 [  3851] By: gsar                                  on 1999/08/01  20:20:05
7200         Log: move files around for s/cygwin32/cygwin/ renaming
7201      Branch: perl
7202           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
7203           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
7204            - README.cygwin32 cygwin32/Makefile.SHs
7205            - cygwin32/build-instructions.READFIRST
7206            - cygwin32/build-instructions.charles-wilson
7207            - cygwin32/build-instructions.sebastien-barre
7208            - cygwin32/build-instructions.steven-morlock
7209            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
7210            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
7211            - hints/cygwin32.sh
7212            ! MANIFEST
7213 ____________________________________________________________________________
7214 [  3850] By: gsar                                  on 1999/08/01  20:05:14
7215         Log: posix-bc hints tweak (via private mail from Thomas Dorner
7216              <Thomas.Dorner@start.de>)
7217      Branch: perl
7218            ! Changes hints/posix-bc.sh
7219 ____________________________________________________________________________
7220 [  3849] By: gsar                                  on 1999/08/01  19:50:20
7221         Log: notes on PERL_IMPLICIT_CONTEXT (from a version by Nathan Torkington
7222              <gnat@frii.com>)
7223      Branch: perl
7224            ! perl.h pod/perldelta.pod pod/perlguts.pod
7225 ____________________________________________________________________________
7226 [  3848] By: gsar                                  on 1999/08/01  18:34:41
7227         Log: fix defined(@foo) encarpments
7228      Branch: perl
7229            ! ext/B/B/C.pm lib/CGI.pm lib/Dumpvalue.pm lib/dumpvar.pl
7230            ! pod/perltrap.pod
7231 ____________________________________________________________________________
7232 [  3847] By: jhi                                   on 1999/08/01  17:17:07
7233         Log: Undo #3790 and the patches that attempted to fix it
7234              (#3837, #3838, #3845).  The #3790 caused linkage failures
7235              and/or core dumps in Solaris 2.6, Digital UNIX 4.0D, and
7236              IRIX 6.5.
7237      Branch: cfgperl
7238            - ext/SDBM_File/hints/dec_osf.pl ext/SDBM_File/hints/solaris.pl
7239            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
7240            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
7241 ____________________________________________________________________________
7242 [  3846] By: jhi                                   on 1999/08/01  11:41:52
7243         Log: Reading 64-bit decimal numbers was broken because
7244              the NV was cast to an I32, not an IV.
7245      Branch: cfgperl
7246            ! toke.c
7247 ____________________________________________________________________________
7248 [  3845] By: jhi                                   on 1999/08/01  11:00:24
7249         Log: Solaris doesn't like PERL_MALLOC_OK in SDBM_File.
7250      Branch: cfgperl
7251            + ext/SDBM_File/hints/solaris.pl
7252 ____________________________________________________________________________
7253 [  3844] By: jhi                                   on 1999/08/01  10:55:44
7254         Log: Enable Solaris largefiles support only if -Duse64bits is used.
7255              (Effectively removes #3311).
7256      Branch: cfgperl
7257            ! hints/solaris_2.sh
7258 ____________________________________________________________________________
7259 [  3843] By: jhi                                   on 1999/07/31  22:44:56
7260         Log: Integer overflow iteration.
7261      Branch: cfgperl
7262            ! t/op/oct.t toke.c util.c
7263 ____________________________________________________________________________
7264 [  3842] By: jhi                                   on 1999/07/31  22:11:03
7265         Log: Remove a lot of unused regnode codes.
7266              Noticed by Ilya.
7267      Branch: cfgperl
7268            ! regcomp.c regcomp.sym regexec.c regnodes.h
7269 ____________________________________________________________________________
7270 [  3841] By: jhi                                   on 1999/07/31  21:53:54
7271         Log: Make the use64bits and usethreads friendlier/braver;
7272              they no more wimp out if the platform is unknown.
7273              On use64bits if gcc used -DUSE_LONG_LONG is added
7274              to the ccflags (this dependency on gcc caused a slightly weird
7275              reordering of Configure, but things still seem to work.)
7276      Branch: cfgperl
7277            ! Configure README.threads config_h.SH
7278      Branch: metaconfig
7279            ! U/threads/usethreads.U
7280      Branch: metaconfig/U/perl
7281            ! use64bits.U
7282 ____________________________________________________________________________
7283 [  3840] By: jhi                                   on 1999/07/31  20:26:22
7284         Log: Hack the "integer overflow" code some more.
7285      Branch: cfgperl
7286            ! perl.h toke.c util.c
7287 ____________________________________________________________________________
7288 [  3839] By: jhi                                   on 1999/07/31  20:22:00
7289         Log: Test oct() at the 2^32-1 limit.
7290      Branch: cfgperl
7291            ! t/op/oct.t
7292 ____________________________________________________________________________
7293 [  3838] By: jhi                                   on 1999/07/31  20:08:43
7294         Log: Update MANIFEST for #3837.
7295      Branch: cfgperl
7296            ! MANIFEST
7297 ____________________________________________________________________________
7298 [  3837] By: jhi                                   on 1999/07/31  20:02:40
7299         Log: Digital UNIX 4.0D doesn't like perl malloc on sdbm
7300              (a core dump with a corrput stack ensues).
7301      Branch: cfgperl
7302            + ext/SDBM_File/hints/dec_osf.pl
7303 ____________________________________________________________________________
7304 [  3836] By: jhi                                   on 1999/07/29  21:09:01
7305         Log: Allow for Configure -Ubincompat5005 override.
7306      Branch: cfgperl
7307            ! Configure config_h.SH
7308      Branch: metaconfig/U/perl
7309            ! bincompat5005.U
7310 ____________________________________________________________________________
7311 [  3835] By: jhi                                   on 1999/07/29  21:04:02
7312         Log: Make Configure support PERL_BINCOMPAT_5005.
7313      Branch: cfgperl
7314            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7315            ! config_h.SH
7316      Branch: metaconfig/U/perl
7317            + bincompat5005.U
7318 ____________________________________________________________________________
7319 [  3834] By: jhi                                   on 1999/07/29  19:25:35
7320         Log: AIX tweak, need reported by David R. Fravor <dfavor@austin.ibm.com> 
7321      Branch: cfgperl
7322            ! Makefile.SH
7323 ____________________________________________________________________________
7324 [  3833] By: jhi                                   on 1999/07/29  14:07:09
7325         Log: Integrate with Sarathy.  I overruled on perldelta
7326              and perldiag.
7327      Branch: cfgperl
7328           !> README.win32 emacs/cperl-mode.el globals.c installperl
7329           !> iperlsys.h makedef.pl perl.h pod/perldelta.pod
7330           !> pod/perldiag.pod pod/perllexwarn.pod toke.c utils/perldoc.PL
7331           !> win32/Makefile win32/bin/pl2bat.pl win32/makefile.mk
7332           !> win32/perllib.c win32/win32.c
7333 ____________________________________________________________________________
7334 [  3832] By: jhi                                   on 1999/07/29  14:02:50
7335         Log: Repent and make overly large integerish
7336              constants non-fatal.  They are now promoted
7337              to NVs, accompanied by an overflow warning that
7338              is by default on.
7339      Branch: cfgperl
7340            ! embed.pl global.sym pod/perldelta.pod pod/perldiag.pod pp.c
7341            ! proto.h t/op/oct.t t/pragma/warn/6default t/pragma/warn/util
7342            ! toke.c util.c
7343 ____________________________________________________________________________
7344 [  3831] By: jhi                                   on 1999/07/29  11:40:04
7345         Log: AIX exhibits different error on failed system().
7346              Slightly modified patch via private email from
7347              David R. Favor <dfavor@austin.ibm.com>
7348      Branch: cfgperl
7349            ! t/op/exec.t
7350 ____________________________________________________________________________
7351 [  3830] By: gsar                                  on 1999/07/29  07:46:11
7352         Log: cperl-mode.el v4.19
7353      Branch: perl
7354            ! emacs/cperl-mode.el
7355 ____________________________________________________________________________
7356 [  3829] By: gsar                                  on 1999/07/29  07:30:35
7357         Log: From: jan.dubois@ibm.net (Jan Dubois)
7358              Date: Wed, 28 Jul 1999 22:01:42 +0200
7359              Message-ID: <37aa5f9b.12941448@smtp1.ibm.net>
7360              Subject: [PATCH 5.005_58] win32/bin/pl2bat.pl doesn't work correctly
7361      Branch: perl
7362            ! win32/bin/pl2bat.pl
7363 ____________________________________________________________________________
7364 [  3828] By: gsar                                  on 1999/07/29  07:19:27
7365         Log: tweak previous change for multiple hits
7366      Branch: perl
7367            ! utils/perldoc.PL
7368 ____________________________________________________________________________
7369 [  3827] By: gsar                                  on 1999/07/29  07:10:00
7370         Log: band-aid for perldoc -t broken-ness (the new Pod::Text
7371              really needs a pod2text() compatibility function)
7372      Branch: perl
7373            ! utils/perldoc.PL
7374 ____________________________________________________________________________
7375 [  3826] By: gsar                                  on 1999/07/29  01:33:46
7376         Log: minor tweaks to pods and toke.c comments
7377      Branch: perl
7378            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod toke.c
7379 ____________________________________________________________________________
7380 [  3825] By: gsar                                  on 1999/07/29  00:12:52
7381         Log: integrate cfgperl changes into mainline
7382      Branch: perl
7383           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
7384           !> README.threads config_h.SH ext/IO/lib/IO/Handle.pm
7385           !> ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
7386           !> ext/POSIX/POSIX.xs lib/ExtUtils/Install.pm perl.h
7387           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
7388           !> pod/perllexwarn.pod pod/perlre.pod pp.c pp_sys.c
7389           !> t/lib/io_unix.t t/op/oct.t t/pragma/warn/6default
7390           !> t/pragma/warn/util toke.c util.c
7391 ____________________________________________________________________________
7392 [  3824] By: jhi                                   on 1999/07/28  21:15:04
7393         Log: Tiny patch to go over #3820 (via private mail from Lincoln).
7394      Branch: cfgperl
7395            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
7396            ! ext/IO/lib/IO/Socket/INET.pm
7397 ____________________________________________________________________________
7398 [  3823] By: jhi                                   on 1999/07/28  20:29:17
7399         Log: Continue pack() doc honing.
7400      Branch: cfgperl
7401            ! pod/perlfunc.pod
7402 ____________________________________________________________________________
7403 [  3822] By: jhi                                   on 1999/07/28  20:17:37
7404         Log: Enhance pack() doc.
7405      Branch: cfgperl
7406            ! pod/perlfunc.pod
7407 ____________________________________________________________________________
7408 [  3821] By: jhi                                   on 1999/07/28  18:34:50
7409         Log: UNIX Domain Sockets are not implemented under QNX.
7410              
7411              From: Norton Allen <allen@huarp.harvard.edu>
7412              To: perl5-porters@perl.org
7413              Subject: [ID 19990728.010] Patch:t/lib/io_unix.t _58 QNX
7414              Date: Wed, 28 Jul 1999 14:07:16 -0400 (edt)
7415              Message-Id: <199907281807.OAA13167@bottesini.harvard.edu>
7416      Branch: cfgperl
7417            ! t/lib/io_unix.t
7418 ____________________________________________________________________________
7419 [  3820] By: jhi                                   on 1999/07/28  18:13:37
7420         Log: IO::* enhancements.
7421              
7422              1) write() and syswrite() will now accept a single-argument
7423              form of the call, for consistency with Perl's syswrite().
7424              2) You can create a TCP-based IO::Socket::INET without forcing
7425              a connect attempt.  This allows you to configure its options
7426              (like making it non-blocking) and then call connect() manually.
7427              3) Fixed a bug that prevented the IO::Socket::protocol() accessor
7428              from ever returning the correct value.
7429              
7430              From: Lincoln Stein <lstein@formaggio.cshl.org>
7431              To: Graham Barr <gbarr@pobox.com>
7432              Cc: Lincoln Stein <lstein@cshl.org>, perl5-porters@perl.org
7433              Subject: Re: patch for IO::*
7434              Date: Wed, 28 Jul 1999 13:55:05 -0400 (EDT)
7435              Message-ID: <14239.17401.330408.145295@formaggio.cshl.org>
7436      Branch: cfgperl
7437            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
7438            ! ext/IO/lib/IO/Socket/INET.pm
7439 ____________________________________________________________________________
7440 [  3819] By: gsar                                  on 1999/07/28  18:08:06
7441         Log: misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dll
7442      Branch: perl
7443            ! README.win32 globals.c installperl iperlsys.h makedef.pl
7444            ! perl.h win32/Makefile win32/makefile.mk win32/perllib.c
7445            ! win32/win32.c
7446 ____________________________________________________________________________
7447 [  3818] By: jhi                                   on 1999/07/28  17:48:16
7448         Log: Need to add QNX to the list for DONT_DECLARE_STD.
7449              (The elimination of use of the _() macro apparently triggered
7450              an incompatability with a #define of atof)
7451              
7452              From: Norton Allen <allen@huarp.harvard.edu>
7453              To: perl5-porters@perl.org
7454              Subject: [ID 19990728.008] Patch:perl.h _58 QNX
7455              Date: Wed, 28 Jul 1999 13:06:23 -0400 (edt)
7456              Message-Id: <199907281706.NAA07617@bottesini.harvard.edu>
7457      Branch: cfgperl
7458            ! perl.h
7459 ____________________________________________________________________________
7460 [  3817] By: jhi                                   on 1999/07/28  17:46:30
7461         Log: Need to add some more conditions to deal with the case
7462              defined(HAS_GETSPNAM) && ! defined(HAS_GETSPENT)
7463              which is true for QNX4.
7464              From: Norton Allen <allen@huarp.harvard.edu>
7465              To: perl5-porters@perl.org
7466              Subject: [ID 19990728.009] Patch:pp_sys.c _58 QNX
7467              Date: Wed, 28 Jul 1999 13:08:42 -0400 (edt)
7468              Message-Id: <199907281708.NAA07947@bottesini.harvard.edu>
7469      Branch: cfgperl
7470            ! pp_sys.c
7471 ____________________________________________________________________________
7472 [  3816] By: jhi                                   on 1999/07/28  17:43:40
7473         Log: The QNX shell needs a couple more semicolons.
7474              
7475              From: Norton Allen <allen@huarp.harvard.edu>
7476              To: perl5-porters@perl.org
7477              Subject: [ID 19990728.007] Patch:Configure _58 QNX
7478              Date: Wed, 28 Jul 1999 13:03:00 -0400 (edt)
7479              Message-Id: <199907281703.NAA07363@bottesini.harvard.edu>
7480              
7481              plus silence metalint moanings on vendorprefix.
7482      Branch: cfgperl
7483            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7484            ! config_h.SH
7485 ____________________________________________________________________________
7486 [  3815] By: jhi                                   on 1999/07/28  17:31:11
7487         Log: Silence metalint on vendorprefix.U.
7488      Branch: metaconfig
7489            ! U/installdirs/vendorprefix.U
7490 ____________________________________________________________________________
7491 [  3814] By: jhi                                   on 1999/07/28  17:13:29
7492         Log: QNX shell needs more semicolons.
7493      Branch: metaconfig/U/perl
7494            ! Extensions.U
7495 ____________________________________________________________________________
7496 [  3813] By: jhi                                   on 1999/07/28  17:05:08
7497         Log: Integrate with Sarathy.
7498      Branch: cfgperl
7499           !> lib/ExtUtils/MM_Unix.pm
7500 ____________________________________________________________________________
7501 [  3812] By: jhi                                   on 1999/07/28  16:20:17
7502         Log: Fix a typo, un-shout, and reformat the installation output.
7503      Branch: cfgperl
7504            ! lib/ExtUtils/Install.pm
7505 ____________________________________________________________________________
7506 [  3811] By: gsar                                  on 1999/07/28  15:41:11
7507         Log: fix typo that caused INSTALLPRIVLIB to have doubled 'perl5'
7508      Branch: perl
7509            ! lib/ExtUtils/MM_Unix.pm
7510 ____________________________________________________________________________
7511 [  3810] By: jhi                                   on 1999/07/28  13:55:57
7512         Log: Talk more about subsecond things in perlfunc.
7513              (Yes, redundant with perlfaq8.)
7514      Branch: cfgperl
7515            ! pod/perlfunc.pod
7516 ____________________________________________________________________________
7517 [  3809] By: jhi                                   on 1999/07/28  07:23:48
7518         Log: Integrate with Sarathy.
7519      Branch: cfgperl
7520           !> configpm hints/freebsd.sh lib/Pod/Html.pm perl.h t/op/grent.t
7521           !> t/op/pwent.t
7522 ____________________________________________________________________________
7523 [  3808] By: jhi                                   on 1999/07/28  07:23:03
7524         Log: Document toke.c.
7525              From: Nathan Torkington <gnat@frii.com>
7526              To: perl5-porters@perl.org
7527              Subject: Re: toke.c patch, work in progress
7528              Date: Tue, 27 Jul 1999 23:02:09 -0600 (MDT)
7529              Message-ID: <14238.36561.979473.667842@localhost.frii.com>
7530      Branch: cfgperl
7531            ! toke.c
7532 ____________________________________________________________________________
7533 [  3807] By: jhi                                   on 1999/07/28  07:10:56
7534         Log: perlre clarification.
7535              
7536              From: Ian Phillipps <ian@dial.pipex.com>
7537              To: Perl 5 Porters <perl5-porters@perl.org>
7538              Subject: [PATCH 5.00557] Add definite article to perlre.pod
7539              Date: Tue, 27 Jul 1999 10:46:29 +0100
7540              Message-ID: <19990727104629.A10074@homer.diplex.co.uk>
7541      Branch: cfgperl
7542            ! pod/perlre.pod
7543 ____________________________________________________________________________
7544 [  3806] By: gsar                                  on 1999/07/28  07:07:46
7545         Log: fix the perl -V breakage
7546              
7547              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7548              To: Jarkko Hietaniemi <jhi@iki.fi>
7549              Cc: "John L. Allen" <allen@grumman.com>, perl5-porters@perl.org,
7550              gsar@activestate.com
7551              Subject: Re: Follow up to: _58 on AIX 431
7552              Date: Tue, 27 Jul 1999 17:42:00 -0400
7553              Message-ID: <19990727174200.A12775@monk.mps.ohio-state.edu>
7554      Branch: perl
7555            ! configpm
7556 ____________________________________________________________________________
7557 [  3805] By: gsar                                  on 1999/07/28  07:03:34
7558         Log: avoid warning (from Doug MacEachern)
7559      Branch: perl
7560            ! perl.h
7561 ____________________________________________________________________________
7562 [  3804] By: gsar                                  on 1999/07/28  06:59:30
7563         Log: Pod::Html tweak
7564              
7565              From: jan.dubois@ibm.net (Jan Dubois)
7566              To: perl5-porters@perl.org
7567              Subject: [PATCH 5.005_58] pod2html: Missing chunk for VMS filenames
7568              Date: Tue, 27 Jul 1999 22:14:12 +0200
7569              Message-ID: <37a50af0.46171380@smtp1.ibm.net>
7570      Branch: perl
7571            ! lib/Pod/Html.pm
7572 ____________________________________________________________________________
7573 [  3803] By: gsar                                  on 1999/07/28  06:56:38
7574         Log: freebsd hints update
7575              
7576              From: Anton Berezin <tobez@plab.ku.dk>
7577              To: perl5-porters@perl.org
7578              Subject: [ID 19990727.034] Not OK: perl 5.00558 on i386-freebsd-thread4.0-current (UNINSTALLED)
7579              Date: Tue, 27 Jul 1999 20:29:39 +0200 (CEST)
7580              Message-Id: <199907271829.UAA62861@lion.plab.ku.dk>
7581      Branch: perl
7582            ! hints/freebsd.sh
7583 ____________________________________________________________________________
7584 [  3802] By: gsar                                  on 1999/07/28  06:51:32
7585         Log: cosmetic testsuite patch
7586              
7587              From: Graham Barr <gbarr@ti.com>
7588              To: Perl5 Porters <perl5-porters@perl.org>
7589              Subject: 5.005_58 build
7590              Date: Tue, 27 Jul 1999 08:09:25 -0500
7591              Message-ID: <19990727080925.F4683@dal.asp.ti.com>
7592      Branch: perl
7593            ! t/op/grent.t t/op/pwent.t
7594 ____________________________________________________________________________
7595 [  3801] By: jhi                                   on 1999/07/27  13:49:39
7596         Log: Minuscule cleanup of the integer overflow patch.
7597      Branch: cfgperl
7598            ! util.c
7599 ____________________________________________________________________________
7600 [  3800] By: jhi                                   on 1999/07/27  13:37:23
7601         Log: Test hex('x...').
7602      Branch: cfgperl
7603            ! t/op/oct.t
7604 ____________________________________________________________________________
7605 [  3799] By: jhi                                   on 1999/07/27  12:45:45
7606         Log: Integrate with Sarathy (5.005_58).
7607      Branch: cfgperl
7608            - ext/B/byteperl.c
7609           !> Changes MANIFEST Porting/makerel configpm embed.h embed.pl
7610           !> ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.pm
7611           !> ext/SDBM_File/Makefile.PL lib/AutoLoader.pm
7612           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
7613           !> lib/Pod/Parser.pm lib/SelfLoader.pm os2/OS2/REXX/Makefile.PL
7614           !> perl.h pod/perldelta.pod pod/perlfaq9.pod pod/perlhist.pod
7615           !> win32/bin/pl2bat.pl win32/config_H.bc win32/config_H.gc
7616           !> win32/config_H.vc
7617 ____________________________________________________________________________
7618 [  3798] By: jhi                                   on 1999/07/27  12:42:43
7619         Log: Integer constants (0x, 0[0-7], 0b) now overflow fatally,
7620              they used to be just optional lexical warnings.
7621              Also, with warnings turned on, constants > 2**32-1
7622              trigger a non-portability warning.
7623      Branch: cfgperl
7624            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod pp.c
7625            ! t/op/oct.t t/pragma/warn/6default t/pragma/warn/util toke.c
7626            ! util.c
7627 ____________________________________________________________________________
7628 [  3797] By: gsar                                  on 1999/07/27  10:48:27
7629         Log: here lies 5.005_58
7630      Branch: perl
7631            - ext/B/byteperl.c
7632            ! Changes MANIFEST Porting/makerel pod/perldelta.pod
7633            ! pod/perlfaq9.pod pod/perlhist.pod
7634
7635 ----------------
7636 Version 5.005_58
7637 ----------------
7638
7639 ____________________________________________________________________________
7640 [  3796] By: gsar                                  on 1999/07/27  09:23:42
7641         Log: regenerate win32/config_H.?c
7642      Branch: perl
7643            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7644 ____________________________________________________________________________
7645 [  3795] By: gsar                                  on 1999/07/27  09:02:31
7646         Log: From: Tye McQueen <tye@metronet.com>
7647              Date: Mon, 26 Jul 1999 19:19:22 -0500 (CDT)
7648              Message-Id: <199907270019.AA08223@metronet.com>
7649              Subject: Patch pl2bat.pl so batch file can fail
7650      Branch: perl
7651            ! win32/bin/pl2bat.pl
7652 ____________________________________________________________________________
7653 [  3794] By: gsar                                  on 1999/07/27  08:59:58
7654         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7655              Date: Mon, 26 Jul 1999 01:09:00 -0400 (EDT)
7656              Message-Id: <199907260509.BAA26303@monk.mps.ohio-state.edu>
7657              Subject: [PATCH 5.005_57] decrease memory footprint of standard modules
7658      Branch: perl
7659            ! configpm ext/POSIX/POSIX.pm lib/AutoLoader.pm
7660            ! lib/SelfLoader.pm
7661 ____________________________________________________________________________
7662 [  3793] By: gsar                                  on 1999/07/27  08:19:16
7663         Log: support -DPERL_BINCOMPAT_5005, still needs a Configure test
7664              (from Andy Dougherty)
7665      Branch: perl
7666            ! embed.h embed.pl
7667 ____________________________________________________________________________
7668 [  3792] By: gsar                                  on 1999/07/27  08:04:19
7669         Log: recognize more constructs such as C<$-> in pod (from Russ Allbery
7670              and Brad Appleton)
7671      Branch: perl
7672            ! lib/Pod/Parser.pm
7673 ____________________________________________________________________________
7674 [  3791] By: gsar                                  on 1999/07/27  07:50:54
7675         Log: cover case where CLK_TCK is a float, not integer (from
7676              alexander smishlajev <als@turnhere.com>)
7677      Branch: perl
7678            ! ext/Devel/DProf/DProf.xs
7679 ____________________________________________________________________________
7680 [  3790] By: gsar                                  on 1999/07/27  07:45:08
7681         Log: provide MakeMaker attribute PERL_MALLOC_OK that allows extensions
7682              to call Perl_malloc() as malloc() (from Ilya Zakharevich)
7683      Branch: perl
7684            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
7685            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
7686 ____________________________________________________________________________
7687 [  3789] By: jhi                                   on 1999/07/27  07:44:55
7688         Log: Integrate with Sarathy.
7689      Branch: cfgperl
7690           +> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
7691           !> MANIFEST doio.c embed.h embed.pl ext/B/B/CC.pm
7692           !> ext/SDBM_File/sdbm/sdbm.h global.sym lib/Pod/Html.pm
7693           !> lib/Pod/Text.pm objXSUB.h opcode.h opcode.pl perlapi.c
7694           !> pod/perldiag.pod pod/perlfunc.pod pod/pod2text.PL pp_sys.c
7695           !> proto.h t/comp/proto.t t/io/open.t
7696 ____________________________________________________________________________
7697 [  3788] By: gsar                                  on 1999/07/27  07:29:59
7698         Log: replace Pod::Text with Pod::SimpleText v0.01 (thanks
7699              to Russ Allbery <rra@stanford.edu>); s/Simple// and
7700              s/pod2txt/pod2text/ etc.
7701      Branch: perl
7702            + lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
7703            ! MANIFEST lib/Pod/Text.pm pod/pod2text.PL
7704 ____________________________________________________________________________
7705 [  3787] By: gsar                                  on 1999/07/27  06:48:40
7706         Log: From: Andy Dougherty <doughera@lafayette.edu>
7707              Date: Wed, 16 Jun 1999 14:40:09 -0400 (EDT)
7708              Message-Id: <Pine.GSU.4.05.9906161435390.248-100000@newton.phys>
7709              Subject: Re: [ID 19990608.003] my_bcopy problem; Unixware 2.0.3
7710      Branch: perl
7711            ! ext/SDBM_File/sdbm/sdbm.h
7712 ____________________________________________________________________________
7713 [  3786] By: gsar                                  on 1999/07/27  06:30:09
7714         Log: applied suggested patch; added missing prototype changes to
7715              opcode.pl along with documentation typos (feature still needs
7716              to be described in perlopentut.pod and summarized in
7717              perldelta.pod)
7718              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7719              Date: Thu, 17 Jun 1999 00:39:34 -0400 (EDT)
7720              Message-Id: <199906170439.AAA18154@monk.mps.ohio-state.edu>
7721              Subject: [PATCH 5.00557] 3-arg open
7722      Branch: perl
7723            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
7724            ! opcode.pl perlapi.c pod/perldiag.pod pod/perlfunc.pod pp_sys.c
7725            ! proto.h t/comp/proto.t t/io/open.t
7726 ____________________________________________________________________________
7727 [  3785] By: gsar                                  on 1999/07/27  04:36:39
7728         Log: don't quit if =head* wasn't found (suggested by Roland Bauer
7729              <roland.bauer@fff.at>)
7730      Branch: perl
7731            ! lib/Pod/Html.pm
7732 ____________________________________________________________________________
7733 [  3784] By: gsar                                  on 1999/07/27  03:56:17
7734         Log: change#3762 wasn't needed
7735      Branch: perl
7736            ! ext/B/B/CC.pm
7737 ____________________________________________________________________________
7738 [  3783] By: jhi                                   on 1999/07/26  19:08:21
7739         Log: Integrate with Sarathy.
7740      Branch: cfgperl
7741           !> Changes makedef.pl patchlevel.h pod/perlfunc.pod pp_ctl.c
7742           !> toke.c utils/dprofpp.PL win32/Makefile win32/config_H.bc
7743           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
7744 ____________________________________________________________________________
7745 [  3782] By: gsar                                  on 1999/07/26  18:16:50
7746         Log: update Changes, patchlevel &c.
7747      Branch: perl
7748            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
7749            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
7750 ____________________________________________________________________________
7751 [  3781] By: gsar                                  on 1999/07/26  17:54:47
7752         Log: a more correct fix for change#2744
7753              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
7754              Date: Sun, 25 Jul 1999 14:02:25 -0500 (CDT)
7755              Message-ID: <14235.24385.671437.246345@alias-2.pr.mcs.net>
7756              Subject: [PATCH _57] Re: toke.c questions 
7757      Branch: perl
7758            ! toke.c
7759 ____________________________________________________________________________
7760 [  3780] By: gsar                                  on 1999/07/26  17:37:04
7761         Log: utime() doc typo from Greg Bacon <gbacon@itsc.uah.edu>
7762      Branch: perl
7763            ! pod/perlfunc.pod
7764 ____________________________________________________________________________
7765 [  3779] By: jhi                                   on 1999/07/26  16:37:23
7766         Log: Dusting off.
7767      Branch: cfgperl
7768            ! README.threads
7769 ____________________________________________________________________________
7770 [  3778] By: gsar                                  on 1999/07/26  13:28:46
7771         Log: avoid DIVZERO
7772      Branch: perl
7773            ! utils/dprofpp.PL
7774 ____________________________________________________________________________
7775 [  3777] By: gsar                                  on 1999/07/26  13:18:53
7776         Log: warnings identified by Borland compiler
7777      Branch: perl
7778            ! makedef.pl pp_ctl.c
7779 ____________________________________________________________________________
7780 [  3776] By: jhi                                   on 1999/07/26  13:07:36
7781         Log: Integrate with Sarathy.
7782      Branch: cfgperl
7783           !> lib/Carp/Heavy.pm pp_ctl.c pp_hot.c
7784 ____________________________________________________________________________
7785 [  3775] By: gsar                                  on 1999/07/26  12:55:43
7786         Log: avoid infinite recursion when Thread.pm croaks during
7787              bootstrap
7788      Branch: perl
7789            ! lib/Carp/Heavy.pm
7790 ____________________________________________________________________________
7791 [  3774] By: gsar                                  on 1999/07/26  12:43:02
7792         Log: integrate cfgperl contents into mainline
7793      Branch: perl
7794           +> lib/Carp/Heavy.pm
7795           !> MANIFEST Makefile.SH cflags.SH configpm ext/util/make_ext
7796           !> lib/AutoSplit.pm lib/Carp.pm makedepend.SH pod/pod2html.PL
7797           !> pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
7798           !> pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
7799           !> writemain.SH x2p/Makefile.SH x2p/cflags.SH
7800 ____________________________________________________________________________
7801 [  3773] By: jhi                                   on 1999/07/26  12:40:29
7802         Log: Use long doubles only if they are useful.
7803      Branch: cfgperl
7804            ! ext/POSIX/POSIX.xs
7805 ____________________________________________________________________________
7806 [  3772] By: gsar                                  on 1999/07/26  12:33:11
7807         Log: typo in change#3768
7808      Branch: perl
7809            ! pp_hot.c
7810 ____________________________________________________________________________
7811 [  3771] By: gsar                                  on 1999/07/26  12:08:27
7812         Log: alpha-stage support for user-hooks in @INC
7813              From: Ken Fox <kfox@ford.com>
7814              Date: Mon, 19 Jul 1999 22:12:29 -0400 (EDT)
7815              Message-Id: <199907200213.WAA02816@mailfw2.ford.com>
7816              Subject: Re: loading remote modules
7817      Branch: perl
7818            ! pp_ctl.c
7819 ____________________________________________________________________________
7820 [  3770] By: jhi                                   on 1999/07/26  11:38:36
7821         Log: Back out #3735.  Needs more work.
7822      Branch: cfgperl
7823            ! Makefile.SH cflags.SH configpm ext/util/make_ext
7824            ! lib/AutoSplit.pm makedepend.SH pod/pod2html.PL
7825            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
7826            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
7827            ! writemain.SH x2p/Makefile.SH x2p/cflags.SH
7828 ____________________________________________________________________________
7829 [  3769] By: jhi                                   on 1999/07/26  11:24:45
7830         Log: Integrate with Sarathy.
7831      Branch: cfgperl
7832           !> (integrate 35 files)
7833 ____________________________________________________________________________
7834 [  3768] By: gsar                                  on 1999/07/26  11:03:07
7835         Log: optimize method name lookup
7836              From: Chip Salzenberg <chip@perlsupport.com>
7837              Date: Thu, 22 Jul 1999 13:43:36 -0400
7838              Message-ID: <19990722134336.Q391@perlsupport.com>
7839              Subject: [PATCH] OP_METHOD_NAMED
7840      Branch: perl
7841            ! dump.c embed.h embed.pl ext/Opcode/Opcode.pm objXSUB.h op.c
7842            ! opcode.h opcode.pl perlapi.c pp.sym pp_hot.c pp_proto.h
7843            ! proto.h
7844 ____________________________________________________________________________
7845 [  3767] By: gsar                                  on 1999/07/26  10:44:11
7846         Log: allow arrow omission in $foo[10]->('foo') etc. (but not in
7847              foo()->()); rework grammar to remove conflicts
7848              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
7849              Date: Fri, 23 Jul 1999 15:55:22 -0500 (CDT)
7850              Message-ID: <14232.54970.771570.548676@alias-2.pr.mcs.net>
7851              Subject: [PATCH _57, long] Re: optional arrow asymmetry
7852      Branch: perl
7853            ! Makefile.SH embed.h embed.pl global.sym objXSUB.h op.c
7854            ! perlapi.c perly.c perly.h perly.y perly_c.diff proto.h
7855            ! vms/perly_c.vms vms/perly_h.vms
7856 ____________________________________________________________________________
7857 [  3766] By: jhi                                   on 1999/07/26  10:18:56
7858         Log: Use $< instead of $*.c in *perlmain.o rules.
7859      Branch: cfgperl
7860            ! Makefile.SH
7861 ____________________________________________________________________________
7862 [  3765] By: gsar                                  on 1999/07/26  09:28:48
7863         Log: From: Ian Phillipps <ian@dial.pipex.com>
7864              Date: Fri, 23 Jul 1999 23:35:56 +0100
7865              Message-ID: <19990723233556.B2435@homer.diplex.co.uk>
7866              Subject: (Version 2) Extending unpack to deal with counted strings
7867      Branch: perl
7868            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
7869 ____________________________________________________________________________
7870 [  3764] By: jhi                                   on 1999/07/26  09:17:26
7871         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7872              To: perl5-porters@perl.org (Mailing list Perl5)
7873              Subject: [PATCH 5.005_57] Lean Carp.pm with Carp/Heavy.pm
7874              Date: Mon, 26 Jul 1999 04:05:27 -0400 (EDT)
7875              Message-Id: <199907260805.EAA26888@monk.mps.ohio-state.edu>
7876              
7877              The patch was based on 5_57 so had to re-apply lib/Carp.pm
7878              parts of changes #3498, #3696, and #3702 for the new
7879              lib/Carp/Heavy.pm.
7880      Branch: cfgperl
7881            + lib/Carp/Heavy.pm
7882            ! MANIFEST lib/Carp.pm
7883 ____________________________________________________________________________
7884 [  3763] By: gsar                                  on 1999/07/26  09:03:17
7885         Log: ~ isn't valid in VMS filenames
7886      Branch: perl
7887            ! lib/Pod/Html.pm
7888 ____________________________________________________________________________
7889 [  3762] By: gsar                                  on 1999/07/26  08:59:47
7890         Log: setstate stop-gap from Vishal Bhatia
7891      Branch: perl
7892            ! ext/B/B/CC.pm
7893 ____________________________________________________________________________
7894 [  3761] By: gsar                                  on 1999/07/26  08:06:39
7895         Log: patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;
7896              add B::OP::name() method that returns just the op_name;
7897              convert Deparse et all to use that instead of B::OP::ppaddr();
7898              add support for OP_SETSTATE in Deparse
7899      Branch: perl
7900            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Bytecode.pm
7901            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
7902            ! ext/B/B/Xref.pm opcode.h opcode.pl
7903 ____________________________________________________________________________
7904 [  3760] By: jhi                                   on 1999/07/26  07:14:43
7905         Log: Integrate with Sarathy.
7906      Branch: cfgperl
7907           !> (integrate 43 files)
7908 ____________________________________________________________________________
7909 [  3759] By: gsar                                  on 1999/07/26  05:12:24
7910         Log: add disclaimer about perl 4 libraries (modified version of
7911              patch suggested by Clinton Pierce <cpierce1@ford.com>)
7912      Branch: perl
7913            ! lib/abbrev.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
7914            ! lib/cacheout.pl lib/chat2.pl lib/complete.pl lib/ctime.pl
7915            ! lib/dotsh.pl lib/exceptions.pl lib/fastcwd.pl lib/flush.pl
7916            ! lib/ftp.pl lib/getcwd.pl lib/getopt.pl lib/getopts.pl
7917            ! lib/hostname.pl lib/look.pl lib/pwd.pl lib/termcap.pl
7918 ____________________________________________________________________________
7919 [  3758] By: gsar                                  on 1999/07/26  04:48:35
7920         Log: make reset() behave with high-bit characters
7921              From: Ian Phillipps <ian@dial.pipex.com>
7922              Date: Thu, 22 Jul 1999 22:48:59 +0100
7923              Message-ID: <19990722224859.A27987@homer.diplex.co.uk>
7924              Subject: [PATCH 5.005_57] sv_reset can cause stack corruption
7925      Branch: perl
7926            ! sv.c
7927 ____________________________________________________________________________
7928 [  3757] By: gsar                                  on 1999/07/26  04:40:32
7929         Log: update to perlport-1.44 from Chris Nandor <pudge@pobox.com>
7930      Branch: perl
7931            ! pod/perlport.pod
7932 ____________________________________________________________________________
7933 [  3756] By: gsar                                  on 1999/07/26  04:20:37
7934         Log: dprofpp pod additions from Nathan Torkington <gnat@frii.com>
7935      Branch: perl
7936            ! utils/dprofpp.PL
7937 ____________________________________________________________________________
7938 [  3755] By: gsar                                  on 1999/07/26  04:18:00
7939         Log: disable VPATH for now (breaks x2p build)
7940      Branch: perl
7941            ! x2p/Makefile.SH
7942 ____________________________________________________________________________
7943 [  3754] By: gsar                                  on 1999/07/26  03:15:33
7944         Log: INSTALL =~ s/5.006/5.6/; delay loading Errno until needed
7945              (%! has the necessary magic); misc typos
7946      Branch: perl
7947            ! INSTALL ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
7948            ! ext/GDBM_File/GDBM_File.pm gv.c jpl/JNI/JNI.pm
7949            ! lib/AutoLoader.pm lib/CPAN.pm perl.c pod/perllocale.pod
7950            ! utils/h2xs.PL
7951 ____________________________________________________________________________
7952 [  3753] By: gsar                                  on 1999/07/26  02:38:28
7953         Log: integrate cfgperl contents into mainline
7954      Branch: perl
7955           +> t/pragma/locale/latin1 t/pragma/locale/utf8
7956           !> (integrate 53 files)
7957 ____________________________________________________________________________
7958 [  3752] By: gsar                                  on 1999/07/26  02:11:31
7959         Log: ensure implicitly closed handles don't set $? or $!
7960      Branch: perl
7961            ! doio.c embed.h embed.pl perlapi.c proto.h sv.c t/io/pipe.t
7962 ____________________________________________________________________________
7963 [  3751] By: gsar                                  on 1999/07/26  01:28:34
7964         Log: change#3534 didn't preserve undef return values from caller()
7965      Branch: perl
7966            ! Changes pp_ctl.c
7967 ____________________________________________________________________________
7968 [  3750] By: jhi                                   on 1999/07/25  20:59:29
7969         Log: Back up a tiny bit from #3735.
7970              This may break builds outside the source directory
7971              but then again, they do not work that ell yet anyway.
7972      Branch: cfgperl
7973            ! Makefile.SH
7974 ____________________________________________________________________________
7975 [  3750] By: jhi                                   on 1999/07/25  20:59:29
7976         Log: Back up a tiny bit from #3735.
7977              This may break builds outside the source directory
7978              but then again, they do not work that ell yet anyway.
7979      Branch: cfgperl
7980            ! Makefile.SH
7981 ____________________________________________________________________________
7982 [  3749] By: jhi                                   on 1999/07/25  19:15:55
7983         Log: Integrate with Sarathy.
7984      Branch: cfgperl
7985           !> lib/ExtUtils/MM_Unix.pm toke.c utils/h2xs.PL
7986 ____________________________________________________________________________
7987 [  3748] By: jhi                                   on 1999/07/25  19:06:59
7988         Log: Recode locale.t so that the change in #3730
7989              is not needed and locale.t works both without
7990              and with the utf8 pragma.
7991      Branch: cfgperl
7992            + t/pragma/locale/latin1 t/pragma/locale/utf8
7993            ! MANIFEST t/pragma/locale.t
7994 ____________________________________________________________________________
7995 [  3747] By: jhi                                   on 1999/07/25  19:01:46
7996         Log: Like #3743.
7997      Branch: cfgperl
7998            ! utils/perlbug.PL
7999 ____________________________________________________________________________
8000 [  3746] By: gsar                                  on 1999/07/25  18:08:58
8001         Log: add option to omit Changes file, from Abigail <abigail@delanet.com>;
8002              append a HISTORY section to POD if option is used
8003      Branch: perl
8004            ! utils/h2xs.PL
8005 ____________________________________________________________________________
8006 [  3745] By: gsar                                  on 1999/07/25  17:40:03
8007         Log: warn rather than die when parse_version() can't cut it (from
8008              Michael G Schwern <schwern@pobox.com>)
8009      Branch: perl
8010            ! lib/ExtUtils/MM_Unix.pm
8011 ____________________________________________________________________________
8012 [  3744] By: gsar                                  on 1999/07/25  16:32:48
8013         Log: make map behave like grep wrt indirect object slot when
8014              there are parentheses; revert an experimental mod by Larry
8015              in change#2038 that failed to parse %{{qw(a b c)}} properly
8016              (this means C<map {use Foo; ...} ...> still needs a proper
8017              fix)
8018      Branch: perl
8019            ! toke.c
8020 ____________________________________________________________________________
8021 [  3743] By: jhi                                   on 1999/07/25  16:24:55
8022         Log: Fix a typo in #3725.
8023      Branch: cfgperl
8024            ! utils/perlbug.PL
8025 ____________________________________________________________________________
8026 [  3742] By: jhi                                   on 1999/07/25  16:14:39
8027         Log: Integrate with Sarathy.
8028      Branch: cfgperl
8029           !> (integrate 26 files)
8030 ____________________________________________________________________________
8031 [  3741] By: jhi                                   on 1999/07/25  16:02:28
8032         Log: Cut-and-pasto in #3737.
8033      Branch: cfgperl
8034            ! perl.c
8035 ____________________________________________________________________________
8036 [  3740] By: gsar                                  on 1999/07/25  15:59:34
8037         Log: add note about glibc bug
8038      Branch: perl
8039            ! t/pragma/warn/pp_hot
8040 ____________________________________________________________________________
8041 [  3739] By: gsar                                  on 1999/07/25  15:48:40
8042         Log: fix bug in change#3728 that might free COPs prematurely;
8043              null(op) now does more thorough scrubbing of the op, which
8044              fixes a few compile-time memory "leaks"
8045      Branch: perl
8046            ! dump.c embed.h embed.pl op.c proto.h
8047 ____________________________________________________________________________
8048 [  3738] By: jhi                                   on 1999/07/25  14:15:26
8049         Log: In accordance with #3737.
8050      Branch: metaconfig
8051            ! U/installdirs/sitelib.U U/installdirs/vendorprefix.U
8052            ! U/modified/Oldconfig.U
8053      Branch: metaconfig/U/perl
8054            ! Extensions.U
8055 ____________________________________________________________________________
8056 [  3737] By: jhi                                   on 1999/07/25  14:12:34
8057         Log: Use vendorprefixlib.
8058      Branch: cfgperl
8059            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8060            ! config_h.SH perl.c
8061 ____________________________________________________________________________
8062 [  3736] By: jhi                                   on 1999/07/25  13:10:03
8063         Log: Populate metaconfig branch.
8064      Branch: metaconfig
8065            + (add 1468 files)
8066      Branch: metaconfig/U/perl
8067            + (add 101 files)
8068 ____________________________________________________________________________
8069 [  3735] By: jhi                                   on 1999/07/25  12:27:20
8070         Log: First steps of making builds outside the source
8071              directory possible.  These should get us as far
8072              as miniperl, then building DynaLoader falls into
8073              tiny twinkling pieces as MakeMaker knows nothing
8074              of VPATH mindset.
8075      Branch: cfgperl
8076            ! Configure Makefile.SH cflags.SH config_h.SH configpm
8077            ! ext/util/make_ext lib/AutoSplit.pm makedepend.SH
8078            ! pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL
8079            ! pod/pod2text.PL pod/pod2usage.PL pod/podchecker.PL
8080            ! pod/podselect.PL writemain.SH x2p/Makefile.SH x2p/cflags.SH
8081 ____________________________________________________________________________
8082 [  3734] By: jhi                                   on 1999/07/25  11:19:28
8083         Log: Poor Glossary--are we fixed yet?
8084      Branch: cfgperl
8085            ! Porting/Glossary
8086 ____________________________________________________________________________
8087 [  3733] By: jhi                                   on 1999/07/25  11:15:06
8088         Log: Change #3732 mistakenly clobbered Glossary.
8089      Branch: cfgperl
8090            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8091            ! config_h.SH
8092 ____________________________________________________________________________
8093 [  3732] By: jhi                                   on 1999/07/25  10:46:39
8094         Log: Andy's new installation scheme (note: a lot of this
8095              leaked in already with change #3731).  The vendor*
8096              stuff is not used anywhere (in *.SH, say), so it
8097              isn't in Configure, either.
8098      Branch: cfgperl
8099            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8100            ! config_h.SH
8101 ____________________________________________________________________________
8102 [  3731] By: jhi                                   on 1999/07/25  10:12:07
8103         Log: Circumcode a strange shell(?) bug in AIX found
8104              while trying to do -Duse64bits (which I couldn't do
8105              in the end because the CPU isn't 64-bit in that box,
8106              but at least now the probing doesn't crash.)
8107      Branch: cfgperl
8108            ! Configure config_h.SH hints/aix.sh
8109 ____________________________________________________________________________
8110 [  3730] By: gsar                                  on 1999/07/25  04:56:56
8111         Log: fix little utf8 nits in testsuite; add patch from Ilya that cures
8112              a utf8 bug in one of the new RE optimizations
8113      Branch: perl
8114            ! regcomp.c regexec.c t/harness t/lib/io_udp.t t/op/re_tests
8115            ! t/pragma/locale.t
8116 ____________________________________________________________________________
8117 [  3729] By: jhi                                   on 1999/07/23  19:56:27
8118         Log: From: Andy Dougherty <doughera@lafayette.edu>
8119              To: Perl Porters <perl5-porters@perl.org>
8120              Subject: [PATCH 5.005_57] INSTALL-1.58
8121              Date: Fri, 23 Jul 1999 10:50:13 -0400 (EDT)
8122              Message-Id: <Pine.GSU.4.05.9907231033190.3555-100000@newton.phys>
8123              
8124              plus
8125              
8126              From: "Kurt D. Starsinic" <kstar@chapin.edu>
8127              To: Andy Dougherty <doughera@lafayette.edu>
8128              Cc: Perl Porters <perl5-porters@perl.org>
8129              Subject: Re: [PATCH 5.005_57] INSTALL-1.58
8130              Date: Fri, 23 Jul 1999 13:38:25 -0400
8131              Message-ID: <19990723133825.A12033@O2.chapin.edu>
8132      Branch: cfgperl
8133            ! INSTALL
8134 ____________________________________________________________________________
8135 [  3728] By: gsar                                  on 1999/07/23  17:24:42
8136         Log: applied suggested patch for tracking line numbers correctly in
8137              optimized blocks with a single statement; changed setcop to
8138              setstate and added code for -Dx dumps
8139              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8140              Date: Wed, 23 Jun 1999 17:27:42 +0100
8141              Message-Id: <199906231627.RAA24033@crypt.compulink.co.uk>
8142              Subject: [PATCH 5.005_57] Line number error in optimised else() 
8143      Branch: perl
8144            ! dump.c embed.h ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.pm
8145            ! objXSUB.h op.c opcode.h opcode.pl perlapi.c pp.sym pp_hot.c
8146            ! pp_proto.h t/op/misc.t
8147 ____________________________________________________________________________
8148 [  3727] By: gsar                                  on 1999/07/23  15:56:04
8149         Log: avoid useless use of target for pp_each(); also fixes bugs due to
8150              refcount held by the target
8151      Branch: perl
8152            ! opcode.h opcode.pl pp.c t/op/each.t
8153 ____________________________________________________________________________
8154 [  3726] By: jhi                                   on 1999/07/23  12:08:30
8155         Log: Change #3725 aftershock.
8156      Branch: cfgperl
8157            ! INSTALL jpl/JNI/JNI.pm
8158 ____________________________________________________________________________
8159 [  3725] By: jhi                                   on 1999/07/23  11:58:49
8160         Log: Introduce $Config{ldlibpthname} which contains
8161              the name of the environment variable holding the
8162              dynamic library search path, often LD_LIBRARY_PATH.
8163              Use this new feature all over.
8164              Also removed remnants of admonition "add LD_LIBRARY_PATH
8165              before running make" because Makefile.SH does this for you. 
8166      Branch: cfgperl
8167            ! Configure Makefile.SH config_h.SH
8168            ! ext/DynaLoader/DynaLoader_pm.PL hints/README.hints
8169            ! hints/aix.sh hints/beos.sh hints/cygwin32.sh hints/dgux.sh
8170            ! hints/epix.sh hints/esix4.sh hints/hpux.sh hints/next_4.sh
8171            ! hints/os2.sh hints/rhapsody.sh hints/svr4.sh jpl/JNI/JNI.pm
8172            ! jpl/install-jpl utils/perlbug.PL
8173 ____________________________________________________________________________
8174 [  3724] By: jhi                                   on 1999/07/23  08:03:36
8175         Log: From: Spider Boardman <spider@orb.nashua.nh.us>
8176              To: perl5-porters@perl.org
8177              Subject: [PATCH] Re: [ID 19990715.003] [BUG] all perl5 versions: segfault on $# 
8178              Date: Thu, 22 Jul 1999 19:58:34 -0400
8179              Message-Id: <199907222358.TAA27354@Orb.Nashua.NH.US>
8180      Branch: cfgperl
8181            ! av.c
8182 ____________________________________________________________________________
8183 [  3723] By: gsar                                  on 1999/07/23  00:01:29
8184         Log: emit warning about function calls that were encountered too early
8185              to enforce their prototype
8186      Branch: perl
8187            ! op.c op.h pod/perldiag.pod
8188 ____________________________________________________________________________
8189 [  3722] By: jhi                                   on 1999/07/22  21:19:59
8190         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
8191              To: perl5-porters@perl.org
8192              Cc: Chip Salzenberg <chip@perlsupport.com>, Gurusamy Sarathy <gsar@activestate.com>
8193              Subject: [PATCH] MakeMaker documentation
8194              Date: Wed, 21 Jul 1999 14:15:42 -0400
8195              Message-ID: <19990721141542.A1800@O2.chapin.edu>
8196      Branch: cfgperl
8197            ! lib/ExtUtils/MakeMaker.pm
8198 ____________________________________________________________________________
8199 [  3721] By: jhi                                   on 1999/07/22  21:05:19
8200         Log: From: pvhp@forte.com (Peter Prymmer)
8201              To: chip@perlsupport.com, gsar@activestate.com, perl-mvs@perl.org, perl5-porters@perl.org
8202              Subject: [PATCH: 5.005_03 && 5.005_57]os390 hints file appendix stops bad builds
8203              Date: Wed, 21 Jul 99 17:15:39 PDT
8204              Message-Id: <9907220015.AA11931@forte.com>
8205      Branch: cfgperl
8206            ! hints/os390.sh
8207 ____________________________________________________________________________
8208 [  3720] By: jhi                                   on 1999/07/22  20:51:17
8209         Log: AIX magic: ccdlflags needs to be different for
8210              Perl itself and for extra-core extensions
8211              (as used by ExtUtilss::embed::ldopts).
8212              Based on the problems described in
8213              
8214              From: Mike W Ellwood <mwe@rl.ac.uk>
8215              To: perl5-porters@perl.org
8216              Subject: [ID 19990722.002] Perl 5.00503 and AIX 4.1.5; perl.exp; build errors. Also Imagemagick...
8217              Date: Thu, 22 Jul 1999 14:28:19 +0100 (BST)
8218              Reply-To: m.w.ellwood@rl.ac.uk
8219              Message-Id: <Pine.A41.3.96.990722141209.72660V-100000@unixfe.rl.ac.uk>
8220      Branch: cfgperl
8221            ! Configure Makefile.SH config_h.SH hints/aix.sh
8222 ____________________________________________________________________________
8223 [  3719] By: jhi                                   on 1999/07/22  08:23:53
8224         Log: Update history records.
8225      Branch: cfgperl
8226            ! pod/perlhist.pod
8227 ____________________________________________________________________________
8228 [  3718] By: jhi                                   on 1999/07/21  13:54:42
8229         Log: Todododobedobedo.
8230      Branch: cfgperl
8231            ! Todo
8232 ____________________________________________________________________________
8233 [  3717] By: jhi                                   on 1999/07/21  12:10:48
8234         Log: Even more Todo.
8235      Branch: cfgperl
8236            ! Todo
8237 ____________________________________________________________________________
8238 [  3716] By: jhi                                   on 1999/07/21  11:40:39
8239         Log: Use Errno more extensively so that error
8240              messages are more portable (another way
8241              would be to muck around with LC_MESSAGES).
8242              Problem reported in
8243              
8244              From: oracle@pcr8.pcr.com
8245              To: perl5-porters@perl.org
8246              Subject: [ID 19990719.003] LC_MESSAGES breaks h2xs autoloaded constants on AIX 4.1.4
8247              Date: Mon, 19 Jul 1999 18:39:13 -0400
8248              Message-Id: <9907192239.AA44990@pcr8.pcr.com>
8249      Branch: cfgperl
8250            ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
8251            ! ext/GDBM_File/GDBM_File.pm jpl/JNI/JNI.pm lib/AutoLoader.pm
8252            ! lib/CPAN.pm pod/perllocale.pod utils/h2xs.PL
8253 ____________________________________________________________________________
8254 [  3715] By: jhi                                   on 1999/07/21  11:05:36
8255         Log: Slightly modified patch.
8256              From: Sean Sheedy <seans@ncube.com>
8257              To: perl5-porters@perl.org
8258              Subject: [ID 19990720.003] Perl 5.005_3 patch: Non-standard object extensions
8259              Date: Tue, 20 Jul 1999 09:52:06 -0700
8260              Message-Id: <3794A935.1C150E54@ncube.com>
8261      Branch: cfgperl
8262            ! cflags.SH x2p/cflags.SH
8263 ____________________________________________________________________________
8264 [  3714] By: jhi                                   on 1999/07/20  21:26:19
8265         Log: More Todo.
8266      Branch: cfgperl
8267            ! Todo
8268 ____________________________________________________________________________
8269 [  3713] By: jhi                                   on 1999/07/20  18:02:45
8270         Log: Integrate with Sarathy.
8271      Branch: cfgperl
8272           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
8273           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
8274           +> ext/Devel/DProf/Todo t/lib/dprof.t t/lib/dprof/V.pm
8275           +> t/lib/dprof/test1_t t/lib/dprof/test1_v t/lib/dprof/test2_t
8276           +> t/lib/dprof/test2_v t/lib/dprof/test3_t t/lib/dprof/test3_v
8277           +> t/lib/dprof/test4_t t/lib/dprof/test4_v t/lib/dprof/test5_t
8278           +> t/lib/dprof/test5_v t/lib/dprof/test6_t t/lib/dprof/test6_v
8279           +> utils/dprofpp.PL
8280           !> INSTALL MAINTAIN MANIFEST configure.com
8281           !> ext/Devel/Peek/Makefile.PL installman installperl
8282           !> pod/roffitall utils/Makefile vms/descrip_mms.template
8283           !> win32/Makefile win32/makefile.mk win32/win32.h
8284 ____________________________________________________________________________
8285 [  3712] By: gsar                                  on 1999/07/20  15:29:01
8286         Log: DProf tweak
8287      Branch: perl
8288            ! ext/Devel/DProf/DProf.xs
8289 ____________________________________________________________________________
8290 [  3711] By: gsar                                  on 1999/07/20  07:56:19
8291         Log: another DProf build tweak
8292      Branch: perl
8293            ! utils/dprofpp.PL
8294 ____________________________________________________________________________
8295 [  3710] By: gsar                                  on 1999/07/20  07:36:36
8296         Log: move DProf things around to where they are supposed to be
8297      Branch: perl
8298            + t/lib/dprof.t t/lib/dprof/V.pm t/lib/dprof/test1_t
8299            + t/lib/dprof/test1_v t/lib/dprof/test2_t t/lib/dprof/test2_v
8300            + t/lib/dprof/test3_t t/lib/dprof/test3_v t/lib/dprof/test4_t
8301            + t/lib/dprof/test4_v t/lib/dprof/test5_t t/lib/dprof/test5_v
8302            + t/lib/dprof/test6_t t/lib/dprof/test6_v
8303           +> utils/dprofpp.PL
8304            - ext/Devel/DProf/dprofpp.PL ext/Devel/DProf/t/V.pm
8305            - ext/Devel/DProf/t/test1.pl ext/Devel/DProf/t/test1.t
8306            - ext/Devel/DProf/t/test1.v ext/Devel/DProf/t/test2.t
8307            - ext/Devel/DProf/t/test2.v ext/Devel/DProf/t/test3.t
8308            - ext/Devel/DProf/t/test3.v ext/Devel/DProf/t/test4.t
8309            - ext/Devel/DProf/t/test4.v ext/Devel/DProf/t/test5.t
8310            - ext/Devel/DProf/t/test5.v ext/Devel/DProf/t/test6.t
8311            - ext/Devel/DProf/t/test6.v ext/Devel/DProf/test.pl
8312            ! INSTALL MANIFEST ext/Devel/DProf/Makefile.PL installman
8313            ! installperl pod/roffitall utils/Makefile
8314            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
8315 ____________________________________________________________________________
8316 [  3709] By: gsar                                  on 1999/07/20  06:13:16
8317         Log: DProf fixups for PERL_IMPLICIT_CONTEXT
8318      Branch: perl
8319            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
8320            ! ext/Devel/Peek/Makefile.PL
8321 ____________________________________________________________________________
8322 [  3708] By: gsar                                  on 1999/07/20  06:01:22
8323         Log: move DProf to Devel/DProf
8324      Branch: perl
8325           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
8326           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
8327           +> ext/Devel/DProf/Todo ext/Devel/DProf/dprofpp.PL
8328           +> ext/Devel/DProf/t/V.pm ext/Devel/DProf/t/test1.pl
8329           +> ext/Devel/DProf/t/test1.t ext/Devel/DProf/t/test1.v
8330           +> ext/Devel/DProf/t/test2.t ext/Devel/DProf/t/test2.v
8331           +> ext/Devel/DProf/t/test3.t ext/Devel/DProf/t/test3.v
8332           +> ext/Devel/DProf/t/test4.t ext/Devel/DProf/t/test4.v
8333           +> ext/Devel/DProf/t/test5.t ext/Devel/DProf/t/test5.v
8334           +> ext/Devel/DProf/t/test6.t ext/Devel/DProf/t/test6.v
8335           +> ext/Devel/DProf/test.pl
8336            - ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
8337            - ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
8338            - ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
8339            - ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
8340            - ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
8341            - ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
8342            - ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
8343            ! MAINTAIN MANIFEST configure.com win32/Makefile
8344            ! win32/makefile.mk
8345 ____________________________________________________________________________
8346 [  3707] By: gsar                                  on 1999/07/20  05:39:11
8347         Log: add Devel::DProf v19990108 from CPAN, as it was
8348      Branch: perl
8349            + ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
8350            + ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
8351            + ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
8352            + ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
8353            + ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
8354            + ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
8355            + ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
8356            ! MANIFEST
8357 ____________________________________________________________________________
8358 [  3706] By: gsar                                  on 1999/07/20  04:52:25
8359         Log: C<union any> needs no PERL_OBJECT-treatment
8360      Branch: perl
8361            ! win32/win32.h
8362 ____________________________________________________________________________
8363 [  3705] By: gsar                                  on 1999/07/20  04:11:54
8364         Log: fix problem in default build
8365      Branch: perl
8366            ! win32/Makefile win32/makefile.mk
8367 ____________________________________________________________________________
8368 [  3704] By: jhi                                   on 1999/07/19  07:06:36
8369         Log: Integrate with Sarathy.
8370      Branch: cfgperl
8371           !> Changes lib/Carp.pm makedef.pl pod/perldiag.pod sv.h util.c
8372           !> win32/win32.c
8373 ____________________________________________________________________________
8374 [  3703] By: gsar                                  on 1999/07/19  05:55:57
8375         Log: win32 nits
8376      Branch: perl
8377            ! makedef.pl sv.h
8378 ____________________________________________________________________________
8379 [  3702] By: gsar                                  on 1999/07/19  04:29:34
8380         Log: don't display tid from main thread (or testsuite breaks)
8381      Branch: perl
8382            ! lib/Carp.pm util.c
8383 ____________________________________________________________________________
8384 [  3701] By: gsar                                  on 1999/07/19  00:47:52
8385         Log: remove several doubled (and tripled!) entries
8386      Branch: perl
8387            ! pod/perldiag.pod
8388 ____________________________________________________________________________
8389 [  3700] By: gsar                                  on 1999/07/19  00:42:34
8390         Log: integrate cfgperl contents into mainline
8391      Branch: perl
8392           +> makedef.pl
8393            - perl_exp.SH win32/makedef.pl
8394           !> MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
8395           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_vms.xs hints/aix.sh
8396           !> pod/perldiag.pod pp.c regexec.c t/pragma/warn/util toke.c
8397           !> utf8.c util.c win32/Makefile win32/makefile.mk
8398 ____________________________________________________________________________
8399 [  3699] By: gsar                                  on 1999/07/19  00:33:59
8400         Log: avoid bug in win32_str_os_error() (from Jan Dubois)
8401      Branch: perl
8402            ! Changes win32/win32.c
8403 ____________________________________________________________________________
8404 [  3698] By: jhi                                   on 1999/07/18  21:33:57
8405         Log: Integrate with Sarathy.
8406      Branch: cfgperl
8407           +> t/op/chars.t
8408           !> (integrate 57 files)
8409 ____________________________________________________________________________
8410 [  3697] By: gsar                                  on 1999/07/18  05:22:36
8411         Log: From: pvhp@forte.com (Peter Prymmer)
8412              Date: Thu, 1 Jul 99 19:31:24 PDT
8413              Message-Id: <9907020231.AA16942@forte.com>
8414              Subject: [ID 19990701.031] 4 ctl chars on EBCDIC not asciiish enough
8415      Branch: perl
8416            + t/op/chars.t
8417            ! MANIFEST ebcdic.c t/op/ord.t
8418 ____________________________________________________________________________
8419 [  3696] By: gsar                                  on 1999/07/18  05:11:02
8420         Log: display thread id in diagnostics (suggested by Dan Sugalski)
8421      Branch: perl
8422            ! lib/Carp.pm util.c
8423 ____________________________________________________________________________
8424 [  3695] By: gsar                                  on 1999/07/18  04:57:47
8425         Log: missing perldiag entry (from Dan Sugalski <sugalskd@osshe.edu>)
8426      Branch: perl
8427            ! pod/perldiag.pod
8428 ____________________________________________________________________________
8429 [  3694] By: gsar                                  on 1999/07/18  04:56:28
8430         Log: cache [NIUP]V conversions of defined READONLY values
8431              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8432              Date: Sun, 11 Jul 1999 04:39:44 -0400
8433              Message-ID: <19990711043944.A25944@monk.mps.ohio-state.edu>
8434              Subject: [PATCH 5.005_57] Allow caching of numeric/string conversion
8435      Branch: perl
8436            ! sv.c
8437 ____________________________________________________________________________
8438 [  3693] By: gsar                                  on 1999/07/18  03:53:38
8439         Log: From: jan.dubois@ibm.net (Jan Dubois)
8440              Date: Sat, 17 Jul 1999 10:58:29 +0200
8441              Message-ID: <379144ad.13616689@smtp1.ibm.net>
8442              Subject: [PATCH 5.005] Some lib/ExtUtils/Manifest.pm POD fixes
8443      Branch: perl
8444            ! lib/ExtUtils/Manifest.pm
8445 ____________________________________________________________________________
8446 [  3692] By: gsar                                  on 1999/07/18  03:51:03
8447         Log: remove spurious newSTATEOP() that causes goto to enter one too many
8448              contexts when jumping between if and elsif blocks
8449      Branch: perl
8450            ! perly.c perly.y pp_ctl.c t/op/goto.t
8451 ____________________________________________________________________________
8452 [  3691] By: gsar                                  on 1999/07/18  01:49:59
8453         Log: detypo, update Changes
8454      Branch: perl
8455            ! Changes doio.c
8456 ____________________________________________________________________________
8457 [  3690] By: gsar                                  on 1999/07/18  01:16:59
8458         Log: mention the -Minteger effect on modulus (from Nathan Torkington)
8459      Branch: perl
8460            ! lib/integer.pm
8461 ____________________________________________________________________________
8462 [  3689] By: gsar                                  on 1999/07/18  00:47:17
8463         Log: ensure __END__ appears on a line by itself in wrapped
8464              scripts (thanks to Steve Tolkin <tolkin@mediaone.net>);
8465              mention caveat about successfull kill()
8466      Branch: perl
8467            ! pod/perlfunc.pod win32/bin/pl2bat.pl
8468 ____________________________________________________________________________
8469 [  3688] By: gsar                                  on 1999/07/17  20:47:44
8470         Log: noecho noops (from Nicholas Clark <nick@flirble.org>)
8471      Branch: perl
8472            ! ext/SDBM_File/sdbm/Makefile.PL
8473 ____________________________________________________________________________
8474 [  3687] By: gsar                                  on 1999/07/17  20:43:27
8475         Log: make CC.pm use a distinct CCPP() macro rather than PP()
8476              (suggested by Vishal Bhatia <vishalb@my-deja.com>)
8477      Branch: perl
8478            ! cc_runtime.h ext/B/B/CC.pm
8479 ____________________________________________________________________________
8480 [  3686] By: gsar                                  on 1999/07/17  20:39:08
8481         Log: tiny bug in vars.pm (from John Dlugosz)
8482      Branch: perl
8483            ! lib/vars.pm
8484 ____________________________________________________________________________
8485 [  3685] By: gsar                                  on 1999/07/17  20:37:27
8486         Log: applied suggested patch, along with later tweak
8487              From: jan.dubois@ibm.net (Jan Dubois)
8488              Date: Wed, 14 Jul 1999 23:53:43 +0200
8489              Message-ID: <37a902e7.15977234@smtp1.ibm.net>
8490              Subject: Merge ActivePerl Stylesheet support etc into Pod::Html.pm
8491      Branch: perl
8492            ! lib/Pod/Html.pm
8493 ____________________________________________________________________________
8494 [  3684] By: gsar                                  on 1999/07/17  20:24:32
8495         Log: avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop <domo@vo.lu>)
8496      Branch: perl
8497            ! thrdvar.h
8498 ____________________________________________________________________________
8499 [  3683] By: gsar                                  on 1999/07/17  20:21:01
8500         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8501              Date: Tue, 13 Jul 1999 05:44:28 -0400 (EDT)
8502              Message-Id: <199907130944.FAA04473@monk.mps.ohio-state.edu>
8503              Subject: [PATCH 5.005_57] Segfaults if $^P
8504      Branch: perl
8505            ! embed.h embed.pl global.sym mg.c objXSUB.h perl.c perlapi.c
8506            ! proto.h
8507 ____________________________________________________________________________
8508 [  3682] By: gsar                                  on 1999/07/17  20:04:17
8509         Log: use a better prefixify() heuristic than m/perl/ (prefix/lib/perl5
8510              and prefix/lib/perl5/man are ass_u_med only if those directories
8511              actually exist; else prefix/{lib,man} are used)
8512      Branch: perl
8513            ! lib/ExtUtils/MM_Unix.pm
8514 ____________________________________________________________________________
8515 [  3681] By: gsar                                  on 1999/07/17  19:12:33
8516         Log: allow $foo{$x} and $bar[$i] for (\$) prototype
8517      Branch: perl
8518            ! op.c t/comp/proto.t
8519 ____________________________________________________________________________
8520 [  3680] By: gsar                                  on 1999/07/17  18:23:55
8521         Log: fix vec() on magic values
8522              From: Ian Phillipps <ian@dial.pipex.com>
8523              Date: Mon, 12 Jul 1999 12:30:05 +0100
8524              Message-ID: <19990712123005.A11355@homer.diplex.co.uk>
8525              Subject: [PATCH 5.005_57] Re: do_vecset is broken.  Re: [ID 19990703.003].
8526      Branch: perl
8527            ! doop.c t/op/tie.t
8528 ____________________________________________________________________________
8529 [  3679] By: gsar                                  on 1999/07/17  18:10:44
8530         Log: make system() return -1 and set $! if exec of child failed
8531              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8532              Date: Fri, 9 Jul 1999 05:21:13 -0400
8533              Message-ID: <19990709052113.A6201@monk.mps.ohio-state.edu>
8534              Subject: [PATCH 5.005_57] system()==-1 and $! from failing fork/exec
8535      Branch: perl
8536            ! doio.c embed.h embed.pl global.sym objXSUB.h perlapi.c
8537            ! pod/perlfunc.pod pp_sys.c proto.h t/op/exec.t
8538 ____________________________________________________________________________
8539 [  3678] By: gsar                                  on 1999/07/17  17:54:01
8540         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8541              Date: Fri, 9 Jul 1999 04:27:51 -0400 (EDT)
8542              Message-Id: <199907090827.EAA03321@monk.mps.ohio-state.edu>
8543              Subject: [PATCH 5.005_57] File descriptor leak in do_exec3
8544      Branch: perl
8545            ! util.c
8546 ____________________________________________________________________________
8547 [  3677] By: gsar                                  on 1999/07/17  17:34:38
8548         Log: a modernized version of find2perl from Ken Pizzini <ken@halcyon.com>;
8549              converted Ken's documentation outline into pod
8550      Branch: perl
8551            ! x2p/find2perl.PL
8552 ____________________________________________________________________________
8553 [  3676] By: gsar                                  on 1999/07/17  16:34:09
8554         Log: pod fixes (with minor edits) from Abigail, Ronald Kimball, Jon
8555              Waddington, Tuomas Lukka, Steven Tolkin, Ian Phillipps, and
8556              Steve Lidie
8557      Branch: perl
8558            ! pod/Win32.pod pod/perldelta.pod pod/perlfaq.pod
8559            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
8560            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
8561            ! pod/perlguts.pod pod/perlhist.pod pod/perlop.pod
8562            ! pod/perlport.pod pod/perltoc.pod pod/perltodo.pod
8563            ! pod/perltoot.pod pod/perltootc.pod pod/perlvar.pod
8564 ____________________________________________________________________________
8565 [  3675] By: gsar                                  on 1999/07/17  00:16:53
8566         Log: backout redundant change#3628
8567      Branch: perl
8568            ! Changes hints/bsdos.sh
8569 ____________________________________________________________________________
8570 [  3674] By: jhi                                   on 1999/07/15  14:26:03
8571         Log: Fix the bin/oct/hex constant overflow tests for
8572              long long platforms.
8573      Branch: cfgperl
8574            ! t/pragma/warn/util
8575 ____________________________________________________________________________
8576 [  3673] By: jhi                                   on 1999/07/14  21:59:11
8577         Log: Fixed AIX dynamic loading and AIX shared Perl library.
8578              Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc,
8579              4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib.
8580              Hijacked win32/makedef.pl for more general purpose export
8581              list building, now it is used (as toplevel makedef.pl)
8582              for win32 and AIX (perl_exp.SH made unnecessary).
8583              Because the export lists are now correct in AIX, no more linker
8584              warnings about "Exported symbol not defined" should appear.
8585      Branch: cfgperl
8586            + makedef.pl
8587            - perl_exp.SH win32/makedef.pl
8588            ! MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
8589            ! ext/DynaLoader/dl_aix.xs hints/aix.sh win32/Makefile
8590            ! win32/makefile.mk
8591 ____________________________________________________________________________
8592 [  3672] By: gsar                                  on 1999/07/14  17:12:13
8593         Log: minor efficiency tweak
8594      Branch: perl
8595            ! pp_ctl.c
8596 ____________________________________________________________________________
8597 [  3671] By: jhi                                   on 1999/07/14  16:22:39
8598         Log: The regexec.c change of #3606 caused a core dump in fbm_instr()
8599              if its caller re_intuit_start() was entered with strend == strpos
8600              because end_shift ended up as -1.  The patch ain't necessarily
8601              correct but least the core dump is avoided.
8602      Branch: cfgperl
8603            ! regexec.c
8604 ____________________________________________________________________________
8605 [  3670] By: jhi                                   on 1999/07/13  07:59:09
8606         Log: Integrate with Sarathy.
8607      Branch: cfgperl
8608            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
8609            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
8610           !> (integrate 67 files)
8611 ____________________________________________________________________________
8612 [  3669] By: gsar                                  on 1999/07/12  06:14:54
8613         Log: fixups for sundry warnings about function pointers
8614      Branch: perl
8615            ! ext/re/re.xs intrpvar.h op.c perl.c perl.h pp_ctl.c scope.h
8616            ! sv.c thrdvar.h util.c win32/Makefile win32/makefile.mk
8617            ! win32/win32.c win32/win32.h
8618 ____________________________________________________________________________
8619 [  3668] By: gsar                                  on 1999/07/12  04:11:58
8620         Log: tweaks for win32/borland
8621      Branch: perl
8622            ! t/pragma/locale.t win32/makedef.pl win32/makefile.mk
8623 ____________________________________________________________________________
8624 [  3667] By: gsar                                  on 1999/07/12  01:55:15
8625         Log: yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS
8626              builds; passing the implicit context is unified among the three
8627              flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three
8628              flavors (see the top of perl.h) for testing; all varargs functions
8629              foo() have a va_list-taking variant vfoo() for generating the
8630              context-free versions; the PERL_OBJECT build should now be
8631              hyper-compatible with CPAN extensions (C++ is totally out of
8632              the picture)
8633              
8634              result has only been tested on Windows
8635              
8636              TODO: write docs on the THX rationale and idiomatic usage of
8637              the Perl API
8638      Branch: perl
8639            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
8640            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
8641            ! MANIFEST XSUB.h bytecode.pl deb.c dump.c embed.h embed.pl
8642            ! embedvar.h ext/B/B.xs ext/ByteLoader/ByteLoader.xs
8643            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
8644            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs ext/IO/IO.xs
8645            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
8646            ! ext/SDBM_File/SDBM_File.xs ext/Socket/Socket.xs
8647            ! ext/Thread/Thread.xs ext/attrs/attrs.xs ext/re/re.xs
8648            ! global.sym globals.c intrpvar.h iperlsys.h
8649            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
8650            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/xsubpp lib/base.pm
8651            ! lib/warning.pm malloc.c objXSUB.h perl.c perl.h perlapi.c
8652            ! perlapi.h perlio.c pp_sys.c proto.h regcomp.c regexec.c
8653            ! scope.c sv.c thrdvar.h util.c win32/Makefile win32/config_H.bc
8654            ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
8655            ! win32/dl_win32.xs win32/include/dirent.h
8656            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
8657            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
8658            ! win32/win32iop.h win32/win32sck.c
8659 ____________________________________________________________________________
8660 [  3666] By: jhi                                   on 1999/07/11  22:00:13
8661         Log: Integrate with Sarathy.
8662      Branch: cfgperl
8663           !> op.c t/op/lex_assign.t
8664 ____________________________________________________________________________
8665 [  3665] By: jhi                                   on 1999/07/11  21:59:01
8666         Log: More manual sync.
8667      Branch: cfgperl
8668            ! pod/perldelta.pod
8669 ____________________________________________________________________________
8670 [  3664] By: gsar                                  on 1999/07/11  19:11:07
8671         Log: change#3612 was buggy and failed to build Tk; applied Ilya's
8672              remedy and related tests via private mail
8673      Branch: perl
8674            ! op.c t/op/lex_assign.t
8675 ____________________________________________________________________________
8676 [  3663] By: jhi                                   on 1999/07/11  15:04:37
8677         Log: Manual synchronization with Sarathy (some files
8678              had drifted apart for no apparent reason), plus
8679              I had a typo in dl_vms.xs Sarathy had fixed.
8680      Branch: cfgperl
8681            ! ext/DynaLoader/dl_vms.xs pod/perldelta.pod pp.c pp_sys.c
8682 ____________________________________________________________________________
8683 [  3662] By: jhi                                   on 1999/07/10  12:23:21
8684         Log: Change t/pragma/warn oct()/hex() overflow tests to use %Config
8685              to adapt to the underlying platform (the binary, 0b1..., test
8686              was broken in 64-bit platforms).  Also change "hex" in the
8687              warning messages to "hexadecimal" to match "binary" and "octal".
8688      Branch: cfgperl
8689            ! pod/perldiag.pod t/pragma/warn/util util.c
8690 ____________________________________________________________________________
8691 [  3661] By: jhi                                   on 1999/07/08  21:54:55
8692         Log: Integrate with Sarathy.
8693      Branch: cfgperl
8694           +> perlapi.c perlapi.h
8695           !> (integrate 43 files)
8696 ____________________________________________________________________________
8697 [  3660] By: gsar                                  on 1999/07/08  18:47:35
8698         Log: more PERL_OBJECT cleanups (changes still untested on Unix!)
8699      Branch: perl
8700            + perlapi.c perlapi.h
8701            ! MANIFEST XSUB.h emacs/ptags embed.h embed.pl embedvar.h
8702            ! ext/Opcode/Opcode.xs global.sym globals.c intrpvar.h
8703            ! iperlsys.h mg.c miniperlmain.c objXSUB.h perl.c perl.h perly.c
8704            ! pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h regexec.c
8705            ! scope.c scope.h sv.c thrdvar.h toke.c util.c win32/GenCAPI.pl
8706            ! win32/Makefile win32/makedef.pl win32/perllib.c win32/win32.c
8707            ! win32/win32.h
8708 ____________________________________________________________________________
8709 [  3659] By: gsar                                  on 1999/07/08  18:41:45
8710         Log: sundry cleanups for clean build on windows
8711      Branch: perl
8712            ! doio.c regcomp.c regcomp.h t/io/openpid.t utf8.c
8713 ____________________________________________________________________________
8714 [  3658] By: gsar                                  on 1999/07/08  01:24:25
8715         Log: fixes for logical bugs in the lexwarn patch; other tweaks to avoid
8716              type mismatch problems
8717      Branch: perl
8718            ! doio.c gv.c op.c pp.c regcomp.c regexec.c run.c sv.c
8719            ! t/pragma/warn/op toke.c utf8.c util.c
8720 ____________________________________________________________________________
8721 [  3657] By: jhi                                   on 1999/07/07  23:01:16
8722         Log: Integrate with Sarathy.  perldiag.pod required manual editing.
8723      Branch: cfgperl
8724            ! pod/perldiag.pod
8725           !> Changes configure.com ext/B/B/Deparse.pm
8726           !> ext/ByteLoader/Makefile.PL ext/Fcntl/Fcntl.xs
8727           !> ext/IO/lib/IO/File.pm gv.c iperlsys.h lib/ExtUtils/MM_VMS.pm
8728           !> lib/File/Basename.pm lib/File/Spec/VMS.pm perlsfio.h
8729           !> t/base/rs.t t/lib/io_multihomed.t t/lib/textfill.t
8730           !> t/lib/textwrap.t t/op/filetest.t t/op/mkdir.t
8731           !> t/pragma/overload.t thread.h vms/vms.c
8732 ____________________________________________________________________________
8733 [  3656] By: gsar                                  on 1999/07/07  21:04:38
8734         Log: integrate cfgperl contents
8735      Branch: perl
8736           +> lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
8737           +> lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
8738           +> lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
8739            ! Changes
8740           !> (integrate 45 files)
8741 ____________________________________________________________________________
8742 [  3655] By: gsar                                  on 1999/07/07  18:55:45
8743         Log: filetest.t and ByteLoader build tweaks from Peter Prymmer
8744              <pvhp@forte.com>
8745      Branch: perl
8746            ! ext/ByteLoader/Makefile.PL t/op/filetest.t
8747 ____________________________________________________________________________
8748 [  3654] By: gsar                                  on 1999/07/07  18:47:03
8749         Log: change#1889 mistakenly removed F_SETLK
8750      Branch: perl
8751            ! ext/Fcntl/Fcntl.xs
8752 ____________________________________________________________________________
8753 [  3653] By: gsar                                  on 1999/07/07  18:42:42
8754         Log: B::Deparse update
8755              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
8756              Date: Mon,  5 Jul 1999 17:57:03 -0500 (CDT)
8757              Message-ID: <14209.13729.738691.610723@alias-2.pr.mcs.net>
8758              Subject: [PATCH _57, long] B::Deparse 0.58
8759      Branch: perl
8760            ! ext/B/B/Deparse.pm
8761 ____________________________________________________________________________
8762 [  3652] By: gsar                                  on 1999/07/07  18:41:07
8763         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8764              Date: Mon, 5 Jul 1999 18:24:19 -0400 (EDT)
8765              Message-Id: <199907052224.SAA10454@monk.mps.ohio-state.edu>
8766              Subject: Re: [ID 19990705.001] Overloading boolean conversion
8767      Branch: perl
8768            ! gv.c t/pragma/overload.t
8769 ____________________________________________________________________________
8770 [  3651] By: gsar                                  on 1999/07/07  17:47:30
8771         Log: missing PerlIO_reopen() (suggested by sam@daemoninc.com)
8772      Branch: perl
8773            ! perlsfio.h
8774 ____________________________________________________________________________
8775 [  3650] By: gsar                                  on 1999/07/07  17:45:52
8776         Log: applied new parts of suggested patch
8777              From: Charles Bailey <BAILEY@newman.upenn.edu>
8778              Date: Fri, 02 Jul 1999 19:18:41 -0400 (EDT)
8779              Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu>
8780              Subject: [PATCH 5.005_57] Consolidated VMS patch
8781      Branch: perl
8782            ! configure.com ext/IO/lib/IO/File.pm iperlsys.h
8783            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm
8784            ! lib/File/Spec/VMS.pm pod/perldiag.pod t/base/rs.t
8785            ! t/lib/io_multihomed.t t/lib/textfill.t t/lib/textwrap.t
8786            ! t/op/filetest.t t/op/mkdir.t thread.h vms/vms.c
8787 ____________________________________________________________________________
8788 [  3649] By: jhi                                   on 1999/07/07  13:38:02
8789         Log: Sync regcomp warn with reality.
8790      Branch: cfgperl
8791            ! t/pragma/warn/regcomp
8792 ____________________________________________________________________________
8793 [  3648] By: jhi                                   on 1999/07/07  13:04:55
8794         Log: Integrate with Sarathy; one conflict in t/pragma/warn/recgomp
8795              resolved manually.
8796      Branch: cfgperl
8797           +> pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
8798           +> t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
8799           +> t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
8800            - README.lexwarn
8801           !> (integrate 79 files)
8802 ____________________________________________________________________________
8803 [  3647] By: gsar                                  on 1999/07/07  10:32:03
8804         Log: From: jan.dubois@ibm.net (Jan Dubois)
8805              Date: Thu, 01 Jul 1999 11:17:53 +0200
8806              Message-ID: <377b2ca4.14467042@smtp1.ibm.net>
8807              Subject: [PATCH 5.005_57] MakeMaker support for pod2html
8808      Branch: perl
8809            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
8810            ! lib/ExtUtils/MakeMaker.pm
8811 ____________________________________________________________________________
8812 [  3646] By: gsar                                  on 1999/07/07  10:27:55
8813         Log: fix undocumented IO::Handle functions as suggested
8814              by cj10@cam.ac.uk
8815      Branch: perl
8816            ! ext/IO/lib/IO/Handle.pm
8817 ____________________________________________________________________________
8818 [  3645] By: gsar                                  on 1999/07/07  10:18:55
8819         Log: prohibit thread join()ing itself (from Dan Sugalski)
8820      Branch: perl
8821            ! ext/Thread/Thread.xs
8822 ____________________________________________________________________________
8823 [  3644] By: gsar                                  on 1999/07/07  10:14:26
8824         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
8825              Date: Wed, 30 Jun 1999 14:02:42 -0700
8826              Message-ID: <LJHFKBDHMHHJDAAA@my-deja.com>
8827              Subject:  [PATCH 5.005_57] Compiler and XSUBS
8828      Branch: perl
8829            ! ext/B/B/C.pm
8830 ____________________________________________________________________________
8831 [  3643] By: gsar                                  on 1999/07/07  10:08:38
8832         Log: mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntax
8833              (from François Désarménien <desar@club-internet.fr>)
8834      Branch: perl
8835            ! pod/perlsyn.pod
8836 ____________________________________________________________________________
8837 [  3642] By: gsar                                  on 1999/07/07  10:03:24
8838         Log: From: Doug MacEachern <dougm@cp.net>
8839              Date: Sun, 27 Jun 1999 22:43:25 -0700 (PDT)
8840              Message-ID: <Pine.LNX.4.10.9906272236430.389-100000@mojo.eng.cp.net>
8841              Subject: [PATCH 5.005_57] add B::PV::{LEN,CUR}
8842      Branch: perl
8843            ! ext/B/B.xs
8844 ____________________________________________________________________________
8845 [  3641] By: gsar                                  on 1999/07/07  10:00:57
8846         Log: slightly modified version of suggested patch
8847              From: Steven N. Hirsch <hirschs@stargate.btv.ibm.com>
8848              Date: Mon, 28 Jun 1999 14:23:59 -0400
8849              Message-Id: <199906281823.OAA24912@stargate.btv.ibm.com>
8850              Subject: [ID 19990628.007] POSIX::tmpnam() broken for threaded 5.00503
8851      Branch: perl
8852            ! ext/POSIX/POSIX.xs
8853 ____________________________________________________________________________
8854 [  3640] By: gsar                                  on 1999/07/07  09:45:43
8855         Log: lexical warnings update (warning.t fails one test
8856              due to leaked scalar, investigation pending)
8857              From: paul.marquess@bt.com
8858              Date: Sat, 26 Jun 1999 23:19:52 +0100
8859              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk>
8860              Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings
8861      Branch: perl
8862            + pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
8863            + t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
8864            + t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
8865            - README.lexwarn
8866            ! Changes MANIFEST av.c djgpp/djgpp.c doio.c doop.c
8867            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
8868            ! ext/ByteLoader/byterun.h gv.c hv.c jpl/JNI/JNI.xs
8869            ! lib/warning.pm mg.c op.c os2/os2.c perl.c perlio.c
8870            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
8871            ! pod/perlmodlib.pod pod/perlrun.pod pod/perlvar.pod pp.c
8872            ! pp_ctl.c run.c sv.c t/pragma/warn/3both t/pragma/warn/doio
8873            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
8874            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
8875            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
8876            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
8877            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
8878            ! t/pragma/warn/util t/pragma/warning.t toke.c utf8.c util.c
8879            ! warning.h warning.pl win32/win32.c
8880 ____________________________________________________________________________
8881 [  3639] By: gsar                                  on 1999/07/07  08:09:30
8882         Log: From: Brian Jepson <bjepson@home.com>
8883              Date: Sat, 26 Jun 1999 10:47:45 -0500 (EST)
8884              Message-ID: <Pine.LNX.4.10.9906261044180.659-100000@cx384756-a.sking1.ri.home.com>
8885              Subject: Patch to JPL example program
8886      Branch: perl
8887            ! jpl/JPL_Rolo/JPL_Rolo.jpl
8888 ____________________________________________________________________________
8889 [  3638] By: jhi                                   on 1999/07/07  08:07:58
8890         Log: Integrate with Sarathy.
8891      Branch: cfgperl
8892           !> (integrate 34 files)
8893 ____________________________________________________________________________
8894 [  3637] By: gsar                                  on 1999/07/07  08:07:49
8895         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
8896              Date: Fri, 25 Jun 1999 13:38:44 -0500 (CDT)
8897              Message-ID: <14193.25034.113373.245377@alias-2.pr.mcs.net>
8898              Subject: [PATCH _57, long] Eliminate CONDOPs
8899      Branch: perl
8900            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm
8901            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
8902            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/B/ramblings/flip-flop
8903            ! ext/B/typemap op.c op.h opcode.h opcode.pl perl.h
8904            ! pod/perltoc.pod pp_ctl.c pp_hot.c
8905 ____________________________________________________________________________
8906 [  3636] By: gsar                                  on 1999/07/07  07:50:51
8907         Log: adapted suggested patch for IO-1.20x
8908              From: ian@dial.pipex.com
8909              Date:  Fri, 25 Jun 1999 10:39:42 +0100
8910              Message-Id:  <199906250939.KAA02152@homer.diplex.co.uk>
8911              Subject: [ID 19990625.001]  Minor fixes for IO::Socket.pm
8912      Branch: perl
8913            ! ext/IO/lib/IO/Socket.pm
8914 ____________________________________________________________________________
8915 [  3635] By: gsar                                  on 1999/07/07  07:26:05
8916         Log: PowerMAX hints update from Tom Horsley <Tom.Horsley@mail.ccur.com>
8917      Branch: perl
8918            ! hints/powerux.sh
8919 ____________________________________________________________________________
8920 [  3634] By: gsar                                  on 1999/07/07  07:20:02
8921         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8922              Date: Wed, 23 Jun 1999 16:16:05 +0100
8923              Message-Id: <199906231516.QAA23851@crypt.compulink.co.uk>
8924              Subject: [PATCH 5.005_57] memleak in optimizer
8925      Branch: perl
8926            ! embed.h embed.pl objXSUB.h op.c proto.h
8927 ____________________________________________________________________________
8928 [  3633] By: gsar                                  on 1999/07/07  07:10:52
8929         Log: add do-not-edit caveats for files generated by opcode.pl
8930              (suggested by Hugo van der Sanden)
8931      Branch: perl
8932            ! opcode.h opcode.pl pp.sym pp_proto.h
8933 ____________________________________________________________________________
8934 [  3632] By: gsar                                  on 1999/07/07  06:41:13
8935         Log: better diagnostics on read operations from write-only
8936              filehandles
8937      Branch: perl
8938            ! doio.c perl.c pod/perldelta.pod pod/perldiag.pod pp_hot.c
8939            ! pp_sys.c t/pragma/warn/pp_hot t/pragma/warn/pp_sys
8940 ____________________________________________________________________________
8941 [  3631] By: gsar                                  on 1999/07/07  02:03:34
8942         Log: make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE'> (suggested
8943              by David Muir Sharnoff <muir@idiom.com>)
8944      Branch: perl
8945            ! lib/Sys/Hostname.pm
8946 ____________________________________________________________________________
8947 [  3630] By: gsar                                  on 1999/07/07  01:57:16
8948         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
8949              Date: Sun, 20 Jun 1999 17:17:17 -0700
8950              Message-ID: <AEBDBGKPMEAJAAAA@my-deja.com>
8951              Subject: [PATCH 5.005_57] Minor bug fix in pp_require
8952      Branch: perl
8953            ! ext/B/B/CC.pm
8954 ____________________________________________________________________________
8955 [  3629] By: gsar                                  on 1999/07/07  01:46:03
8956         Log: installperl should write normal messages to STDOUT, not STDERR
8957      Branch: perl
8958            ! installperl
8959 ____________________________________________________________________________
8960 [  3628] By: gsar                                  on 1999/07/07  01:41:25
8961         Log: BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)
8962      Branch: perl
8963            ! hints/bsdos.sh
8964 ____________________________________________________________________________
8965 [  3627] By: gsar                                  on 1999/07/07  00:27:10
8966         Log: make diagnostic on C<my $^I> etc., more readable
8967      Branch: perl
8968            ! op.c
8969 ____________________________________________________________________________
8970 [  3626] By: gsar                                  on 1999/07/06  23:47:27
8971         Log: From: Andy Dougherty <doughera@lafayette.edu>
8972              Date:  Thu, 17 Jun 1999 12:07:11 -0400 (EDT)
8973              Message-Id:  <Pine.GSU.4.05.9906171204580.937-100000@newton.phys>
8974              Subject: [ID 19990617.004  [PATCH 5.005_57] make distclean fixes]
8975      Branch: perl
8976            ! Makefile.SH utils/Makefile
8977 ____________________________________________________________________________
8978 [  3625] By: jhi                                   on 1999/07/06  21:50:46
8979         Log: Some new files of #3624 missing from MANIFEST.
8980      Branch: cfgperl
8981            ! MANIFEST
8982 ____________________________________________________________________________
8983 [  3624] By: jhi                                   on 1999/07/06  21:47:04
8984         Log: POSIX [[:character class:]] support for standard, locale,
8985              and utf8.  If both utf8 and locale are on, utf8 wins.
8986              I don't fully understand why so many tables changed in
8987              lib/unicode because of "make" -- maybe it was just overdue.
8988      Branch: cfgperl
8989            + lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
8990            + lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
8991            + lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
8992            ! MANIFEST Todo-5.005 embed.h embed.pl embedvar.h global.sym
8993            ! handy.h intrpvar.h lib/unicode/Bidirectional.pl
8994            ! lib/unicode/Block.pl lib/unicode/Category.pl
8995            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
8996            ! lib/unicode/Is/BidiL.pl lib/unicode/Is/Digit.pl
8997            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl
8998            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Print.pl
8999            ! lib/unicode/Is/Space.pl lib/unicode/Is/Upper.pl
9000            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Name.pl
9001            ! lib/unicode/To/Digit.pl lib/unicode/mktables.PL objXSUB.h
9002            ! pod/perldelta.pod pod/perldiag.pod pod/perlre.pod proto.h
9003            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
9004            ! t/op/pat.t t/op/re_tests t/op/regexp.t t/pragma/utf8.t
9005            ! t/pragma/warn/regcomp utf8.c
9006 ____________________________________________________________________________
9007 [  3623] By: gsar                                  on 1999/07/06  20:52:48
9008         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9009              Date: Wed, 16 Jun 1999 14:57:22 -0400
9010              Message-ID: <19990616145722.B16258@monk.mps.ohio-state.edu>
9011              Subject: [PATCH 5.00557] Devel::Peek
9012      Branch: perl
9013            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
9014 ____________________________________________________________________________
9015 [  3622] By: gsar                                  on 1999/07/06  20:22:59
9016         Log: applied patch after demunging headers with appropriate paths
9017              From: "Vishal Bhatia" <vishalb@my-deja.com>
9018              Date: Sat, 12 Jun 1999 08:23:59 -0700
9019              Message-ID: <JIHEJPFDFKIBDAAA@my-deja.com>
9020              Subject: [Patch 5.005_57] unsigned arithmetic (Compiler)
9021      Branch: perl
9022            ! cc_runtime.h ext/B/B.xs ext/B/B/CC.pm ext/B/B/Stackobj.pm
9023            ! ext/B/defsubs.h.PL lib/ExtUtils/typemap t/harness
9024 ____________________________________________________________________________
9025 [  3621] By: gsar                                  on 1999/07/06  20:10:50
9026         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9027              Date: Thu, 10 Jun 1999 04:05:22 -0400 (EDT)
9028              Message-Id: <199906100805.EAA18216@monk.mps.ohio-state.edu>
9029              Subject: [PATCH 5.005_57] Optimize 2>&1 in commands
9030      Branch: perl
9031            ! doio.c
9032 ____________________________________________________________________________
9033 [  3620] By: jhi                                   on 1999/07/06  19:16:47
9034         Log: Mention EPOC and SOCKS.
9035      Branch: cfgperl
9036            ! pod/perldelta.pod
9037 ____________________________________________________________________________
9038 [  3619] By: gsar                                  on 1999/07/06  16:52:37
9039         Log: fix int vs STRLEN issue
9040      Branch: perl
9041            ! pp.c
9042 ____________________________________________________________________________
9043 [  3618] By: jhi                                   on 1999/07/06  16:52:20
9044         Log: There ain't Perl_atonv().
9045      Branch: cfgperl
9046            ! ext/ByteLoader/bytecode.h
9047 ____________________________________________________________________________
9048 [  3617] By: jhi                                   on 1999/07/06  15:55:22
9049         Log: Integrate with Sarathy.
9050      Branch: cfgperl
9051           !> Makefile.SH
9052 ____________________________________________________________________________
9053 [  3616] By: jhi                                   on 1999/07/06  15:54:09
9054         Log: Tweak for #3613.
9055      Branch: cfgperl
9056            ! Configure config_h.SH
9057 ____________________________________________________________________________
9058 [  3615] By: gsar                                  on 1999/07/06  11:00:21
9059         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
9060              Date:  Sun, 13 Jun 1999 17:46:13 -0600 (MDT)
9061              Message-Id:  <199906132346.RAA26632@xerxes.courtesan.com>
9062              Subject: [ID 19990613.003  linklibperl set incorrectly in Makefile.SH for OpenBSD]
9063      Branch: perl
9064            ! Makefile.SH
9065 ____________________________________________________________________________
9066 [  3614] By: jhi                                   on 1999/07/06  10:44:48
9067         Log: Integrate with Sarathy.
9068      Branch: cfgperl
9069           !> ext/IO/lib/IO/File.pm op.c op.h opcode.h opcode.pl perl.h pp.h
9070           !> pp.sym pp_proto.h t/base/rs.t t/pragma/warn/op
9071 ____________________________________________________________________________
9072 [  3613] By: jhi                                   on 1999/07/06  10:43:20
9073         Log: From: Nathan Kurz <nate@valleytel.net>
9074              Subject: [ID 19990612.001 compiling three deep modules within ext/]
9075              ply-To: nate@valleytel.net
9076              erl5-porters@perl.org
9077              Date: Sat, 12 Jun 1999 01:26:04 -0500
9078              Message-Id: <199906120626.BAA04996@trinkpad.valleytel.net>
9079      Branch: cfgperl
9080            ! Configure config_h.SH
9081 ____________________________________________________________________________
9082 [  3612] By: gsar                                  on 1999/07/06  10:17:52
9083         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9084              Date: Sat, 12 Jun 1999 04:49:09 -0400 (EDT)
9085              Message-Id: <199906120849.EAA26986@monk.mps.ohio-state.edu>
9086              Subject: [PATCH 5.005_57] Optimize away OP_SASSIGN
9087      Branch: perl
9088            ! op.c op.h opcode.h opcode.pl pp.h pp.sym pp_proto.h
9089 ____________________________________________________________________________
9090 [  3611] By: gsar                                  on 1999/07/06  09:51:20
9091         Log: From: pvhp@forte.com (Peter Prymmer)
9092              Date: Fri, 11 Jun 99 17:07:19 PDT
9093              Message-Id: <9906120007.AA13802@forte.com>
9094              Subject: [PATCH _03 && _57]portability fix for IO::File and FileHandle
9095      Branch: perl
9096            ! ext/IO/lib/IO/File.pm
9097 ____________________________________________________________________________
9098 [  3610] By: gsar                                  on 1999/07/06  09:37:37
9099         Log: fix for C<$/ = 42> setting paragraph mode (applied with small
9100              tweak)
9101              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
9102              Date: Wed, 09 Jun 1999 18:27:51 +0100
9103              Message-Id: <E10rm8l-00023T-00@ursa.cus.cam.ac.uk>
9104              Subject: Re: [ID 19990608.002] Possible bug with binmode and <FH> on Perl 5.005_03 Win32
9105      Branch: perl
9106            ! perl.h t/base/rs.t
9107 ____________________________________________________________________________
9108 [  3609] By: jhi                                   on 1999/07/06  09:28:48
9109         Log: Integrate with Sarathy.
9110      Branch: cfgperl
9111           !> (integrate 49 files)
9112 ____________________________________________________________________________
9113 [  3608] By: gsar                                  on 1999/07/06  09:28:21
9114         Log: test tweak
9115      Branch: perl
9116            ! t/pragma/warn/op
9117 ____________________________________________________________________________
9118 [  3607] By: jhi                                   on 1999/07/06  09:22:48
9119         Log: Put back the cygwin32 Configure fix of 3582 undone by 3597.
9120      Branch: cfgperl
9121            ! Configure config_h.SH
9122 ____________________________________________________________________________
9123 [  3606] By: gsar                                  on 1999/07/06  09:05:02
9124         Log: applied slightly tweaked version of suggested patch for
9125              improved RE API
9126              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9127              Date: Wed, 9 Jun 1999 18:14:27 -0400 (EDT)
9128              Message-Id: <199906092214.SAA14126@monk.mps.ohio-state.edu>
9129              Subject: [PATCH 5.005_57] REx engine rehash
9130      Branch: perl
9131            ! Changes dump.c embed.h embed.pl embedvar.h ext/re/Makefile.PL
9132            ! ext/re/re.xs global.sym objXSUB.h perl.c perl.h pp.c pp_hot.c
9133            ! proto.h regcomp.c regcomp.h regexec.c regexp.h thrdvar.h
9134            ! util.c
9135 ____________________________________________________________________________
9136 [  3605] By: gsar                                  on 1999/07/06  08:54:03
9137         Log: bug in change#3602 (cpp conditionals not allowed inside macro args)
9138      Branch: perl
9139            ! sv.c
9140 ____________________________________________________________________________
9141 [  3604] By: gsar                                  on 1999/07/06  07:08:30
9142         Log: From: paul.marquess@bt.com
9143              Date: Tue, 8 Jun 1999 22:37:58 +0100 
9144              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3C@mbtlipnt02.btlabs.bt.co.uk>
9145              Subject: [PATCH 5.005_57] DB_File 1.67
9146      Branch: perl
9147            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
9148            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
9149 ____________________________________________________________________________
9150 [  3603] By: gsar                                  on 1999/07/06  07:04:50
9151         Log: From: paul.marquess@bt.com
9152              Date: Tue, 8 Jun 1999 22:34:01 +0100 
9153              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3B@mbtlipnt02.btlabs.bt.co.uk>
9154              Subject: [PATCH 5.005_57] DBM Filters
9155      Branch: perl
9156            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
9157            ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
9158            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
9159            ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
9160 ____________________________________________________________________________
9161 [  3602] By: gsar                                  on 1999/07/06  07:00:01
9162         Log: slightly tweaked version of suggested patch
9163              From: Dan Sugalski <sugalskd@ous.edu>
9164              Date: Tue, 08 Jun 1999 14:09:38 -0700
9165              Message-Id: <3.0.6.32.19990608140938.030f12e0@ous.edu>
9166              Subject: [PATCH 5.005_57]Use NV instead of double in the core
9167      Branch: perl
9168            ! av.h bytecode.pl cv.h doio.c dump.c embed.pl
9169            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c hv.h
9170            ! intrpvar.h mg.c op.c perl.h pp.c pp.h pp_ctl.c pp_sys.c
9171            ! proto.h sv.c sv.h toke.c universal.c util.c
9172 ____________________________________________________________________________
9173 [  3601] By: gsar                                  on 1999/07/06  06:52:57
9174         Log: integrate cfgperl contents into mainline
9175      Branch: perl
9176           +> README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
9177           +> epoc/perl.mmp epoc/perl.pkg
9178           !> (integrate 30 files)
9179 ____________________________________________________________________________
9180 [  3598] By: jhi                                   on 1999/07/05  20:02:55
9181         Log: Integrate with mainperl.
9182      Branch: cfgperl
9183           +> lib/CGI/Pretty.pm
9184           !> Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
9185           !> ext/B/B/Stackobj.pm ext/GDBM_File/GDBM_File.xs mg.c op.c
9186           !> opcode.h opcode.pl pp_sys.c t/lib/io_udp.t thread.h toke.c
9187           !> vms/descrip_mms.template vms/subconfigure.com vms/vms.c
9188           !> vms/vmsish.h
9189 ____________________________________________________________________________
9190 [  3597] By: jhi                                   on 1999/07/05  19:59:48
9191         Log: Hack SOCKS support some more plus a patch from Andy Dougherty
9192              that addresses the notorious "Additional libraries" question.
9193      Branch: cfgperl
9194            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9195            ! config_h.SH doio.c ext/Socket/Socket.xs hints/aix.sh perl.c
9196            ! pp_sys.c
9197 ____________________________________________________________________________
9198 [  3596] By: gsar                                  on 1999/07/05  18:30:51
9199         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9200              Date: Tue, 8 Jun 1999 04:47:58 -0400 (EDT)
9201              Message-Id: <199906080847.EAA03810@monk.mps.ohio-state.edu>
9202              Subject: [PATCH 5.00557] Long-standing UDP sockets bug on OS/2
9203      Branch: perl
9204            ! pp_sys.c t/lib/io_udp.t
9205 ____________________________________________________________________________
9206 [  3595] By: gsar                                  on 1999/07/05  18:29:08
9207         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9208              Date: Tue, 8 Jun 1999 04:44:58 -0400 (EDT)
9209              Message-Id: <199906080844.EAA03784@monk.mps.ohio-state.edu>
9210              Subject: [PATCH 5.00557] Setting $^E wipes out $!
9211      Branch: perl
9212            ! mg.c
9213 ____________________________________________________________________________
9214 [  3594] By: gsar                                  on 1999/07/05  18:24:53
9215         Log: hand-apply whitespace mutiliated patch
9216              From: Dan Sugalski <sugalskd@osshe.edu>
9217              Date: Mon, 07 Jun 1999 14:46:42 -0700
9218              Message-Id: <3.0.6.32.19990607144642.03079100@ous.edu>
9219              Subject: [PATCH 5.005_57]Updated VMS patch
9220      Branch: perl
9221            ! thread.h vms/descrip_mms.template vms/subconfigure.com
9222            ! vms/vms.c vms/vmsish.h
9223 ____________________________________________________________________________
9224 [  3593] By: gsar                                  on 1999/07/05  17:53:04
9225         Log: applied parts not duplicated by previous patches
9226              From: "Vishal Bhatia" <vishalb@my-deja.com>
9227              Date: Sat, 05 Jun 1999 08:42:17 -0700
9228              Message-ID: <JAMCAJKJEJDPAAAA@my-deja.com>
9229              Subject: Fwd: [PATCH 5.005_57] consolidated compiler changes
9230      Branch: perl
9231            ! Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
9232            ! ext/B/B/Stackobj.pm
9233 ____________________________________________________________________________
9234 [  3592] By: jhi                                   on 1999/07/05  17:17:22
9235         Log: AIX threaded build, plus few more on the side.
9236      Branch: cfgperl
9237            ! embed.h embed.pl ext/DynaLoader/dl_aix.xs
9238            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
9239            ! ext/DynaLoader/dl_vms.xs hints/aix.sh objXSUB.h perl.h
9240            ! perl_exp.SH pp_ctl.c proto.h toke.c util.c
9241 ____________________________________________________________________________
9242 [  3591] By: gsar                                  on 1999/07/05  16:52:34
9243         Log: "\e" and "\a" didn't produce right escape under EBCDIC
9244              From: pvhp@forte.com (Peter Prymmer)
9245              Date: Fri, 4 Jun 99 12:00:27 PDT
9246              Message-Id: <9906041900.AA28387@forte.com>
9247              Subject: [PATCH 5.005_57]lingering ASCIIism in tokener
9248      Branch: perl
9249            ! toke.c
9250 ____________________________________________________________________________
9251 [  3590] By: gsar                                  on 1999/07/05  16:40:01
9252         Log: s/scalar ref constructor/single ref constructor/ (suggested
9253              by Stephen McCamant)
9254      Branch: perl
9255            ! opcode.h opcode.pl
9256 ____________________________________________________________________________
9257 [  3589] By: gsar                                  on 1999/07/05  16:34:06
9258         Log: no such thing as gdbm_clearerr() (from Andy Dougherty)
9259      Branch: perl
9260            ! ext/GDBM_File/GDBM_File.xs
9261 ____________________________________________________________________________
9262 [  3588] By: gsar                                  on 1999/07/05  16:29:39
9263         Log: allow C<-foo> under C<use integer> (behavior of C<-$string>
9264              is unchanged still)
9265      Branch: perl
9266            ! op.c
9267 ____________________________________________________________________________
9268 [  3587] By: jhi                                   on 1999/07/05  10:31:43
9269         Log: Make perl_exp.SH smarter about what to include and what to exclude.
9270      Branch: cfgperl
9271            ! perl_exp.SH
9272 ____________________________________________________________________________
9273 [  3586] By: jhi                                   on 1999/07/05  09:29:31
9274         Log: Remove unnecessary and extraneous my $i = 0.
9275      Branch: cfgperl
9276            ! bytecode.pl
9277 ____________________________________________________________________________
9278 [  3585] By: jhi                                   on 1999/07/05  07:28:59
9279         Log: Integrate with mainperl.
9280      Branch: cfgperl
9281           !> (integrate 30 files)
9282 ____________________________________________________________________________
9283 [  3584] By: gsar                                  on 1999/07/05  05:36:28
9284         Log: From: Vishal Bhatia <vishalb@hotmail.com>
9285              Date: Thu, 03 Jun 1999 00:57:48 PDT
9286              Message-ID: <19990603075749.86665.qmail@hotmail.com>
9287              Subject: Re: [PATCH 5.005_57] pp_sort sorted out
9288      Branch: perl
9289            ! ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
9290 ____________________________________________________________________________
9291 [  3583] By: gsar                                  on 1999/07/05  05:31:19
9292         Log: suppress fancy display when in verbose mode (suggested by
9293              Paul Johnson <pjcj@transeda.com>)
9294      Branch: perl
9295            ! lib/Test/Harness.pm
9296 ____________________________________________________________________________
9297 [  3582] By: gsar                                  on 1999/07/05  05:17:12
9298         Log: cygwin32 update
9299              From: "Fifer, Eric" <EFifer@sanwaint.com>
9300              Date:  Wed, 2 Jun 1999 15:16:05 +0100
9301              Message-Id:  <71E287AB0D94D111BBD600600849EC8185EDD9@POST>
9302              Subject:  [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port
9303      Branch: perl
9304            ! Configure Makefile.SH README.cygwin32 cygwin32/Makefile.SHs
9305            ! cygwin32/build-instructions.READFIRST
9306            ! cygwin32/build-instructions.charles-wilson
9307            ! cygwin32/build-instructions.sebastien-barre
9308            ! cygwin32/build-instructions.steven-morlock
9309            ! cygwin32/build-instructions.steven-morlock2 doio.c dosish.h
9310            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs hints/cygwin32.sh
9311            ! lib/Cwd.pm lib/ExtUtils/MM_Cygwin.pm perl.h pp_hot.c
9312            ! t/op/magic.t util.c
9313 ____________________________________________________________________________
9314 [  3581] By: gsar                                  on 1999/07/05  02:46:18
9315         Log: NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)
9316      Branch: perl
9317            ! util.c
9318 ____________________________________________________________________________
9319 [  3580] By: gsar                                  on 1999/07/05  02:38:03
9320         Log: From: "Ed Peschko" <ed_peschko@csgsystems.com>
9321              Date: Mon, 31 May 1999 18:18:13 -0600
9322              Message-ID: <19990601001813.AAA17834@csgsystems.com>
9323              Subject: [ PATCH perl5.005_57 ] new perlcc + regression tests
9324      Branch: perl
9325            ! t/TEST t/UTEST t/harness utils/perlcc.PL
9326 ____________________________________________________________________________
9327 [  3579] By: gsar                                  on 1999/07/05  01:20:58
9328         Log: compatibility tweak for Class::Struct
9329      Branch: perl
9330            ! lib/Class/Struct.pm
9331 ____________________________________________________________________________
9332 [  3578] By: jhi                                   on 1999/07/04  23:26:01
9333         Log: Miscellaneus AIX fixes + SOCKS support.
9334      Branch: cfgperl
9335            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
9336            ! Porting/config_H config_h.SH doio.c ext/Socket/Socket.xs
9337            ! hints/aix.sh pp_sys.c
9338 ____________________________________________________________________________
9339 [  3577] By: gsar                                  on 1999/07/04  23:07:39
9340         Log: test tweak
9341      Branch: perl
9342            ! t/io/openpid.t
9343 ____________________________________________________________________________
9344 [  3576] By: jhi                                   on 1999/07/04  22:39:23
9345         Log: Integrate with mainperl.
9346      Branch: cfgperl
9347           +> t/io/openpid.t
9348            - win32/perlhost.h
9349           !> (integrate 51 files)
9350 ____________________________________________________________________________
9351 [  3575] By: jhi                                   on 1999/07/04  22:26:48
9352         Log: Added 64-bit support for AIX 4.3 or better
9353              based on Martin H. Rusoff's observations.
9354      Branch: cfgperl
9355            ! Configure config_h.SH hints/aix.sh
9356 ____________________________________________________________________________
9357 [  3574] By: jhi                                   on 1999/07/04  21:34:47
9358         Log: Do not throw away gccvers compilation errors.
9359              From: Andy Dougherty <doughera@lafayette.edu>
9360              To: Ron Seguin <rseguin@on.bell.ca>
9361              Cc: Perl Porters <perl5-porters@perl.org>
9362              Subject: [PATCH] Re: [ID 19990625.011]  WHOA There
9363              Date: Mon, 28 Jun 1999 12:36:38 -0400 (EDT)
9364              Message-Id: <Pine.GSU.4.05.9906281230100.6265-100000@newton.phys>
9365      Branch: cfgperl
9366            ! Configure config_h.SH
9367 ____________________________________________________________________________
9368 [  3573] By: gsar                                  on 1999/07/04  21:10:32
9369         Log: adapted suggested tests for addition to testsuite
9370              From: RonaldWS@aol.com
9371              Date:  Sun, 30 May 1999 16:27:28 EDT
9372              Message-Id:  <25cd799f.2482f930@aol.com>
9373              Subject: [19990530.007] Open with pipe | does not return pid under win32
9374      Branch: perl
9375            + t/io/openpid.t
9376            ! MANIFEST win32/win32.c
9377 ____________________________________________________________________________
9378 [  3572] By: gsar                                  on 1999/07/04  20:29:32
9379         Log: perl_run() should call my_exit(0) for normal completion
9380      Branch: perl
9381            ! perl.c
9382 ____________________________________________________________________________
9383 [  3571] By: jhi                                   on 1999/07/04  20:10:44
9384         Log: Add test for change #3568 plus general cleanup.
9385      Branch: cfgperl
9386            ! t/pragma/locale.t
9387 ____________________________________________________________________________
9388 [  3570] By: gsar                                  on 1999/07/04  20:03:21
9389         Log: make overload, Data::Dumper, and dumpvar understand qr// stringify
9390              overloading
9391      Branch: perl
9392            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
9393            ! lib/Dumpvalue.pm lib/dumpvar.pl lib/overload.pm pp_ctl.c
9394 ____________________________________________________________________________
9395 [  3569] By: gsar                                  on 1999/07/04  18:04:48
9396         Log: make AIX dynaloading work when libperl is shared (and thus under
9397              mod_perl etc.)
9398              From: Jens-Uwe Mager <jum@helios.de>
9399              Date:  Sat, 29 May 1999 17:09:52 +0200
9400              Message-Id:  <199905291509.RAA43978@ans.helios.de>
9401              Subject: [19990529.002] DynaLoader does not work properly if perl is not the main program (AIX)
9402      Branch: perl
9403            ! ext/DynaLoader/dl_aix.xs
9404 ____________________________________________________________________________
9405 [  3568] By: jhi                                   on 1999/07/04  14:54:23
9406         Log: pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().
9407              This resulted for example in the 'o' magic not being cleared by
9408              magic_setcollxfrm(), which resulted in strange cmp results.
9409              The bug was reported originally in the message
9410              Subject: Bug with locale
9411              From: Jan Starzynski <jan@planet.de> 
9412              To: perlbug@perl.com 
9413              Date: Fri, 09 Apr 1999 13:23:07 +0200 
9414              Message-ID: <370DE31B.DAEE1332@planet.de> 
9415      Branch: cfgperl
9416            ! pp.c
9417 ____________________________________________________________________________
9418 [  3567] By: gsar                                  on 1999/07/04  02:38:34
9419         Log: remove misleading info on defined(&func), unclutter deprecation
9420              about defined(@array)
9421      Branch: perl
9422            ! op.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
9423            ! t/pragma/warn/op
9424 ____________________________________________________________________________
9425 [  3566] By: gsar                                  on 1999/07/04  01:46:31
9426         Log: From: jan.dubois@ibm.net (Jan Dubois)
9427              Date: Wed, 26 May 1999 22:07:17 +0200
9428              Message-ID: <374c53ac.10322322@smtp1.ibm.net>
9429              Subject: [PATCH 5.005_57] MINGW32 and EGCS 1.1.2 support
9430      Branch: perl
9431            ! Changes win32/win32.c win32/win32.h
9432 ____________________________________________________________________________
9433 [  3565] By: gsar                                  on 1999/07/04  01:26:02
9434         Log: newer version of perlxstut from Jeff Okamoto (slightly edited
9435              for win32 issues)
9436      Branch: perl
9437            ! pod/perlxstut.pod
9438 ____________________________________________________________________________
9439 [  3564] By: gsar                                  on 1999/07/02  03:09:04
9440         Log: avoid warnings
9441      Branch: perl
9442            ! ext/Thread/Thread/Specific.pm lib/fields.pm
9443 ____________________________________________________________________________
9444 [  3563] By: gsar                                  on 1999/06/28  19:23:47
9445         Log: inc version (for CPAN.pm sanity)
9446      Branch: perl
9447            ! lib/Text/ParseWords.pm
9448 ____________________________________________________________________________
9449 [  3562] By: gsar                                  on 1999/06/28  19:19:01
9450         Log: regen perltoc
9451      Branch: perl
9452            ! pod/perltoc.pod
9453 ____________________________________________________________________________
9454 [  3561] By: gsar                                  on 1999/06/28  19:08:41
9455         Log: From: Damian Conway <damian@cs.monash.edu.au>
9456              Date: Wed, 26 May 1999 00:58:35 -0400
9457              Message-Id: <199905260458.AAA06411@defender.perl.org>
9458              Subject: [19990526.002] Misc. improvements to Class:Struct
9459      Branch: perl
9460            ! MANIFEST lib/Class/Struct.pm
9461 ____________________________________________________________________________
9462 [  3560] By: gsar                                  on 1999/06/28  18:50:52
9463         Log: remove bogus PL_optype_size
9464      Branch: perl
9465            ! bytecode.pl ext/ByteLoader/byterun.h
9466 ____________________________________________________________________________
9467 [  3559] By: gsar                                  on 1999/06/28  18:22:26
9468         Log: upgrade CGI.pm to v2.53 (CGI/{Apache,Switch}.pm NOT deleted)
9469      Branch: perl
9470            + lib/CGI/Pretty.pm
9471            ! eg/cgi/file_upload.cgi lib/CGI.pm lib/CGI/Carp.pm
9472            ! lib/CGI/Cookie.pm lib/CGI/Fast.pm t/lib/cgi-form.t
9473            ! t/lib/cgi-html.t t/lib/cgi-request.t
9474 ____________________________________________________________________________
9475 [  3558] By: jhi                                   on 1999/06/28  07:30:21
9476         Log: Change Olaf Lebbe's email address.
9477      Branch: cfgperl
9478            ! README.epoc
9479 ____________________________________________________________________________
9480 [  3557] By: gsar                                  on 1999/06/28  00:07:33
9481         Log: make autogenerated files writable
9482      Branch: perl
9483            - win32/perlhost.h
9484            ! MANIFEST Porting/makerel embed.h embedvar.h ext/B/B/Asmdata.pm
9485            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
9486            ! keywords.h lib/warning.pm objXSUB.h opcode.h pp.sym pp_proto.h
9487            ! proto.h regnodes.h warning.h win32/config_H.bc
9488            ! win32/config_H.gc win32/config_H.vc
9489 ____________________________________________________________________________
9490 [  3556] By: jhi                                   on 1999/06/27  19:22:53
9491         Log: Update MANIFEST to match #3555.
9492      Branch: cfgperl
9493            ! MANIFEST
9494 ____________________________________________________________________________
9495 [  3555] By: jhi                                   on 1999/06/27  19:16:22
9496         Log: EPOC port to Psion5.
9497              From: Olaf Flebbe <O.Flebbe@science-computing.de>
9498              To: Jarkko Hietaniemi <jhi@iki.fi>
9499              Cc: perl5-porters@perl.org
9500              Subject: Re: Psion5
9501              Date: Sun, 27 Jun 1999 20:50:30 +0200 (METDST)
9502              Message-ID: <Pine.GHP.4.02.9906272048130.17736-100000@io.science-computing.de>
9503      Branch: cfgperl
9504            + README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
9505            + epoc/perl.mmp epoc/perl.pkg
9506            ! MANIFEST doio.c lib/Term/ReadLine.pm lib/perl5db.pl perl.c
9507            ! perl.h sv.c util.c
9508 ____________________________________________________________________________
9509 [  3554] By: jhi                                   on 1999/06/27  18:50:52
9510         Log: Integrate from mainperl.
9511      Branch: cfgperl
9512           !> (integrate 48 files)
9513 ____________________________________________________________________________
9514 [  3553] By: gsar                                  on 1999/06/27  14:28:49
9515         Log: somewhat untested PERL_OBJECT cleanups (C++isms mostly
9516              gone from the public API); PERL_OBJECT builds again on
9517              windows
9518              
9519              TODO: namespace-clean the typedefs in iperlsys.h and
9520              elsewhere; remove C++ remnants from public headers
9521      Branch: perl
9522            ! XSUB.h bytecode.pl cv.h embed.h embed.pl ext/B/B.xs
9523            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
9524            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
9525            ! ext/DynaLoader/dlutils.c global.sym globals.c iperlsys.h
9526            ! lib/ExtUtils/Embed.pm lib/ExtUtils/xsubpp mg.c objXSUB.h
9527            ! opcode.h opcode.pl perl.c perl.h pod/perlhist.pod pp_ctl.c
9528            ! pp_hot.c proto.h scope.h sv.h toke.c universal.c util.c
9529            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
9530            ! win32/config.gc win32/config.vc win32/dl_win32.xs
9531            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
9532            ! win32/runperl.c win32/win32.c win32/win32.h win32/win32iop.h
9533            ! win32/win32sck.c
9534 ____________________________________________________________________________
9535 [  3552] By: gsar                                  on 1999/06/27  13:49:31
9536         Log: integrate cfgperl changes into mainline
9537      Branch: perl
9538           !> dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
9539           !> objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
9540           !> pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
9541           !> util.c
9542 ____________________________________________________________________________
9543 [  3551] By: gsar                                  on 1999/06/27  13:31:11
9544         Log: fix indents
9545      Branch: perl
9546            ! op.c
9547 ____________________________________________________________________________
9548 [  3550] By: gsar                                  on 1999/06/24  22:42:53
9549         Log: update Changes
9550      Branch: perl
9551            ! Changes
9552 ____________________________________________________________________________
9553 [  3549] By: gsar                                  on 1999/06/24  22:41:17
9554         Log: avoid race condition in the CAPI extension bootstrap handler
9555      Branch: perl
9556            ! lib/ExtUtils/xsubpp win32/GenCAPI.pl
9557 ____________________________________________________________________________
9558 [  3548] By: gsar                                  on 1999/06/24  22:39:53
9559         Log: sanity check to cover the case when perl is installed into the
9560              X:\ (drive root)
9561      Branch: perl
9562            ! win32/win32.c
9563 ____________________________________________________________________________
9564 [  3547] By: gsar                                  on 1999/06/22  19:30:32
9565         Log: tweak RefHash to make intent clearer (suggested by John Dlugosz)
9566      Branch: perl
9567            ! lib/Tie/RefHash.pm
9568 ____________________________________________________________________________
9569 [  3544] By: jhi                                   on 1999/06/18  19:24:28
9570         Log: Tidy up #3542 and #3543. 
9571      Branch: cfgperl
9572            ! t/pragma/locale.t util.c
9573 ____________________________________________________________________________
9574 [  3543] By: jhi                                   on 1999/06/18  10:28:45
9575         Log: Spice up locale.t.
9576      Branch: cfgperl
9577            ! t/pragma/locale.t
9578 ____________________________________________________________________________
9579 [  3542] By: jhi                                   on 1999/06/17  22:42:03
9580         Log: Fixed two long-standing locale bugs.
9581              
9582              Both problems were related to numeric locale which
9583              controls the radix character aka the decimal separator.
9584              (1) printf (and sprintf) were resetting the numeric locale to C.
9585              (2) Using locale-numerically formatted floating point
9586              numbers (e.g. "1,23") together with -w caused warnings about
9587              "isn't numeric".  The operations were working fine, though,
9588              because atof() was using the local locale.
9589              Both problems reported by Stefan Vogtner.
9590              
9591              Introduced a wrapper for atof() that attempts to convert
9592              the string both ways.  This helps Perl to understand
9593              numbers like this "4.56" even when using a local locale
9594              makes atof() understand only numbers like this "7,89".
9595              
9596              Remaining related problems, both of which existed before
9597              this patch and continue to exist after this patch:
9598              (a) The behaviour of print() is _not_ as documented by perllocale.
9599              Instead of always using the C locale, print() does use the
9600              local locale, just like the *printf() do.  This may be fixable
9601              now that switching to-and-fro between locales has been made
9602              more consistent, but fixing print() would change existing
9603              behaviour.  perllocale is not changed by this patch.
9604              (b) If a number has been stringified (say, via "$number") under
9605              a local locale, the cached string value persists even under
9606              "no locale".  This may or may not be a problem: operations
9607              work fine because the original number is still there, but
9608              that the string form keeps its locale-ish outlook may be
9609              somewhat confusing.
9610      Branch: cfgperl
9611            ! dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
9612            ! objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
9613            ! pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
9614            ! util.c
9615 ____________________________________________________________________________
9616 [  3541] By: jhi                                   on 1999/06/17  20:00:16
9617         Log: Integrate from mainperl.
9618      Branch: cfgperl
9619           !> ext/Data/Dumper/Dumper.pm op.c
9620 ____________________________________________________________________________
9621 [  3540] By: gsar                                  on 1999/06/16  16:49:55
9622         Log: dump C<0> as such, not C<'0'>
9623      Branch: perl
9624            ! ext/Data/Dumper/Dumper.pm
9625 ____________________________________________________________________________
9626 [  3539] By: gsar                                  on 1999/06/13  04:04:40
9627         Log: fix coredumper in change#3498
9628      Branch: perl
9629            ! op.c
9630 ____________________________________________________________________________
9631 [  3538] By: jhi                                   on 1999/06/12  22:01:26
9632         Log: Integrate from mainperl.
9633      Branch: cfgperl
9634           +> lib/caller.pm
9635           !> (integrate 36 files)
9636 ____________________________________________________________________________
9637 [  3537] By: gsar                                  on 1999/06/12  06:43:03
9638         Log: EXTERN_C declarations for global arrays in various
9639              headers, so perl can be built even in C++ mode; win32
9640              build fixups; regen headers
9641      Branch: perl
9642            ! XSUB.h embedvar.h ext/B/B.xs objXSUB.h opcode.h opcode.pl
9643            ! perl.h regcomp.h regexec.c utf8.h win32/win32.c win32/win32.h
9644 ____________________________________________________________________________
9645 [  3536] By: gsar                                  on 1999/06/12  06:38:21
9646         Log: caller.pm typos
9647      Branch: perl
9648            ! lib/caller.pm
9649 ____________________________________________________________________________
9650 [  3535] By: gsar                                  on 1999/06/11  23:13:54
9651         Log: various little tweaks; most globals are now in intrpvar.h, ninterps
9652              is temporarily gone
9653      Branch: perl
9654            ! embed.pl intrpvar.h os2/os2.c perl.c perlvars.h
9655            ! pod/perldelta.pod proto.h win32/perllib.c
9656 ____________________________________________________________________________
9657 [  3534] By: gsar                                  on 1999/06/11  20:41:51
9658         Log: implement C<use caller 'encoding'>
9659      Branch: perl
9660            + lib/caller.pm
9661            ! MANIFEST perl.h pod/perldelta.pod pod/perlfunc.pod pp_ctl.c
9662 ____________________________________________________________________________
9663 [  3533] By: gsar                                  on 1999/06/11  16:51:04
9664         Log: truncate() has a peculiar exemption from strict barewords, even
9665              though it has a non-filehandle prototype
9666      Branch: perl
9667            ! op.c t/io/fs.t
9668 ____________________________________________________________________________
9669 [  3532] By: gsar                                  on 1999/06/11  09:09:16
9670         Log: GDBM tweak
9671      Branch: perl
9672            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/typemap
9673 ____________________________________________________________________________
9674 [  3531] By: gsar                                  on 1999/06/10  23:34:19
9675         Log: part of the platform changes for IMPLICIT_CONTEXT
9676      Branch: perl
9677            ! djgpp/djgpp.c jpl/JNI/JNI.xs jpl/JNI/typemap
9678            ! jpl/PerlInterpreter/PerlInterpreter.c
9679            ! jpl/PerlInterpreter/PerlInterpreter.h
9680            ! os2/OS2/ExtAttr/ExtAttr.xs os2/OS2/PrfDB/PrfDB.xs
9681            ! os2/OS2/Process/Process.xs os2/OS2/REXX/REXX.xs perl.h
9682 ____________________________________________________________________________
9683 [  3530] By: jhi                                   on 1999/06/10  20:55:56
9684         Log: Integrate from mainperl.
9685      Branch: cfgperl
9686           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
9687 ____________________________________________________________________________
9688 [  3529] By: gsar                                  on 1999/06/10  20:40:01
9689         Log: DB_File tweaks for IMPLICIT CONTEXT
9690      Branch: perl
9691            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
9692 ____________________________________________________________________________
9693 [  3528] By: jhi                                   on 1999/06/10  10:18:15
9694         Log: Integrate from mainperl.
9695      Branch: cfgperl
9696           !> (integrate 105 files)
9697 ____________________________________________________________________________
9698 [  3527] By: gsar                                  on 1999/06/10  09:30:35
9699         Log: most globals are now interpreter local; locale initialization
9700              was too early, defer it until interpreter is allocated and
9701              initialized; multiple interpreters should now be
9702              concurrency-safe (untested)
9703      Branch: perl
9704            ! embedvar.h intrpvar.h malloc.c miniperlmain.c perl.c perl.h
9705            ! perlvars.h
9706 ____________________________________________________________________________
9707 [  3526] By: gsar                                  on 1999/06/10  08:38:00
9708         Log: fix small nits
9709      Branch: perl
9710            ! cc_runtime.h ext/B/B/CC.pm run.c
9711 ____________________________________________________________________________
9712 [  3525] By: gsar                                  on 1999/06/10  04:41:38
9713         Log: win32 build fixes
9714      Branch: perl
9715            ! bytecode.pl dosish.h embed.h embed.pl ext/B/B.xs
9716            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
9717            ! ext/ByteLoader/byterun.h ext/SDBM_File/sdbm/sdbm.c globals.c
9718            ! mg.c objXSUB.h op.h perl.c perl.h pp_sys.c proto.h sv.c util.c
9719            ! win32/Makefile win32/config_H.bc win32/config_H.gc
9720            ! win32/config_H.vc win32/config_h.PL win32/dl_win32.xs
9721            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
9722            ! win32/win32.c win32/win32.h win32/win32sck.c
9723            ! win32/win32thread.c win32/win32thread.h
9724 ____________________________________________________________________________
9725 [  3524] By: gsar                                  on 1999/06/09  18:03:01
9726         Log: more complete support for implicit thread/interpreter pointer,
9727              enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops
9728              without that enabled):
9729              - USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR
9730              is a noop; tests pass on Solaris; should be faster now!
9731              - MULTIPLICITY has been tested with and without
9732              PERL_IMPLICIT_CONTEXT on Solaris
9733              - improved function database now merged with embed.pl
9734              - everything except the varargs functions have foo(a,b,c) macros
9735              to provide compatibility
9736              - varargs functions default to compatibility variants that
9737              get the context pointer using dTHX
9738              - there should be almost no source compatibility issues as a
9739              result of all this
9740              - dl_foo.xs changes other than dl_dlopen.xs untested
9741              - still needs documentation, fixups for win32 etc
9742              Next step: migrate most non-mutex variables from perlvars.h
9743              to intrpvar.h
9744      Branch: perl
9745            - proto.pl
9746            ! MANIFEST XSUB.h av.c bytecode.pl cv.h doio.c doop.c dump.c
9747            ! ebcdic.c embed.h embed.pl embedvar.h ext/B/B.xs ext/B/typemap
9748            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
9749            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
9750            ! ext/Data/Dumper/Dumper.xs ext/Devel/Peek/Peek.xs
9751            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
9752            ! ext/DynaLoader/dl_cygwin32.xs ext/DynaLoader/dl_dld.xs
9753            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
9754            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
9755            ! ext/DynaLoader/dl_none.xs ext/DynaLoader/dl_rhapsody.xs
9756            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
9757            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
9758            ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs ext/re/re.xs
9759            ! global.sym globals.c gv.c hv.c lib/ExtUtils/typemap
9760            ! lib/ExtUtils/xsubpp malloc.c mg.c mg.h miniperlmain.c
9761            ! objXSUB.h op.c opcode.h opcode.pl perl.c perl.h perlio.c
9762            ! perlsfio.h perly.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
9763            ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
9764            ! sv.c taint.c thrdvar.h thread.h toke.c universal.c utf8.c
9765            ! util.c win32/Makefile win32/makefile.mk writemain.SH
9766 ____________________________________________________________________________
9767 [  3523] By: gsar                                  on 1999/06/07  05:24:13
9768         Log: missed a file
9769      Branch: perl
9770            + proto.pl
9771            ! MANIFEST
9772 ____________________________________________________________________________
9773 [  3522] By: gsar                                  on 1999/06/07  05:18:34
9774         Log: initial stub implementation of implicit thread/this
9775              pointer    argument; builds/tests on Solaris, win32
9776              hasn't been fixed up yet; proto.h, global.sym and
9777              static function decls are now generated from a common
9778              database in proto.pl; some inconsistently named
9779              perl_foo() things are now Perl_foo(), compatibility
9780              #defines provided; perl_foo() (lowercase 'p') reserved
9781              for functions that take an explicit context argument;
9782              next step: generate #define foo(a,b) Perl_foo(aTHX_ a,b)
9783      Branch: perl
9784            ! XSUB.h av.c cop.h deb.c doio.c doop.c dump.c ebcdic.c embed.h
9785            ! embed.pl ext/POSIX/POSIX.xs global.sym globals.c gv.c gv.h
9786            ! hv.c malloc.c mg.c miniperlmain.c objXSUB.h op.c opcode.h
9787            ! opcode.pl perl.c perl.h perl_exp.SH perlio.c perly.c perly.y
9788            ! pp.c pp.sym pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h
9789            ! regcomp.c regexec.c run.c scope.c scope.h sv.c taint.c toke.c
9790            ! universal.c utf8.c util.c
9791 ____________________________________________________________________________
9792 [  3521] By: gsar                                  on 1999/06/04  23:00:22
9793         Log: clean up some stray "global" symbols
9794      Branch: perl
9795            ! embed.h embed.pl global.sym objXSUB.h opcode.pl pp.sym
9796            ! pp_proto.h proto.h
9797 ____________________________________________________________________________
9798 [  3520] By: jhi                                   on 1999/06/02  21:33:28
9799         Log: Integrate from mainperl.
9800      Branch: cfgperl
9801           !> (integrate 94 files)
9802 ____________________________________________________________________________
9803 [  3519] By: gsar                                  on 1999/06/02  07:16:10
9804         Log: avoid dereferencing null pointer from getpwent() et al
9805      Branch: perl
9806            ! pp_sys.c
9807 ____________________________________________________________________________
9808 [  3518] By: gsar                                  on 1999/06/02  04:47:10
9809         Log: remove _() non-ansism
9810      Branch: perl
9811            ! Porting/config_H XSUB.h config_h.SH cv.h doio.c doop.c
9812            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/byteperl.c
9813            ! ext/ByteLoader/ByteLoader.xs ext/Data/Dumper/Dumper.xs
9814            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dlopen.xs
9815            ! ext/DynaLoader/dl_vmesa.xs ext/IO/poll.h ext/IPC/SysV/SysV.xs
9816            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
9817            ! ext/re/re.xs handy.h hv.c iperlsys.h
9818            ! jpl/PerlInterpreter/PerlInterpreter.c lib/ExtUtils/Embed.pm
9819            ! malloc.c mg.c mg.h minimod.pl miniperlmain.c op.c op.h
9820            ! opcode.h opcode.pl os2/POSIX.mkfifo perl.c perl.h
9821            ! plan9/config.plan9 pod/perlembed.pod pod/perlguts.pod pp.c
9822            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c run.c
9823            ! scope.h sv.c sv.h thread.h toke.c util.c vms/sockadapt.h
9824            ! vms/vmsish.h vms/writemain.pl vos/config.h
9825            ! vos/config_h.SH_orig win32/GenCAPI.pl win32/config_H.bc
9826            ! win32/config_H.gc win32/config_H.vc win32/makemain.pl
9827            ! win32/perllib.c win32/runperl.c win32/win32.h
9828            ! win32/win32thread.h writemain.SH x2p/a2p.c x2p/a2p.h x2p/a2p.y
9829            ! x2p/hash.h x2p/str.h x2p/util.h x2p/walk.c
9830 ____________________________________________________________________________
9831 [  3517] By: gsar                                  on 1999/06/02  02:17:51
9832         Log: missed a few files
9833      Branch: perl
9834            ! ext/POSIX/POSIX.xs jpl/JNI/JNI.xs
9835 ____________________________________________________________________________
9836 [  3516] By: gsar                                  on 1999/06/02  01:37:33
9837         Log: integrate cfgperl contents into mainline
9838      Branch: perl
9839           +> ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
9840           +> ext/ByteLoader/byterun.h
9841            - bytecode.h byterun.c byterun.h
9842            ! Changes
9843           !> (integrate 58 files)
9844 ____________________________________________________________________________
9845 [  3515] By: gsar                                  on 1999/06/02  00:48:50
9846         Log: remove stray K&R-isms
9847      Branch: perl
9848            ! ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
9849            ! ext/SDBM_File/sdbm/dbe.c ext/SDBM_File/sdbm/dbm.c
9850            ! ext/SDBM_File/sdbm/dbu.c mg.c op.c pp_ctl.c pp_sys.c sv.c
9851            ! toke.c util.c win32/win32.c x2p/hash.c
9852 ____________________________________________________________________________
9853 [  3514] By: gsar                                  on 1999/06/01  15:55:55
9854         Log: change#3447 didn't do enough to exempt Foo->bar(qw/.../) from
9855              strict 'subs'
9856      Branch: perl
9857            ! op.c t/pragma/strict-subs
9858 ____________________________________________________________________________
9859 [  3513] By: jhi                                   on 1999/06/01  07:17:05
9860         Log: Patch applying of #3499 had gone awry.
9861      Branch: cfgperl
9862            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.h
9863 ____________________________________________________________________________
9864 [  3512] By: gsar                                  on 1999/05/31  19:21:30
9865         Log: tighter -help output
9866      Branch: perl
9867            ! perl.c
9868 ____________________________________________________________________________
9869 [  3511] By: gsar                                  on 1999/05/31  17:18:23
9870         Log: fix memory leak in C<eval 'return sub {...}'>
9871      Branch: perl
9872            ! embed.h embed.pl objXSUB.h pp_ctl.c proto.h
9873 ____________________________________________________________________________
9874 [  3510] By: gsar                                  on 1999/05/31  14:11:46
9875         Log: tweak C++isms
9876      Branch: perl
9877            ! win32/dl_win32.xs win32/win32.c
9878 ____________________________________________________________________________
9879 [  3509] By: jhi                                   on 1999/05/30  13:02:26
9880         Log: Cleanup of #3488.
9881      Branch: cfgperl
9882            ! Configure config_h.SH
9883 ____________________________________________________________________________
9884 [  3508] By: jhi                                   on 1999/05/30  11:16:01
9885         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9886              To: Mailing list Perl5 <perl5-porters@perl.org>
9887              Subject: [PATCH 5.005_57] Teach Socket and io_unix.t the syntax of OS/2
9888              Date: Sat, 29 May 1999 20:18:13 -0400
9889              Message-ID: <19990529201813.B9489@monk.mps.ohio-state.edu>
9890      Branch: cfgperl
9891            ! ext/Socket/Socket.xs os2/os2ish.h t/lib/io_unix.t
9892 ____________________________________________________________________________
9893 [  3507] By: jhi                                   on 1999/05/29  20:05:40
9894         Log: From: Mark-Jason Dominus <mjd@plover.com>
9895              To: perl5-porters@perl.com
9896              Subject: PATCH (5.005_57): Document use of `SPECIAL' flag for `pushre':
9897              Date: Sat, 29 May 1999 14:45:10 -0400
9898              Message-ID: <19990529184510.27557.qmail@plover.com>
9899      Branch: cfgperl
9900            ! op.h
9901 ____________________________________________________________________________
9902 [  3506] By: gsar                                  on 1999/05/29  16:49:39
9903         Log: avoid gv_check() recursive pit
9904      Branch: perl
9905            ! gv.c
9906 ____________________________________________________________________________
9907 [  3505] By: jhi                                   on 1999/05/29  11:38:16
9908         Log: From: jan.dubois@ibm.net (Jan Dubois)
9909              To: Gurusamy Sarathy <gsar@activestate.com>
9910              Cc: perl5-porters@perl.org
9911              Subject: [PATCH 5.005_57]Safeguard against unimplemented functions in pwuid.t and grent.t
9912              Date: Sat, 29 May 1999 08:46:22 +0200
9913              Message-ID: <374f8007.2016008@smtp1.ibm.net>
9914      Branch: cfgperl
9915            ! t/op/grent.t t/op/pwent.t
9916 ____________________________________________________________________________
9917 [  3504] By: jhi                                   on 1999/05/29  11:07:10
9918         Log: QNX needs <sys/select.h> to define fd_set.
9919              
9920              From: Norton Allen <allen@huarp.harvard.edu>
9921              To: perl5-porters@perl.org
9922              Subject: [19990526.016] Not OK: perl 5.00503 on x86-qnx 424
9923              Date:  Wed, 26 May 1999 13:51:27 -0400 (EDT)
9924              Message-Id:  <199905261751.NAA20966@bottesini.harvard.edu>
9925      Branch: cfgperl
9926            ! ext/IO/poll.c
9927 ____________________________________________________________________________
9928 [  3503] By: jhi                                   on 1999/05/29  10:53:31
9929         Log: From: jan.dubois@ibm.net (Jan Dubois)
9930              To: Gurusamy Sarathy <gsar@activestate.com>, perl5-porters@perl.org
9931              Subject: [PATCH all versions] (was Re: Unitialized Value Complaints in Math::BigFloat)
9932              Date: Fri, 28 May 1999 20:14:35 +0200
9933              Message-ID: <3751daa4.7188847@smtp1.ibm.net>
9934      Branch: cfgperl
9935            ! lib/Math/BigFloat.pm
9936 ____________________________________________________________________________
9937 [  3502] By: jhi                                   on 1999/05/29  10:44:44
9938         Log: Make Configure support the change #3367,
9939              SysV shadow passwords.
9940      Branch: cfgperl
9941            ! Configure config_h.SH pp_sys.c
9942 ____________________________________________________________________________
9943 [  3501] By: gsar                                  on 1999/05/28  21:22:23
9944         Log: add wide versions of win32 system calls (first step in
9945              globalization); delayload winsock for performance if compiling
9946              with VC 6.0
9947      Branch: perl
9948            ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
9949            ! win32/win32.c win32/win32.h
9950 ____________________________________________________________________________
9951 [  3500] By: jhi                                   on 1999/05/28  21:17:24
9952         Log: The new t/lib/io_linenum.t was using stricture
9953              before @INC was set up.
9954      Branch: cfgperl
9955            ! t/lib/io_linenum.t
9956 ____________________________________________________________________________
9957 [  3499] By: jhi                                   on 1999/05/28  17:13:23
9958         Log: From: Tom Hughes <tom@compton.nu>
9959              To: perl5-porters@perl.org
9960              Subject: [PATCH 5.005_57] ByteLoader mark 2
9961              Date: Wed, 26 May 1999 23:59:49 +0100
9962              Message-ID: <bf337a0849.tom@compton.compton.nu>
9963              
9964              plus resolve tiny conflict with #3479
9965              plus regen_headers.
9966      Branch: cfgperl
9967            + ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
9968            + ext/ByteLoader/byterun.h
9969            - bytecode.h byterun.c byterun.h
9970            ! MANIFEST Makefile.SH bytecode.pl embed.h embedvar.h ext/B/B.pm
9971            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/Makefile.PL
9972            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
9973            ! ext/ByteLoader/Makefile.PL global.sym intrpvar.h objXSUB.h
9974            ! perl.h perlvars.h proto.h util.c utils/Makefile
9975 ____________________________________________________________________________
9976 [  3498] By: jhi                                   on 1999/05/28  16:53:04
9977         Log: From: Mark-Jason Dominus <mjd@plover.com>
9978              To: perl5-porters@perl.com
9979              Subject: PATCH (5.005_57): defined(@a) now deprecated
9980              Date: Thu, 27 May 1999 16:05:44 -0400
9981              Message-ID: <19990527200544.13330.qmail@plover.com>
9982      Branch: cfgperl
9983            ! lib/Carp.pm op.c opcode.h opcode.pl pod/perldelta.pod
9984            ! pod/perldiag.pod pod/perlfunc.pod pp_proto.h t/pragma/warn/op
9985 ____________________________________________________________________________
9986 [  3497] By: jhi                                   on 1999/05/28  16:50:54
9987         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9988              To: perl5-porters@perl.org (Mailing list Perl5)
9989              Subject: [PATCH 5.00557] Cosmetic OS/2-related patches
9990              Date: Fri, 28 May 1999 12:13:00 -0400 (EDT)
9991              Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu>
9992      Branch: cfgperl
9993            ! MANIFEST Makefile.SH ext/POSIX/POSIX.xs hints/os2.sh
9994            ! os2/Makefile.SHs t/io/pipe.t t/lib/io_sock.t
9995 ____________________________________________________________________________
9996 [  3496] By: jhi                                   on 1999/05/28  16:48:39
9997         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9998              To: perl5-porters@perl.org (Mailing list Perl5)
9999              Subject: [PATCH 5.00557] Required OS/2-related patches
10000              Date: Fri, 28 May 1999 12:11:48 -0400 (EDT)
10001              Message-Id: <199905281611.MAA02037@monk.mps.ohio-state.edu>
10002      Branch: cfgperl
10003            ! os2/os2.c t/lib/bigfloatpm.t t/lib/io_unix.t t/op/groups.t
10004            ! t/op/stat.t util.c
10005 ____________________________________________________________________________
10006 [  3495] By: jhi                                   on 1999/05/28  16:45:56
10007         Log: From: Paul Johnson <pjcj@transeda.com>
10008              To: perl5-porters <perl5-porters@perl.org>
10009              Subject: [PATCH 5.005_57] Provide more useful test okay percentage
10010              Date: Fri, 28 May 1999 15:13:54 +0100
10011              Message-ID: <19990528151354.B289@west-tip.transeda.com>
10012      Branch: cfgperl
10013            ! t/TEST
10014 ____________________________________________________________________________
10015 [  3494] By: jhi                                   on 1999/05/28  16:44:34
10016         Log: From: Paul Johnson <pjcj@transeda.com>
10017              To: perl5-porters <perl5-porters@perl.org>
10018              Subject: [PATCH 5.005_57] Fixes related to working local $.
10019              Date: Fri, 28 May 1999 15:11:18 +0100
10020              Message-ID: <19990528151118.A289@west-tip.transeda.com>
10021      Branch: cfgperl
10022            ! ext/IO/lib/IO/Handle.pm pod/perlvar.pod t/lib/io_linenum.t
10023 ____________________________________________________________________________
10024 [  3493] By: gsar                                  on 1999/05/28  16:37:26
10025         Log: change#3449 wasn't doing enough
10026      Branch: perl
10027            ! op.c t/comp/proto.t
10028 ____________________________________________________________________________
10029 [  3492] By: jhi                                   on 1999/05/28  08:12:23
10030         Log: From: paul.marquess@bt.com
10031              To: doughera@lafayette.edu
10032              Cc: perl5-porters@perl.org
10033              Subject: RE: [19990527.002] DBM Filters in _57 cause problems in NDBM_File
10034              Date: Thu, 27 May 1999 23:31:38 +0100
10035              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C03@mbtlipnt02.btlabs.bt.co.uk>
10036              
10037              Had to be applied manually; some mailer had munged the patch slightly.
10038      Branch: cfgperl
10039            ! ext/NDBM_File/NDBM_File.xs
10040 ____________________________________________________________________________
10041 [  3491] By: jhi                                   on 1999/05/28  07:51:17
10042         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
10043              To: perl5-porters@perl.org
10044              Subject: [PATCH 5.005_57] fixing eval in the compiler
10045              Date: Thu, 27 May 1999 07:56:54 -0700
10046              Message-ID: <JDIKFDKKLGHHBAAA@my-deja.com>
10047      Branch: cfgperl
10048            ! cc_runtime.h scope.h
10049 ____________________________________________________________________________
10050 [  3490] By: jhi                                   on 1999/05/28  07:47:06
10051         Log: From: Andy Dougherty <doughera@lafayette.edu>
10052              To: perlbug@perl.com
10053              Cc: Jarkko Hietaniemi <jhi@iki.fi>
10054              Subject: [PATCH] Configure updates for ISC 4.1
10055              Date: Thu, 27 May 1999 15:19:21 -0400 (EDT)
10056              Message-Id: <Pine.GSU.4.05.9905271513500.22115-100000@newton.phys>
10057      Branch: cfgperl
10058            ! Configure config_h.SH
10059 ____________________________________________________________________________
10060 [  3489] By: jhi                                   on 1999/05/28  07:39:17
10061         Log: Integrate from mainperl.
10062      Branch: cfgperl
10063           !> malloc.c win32/makedef.pl win32/win32.c
10064 ____________________________________________________________________________
10065 [  3488] By: jhi                                   on 1999/05/27  16:57:19
10066         Log: From: Andy Dougherty <doughera@lafayette.edu>
10067              To: Perl Porters <perl5-porters@perl.org>
10068              Subject: [PATCH] Re: 5.005_57 NOT OK on SunOS 4.1.3
10069              Date: Thu, 27 May 1999 12:26:28 -0400 (EDT)
10070              Message-Id: <Pine.GSU.4.05.9905271120230.22115-100000@newton.phys>
10071      Branch: cfgperl
10072            ! Configure config_h.SH hints/sunos_4_1.sh util.c
10073 ____________________________________________________________________________
10074 [  3487] By: gsar                                  on 1999/05/27  03:56:20
10075         Log: make win32_spawnvp() inherit standard handles even when they
10076              may be redirected
10077      Branch: perl
10078            ! win32/win32.c
10079 ____________________________________________________________________________
10080 [  3486] By: jhi                                   on 1999/05/26  19:55:52
10081         Log: From: Andy Dougherty <doughera@lafayette.edu>
10082              To: perl5-porters@perl.org
10083              Subject: Re: BUG -> [19990526.004] perl5.005_57 error in util.c on sun4-solaris2.6
10084              Date: Wed, 26 May 1999 14:49:52 -0400 (EDT)
10085              Message-Id: <Pine.GSU.4.05.9905261448310.19172-100000@newton.phys>
10086      Branch: cfgperl
10087            ! util.c
10088 ____________________________________________________________________________
10089 [  3485] By: chip                                  on 1999/05/26  17:19:11
10090         Log: Look for Linux FILE structure in libio.h, for glibc-2.1.
10091      Branch: maint-5.004/perl
10092            ! Configure
10093 ____________________________________________________________________________
10094 [  3484] By: gsar                                  on 1999/05/26  01:56:28
10095         Log: fix missing exported symbol
10096      Branch: perl
10097            ! malloc.c win32/makedef.pl
10098 ____________________________________________________________________________
10099 [  3483] By: jhi                                   on 1999/05/25  23:08:07
10100         Log: Configure -Dopenbsd_distribution to build for the OpenBSD tree.
10101              
10102              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
10103              To: perlbug@perl.com
10104              Subject: OpenBSD hints file update
10105              Date: Tue, 25 May 1999 12:12:38 -0600 (MDT)
10106              Message-Id: <199905251812.MAA06032@xerxes.courtesan.com>
10107      Branch: cfgperl
10108            ! hints/openbsd.sh
10109 ____________________________________________________________________________
10110 [  3482] By: jhi                                   on 1999/05/25  23:01:25
10111         Log: From: Tom Hughes <tom@compton.nu>
10112              To: perl5-porters@perl.org
10113              Subject: [PATCH 5.005_57] Make Configure recognise glibc 2.1 stdio
10114              Date: Tue, 25 May 1999 23:10:23 +0100
10115              Message-ID: <1ed7f10749.tom@compton.compton.nu>
10116      Branch: cfgperl
10117            ! Configure config_h.SH
10118 ____________________________________________________________________________
10119 [  3481] By: jhi                                   on 1999/05/25  22:31:50
10120         Log: 3479, 3480, 3481 seems logical.
10121      Branch: cfgperl
10122           !> hints/aix.sh
10123 ____________________________________________________________________________
10124 [  3480] By: jhi                                   on 1999/05/25  22:13:39
10125         Log: The change #3479 wasn't perfect.
10126      Branch: perl
10127            ! hints/aix.sh
10128 ____________________________________________________________________________
10129 [  3479] By: jhi                                   on 1999/05/25  21:59:21
10130         Log: Cures for _57 in AIX 4.1.5.0.
10131              (1) The lddlflags lost its -lc by change #3660
10132              (and the politeness of change #3257).
10133              (2) optype_size must end up in perl.exp (as PL_optype_size).
10134              Added it to perlvars.h, fixed bytecode.pl,
10135              regen'ed the relevant headers.
10136      Branch: cfgperl
10137            ! bytecode.h bytecode.pl byterun.h embed.h embedvar.h objXSUB.h
10138            ! perlvars.h
10139      Branch: perl
10140            ! hints/aix.sh
10141 ____________________________________________________________________________
10142 [  3478] By: jhi                                   on 1999/05/25  20:13:47
10143         Log: Integrate from mainperl.
10144      Branch: cfgperl
10145           +> pod/perltootc.pod
10146           !> (integrate 101 files)
10147 ____________________________________________________________________________
10148 [  3477] By: gsar                                  on 1999/05/25  10:43:48
10149         Log: here be 5.005_57
10150      Branch: perl
10151            ! Changes MANIFEST Porting/makerel
10152           !> Changes5.005
10153
10154 ----------------
10155 Version 5.005_57
10156 ----------------
10157
10158 ____________________________________________________________________________
10159 [  3476] By: gsar                                  on 1999/05/25  09:23:43
10160         Log: up patchlevel &c
10161      Branch: perl
10162            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
10163            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10164            ! win32/makefile.mk
10165 ____________________________________________________________________________
10166 [  3475] By: gsar                                  on 1999/05/25  09:14:51
10167         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10168              Date: Tue, 25 May 1999 02:42:23 -0400 (EDT)
10169              Message-Id: <199905250642.CAA06208@monk.mps.ohio-state.edu>
10170              Subject: [PATCH 5.005_56] REx engine improvements
10171      Branch: perl
10172            ! embedvar.h mg.c objXSUB.h pp.c pp_ctl.c pp_hot.c regcomp.c
10173            ! regexec.c regexp.h t/op/pat.t t/op/re_tests t/op/regexp.t
10174            ! thrdvar.h util.c
10175 ____________________________________________________________________________
10176 [  3474] By: gsar                                  on 1999/05/25  08:39:56
10177         Log: test case for change#3470
10178      Branch: perl
10179            ! t/lib/bigintpm.t
10180 ____________________________________________________________________________
10181 [  3473] By: gsar                                  on 1999/05/25  08:36:52
10182         Log: perlport 1.43 update from Chris Nandor and Tom Christiansen
10183      Branch: perl
10184            ! Changes pod/perlport.pod
10185 ____________________________________________________________________________
10186 [  3472] By: gsar                                  on 1999/05/25  08:28:57
10187         Log: assorted tweaks
10188      Branch: perl
10189            ! doio.c iperlsys.h win32/config.bc win32/config.gc
10190            ! win32/config.vc win32/config_H.bc win32/config_H.gc
10191            ! win32/config_H.vc win32/makedef.pl
10192 ____________________________________________________________________________
10193 [  3471] By: gsar                                  on 1999/05/25  06:06:04
10194         Log: perlref update from Tom Christiansen
10195      Branch: perl
10196            ! pod/perlref.pod
10197 ____________________________________________________________________________
10198 [  3470] By: gsar                                  on 1999/05/25  06:03:27
10199         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10200              Date: Mon, 24 May 1999 17:43:56 -0400
10201              Message-ID: <19990524174356.A1944@monk.mps.ohio-state.edu>
10202              Subject: [PATCH 5.005_*] hv.c calling negative malloc()
10203      Branch: perl
10204            ! hv.c
10205 ____________________________________________________________________________
10206 [  3469] By: gsar                                  on 1999/05/25  05:59:22
10207         Log: avoid temporary files that have a constant name (from a suggestion
10208              by Anthony J. Lill <ajlill@ajlc.waterloo.on.ca>)
10209      Branch: perl
10210            ! lib/ExtUtils/MM_Unix.pm
10211 ____________________________________________________________________________
10212 [  3468] By: gsar                                  on 1999/05/25  05:54:29
10213         Log: From: pvhp@forte.com (Peter Prymmer)
10214              Date: Mon, 24 May 99 11:20:25 PDT
10215              Message-Id: <9905241820.AA28071@forte.com>
10216              Subject: [PATCH: _56 and _03]EBCDIC %HTML_Escapes for Pod::Text, plus sync patch.
10217      Branch: perl
10218            ! lib/Pod/Text.pm
10219 ____________________________________________________________________________
10220 [  3467] By: gsar                                  on 1999/05/25  04:08:50
10221         Log: fix glob() bug that resulted in missing symlinks that don't point
10222              anywhere
10223      Branch: perl
10224            ! pp_hot.c
10225 ____________________________________________________________________________
10226 [  3466] By: gsar                                  on 1999/05/25  03:00:00
10227         Log: avoid enumerating @INC contents in diagnostic if @INC was never
10228              searched
10229      Branch: perl
10230            ! pod/perldiag.pod pp_ctl.c
10231 ____________________________________________________________________________
10232 [  3465] By: gsar                                  on 1999/05/25  02:24:08
10233         Log: add caveat about close(PIPE) carelessness
10234      Branch: perl
10235            ! pod/perlfunc.pod
10236 ____________________________________________________________________________
10237 [  3464] By: gsar                                  on 1999/05/24  23:55:53
10238         Log: fix bogus line numbers for void context warnings
10239              (change#2548 was overeager)
10240      Branch: perl
10241            ! op.c
10242 ____________________________________________________________________________
10243 [  3463] By: gsar                                  on 1999/05/24  23:31:58
10244         Log: change#3455 had a typo
10245      Branch: perl
10246            ! pp_ctl.c
10247 ____________________________________________________________________________
10248 [  3462] By: gsar                                  on 1999/05/24  17:32:20
10249         Log: more pod updates from Tom Christiansen; regen perltoc
10250      Branch: perl
10251            ! pod/perl.pod pod/perldelta.pod pod/perlmod.pod pod/perlobj.pod
10252            ! pod/perlre.pod pod/perltoc.pod pod/perlvar.pod
10253 ____________________________________________________________________________
10254 [  3461] By: gsar                                  on 1999/05/24  07:41:32
10255         Log: perlmod notes from Damian Conway (via Tom Christiansen)
10256      Branch: perl
10257            ! pod/perlmod.pod
10258 ____________________________________________________________________________
10259 [  3460] By: gsar                                  on 1999/05/24  07:24:11
10260         Log: major pod update from Tom Christiansen
10261      Branch: perl
10262            + pod/perltootc.pod
10263            ! MANIFEST lib/Pod/Functions.pm pod/Makefile pod/buildtoc
10264            ! pod/perl.pod pod/perl5004delta.pod pod/perlcall.pod
10265            ! pod/perldata.pod pod/perldebug.pod pod/perldelta.pod
10266            ! pod/perldsc.pod pod/perlfunc.pod pod/perlipc.pod
10267            ! pod/perllol.pod pod/perlmod.pod pod/perlmodinstall.pod
10268            ! pod/perlmodlib.pod pod/perlobj.pod pod/perlop.pod
10269            ! pod/perlopentut.pod pod/perlpod.pod pod/perlport.pod
10270            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod pod/perlsec.pod
10271            ! pod/perlsub.pod pod/perlsyn.pod pod/perlthrtut.pod
10272            ! pod/perltie.pod pod/perltrap.pod pod/perlvar.pod
10273            ! pod/perlxs.pod pod/pod2man.PL
10274 ____________________________________________________________________________
10275 [  3459] By: gsar                                  on 1999/05/24  06:26:48
10276         Log: perlfaq update from Tom Christiansen
10277      Branch: perl
10278            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
10279            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
10280            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
10281            ! pod/perlfaq9.pod
10282 ____________________________________________________________________________
10283 [  3458] By: gsar                                  on 1999/05/24  05:55:11
10284         Log: updated to v1.50 from CPAN
10285      Branch: perl
10286            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
10287 ____________________________________________________________________________
10288 [  3457] By: gsar                                  on 1999/05/24  05:46:20
10289         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10290              Date: Sun, 23 May 1999 16:35:07 +0100
10291              Message-Id: <199905231535.QAA00032@crypt.compulink.co.uk>
10292              Subject: [PATCH 5.005_56] name PL_in_eval bits
10293      Branch: perl
10294            ! cop.h op.c perl.c pp_ctl.c toke.c util.c
10295 ____________________________________________________________________________
10296 [  3456] By: gsar                                  on 1999/05/24  05:18:06
10297         Log: make -t mode the default on emacs/dumb terminals
10298      Branch: perl
10299            ! Changes utils/perldoc.PL
10300 ____________________________________________________________________________
10301 [  3455] By: gsar                                  on 1999/05/24  05:05:19
10302         Log: return 0 rather than "" when scalar grep has nothing to iterate
10303              on (brings behavior in line with documentation)
10304      Branch: perl
10305            ! pp_ctl.c
10306 ____________________________________________________________________________
10307 [  3454] By: gsar                                  on 1999/05/24  04:52:52
10308         Log: From: Tim Jenness <t.jenness@jach.hawaii.edu>
10309              Date: Thu, 20 May 1999 13:27:02 -1000
10310              Message-Id: <E10kcDN-0007TA-00@lapaki>
10311              Subject: Problem with MM_Unix in 5.005_03
10312      Branch: perl
10313            ! lib/ExtUtils/MM_Unix.pm
10314 ____________________________________________________________________________
10315 [  3453] By: gsar                                  on 1999/05/24  04:39:49
10316         Log: avoid removing duplicates in user-generated warnings
10317              From: byron@omix.com (Byron Brummer)
10318              Date: Thu, 20 May 1999 04:01:17 -0700 (PDT)
10319              Message-Id: <199905201101.EAA91175@thrush.omix.com>
10320              Subject: [PATCH] Re: warn buffers/loses output in ?? - 5.005_03
10321      Branch: perl
10322            ! lib/diagnostics.pm
10323 ____________________________________________________________________________
10324 [  3452] By: gsar                                  on 1999/05/24  04:23:10
10325         Log: straighten some code to avoid NeXT compiler bugs (from
10326              Geoff Kuenning <geoff@cs.hmc.edu>)
10327      Branch: perl
10328            ! pp_ctl.c
10329 ____________________________________________________________________________
10330 [  3451] By: gsar                                  on 1999/05/24  03:03:05
10331         Log: minor logic tweak for reserved word warning
10332      Branch: perl
10333            ! lib/Test/Harness.pm toke.c
10334 ____________________________________________________________________________
10335 [  3450] By: gsar                                  on 1999/05/24  02:34:20
10336         Log: oops, some files missing in change#3449
10337      Branch: perl
10338            ! op.c op.h toke.c
10339 ____________________________________________________________________________
10340 [  3449] By: gsar                                  on 1999/05/24  02:33:12
10341         Log: allow '*' prototype to autoquote even barewords that happen to be
10342              function names; parens or ampersand continue to force the other
10343              interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;>
10344              do the right thing, for example
10345      Branch: perl
10346            ! t/comp/proto.t
10347 ____________________________________________________________________________
10348 [  3448] By: gsar                                  on 1999/05/24  01:51:24
10349         Log: remove vestiges of PL_last_proto
10350      Branch: perl
10351            ! embedvar.h intrpvar.h objXSUB.h
10352 ____________________________________________________________________________
10353 [  3447] By: gsar                                  on 1999/05/24  01:49:20
10354         Log: redo change#2061 and parts of change#1169 with code in the
10355              parser; PL_last_proto hackery gone, strict 'subs' in now
10356              implemented in the optimizer where specifying the exceptional
10357              cases is much more robust; '*' (bareword) prototype now works
10358              reliably when used in second and subsequent arguments
10359      Branch: perl
10360            ! dump.c embed.h embed.pl objXSUB.h op.c op.h proto.h toke.c
10361 ____________________________________________________________________________
10362 [  3446] By: gsar                                  on 1999/05/23  05:00:55
10363         Log: remove redundant part of change#1169 superceded by change#2061;
10364              avoid "future reserved word" warning on prototypical bearwords
10365      Branch: perl
10366            ! t/lib/fatal.t toke.c
10367 ____________________________________________________________________________
10368 [  3445] By: gsar                                  on 1999/05/21  23:36:49
10369         Log: s/isspace/isSPACE/g and make sure the CRT version is always
10370              passed an unsigned char (fixes random occurrence of spaces in
10371              arguments containing high-bit chars passed to spawned children,
10372              on win32)
10373      Branch: perl
10374            ! ext/SDBM_File/sdbm/dbe.c win32/perlhost.h win32/win32.c
10375 ____________________________________________________________________________
10376 [  3444] By: gsar                                  on 1999/05/21  23:08:55
10377         Log: integrate Configure changes from cfgperl
10378      Branch: perl
10379           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
10380           !> config_h.SH
10381 ____________________________________________________________________________
10382 [  3443] By: jhi                                   on 1999/05/21  22:00:56
10383         Log: Integrate from mainperl.
10384      Branch: cfgperl
10385           !> Changes doop.c ext/SDBM_File/sdbm/dba.c
10386           !> ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbe.c os2/os2.c
10387           !> perl.h pod/perldiag.pod pod/perlport.pod pp.c t/comp/proto.t
10388           !> win32/perlhost.h win32/win32.c x2p/walk.c
10389 ____________________________________________________________________________
10390 [  3442] By: jhi                                   on 1999/05/21  21:59:46
10391         Log: fflush.
10392      Branch: cfgperl
10393            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10394            ! config_h.SH
10395 ____________________________________________________________________________
10396 [  3441] By: gsar                                  on 1999/05/21  17:48:55
10397         Log: integrate cfgperl changes
10398      Branch: perl
10399           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
10400           !> config_h.SH hints/sunos_4_1.sh installperl
10401 ____________________________________________________________________________
10402 [  3440] By: gsar                                  on 1999/05/21  17:42:49
10403         Log: test tweak
10404      Branch: perl
10405            ! t/comp/proto.t
10406 ____________________________________________________________________________
10407 [  3439] By: gsar                                  on 1999/05/21  17:31:26
10408         Log: fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.
10409              (Configure fflush(NULL) detection seems broken on Solaris, which
10410              is why I hit the problem)
10411      Branch: perl
10412            ! Changes perl.h
10413 ____________________________________________________________________________
10414 [  3438] By: gsar                                  on 1999/05/20  16:41:01
10415         Log: perlport 1.41 update from Chris Nandor <pudge@pobox.com>
10416      Branch: perl
10417            ! pod/perlport.pod
10418 ____________________________________________________________________________
10419 [  3437] By: jhi                                   on 1999/05/20  07:14:39
10420         Log: Patches to fflushing in SunOS 4 from Andy Dougherty
10421              (via private email).
10422      Branch: cfgperl
10423            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10424            ! config_h.SH hints/sunos_4_1.sh
10425 ____________________________________________________________________________
10426 [  3436] By: gsar                                  on 1999/05/20  05:18:26
10427         Log: various little nits
10428      Branch: perl
10429            ! doop.c ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
10430            ! ext/SDBM_File/sdbm/dbe.c os2/os2.c pod/perldiag.pod pp.c
10431            ! win32/perlhost.h win32/win32.c x2p/walk.c
10432 ____________________________________________________________________________
10433 [  3435] By: jhi                                   on 1999/05/18  16:25:49
10434         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10435              To: perl5-porters@perl.org
10436              Subject: installperl
10437              Date: Fri, 14 May 1999 21:34:58 +0100
10438              Message-Id: <199905142034.VAA00865@crypt.compulink.co.uk>
10439      Branch: cfgperl
10440            ! installperl
10441 ____________________________________________________________________________
10442 [  3434] By: jhi                                   on 1999/05/17  21:25:54
10443         Log: Integrate from mainperl.
10444      Branch: cfgperl
10445           +> lib/ExtUtils/MM_Cygwin.pm
10446            - cygwin32/impure_ptr.c
10447           !> MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
10448           !> cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
10449           !> ext/POSIX/POSIX.xs gv.c hints/cygwin32.sh installman
10450           !> installperl perl.h pod/perldiag.pod pp.c pp_hot.c util.c
10451           !> x2p/find2perl.PL
10452 ____________________________________________________________________________
10453 [  3433] By: gsar                                  on 1999/05/17  09:49:01
10454         Log: integrate cfgperl changes into mainline
10455      Branch: perl
10456           !> Configure INSTALL config_h.SH configure.com embed.h
10457           !> ext/Devel/Peek/Peek.xs ext/Socket/Socket.xs global.sym
10458           !> hints/dec_osf.sh objXSUB.h perl.h pod/perldiag.pod proto.h
10459           !> util.c
10460 ____________________________________________________________________________
10461 [  3432] By: gsar                                  on 1999/05/17  09:06:45
10462         Log: emit more appropriate diagnostic for failed glob (variant
10463              of patch suggested by Graham Barr)
10464      Branch: perl
10465            ! gv.c pod/perldiag.pod pp.c pp_hot.c
10466 ____________________________________________________________________________
10467 [  3431] By: gsar                                  on 1999/05/17  08:38:09
10468         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
10469              Date: Thu, 13 May 1999 22:18:43 -0600 (MDT)
10470              Message-Id: <199905140418.WAA18826@xerxes.courtesan.com>
10471              Subject: find2perl does not grok the 'c' suffix to the -size argument
10472      Branch: perl
10473            ! x2p/find2perl.PL
10474 ____________________________________________________________________________
10475 [  3430] By: gsar                                  on 1999/05/17  08:26:21
10476         Log: additional cleanups for cygwin32 port
10477              From: "Fifer, Eric" <EFifer@sanwaint.com>
10478              Date: Wed, 12 May 1999 20:25:54 +0100
10479              Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST>
10480              Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port
10481      Branch: perl
10482            + lib/ExtUtils/MM_Cygwin.pm
10483            - cygwin32/impure_ptr.c
10484            ! MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
10485            ! cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
10486            ! ext/POSIX/POSIX.xs hints/cygwin32.sh installman installperl
10487            ! perl.h util.c
10488 ____________________________________________________________________________
10489 [  3429] By: gsar                                  on 1999/05/17  08:01:04
10490         Log: From: Andy Dougherty <doughera@lafayette.edu>
10491              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
10492              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
10493              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
10494      Branch: perl
10495            ! INSTALL
10496 ____________________________________________________________________________
10497 [  3428] By: jhi                                   on 1999/05/17  07:03:26
10498         Log: Integrate from mainperl modulo the Socket.xs change.
10499      Branch: cfgperl
10500           !> ext/Socket/Socket.xs op.c win32/include/sys/socket.h
10501           !> win32/win32.c win32/win32.h
10502 ____________________________________________________________________________
10503 [  3427] By: jhi                                   on 1999/05/16  22:09:11
10504         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10505              To: perl5-porters@perl.org (Mailing list Perl5)
10506              Subject: [PATCH 5.005_56] Devel::Peek::mstat not working
10507              Date: Sun, 16 May 1999 01:28:18 -0400 (EDT)
10508              Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu>
10509      Branch: cfgperl
10510            ! ext/Devel/Peek/Peek.xs
10511 ____________________________________________________________________________
10512 [  3426] By: jhi                                   on 1999/05/16  22:07:11
10513         Log: From: Mark-Jason Dominus <mjd@plover.com>
10514              To: perl5-porters@perl.com
10515              Subject: DOC PATCH (5.005_55): Error message missing from perldiag.pod
10516              Date: Sat, 15 May 1999 12:43:47 -0400
10517              Message-ID: <19990515164348.7313.qmail@plover.com>
10518      Branch: cfgperl
10519            ! pod/perldiag.pod
10520 ____________________________________________________________________________
10521 [  3425] By: nick                                  on 1999/05/15  15:56:10
10522         Log: Mingw32 + w32api-0.1.5 tweaks
10523              - now more like other Win32 compilers
10524      Branch: perl
10525            ! ext/Socket/Socket.xs win32/include/sys/socket.h win32/win32.c
10526            ! win32/win32.h
10527 ____________________________________________________________________________
10528 [  3424] By: nick                                  on 1999/05/14  21:04:22
10529         Log: Experimental "slab" allocator for ops.
10530              To try it -DPL_OP_SLAB_ALLOC for op.c 
10531              This is for proof of concept only, it leaks memory 
10532              (ops are not free'd) so don't use in embedded apps.
10533              If this minimalist version does not show performance 
10534              gain then whole idea is worthless. 
10535              Nick see's approx 12% speed up vs perlmalloc running
10536              perl -Ilib -MCPAN -e '' 
10537              Solaris2.6, gcc-2.8.1 but numbers are not repeatable.
10538      Branch: perl
10539            ! op.c
10540 ____________________________________________________________________________
10541 [  3423] By: gsar                                  on 1999/05/14  19:55:04
10542         Log: on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
10543              found (brings sitelib intuition in line with privlib)
10544      Branch: perl
10545            ! win32/win32.c
10546 ____________________________________________________________________________
10547 [  3422] By: jhi                                   on 1999/05/14  08:08:01
10548         Log: From: pvhp@forte.com (Peter Prymmer)
10549              To: perl5-porters@perl.org, vmsperl@perl.org
10550              Subject: [PATCH: 5.005_56] add config.msg to VMS configure.com
10551              Date: Thu, 13 May 99 15:29:57 PDT
10552              Message-Id: <9905132229.AA15854@forte.com>
10553      Branch: cfgperl
10554            ! configure.com
10555 ____________________________________________________________________________
10556 [  3421] By: jhi                                   on 1999/05/14  07:34:20
10557         Log: Integrate from mainperl.
10558      Branch: cfgperl
10559           !> lib/ExtUtils/MM_Unix.pm win32/win32.c
10560 ____________________________________________________________________________
10561 [  3420] By: jhi                                   on 1999/05/14  07:33:26
10562         Log: Still fflushing.
10563      Branch: cfgperl
10564            ! Configure config_h.SH util.c
10565 ____________________________________________________________________________
10566 [  3419] By: gsar                                  on 1999/05/14  03:08:29
10567         Log: mortalize string allocations by win32_get_{priv,site}lib()
10568              (fixes small memory leak in interpreter)
10569      Branch: perl
10570            ! win32/win32.c
10571 ____________________________________________________________________________
10572 [  3418] By: gsar                                  on 1999/05/14  03:06:50
10573         Log: make win32_longname() preserve kind of slashes in argument
10574      Branch: perl
10575            ! win32/win32.c
10576 ____________________________________________________________________________
10577 [  3417] By: gsar                                  on 1999/05/14  03:04:44
10578         Log: canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker
10579      Branch: perl
10580            ! lib/ExtUtils/MM_Unix.pm
10581 ____________________________________________________________________________
10582 [  3416] By: jhi                                   on 1999/05/13  21:18:06
10583         Log: Integrate from mainperl.
10584      Branch: cfgperl
10585           !> pp_ctl.c
10586 ____________________________________________________________________________
10587 [  3415] By: jhi                                   on 1999/05/13  21:16:49
10588         Log: Fixes from Andy Dougherty (via private email).
10589      Branch: cfgperl
10590            ! Configure config_h.SH
10591 ____________________________________________________________________________
10592 [  3414] By: nick                                  on 1999/05/13  20:04:26
10593         Log: valist vs va_list typo
10594      Branch: perl
10595            ! pp_ctl.c
10596 ____________________________________________________________________________
10597 [  3413] By: jhi                                   on 1999/05/13  15:04:05
10598         Log: From: Andy Dougherty <doughera@lafayette.edu>
10599              To: perlbug@perl.com
10600              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
10601              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
10602              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
10603      Branch: cfgperl
10604            ! INSTALL
10605 ____________________________________________________________________________
10606 [  3412] By: jhi                                   on 1999/05/13  14:20:17
10607         Log: Integrate from mainperl.
10608      Branch: cfgperl
10609           !> pp_ctl.c
10610 ____________________________________________________________________________
10611 [  3411] By: gsar                                  on 1999/05/13  14:16:56
10612         Log: docatch_body() declaration mismatch
10613      Branch: perl
10614            ! pp_ctl.c
10615 ____________________________________________________________________________
10616 [  3410] By: jhi                                   on 1999/05/13  13:51:44
10617         Log: Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't.
10618      Branch: cfgperl
10619            ! Configure config_h.SH perl.h
10620 ____________________________________________________________________________
10621 [  3409] By: jhi                                   on 1999/05/13  13:31:53
10622         Log: Still fflushing strong.
10623      Branch: cfgperl
10624            ! Configure config_h.SH embed.h global.sym objXSUB.h perl.h
10625            ! proto.h util.c
10626 ____________________________________________________________________________
10627 [  3408] By: jhi                                   on 1999/05/12  14:30:23
10628         Log: Integrate from mainperl.
10629      Branch: cfgperl
10630           !> (integrate 30 files)
10631 ____________________________________________________________________________
10632 [  3407] By: jhi                                   on 1999/05/12  12:28:31
10633         Log: Be tidier with fflush(NULL) testing.
10634      Branch: cfgperl
10635            ! Configure config_h.SH
10636 ____________________________________________________________________________
10637 [  3406] By: gsar                                  on 1999/05/12  11:26:03
10638         Log: better range-checking on list slices, with test
10639              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10640              Date: Sun, 02 May 1999 17:02:53 +0100
10641              Message-Id: <199905021602.RAA13905@crypt.compulink.co.uk>
10642              Subject: Re: List slice of undefs returns 0 items 
10643      Branch: perl
10644            ! pp.c t/op/list.t
10645 ____________________________________________________________________________
10646 [  3405] By: gsar                                  on 1999/05/12  11:22:27
10647         Log: change#3397 needs test tweak
10648      Branch: perl
10649            ! Changes t/pragma/warn/sv
10650 ____________________________________________________________________________
10651 [  3404] By: gsar                                  on 1999/05/12  11:07:44
10652         Log: typo in change#3397
10653      Branch: perl
10654            ! doop.c
10655 ____________________________________________________________________________
10656 [  3403] By: gsar                                  on 1999/05/12  10:49:01
10657         Log: From: Stephen Zander <gibreel@pobox.com>
10658              Date: 12 May 1999 01:22:31 -0700
10659              Message-ID: <87u2tik88o.fsf@pooh.fire-swamp.net>
10660              Subject: Re: Test::Harness runs tainted tests with wrong library path
10661      Branch: perl
10662            ! lib/Test/Harness.pm
10663 ____________________________________________________________________________
10664 [  3402] By: gsar                                  on 1999/05/12  10:42:06
10665         Log: typo in change#3400
10666      Branch: perl
10667            ! ext/B/B/Deparse.pm
10668 ____________________________________________________________________________
10669 [  3401] By: jhi                                   on 1999/05/12  10:40:42
10670         Log: A better, shinier, and possibly even correctly working
10671              reincarnation of #3398.
10672      Branch: cfgperl
10673            ! Configure config_h.SH
10674 ____________________________________________________________________________
10675 [  3400] By: gsar                                  on 1999/05/12  10:40:11
10676         Log: deparse \&func() as \(&func()) for clarity
10677              From: Albert Dvornik <bert@genscan.com>
10678              Date: 11 May 1999 13:32:04 -0400
10679              Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com>
10680              Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...)
10681      Branch: perl
10682            ! ext/B/B/Deparse.pm
10683 ____________________________________________________________________________
10684 [  3399] By: gsar                                  on 1999/05/12  10:36:02
10685         Log: more testsuite smarts (many of them courtesy Ilya)
10686      Branch: perl
10687            ! lib/Test/Harness.pm t/comp/cpp.t t/io/pipe.t t/lib/db-btree.t
10688            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t
10689            ! t/lib/io_multihomed.t t/lib/io_pipe.t t/lib/io_sock.t
10690            ! t/lib/io_udp.t t/lib/io_unix.t t/lib/ipc_sysv.t t/lib/ndbm.t
10691            ! t/lib/odbm.t t/lib/thread.t t/op/exec.t t/op/fork.t
10692            ! t/op/grent.t t/op/groups.t t/op/nothread.t t/op/numconvert.t
10693            ! t/op/pwent.t
10694 ____________________________________________________________________________
10695 [  3398] By: jhi                                   on 1999/05/12  09:33:08
10696         Log: Detect whether fflush(NULL) works as per change #3352.
10697      Branch: cfgperl
10698            ! Configure config_h.SH perl.h
10699 ____________________________________________________________________________
10700 [  3397] By: gsar                                  on 1999/05/12  08:56:03
10701         Log: From: jan.dubois@ibm.net (Jan Dubois)
10702              Date: Wed, 12 May 1999 01:01:00 +0200
10703              Message-ID: <3741b5e8.20386944@smtp1.ibm.net>
10704              Subject: [PATCH 5.005_03] chop/chomp modify readonly values
10705      Branch: perl
10706            ! doop.c
10707 ____________________________________________________________________________
10708 [  3396] By: gsar                                  on 1999/05/12  08:23:27
10709         Log: opendir(D,"x:") on win32 opens cwd() for drive rather than root;
10710              stat() behaves similarly
10711      Branch: perl
10712            ! win32/win32.c
10713 ____________________________________________________________________________
10714 [  3395] By: jhi                                   on 1999/05/11  22:21:32
10715         Log: Redo parts of #3341 and #3358 that #3394 undid.
10716      Branch: cfgperl
10717            ! Configure config_h.SH
10718 ____________________________________________________________________________
10719 [  3394] By: jhi                                   on 1999/05/11  22:03:48
10720         Log: Add I_NETINET_TCP to help change #3391.
10721      Branch: cfgperl
10722            ! Configure config_h.SH ext/Socket/Socket.xs
10723 ____________________________________________________________________________
10724 [  3393] By: jhi                                   on 1999/05/11  21:44:59
10725         Log: Integrate from mainperl.
10726      Branch: cfgperl
10727           !> (integrate 55 files)
10728 ____________________________________________________________________________
10729 [  3392] By: gsar                                  on 1999/05/11  20:56:43
10730         Log: update embedvar.h
10731      Branch: perl
10732            ! embedvar.h ext/ByteLoader/ByteLoader.pm pod/perldelta.pod
10733 ____________________________________________________________________________
10734 [  3391] By: gsar                                  on 1999/05/11  16:32:05
10735         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
10736              Date: Tue, 11 May 1999 11:10:13 -0400 (EDT)
10737              Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com>
10738              Subject: Socket IPPROTO_TCP [PATCH 5.005_5x]
10739      Branch: perl
10740            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
10741 ____________________________________________________________________________
10742 [  3390] By: gsar                                  on 1999/05/11  15:27:40
10743         Log: display more frequent progress messages when STDOUT is a tty
10744      Branch: perl
10745            ! lib/Test/Harness.pm
10746 ____________________________________________________________________________
10747 [  3389] By: gsar                                  on 1999/05/11  14:40:58
10748         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10749              Date: Mon, 10 May 1999 02:07:01 -0400 (EDT)
10750              Message-Id: <199905100607.CAA26045@monk.mps.ohio-state.edu>
10751              Subject: [PATCH 5.005_53] Explanations by Test::Harness
10752      Branch: perl
10753            ! lib/Test/Harness.pm
10754 ____________________________________________________________________________
10755 [  3388] By: gsar                                  on 1999/05/11  14:08:14
10756         Log: avoid creating spurious subroutine stubs on failed subroutine
10757              call and other places of sv_2cv() misuse; fixes problems with
10758              failed subroutine calls "hiding" later attempts to lookup methods
10759              in base classes
10760      Branch: perl
10761            ! gv.c perl.c pod/perlguts.pod pp_hot.c sv.c t/op/method.t
10762 ____________________________________________________________________________
10763 [  3387] By: gsar                                  on 1999/05/11  09:34:13
10764         Log: various fixes for clean build and test on win32; configpm broken,
10765              needed to open myconfig.SH rather than myconfig; sundry adjustments
10766              to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
10767              work under win32; getenv_sv() changed to getenv_len() since SVs
10768              aren't visible in the lower echelons; remove bogus exports from
10769              config.sym; PERL_OBJECT-ness for C++ exception support; null out
10770              IoDIRP in filter_del() or sv_free() will attempt to close it
10771      Branch: perl
10772            ! Changes bytecode.pl byterun.c byterun.h configpm embed.h
10773            ! embed.pl ext/B/B/Asmdata.pm ext/ByteLoader/ByteLoader.xs
10774            ! ext/DynaLoader/dlutils.c global.sym hv.c iperlsys.h objXSUB.h
10775            ! op.c perl.c perl.h pp.c pp_ctl.c proto.h scope.c scope.h
10776            ! t/io/open.t t/op/magic.t toke.c util.c vms/vms.c vms/vmsish.h
10777            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
10778            ! win32/config.gc win32/config.vc win32/makedef.pl
10779            ! win32/makefile.mk win32/perlhost.h win32/runperl.c
10780            ! win32/win32.c win32/win32.h
10781 ____________________________________________________________________________
10782 [  3386] By: gsar                                  on 1999/05/11  02:49:07
10783         Log: gutsupport for C++ exceptions
10784              From: Chip Salzenberg <chip@perlsupport.com>
10785              Date: Tue, 9 Mar 1999 11:51:57 -0500
10786              Message-ID: <19990309115157.E7911@perlsupport.com>
10787              Subject: [PATCH 5.005] Flexible Exceptions
10788      Branch: perl
10789            ! embed.h global.sym objXSUB.h perl.c perl.h pp_ctl.c proto.h
10790            ! scope.c scope.h thrdvar.h util.c
10791 ____________________________________________________________________________
10792 [  3385] By: gsar                                  on 1999/05/10  19:33:36
10793         Log: "weak" references internals, still needs perlguts documentation
10794              (somewhat modified version of patch suggested by Tuomas J. Lukka
10795              <lukka@fas.harvard.edu>)
10796      Branch: perl
10797            ! dump.c embed.h embed.pl global.sym mg.c objXSUB.h perl.h
10798            ! pod/perldiag.pod proto.h sv.c sv.h util.c
10799 ____________________________________________________________________________
10800 [  3384] By: jhi                                   on 1999/05/10  18:21:43
10801         Log: Circumnavigate Digital UNIX 4.0D miniperl core dump
10802              (due to QAR 56761) (the bug has been fixed in 4.0E or better)
10803      Branch: cfgperl
10804            ! INSTALL hints/dec_osf.sh
10805 ____________________________________________________________________________
10806 [  3381] By: jhi                                   on 1999/05/10  14:39:28
10807         Log: Integrate from mainperl.
10808      Branch: cfgperl
10809           +> cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
10810           +> cygwin32/build-instructions.charles-wilson
10811           +> cygwin32/build-instructions.sebastien-barre
10812           +> cygwin32/build-instructions.steven-morlock
10813           +> cygwin32/build-instructions.steven-morlock2
10814           +> cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
10815           +> ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
10816           +> ext/ByteLoader/Makefile.PL pod/Win32.pod t/lib/io_linenum.t
10817           +> t/op/numconvert.t utils/perlbc.PL
10818            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
10819            - cygwin32/perlld
10820           !> (integrate 105 files)
10821 ____________________________________________________________________________
10822 [  3380] By: gsar                                  on 1999/05/10  12:27:14
10823         Log: regen regnodes.h
10824      Branch: perl
10825            ! Changes regnodes.h
10826 ____________________________________________________________________________
10827 [  3379] By: gsar                                  on 1999/05/10  12:17:26
10828         Log: From: jan.dubois@ibm.net (Jan Dubois)
10829              Date: Sat, 01 May 1999 22:55:36 +0200
10830              Message-ID: <373067e9.56194713@smtp1.ibm.net>
10831              Subject: [PATCH 5.005_56] Win32 and VC++ 98 doesn't support CASTI
10832      Branch: perl
10833            ! pod/perlfunc.pod pod/perlop.pod win32/config.vc
10834            ! win32/config_H.vc
10835 ____________________________________________________________________________
10836 [  3378] By: gsar                                  on 1999/05/10  12:07:13
10837         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10838              Date: Fri, 30 Apr 1999 22:26:09 -0400 (EDT)
10839              Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu>
10840              Subject: [PATCH 5.005_56] Self-consistent numeric conversion again
10841      Branch: perl
10842            + t/op/numconvert.t
10843            ! MANIFEST doio.c dump.c perl.h pp.c pp_hot.c sv.c sv.h toke.c
10844            ! util.c
10845 ____________________________________________________________________________
10846 [  3377] By: gsar                                  on 1999/05/10  11:39:48
10847         Log: pp_modulo comment tweak from Ilya
10848      Branch: perl
10849            ! pp.c
10850 ____________________________________________________________________________
10851 [  3376] By: gsar                                  on 1999/05/10  11:30:40
10852         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
10853              Date: Fri, 7 May 1999 11:31:00 -0400 (EDT)
10854              Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com>
10855              Subject: Test.pm update [PATCH _56]
10856      Branch: perl
10857            ! lib/Test.pm
10858 ____________________________________________________________________________
10859 [  3375] By: gsar                                  on 1999/05/10  11:28:30
10860         Log: From: jan.dubois@ibm.net (Jan Dubois)
10861              Date: Fri, 07 May 1999 00:59:54 +0200
10862              Message-ID: <373318ae.19292461@smtp1.ibm.net>
10863              Subject: Re: Using existing memory for an SV's PV 
10864      Branch: perl
10865            ! sv.c
10866 ____________________________________________________________________________
10867 [  3374] By: gsar                                  on 1999/05/10  11:23:44
10868         Log: From: jan.dubois@ibm.net (Jan Dubois)
10869              Date: Fri, 07 May 1999 00:59:52 +0200
10870              Message-ID: <37321800.19118320@smtp1.ibm.net>
10871              Subject: [PATCH 5.005_56] Fix -Dm memory debugging for PERL_OBJECT
10872      Branch: perl
10873            ! perl.h
10874 ____________________________________________________________________________
10875 [  3373] By: gsar                                  on 1999/05/10  11:22:10
10876         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10877              Date: Thu, 6 May 1999 18:17:28 -0400
10878              Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>
10879              Subject: Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
10880      Branch: perl
10881            ! doio.c embed.h global.sym objXSUB.h pod/perldiag.pod proto.h
10882            ! util.c
10883 ____________________________________________________________________________
10884 [  3372] By: gsar                                  on 1999/05/10  10:57:49
10885         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10886              Date: Thu, 6 May 1999 01:21:05 -0400 (EDT)
10887              Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu>
10888              Subject: [PATCH 5.005_56] Cosmetic: data-driven REx-dump
10889      Branch: perl
10890            ! regcomp.c regcomp.pl
10891 ____________________________________________________________________________
10892 [  3371] By: gsar                                  on 1999/05/10  10:54:01
10893         Log: From: lane@duphy4.physics.drexel.edu
10894              Date: Tue, 04 May 1999 10:19:25 -0700
10895              Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu>
10896              Subject: [PATCH 5.005.56] pod->html VMS fixes
10897      Branch: perl
10898            ! installhtml lib/Pod/Html.pm
10899 ____________________________________________________________________________
10900 [  3370] By: gsar                                  on 1999/05/10  10:45:52
10901         Log: testsuite nits
10902      Branch: perl
10903            ! t/lib/io_linenum.t t/op/filetest.t
10904 ____________________________________________________________________________
10905 [  3369] By: gsar                                  on 1999/05/10  10:35:22
10906         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10907              Date: Mon, 3 May 1999 22:38:50 -0400 (EDT)
10908              Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu>
10909              Subject: [PATCH 5.005_53] Quickier thread-specific data on OS/2
10910      Branch: perl
10911            ! os2/os2ish.h os2/os2thread.h
10912 ____________________________________________________________________________
10913 [  3368] By: gsar                                  on 1999/05/10  10:00:11
10914         Log: From: Albert Dvornik <bert@genscan.com>
10915              Date: 03 May 1999 12:20:57 -0400
10916              Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>
10917              Subject: [PATCH 5.005_56] do_sv_dump does dump (core) on IO handles
10918      Branch: perl
10919            ! dump.c
10920 ____________________________________________________________________________
10921 [  3367] By: gsar                                  on 1999/05/10  09:55:51
10922         Log: shadow password support for Solaris (needs Configure help to
10923              determine HAS_GETSPENT)
10924              From: "Patrick O'Brien" <pdo@cs.umd.edu>
10925              Date: Sat, 01 May 1999 19:41:17 -0400
10926              Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu>
10927              Subject: getpwent() under solaris
10928      Branch: perl
10929            ! pp_sys.c
10930 ____________________________________________________________________________
10931 [  3366] By: gsar                                  on 1999/05/10  09:45:58
10932         Log: From: jan.dubois@ibm.net (Jan Dubois)
10933              Date: Sat, 01 May 1999 23:45:47 +0200
10934              Message-ID: <373373fb.59284266@smtp1.ibm.net>
10935              Subject: [PATCH 5.005_56] Add POLLUTE=1 option to MakeMaker
10936      Branch: perl
10937            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
10938            ! pod/perldelta.pod
10939 ____________________________________________________________________________
10940 [  3365] By: gsar                                  on 1999/05/10  09:34:22
10941         Log: test suite and fix input_line_number()
10942              From: Paul Johnson <pjcj@transeda.com>
10943              Date: Thu, 29 Apr 1999 06:28:14 +0100
10944              Message-ID: <19990429062814.A17906@west-tip.transeda.com>
10945              Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)
10946      Branch: perl
10947            + t/lib/io_linenum.t
10948            ! MANIFEST ext/IO/lib/IO/Handle.pm
10949 ____________________________________________________________________________
10950 [  3364] By: gsar                                  on 1999/05/10  09:20:56
10951         Log: fix overeager [:foo:] parsing
10952              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10953              Date: Fri, 30 Apr 1999 09:26:18 +0100
10954              Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk>
10955              Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005 
10956      Branch: perl
10957            ! regcomp.c t/op/re_tests
10958 ____________________________________________________________________________
10959 [  3363] By: gsar                                  on 1999/05/10  09:09:21
10960         Log: documentation for Win32 builtins (somewhat modified)
10961              From: jan.dubois@ibm.net (Jan Dubois)
10962              Date: Tue, 30 Mar 1999 08:05:03 +0200
10963              Message-ID: <37006783.1926460@smtp1.ibm.net>
10964              Subject: Re: Issues with build 509 
10965      Branch: perl
10966            + pod/Win32.pod
10967            ! MANIFEST
10968 ____________________________________________________________________________
10969 [  3362] By: gsar                                  on 1999/05/10  08:22:07
10970         Log: provide File::Copy::syscopy() via Win32::CopyFile() on win32
10971      Branch: perl
10972            ! lib/File/Copy.pm win32/win32.c
10973 ____________________________________________________________________________
10974 [  3361] By: gsar                                  on 1999/05/10  08:11:29
10975         Log: escape ampersands in <pre> sections
10976      Branch: perl
10977            ! Changes lib/Pod/Html.pm
10978 ____________________________________________________________________________
10979 [  3360] By: gsar                                  on 1999/05/10  08:04:14
10980         Log: AIX hints enhancements (threads build, SOCKS support)
10981              From: "David R. Favor" <dfavor@austin.ibm.com>
10982              Date: Wed, 28 Apr 1999 08:45:28 -0500
10983              Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
10984              Subject: Working build for AIX + gcc + threading
10985      Branch: perl
10986            ! hints/aix.sh
10987 ____________________________________________________________________________
10988 [  3359] By: gsar                                  on 1999/05/10  07:49:26
10989         Log: more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
10990              Date: Tue, 27 Apr 1999 23:47:24 PDT
10991              Message-ID: <19990428064724.95244.qmail@hotmail.com>
10992              Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
10993              --
10994              Date: Thu, 29 Apr 1999 18:21:06 -0700
10995              Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
10996              Subject: [PATCH 5.005_56] double constants ( C.pm)
10997              --
10998              Date: Mon, 03 May 1999 20:21:31 PDT
10999              Message-ID: <19990504032131.81113.qmail@hotmail.com>
11000              Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
11001              --
11002              Date: Thu, 06 May 1999 17:57:09 -0700
11003              Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
11004              Subject: Stash.pm
11005      Branch: perl
11006            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/C.pm
11007            ! ext/B/B/CC.pm ext/B/B/Stash.pm t/harness
11008 ____________________________________________________________________________
11009 [  3358] By: gsar                                  on 1999/05/10  04:39:15
11010         Log: cygwin32 update (untested adaptation of patch against 5.005_03)
11011              From: alexander smishlajev <als@turnhere.com>
11012              Date: Sun, 25 Apr 1999 14:58:29 +0300
11013              Message-ID: <37230365.5F68B460@turnhere.com>
11014              Subject: [PATCH]5.005_03 (CORE) cygwin32 port
11015      Branch: perl
11016            + cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
11017            + cygwin32/build-instructions.charles-wilson
11018            + cygwin32/build-instructions.sebastien-barre
11019            + cygwin32/build-instructions.steven-morlock
11020            + cygwin32/build-instructions.steven-morlock2
11021            + cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
11022            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
11023            - cygwin32/perlld
11024            ! Configure EXTERN.h MANIFEST Makefile.SH README.cygwin32 XSUB.h
11025            ! cflags.SH config_h.SH dosish.h ext/POSIX/Makefile.PL
11026            ! ext/SDBM_File/sdbm/pair.c hints/cygwin32.sh installperl
11027            ! lib/Cwd.pm lib/ExtUtils/MakeMaker.pm lib/perl5db.pl
11028            ! makedepend.SH perl.h perlvars.h pp_hot.c pp_sys.c regcomp.c
11029            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t util.c
11030 ____________________________________________________________________________
11031 [  3357] By: gsar                                  on 1999/05/10  04:07:07
11032         Log: applied suggested patch, modulo already applied parts
11033              From: Charles Bailey <BAILEY@newman.upenn.edu>
11034              Date: Sat, 24 Apr 1999 20:12:43 -0400 (EDT)
11035              Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
11036              Subject: [Patch 5.005_56] VMS consolidated patch #2
11037      Branch: perl
11038            ! configure.com t/op/filetest.t t/op/taint.t t/pragma/warn/doio
11039            ! t/pragma/warn/mg t/pragma/warn/pp_sys t/pragma/warn/sv
11040            ! vms/descrip_mms.template vms/ext/vmsish.t vms/perlvms.pod
11041            ! vms/subconfigure.com vms/test.com vms/vms.c
11042 ____________________________________________________________________________
11043 [  3356] By: gsar                                  on 1999/05/10  03:48:08
11044         Log: applied suggested patch, with win32 and PERL_OBJECT additions
11045              From: Tom Hughes <tom@compton.nu>
11046              Date: Sat, 24 Apr 1999 18:11:59 +0100
11047              Message-ID: <609bdff748.tom@compton.compton.nu>
11048              Subject: ByteLoader patch
11049      Branch: perl
11050            + ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
11051            + ext/ByteLoader/Makefile.PL utils/perlbc.PL
11052            ! MANIFEST bytecode.h bytecode.pl byterun.c byterun.h embed.h
11053            ! embed.pl ext/B/B.xs ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
11054            ! ext/B/B/Debug.pm objXSUB.h op.c pp_ctl.c proto.h
11055            ! utils/Makefile win32/Makefile win32/makefile.mk
11056 ____________________________________________________________________________
11057 [  3355] By: gsar                                  on 1999/05/10  03:22:49
11058         Log: document 'test' attribute (from Andreas Koenig)
11059      Branch: perl
11060            ! lib/ExtUtils/MakeMaker.pm
11061 ____________________________________________________________________________
11062 [  3354] By: gsar                                  on 1999/05/10  03:12:37
11063         Log: From: pmarquess@bfsec.bt.co.uk
11064              Date: Thu, 22 Apr 1999 23:12:08 +0100
11065              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>
11066              Subject: PATCH for small bug in scan_bin
11067      Branch: perl
11068            ! util.c
11069 ____________________________________________________________________________
11070 [  3353] By: gsar                                  on 1999/05/10  02:39:33
11071         Log: more bulletproof workaround for mangled paths (updates changes#3345,3350);
11072              provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
11073      Branch: perl
11074            ! t/op/magic.t win32/makedef.pl win32/runperl.c win32/win32.c
11075            ! win32/win32iop.h
11076 ____________________________________________________________________________
11077 [  3352] By: gsar                                  on 1999/05/09  22:47:39
11078         Log: flush all open output buffers before fork(), exec(), system, qx//
11079              and pipe open() operations, simplifying buffering headaches faced
11080              by users; uses fflush(NULL), which may need Configure test
11081      Branch: perl
11082            ! perl.h pod/perldelta.pod pod/perlfunc.pod pod/perlipc.pod
11083            ! pp_sys.c util.c vmesa/vmesa.c vms/vms.c win32/win32.c
11084 ____________________________________________________________________________
11085 [  3351] By: gsar                                  on 1999/05/09  21:11:51
11086         Log: perlcc on win32 (correct version of fix suggested by Jean-Louis
11087              Leroy <jll@skynet.be>)
11088      Branch: perl
11089            ! utils/perlcc.PL
11090 ____________________________________________________________________________
11091 [  3350] By: gsar                                  on 1999/05/09  20:39:11
11092         Log: normalize $^X to full pathname on win32
11093      Branch: perl
11094            ! win32/runperl.c
11095 ____________________________________________________________________________
11096 [  3349] By: gsar                                  on 1999/05/09  20:23:07
11097         Log: allow readline($globref), <$globref> already works
11098      Branch: perl
11099            ! pp_hot.c
11100 ____________________________________________________________________________
11101 [  3348] By: gsar                                  on 1999/05/09  20:00:09
11102         Log: perldoc cleanups (variant of changes suggested by Christian Lemburg
11103              <lemburg@online-club.de>)
11104      Branch: perl
11105            ! utils/perldoc.PL
11106 ____________________________________________________________________________
11107 [  3347] By: gsar                                  on 1999/05/09  18:47:21
11108         Log: additions to Thread.pm docs from Tuomas J. Lukka
11109              <lukka@fas.harvard.edu>
11110      Branch: perl
11111            ! ext/Thread/Thread.pm
11112 ____________________________________________________________________________
11113 [  3346] By: gsar                                  on 1999/05/09  18:38:00
11114         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
11115              Date: Sat, 17 Apr 1999 02:46:13 -0700 (PDT)
11116              Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>
11117              Subject: [PATCH _56] Re: pdt: Perl Development Tools? 
11118      Branch: perl
11119            ! ext/B/B/Xref.pm
11120 ____________________________________________________________________________
11121 [  3345] By: gsar                                  on 1999/05/09  18:22:43
11122         Log: work around mangled archname on win32 while finding privlib/sitelib;
11123              normalize lib paths to forward slashes internally
11124      Branch: perl
11125            ! win32/win32.c
11126 ____________________________________________________________________________
11127 [  3344] By: gsar                                  on 1999/05/09  03:20:06
11128         Log: fix typo in dbm filters that caused odbm.t to fail
11129      Branch: perl
11130            ! ext/ODBM_File/ODBM_File.xs t/lib/odbm.t
11131 ____________________________________________________________________________
11132 [  3343] By: gsar                                  on 1999/05/09  02:02:59
11133         Log: tweak test totals
11134      Branch: perl
11135            ! Changes t/lib/tie-stdhandle.t
11136 ____________________________________________________________________________
11137 [  3342] By: gsar                                  on 1999/05/09  01:42:06
11138         Log: import list propagation busted (pointed out by Ton Hospel
11139              <thospel@mail.dma.be>)
11140      Branch: perl
11141            ! lib/autouse.pm
11142 ____________________________________________________________________________
11143 [  3341] By: gsar                                  on 1999/05/09  00:54:18
11144         Log: hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
11145              (as suggested by Eric Boehm <boehm@nortelnetworks.com>)
11146      Branch: perl
11147            ! Configure Makefile.SH
11148 ____________________________________________________________________________
11149 [  3340] By: gsar                                  on 1999/05/09  00:40:41
11150         Log: generate manpages for newly added utils
11151      Branch: perl
11152            ! installman
11153 ____________________________________________________________________________
11154 [  3339] By: gsar                                  on 1999/05/09  00:33:50
11155         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11156              Date: Sun, 02 May 1999 17:59:24 +0100
11157              Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>
11158              Subject: [PATCH] Re: ptr to realloced memory in yylex
11159      Branch: perl
11160            ! toke.c
11161 ____________________________________________________________________________
11162 [  3338] By: jhi                                   on 1999/05/08  22:40:29
11163         Log: Remove CONFIG item, add Digital UNIX 'ld' bug.
11164      Branch: cfgperl
11165            ! INSTALL
11166 ____________________________________________________________________________
11167 [  3337] By: jhi                                   on 1999/05/08  22:22:26
11168         Log: Integrate from mainperl.
11169      Branch: cfgperl
11170           +> pod/perldbmfilter.pod t/io/open.t t/lib/tie-stdhandle.t
11171           !> (integrate 54 files)
11172 ____________________________________________________________________________
11173 [  3336] By: gsar                                  on 1999/05/08  21:48:22
11174         Log: make perldoc -f grok nested =items
11175      Branch: perl
11176            ! utils/perldoc.PL
11177 ____________________________________________________________________________
11178 [  3335] By: gsar                                  on 1999/05/08  19:48:11
11179         Log: allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
11180      Branch: perl
11181            ! op.c t/lib/fields.t
11182 ____________________________________________________________________________
11183 [  3334] By: gsar                                  on 1999/05/08  19:09:41
11184         Log: update test totals
11185      Branch: perl
11186            ! t/lib/bigintpm.t
11187 ____________________________________________________________________________
11188 [  3333] By: gsar                                  on 1999/05/08  16:56:02
11189         Log: mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
11190      Branch: perl
11191            ! pod/perlfunc.pod
11192 ____________________________________________________________________________
11193 [  3332] By: gsar                                  on 1999/05/08  16:46:44
11194         Log: applied suggested patch, added tests
11195              From: William Mann <wmann@avici.com>
11196              Date: Mon, 12 Apr 1999 12:25:22 -0400 (EDT)
11197              Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
11198              Subject: BigInt.pm extensions for logical operations
11199      Branch: perl
11200            ! lib/Math/BigInt.pm pod/perldelta.pod t/lib/bigintpm.t
11201 ____________________________________________________________________________
11202 [  3331] By: gsar                                  on 1999/05/08  16:09:33
11203         Log: avoid temporary files named 'tmp'
11204      Branch: perl
11205            ! Makefile.SH pp.c
11206 ____________________________________________________________________________
11207 [  3330] By: nick                                  on 1999/05/08  14:16:30
11208         Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
11209              Provide Tie::StdHandle
11210              Basic update of docs.
11211      Branch: perl
11212            + t/lib/tie-stdhandle.t
11213            ! lib/Tie/Handle.pm pod/perltie.pod pp_sys.c
11214 ____________________________________________________________________________
11215 [  3329] By: nick                                  on 1999/05/08  12:03:45
11216         Log: Tweaks to open(my $fh,...) stuff
11217      Branch: perl
11218            ! op.c pp.c pp_sys.c t/io/open.t
11219 ____________________________________________________________________________
11220 [  3328] By: nick                                  on 1999/05/08  11:18:42
11221         Log: Bring SDBM_File.xs into line with new typemap
11222      Branch: perl
11223            ! ext/SDBM_File/SDBM_File.xs
11224 ____________________________________________________________________________
11225 [  3327] By: gsar                                  on 1999/05/08  00:07:11
11226         Log: add test case for AUTOLOAD reentrancy fix in change#3279
11227      Branch: perl
11228            ! t/lib/autoloader.t
11229 ____________________________________________________________________________
11230 [  3326] By: nick                                  on 1999/05/07  21:24:50
11231         Log: Implement open( my $fh, ...) and similar.
11232              Set flag in op.c for "constructor ops"
11233              In pp_rv2gv, if flag is set and arg is PADSV and uninit
11234              vivify as reference to a detached GV.
11235              (Name of GV is the pad name.)
11236              This scheme should "just work" for pipe/socket etc. too.
11237              
11238              #if 0 out the open(FH,undef) for now.
11239              Change t/io/open.t to test open(my $fh,...)
11240      Branch: perl
11241            ! op.c pp.c pp_sys.c t/io/open.t
11242 ____________________________________________________________________________
11243 [  3325] By: nick                                  on 1999/05/07  21:18:42
11244         Log: Correct SvLEN vs SvCUR  which leads to odd "chunk" vs "line" in mess().
11245      Branch: perl
11246            ! util.c
11247 ____________________________________________________________________________
11248 [  3324] By: gsar                                  on 1999/05/07  20:28:31
11249         Log: avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
11250              intervening code has to allocate SVs)
11251      Branch: perl
11252            ! util.c
11253 ____________________________________________________________________________
11254 [  3323] By: gsar                                  on 1999/05/07  19:45:08
11255         Log: allow line numbers to show in diagnostics during global destruction
11256      Branch: perl
11257            ! util.c
11258 ____________________________________________________________________________
11259 [  3322] By: gsar                                  on 1999/05/07  09:38:11
11260         Log: From: Dan Sugalski <sugalskd@ous.edu>
11261              Date: Fri, 09 Apr 1999 16:16:39 -0700
11262              Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>
11263              Subject: [PATCH 5.005_03]Bug in MM_VMS.PM
11264      Branch: perl
11265            ! lib/ExtUtils/MM_VMS.pm
11266 ____________________________________________________________________________
11267 [  3321] By: gsar                                  on 1999/05/07  09:08:23
11268         Log: From: kwzh@gnu.org (Karl Heuer)
11269              Date: Wed, 7 Apr 1999 23:58:58 -0400
11270              Message-Id: <199904080358.XAA01192@mescaline.gnu.org>
11271              Subject: [perl-5.005.02] detect lack of /dev/tty
11272      Branch: perl
11273            ! Makefile.SH
11274 ____________________________________________________________________________
11275 [  3320] By: gsar                                  on 1999/05/07  08:52:14
11276         Log: allow distinct prefix for versioned executables
11277              From: Roderick Schertler <roderick@argon.org>
11278              Date: Wed, 07 Apr 1999 15:34:56 -0400
11279              Message-ID: <3003.923513696@eeyore.ibcinc.com>
11280              Subject: perl55.00503 -> perl5.00503 patch for installperl
11281      Branch: perl
11282            ! INSTALL installperl
11283 ____________________________________________________________________________
11284 [  3319] By: gsar                                  on 1999/05/07  08:07:02
11285         Log: From: Dan Sugalski <sugalskd@osshe.edu>
11286              Date: Mon, 05 Apr 1999 15:38:42 -0700
11287              Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
11288              Subject: Re: chomp fails with $/ in fixed-length record mode
11289              --
11290              From: Roderick Schertler <roderick@argon.org>
11291              Date: Tue, 06 Apr 1999 21:11:37 -0400
11292              Message-ID: <2795.923447497@eeyore.ibcinc.com>
11293              Subject: Re: chomp fails with $/ in fixed-length record mode
11294      Branch: perl
11295            ! doop.c pod/perlfunc.pod t/op/chop.t
11296 ____________________________________________________________________________
11297 [  3318] By: gsar                                  on 1999/05/07  07:56:35
11298         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11299              Date: Tue, 6 Apr 1999 01:40:36 -0400
11300              Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>
11301              Subject: [PATCH 5.005_*] Make % use fmod()
11302      Branch: perl
11303            ! pp.c t/op/arith.t
11304 ____________________________________________________________________________
11305 [  3317] By: gsar                                  on 1999/05/07  04:18:11
11306         Log: DBM Filters (via private mail)
11307              From: pmarquess@bfsec.bt.co.uk
11308              Date: Sun, 18 Apr 1999 21:05:52 +0100
11309              Message-Id: <199904182009.NAA19152@activestate.com>
11310              Subject: DBM Filters
11311      Branch: perl
11312            + pod/perldbmfilter.pod
11313            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
11314            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
11315            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
11316            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
11317            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/typemap
11318            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
11319            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
11320            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/typemap
11321            ! lib/AnyDBM_File.pm pod/Makefile pod/buildtoc pod/perl.pod
11322            ! pod/perldelta.pod t/lib/db-btree.t t/lib/db-hash.t
11323            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
11324            ! t/lib/sdbm.t
11325 ____________________________________________________________________________
11326 [  3316] By: gsar                                  on 1999/05/07  03:28:53
11327         Log: avoid negative return value from Win32::GetTickCount()
11328              From: jan.dubois@ibm.net (Jan Dubois)
11329              Date: Sat, 03 Apr 1999 19:04:18 +0200
11330              Message-ID: <37084742.22824479@smtp1.ibm.net>
11331              Subject: Re: Win32::GetTickCount
11332      Branch: perl
11333            ! win32/win32.c
11334 ____________________________________________________________________________
11335 [  3314] By: gsar                                  on 1999/05/06  08:01:23
11336         Log: compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
11337              Date: Tue, 30 Mar 1999 23:40:34 PST
11338              Message-ID: <19990331074034.6117.qmail@hotmail.com>
11339              Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
11340              --
11341              Date: Wed, 07 Apr 1999 00:28:23 -0800
11342              Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
11343              Subject: [PATCH 5.005_56] function prototypes(B.pm)
11344              --
11345              Date: Thu, 22 Apr 1999 23:40:52 -0700
11346              Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
11347              Subject: [PATCH 5.005_56 ] discarding worthless padsvs
11348              --
11349              Date: Tue, 27 Apr 1999 01:14:49 PDT
11350              Message-ID: <19990427081449.28615.qmail@hotmail.com>
11351              Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
11352      Branch: perl
11353            ! ext/B/B.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm t/op/gv.t
11354            ! t/op/ref.t
11355 ____________________________________________________________________________
11356 [  3313] By: jhi                                   on 1999/05/06  07:59:52
11357         Log: Integrate from mainperl.
11358      Branch: cfgperl
11359           !> (integrate 33 files)
11360 ____________________________________________________________________________
11361 [  3312] By: gsar                                  on 1999/05/06  07:11:50
11362         Log: add Ethiopic section to unicode master database (from Ken
11363              Whistler <kenw@sybase.com>)
11364      Branch: perl
11365            ! lib/unicode/UnicodeData-Latest.txt
11366 ____________________________________________________________________________
11367 [  3311] By: gsar                                  on 1999/05/06  05:37:55
11368         Log: From: Damon Atkins <n107844@sysmgtdev.nabaus.com.au>
11369              Date: Tue, 30 Mar 1999 11:26:11 +1000 (EST)
11370              Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>
11371              Subject: Largefiles for Solaris
11372      Branch: perl
11373            ! hints/solaris_2.sh
11374 ____________________________________________________________________________
11375 [  3310] By: gsar                                  on 1999/05/06  05:14:35
11376         Log: emit more accurate diagnostic for syntax errors involving <>
11377              within eval""
11378      Branch: perl
11379            ! toke.c utils/perldoc.PL
11380 ____________________________________________________________________________
11381 [  3309] By: gsar                                  on 1999/05/06  04:36:31
11382         Log: additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
11383      Branch: perl
11384            ! t/lib/open3.t
11385 ____________________________________________________________________________
11386 [  3308] By: gsar                                  on 1999/05/06  03:19:16
11387         Log: applied first part of suggested patch (bug described cannot be
11388              reproduced any longer, so the second inconclusive part has not
11389              been applied)
11390              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11391              Date: Sun, 28 Mar 1999 04:51:34 +0100
11392              Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
11393              Subject: [PATCH 5.005_56] Re: A core dump 
11394      Branch: perl
11395            ! toke.c
11396 ____________________________________________________________________________
11397 [  3307] By: gsar                                  on 1999/05/06  01:56:06
11398         Log: fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
11399              change#3180)
11400      Branch: perl
11401            ! op.c
11402 ____________________________________________________________________________
11403 [  3306] By: gsar                                  on 1999/05/05  17:17:34
11404         Log: applied non-conflicting parts of suggested patch
11405              From: Charles Bailey <BAILEY@newman.upenn.edu>
11406              Date: Sat, 27 Mar 1999 00:16:51 -0400 (EDT)
11407              Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
11408              Subject: [Patch 5.005_56] Revised VMS patch
11409      Branch: perl
11410            ! Changes ext/B/defsubs.h.PL hv.c iperlsys.h perl.c
11411            ! pod/perldiag.pod proto.h util.c vms/perlvms.pod vms/vms.c
11412 ____________________________________________________________________________
11413 [  3305] By: gsar                                  on 1999/05/05  16:20:19
11414         Log: make perldoc use backslashed pathnames within system() on win32
11415      Branch: perl
11416            ! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
11417 ____________________________________________________________________________
11418 [  3304] By: gsar                                  on 1999/05/05  07:29:43
11419         Log: upgrade Pod::Parser to v1.081 from CPAN
11420      Branch: perl
11421            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
11422            ! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
11423            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
11424 ____________________________________________________________________________
11425 [  3303] By: gsar                                  on 1999/05/05  07:02:07
11426         Log: From: Andy Dougherty <doughera@lafayette.edu>
11427              Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
11428              Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
11429              Subject: [PATCH 5.005_03-MT3] INSTALL patches
11430      Branch: perl
11431            ! INSTALL
11432 ____________________________________________________________________________
11433 [  3302] By: gsar                                  on 1999/05/05  06:55:21
11434         Log: load base packages based on nonexistent $VERSION
11435              From: andreas.koenig@anima.de (Andreas J. Koenig)
11436              Date: 19 Mar 1999 06:00:28 +0100
11437              Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
11438              Subject: Re: base.pm flaw
11439      Branch: perl
11440            ! lib/base.pm lib/locale.pm
11441 ____________________________________________________________________________
11442 [  3301] By: gsar                                  on 1999/05/04  05:41:08
11443         Log: pod2man outputs switched date and revision label (fix suggested by
11444              EthanSasiela@mede.com)
11445      Branch: perl
11446            ! pod/pod2man.PL
11447 ____________________________________________________________________________
11448 [  3300] By: gsar                                  on 1999/05/03  18:48:25
11449         Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
11450              (makes opendir(D,"c:") work reliably)
11451      Branch: perl
11452            ! win32/win32.c
11453 ____________________________________________________________________________
11454 [  3299] By: gsar                                  on 1999/05/02  19:39:55
11455         Log: add test case for change#3298
11456      Branch: perl
11457            ! sv.c t/op/readdir.t
11458 ____________________________________________________________________________
11459 [  3298] By: gsar                                  on 1999/05/02  19:24:41
11460         Log: close directory handles properly when localized
11461      Branch: perl
11462            ! sv.c
11463 ____________________________________________________________________________
11464 [  3297] By: jhi                                   on 1999/04/30  11:42:14
11465         Log: Integrate from mainperl.
11466      Branch: cfgperl
11467           !> Changes config_h.SH configure.com lib/AutoLoader.pm
11468           !> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
11469           !> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
11470           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
11471           !> vms/subconfigure.com win32/win32.c
11472 ____________________________________________________________________________
11473 [  3293] By: chip                                  on 1999/04/29  18:50:49
11474         Log: Fix shebang lines.
11475      Branch: maint-5.004/perl
11476            ! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
11477            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
11478            ! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
11479            ! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
11480            ! x2p/find2perl.PL x2p/s2p.PL
11481 ____________________________________________________________________________
11482 [  3284] By: gsar                                  on 1999/04/27  00:48:42
11483         Log: integrate change#3279 from maint-5.004
11484      Branch: perl
11485            ! lib/AutoLoader.pm
11486 ____________________________________________________________________________
11487 [  3279] By: chip                                  on 1999/04/26  23:09:26
11488         Log: Make &AutoLoad::AUTOLOAD reentrant.
11489      Branch: maint-5.004/perl
11490            ! lib/AutoLoader.pm
11491 ____________________________________________________________________________
11492 [  3276] By: chip                                  on 1999/04/26  22:34:36
11493         Log: Make porting scripts executable.
11494      Branch: maint-5.004/perl
11495            ! Changes Porting/genlog Porting/makerel Porting/p4desc
11496            ! Porting/patchls
11497 ____________________________________________________________________________
11498 [  3274] By: gsar                                  on 1999/04/26  17:30:31
11499         Log: allow embedded null characters in diagnostics
11500      Branch: perl
11501            ! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
11502 ____________________________________________________________________________
11503 [  3273] By: gsar                                  on 1999/04/26  08:27:22
11504         Log: hand-applied conflicting parts of suggested patch
11505              From: Charles Bailey <BAILEY@newman.upenn.edu>
11506              Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
11507              Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
11508              Subject: [PATCH 5.005_56] VMS configuration/build
11509      Branch: perl
11510            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
11511            ! vms/munchconfig.c vms/subconfigure.com
11512 ____________________________________________________________________________
11513 [  3272] By: gsar                                  on 1999/04/26  08:25:41
11514         Log: update Changes; tweak minor regressions
11515      Branch: perl
11516            ! Changes lib/AutoSplit.pm lib/File/Path.pm
11517 ____________________________________________________________________________
11518 [  3271] By: gsar                                  on 1999/04/26  07:52:51
11519         Log: integrate change#3229 from maint-5.004
11520      Branch: perl
11521            ! pp_ctl.c util.c
11522 ____________________________________________________________________________
11523 [  3270] By: gsar                                  on 1999/04/25  22:58:27
11524         Log: fix buggy reference count on refs to SVs with autoviv magic
11525              (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
11526              accessing free()d memory)
11527      Branch: perl
11528            ! pp.c t/op/ref.t
11529 ____________________________________________________________________________
11530 [  3269] By: gsar                                  on 1999/04/24  17:07:55
11531         Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
11532              on win32)
11533      Branch: perl
11534            ! win32/win32.c
11535 ____________________________________________________________________________
11536 [  3268] By: gsar                                  on 1999/04/24  16:38:25
11537         Log: kill dup hunk
11538      Branch: perl
11539            ! config_h.SH
11540 ____________________________________________________________________________
11541 [  3267] By: gsar                                  on 1999/04/24  16:35:57
11542         Log: integrate cfgperl changes into mainline
11543      Branch: perl
11544           +> myconfig.SH
11545            - myconfig
11546            ! pod/perlre.pod
11547           !> (integrate 38 files)
11548 ____________________________________________________________________________
11549 [  3266] By: jhi                                   on 1999/04/23  18:42:44
11550         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
11551              To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
11552              Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
11553              Cc: Lionel Cons <lionel.cons@cern.ch>,
11554              Ilya Zakharevich <ilya@math.ohio-state.edu>,
11555              David Hayes <david@bdel.com>
11556              Subject: [PATCH] h2ph
11557              Date: Fri, 23 Apr 1999 12:37:23 -0400
11558              Message-ID: <19990423123723.A49550@O2.chapin.edu>
11559      Branch: cfgperl
11560            ! utils/h2ph.PL
11561 ____________________________________________________________________________
11562 [  3265] By: jhi                                   on 1999/04/21  18:17:12
11563         Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
11564              To: perlbug@perl.org
11565              Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
11566              Date: Wed, 21 Apr 1999 08:17:54 -0700
11567              Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
11568      Branch: cfgperl
11569            ! vms/descrip_mms.template
11570 ____________________________________________________________________________
11571 [  3264] By: jhi                                   on 1999/04/20  08:50:54
11572         Log: From: Andy Dougherty <doughera@lafayette.edu>
11573              To: The Perl Porters Mailing List <perl5-porters@perl.org>
11574              Subject: [PATCH 5.005_56] Re: 5.006 Todo
11575              Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
11576              Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
11577      Branch: cfgperl
11578            ! Porting/pumpkin.pod
11579 ____________________________________________________________________________
11580 [  3263] By: jhi                                   on 1999/04/20  08:05:01
11581         Log: From: Chip Salzenberg <chip@perlsupport.com>
11582              To: Perl 5 Porters <perl5-porters@perl.org>
11583              Subject: [PATCH 5.005_56] Configure: $sig_count
11584              Date: Sun, 18 Apr 1999 17:54:36 -0400
11585              Message-ID: <19990418175436.A27496@perlsupport.com>
11586      Branch: cfgperl
11587            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11588            ! config_h.SH
11589 ____________________________________________________________________________
11590 [  3262] By: jhi                                   on 1999/04/19  18:23:50
11591         Log: Subject: PATCH wrong faq reference in perlbook.pod
11592              From: Robin Barker <rmb1@cise.npl.co.uk>
11593              To: perlbug@perl.com
11594              Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
11595              Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
11596      Branch: cfgperl
11597            ! pod/perlbook.pod
11598 ____________________________________________________________________________
11599 [  3261] By: jhi                                   on 1999/04/15  13:59:04
11600         Log: From: Andy Dougherty <doughera@lafayette.edu>
11601              To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
11602              Cc: Perl Porters <perl5-porters@perl.org>
11603              Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
11604              Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
11605              Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
11606      Branch: cfgperl
11607            ! hints/solaris_2.sh
11608 ____________________________________________________________________________
11609 [  3260] By: jhi                                   on 1999/04/15  13:56:53
11610         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
11611              To: pumpkings@jhereg.perl.com
11612              Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
11613              Date: Thu, 15 Apr 1999 07:13:41 -0600
11614              Message-Id: <199904151313.HAA07682@jhereg.perl.com>
11615      Branch: cfgperl
11616            ! pod/perldata.pod
11617 ____________________________________________________________________________
11618 [  3259] By: jhi                                   on 1999/04/13  23:12:52
11619         Log: LDLIBPTH also on 'clean' targets.
11620      Branch: cfgperl
11621            ! Makefile.SH
11622 ____________________________________________________________________________
11623 [  3258] By: jhi                                   on 1999/04/13  21:38:46
11624         Log: Add information about the two DEC C compiler optimizer bugs
11625              (what patch levels of the compilers fix them).
11626      Branch: cfgperl
11627            ! pp.c t/op/repeat.t
11628 ____________________________________________________________________________
11629 [  3257] By: jhi                                   on 1999/04/13  14:25:08
11630         Log: Be polite about ccdlflags and lddflags, too.
11631              Avoid Perl's malloc only when threaded.
11632      Branch: cfgperl
11633            ! hints/aix.sh
11634 ____________________________________________________________________________
11635 [  3256] By: jhi                                   on 1999/04/13  10:21:33
11636         Log: Croak if no known ways to semctl() (don't assume union semun).
11637      Branch: cfgperl
11638            ! doio.c perl.h
11639 ____________________________________________________________________________
11640 [  3255] By: jhi                                   on 1999/04/13  09:10:26
11641         Log: From: Dan Sugalski <sugalskd@osshe.edu>
11642              To: perl5-porters@perl.org, vmsperl@perl.org
11643              Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
11644              Date: Mon, 12 Apr 1999 13:36:48 -0700
11645              Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
11646      Branch: cfgperl
11647            ! lib/ExtUtils/MM_VMS.pm
11648 ____________________________________________________________________________
11649 [  3254] By: jhi                                   on 1999/04/13  06:56:26
11650         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
11651              To: perlbug@perl.com
11652              Subject: Update for OpenBSD hints
11653              Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
11654              Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
11655      Branch: cfgperl
11656            ! hints/openbsd.sh
11657 ____________________________________________________________________________
11658 [  3229] By: chip                                  on 1999/04/13  04:04:14
11659         Log: Preserve errno from importunities of sfio.
11660      Branch: maint-5.004/perl
11661            ! pp_ctl.c util.c
11662 ____________________________________________________________________________
11663 [  3226] By: jhi                                   on 1999/04/11  12:52:26
11664         Log: If both ways to call semctl are broken,    skip the tests.
11665      Branch: cfgperl
11666            ! t/lib/ipc_sysv.t
11667 ____________________________________________________________________________
11668 [  3225] By: jhi                                   on 1999/04/10  22:27:28
11669         Log: From: Andy Dougherty <doughera@lafayette.edu>
11670              To: dsembr01@ox.slug.louisville.edu
11671              Cc: perlbug@perl.com
11672              Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
11673              Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
11674              Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
11675      Branch: cfgperl
11676            ! ext/POSIX/POSIX.xs
11677 ____________________________________________________________________________
11678 [  3224] By: jhi                                   on 1999/04/09  18:50:32
11679         Log: From: Andy Dougherty <doughera@lafayette.edu>
11680              To: Perl Porters <perl5-porters@perl.org>
11681              Subject: [PATCH 5.005_56] Re: prefix= in hints
11682              Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
11683              Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
11684              
11685              (Overrides change #3204 from Kurt)
11686      Branch: cfgperl
11687            ! hints/linux.sh
11688 ____________________________________________________________________________
11689 [  3223] By: jhi                                   on 1999/04/09  18:37:55
11690         Log: Understand Apollo's //node notation.
11691              
11692              From: Johann Klasek <jk@auto.tuwien.ac.at>
11693              To: jhi@iki.fi
11694              Subject: Re: DomainPerl
11695              Date: Fri, 9 Apr 1999 18:21:37 +0200
11696              Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
11697      Branch: cfgperl
11698            ! lib/Cwd.pm
11699 ____________________________________________________________________________
11700 [  3220] By: jhi                                   on 1999/04/04  16:33:49
11701         Log: Integrate from mainperl.
11702      Branch: cfgperl
11703           !> (integrate 39 files)
11704 ____________________________________________________________________________
11705 [  3219] By: gsar                                  on 1999/04/04  02:48:17
11706         Log: tweak previous change
11707      Branch: maint-5.005/perl
11708            ! win32/win32.c
11709 ____________________________________________________________________________
11710 [  3218] By: gsar                                  on 1999/04/04  02:44:47
11711         Log: be careful about extending the stack for the Win32:: builtins
11712      Branch: maint-5.005/perl
11713            ! win32/win32.c
11714 ____________________________________________________________________________
11715 [  3217] By: gsar                                  on 1999/04/04  01:59:26
11716         Log: correct places that said newSVpv() when they meant newSVpvn()
11717      Branch: perl
11718            ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
11719            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
11720            ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
11721            ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
11722            ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
11723            ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
11724            ! win32/win32.c
11725 ____________________________________________________________________________
11726 [  3216] By: gsar                                  on 1999/04/03  23:58:27
11727         Log: avoid duplicate code
11728      Branch: perl
11729            ! sv.c
11730 ____________________________________________________________________________
11731 [  3215] By: gsar                                  on 1999/04/03  23:14:34
11732         Log: grow PL_tmps_stack more efficiently; make it more amenable to
11733              STRESS_REALLOC testing
11734      Branch: perl
11735            ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
11736            ! sv.c
11737 ____________________________________________________________________________
11738 [  3214] By: gsar                                  on 1999/04/03  21:01:09
11739         Log: scrounge and save three extra branches in pp_entersub()
11740      Branch: perl
11741            ! cv.h pp_ctl.c pp_hot.c
11742 ____________________________________________________________________________
11743 [  3213] By: gsar                                  on 1999/04/03  17:43:23
11744         Log: remove duplicate code and an extra branch in sv_setsv() and
11745              other hot code by making SvTHINKFIRST() think about FAKE SVs
11746      Branch: perl
11747            ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
11748            ! proto.h scope.c sv.c sv.h
11749 ____________________________________________________________________________
11750 [  3212] By: jhi                                   on 1999/04/03  16:20:09
11751         Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
11752              
11753              From: John Bley <jbb6@acpub.duke.edu>
11754              To: perlbug@perl.org
11755              Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
11756              Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
11757              Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
11758      Branch: cfgperl
11759            ! doio.c pp_sys.c
11760 ____________________________________________________________________________
11761 [  3211] By: jhi                                   on 1999/04/03  13:27:26
11762         Log: Change #3210 was rather unportable.  This is better.
11763      Branch: cfgperl
11764            ! Configure config_h.SH
11765 ____________________________________________________________________________
11766 [  3210] By: jhi                                   on 1999/04/03  13:16:20
11767         Log: Avoid Digital UNIX' ksh.
11768              
11769              From: Jarkko Hietaniemi <jhi@iki.fi> 
11770              To: Henrik Tougaard <ht000@siberut.foa.dk> 
11771              Cc: perlbug@perl.com, ht000@foa.dk 
11772              Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
11773              Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET) 
11774              Message-ID: <13999.10289.319422.239987@alpha.hut.fi> 
11775      Branch: cfgperl
11776            ! Configure config_h.SH
11777 ____________________________________________________________________________
11778 [  3209] By: jhi                                   on 1999/04/03  12:49:04
11779         Log: Integrate from mainperl.
11780      Branch: cfgperl
11781           !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
11782 ____________________________________________________________________________
11783 [  3208] By: jhi                                   on 1999/04/03  12:27:24
11784         Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
11785              
11786              From: Lionel Cons <lionel.cons@cern.ch>
11787              To: jhi@iki.fi
11788              Cc: perlbug@perl.com, kstar@isinet.com,
11789              Philippe Defert <philippe.defert@cern.ch>
11790              Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
11791              Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
11792              Message-Id: <199904011205.OAA11380@mercury.cern.ch>
11793      Branch: cfgperl
11794            ! hints/irix_6.sh
11795 ____________________________________________________________________________
11796 [  3207] By: jhi                                   on 1999/04/03  12:20:21
11797         Log: Be polite about usemymalloc.
11798      Branch: cfgperl
11799            ! hints/aix.sh
11800 ____________________________________________________________________________
11801 [  3206] By: gsar                                  on 1999/04/02  23:31:59
11802         Log: a typo in change#3205
11803      Branch: perl
11804            ! t/lib/bigfloatpm.t
11805 ____________________________________________________________________________
11806 [  3205] By: gsar                                  on 1999/04/02  23:20:31
11807         Log: make testsuite reflect change#3157  (Math::BigFloat->new now
11808              returns NaNs faithfully)
11809      Branch: perl
11810            ! t/lib/bigfloatpm.t
11811 ____________________________________________________________________________
11812 [  3204] By: jhi                                   on 1999/04/02  22:03:23
11813         Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
11814              
11815              From: "Kurt D. Starsinic" <kstar@chapin.edu>
11816              To: perl5-porters@perl.org
11817              Subject: linux hints nit
11818              Date: Fri, 2 Apr 1999 16:49:47 -0500
11819              Message-ID: <19990402164947.E80926@O2.chapin.edu>
11820      Branch: cfgperl
11821            ! hints/linux.sh
11822 ____________________________________________________________________________
11823 [  3203] By: jhi                                   on 1999/04/02  22:00:56
11824         Log: Display exact glibc version in Linux. 
11825              
11826              From: Andy Dougherty <doughera@lafayette.edu>
11827              To: Perl Porters <perl5-porters@perl.org>
11828              Subject: Displaying glibc version on Linux
11829              Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
11830              Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
11831      Branch: cfgperl
11832            ! hints/linux.sh
11833 ____________________________________________________________________________
11834 [  3202] By: gsar                                  on 1999/04/02  21:23:18
11835         Log: various little goofs
11836      Branch: perl
11837            ! Changes Makefile.SH README installperl
11838 ____________________________________________________________________________
11839 [  3201] By: jhi                                   on 1999/04/02  13:13:39
11840         Log: Configure regen.
11841              
11842              Add llseek + offset_t probing.
11843              Change CONFIG to CONFIGDOTSH.
11844              'unset foo' is unportable, use foo=''.
11845      Branch: cfgperl
11846            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
11847            ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
11848            ! perl_exp.SH writemain.SH
11849 ____________________________________________________________________________
11850 [  3200] By: jhi                                   on 1999/04/02  12:06:22
11851         Log: Introduce myconfig.SH.
11852              
11853              From: Andy Dougherty <doughera@lafayette.edu>
11854              To: Jarkko Hietaniemi <jhi@iki.fi>
11855              Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
11856              Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
11857              Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
11858              Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
11859      Branch: cfgperl
11860            + myconfig.SH
11861            - myconfig
11862            ! MANIFEST
11863 ____________________________________________________________________________
11864 [  3195] By: jhi                                   on 1999/03/28  16:42:54
11865         Log: Update perlhist on 5_03.
11866      Branch: maint-5.005/perl
11867            ! pod/perlhist.pod
11868 ____________________________________________________________________________
11869 [  3194] By: jhi                                   on 1999/03/28  12:30:01
11870         Log: Integrate from mainperl.
11871      Branch: cfgperl
11872           +> t/op/grep.t
11873            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
11874            ! t/lib/bigintpm.t
11875           !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
11876           !> t/lib/thread.t
11877 ____________________________________________________________________________
11878 [  3189] By: gsar                                  on 1999/03/28  08:22:00
11879         Log: various pod niggles
11880      Branch: maint-5.005/perl
11881            ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
11882            ! pod/perlfunc.pod pod/perlhist.pod
11883 ____________________________________________________________________________
11884 [  3187] By: gsar                                  on 1999/03/28  07:31:16
11885         Log: regularize CAPI declarations (CAPI extensions now build under
11886              the Borland compiler)
11887      Branch: maint-5.005/perl
11888            ! win32/GenCAPI.pl
11889 ____________________________________________________________________________
11890 [  3186] By: gsar                                  on 1999/03/28  07:26:33
11891         Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
11892              -DPERL_CAPI
11893      Branch: maint-5.005/perl
11894            ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
11895 ____________________________________________________________________________
11896 [  3183] By: gsar                                  on 1999/03/28  06:00:46
11897         Log: update p4 utility to ignore non-text files
11898      Branch: perl
11899            ! Porting/p4desc
11900 ____________________________________________________________________________
11901 [  3181] By: gsar                                  on 1999/03/28  03:37:23
11902         Log: integrate change#3179 from maint-5.005
11903      Branch: perl
11904           !> ext/Thread/Thread.xs t/lib/thread.t
11905 ____________________________________________________________________________
11906 [  3180] By: gsar                                  on 1999/03/28  02:28:20
11907         Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
11908              (sometimes caused bizarreness in the BLOCK)
11909      Branch: perl
11910            + t/op/grep.t
11911            ! MANIFEST op.c
11912 ____________________________________________________________________________
11913 [  3179] By: gsar                                  on 1999/03/28  02:14:04
11914         Log: fix thread segfault when passing large number of arguments to child
11915              a la C<Thread->new($foo, 1..1000)>
11916      Branch: maint-5.005/perl
11917            ! ext/Thread/Thread.xs t/lib/thread.t
11918 ____________________________________________________________________________
11919 [  3178] By: gbarr                                 on 1999/03/28  01:39:23
11920         Log: fix $Config{'usethreads'} typo in perlthrtut
11921              
11922              From: Ian Maloney <szhmf9@wsblob.ubs.com>
11923              Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
11924              Message-Id: <199903251540.QAA02439@wsblob.>
11925              Subject: perlthrtut documentation error
11926      Branch: maint-5.005/perl
11927            ! pod/perlthrtut.pod
11928 ____________________________________________________________________________
11929 [  3173] By: gbarr                                 on 1999/03/27  18:19:47
11930         Log: Update Test.pm to VERSION 1.122 from CPAN
11931      Branch: maint-5.005/perl
11932            ! lib/Test.pm
11933 ____________________________________________________________________________
11934 [  3171] By: jhi                                   on 1999/03/26  22:38:28
11935         Log: Integrate from mainperl.
11936      Branch: cfgperl
11937           !> (integrate 37 files)
11938 ____________________________________________________________________________
11939 [  3170] By: gsar                                  on 1999/03/26  01:30:25
11940         Log: specify type of bracket in "Unmatched bracket" diagnostic;
11941              prefer 'brace' or 'curly bracket' over 'curly brace'
11942      Branch: perl
11943            ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
11944            ! t/op/misc.t t/op/re_tests toke.c
11945 ____________________________________________________________________________
11946 [  3169] By: gsar                                  on 1999/03/26  00:50:51
11947         Log: better description of "Integer overflow" diagnostic
11948      Branch: perl
11949            ! pod/perldiag.pod
11950 ____________________________________________________________________________
11951 [  3168] By: gsar                                  on 1999/03/25  11:02:46
11952         Log: applied needful parts of suggested patch
11953              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
11954              Date: Tue, 23 Mar 1999 16:21:43 -0800
11955              Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
11956              Subject: [PATCH 5.005_56] pp_formline correction
11957      Branch: perl
11958            ! ext/B/B/Bblock.pm ext/B/B/CC.pm
11959 ____________________________________________________________________________
11960 [  3167] By: gsar                                  on 1999/03/25  10:39:02
11961         Log: clarify what a "comment" means (due to Mark-Jason Dominus
11962              <mjd@plover.com>)
11963      Branch: perl
11964            ! pod/perlsyn.pod
11965 ____________________________________________________________________________
11966 [  3166] By: gsar                                  on 1999/03/25  10:33:18
11967         Log: describe current behavior on local($foo{nothere}) (suggested by
11968              Lionel Cons <lionel.cons@cern.ch>)
11969      Branch: perl
11970            ! pod/perlsub.pod
11971 ____________________________________________________________________________
11972 [  3165] By: gsar                                  on 1999/03/25  06:21:05
11973         Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
11974              <vishalb@hotmail.com>)
11975      Branch: perl
11976            ! ext/B/B/C.pm
11977 ____________________________________________________________________________
11978 [  3164] By: gsar                                  on 1999/03/25  06:17:27
11979         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
11980              Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
11981              Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
11982              Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
11983      Branch: perl
11984            ! ext/B/B.xs op.h opcode.pl
11985 ____________________________________________________________________________
11986 [  3163] By: gsar                                  on 1999/03/25  06:15:49
11987         Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
11988              Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
11989              Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
11990              Subject: [PATCH _56] B::Deparse 0.57
11991              --
11992              Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
11993              Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
11994              Subject: Re: [PATCH _56] B::Deparse 0.57 
11995      Branch: perl
11996            ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
11997 ____________________________________________________________________________
11998 [  3162] By: gsar                                  on 1999/03/25  06:11:46
11999         Log: fix a few places that said 'int', but meant 'STRLEN'
12000      Branch: perl
12001            ! pod/perlguts.pod proto.h sv.c
12002 ____________________________________________________________________________
12003 [  3161] By: gsar                                  on 1999/03/25  06:01:18
12004         Log: From: Russ Allbery <rra@stanford.edu>
12005              Date: 22 Mar 1999 04:26:26 -0800
12006              Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
12007              Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
12008      Branch: perl
12009            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
12010            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
12011            ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
12012            ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
12013 ____________________________________________________________________________
12014 [  3160] By: gsar                                  on 1999/03/25  02:26:31
12015         Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
12016      Branch: perl
12017            ! opcode.h opcode.pl
12018 ____________________________________________________________________________
12019 [  3159] By: gsar                                  on 1999/03/25  02:18:17
12020         Log: add statement-modifier loops to :base_loop class
12021      Branch: perl
12022            ! ext/Opcode/Opcode.pm
12023 ____________________________________________________________________________
12024 [  3158] By: gsar                                  on 1999/03/25  00:36:57
12025         Log: integrate changes#3105,3130,3154 from maint-5.005
12026      Branch: perl
12027           !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
12028 ____________________________________________________________________________
12029 [  3157] By: gsar                                  on 1999/03/25  00:24:17
12030         Log: remove bogus panic()
12031      Branch: perl
12032            ! Changes lib/Math/BigFloat.pm
12033 ____________________________________________________________________________
12034 [  3156] By: jhi                                   on 1999/03/24  22:43:43
12035         Log: Integrate from mainperl.
12036      Branch: cfgperl
12037           +> (branch 38 files)
12038           !> (integrate 68 files)
12039 ____________________________________________________________________________
12040 [  3155] By: jhi                                   on 1999/03/24  22:12:17
12041         Log: Configure regenerated because of changes #3130/#3154 and #3147.
12042      Branch: cfgperl
12043            ! Configure config_h.SH
12044 ____________________________________________________________________________
12045 [  3154] By: jhi                                   on 1999/03/24  21:40:51
12046         Log: Reword the shared library search path (LD_LIBRARY_PATH) info
12047              based on suggestions from Andy Dougherty.
12048      Branch: maint-5.005/perl
12049            ! INSTALL
12050 ____________________________________________________________________________
12051 [  3153] By: gsar                                  on 1999/03/24  10:38:05
12052         Log: applied suggested patch, modulo superceded parts
12053              From: Charles Bailey <BAILEY@newman.upenn.edu>
12054              Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
12055              Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
12056              Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
12057      Branch: perl
12058            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
12059            ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
12060            ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
12061            ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
12062 ____________________________________________________________________________
12063 [  3152] By: gsar                                  on 1999/03/24  10:30:51
12064         Log: applied suggested patch, modulo superceded parts
12065              From: Charles Bailey <BAILEY@newman.upenn.edu>
12066              Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
12067              Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
12068              Subject: [PATCH 5.005_56] Miscellaneous small fixes
12069      Branch: perl
12070            ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
12071            ! lib/File/Basename.pm
12072 ____________________________________________________________________________
12073 [  3151] By: gsar                                  on 1999/03/24  10:15:00
12074         Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
12075      Branch: perl
12076            ! pod/perlop.pod
12077 ____________________________________________________________________________
12078 [  3150] By: gsar                                  on 1999/03/24  10:09:13
12079         Log: missing integration in previous change
12080      Branch: perl
12081           !> README.apollo
12082 ____________________________________________________________________________
12083 [  3149] By: gsar                                  on 1999/03/24  10:06:44
12084         Log: integrate changes#3116,3119 from maint-5.005
12085      Branch: perl
12086            + README.apollo
12087           +> apollo/netinet/in.h
12088           !> MANIFEST hints/apollo.sh t/lib/io_udp.t
12089 ____________________________________________________________________________
12090 [  3148] By: gsar                                  on 1999/03/24  10:01:56
12091         Log: integrate changes#3091-3094 from maint-5.005
12092      Branch: perl
12093           !> README.hurd vms/subconfigure.com vos/config.h
12094           !> vos/config_h.SH_orig
12095 ____________________________________________________________________________
12096 [  3147] By: gsar                                  on 1999/03/24  09:31:49
12097         Log: warn about newfangled vfork() caveats
12098      Branch: perl
12099            ! Configure
12100 ____________________________________________________________________________
12101 [  3146] By: jhi                                   on 1999/03/24  09:20:14
12102         Log: Bring in changes #2808 and #2812 (from mainline perl)
12103              that enhance the perlbug checklist.
12104      Branch: maint-5.005/perl
12105            ! utils/perlbug.PL
12106 ____________________________________________________________________________
12107 [  3145] By: gsar                                  on 1999/03/24  08:37:02
12108         Log: integrate change#3115 from maint-5.005
12109      Branch: perl
12110           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
12111           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
12112 ____________________________________________________________________________
12113 [  3144] By: gsar                                  on 1999/03/24  08:33:59
12114         Log: add note about map in scalar context
12115      Branch: perl
12116            ! pod/perlfunc.pod
12117 ____________________________________________________________________________
12118 [  3143] By: gsar                                  on 1999/03/24  08:25:59
12119         Log: doc tweak
12120      Branch: perl
12121            ! lib/Time/Local.pm
12122 ____________________________________________________________________________
12123 [  3142] By: gsar                                  on 1999/03/24  08:20:37
12124         Log: applied suggested patch, modulo bogus hunk
12125              From: "Vishal Bhatia" <vishalb@hotmail.com>
12126              Date: Thu, 11 Mar 1999 07:40:27 PST
12127              Message-ID: <19990311154027.25891.qmail@hotmail.com>
12128              Subject: [PATCH 5.005_56] Minor fixes in perlcc
12129      Branch: perl
12130            ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
12131 ____________________________________________________________________________
12132 [  3141] By: gsar                                  on 1999/03/24  08:06:12
12133         Log: integrate change#3104 from maint-5.005
12134      Branch: perl
12135           !> README.os390 t/lib/posix.t
12136 ____________________________________________________________________________
12137 [  3140] By: gsar                                  on 1999/03/24  06:34:56
12138         Log: fix failure of C<&locked_sub;> under -Dusethreads
12139      Branch: perl
12140            ! pp_hot.c t/lib/thread.t
12141 ____________________________________________________________________________
12142 [  3139] By: gsar                                  on 1999/03/24  05:52:00
12143         Log: debugger tweak (wasn't printing a newline after recalled commands)
12144      Branch: perl
12145            ! lib/perl5db.pl
12146 ____________________________________________________________________________
12147 [  3138] By: gsar                                  on 1999/03/24  05:33:28
12148         Log: document OO exceptions (based on a suggestion by Andreas Koenig
12149              <andreas.koenig@anima.de>)
12150      Branch: perl
12151            ! pod/perlfunc.pod
12152 ____________________________________________________________________________
12153 [  3137] By: gsar                                  on 1999/03/24  02:50:20
12154         Log: better "Illegal %s digit ignored" warnings
12155      Branch: perl
12156            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
12157            ! toke.c util.c
12158 ____________________________________________________________________________
12159 [  3136] By: gsar                                  on 1999/03/24  02:26:38
12160         Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
12161      Branch: perl
12162            + t/pragma/utf8.t
12163            ! regcomp.c
12164 ____________________________________________________________________________
12165 [  3135] By: gsar                                  on 1999/03/24  01:29:09
12166         Log: flip release & version in win32_uname()
12167      Branch: perl
12168            ! win32/win32.c
12169 ____________________________________________________________________________
12170 [  3134] By: gsar                                  on 1999/03/24  01:08:33
12171         Log: support POSIX::uname() via win32_uname()
12172      Branch: perl
12173            ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
12174            ! win32/config.gc win32/config.vc win32/config_H.bc
12175            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
12176            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
12177 ____________________________________________________________________________
12178 [  3133] By: gsar                                  on 1999/03/23  22:20:10
12179         Log: From: jan.dubois@ibm.net (Jan Dubois)
12180              Date: Sat, 06 Mar 1999 21:42:56 +0100
12181              Message-ID: <36e49281.50337171@smtp1.ibm.net>
12182              Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
12183      Branch: perl
12184            ! pod/perldelta.pod
12185 ____________________________________________________________________________
12186 [  3132] By: gsar                                  on 1999/03/23  22:17:45
12187         Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
12188              Date: Sat, 06 Mar 1999 17:50:49 +0100
12189              Message-ID: <36e25209.33833760@smtp1.ibm.net>
12190              Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
12191              --
12192              Date: Sat, 06 Mar 1999 18:15:00 +0100
12193              Message-ID: <36e36222.37954195@smtp1.ibm.net>
12194              Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
12195      Branch: perl
12196            + t/lib/filefunc.t
12197            ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
12198            ! pod/perldelta.pod pod/perlmodlib.pod
12199 ____________________________________________________________________________
12200 [  3131] By: gsar                                  on 1999/03/23  22:07:59
12201         Log: integrate cfgperl changes into mainline
12202      Branch: perl
12203           +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
12204           !> Configure Makefile.SH config_h.SH configure.gnu handy.h
12205           !> installperl malloc.c perl.c perl.h pod/perl.pod
12206           !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
12207 ____________________________________________________________________________
12208 [  3130] By: jhi                                   on 1999/03/23  22:02:23
12209         Log: Don't use config.msg to remind about the
12210              LD_LIBRARY_PATH because Makefile.SH takes
12211              care of that.
12212              
12213              Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
12214              This used to be the default but in some MT or another it
12215              was dropped because of some transient error or another.
12216      Branch: maint-5.005/perl
12217            ! Configure hints/dec_osf.sh
12218 ____________________________________________________________________________
12219 [  3129] By: gsar                                  on 1999/03/23  21:38:03
12220         Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
12221              to size    and better maintainability)
12222      Branch: perl
12223            + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
12224            + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
12225            + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
12226            + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
12227            + t/pod/headings.t t/pod/headings.xr t/pod/include.t
12228            + t/pod/include.xr t/pod/included.t t/pod/included.xr
12229            + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
12230            + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
12231            + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
12232            + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
12233            + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
12234            ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
12235            ! win32/Makefile win32/makefile.mk win32/pod.mak
12236 ____________________________________________________________________________
12237 [  3128] By: jhi                                   on 1999/03/23  10:14:54
12238         Log: Integrate from mainperl.
12239      Branch: cfgperl
12240           !> (integrate 46 files)
12241 ____________________________________________________________________________
12242 [  3127] By: gsar                                  on 1999/03/23  06:57:30
12243         Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
12244              Date: Thu, 4 Mar 1999 10:54:01 -0800
12245              Message-Id: <9903041854.AA46868@frc0000>
12246              Subject: patch for useless Math::BigInt warnings
12247      Branch: perl
12248            ! lib/Math/BigInt.pm
12249 ____________________________________________________________________________
12250 [  3126] By: gsar                                  on 1999/03/23  05:54:37
12251         Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
12252              From: "Kurt D. Starsinic" <kstar@chapin.edu>
12253              Date: Fri, 19 Feb 1999 15:47:59 -0500
12254              Message-ID: <19990219154759.A32350@O2.chapin.edu>
12255              Subject: [PATCH] OSF/1 hints
12256      Branch: perl
12257            ! hints/dec_osf.sh
12258 ____________________________________________________________________________
12259 [  3125] By: gsar                                  on 1999/03/23  00:56:38
12260         Log: avoid typeglob persistence in pp_readline()
12261      Branch: perl
12262            ! sv.c t/op/gv.t
12263 ____________________________________________________________________________
12264 [  3124] By: gsar                                  on 1999/03/22  21:12:23
12265         Log: update copyright years
12266      Branch: perl
12267            ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
12268            ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
12269            ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
12270            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
12271            ! sv.c sv.h toke.c utf8.c utf8.h util.c
12272 ____________________________________________________________________________
12273 [  3123] By: gsar                                  on 1999/03/22  07:07:06
12274         Log: implement win32_spawnvp() internally, making it return true PIDs
12275              for asynchronous spawns; fix win32_kill() to always deal with
12276              PIDs
12277      Branch: perl
12278            ! win32/win32.c win32/win32.h
12279 ____________________________________________________________________________
12280 [  3122] By: jhi                                   on 1999/03/19  21:12:14
12281         Log: Describe the new Benchmark feature in more detail.
12282      Branch: cfgperl
12283            ! pod/perldelta.pod
12284      Branch: maint-5.005/perl
12285            ! pod/perldelta.pod
12286 ____________________________________________________________________________
12287 [  3121] By: jhi                                   on 1999/03/19  08:16:12
12288         Log: AVAILABILITY tuning.
12289      Branch: cfgperl
12290            ! pod/perl.pod
12291      Branch: maint-5.005/perl
12292            ! pod/perl.pod
12293 ____________________________________________________________________________
12294 [  3120] By: jhi                                   on 1999/03/17  14:52:17
12295         Log: Rhapsody change assumed too much.
12296      Branch: cfgperl
12297            ! t/op/stat.t
12298 ____________________________________________________________________________
12299 [  3119] By: jhi                                   on 1999/03/17  14:33:43
12300         Log: More Apollo fixes.
12301      Branch: maint-5.005/perl
12302            ! README.apollo hints/apollo.sh t/lib/io_udp.t
12303 ____________________________________________________________________________
12304 [  3118] By: jhi                                   on 1999/03/16  17:23:39
12305         Log: Nada.
12306      Branch: maint-5.005/perl
12307            ! README.apollo
12308 ____________________________________________________________________________
12309 [  3117] By: jhi                                   on 1999/03/16  17:18:49
12310         Log: Apollo DomainOS AVAILABILITY.
12311      Branch: cfgperl
12312            ! pod/perl.pod
12313      Branch: maint-5.005/perl
12314            ! pod/perl.pod
12315 ____________________________________________________________________________
12316 [  3116] By: jhi                                   on 1999/03/16  17:14:00
12317         Log: Apollo DomainOS patch
12318              From: Johann Klasek <jk@auto.tuwien.ac.at>
12319              Subject: Re: DomainPerl
12320              Date: Tue, 16 Mar 1999 17:46:32 +0100
12321              Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
12322      Branch: maint-5.005/perl
12323            + README.apollo apollo/netinet/in.h
12324            ! MANIFEST hints/apollo.sh
12325 ____________________________________________________________________________
12326 [  3115] By: jhi                                   on 1999/03/16  14:23:54
12327         Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
12328              To: Gurusamy Sarathy <gsar@activestate.com>,
12329              Graham Barr <gbarr@pobox.com>
12330              Cc: Perl5 Porters <perl5-porters@perl.org>,
12331              "Paul.Marquess" <Paul.Marquess@btinternet.com>
12332              Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
12333              Date: Sun, 14 Mar 1999 14:43:57 -0000
12334              Message-Id: <199903141841.NAA17040@defender.perl.org>
12335      Branch: maint-5.005/perl
12336            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
12337            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
12338 ____________________________________________________________________________
12339 [  3114] By: jhi                                   on 1999/03/16  12:42:20
12340         Log: Mention Rhapsody in 5.005_5X perldelta,
12341              and in Rhapsody and Netware in 5.005_0X and 5.005_5X
12342              *planned* AVAILABILITY.
12343      Branch: cfgperl
12344            ! pod/perl.pod pod/perldelta.pod
12345      Branch: maint-5.005/perl
12346            ! pod/perl.pod
12347 ____________________________________________________________________________
12348 [  3113] By: jhi                                   on 1999/03/16  10:38:53
12349         Log: perldelta niggling.
12350      Branch: cfgperl
12351            ! pod/perldelta.pod
12352      Branch: maint-5.005/perl
12353            ! pod/perldelta.pod
12354 ____________________________________________________________________________
12355 [  3112] By: jhi                                   on 1999/03/16  10:35:21
12356         Log: Integrate from mainperl.
12357      Branch: cfgperl
12358           !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
12359           !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
12360 ____________________________________________________________________________
12361 [  3111] By: jhi                                   on 1999/03/16  10:28:10
12362         Log: AVAILABILITY update: still mention PowerUX,
12363              Novell Netware now has sources available.
12364      Branch: cfgperl
12365            ! pod/perl.pod
12366      Branch: maint-5.005/perl
12367            ! pod/perl.pod
12368 ____________________________________________________________________________
12369 [  3110] By: gsar                                  on 1999/03/16  04:34:23
12370         Log: sundry pod niggles
12371      Branch: perl
12372            ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
12373            ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
12374 ____________________________________________________________________________
12375 [  3109] By: jhi                                   on 1999/03/15  17:00:11
12376         Log: Integrate from mainperl.
12377      Branch: cfgperl
12378           +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
12379           +> lib/unicode/Is/Syllable.pl
12380           +> lib/unicode/MakeEthiopicSyllables.PL
12381           +> lib/unicode/README.Ethiopic
12382           !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
12383           !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
12384           !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
12385           !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
12386           !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
12387           !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
12388           !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
12389           !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
12390 ____________________________________________________________________________
12391 [  3108] By: jhi                                   on 1999/03/15  16:58:12
12392         Log: First pass of integrating the Rhapsody port,
12393              
12394              From: Wilfredo Sanchez <wsanchez@apple.com> 
12395              Subject: Keeping the world in sync.
12396              Reply-To: wsanchez@apple.com 
12397              To: perlbug@perl.com 
12398              Date: Fri, 13 Nov 1998 17:11:30 -0800 
12399              Message-Id: <199811140111.RAA41784@scv4.apple.com> 
12400      Branch: cfgperl
12401            + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
12402            ! Configure Makefile.SH config_h.SH configure.gnu handy.h
12403            ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
12404            ! x2p/util.c
12405 ____________________________________________________________________________
12406 [  3107] By: gsar                                  on 1999/03/15  03:22:10
12407         Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
12408              From: Daniel Yacob <dmulholl@cs.indiana.edu>
12409              Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
12410              Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
12411              Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
12412      Branch: perl
12413            + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
12414            + lib/unicode/Is/Syllable.pl
12415            + lib/unicode/MakeEthiopicSyllables.PL
12416            + lib/unicode/README.Ethiopic
12417            ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
12418            ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
12419            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
12420            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
12421            ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
12422            ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
12423            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
12424            ! lib/unicode/Name.pl lib/unicode/Number.pl
12425 ____________________________________________________________________________
12426 [  3106] By: gsar                                  on 1999/03/12  20:35:36
12427         Log: change#3067 failed package.t due to needless creation of $a and $b;
12428              fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
12429      Branch: perl
12430            ! op.c
12431 ____________________________________________________________________________
12432 [  3105] By: jhi                                   on 1999/03/12  15:54:57
12433         Log: Recognize the NetBSD packages collection.
12434      Branch: maint-5.005/perl
12435            ! hints/netbsd.sh
12436 ____________________________________________________________________________
12437 [  3104] By: jhi                                   on 1999/03/12  09:07:04
12438         Log: From: pvhp@forte.com (Peter Prymmer)
12439              To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
12440              Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
12441              Date: Thu, 11 Mar 99 14:24:54 PST
12442              Message-Id: <9903112224.AA24346@forte.com>
12443      Branch: maint-5.005/perl
12444            ! README.os390 t/lib/posix.t
12445 ____________________________________________________________________________
12446 [  3103] By: jhi                                   on 1999/03/10  11:07:46
12447         Log: Integrate from mainperl.
12448      Branch: cfgperl
12449           !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
12450           !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
12451           !> t/pragma/warn/1global toke.c win32/makedef.pl
12452 ____________________________________________________________________________
12453 [  3102] By: jhi                                   on 1999/03/10  11:01:20
12454         Log: From: pvhp@forte.com (Peter Prymmer)
12455              To: perl5-porters@perl.org
12456              Subject: [5.005_03-MT6]Patch: time passes
12457              Date: Tue, 9 Mar 99 18:42:17 PST
12458              Message-Id: <9903100242.AA29057@forte.com>
12459      Branch: maint-5.005/perl
12460            ! perl.c
12461 ____________________________________________________________________________
12462 [  3101] By: jhi                                   on 1999/03/10  10:30:15
12463         Log: From: Mark-Jason Dominus <mjd@plover.com>
12464              To: perl5-porters@perl.com
12465              Subject: Minor fix to perlfunc.pod
12466              Date: Mon, 08 Mar 1999 20:05:53 -0500
12467              Message-ID: <19990309010553.13757.qmail@plover.com>
12468      Branch: maint-5.005/perl
12469            ! pod/perlfunc.pod
12470 ____________________________________________________________________________
12471 [  3100] By: gsar                                  on 1999/03/09  23:04:44
12472         Log: change#3060 had the wrong quotes
12473      Branch: perl
12474            ! pod/pod2man.PL
12475 ____________________________________________________________________________
12476 [  3099] By: jhi                                   on 1999/03/09  12:52:21
12477         Log: d_uname was broken (probably since _53), reported by
12478              
12479              From: Alan Burlison <Alan.Burlison@uk.sun.com>
12480              To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
12481              cpan-testers@perl.org
12482              Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
12483              Date: Mon, 08 Mar 1999 13:22:31 +0000
12484              Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
12485              
12486              and
12487              
12488              From: lvirden@cas.org (Larry W. Virden)
12489              To: perlbug@perl.com
12490              Subject: configure not correctly identifying uname posix compatibility
12491              Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
12492              Message-Id: <199903081136.GAA23682@cas.org>
12493      Branch: cfgperl
12494            ! Configure config_h.SH
12495 ____________________________________________________________________________
12496 [  3098] By: gsar                                  on 1999/03/09  03:16:07
12497         Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
12498      Branch: perl
12499            ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
12500 ____________________________________________________________________________
12501 [  3097] By: gsar                                  on 1999/03/09  02:50:43
12502         Log: use yyerror() instead of croak() so that compile-time failures in
12503              my(LIST) don't confuse globals with lexicals
12504      Branch: perl
12505            ! op.c toke.c
12506 ____________________________________________________________________________
12507 [  3096] By: gsar                                  on 1999/03/09  02:47:36
12508         Log: adjust testsuite for change#3067
12509      Branch: perl
12510            ! t/pragma/warn/1global
12511 ____________________________________________________________________________
12512 [  3095] By: gsar                                  on 1999/03/08  21:04:48
12513         Log: remove bogus symbols from global.sym
12514      Branch: perl
12515            ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
12516            ! perl.h win32/makedef.pl
12517 ____________________________________________________________________________
12518 [  3094] By: jhi                                   on 1999/03/06  16:16:15
12519         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
12520              To: jhi@iki.fi
12521              Subject: Oops
12522              Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
12523              Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
12524      Branch: maint-5.005/perl
12525            ! README.hurd
12526 ____________________________________________________________________________
12527 [  3093] By: jhi                                   on 1999/03/06  15:59:46
12528         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
12529              To: jhi@iki.fi
12530              Subject: New Hurd README
12531              Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
12532              Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
12533      Branch: maint-5.005/perl
12534            ! README.hurd
12535 ____________________________________________________________________________
12536 [  3092] By: jhi                                   on 1999/03/06  12:52:06
12537         Log: From: Paul_Green@stratus.com
12538              To: perl5-porters@perl.org
12539              Cc: jhi@iki.fi, Paul_Green@stratus.com
12540              Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
12541              Date: Fri, 5 Mar 1999 18:08:49 -0500 
12542              Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
12543      Branch: maint-5.005/perl
12544            ! vos/config.h vos/config_h.SH_orig
12545 ____________________________________________________________________________
12546 [  3091] By: jhi                                   on 1999/03/06  12:42:21
12547         Log: From: Dan Sugalski <sugalskd@osshe.edu>
12548              To: perl5-porters@perl.org, vmsperl@perl.org
12549              Subject: [PATCH 5.005_03-MT6]VMS build patch
12550              Date: Fri, 05 Mar 1999 12:36:19 -0800
12551              Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
12552      Branch: maint-5.005/perl
12553            ! vms/subconfigure.com
12554 ____________________________________________________________________________
12555 [  3090] By: gsar                                  on 1999/03/06  04:40:03
12556         Log: integrate change#3089 from mainline
12557              
12558              tolerate CRs after options
12559      Branch: maint-5.005/perl
12560           !> perl.c
12561 ____________________________________________________________________________
12562 [  3089] By: gsar                                  on 1999/03/06  04:30:40
12563         Log: tolerate CRs after options
12564      Branch: perl
12565            ! perl.c
12566 ____________________________________________________________________________
12567 [  3088] By: jhi                                   on 1999/03/05  12:49:01
12568         Log: Integrate from mainperl.
12569      Branch: cfgperl
12570           +> README.hurd
12571           !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
12572 ____________________________________________________________________________
12573 [  3087] By: gsar                                  on 1999/03/05  06:41:16
12574         Log: adjust timeouts to accomodate slow/busy systems
12575      Branch: perl
12576            ! t/lib/io_sock.t
12577 ____________________________________________________________________________
12578 [  3083] By: gsar                                  on 1999/03/05  01:32:47
12579         Log: integrate change#3081 from maint-5.005
12580      Branch: perl
12581           !> ext/Errno/Errno_pm.PL
12582 ____________________________________________________________________________
12583 [  3082] By: gsar                                  on 1999/03/05  01:31:06
12584         Log: integrate change#2904 from maint-5.005
12585      Branch: perl
12586           +> README.hurd
12587           !> MANIFEST
12588 ____________________________________________________________________________
12589 [  3081] By: gsar                                  on 1999/03/05  00:14:33
12590         Log: protect against doubled backslashes
12591      Branch: maint-5.005/perl
12592            ! ext/Errno/Errno_pm.PL
12593 ____________________________________________________________________________
12594 [  3077] By: jhi                                   on 1999/03/04  08:10:13
12595         Log: Integrate from mainperl.
12596      Branch: cfgperl
12597           +> ext/B/B/Stash.pm
12598           !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
12599           !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
12600           !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
12601           !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
12602 ____________________________________________________________________________
12603 [  3076] By: jhi                                   on 1999/03/04  08:07:59
12604         Log: Regen config_h.SH once more because of *size, 
12605              noticed by
12606              
12607              From: Hans Mulder <hansm@icgned.icgroup.nl>
12608              To: Jarkko Hietaniemi <jhi@iki.fi>
12609              Cc: perl5-porters@perl.org
12610              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
12611              Date: Thu,  4 Mar 99 00:10:45 +0100
12612              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
12613      Branch: cfgperl
12614            ! Configure config_h.SH
12615 ____________________________________________________________________________
12616 [  3068] By: gsar                                  on 1999/03/04  05:48:03
12617         Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
12618              Date: Thu,  4 Mar 99 00:10:45 +0100
12619              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
12620              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
12621      Branch: perl
12622            ! config_h.SH
12623 ____________________________________________________________________________
12624 [  3067] By: gsar                                  on 1999/03/04  05:44:32
12625         Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
12626              From: Graham Barr <gbarr@ti.com>
12627              Date: Wed, 3 Mar 1999 17:23:56 -0600
12628              Message-ID: <19990303172356.F7442@dal.asp.ti.com>
12629              Subject: Re: 'use strict' doesn't work for one-letter variables
12630      Branch: perl
12631            ! gv.c op.c
12632 ____________________________________________________________________________
12633 [  3066] By: gsar                                  on 1999/03/04  05:20:50
12634         Log: updates to compiler modules
12635              From: "Vishal Bhatia" <vishalb@hotmail.com>
12636              Date: Tue, 02 Mar 1999 23:27:25 PST
12637              Message-ID: <19990303072725.779.qmail@hotmail.com>
12638              Subject: PATCH 5.005_56 + Test procedure
12639      Branch: perl
12640            + ext/B/B/Stash.pm
12641            ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
12642            ! lib/Test/Harness.pm utils/perlcc.PL
12643 ____________________________________________________________________________
12644 [  3065] By: gsar                                  on 1999/03/04  05:03:30
12645         Log: more s/s_/s!/ etc.
12646      Branch: perl
12647            ! pod/perldelta.pod pod/perlfunc.pod
12648 ____________________________________________________________________________
12649 [  3064] By: gsar                                  on 1999/03/04  04:50:45
12650         Log: integrate cfgperl contents into mainline
12651      Branch: perl
12652           !> Configure README.vms bytecode.h config_h.SH configure.com
12653           !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
12654           !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
12655           !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
12656 ____________________________________________________________________________
12657 [  3063] By: gsar                                  on 1999/03/04  04:44:13
12658         Log: HP-UX has yet another spelling for /NaNQ?/
12659      Branch: perl
12660            ! t/lib/bigfloatpm.t
12661 ____________________________________________________________________________
12662 [  3062] By: gsar                                  on 1999/03/04  04:36:08
12663         Log: error-check for accept() test
12664      Branch: perl
12665            ! t/lib/io_sock.t
12666 ____________________________________________________________________________
12667 [  3061] By: gsar                                  on 1999/03/04  03:40:25
12668         Log: allow custom comparison function in File::Compare::compare_text()
12669              From: jan.dubois@ibm.net (Jan Dubois)
12670              Date: Fri, 26 Feb 1999 21:56:09 +0100
12671              Message-ID: <36db0838.8805651@smtp1.ibm.net>
12672              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
12673      Branch: perl
12674            ! lib/File/Compare.pm
12675 ____________________________________________________________________________
12676 [  3060] By: gsar                                  on 1999/03/04  03:37:38
12677         Log: better version of change#3038
12678              From: abigail@fnx.com
12679              Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
12680              Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
12681              Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
12682      Branch: perl
12683            ! pod/pod2man.PL
12684 ____________________________________________________________________________
12685 [  3058] By: jhi                                   on 1999/03/03  22:30:40
12686         Log: Configure regen to
12687              (1) match maint-5.005 patches #3056 and #3057
12688              (2) better version of PHOSTNAME of #3050
12689              (3) the crosscompile/multiarch config_h.SH trouble solved for now
12690      Branch: cfgperl
12691            ! Configure config_h.SH
12692 ____________________________________________________________________________
12693 [  3054] By: jhi                                   on 1999/03/03  09:57:59
12694         Log: Change #3053 missed perldelta.
12695      Branch: cfgperl
12696            ! pod/perldelta.pod
12697 ____________________________________________________________________________
12698 [  3053] By: jhi                                   on 1999/03/03  08:29:43
12699         Log: Use '!' to mark native integer packings instead of '_'.
12700      Branch: cfgperl
12701            ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
12702 ____________________________________________________________________________
12703 [  3052] By: jhi                                   on 1999/03/02  23:12:36
12704         Log: The HP-UX threads patch (change #3028) is needed also here.
12705      Branch: cfgperl
12706            ! hints/hpux.sh thread.h
12707 ____________________________________________________________________________
12708 [  3051] By: jhi                                   on 1999/03/02  08:24:52
12709         Log: From: Dan Sugalski <sugalskd@osshe.edu>
12710              To: perl5-porters@perl.org, vmsperl@perl.org
12711              Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
12712              Date: Mon, 01 Mar 1999 16:10:57 -0800
12713              Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
12714      Branch: cfgperl
12715            ! README.vms
12716      Branch: maint-5.005/perl
12717            ! README.vms
12718 ____________________________________________________________________________
12719 [  3050] By: jhi                                   on 1999/03/02  08:22:29
12720         Log: From: Dan Sugalski <sugalskd@osshe.edu>
12721              To: perl5-porters@perl.org, vmsperl@perl.org
12722              Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
12723              Date: Mon, 01 Mar 1999 16:06:29 -0800
12724              Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
12725              
12726              From: Dan Sugalski <sugalskd@osshe.edu>
12727              To: perl5-porters@perl.org, vmsperl@perl.org
12728              Subject: [PATCH 5.005_56]vmsish.pm patch
12729              Date: Mon, 01 Mar 1999 20:19:04 -0800
12730              Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
12731              
12732              plus Configure regen containing a "solution" to the
12733              crosscompile/multiarch problem.
12734      Branch: cfgperl
12735            ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
12736            ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
12737 ____________________________________________________________________________
12738 [  3049] By: jhi                                   on 1999/03/02  07:34:21
12739         Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
12740              To: perl5-porters@perl.org
12741              Subject: [PATCH] Eliminate (valid) warning in byterun.c
12742              Date: Mon, 01 Mar 1999 17:27:59 -0500
12743              Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
12744      Branch: cfgperl
12745            ! bytecode.h
12746      Branch: maint-5.005/perl
12747            ! bytecode.h
12748 ____________________________________________________________________________
12749 [  3048] By: gsar                                  on 1999/03/02  06:41:21
12750         Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
12751      Branch: perl
12752            ! MANIFEST README.hpux
12753 ____________________________________________________________________________
12754 [  3047] By: jhi                                   on 1999/03/01  06:34:43
12755         Log: Integrate from mainperl.
12756      Branch: cfgperl
12757           +> README.hpux lib/File/Spec/Functions.pm
12758           !> (integrate 28 files)
12759 ____________________________________________________________________________
12760 [  3046] By: gsar                                  on 1999/03/01  05:34:28
12761         Log: this is 5.005_56
12762      Branch: perl
12763            ! Changes
12764
12765 ----------------
12766 Version 5.005_56
12767 ----------------
12768
12769 ____________________________________________________________________________
12770 [  3045] By: gsar                                  on 1999/03/01  03:32:30
12771         Log: destroy PL_svref_mutex in perl_destruct()
12772      Branch: perl
12773            ! perl.c
12774 ____________________________________________________________________________
12775 [  3044] By: gsar                                  on 1999/03/01  00:38:50
12776         Log: up patchlevel &c.
12777      Branch: perl
12778            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
12779            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12780            ! win32/makefile.mk
12781 ____________________________________________________________________________
12782 [  3043] By: gsar                                  on 1999/03/01  00:14:15
12783         Log: integrate cfgperl contents into mainline
12784      Branch: perl
12785            ! pod/perldelta.pod
12786           !> Configure config_h.SH
12787 ____________________________________________________________________________
12788 [  3042] By: gsar                                  on 1999/02/28  23:55:08
12789         Log: slightly edited version of suggested patch
12790              From: jan.dubois@ibm.net (Jan Dubois)
12791              Date: Mon, 01 Mar 1999 00:32:05 +0100
12792              Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
12793              Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
12794      Branch: perl
12795            + lib/File/Spec/Functions.pm
12796            ! MANIFEST lib/File/Spec.pm
12797 ____________________________________________________________________________
12798 [  3041] By: gsar                                  on 1999/02/28  22:47:19
12799         Log: fix subtle bug in eval'' testsuite
12800      Branch: perl
12801            ! t/op/eval.t
12802 ____________________________________________________________________________
12803 [  3040] By: gsar                                  on 1999/02/28  22:46:24
12804         Log: avoid literal control characters in change#3039
12805      Branch: perl
12806            ! t/base/lex.t
12807 ____________________________________________________________________________
12808 [  3039] By: gsar                                  on 1999/02/28  21:47:18
12809         Log: todo item: permit extended control variables a la ${^Foo} (patch
12810              courtesy Mark-Jason Dominus <mjd@plover.com>)
12811      Branch: perl
12812            ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
12813            ! t/base/lex.t toke.c
12814 ____________________________________________________________________________
12815 [  3038] By: gsar                                  on 1999/02/28  21:21:05
12816         Log: From: abigail@fnx.com
12817              Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
12818              Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
12819              Subject: Recognize -> and => inside [A-Z]<> sequences.
12820      Branch: perl
12821            ! pod/pod2man.PL
12822 ____________________________________________________________________________
12823 [  3037] By: gsar                                  on 1999/02/28  21:12:22
12824         Log: fix longstanding bug: searches for lexicals originating within eval''
12825              weren't stopping at the subroutine boundary correctly
12826      Branch: perl
12827            ! op.c proto.h t/op/eval.t
12828 ____________________________________________________________________________
12829 [  3036] By: gsar                                  on 1999/02/28  20:02:29
12830         Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
12831              as stacked list values
12832              From: jan.dubois@ibm.net (Jan Dubois)
12833              Date: Sat, 27 Feb 1999 18:24:17 +0100
12834              Message-ID: <36e22849.36531259@smtp1.ibm.net>
12835              Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup 
12836      Branch: perl
12837            ! win32/win32.c
12838 ____________________________________________________________________________
12839 [  3035] By: gsar                                  on 1999/02/28  19:48:54
12840         Log: remove superfluous stack_sp decl
12841      Branch: perl
12842            ! jpl/JNI/JNI.xs
12843 ____________________________________________________________________________
12844 [  3034] By: gsar                                  on 1999/02/28  19:34:58
12845         Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
12846      Branch: perl
12847            ! lib/Getopt/Std.pm
12848 ____________________________________________________________________________
12849 [  3033] By: gsar                                  on 1999/02/28  19:23:41
12850         Log: add File::Compare::compare_text()
12851              From: jan.dubois@ibm.net (Jan Dubois)
12852              Date: Fri, 26 Feb 1999 00:20:41 +0100
12853              Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
12854              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
12855      Branch: perl
12856            ! lib/File/Compare.pm pod/perltodo.pod
12857 ____________________________________________________________________________
12858 [  3032] By: gsar                                  on 1999/02/28  19:01:33
12859         Log: add README.hpux
12860      Branch: perl
12861            + README.hpux
12862            ! MAINTAIN MANIFEST
12863 ____________________________________________________________________________
12864 [  3031] By: gsar                                  on 1999/02/28  18:49:08
12865         Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
12866              James Cromie <jcromie@fossil.uswc.uswest.com>
12867      Branch: perl
12868            ! lib/Pod/Html.pm
12869 ____________________________________________________________________________
12870 [  3030] By: gsar                                  on 1999/02/28  18:35:09
12871         Log: From: jan.dubois@ibm.net (Jan Dubois)
12872              Date: Wed, 24 Feb 1999 22:34:56 +0100
12873              Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
12874              Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
12875      Branch: perl
12876            ! lib/Test/Harness.pm
12877 ____________________________________________________________________________
12878 [  3029] By: gsar                                  on 1999/02/28  18:28:18
12879         Log: add note about env pollution
12880      Branch: perl
12881            ! INSTALL pod/perltodo.pod
12882 ____________________________________________________________________________
12883 [  3028] By: jhi                                   on 1999/02/26  14:40:00
12884         Log: HP-UX 11 threads.
12885              
12886              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
12887              To: perl5-porters@perl.org
12888              Cc: jhi@cc.hut.fi
12889              Subject: Maint 5 and _54 with threading on HP-UX 11.00
12890              Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
12891              Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
12892              
12893              NOTE from jhi: the hpux hints could still be more robust by
12894              disabling gdbm when necessary.
12895              
12896              Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
12897              linking -lgdbm -lpthread creates an executable that instantly
12898              core dumps on a pthreads internal panic:
12899              
12900              ./gdpt
12901              
12902              Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
12903              Return Pointer is 0xc082bf33
12904              17639 quit (core dumped)  ./gdpt
12905              
12906              You don't have to *use* either gdbm or pthreads in the executable,
12907              just linking them together is enough.  Workaround is to recompile
12908              the GDBM under HP-UX 11, that makes the problem go away.
12909      Branch: maint-5.005/perl
12910            ! hints/hpux.sh thread.h
12911 ____________________________________________________________________________
12912 [  3025] By: jhi                                   on 1999/02/25  20:41:07
12913         Log: Temporary workaround for the config_h.SH versus
12914              crosscompile and multiarch plus introduce 'rt'
12915              to $libswanted: in UNIX98 sched_yield() lives there.
12916      Branch: cfgperl
12917            ! Configure config_h.SH
12918 ____________________________________________________________________________
12919 [  3024] By: jhi                                   on 1999/02/24  12:54:59
12920         Log: Integrate from mainperl.
12921      Branch: cfgperl
12922           +> t/lib/fatal.t
12923           !> (integrate 44 files)
12924 ____________________________________________________________________________
12925 [  3023] By: gsar                                  on 1999/02/24  07:02:12
12926         Log: integrate cfgperl contents
12927      Branch: perl
12928           !> (integrate 30 files)
12929 ____________________________________________________________________________
12930 [  3022] By: gsar                                  on 1999/02/24  05:59:47
12931         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
12932              Date: 23 Feb 1999 17:53:22 -0700
12933              Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
12934              Subject: [PATCH: _55] perldoc -q broken
12935      Branch: perl
12936            ! utils/perldoc.PL
12937 ____________________________________________________________________________
12938 [  3021] By: gsar                                  on 1999/02/24  05:51:53
12939         Log: ansify perlio.c, fix PerlIO-ish typos
12940      Branch: perl
12941            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
12942            ! iperlsys.h perlio.c
12943 ____________________________________________________________________________
12944 [  3020] By: gsar                                  on 1999/02/24  05:28:06
12945         Log: adjust a Perl_malloc() flag for NeXT
12946              From: Hans Mulder <hansm@icgned.icgroup.nl>
12947              Date: Tue, 23 Feb 99 00:26:25 +0100
12948              Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
12949              Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
12950      Branch: perl
12951            ! perl.h
12952 ____________________________________________________________________________
12953 [  3019] By: gsar                                  on 1999/02/24  05:19:42
12954         Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
12955      Branch: perl
12956            ! pod/perltodo.pod
12957 ____________________________________________________________________________
12958 [  3018] By: gsar                                  on 1999/02/24  04:15:18
12959         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
12960              Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
12961              Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
12962              Subject: improved error message [PATCH _55] [RESEND]
12963      Branch: perl
12964            ! sv.c
12965 ____________________________________________________________________________
12966 [  3017] By: gsar                                  on 1999/02/24  03:50:34
12967         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
12968              Date: Sun, 21 Feb 1999 20:02:18 -0700
12969              Message-Id: <199902220302.UAA09981@jhereg.perl.com>
12970              Subject: perlfunc updates (against 55)
12971      Branch: perl
12972            ! pod/perlfunc.pod
12973 ____________________________________________________________________________
12974 [  3016] By: gsar                                  on 1999/02/24  03:17:05
12975         Log: testsuite adjustments
12976              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
12977              Date: Sat, 20 Feb 1999 15:24:57 +0000
12978              Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
12979              Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
12980      Branch: perl
12981            ! t/lib/io_sock.t t/op/lex_assign.t
12982 ____________________________________________________________________________
12983 [  3015] By: gsar                                  on 1999/02/24  02:54:47
12984         Log: avoid modifying readonly values from qw()
12985      Branch: perl
12986            ! lib/ExtUtils/MM_Unix.pm
12987 ____________________________________________________________________________
12988 [  3014] By: gsar                                  on 1999/02/24  02:49:04
12989         Log: more "correct" utbuf for utime()
12990      Branch: perl
12991            ! doio.c
12992 ____________________________________________________________________________
12993 [  3013] By: jhi                                   on 1999/02/22  19:27:44
12994         Log: Fix MacPerl version, change PowerUX to PowerMAX.
12995              
12996              From: Chris Nandor <pudge@pobox.com>
12997              To: jhi@iki.fi
12998              Cc: perl5-porters@perl.org
12999              Subject: Re: perl current availability as documented by perl.pod
13000              Date: Sun, 21 Feb 1999 11:06:03 -0500
13001              Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
13002              
13003              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
13004              To: jhi@iki.fi
13005              Cc: perl5-porters@perl.org
13006              Subject: Re: perl current availability as documented by perl.pod
13007              Date: Mon, 22 Feb 1999 13:08:30 GMT
13008              Message-Id: <199902221308.NAA19971@cleo.ccur.com>
13009      Branch: cfgperl
13010            ! pod/perl.pod
13011      Branch: maint-5.005/perl
13012            ! pod/perl.pod
13013 ____________________________________________________________________________
13014 [  3012] By: jhi                                   on 1999/02/22  10:26:11
13015         Log: Snapshot the cross-compilation/multiarchitecture stuff
13016              (currently broken in next)
13017      Branch: cfgperl
13018            ! Configure config_h.SH pp.c
13019 ____________________________________________________________________________
13020 [  3011] By: jhi                                   on 1999/02/22  10:24:51
13021         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
13022              To: gsar@activestate.com (Gurusamy Sarathy)
13023              Cc: perl5-porters@perl.org (Perl5 Porters)
13024              Subject: [PATCH 5.005_55] DB_File 1.64 patch
13025              Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
13026              Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
13027      Branch: cfgperl
13028            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
13029            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
13030 ____________________________________________________________________________
13031 [  3009] By: jhi                                   on 1999/02/22  09:14:26
13032         Log: Scratch #3008 and introduce $crosscompile and $multiarch
13033              also in non-Configure lands.
13034      Branch: cfgperl
13035            ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
13036            ! hints/next_4.sh vms/subconfigure.com win32/config.bc
13037            ! win32/config.gc win32/config.vc win32/config_H.bc
13038            ! win32/config_H.gc win32/config_H.vc
13039 ____________________________________________________________________________
13040 [  3008] By: jhi                                   on 1999/02/22  08:58:04
13041         Log: Add -DMULTIARCH (see change #3006).
13042      Branch: cfgperl
13043            ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
13044 ____________________________________________________________________________
13045 [  3007] By: jhi                                   on 1999/02/22  08:54:06
13046         Log: Undo the references to local{lib,arch} introduced by #3006.
13047      Branch: cfgperl
13048            ! Configure config_h.SH
13049 ____________________________________________________________________________
13050 [  3006] By: jhi                                   on 1999/02/22  08:43:50
13051         Log: From: hansm@icgned.icgroup.nl
13052              To: perlbug@perl.com
13053              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
13054              Date: Sun, 21 Feb 1999 22:58:55 +0100
13055              Reply-To: hansmu@xs4all.nl
13056              Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
13057              
13058              plus other Configure changes: prepare for cross-compilation/
13059              multiarchitecture builds.
13060      Branch: cfgperl
13061            ! Configure config_h.SH
13062 ____________________________________________________________________________
13063 [  3005] By: jhi                                   on 1999/02/22  08:35:30
13064         Log: Configure/Perl knew how to look for use Mach cthreads
13065              but Configure didn't let them to be used ($osname 'next').
13066      Branch: cfgperl
13067            ! Configure config_h.SH
13068      Branch: maint-5.005/perl
13069            ! Configure
13070 ____________________________________________________________________________
13071 [  3004] By: jhi                                   on 1999/02/21  15:46:02
13072         Log: Update Acorn AVAILABILITY.
13073      Branch: cfgperl
13074            ! pod/perl.pod
13075      Branch: maint-5.005/perl
13076            ! pod/perl.pod
13077 ____________________________________________________________________________
13078 [  3003] By: jhi                                   on 1999/02/21  14:50:42
13079         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
13080              To: perl5-porters@perl.org (Perl 5 Porters)
13081              Subject: PATCH: perlref.pod - symbolic ref example
13082              Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
13083              Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
13084      Branch: cfgperl
13085            ! pod/perlref.pod
13086      Branch: maint-5.005/perl
13087            ! pod/perlref.pod
13088 ____________________________________________________________________________
13089 [  3002] By: jhi                                   on 1999/02/21  14:35:22
13090         Log: Sync cfgperl with maint-5.005 change #3000.
13091      Branch: cfgperl
13092            ! pod/perlfunc.pod t/op/pack.t
13093 ____________________________________________________________________________
13094 [  2999] By: gsar                                  on 1999/02/20  22:48:30
13095         Log: From:    John Bley <jbb6@acpub.duke.edu>
13096              Date:    Sat, 20 Feb 1999 16:02:34 EST
13097              Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
13098              Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
13099      Branch: perl
13100            ! regcomp.c
13101 ____________________________________________________________________________
13102 [  2998] By: jhi                                   on 1999/02/20  14:13:06
13103         Log: Enhanced the endianness description.
13104      Branch: cfgperl
13105            ! pod/perlfunc.pod
13106 ____________________________________________________________________________
13107 [  2996] By: jhi                                   on 1999/02/20  13:55:41
13108         Log: Glossary now mostly fixed.
13109      Branch: cfgperl
13110            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13111            ! config_h.SH
13112 ____________________________________________________________________________
13113 [  2994] By: jhi                                   on 1999/02/20  11:58:33
13114         Log: Perldeltify GNU/Hurd.
13115      Branch: cfgperl
13116            ! pod/perldelta.pod
13117 ____________________________________________________________________________
13118 [  2993] By: gsar                                  on 1999/02/20  00:59:10
13119         Log: fix typo in Perl_sbrk()
13120              From: hansm@icgned.icgroup.nl
13121              Date: Fri, 19 Feb 1999 23:19:31 +0100
13122              Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
13123              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
13124      Branch: perl
13125            ! malloc.c
13126 ____________________________________________________________________________
13127 [  2992] By: gsar                                  on 1999/02/20  00:51:08
13128         Log: integrate change#2980 from maint-5.005
13129      Branch: perl
13130           !> utils/h2xs.PL
13131 ____________________________________________________________________________
13132 [  2991] By: gsar                                  on 1999/02/20  00:34:01
13133         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13134              Date: Thu, 18 Feb 1999 18:51:38 +0000
13135              Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
13136              Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55 
13137      Branch: perl
13138            ! pp_hot.c t/op/pat.t
13139 ____________________________________________________________________________
13140 [  2990] By: gsar                                  on 1999/02/20  00:30:48
13141         Log: From: jan.dubois@ibm.net (Jan Dubois)
13142              Date: Thu, 18 Feb 1999 19:14:07 +0100
13143              Message-ID: <36d15809.40853323@smtp1.ibm.net>
13144              Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
13145      Branch: perl
13146            ! win32/win32.c
13147 ____________________________________________________________________________
13148 [  2989] By: gsar                                  on 1999/02/20  00:27:01
13149         Log: do poll() emulation unless HAS_POLL && I_POLL
13150      Branch: perl
13151            ! ext/IO/poll.h
13152 ____________________________________________________________________________
13153 [  2988] By: gsar                                  on 1999/02/19  23:52:12
13154         Log: tweak RE for NaNQ? recognition
13155      Branch: perl
13156            ! t/lib/bigfloatpm.t
13157 ____________________________________________________________________________
13158 [  2987] By: gsar                                  on 1999/02/19  23:29:59
13159         Log: mention C<use utf8> and C<use warning> in perldelta
13160      Branch: perl
13161            ! pod/perldelta.pod
13162 ____________________________________________________________________________
13163 [  2985] By: jhi                                   on 1999/02/19  20:43:19
13164         Log: pack/unpack better in (network-)short-non-16-bits and
13165              (network-)long-non-32-bits systems such as Cray C90.
13166      Branch: cfgperl
13167            ! perl.h pp.c t/op/pack.t
13168 ____________________________________________________________________________
13169 [  2984] By: jhi                                   on 1999/02/19  20:38:54
13170         Log: Regen Configure.
13171      Branch: cfgperl
13172            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13173            ! perl.c
13174 ____________________________________________________________________________
13175 [  2982] By: jhi                                   on 1999/02/19  19:51:49
13176         Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
13177              not probed for and         
13178              
13179              From: "Kurt D. Starsinic" <kstar@chapin.edu>
13180              To: Chaim Frenkel <chaimf@pobox.com>,
13181              Russ Allbery <rra@stanford.edu>,
13182              Jarkko Hietaniemi <jhi@iki.fi>,
13183              Gurusamy Sarathy <gsar@activestate.com>,
13184              Graham Barr <gbarr@pobox.com>
13185              Cc: bdensch@ameritech.net, perlbug@perl.com
13186              Subject: [PATCH] Re: Solaris 7 for Intel
13187              Message-ID: <19990219124404.A30182@O2.chapin.edu>
13188              
13189              Glossary is still missing some terms because
13190              mkglossary is misbehaving (change #2981 updated
13191              Glossary manually)
13192      Branch: cfgperl
13193            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
13194            ! Porting/config_H
13195 ____________________________________________________________________________
13196 [  2980] By: gbarr                                 on 1999/02/19  16:06:53
13197         Log: Make result of h2xs work when user adds C<use strict>
13198      Branch: maint-5.005/perl
13199            ! utils/h2xs.PL
13200 ____________________________________________________________________________
13201 [  2979] By: gsar                                  on 1999/02/19  05:24:29
13202         Log: doc for change#2978
13203      Branch: perl
13204            ! pod/perlsub.pod
13205 ____________________________________________________________________________
13206 [  2978] By: gsar                                  on 1999/02/19  05:08:29
13207         Log: bring '*' prototype closer to how it behaves internally
13208      Branch: perl
13209            + t/lib/fatal.t
13210            ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
13211 ____________________________________________________________________________
13212 [  2977] By: gsar                                  on 1999/02/19  02:50:31
13213         Log: stem leakage of perly.h #defines #ifndef PERL_CORE
13214      Branch: perl
13215            ! perly.h
13216 ____________________________________________________________________________
13217 [  2975] By: gsar                                  on 1999/02/18  21:41:57
13218         Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
13219              of lexical searches in BEGIN|INIT|END)
13220      Branch: perl
13221            ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
13222            ! vms/perly_c.vms
13223 ____________________________________________________________________________
13224 [  2974] By: gsar                                  on 1999/02/18  21:03:06
13225         Log: missing PERL_POLLUTE_MALLOC
13226      Branch: perl
13227            ! ext/SDBM_File/sdbm/sdbm.h
13228 ____________________________________________________________________________
13229 [  2973] By: gsar                                  on 1999/02/18  17:10:49
13230         Log: From:    Andy Dougherty <doughera@lafayette.edu>
13231              Date:    Wed, 17 Feb 1999 17:22:50 EST
13232              Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
13233              Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
13234      Branch: perl
13235            ! lib/dotsh.pl
13236 ____________________________________________________________________________
13237 [  2972] By: gsar                                  on 1999/02/18  17:04:12
13238         Log: s/#defined/#define/
13239      Branch: perl
13240            ! ext/Data/Dumper/Dumper.xs
13241 ____________________________________________________________________________
13242 [  2970] By: gsar                                  on 1999/02/18  03:26:43
13243         Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
13244      Branch: perl
13245            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
13246            ! ext/GDBM_File/typemap
13247 ____________________________________________________________________________
13248 [  2969] By: gsar                                  on 1999/02/17  23:30:47
13249         Log: correct slurp mode doc
13250      Branch: perl
13251            ! pod/perlfunc.pod pod/perlop.pod
13252 ____________________________________________________________________________
13253 [  2968] By: jhi                                   on 1999/02/17  23:15:49
13254         Log: Ultrix hints update.
13255              
13256              From: Spider Boardman <spider@zk3.dec.com>
13257              To: perlbug@perl.com
13258              Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
13259              Date: Tue, 16 Feb 1999 23:04:28 -0500
13260              Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
13261      Branch: cfgperl
13262            ! hints/ultrix_4.sh
13263 ____________________________________________________________________________
13264 [  2966] By: jhi                                   on 1999/02/17  23:09:21
13265         Log: Change #2965 wiped out some Sarathy's _55 changes.
13266              Now unwiped.
13267      Branch: cfgperl
13268            ! Configure pp.c t/op/pack.t
13269 ____________________________________________________________________________
13270 [  2965] By: jhi                                   on 1999/02/17  23:00:04
13271         Log: Configure tweaks.
13272              
13273              Fix the Unixware/SCO uname scan:
13274              
13275              From: Tom Hughes <thh@cyberscience.com>
13276              To: perlbug@perl.com
13277              Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
13278              Date: 17 Feb 1999 15:34:15 +0000    
13279              Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
13280              
13281              AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
13282              
13283              From: Joe Buehler <jhpb@hekimian.com>
13284              To: perl5-porters@perl.org
13285              Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
13286              Date: 12 Feb 1999 11:25:21 -0500
13287              Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
13288              
13289              Make the pthreads joinable constant scan to output to fd 4, not 2.
13290      Branch: cfgperl
13291            ! Configure
13292 ____________________________________________________________________________
13293 [  2964] By: gsar                                  on 1999/02/17  21:30:07
13294         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
13295              Date: Wed, 17 Feb 1999 06:53:13 -0700
13296              Message-Id: <199902171353.GAA15682@jhereg.perl.com>
13297              Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
13298      Branch: perl
13299            ! lib/Pod/Functions.pm
13300 ____________________________________________________________________________
13301 [  2963] By: gsar                                  on 1999/02/17  21:18:21
13302         Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
13303              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13304              Date: Wed, 17 Feb 1999 10:06:01 +0000
13305              Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
13306              Subject: Re: [5.005_53] panic: pad_free curpad 
13307      Branch: perl
13308            ! regcomp.c regexec.c t/op/misc.t
13309 ____________________________________________________________________________
13310 [  2962] By: gsar                                  on 1999/02/16  21:26:28
13311         Log: NaNQ? tweak
13312      Branch: perl
13313            ! t/lib/bigfloatpm.t
13314 ____________________________________________________________________________
13315 [  2961] By: jhi                                   on 1999/02/16  19:26:38
13316         Log: Integrate from mainperl.
13317      Branch: cfgperl
13318           !> (integrate 37 files)
13319 ____________________________________________________________________________
13320 [  2960] By: gsar                                  on 1999/02/16  18:04:29
13321         Log: undo change#2465 (qw[] is a real list now)
13322      Branch: perl
13323            ! pod/perlop.pod
13324 ____________________________________________________________________________
13325 [  2959] By: gsar                                  on 1999/02/16  07:09:33
13326         Log: this was 5.005_55
13327      Branch: perl
13328            ! Changes
13329
13330 ----------------
13331 Version 5.005_55
13332 ----------------
13333
13334 ____________________________________________________________________________
13335 [  2958] By: gsar                                  on 1999/02/16  06:18:27
13336         Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
13337              elide dups and non-dependents from Changes
13338      Branch: perl
13339            ! Changes pod/perlhist.pod
13340           !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
13341           !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
13342           !> pod/perlport.pod pp.c t/op/pack.t
13343 ____________________________________________________________________________
13344 [  2957] By: gsar                                  on 1999/02/16  04:09:47
13345         Log: propagate PERL_VERSION everywhere, add to pod
13346      Branch: perl
13347            ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
13348            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
13349            ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
13350            ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
13351            ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
13352            ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
13353            ! vms/myconfig.com vms/subconfigure.com win32/config.bc
13354            ! win32/config.gc win32/config.vc win32/config_sh.PL
13355            ! win32/win32.c x2p/a2py.c
13356 ____________________________________________________________________________
13357 [  2955] By: jhi                                   on 1999/02/15  16:15:03
13358         Log: The pack tests now better in C90 (after the packnative patches).
13359      Branch: cfgperl
13360            ! t/op/pack.t
13361 ____________________________________________________________________________
13362 [  2954] By: gsar                                  on 1999/02/15  14:11:50
13363         Log: tweak Configure to follow new PERL_VERSION etc.
13364      Branch: perl
13365            ! Configure patchlevel.h pod/perlhist.pod
13366 ____________________________________________________________________________
13367 [  2953] By: jhi                                   on 1999/02/15  14:02:21
13368         Log: Integrate from mainperl.
13369      Branch: cfgperl
13370           !> MANIFEST Porting/makerel
13371 ____________________________________________________________________________
13372 [  2952] By: jhi                                   on 1999/02/15  13:50:07
13373         Log: Enhance the packnative patch: use the packnative code
13374              only if required.  Also added hefty testing (hopefully
13375              I didn't assume too much...).  Tested on alpha, ix86, sparc.
13376      Branch: cfgperl
13377            ! pod/perlfunc.pod pp.c t/op/pack.t
13378 ____________________________________________________________________________
13379 [  2951] By: jhi                                   on 1999/02/15  13:46:56
13380         Log: AVAILABILITY from 5.005_03-tobe, will of course
13381              require updating when 5.006 comes out.
13382      Branch: cfgperl
13383            ! pod/perl.pod
13384 ____________________________________________________________________________
13385 [  2949] By: gsar                                  on 1999/02/15  13:28:51
13386         Log: will this be it for 5.005_55?
13387      Branch: perl
13388            ! MANIFEST Porting/makerel
13389 ____________________________________________________________________________
13390 [  2948] By: jhi                                   on 1999/02/15  13:23:52
13391         Log: Integrate from mainperl.
13392      Branch: cfgperl
13393           !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
13394           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
13395           !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
13396           !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
13397           !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
13398           !> win32/config.gc win32/config.vc win32/config_H.bc
13399           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
13400 ____________________________________________________________________________
13401 [  2947] By: jhi                                   on 1999/02/15  13:20:41
13402         Log: perlport.pod 1.39 from Chris.
13403      Branch: cfgperl
13404            ! pod/perlport.pod
13405 ____________________________________________________________________________
13406 [  2946] By: jhi                                   on 1999/02/15  13:09:58
13407         Log: Import Ultrix update, change #2864, 
13408              
13409              From: Spider Boardman <spider@zk3.dec.com>
13410              To: perlbug@perl.com
13411              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
13412              Date: Wed, 10 Feb 1999 23:33:31 -0500
13413              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
13414      Branch: cfgperl
13415            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
13416 ____________________________________________________________________________
13417 [  2945] By: jhi                                   on 1999/02/15  13:04:50
13418         Log: OpenBSD sparc SHMLBA.
13419      Branch: cfgperl
13420            ! ext/IPC/SysV/SysV.xs
13421 ____________________________________________________________________________
13422 [  2944] By: gsar                                  on 1999/02/15  12:09:52
13423         Log: update win32/config* stuff, Changes
13424      Branch: perl
13425            ! Changes win32/Makefile win32/config.bc win32/config.gc
13426            ! win32/config.vc win32/config_H.bc win32/config_H.gc
13427            ! win32/config_H.vc win32/makefile.mk
13428 ____________________________________________________________________________
13429 [  2943] By: gsar                                  on 1999/02/15  11:54:08
13430         Log: #include patchlevel.h by default, provide
13431              PERL_{REVISION,VERSION,SUBVERSION}
13432      Branch: perl
13433            ! patchlevel.h perl.h
13434 ____________________________________________________________________________
13435 [  2942] By: gsar                                  on 1999/02/15  10:26:59
13436         Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
13437              misc fixes
13438      Branch: perl
13439            ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
13440 ____________________________________________________________________________
13441 [  2941] By: gsar                                  on 1999/02/15  10:24:37
13442         Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
13443              Message-ID: <19990207002851.B9185@toldyouso.com>
13444              Message-ID: <19990207212152.A9765@toldyouso.com>
13445              Message-ID: <19990207212041.A9622@toldyouso.com>
13446              Message-ID: <19990207213127.A10244@toldyouso.com>
13447              Message-ID: <19990207212559.A9950@toldyouso.com>
13448              Message-ID: <19990207212842.A9994@toldyouso.com>
13449              Message-ID: <19990207212500.A9860@toldyouso.com>
13450              Message-ID: <19990207213013.A10105@toldyouso.com>
13451      Branch: perl
13452            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
13453            ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
13454            ! pod/perlmodlib.pod pod/perltoc.pod
13455 ____________________________________________________________________________
13456 [  2940] By: gsar                                  on 1999/02/15  10:07:08
13457         Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
13458              of suggested patch)
13459              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
13460              Date: Mon, 08 Feb 1999 01:14:41 -0000
13461              Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
13462              Subject: [PATCH 5.005_54] some pending C.pm stuff 
13463      Branch: perl
13464            ! ext/B/B/C.pm
13465 ____________________________________________________________________________
13466 [  2939] By: jhi                                   on 1999/02/15  08:40:18
13467         Log: Integrate from mainperl.
13468      Branch: cfgperl
13469           +> t/lib/bigfloat.t t/lib/bigfloatpm.t
13470            - lib/File/PathConvert.pm
13471           !> (integrate 81 files)
13472 ____________________________________________________________________________
13473 [  2938] By: gsar                                  on 1999/02/15  06:56:39
13474         Log: change#2839 was bogus, redo
13475      Branch: perl
13476           !> t/lib/h2ph.pht
13477 ____________________________________________________________________________
13478 [  2937] By: gsar                                  on 1999/02/15  06:38:15
13479         Log: support Win32::GetFullPathName() and Win32::SetLastError()
13480              From: jan.dubois@ibm.net (Jan Dubois)
13481              Date: Tue, 09 Feb 1999 22:27:31 +0100
13482              Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
13483              Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
13484      Branch: perl
13485            ! win32/win32.c
13486 ____________________________________________________________________________
13487 [  2936] By: gsar                                  on 1999/02/15  06:26:39
13488         Log: support native integers, pack("L_",...) etc. (via private mail)
13489              From: Jarkko Hietaniemi <jhi@iki.fi>
13490              Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
13491              Message-Id: <199902092204.AAA29065@alpha.hut.fi>
13492              Subject: the "packnative" patch
13493      Branch: perl
13494            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
13495            ! t/lib/ipc_sysv.t t/op/pack.t
13496 ____________________________________________________________________________
13497 [  2935] By: gsar                                  on 1999/02/15  06:04:02
13498         Log: From: Michael G Schwern <schwern@pobox.com>
13499              Date: Tue, 9 Feb 1999 04:13:12 -0500
13500              Message-ID: <19990209041312.A15788@toldyouso.com>
13501              Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
13502      Branch: perl
13503            ! utils/h2xs.PL
13504 ____________________________________________________________________________
13505 [  2934] By: gsar                                  on 1999/02/15  05:30:13
13506         Log: fix bugs in the handling of negative numbers, among other things
13507              From: Steven Knight <knight@theopera.baldmt.citilink.com>
13508              Date: Mon, 8 Feb 1999 01:16:24 -0600
13509              Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
13510              Subject: Math::BigFloat and Math::BigInt
13511      Branch: perl
13512            + t/lib/bigfloat.t t/lib/bigfloatpm.t
13513            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
13514            ! t/lib/bigintpm.t
13515 ____________________________________________________________________________
13516 [  2933] By: gsar                                  on 1999/02/15  04:57:52
13517         Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
13518              Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
13519              Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
13520              Subject: s2p incorrectly handles hold space commands
13521      Branch: perl
13522            ! x2p/s2p.PL
13523 ____________________________________________________________________________
13524 [  2932] By: gsar                                  on 1999/02/15  04:45:55
13525         Log: clarify what a "line" is
13526      Branch: perl
13527            ! pod/perlfunc.pod pod/perlvar.pod
13528 ____________________________________________________________________________
13529 [  2931] By: gsar                                  on 1999/02/15  04:23:29
13530         Log: backout change#2811 and add newer version based on File::Spec
13531              From: Barrie Slaymaker <rbs@telerama.com>
13532              Date: Thu, 11 Feb 1999 16:29:24 -0500
13533              Message-ID: <36C34BB4.A62090E0@telerama.com>
13534              Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
13535      Branch: perl
13536            - lib/File/PathConvert.pm
13537            ! MANIFEST installhtml lib/Pod/Html.pm
13538 ____________________________________________________________________________
13539 [  2930] By: gsar                                  on 1999/02/15  04:16:25
13540         Log: From: Barrie Slaymaker <rbs@telerama.com>
13541              Date: Thu, 11 Feb 1999 19:39:48 -0500
13542              Message-ID: <36C37854.707D139@telerama.com>
13543              Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
13544      Branch: perl
13545            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
13546 ____________________________________________________________________________
13547 [  2929] By: gsar                                  on 1999/02/15  04:06:50
13548         Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
13549              Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
13550              Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
13551              Subject: [PATCH]5.005_54 (DOC) fix many typos
13552              --
13553              Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
13554              Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
13555              Subject: [PATCH]5.005_54 (DOC) typos
13556      Branch: perl
13557            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
13558            ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
13559            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
13560            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
13561            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
13562            ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
13563            ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
13564            ! pod/perlvar.pod pod/perlxs.pod
13565 ____________________________________________________________________________
13566 [  2928] By: gsar                                  on 1999/02/15  03:39:53
13567         Log: allow the Carp routines to pass through exception objects
13568      Branch: perl
13569            ! lib/Carp.pm
13570 ____________________________________________________________________________
13571 [  2927] By: gsar                                  on 1999/02/15  03:22:57
13572         Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
13573      Branch: perl
13574            ! pod/perlfaq8.pod
13575 ____________________________________________________________________________
13576 [  2926] By: gsar                                  on 1999/02/15  03:19:39
13577         Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
13578              have done that, but didn't)
13579      Branch: perl
13580           !> utils/h2ph.PL
13581 ____________________________________________________________________________
13582 [  2925] By: gsar                                  on 1999/02/15  03:17:01
13583         Log: integrate cfgperl changes into mainline
13584      Branch: perl
13585            ! Changes
13586           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
13587           !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
13588           !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
13589           !> vms/subconfigure.com
13590 ____________________________________________________________________________
13591 [  2924] By: gsar                                  on 1999/02/15  03:07:08
13592         Log: add const qualifier to most char* prototypes, handle ripple effect
13593      Branch: perl
13594            ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
13595            ! universal.c util.c
13596 ____________________________________________________________________________
13597 [  2923] By: gsar                                  on 1999/02/15  01:04:30
13598         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13599              Date: Thu, 04 Feb 1999 02:37:31 +0000
13600              Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
13601              Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop 
13602      Branch: perl
13603            ! pp_ctl.c t/op/range.t
13604 ____________________________________________________________________________
13605 [  2922] By: gsar                                  on 1999/02/15  00:24:34
13606         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13607              Date: Sun, 31 Jan 1999 01:50:06 +0000
13608              Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
13609              Subject: [PATCH 5.005_03t4] regexp flags bug
13610      Branch: perl
13611            ! regcomp.c t/op/re_tests
13612 ____________________________________________________________________________
13613 [  2921] By: gsar                                  on 1999/02/15  00:13:02
13614         Log: use New() et al., rather than safemalloc() et al.
13615              From: jan.dubois@ibm.net (Jan Dubois)
13616              Date: Fri, 29 Jan 1999 23:27:22 +0100
13617              Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
13618              Subject: [PATCH _03-MT5] POSIX.xs memory API
13619      Branch: perl
13620            ! ext/POSIX/POSIX.xs
13621 ____________________________________________________________________________
13622 [  2920] By: gsar                                  on 1999/02/15  00:05:33
13623         Log: tweak READ() docs to mention $buffer must be altered by reference
13624      Branch: perl
13625            ! pod/perltie.pod
13626 ____________________________________________________________________________
13627 [  2919] By: gsar                                  on 1999/02/14  23:50:39
13628         Log: applied suggested patch, with several language/readability tweaks
13629              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13630              Date: Fri, 29 Jan 1999 00:25:02 -0500
13631              Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
13632              Subject: Re: [PATCH 5.005_*] Better parsing docs
13633      Branch: perl
13634            ! pod/perlop.pod
13635 ____________________________________________________________________________
13636 [  2918] By: gsar                                  on 1999/02/14  23:20:42
13637         Log: several bug fixes; now croak()s when date exceeds integer limits (instead
13638              of silently returning bogus values)
13639              From: Peter Chines <pchines@nhgri.nih.gov>
13640              Date: Wed, 27 Jan 1999 16:11:31 -0500
13641              Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
13642              Subject: Time::Local
13643      Branch: perl
13644            ! lib/Time/Local.pm pod/perldelta.pod
13645 ____________________________________________________________________________
13646 [  2917] By: gsar                                  on 1999/02/14  11:21:43
13647         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13648              Date: Thu, 28 Jan 1999 10:02:20 -0500
13649              Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
13650              Subject: Re: [PATCH 5.005_53] Better perldoc
13651      Branch: perl
13652            ! utils/perldoc.PL
13653 ____________________________________________________________________________
13654 [  2916] By: gsar                                  on 1999/02/14  10:59:38
13655         Log: back out change#2751, apply updated version 
13656              From: jan.dubois@ibm.net (Jan Dubois)
13657              Date: Sat, 06 Feb 1999 01:06:29 +0100
13658              Message-ID: <36bc844c.18763049@smtp1.ibm.net>
13659              Subject: [PATCH] Cleanup of File::Spec module
13660      Branch: perl
13661            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
13662            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
13663            ! lib/File/Spec/Win32.pm
13664 ____________________________________________________________________________
13665 [  2915] By: gsar                                  on 1999/02/14  10:48:01
13666         Log: tweak select() test
13667      Branch: perl
13668            ! pod/perlipc.pod t/op/fh.t
13669 ____________________________________________________________________________
13670 [  2914] By: gsar                                  on 1999/02/14  10:25:55
13671         Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
13672      Branch: perl
13673            ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
13674 ____________________________________________________________________________
13675 [  2913] By: gsar                                  on 1999/02/14  10:03:51
13676         Log: From: Kenneth Albanowski <kjahds@kjahds.com>
13677              Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
13678              Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
13679              Subject: Re: SvOPV() or SvPV_nolen() or ...
13680      Branch: perl
13681            ! pod/perlguts.pod
13682 ____________________________________________________________________________
13683 [  2912] By: gsar                                  on 1999/02/14  09:57:29
13684         Log: provide SvPV_nolen(sv) to avoid use of PL_na
13685              From: jan.dubois@ibm.net (Jan Dubois)
13686              Date: Sun, 24 Jan 1999 02:45:32 +0100
13687              Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
13688              Subject: [PATCH 5.005_54]  _54 version of SvPV_nolen patch
13689      Branch: perl
13690            ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
13691            ! sv.h
13692 ____________________________________________________________________________
13693 [  2911] By: gsar                                  on 1999/02/14  06:51:05
13694         Log: elide stray effluvium
13695      Branch: perl
13696            ! pod/perldelta.pod
13697 ____________________________________________________________________________
13698 [  2910] By: gsar                                  on 1999/02/14  05:51:56
13699         Log: slurping an empty file should return '' rather than undef, with
13700              commensurate effects on ARGV processing
13701      Branch: perl
13702            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
13703            ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
13704 ____________________________________________________________________________
13705 [  2909] By: gsar                                  on 1999/02/14  00:02:11
13706         Log: perly_c.diff typo
13707      Branch: perl
13708            ! perly.c perly_c.diff vms/perly_c.vms
13709 ____________________________________________________________________________
13710 [  2908] By: gsar                                  on 1999/02/13  18:20:13
13711         Log: From: jan.dubois@ibm.net (Jan Dubois)
13712              Date: Sat, 13 Feb 1999 13:25:53 +0100
13713              Message-Id: <36c9629c.13334874@smtp1.ibm.net>
13714              Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
13715      Branch: perl
13716            ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
13717 ____________________________________________________________________________
13718 [  2907] By: jhi                                   on 1999/02/13  15:07:26
13719         Log: Integrate from mainperl.
13720      Branch: cfgperl
13721           +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
13722           !> (integrate 150 files)
13723 ____________________________________________________________________________
13724 [  2903] By: gsar                                  on 1999/02/12  13:25:59
13725         Log: From: jan.dubois@ibm.net (Jan Dubois)
13726              Date: Sun, 24 Jan 1999 01:12:00 +0100
13727              Message-ID: <36b66479.62756298@smtp1.ibm.net>
13728              Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
13729      Branch: perl
13730            ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
13731            ! proto.h sv.c sv.h
13732 ____________________________________________________________________________
13733 [  2902] By: gsar                                  on 1999/02/12  12:55:11
13734         Log: script to generate ctags from etags
13735              From: Colin Kuskie <ckuskie@cadence.com>
13736              Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
13737              Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
13738              Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
13739      Branch: perl
13740            + emacs/e2ctags.pl
13741            ! Makefile.SH pod/perlfaq3.pod
13742 ____________________________________________________________________________
13743 [  2901] By: gsar                                  on 1999/02/12  12:40:17
13744         Log: allow boolean assign ops to be lvalues
13745              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
13746              Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
13747              Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
13748              --
13749              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13750              Date: Mon, 18 Jan 1999 10:04:00 +0000
13751              Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
13752              Subject: Re: [inconsistency 5.005_54] ||= not an lvalue 
13753      Branch: perl
13754            + t/op/lop.t
13755            ! MANIFEST op.c
13756 ____________________________________________________________________________
13757 [  2899] By: jhi                                   on 1999/02/12  12:03:48
13758         Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
13759      Branch: cfgperl
13760            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13761            ! config_h.SH hints/openbsd.sh
13762 ____________________________________________________________________________
13763 [  2898] By: gsar                                  on 1999/02/12  11:49:25
13764         Log: support win32_putenv()
13765      Branch: perl
13766            ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
13767            ! win32/win32.c win32/win32iop.h
13768 ____________________________________________________________________________
13769 [  2894] By: gsar                                  on 1999/02/12  11:09:27
13770         Log: add missing hunk in change#2657
13771      Branch: perl
13772            ! ext/B/B/CC.pm
13773 ____________________________________________________________________________
13774 [  2893] By: gsar                                  on 1999/02/12  11:00:13
13775         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13776              Date: Tue, 19 Jan 1999 20:13:15 -0500
13777              Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
13778              Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
13779      Branch: perl
13780            ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
13781            ! t/pragma/subs.t t/pragma/warning.t
13782 ____________________________________________________________________________
13783 [  2892] By: gsar                                  on 1999/02/12  10:44:38
13784         Log: update change#2670 to later version
13785              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13786              Date: Sun, 31 Jan 1999 16:16:14 +0000
13787              Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
13788              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing 
13789      Branch: perl
13790            ! t/op/subst.t toke.c
13791 ____________________________________________________________________________
13792 [  2891] By: gsar                                  on 1999/02/12  10:31:17
13793         Log: make testsuite somewhat location independent
13794      Branch: perl
13795            ! (edit 117 files)
13796 ____________________________________________________________________________
13797 [  2890] By: gsar                                  on 1999/02/12  10:00:30
13798         Log: add $AutoLoader::VERSION
13799      Branch: perl
13800            ! lib/AutoLoader.pm
13801 ____________________________________________________________________________
13802 [  2889] By: gsar                                  on 1999/02/12  09:55:48
13803         Log: tweak PERL_STRICT_CR notes
13804      Branch: perl
13805            ! pod/perl5005delta.pod
13806 ____________________________________________________________________________
13807 [  2888] By: gsar                                  on 1999/02/12  09:41:45
13808         Log: add note about test-notty target
13809      Branch: perl
13810            ! README.win32
13811 ____________________________________________________________________________
13812 [  2887] By: gsar                                  on 1999/02/12  09:37:37
13813         Log: add perltodo.pod
13814      Branch: perl
13815            + pod/perltodo.pod
13816            ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
13817            ! win32/pod.mak
13818 ____________________________________________________________________________
13819 [  2886] By: jhi                                   on 1999/02/12  08:52:14
13820         Log: Integrate from mainperl.
13821      Branch: cfgperl
13822           +> t/op/fh.t
13823           !> (integrate 30 files)
13824 ____________________________________________________________________________
13825 [  2885] By: gsar                                  on 1999/02/12  08:42:10
13826         Log: note how to find REG_INFTY limit
13827      Branch: perl
13828            ! pod/perlre.pod
13829 ____________________________________________________________________________
13830 [  2884] By: jhi                                   on 1999/02/12  08:36:14
13831         Log: OpenBSD pthreads awareness, thanks to
13832              David Leonard <david.leonard@csee.uq.edu.au>
13833      Branch: maint-5.005/perl
13834            ! Configure hints/openbsd.sh
13835 ____________________________________________________________________________
13836 [  2882] By: gsar                                  on 1999/02/12  08:05:20
13837         Log: IO is maintained by p5p (per Graham Barr's wishes)
13838      Branch: perl
13839            ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
13840            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
13841            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
13842            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
13843 ____________________________________________________________________________
13844 [  2881] By: gsar                                  on 1999/02/12  07:57:13
13845         Log: fh.t typo
13846      Branch: perl
13847            ! t/op/fh.t
13848 ____________________________________________________________________________
13849 [  2880] By: gsar                                  on 1999/02/12  07:38:16
13850         Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
13851      Branch: perl
13852            ! perl.c pod/perlrun.pod
13853 ____________________________________________________________________________
13854 [  2879] By: gsar                                  on 1999/02/12  05:39:29
13855         Log: fix ops that are not filehandle constructors to not create GV if it
13856              doesn't already exist (avoids leaks); extend semantics of defined()
13857              so that defined(*{$foo}) works (experimental)
13858      Branch: perl
13859            + t/op/fh.t
13860            ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
13861            ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
13862 ____________________________________________________________________________
13863 [  2877] By: jhi                                   on 1999/02/11  20:44:00
13864         Log: From: Chris Nandor <pudge@pobox.com>
13865              To: perl5-porters@perl.org
13866              Subject: [PATCH] perlport.pod 1.39
13867              Date: Thu, 11 Feb 1999 12:28:35 -0500
13868              Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
13869      Branch: cfgperl
13870            ! pod/perlport.pod
13871 ____________________________________________________________________________
13872 [  2870] By: gsar                                  on 1999/02/11  11:17:08
13873         Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
13874      Branch: perl
13875            ! ext/IO/lib/IO/Pipe.pm
13876 ____________________________________________________________________________
13877 [  2869] By: gsar                                  on 1999/02/11  11:00:56
13878         Log: update win32/pod.mak
13879      Branch: perl
13880            ! win32/pod.mak
13881 ____________________________________________________________________________
13882 [  2868] By: gsar                                  on 1999/02/11  10:42:44
13883         Log: From: Benjamin Low <b.d.low@unsw.edu.au>
13884              Date: Fri, 08 Jan 1999 14:36:53 +1100
13885              Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
13886              Subject: Re: [Fwd: IO::Socket::connect and blocking]
13887      Branch: perl
13888            ! ext/IO/lib/IO/Socket.pm
13889 ____________________________________________________________________________
13890 [  2867] By: gsar                                  on 1999/02/11  09:43:03
13891         Log: av_extend() doc tweak from Jan Dubois
13892      Branch: perl
13893            ! pod/perlguts.pod
13894 ____________________________________________________________________________
13895 [  2866] By: gsar                                  on 1999/02/11  09:27:17
13896         Log: display full pathname of unreadable files
13897      Branch: perl
13898            ! utils/perldoc.PL
13899 ____________________________________________________________________________
13900 [  2865] By: gsar                                  on 1999/02/11  09:02:31
13901         Log: missing patch in change#2522
13902      Branch: perl
13903            ! lib/Pod/Text.pm
13904 ____________________________________________________________________________
13905 [  2864] By: jhi                                   on 1999/02/11  08:45:00
13906         Log: From: Spider Boardman <spider@zk3.dec.com>
13907              To: perlbug@perl.com
13908              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
13909              Date: Wed, 10 Feb 1999 23:33:31 -0500
13910              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
13911      Branch: maint-5.005/perl
13912            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
13913 ____________________________________________________________________________
13914 [  2862] By: gsar                                  on 1999/02/11  08:14:34
13915         Log: integrate changes#2738,2740 from maint-5.005
13916      Branch: perl
13917           !> lib/ExtUtils/MakeMaker.pm
13918 ____________________________________________________________________________
13919 [  2861] By: jhi                                   on 1999/02/11  08:04:25
13920         Log: Integrate from mainperl.
13921      Branch: cfgperl
13922           !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
13923           !> t/op/range.t win32/config.gc
13924 ____________________________________________________________________________
13925 [  2860] By: gsar                                  on 1999/02/11  07:30:08
13926         Log: binmode() support for cygwin32 (suggested by Steven Morlock
13927              <newspost@morlock.net>)
13928      Branch: perl
13929            ! perl.h
13930 ____________________________________________________________________________
13931 [  2859] By: gsar                                  on 1999/02/11  07:14:21
13932         Log: update Changes
13933      Branch: perl
13934            ! Changes
13935           !> pod/perl5005delta.pod
13936 ____________________________________________________________________________
13937 [  2856] By: gsar                                  on 1999/02/11  07:07:39
13938         Log: integrate perldelta changes from maint-5.005
13939      Branch: perl
13940           !> pod/perl5005delta.pod
13941 ____________________________________________________________________________
13942 [  2855] By: gsar                                  on 1999/02/11  06:31:50
13943         Log: applied suggested patch; added tests
13944              From: Adam Krolnik <adamk@gypsy.cyrix.com>
13945              Date: Sat, 12 Dec 98 15:30:18 -0600
13946              Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
13947              Subject: Range operation doesn't handle IV_MAX
13948      Branch: perl
13949            ! pp_ctl.c t/op/range.t
13950 ____________________________________________________________________________
13951 [  2854] By: gsar                                  on 1999/02/11  05:00:55
13952         Log: compatibility fix: magic non-propagation in foreach implicit localization
13953      Branch: perl
13954            ! pp_ctl.c t/op/local.t win32/config.gc
13955 ____________________________________________________________________________
13956 [  2852] By: gsar                                  on 1999/02/10  23:17:49
13957         Log: fair warning about -Dusethreads
13958      Branch: maint-5.005/perl
13959            ! Configure INSTALL README.threads
13960 ____________________________________________________________________________
13961 [  2847] By: jhi                                   on 1999/02/09  19:13:28
13962         Log: Integrate from mainperl.
13963      Branch: cfgperl
13964           !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
13965           !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
13966 ____________________________________________________________________________
13967 [  2846] By: gsar                                  on 1999/02/09  13:53:28
13968         Log: a modified version of suggested patch for pack template 'Z'; added docs
13969              From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
13970              Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
13971              Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
13972              Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
13973      Branch: perl
13974            ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
13975 ____________________________________________________________________________
13976 [  2845] By: gsar                                  on 1999/02/09  00:03:26
13977         Log: clarify docs for change#2835
13978      Branch: perl
13979            ! pod/perldelta.pod pod/perlop.pod
13980 ____________________________________________________________________________
13981 [  2844] By: gsar                                  on 1999/02/08  23:40:57
13982         Log: addendum to change#2823
13983              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
13984              Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
13985              Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
13986              Subject: [PATCH] Docs and tests for method-call syntax
13987      Branch: perl
13988            ! pod/perlobj.pod t/op/method.t
13989 ____________________________________________________________________________
13990 [  2843] By: jhi                                   on 1999/02/08  21:06:28
13991         Log: Ultrix mmap tidbit.
13992      Branch: cfgperl
13993            ! hints/ultrix_4.sh
13994 ____________________________________________________________________________
13995 [  2842] By: jhi                                   on 1999/02/08  20:22:55
13996         Log: Integrate from mainperl.
13997      Branch: cfgperl
13998           +> t/op/subst_wamp.t
13999           !> (integrate 35 files)
14000 ____________________________________________________________________________
14001 [  2841] By: jhi                                   on 1999/02/08  18:23:26
14002         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14003              To: Mailing list Perl5 <perl5-porters@perl.org>
14004              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
14005              Date: Sun, 7 Feb 1999 17:25:22 -0500
14006              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
14007      Branch: cfgperl
14008            + t/op/subst_amp.t
14009            ! MANIFEST regcomp.c t/op/subst.t
14010 ____________________________________________________________________________
14011 [  2840] By: jhi                                   on 1999/02/08  18:16:54
14012         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14013              To: Mailing list Perl5 <perl5-porters@perl.org>
14014              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
14015              Date: Sun, 7 Feb 1999 17:00:10 -0500
14016              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
14017      Branch: cfgperl
14018            ! pp_hot.c t/op/pat.t
14019 ____________________________________________________________________________
14020 [  2839] By: jhi                                   on 1999/02/08  17:25:30
14021         Log: A require was missing.
14022      Branch: cfgperl
14023            ! t/lib/h2ph.pht
14024 ____________________________________________________________________________
14025 [  2838] By: jhi                                   on 1999/02/08  16:38:41
14026         Log: Bring in the change #2809 (the Configure part has been
14027              modified rather a lot since the #2809, though.)
14028      Branch: cfgperl
14029            ! Configure utils/h2ph.PL
14030 ____________________________________________________________________________
14031 [  2835] By: gsar                                  on 1999/02/08  14:40:23
14032         Log: make qw() into a true list at compile time (slightly modified
14033              variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
14034      Branch: perl
14035            ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
14036 ____________________________________________________________________________
14037 [  2834] By: gsar                                  on 1999/02/08  13:23:16
14038         Log: make safesysmalloc() etc., always available; safemalloc() et al are
14039              now macros that point to the right malloc; fix various places in
14040              sources that need to always use safesysmalloc() et al
14041      Branch: perl
14042            ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
14043            ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
14044 ____________________________________________________________________________
14045 [  2833] By: gsar                                  on 1999/02/08  10:56:16
14046         Log: remove spurious #endif in last change
14047      Branch: perl
14048            ! perl.h
14049 ____________________________________________________________________________
14050 [  2832] By: gsar                                  on 1999/02/08  10:34:55
14051         Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
14052              them ask for insanity (untested)
14053      Branch: perl
14054            ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
14055            ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
14056            ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
14057 ____________________________________________________________________________
14058 [  2831] By: jhi                                   on 1999/02/08  08:33:33
14059         Log: Update vms/subconfigure.com along the lines of change #2829.
14060      Branch: cfgperl
14061            ! vms/subconfigure.com
14062 ____________________________________________________________________________
14063 [  2830] By: gsar                                  on 1999/02/08  00:19:46
14064         Log: integrate cfgperl changes into mainline
14065      Branch: perl
14066           +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
14067           +> lib/File/PathConvert.pm pod/perlthrtut.pod
14068            ! Changes
14069           !> (integrate 93 files)
14070 ____________________________________________________________________________
14071 [  2829] By: jhi                                   on 1999/02/07  23:49:46
14072         Log: Configure update.
14073              
14074              Probe for mmap() et alia.
14075              The *cc*symbols patch (just Configure, no h2ph).
14076      Branch: cfgperl
14077            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14078            ! config_h.SH perl.h
14079 ____________________________________________________________________________
14080 [  2828] By: gsar                                  on 1999/02/07  23:38:47
14081         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14082              Date: Sun, 7 Feb 1999 17:25:22 -0500
14083              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
14084              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
14085      Branch: perl
14086            + t/op/subst_amp.t t/op/subst_wamp.t
14087            ! MANIFEST regcomp.c t/op/subst.t
14088 ____________________________________________________________________________
14089 [  2827] By: gsar                                  on 1999/02/07  23:27:32
14090         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14091              Date: Sun, 7 Feb 1999 17:00:10 -0500
14092              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
14093              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
14094      Branch: perl
14095            ! pp_hot.c t/op/pat.t
14096 ____________________________________________________________________________
14097 [  2826] By: gsar                                  on 1999/02/07  23:26:04
14098         Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
14099              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14100              Date: Sun, 7 Feb 1999 15:07:27 -0500
14101              Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
14102              Subject: Re: fixing memory leaks in REx compilation
14103      Branch: perl
14104            ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
14105            ! regexec.c
14106 ____________________________________________________________________________
14107 [  2825] By: jhi                                   on 1999/02/07  18:05:13
14108         Log: Integrate from mainperl.
14109      Branch: cfgperl
14110           +> lib/DB.pm t/comp/bproto.t
14111           !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
14112           !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
14113           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
14114           !> toke.c vms/perly_c.vms
14115 ____________________________________________________________________________
14116 [  2824] By: gsar                                  on 1999/02/07  14:21:48
14117         Log: tweak doc on bitwise ops
14118      Branch: perl
14119            ! pod/perlop.pod
14120 ____________________________________________________________________________
14121 [  2823] By: gsar                                  on 1999/02/07  13:38:31
14122         Log: applied suggested patch; regen perly* and vms/perly*
14123              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
14124              Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
14125              Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
14126              Subject: [PATCH] Re: Suggestion for perlobj man page
14127      Branch: perl
14128            ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
14129 ____________________________________________________________________________
14130 [  2822] By: gsar                                  on 1999/02/07  12:39:09
14131         Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
14132              disabled, fails tests)
14133      Branch: perl
14134            ! regcomp.h
14135 ____________________________________________________________________________
14136 [  2821] By: gsar                                  on 1999/02/07  11:09:39
14137         Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
14138              <Alexander.Barilo@aexp.com>)
14139      Branch: perl
14140            ! lib/Pod/Html.pm
14141 ____________________________________________________________________________
14142 [  2820] By: gsar                                  on 1999/02/07  10:20:35
14143         Log: add draft debugging API implementation
14144      Branch: perl
14145            + lib/DB.pm
14146            ! MANIFEST
14147 ____________________________________________________________________________
14148 [  2819] By: gsar                                  on 1999/02/07  09:58:45
14149         Log: avoid garbage in db->dirbuf
14150              From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
14151              Date: Sat, 05 Dec 1998 14:14:54 +0900
14152              Message-Id: <199812050514.OAA23268@toshiba.co.jp>
14153              Subject: SDBM bug
14154      Branch: perl
14155            ! ext/SDBM_File/sdbm/sdbm.c
14156 ____________________________________________________________________________
14157 [  2818] By: gsar                                  on 1999/02/07  09:32:24
14158         Log: missing entry
14159      Branch: perl
14160            ! MANIFEST
14161 ____________________________________________________________________________
14162 [  2817] By: gsar                                  on 1999/02/07  09:30:47
14163         Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
14164      Branch: perl
14165            + t/comp/bproto.t
14166            ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
14167 ____________________________________________________________________________
14168 [  2816] By: gsar                                  on 1999/02/06  00:14:29
14169         Log: minor bug in dumping blessed subrefs
14170      Branch: perl
14171            ! ext/Data/Dumper/Dumper.pm
14172 ____________________________________________________________________________
14173 [  2812] By: jhi                                   on 1999/02/03  22:02:24
14174         Log: Enhance change #2808.
14175              
14176              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14177              To: perl5-porters@perl.org
14178              Subject: Re: [PATCH 5.00*]: perlbug checklist
14179              Date: Wed, 3 Feb 1999 19:02:27 +0000
14180              Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
14181      Branch: cfgperl
14182            ! utils/perlbug.PL
14183 ____________________________________________________________________________
14184 [  2811] By: jhi                                   on 1999/02/03  21:53:23
14185         Log: From: Barrie Slaymaker <rbs@telerama.com>
14186              To: perl5-porters@perl.org
14187              CC: pod-people@perl.org
14188              Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
14189              Date: Wed, 03 Feb 1999 10:34:18 -0500
14190              Message-ID: <36B86C7A.E99EFFF1@telerama.com>
14191              
14192              Add File::PathConvert.pm.
14193              Fix Pod::Html and installhtml to understand relative urls.
14194      Branch: cfgperl
14195            + lib/File/PathConvert.pm
14196            ! MANIFEST installhtml lib/Pod/Html.pm
14197 ____________________________________________________________________________
14198 [  2810] By: jhi                                   on 1999/02/03  20:25:10
14199         Log: From: Francois Desarmenien <desar@club-internet.fr>
14200              To: Mailing list Perl5 <perl5-porters@perl.org>
14201              Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
14202              Date: Wed, 03 Feb 1999 13:13:24 +0000
14203              Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
14204              
14205              (note: this patch completely overrides Tom Wolfe's patch,
14206              change #2604)
14207      Branch: cfgperl
14208            + ext/GDBM_File/hints/sco.pl
14209            ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
14210 ____________________________________________________________________________
14211 [  2809] By: jhi                                   on 1999/02/03  19:54:16
14212         Log: h2ph fixes + Configure patch to support them.
14213              
14214              From: "Kurt D. Starsinic" <kstar@chapin.edu>
14215              To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
14216              Gurusamy Sarathy <gsar@engin.umich.edu>
14217              Cc: perl5-porters@perl.org
14218              Subject: [PATCH 5.00503_MT5] h2ph.PL
14219              Date: Tue, 2 Feb 1999 19:48:06 -0500
14220              Message-ID: <19990202194806.E10647@O2.chapin.edu>
14221      Branch: maint-5.005/perl
14222            ! Configure utils/h2ph.PL
14223 ____________________________________________________________________________
14224 [  2808] By: jhi                                   on 1999/02/03  16:59:55
14225         Log: Enhance the perlbug checklist.
14226      Branch: cfgperl
14227            ! utils/perlbug.PL
14228 ____________________________________________________________________________
14229 [  2807] By: jhi                                   on 1999/02/03  14:01:37
14230         Log: Document the standard strftime %formats.
14231              
14232              From: Dominic Dunlop <domo@vo.lu>
14233              To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
14234              Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
14235              Date: Tue, 2 Feb 1999 15:55:29 +0100
14236              Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
14237      Branch: cfgperl
14238            ! ext/POSIX/POSIX.pod
14239 ____________________________________________________________________________
14240 [  2806] By: jhi                                   on 1999/02/03  13:58:00
14241         Log: Integrate from mainperl.
14242      Branch: cfgperl
14243           !> perl.h
14244 ____________________________________________________________________________
14245 [  2805] By: gsar                                  on 1999/02/03  03:32:31
14246         Log: PL_uuemap[] init needs help for sizeof()
14247      Branch: perl
14248            ! perl.h
14249 ____________________________________________________________________________
14250 [  2804] By: jhi                                   on 1999/02/02  20:44:30
14251         Log: These should've been already in #2803.
14252      Branch: cfgperl
14253            ! Configure config_h.SH vms/subconfigure.com
14254 ____________________________________________________________________________
14255 [  2803] By: jhi                                   on 1999/02/02  20:38:45
14256         Log: telldir prototype issue, from mists of time...
14257      Branch: cfgperl
14258            ! hints/netbsd.sh pp_sys.c
14259 ____________________________________________________________________________
14260 [  2801] By: jhi                                   on 1999/02/02  17:40:14
14261         Log: From: John Bley <jbb6@acpub.duke.edu>
14262              To: perlbug@perl.org
14263              Subject: [PATCH]5.005_54 (DOC) fix minor typos
14264              Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
14265              Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
14266      Branch: cfgperl
14267            ! pod/perlre.pod
14268 ____________________________________________________________________________
14269 [  2800] By: jhi                                   on 1999/02/02  17:26:49
14270         Log: Update todo with POSIX 1003.1 1996 Edition reminder.
14271      Branch: cfgperl
14272            ! Todo-5.005
14273 ____________________________________________________________________________
14274 [  2799] By: jhi                                   on 1999/02/02  17:18:51
14275         Log: Update FindBin from maint-5.005.
14276      Branch: cfgperl
14277            ! lib/FindBin.pm
14278 ____________________________________________________________________________
14279 [  2798] By: jhi                                   on 1999/02/02  17:16:07
14280         Log: Fix typecasts in #2797
14281              
14282              From: "G. Del Merritt" <del@intranetics.com>
14283              Date: Fri, 29 Jan 1999 11:47:25 -0700
14284              Message-Id: <199901291847.LAA04828@jhereg.perl.com>
14285              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
14286      Branch: cfgperl
14287            ! ext/POSIX/POSIX.xs
14288 ____________________________________________________________________________
14289 [  2797] By: jhi                                   on 1999/02/02  17:14:37
14290         Log: From: Ted Law <tedlaw@cibcwg.com>
14291              Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
14292              Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
14293              Subject: POSIX::strftime buffer overflow problem
14294      Branch: cfgperl
14295            ! ext/POSIX/POSIX.xs
14296 ____________________________________________________________________________
14297 [  2796] By: jhi                                   on 1999/02/02  17:13:23
14298         Log: Do not use File::Slurp.
14299      Branch: cfgperl
14300            ! t/lib/textfill.t
14301 ____________________________________________________________________________
14302 [  2795] By: jhi                                   on 1999/02/02  17:11:48
14303         Log: perlhist update from maint-5.005.
14304      Branch: cfgperl
14305            ! pod/perlhist.pod
14306 ____________________________________________________________________________
14307 [  2794] By: jhi                                   on 1999/02/02  17:10:33
14308         Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
14309      Branch: cfgperl
14310            ! ext/POSIX/POSIX.pm
14311 ____________________________________________________________________________
14312 [  2793] By: jhi                                   on 1999/02/02  17:08:39
14313         Log: Missed the html test from change #2787. 
14314      Branch: cfgperl
14315            ! t/lib/cgi-html.t
14316 ____________________________________________________________________________
14317 [  2792] By: jhi                                   on 1999/02/02  17:01:24
14318         Log: Update Getopt::Long to 2.19.
14319      Branch: cfgperl
14320            ! lib/Getopt/Long.pm
14321 ____________________________________________________________________________
14322 [  2791] By: jhi                                   on 1999/02/02  16:59:13
14323         Log: overload syntax is no longer experimental
14324      Branch: cfgperl
14325            ! lib/overload.pm
14326 ____________________________________________________________________________
14327 [  2789] By: jhi                                   on 1999/02/02  16:47:50
14328         Log: Still doc fixes.
14329      Branch: cfgperl
14330            ! lib/diagnostics.pm
14331 ____________________________________________________________________________
14332 [  2788] By: jhi                                   on 1999/02/02  16:47:07
14333         Log: Doc fixes.
14334      Branch: cfgperl
14335            ! lib/CGI.pm lib/diagnostics.pm
14336 ____________________________________________________________________________
14337 [  2787] By: jhi                                   on 1999/02/02  16:38:55
14338         Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
14339              where applicable).
14340      Branch: cfgperl
14341            ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
14342            ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
14343            ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
14344            ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
14345            ! eg/cgi/frameset.cgi eg/cgi/index.html
14346            ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
14347            ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
14348            ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
14349            ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
14350            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
14351            ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
14352 ____________________________________________________________________________
14353 [  2786] By: jhi                                   on 1999/02/02  16:17:52
14354         Log: Update CPAN to 1.47.
14355      Branch: cfgperl
14356            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
14357 ____________________________________________________________________________
14358 [  2785] By: jhi                                   on 1999/02/02  16:09:03
14359         Log: From: Mark-Jason Dominus <mjd@plover.com>
14360              Date: Sat, 16 Jan 1999 17:22:06 -0500
14361              Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
14362              Message-ID: <19990116222206.3674.qmail@plover.com>
14363      Branch: cfgperl
14364            ! pod/perlsub.pod
14365 ____________________________________________________________________________
14366 [  2784] By: jhi                                   on 1999/02/02  16:01:31
14367         Log: Fix incorrect "used only once" warnings
14368              
14369              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14370              Date: Fri, 8 Jan 1999 04:37:10 -0500
14371              Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
14372              Subject: Re: change#965 flakiness
14373      Branch: cfgperl
14374            ! gv.c
14375 ____________________________________________________________________________
14376 [  2783] By: jhi                                   on 1999/02/02  15:50:38
14377         Log: perldelta updates.
14378      Branch: cfgperl
14379            ! pod/perldelta.pod
14380 ____________________________________________________________________________
14381 [  2782] By: jhi                                   on 1999/02/02  14:28:26
14382         Log: Mirror change #2781.
14383      Branch: cfgperl
14384            ! hints/linux.sh
14385 ____________________________________________________________________________
14386 [  2781] By: jhi                                   on 1999/02/02  14:27:01
14387         Log: Update the MkLinux note.
14388      Branch: maint-5.005/perl
14389            ! hints/linux.sh
14390 ____________________________________________________________________________
14391 [  2780] By: jhi                                   on 1999/02/02  14:10:59
14392         Log: Update todo.
14393      Branch: cfgperl
14394            ! Todo-5.005
14395 ____________________________________________________________________________
14396 [  2779] By: jhi                                   on 1999/02/02  14:00:25
14397         Log: Integrate from mainperl.
14398      Branch: cfgperl
14399            ! t/lib/textfill.t t/lib/textwrap.t
14400           !> (integrate 32 files)
14401 ____________________________________________________________________________
14402 [  2778] By: jhi                                   on 1999/02/02  13:56:23
14403         Log: VMS update, applicable parts of
14404              
14405              From: Dan Sugalski <sugalskd@osshe.edu>
14406              To: perl5-porters@perl.org
14407              Subject: [PATCH 5.005_03MT3]VMS configure tweak
14408              Date: Wed, 20 Jan 1999 12:05:18 -0800
14409              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
14410              
14411              From: Dan Sugalski <sugalskd@osshe.edu>
14412              To: perlbug@perl.com, vmsperl@perl.org
14413              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
14414              Date: Tue, 26 Jan 1999 14:40:38 -0800
14415              Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
14416              
14417              From: Dan Sugalski <sugalskd@osshe.edu>
14418              To: perl5-porters@perl.org, vmsperl@perl.org
14419              Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
14420              Date: Tue, 26 Jan 1999 14:55:29 -0800
14421              Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
14422      Branch: cfgperl
14423            ! vms/ext/Stdio/test.pl vms/subconfigure.com
14424 ____________________________________________________________________________
14425 [  2777] By: jhi                                   on 1999/02/02  13:43:24
14426         Log: Synch usethreads parts from maint-5.005.
14427      Branch: cfgperl
14428            ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
14429            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
14430            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
14431            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
14432 ____________________________________________________________________________
14433 [  2776] By: jhi                                   on 1999/02/02  13:17:16
14434         Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
14435      Branch: cfgperl
14436            ! Makefile.SH hints/freebsd.sh
14437 ____________________________________________________________________________
14438 [  2774] By: jhi                                   on 1999/02/02  13:10:39
14439         Log: Add perlthrtut, update pod/* machinery.
14440              (a pod/Makefile.SH is sorely needed)
14441      Branch: cfgperl
14442            + pod/perlthrtut.pod
14443            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
14444 ____________________________________________________________________________
14445 [  2773] By: jhi                                   on 1999/02/02  12:54:24
14446         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14447              To: perl5-porters@perl.org
14448              Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
14449              Date: Tue, 26 Jan 1999 22:25:07 +0000
14450              Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
14451      Branch: cfgperl
14452            ! pod/perlguts.pod
14453 ____________________________________________________________________________
14454 [  2771] By: jhi                                   on 1999/02/02  12:47:34
14455         Log: Use perlbug instead of personal email address.
14456      Branch: cfgperl
14457            ! Configure
14458 ____________________________________________________________________________
14459 [  2770] By: jhi                                   on 1999/02/02  12:42:06
14460         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
14461              
14462              From: "G. Del Merritt" <del@intranetics.com>
14463              To: perlbug@perl.com
14464              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
14465              Date: Tue, 26 Jan 1999 12:09:09 -0700
14466              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
14467      Branch: cfgperl
14468            ! iperlsys.h
14469 ____________________________________________________________________________
14470 [  2769] By: jhi                                   on 1999/02/02  12:37:57
14471         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14472              To: Mailing list Perl5 <perl5-porters@perl.org>
14473              Subject: [PATCH 5.005_*] OS/2 threads
14474              Date: Tue, 26 Jan 1999 13:39:46 -0500
14475              Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
14476      Branch: cfgperl
14477            ! os2/os2ish.h
14478 ____________________________________________________________________________
14479 [  2768] By: jhi                                   on 1999/02/02  12:36:16
14480         Log: Apply change #2711 from maint-5.005:
14481              
14482              make ok", "make okfile", and "make nok" were broken
14483              with -Duseshrplib, because of a shared typo.
14484              
14485              From: Spider Boardman <spider@web.zk3.dec.com>
14486              To: perlbug@perl.com
14487              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
14488              Date: Wed, 27 Jan 1999 12:27:15 -0500
14489              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
14490      Branch: cfgperl
14491            ! Makefile.SH
14492 ____________________________________________________________________________
14493 [  2766] By: jhi                                   on 1999/02/02  12:27:08
14494         Log: Make Configure use "int main()" instead of bare "main()".
14495              Like maint-5.005 change #2703 but now via metaconfig.
14496      Branch: cfgperl
14497            ! Configure
14498 ____________________________________________________________________________
14499 [  2765] By: jhi                                   on 1999/02/02  11:59:30
14500         Log: Undo part of change #2562.
14501      Branch: cfgperl
14502            ! Configure
14503 ____________________________________________________________________________
14504 [  2764] By: jhi                                   on 1999/02/02  11:52:39
14505         Log: NetBSD synch with maint-5.005.
14506      Branch: cfgperl
14507            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
14508 ____________________________________________________________________________
14509 [  2763] By: jhi                                   on 1999/02/02  11:44:07
14510         Log: $Config{installusrbinperl}
14511              (maint-5.005 changes #2614 and #2709)
14512      Branch: cfgperl
14513            ! Configure installperl
14514 ____________________________________________________________________________
14515 [  2762] By: jhi                                   on 1999/02/02  11:29:13
14516         Log: Errno update from maint-5.005 (changes #2583, #2710).
14517      Branch: cfgperl
14518            ! Configure ext/Errno/Errno_pm.PL
14519 ____________________________________________________________________________
14520 [  2759] By: jhi                                   on 1999/02/02  10:53:20
14521         Log: Update Trig.pm from maint-5.005.
14522      Branch: cfgperl
14523            ! lib/Math/Trig.pm
14524 ____________________________________________________________________________
14525 [  2757] By: jhi                                   on 1999/02/02  10:41:26
14526         Log: MPE/iX update (mirror maint-5.005 change #2715)
14527      Branch: cfgperl
14528            ! hints/mpeix.sh mpeix/relink
14529 ____________________________________________________________________________
14530 [  2756] By: jhi                                   on 1999/02/02  10:38:08
14531         Log: BeOS update (Mirror maint-5.005 change #2727).
14532      Branch: cfgperl
14533            + ext/DynaLoader/dl_beos.xs
14534            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
14535            ! lib/ExtUtils/MM_Unix.pm
14536 ____________________________________________________________________________
14537 [  2754] By: gsar                                  on 1999/02/02  08:52:13
14538         Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
14539      Branch: perl
14540            ! Porting/pumpkin.pod Todo Todo-5.005
14541 ____________________________________________________________________________
14542 [  2753] By: gsar                                  on 1999/02/02  08:46:21
14543         Log: Todo tweaks
14544      Branch: perl
14545            ! Todo Todo-5.005
14546 ____________________________________________________________________________
14547 [  2752] By: jhi                                   on 1999/02/01  22:15:12
14548         Log: Add perlthrtut.pod.
14549              
14550              From: Dan Sugalski <sugalskd@osshe.edu>
14551              To: perl5-porters@perl.org
14552              Subject: perlthrtut.pod
14553              Date: Mon, 01 Feb 1999 10:57:11 -0800
14554              Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
14555      Branch: maint-5.005/perl
14556            + pod/perlthrtut.pod
14557            ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
14558            ! pod/roffitall
14559 ____________________________________________________________________________
14560 [  2751] By: gsar                                  on 1999/02/01  07:28:05
14561         Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
14562      Branch: perl
14563            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
14564            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
14565 ____________________________________________________________________________
14566 [  2750] By: gsar                                  on 1999/02/01  07:09:20
14567         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14568              Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
14569              Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
14570              Subject: [PATCH 5.005_53] Debugging REx with lookbehind
14571      Branch: perl
14572            ! regexec.c
14573 ____________________________________________________________________________
14574 [  2749] By: gsar                                  on 1999/02/01  07:07:59
14575         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14576              Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
14577              Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
14578              Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
14579      Branch: perl
14580            ! regexec.c
14581 ____________________________________________________________________________
14582 [  2748] By: gsar                                  on 1999/02/01  06:47:06
14583         Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
14584              Date: Thu, 3 Dec 1998 15:10:17 -0500
14585              Message-Id: <199812032010.PAA09692@jik.shore.net>
14586              Subject: sample checksum code in "perlfunc" man page is wrong
14587      Branch: perl
14588            ! pod/perlfunc.pod
14589 ____________________________________________________________________________
14590 [  2747] By: gsar                                  on 1999/02/01  06:35:13
14591         Log: typos in Pod/Text.pm
14592              From: "Greg Chapman" <glc@well.com>
14593              Date: Tue, 1 Dec 1998 10:50:18 -0800
14594              Message-Id: <199812011849.KAA08816@smtp.well.com>
14595              Subject: Glitch in Pod::Text
14596      Branch: perl
14597            ! lib/Pod/Text.pm
14598 ____________________________________________________________________________
14599 [  2746] By: gsar                                  on 1999/02/01  06:27:35
14600         Log: various win32-ish changes merged from maint-5.005
14601      Branch: perl
14602            ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
14603            ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
14604            ! win32/Makefile win32/config.bc win32/config.vc
14605            ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
14606            ! win32/win32.c
14607 ____________________________________________________________________________
14608 [  2745] By: gsar                                  on 1999/02/01  04:51:54
14609         Log: integrate cfgperl changes into mainline
14610      Branch: perl
14611           !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
14612 ____________________________________________________________________________
14613 [  2744] By: gsar                                  on 1999/02/01  04:31:09
14614         Log: improved diagnostic on syntax errors at EOL
14615      Branch: perl
14616            ! toke.c
14617 ____________________________________________________________________________
14618 [  2743] By: gsar                                  on 1999/02/01  03:59:13
14619         Log: don't attempt connect() to bogus IP addresses
14620              From:    Graham Barr <gbarr@pobox.com>
14621              Date:    Sun, 31 Jan 1999 21:50:45 CST
14622              Message-Id: <19990131215045.A633@pobox.com>
14623      Branch: perl
14624            ! t/lib/io_multihomed.t
14625 ____________________________________________________________________________
14626 [  2742] By: gsar                                  on 1999/02/01  03:08:58
14627         Log: update Changes
14628      Branch: perl
14629            ! Changes pod/perldelta.pod
14630 ____________________________________________________________________________
14631 [  2740] By: gsar                                  on 1999/02/01  02:43:07
14632         Log: CAPI inheritance tweak and doc
14633      Branch: maint-5.005/perl
14634            ! lib/ExtUtils/MakeMaker.pm
14635 ____________________________________________________________________________
14636 [  2739] By: jhi                                   on 1999/01/31  18:31:54
14637         Log: Undo changes #2730 and #2731 and replace them
14638              with an extensively tested patch from
14639              Anton Berezin <tobez@plab.ku.dk> (via private email).
14640      Branch: maint-5.005/perl
14641            ! Makefile.SH hints/freebsd.sh
14642 ____________________________________________________________________________
14643 [  2738] By: gsar                                  on 1999/01/31  05:04:32
14644         Log: fix bogus CAPI inheritance from change#2541
14645      Branch: maint-5.005/perl
14646            ! lib/ExtUtils/MakeMaker.pm
14647 ____________________________________________________________________________
14648 [  2731] By: jhi                                   on 1999/01/29  14:33:12
14649         Log: FreeBSD version numbers can be like "2.2.8-release".
14650      Branch: maint-5.005/perl
14651            ! hints/freebsd.sh
14652 ____________________________________________________________________________
14653 [  2730] By: jhi                                   on 1999/01/29  12:40:38
14654         Log: FreeBSD hints iteration (hopefully convergent).
14655              usethreads: require at least FreeBSD 2.2.8.
14656              signal type: mirror change #2429 in cfgperl.
14657      Branch: maint-5.005/perl
14658            ! hints/freebsd.sh
14659 ____________________________________________________________________________
14660 [  2727] By: gbarr                                 on 1999/01/29  04:09:57
14661         Log: From: Tom Spindler <dogcow@isi.net>
14662              Date: Thu, 28 Jan 1999 17:15:11 -0800
14663              Message-ID: <19990128171510.A11778@isi.net>
14664              Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
14665      Branch: maint-5.005/perl
14666            + ext/DynaLoader/dl_beos.xs
14667            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
14668            ! lib/ExtUtils/MM_Unix.pm
14669 ____________________________________________________________________________
14670 [  2726] By: gbarr                                 on 1999/01/29  03:30:51
14671         Log: Remove use of File::Slurp in t/lib/textfill.t
14672      Branch: maint-5.005/perl
14673            ! t/lib/textfill.t
14674 ____________________________________________________________________________
14675 [  2725] By: gbarr                                 on 1999/01/29  03:11:41
14676         Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
14677              Date: Wed, 27 Jan 1999 23:14:33 -0800
14678              Message-Id: <199901280714.XAA10176@activestate.com>
14679              Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
14680      Branch: maint-5.005/perl
14681            ! win32/Makefile win32/makefile.mk
14682 ____________________________________________________________________________
14683 [  2720] By: gsar                                  on 1999/01/27  21:54:42
14684         Log: missing space while munging CCFLAGS for PERL_CAPI
14685      Branch: perl
14686            ! lib/ExtUtils/MM_Unix.pm
14687 ____________________________________________________________________________
14688 [  2718] By: jhi                                   on 1999/01/27  19:46:04
14689         Log: io/fs.t fails test #18 (sense of tests appears to have been
14690              changed incompletely; this patch just skips the test attached,
14691              a la test #17 preceding it).
14692              
14693              From: "G. Del Merritt" <del@intranetics.com>
14694              To: perlbug@perl.com
14695              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
14696              Date: Tue, 26 Jan 1999 12:09:09 -0700
14697              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
14698      Branch: maint-5.005/perl
14699            ! t/io/fs.t
14700 ____________________________________________________________________________
14701 [  2717] By: jhi                                   on 1999/01/27  19:44:46
14702         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
14703              
14704              From: "G. Del Merritt" <del@intranetics.com>
14705              To: perlbug@perl.com
14706              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
14707              Date: Tue, 26 Jan 1999 12:09:09 -0700
14708              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
14709      Branch: maint-5.005/perl
14710            ! iperlsys.h
14711 ____________________________________________________________________________
14712 [  2715] By: jhi                                   on 1999/01/27  19:34:28
14713         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
14714              To: perl5-porters@perl.org
14715              Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
14716              Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
14717              Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
14718      Branch: maint-5.005/perl
14719            ! hints/mpeix.sh mpeix/relink
14720 ____________________________________________________________________________
14721 [  2710] By: jhi                                   on 1999/01/27  19:22:23
14722         Log: Errno fixes:
14723              
14724              From: Spider Boardman <spider@web.zk3.dec.com>
14725              To: perlbug@perl.com
14726              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
14727              Date: Wed, 27 Jan 1999 12:27:15 -0500
14728              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
14729              
14730              From: Spider Boardman <spider@web.zk3.dec.com>
14731              To: perlbug@perl.com
14732              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
14733              Date: Wed, 27 Jan 1999 13:31:16 -0500
14734              Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
14735      Branch: maint-5.005/perl
14736            ! Configure ext/Errno/Errno_pm.PL
14737 ____________________________________________________________________________
14738 [  2709] By: jhi                                   on 1999/01/27  19:17:35
14739         Log: Fix Configure installusrbinperl:
14740              
14741              From: Spider Boardman <spider@web.zk3.dec.com>
14742              To: jhi@iki.fi
14743              cc: perl5-porters@perl.org
14744              Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
14745              Date: Wed, 27 Jan 1999 13:03:35 -0500
14746              Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
14747      Branch: maint-5.005/perl
14748            ! Configure
14749 ____________________________________________________________________________
14750 [  2707] By: gbarr                                 on 1999/01/26  02:06:17
14751         Log: Add redef IO::Handle::* for setv?buf()
14752      Branch: maint-5.005/perl
14753            ! ext/POSIX/POSIX.pm
14754 ____________________________________________________________________________
14755 [  2705] By: jhi                                   on 1999/01/24  15:14:30
14756         Log: Mention year-1900 and month 0..11.
14757      Branch: cfgperl
14758            ! lib/Time/Local.pm
14759 ____________________________________________________________________________
14760 [  2704] By: jhi                                   on 1999/01/24  15:13:36
14761         Log: Document Configure -Uinstallusrbinperl.
14762      Branch: cfgperl
14763            ! INSTALL pod/perldelta.pod
14764 ____________________________________________________________________________
14765 [  2698] By: jhi                                   on 1999/01/24  12:46:00
14766         Log: Use only xlc_r for usethreads.
14767      Branch: cfgperl
14768            ! hints/aix.sh
14769 ____________________________________________________________________________
14770 [  2695] By: gsar                                  on 1999/01/24  07:09:05
14771         Log: integrate cfgperl changes into mainline
14772      Branch: perl
14773           +> lib/Exporter/Heavy.pm
14774           !> (integrate 65 files)
14775 ____________________________________________________________________________
14776 [  2694] By: gsar                                  on 1999/01/24  01:28:49
14777         Log: better notes on 'make' on win32
14778      Branch: perl
14779            ! README.win32
14780 ____________________________________________________________________________
14781 [  2683] By: jhi                                   on 1999/01/22  15:41:00
14782         Log: More de-cut-and-pastos.
14783      Branch: cfgperl
14784            ! hints/irix_6.sh hints/os2.sh
14785 ____________________________________________________________________________
14786 [  2682] By: jhi                                   on 1999/01/22  15:30:51
14787         Log: usethreads.cbu cut-and-pasto.
14788      Branch: cfgperl
14789            ! hints/solaris_2.sh
14790 ____________________________________________________________________________
14791 [  2681] By: jhi                                   on 1999/01/22  14:54:55
14792         Log: Better (I hope) LANGUAGE documentation.
14793      Branch: cfgperl
14794            ! pod/perllocale.pod
14795 ____________________________________________________________________________
14796 [  2680] By: jhi                                   on 1999/01/22  09:20:29
14797         Log: From: Dan Sugalski <sugalskd@osshe.edu>
14798              To: perl5-porters@perl.org
14799              Subject: [PATCH 5.005_03MT3]VMS configure tweak
14800              Date: Wed, 20 Jan 1999 12:05:18 -0800
14801              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
14802      Branch: cfgperl
14803            ! vms/subconfigure.com
14804 ____________________________________________________________________________
14805 [  2679] By: jhi                                   on 1999/01/22  09:13:18
14806         Log: nosuid getmntent() branch.
14807      Branch: cfgperl
14808            ! perl.c perl.h
14809 ____________________________________________________________________________
14810 [  2678] By: jhi                                   on 1999/01/22  08:54:19
14811         Log: nosuid patch continued: *BSD needs <sys/param.h>.
14812      Branch: cfgperl
14813            ! Configure config_h.SH
14814 ____________________________________________________________________________
14815 [  2676] By: gbarr                                 on 1999/01/22  01:54:02
14816         Log: Fixup FindBin to use File::Spec
14817              
14818              Message-Id: <19990120185157.D24479@west-tip.transeda.com>
14819              Date: Wed, 20 Jan 1999 18:51:57 +0000
14820              From: Paul Johnson <pjcj@transeda.com>
14821              Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
14822      Branch: maint-5.005/perl
14823            ! lib/FindBin.pm
14824 ____________________________________________________________________________
14825 [  2671] By: gbarr                                 on 1999/01/22  00:40:13
14826         Log: Fix win32 for Borland compiler and spaces in paths
14827              
14828              From: Gurusamy Sarathy <gsar@activestate.com>
14829              Date: Mon, 18 Jan 1999 20:33:17 -0800
14830              Message-Id: <199901190433.UAA03656@activestate.com>
14831              Subject: [PATCH] 5.005_03-trial3 win32 issues
14832      Branch: maint-5.005/perl
14833            ! README.win32 win32/Makefile win32/config_sh.PL
14834            ! win32/makefile.mk win32/runperl.c
14835 ____________________________________________________________________________
14836 [  2670] By: jhi                                   on 1999/01/21  16:12:38
14837         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14838              To: perl5-porters@perl.org
14839              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
14840              Date: Thu, 21 Jan 1999 12:08:01 +0000
14841              Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
14842      Branch: cfgperl
14843            ! pod/perldiag.pod t/op/subst.t toke.c
14844 ____________________________________________________________________________
14845 [  2669] By: jhi                                   on 1999/01/21  16:11:46
14846         Log: To: perl5-porters@perl.org
14847              Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
14848              From: Anton Berezin <tobez@plab.ku.dk>
14849              Date: 21 Jan 1999 17:07:28 +0100
14850              Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
14851      Branch: cfgperl
14852            ! hints/freebsd.sh
14853 ____________________________________________________________________________
14854 [  2668] By: jhi                                   on 1999/01/21  15:38:34
14855         Log: Add Daniel Grisinger <dgris@dimensional.com>.
14856      Branch: cfgperl
14857            ! AUTHORS MAINTAIN
14858 ____________________________________________________________________________
14859 [  2667] By: jhi                                   on 1999/01/21  15:32:28
14860         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14861              To: Mailing list Perl5 <perl5-porters@perl.org>
14862              Subject: [PATCH 5.005_53] Lean Exporter.pm
14863              Date: Thu, 21 Jan 1999 03:25:23 -0500
14864              Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
14865      Branch: cfgperl
14866            + lib/Exporter/Heavy.pm
14867            ! MANIFEST lib/Exporter.pm
14868 ____________________________________________________________________________
14869 [  2666] By: jhi                                   on 1999/01/21  15:24:10
14870         Log: From: "W. Phillip Moore" <wpm@ms.com>
14871              To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
14872              Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
14873              Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
14874              Message-ID: <13988.46383.298992.97303@zappa>
14875      Branch: cfgperl
14876            ! lib/File/Path.pm
14877 ____________________________________________________________________________
14878 [  2665] By: jhi                                   on 1999/01/21  15:20:48
14879         Log: CPAN update (CPAN-1.44_54) from Andreas and
14880              jumbo doc patch from Abigail.
14881              
14882              From: abigail@fnx.com
14883              To: perl5-porters@perl.org (Perl Porters)
14884              Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm]  Typos
14885              Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
14886              Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
14887              
14888              From: abigail@fnx.com
14889              To: perl5-porters@perl.org (Perl Porters)
14890              Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
14891              Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
14892              Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
14893              
14894              From: abigail@fnx.com
14895              To: perl5-porters@perl.org (Perl Porters)
14896              Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
14897              Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
14898              Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
14899              
14900              From: abigail@fnx.com
14901              To: perl5-porters@perl.org (Perl Porters)
14902              Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
14903              Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
14904              Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
14905              
14906              From: abigail@fnx.com
14907              To: perl5-porters@perl.org (Perl Porters)
14908              Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
14909              Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
14910              Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
14911              
14912              From: abigail@fnx.com
14913              To: perl5-porters@perl.org (Perl Porters)
14914              Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
14915              Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
14916              Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
14917              
14918              From: abigail@fnx.com
14919              To: perl5-porters@perl.org (Perl Porters)
14920              Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
14921              Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
14922              Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
14923              
14924              From: abigail@fnx.com
14925              To: perl5-porters@perl.org (Perl Porters)
14926              Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
14927              Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
14928              Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
14929              
14930              From: abigail@fnx.com
14931              To: perl5-porters@perl.org (Perl Porters)
14932              Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
14933              Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
14934              Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
14935              
14936              From: abigail@fnx.com
14937              To: perl5-porters@perl.org (Perl Porters)
14938              Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
14939              Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
14940              Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
14941              
14942              From: abigail@fnx.com
14943              To: perl5-porters@perl.org (Perl Porters)
14944              Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos  (ignore previous patch for this file...)
14945              Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
14946              Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
14947              
14948              From: abigail@fnx.com
14949              To: perl5-porters@perl.org (Perl Porters)
14950              Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
14951              Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
14952              Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
14953              
14954              From: abigail@fnx.com
14955              To: perl5-porters@perl.org (Perl Porters)
14956              Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
14957              Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
14958              Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
14959      Branch: cfgperl
14960            ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
14961            ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
14962            ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
14963            ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
14964 ____________________________________________________________________________
14965 [  2664] By: jhi                                   on 1999/01/21  14:47:43
14966         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14967              To: Mailing list Perl5 <perl5-porters@perl.org>
14968              Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
14969              Date: Thu, 21 Jan 1999 03:58:29 -0500
14970              Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
14971      Branch: cfgperl
14972            ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
14973 ____________________________________________________________________________
14974 [  2663] By: jhi                                   on 1999/01/21  14:43:58
14975         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14976              To: Mailing list Perl5 <perl5-porters@perl.org>
14977              Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
14978              Date: Thu, 21 Jan 1999 02:46:34 -0500
14979              Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
14980      Branch: cfgperl
14981            ! ext/Errno/Errno_pm.PL
14982 ____________________________________________________________________________
14983 [  2662] By: jhi                                   on 1999/01/21  14:42:42
14984         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
14985              To: Francois Desarmenien <desar@club-internet.fr>
14986              Cc: Gurusamy Sarathy <gsar@activestate.com>,
14987              Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
14988              Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
14989              Date: 21 Jan 1999 00:17:35 -0700
14990              Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
14991      Branch: cfgperl
14992            ! Porting/patching.pod
14993 ____________________________________________________________________________
14994 [  2661] By: jhi                                   on 1999/01/21  14:41:13
14995         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14996              To: Mailing list Perl5 <perl5-porters@perl.org>
14997              Subject: [PATCH 5.00*] makedepend
14998              Date: Thu, 21 Jan 1999 02:08:27 -0500
14999              Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
15000      Branch: cfgperl
15001            ! makedepend.SH
15002 ____________________________________________________________________________
15003 [  2660] By: jhi                                   on 1999/01/21  14:36:45
15004         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15005              To: Mailing list Perl5 <perl5-porters@perl.org>
15006              Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
15007              Date: Tue, 19 Jan 1999 20:06:45 -0500
15008              Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
15009      Branch: cfgperl
15010            ! os2/Changes os2/os2.c
15011 ____________________________________________________________________________
15012 [  2657] By: jhi                                   on 1999/01/21  11:40:35
15013         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
15014              To: perl5-porters@perl.org
15015              Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
15016              Date: Mon, 18 Jan 1999 01:32:31 PST
15017              Message-ID: <19990118093231.18443.qmail@hotmail.com>
15018      Branch: cfgperl
15019            ! ext/B/B/CC.pm
15020 ____________________________________________________________________________
15021 [  2656] By: jhi                                   on 1999/01/21  11:35:34
15022         Log: From: Achim Bohnet <ach@mpe.mpg.de>
15023              Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED) 
15024              Date: Wed, 20 Jan 1999 20:25:53 +0100
15025              Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
15026      Branch: cfgperl
15027            ! pp.c
15028 ____________________________________________________________________________
15029 [  2655] By: jhi                                   on 1999/01/21  10:46:01
15030         Log: Handle NIS (and NetInfo) more robustly.
15031      Branch: cfgperl
15032            ! t/op/grent.t t/op/pwent.t
15033 ____________________________________________________________________________
15034 [  2654] By: jhi                                   on 1999/01/21  10:17:20
15035         Log: Two-argument eaccess() of SCO.
15036      Branch: cfgperl
15037            ! pp_sys.c
15038 ____________________________________________________________________________
15039 [  2653] By: jhi                                   on 1999/01/21  08:53:14
15040         Log: -DNO_NOSUID_CHECK for those platforms which have no way
15041              of checking for nosuid but still want suidperl.
15042      Branch: cfgperl
15043            ! perl.c
15044 ____________________________________________________________________________
15045 [  2652] By: jhi                                   on 1999/01/21  08:22:50
15046         Log: The LANGUAGE mirrors LC_ALL usage.
15047      Branch: cfgperl
15048            ! Configure config_h.SH
15049 ____________________________________________________________________________
15050 [  2651] By: jhi                                   on 1999/01/20  22:01:21
15051         Log: I_MNTENT was missing.
15052      Branch: cfgperl
15053            ! Configure config_h.SH
15054 ____________________________________________________________________________
15055 [  2650] By: jhi                                   on 1999/01/19  13:42:03
15056         Log: NetBSD update, based on patches from the NetBSD packages system.
15057      Branch: cfgperl
15058            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
15059 ____________________________________________________________________________
15060 [  2649] By: jhi                                   on 1999/01/19  12:44:02
15061         Log: Jumbo Configure update.
15062              * -Uinstallusrbinperl: disable /usr/bin/perl installation
15063              by installperl
15064              * usethreads.cbu
15065              * use64bits.cbu
15066              * "nosuid"
15067      Branch: cfgperl
15068            ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
15069            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
15070            ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
15071            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
15072            ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
15073            ! pod/perldiag.pod
15074 ____________________________________________________________________________
15075 [  2648] By: jhi                                   on 1999/01/19  09:16:44
15076         Log: Mention /usr/share/locale.
15077      Branch: cfgperl
15078            ! pod/perllocale.pod
15079 ____________________________________________________________________________
15080 [  2647] By: jhi                                   on 1999/01/19  09:11:11
15081         Log: SHMLBA strikes back in NetBSD/sparc.
15082              
15083              From: Dave Nelson <David.Nelson@bellcow.com>
15084              To: jhi@iki.fi
15085              Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
15086              Date: Mon, 18 Jan 1999 22:07:56 -0600
15087              Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
15088      Branch: cfgperl
15089            ! ext/IPC/SysV/SysV.xs
15090 ____________________________________________________________________________
15091 [  2646] By: jhi                                   on 1999/01/19  08:58:17
15092         Log: Show LANGUAGE env var when needed. (Augment change #2645).
15093      Branch: cfgperl
15094            ! util.c utils/perlbug.PL
15095 ____________________________________________________________________________
15096 [  2645] By: jhi                                   on 1999/01/19  08:52:15
15097         Log: Document the GNU LANGUAGE env var.
15098      Branch: cfgperl
15099            ! pod/perllocale.pod
15100 ____________________________________________________________________________
15101 [  2644] By: jhi                                   on 1999/01/19  08:42:25
15102         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15103              To: Mailing list Perl5 <perl5-porters@perl.org>
15104              Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
15105              Date: Mon, 18 Jan 1999 20:57:02 -0500
15106              Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
15107      Branch: cfgperl
15108            ! pp_hot.c t/op/pat.t
15109 ____________________________________________________________________________
15110 [  2643] By: jhi                                   on 1999/01/18  11:23:41
15111         Log: Add various cruft to "clean" target. (Time for t/Makefile?)
15112      Branch: cfgperl
15113            ! Makefile.SH
15114 ____________________________________________________________________________
15115 [  2642] By: jhi                                   on 1999/01/18  11:03:38
15116         Log: GNU libc locale system has LANGUAGE env var that partly
15117              overrides even LC_ALL.
15118      Branch: cfgperl
15119            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
15120 ____________________________________________________________________________
15121 [  2641] By: jhi                                   on 1999/01/18  10:55:04
15122         Log: Integrate from mainperl.
15123      Branch: cfgperl
15124           +> ext/B/defsubs.h.PL
15125            ! t/op/groups.t
15126           !> (integrate 38 files)
15127 ____________________________________________________________________________
15128 [  2640] By: gsar                                  on 1999/01/18  10:06:29
15129         Log: a few random cleanups
15130      Branch: perl
15131            ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
15132 ____________________________________________________________________________
15133 [  2639] By: gsar                                  on 1999/01/18  05:56:21
15134         Log: From:    "Vishal Bhatia" <vishalb@hotmail.com>
15135              Date:    Sun, 17 Jan 1999 16:41:10 PST
15136              Message-Id: <19990118004111.29667.qmail@hotmail.com>
15137              Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
15138      Branch: perl
15139            ! ext/B/B/C.pm
15140 ____________________________________________________________________________
15141 [  2638] By: gsar                                  on 1999/01/18  05:41:21
15142         Log: From:    jan.dubois@ibm.net (Jan Dubois)
15143              Date:    Mon, 18 Jan 1999 00:37:41 +0100
15144              Message-Id: <36a271cd.2105507@smtp1.ibm.net>
15145              Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
15146      Branch: perl
15147            ! dump.c
15148 ____________________________________________________________________________
15149 [  2633] By: gsar                                  on 1999/01/17  13:39:59
15150         Log: bogus assert()
15151      Branch: perl
15152            ! pp.c t/op/groups.t
15153 ____________________________________________________________________________
15154 [  2632] By: gsar                                  on 1999/01/17  13:22:04
15155         Log: various tweaks for clean build and test on win32
15156      Branch: perl
15157            ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
15158            ! op.c t/pragma/warn/doio
15159 ____________________________________________________________________________
15160 [  2631] By: gsar                                  on 1999/01/17  12:28:06
15161         Log: undo change#2336, and add clarification about subversive
15162              CPAN distributions from Andreas Koenig
15163      Branch: perl
15164            ! Porting/pumpkin.pod lib/CPAN.pm
15165 ____________________________________________________________________________
15166 [  2630] By: gsar                                  on 1999/01/17  12:04:06
15167         Log: fix silent taint failures under -U
15168      Branch: perl
15169            ! doio.c
15170 ____________________________________________________________________________
15171 [  2629] By: gsar                                  on 1999/01/17  12:00:23
15172         Log: sanity check piped opens (tweaked version of patch suggested
15173              by Mark-Jason Dominus)
15174      Branch: perl
15175            ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
15176            ! t/op/taint.t t/pragma/warn/doio
15177 ____________________________________________________________________________
15178 [  2628] By: gsar                                  on 1999/01/17  11:26:21
15179         Log: regen headers
15180      Branch: perl
15181            ! embed.h embedvar.h objXSUB.h
15182 ____________________________________________________________________________
15183 [  2627] By: gsar                                  on 1999/01/17  11:23:37
15184         Log: PERL_OBJECTness for change#2595
15185      Branch: perl
15186            ! embed.pl op.c pod/perlport.pod proto.h
15187 ____________________________________________________________________________
15188 [  2626] By: gsar                                  on 1999/01/17  09:47:07
15189         Log: PERL_OBJECT tweaks for change#2426
15190      Branch: perl
15191            ! embed.pl proto.h regcomp.c
15192 ____________________________________________________________________________
15193 [  2625] By: gsar                                  on 1999/01/17  09:37:58
15194         Log: documentation in change#2596 is not quite right; fix it
15195      Branch: perl
15196            ! lib/Math/BigFloat.pm pod/perlguts.pod
15197 ____________________________________________________________________________
15198 [  2624] By: gsar                                  on 1999/01/17  09:28:34
15199         Log: undo change#2571; C<use File::Spec> instead
15200      Branch: perl
15201            ! lib/FindBin.pm
15202 ____________________________________________________________________________
15203 [  2623] By: gsar                                  on 1999/01/17  09:20:42
15204         Log: change#2572 is not applicable; undo, retaining scan_bin addition
15205              to global.sym
15206      Branch: perl
15207            ! global.sym perl.c proto.h
15208 ____________________________________________________________________________
15209 [  2622] By: gsar                                  on 1999/01/17  09:17:42
15210         Log: change#2576 is based on a wrong premise; undo it
15211      Branch: perl
15212            ! pp_ctl.c
15213 ____________________________________________________________________________
15214 [  2621] By: gsar                                  on 1999/01/17  09:12:42
15215         Log: fix change#2602 to not used hard coded constants
15216      Branch: perl
15217            ! ext/B/B/C.pm ext/B/defsubs.h.PL
15218 ____________________________________________________________________________
15219 [  2620] By: gsar                                  on 1999/01/17  09:02:07
15220         Log: integrate cfgperl changes into mainline, fix conflicts
15221      Branch: perl
15222           +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
15223           +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
15224           +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
15225           +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
15226           +> pod/perlopentut.pod
15227           !> (integrate 162 files)
15228 ____________________________________________________________________________
15229 [  2619] By: gsar                                  on 1999/01/17  08:42:04
15230         Log: a few doc typos
15231      Branch: perl
15232            ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
15233 ____________________________________________________________________________
15234 [  2616] By: gbarr                                 on 1999/01/16  18:59:55
15235         Log: Win32 changes from Jan
15236              
15237              From: jan.dubois@ibm.net (Jan Dubois)
15238              Date: Fri, 15 Jan 1999 23:38:35 +0100
15239              Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
15240              Subject: [PATCH 5.005_03m2] Win32 Makefile patches
15241              
15242              From: jan.dubois@ibm.net (Jan Dubois)
15243              Date: Sat, 16 Jan 1999 13:02:45 +0100
15244              Message-ID: <36a07da6.10722337@smtp1.ibm.net>
15245              Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
15246      Branch: maint-5.005/perl
15247            ! README.win32 win32/Makefile win32/makefile.mk
15248 ____________________________________________________________________________
15249 [  2615] By: gbarr                                 on 1999/01/16  18:48:48
15250         Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
15251              
15252              From: Gurusamy Sarathy <gsar@engin.umich.edu>
15253              Date: Thu, 07 Jan 1999 00:12:00 -0500
15254              Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
15255              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
15256              
15257              From: Gurusamy Sarathy <gsar@engin.umich.edu>
15258              Date: Thu, 14 Jan 1999 19:21:46 -0500
15259              Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
15260              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
15261      Branch: maint-5.005/perl
15262            ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
15263            ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
15264            ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
15265            ! win32/makedef.pl win32/runperl.c win32/win32.c
15266 ____________________________________________________________________________
15267 [  2614] By: gbarr                                 on 1999/01/16  16:48:38
15268         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
15269              Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
15270              Message-Id: <199901151528.RAA08785@alpha.hut.fi>
15271              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
15272              
15273              From: Jarkko Hietaniemi <jhi@iki.fi>
15274              Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
15275              Message-Id: <199901151644.SAA08184@alpha.hut.fi>
15276              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
15277              
15278              From: Jarkko Hietaniemi <jhi@iki.fi>
15279              Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
15280              Message-Id: <199901151652.SAA11259@alpha.hut.fi>
15281              Subject: the promised "installusrbinperl + NetBSD" fix
15282      Branch: maint-5.005/perl
15283            ! Configure Makefile.SH hints/netbsd.sh installperl
15284            ! makedepend.SH unixish.h
15285 ____________________________________________________________________________
15286 [  2611] By: jhi                                   on 1999/01/14  12:16:14
15287         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
15288              To: pumpkings@jhereg.perl.com
15289              Subject: perlopentut.pod
15290              Date: Sat, 09 Jan 1999 08:13:18 -0700
15291              Message-Id: <199901091513.IAA17512@jhereg.perl.com>
15292      Branch: cfgperl
15293            + pod/perlopentut.pod
15294            ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
15295 ____________________________________________________________________________
15296 [  2607] By: gbarr                                 on 1999/01/14  02:53:40
15297         Log: Added Carp::cluck to perldelta.pod
15298      Branch: maint-5.005/perl
15299            ! pod/perldelta.pod
15300 ____________________________________________________________________________
15301 [  2605] By: jhi                                   on 1999/01/13  18:26:19
15302         Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
15303              To: "'cpan@perl.org'" <cpan@perl.org>
15304              Subject: "Bug" fix for File::Find.pm
15305              Date:   Thu, 31 Dec 1998 13:01:50 -0500
15306              Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
15307      Branch: cfgperl
15308            ! lib/File/Find.pm
15309 ____________________________________________________________________________
15310 [  2604] By: jhi                                   on 1999/01/13  18:08:45
15311         Log: From: Peter Wolfe <wolfe@teloseng.com>
15312              Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
15313              To: perlbug@perl.com
15314              Date: 11 Jan 1999 23:00:05 +0200
15315              Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
15316      Branch: cfgperl
15317            ! hints/sco.sh
15318 ____________________________________________________________________________
15319 [  2603] By: jhi                                   on 1999/01/13  18:06:56
15320         Log: From: hans@icgroup.nl (Hans Mulder)
15321              Subject: [Patch for 5.005_54] re::debugcolors dumps core
15322              To: perlbug@perl.com
15323              Cc: hansmu@xs4all.nl
15324              Date: 11 Jan 1999 22:22:45 +0200
15325              Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
15326      Branch: cfgperl
15327            ! ext/re/re.pm regcomp.c
15328 ____________________________________________________________________________
15329 [  2602] By: jhi                                   on 1999/01/13  18:05:43
15330         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
15331              Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
15332              Date: 11 Jan 1999 08:02:41 +0200
15333              Lines: 134
15334              Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
15335      Branch: cfgperl
15336            ! ext/B/B.xs ext/B/B/C.pm
15337 ____________________________________________________________________________
15338 [  2601] By: jhi                                   on 1999/01/13  18:01:53
15339         Log: From: James FitzGibbon <james@ican.net>
15340              Subject: Trivial patch for HP-UX 11 and shared libperl
15341              To: perl5-porters@perl.org
15342              Date: 8 Jan 1999 19:13:23 +0200
15343              Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
15344      Branch: cfgperl
15345            ! Makefile.SH
15346 ____________________________________________________________________________
15347 [  2600] By: jhi                                   on 1999/01/13  17:59:45
15348         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
15349              Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
15350              To: perl5-porters@perl.org
15351              Date: 8 Jan 1999 12:43:36 +0200
15352              Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
15353      Branch: cfgperl
15354            ! ext/B/B/CC.pm
15355 ____________________________________________________________________________
15356 [  2599] By: jhi                                   on 1999/01/13  17:50:11
15357         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
15358              Subject: PATCH to installperl
15359              To: perl5-porters@perl.org
15360              Date: 4 Jan 1999 16:15:18 +0200
15361              Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
15362      Branch: cfgperl
15363            ! installperl
15364 ____________________________________________________________________________
15365 [  2598] By: jhi                                   on 1999/01/13  17:34:51
15366         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
15367              To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
15368              Cc: perl5-porters@perl.org
15369              Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
15370              Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
15371              Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
15372      Branch: cfgperl
15373            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
15374            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
15375 ____________________________________________________________________________
15376 [  2597] By: jhi                                   on 1999/01/13  17:30:33
15377         Log: From: David Dyck <dcd@tc.fluke.com>
15378              To: Perl Porters <perl5-porters@perl.org>,
15379              Gurusamy Sarathy <gsar@engin.umich.edu>
15380              Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
15381              Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
15382              Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
15383      Branch: cfgperl
15384            ! pod/perldsc.pod
15385 ____________________________________________________________________________
15386 [  2596] By: jhi                                   on 1999/01/13  17:26:44
15387         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
15388              To: perl5-porters@perl.org
15389              Subject: [PATCH] modglobal w/ spelling fixes
15390              Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
15391              Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
15392      Branch: cfgperl
15393            ! pod/perlguts.pod
15394 ____________________________________________________________________________
15395 [  2595] By: jhi                                   on 1999/01/13  17:24:59
15396         Log: From: Hans Mulder <hansm@icgroup.nl>
15397              Optimize common sort routines.  Thread started by the message
15398              
15399              From: Hans Mulder <hansm@icgroup.nl>
15400              Sender: owner-perl5-porters@perl.org
15401              To: perl5-porters@perl.org
15402              Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
15403              Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
15404              
15405              and the patch from the message
15406              
15407              From: Hans Mulder <hans@icgroup.nl>
15408              To: jhi@iki.fi
15409              Cc: perl5-porters@perl.org
15410              Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
15411              $b }
15412              Date: Wed, 13 Jan 1999 17:39:35 +0100
15413              Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
15414      Branch: cfgperl
15415            ! Todo op.c op.h pp_ctl.c t/op/sort.t
15416 ____________________________________________________________________________
15417 [  2594] By: jhi                                   on 1999/01/13  16:50:17
15418         Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
15419              (the diffs were based on 5.004_02).  Tested by Guido
15420              and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
15421      Branch: cfgperl
15422            + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
15423            + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
15424            + mint/sys/time.h mint/time.h
15425            ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
15426            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
15427 ____________________________________________________________________________
15428 [  2593] By: jhi                                   on 1999/01/09  16:54:26
15429         Log: Detypo.
15430      Branch: cfgperl
15431            ! hints/dec_osf.sh
15432 ____________________________________________________________________________
15433 [  2592] By: jhi                                   on 1999/01/09  16:17:13
15434         Log: Move usethreads and use64bits logic from hints to Configure.
15435      Branch: cfgperl
15436            ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
15437            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
15438            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
15439            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
15440 ____________________________________________________________________________
15441 [  2591] By: jhi                                   on 1999/01/09  14:45:24
15442         Log: Missing dTHRs added.
15443      Branch: cfgperl
15444            ! regcomp.c toke.c
15445 ____________________________________________________________________________
15446 [  2590] By: jhi                                   on 1999/01/08  15:27:17
15447         Log: Finalize change #2589 and add better AIX nm scanning from:
15448              
15449              Message-Id: <m0zyNW0-00017VC@gentoo.com>
15450              From: bll@gentoo.com (Brad Lanam)
15451              Subject: Re: mailhelp returned a non-zero status
15452              In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
15453              To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
15454      Branch: cfgperl
15455            ! Configure hints/freebsd.sh hints/linux.sh
15456 ____________________________________________________________________________
15457 [  2589] By: jhi                                   on 1999/01/08  15:14:54
15458         Log: Undo change #2581.
15459      Branch: cfgperl
15460            ! Configure hints/freebsd.sh hints/linux.sh
15461 ____________________________________________________________________________
15462 [  2588] By: jhi                                   on 1999/01/08  11:51:52
15463         Log: FAQ jumbo patch from tchrist.
15464              
15465              Message-Id: <199901080605.XAA20229@jhereg.perl.com>
15466              From: Tom Christiansen <tchrist@jhereg.perl.com>
15467              To: pumpkings@jhereg.perl.com
15468              Subject: newest version of perlfaq.pod
15469              Date: Thu, 7 Jan 1999 23:05:02 -0700
15470              
15471              Message-Id: <199901080605.XAA20231@jhereg.perl.com>
15472              From: Tom Christiansen <tchrist@jhereg.perl.com>
15473              To: pumpkings@jhereg.perl.com
15474              Subject: newest version of perlfaq1.pod
15475              Date: Thu, 7 Jan 1999 23:05:02 -0700
15476              
15477              Message-Id: <199901080605.XAA20233@jhereg.perl.com>
15478              From: Tom Christiansen <tchrist@jhereg.perl.com>
15479              To: pumpkings@jhereg.perl.com
15480              Subject: newest version of perlfaq2.pod
15481              Date: Thu, 7 Jan 1999 23:05:02 -0700
15482              
15483              Message-Id: <199901080605.XAA20235@jhereg.perl.com>
15484              From: Tom Christiansen <tchrist@jhereg.perl.com>
15485              To: pumpkings@jhereg.perl.com
15486              Subject: newest version of perlfaq3.pod
15487              Date: Thu, 7 Jan 1999 23:05:02 -0700
15488              
15489              Message-Id: <199901080605.XAA20237@jhereg.perl.com>
15490              From: Tom Christiansen <tchrist@jhereg.perl.com>
15491              To: pumpkings@jhereg.perl.com
15492              Subject: newest version of perlfaq4.pod
15493              Date: Thu, 7 Jan 1999 23:05:02 -0700
15494              
15495              Message-Id: <199901080605.XAA20239@jhereg.perl.com>
15496              From: Tom Christiansen <tchrist@jhereg.perl.com>
15497              To: pumpkings@jhereg.perl.com
15498              Subject: newest version of perlfaq5.pod
15499              Date: Thu, 7 Jan 1999 23:05:02 -0700
15500              
15501              Message-Id: <199901080605.XAA20241@jhereg.perl.com>
15502              From: Tom Christiansen <tchrist@jhereg.perl.com>
15503              To: pumpkings@jhereg.perl.com
15504              Subject: newest version of perlfaq6.pod
15505              Date: Thu, 7 Jan 1999 23:05:02 -0700
15506              
15507              Message-Id: <199901080605.XAA20243@jhereg.perl.com>
15508              From: Tom Christiansen <tchrist@jhereg.perl.com>
15509              To: pumpkings@jhereg.perl.com
15510              Subject: newest version of perlfaq7.pod
15511              Date: Thu, 7 Jan 1999 23:05:03 -0700
15512              
15513              Message-Id: <199901080605.XAA20245@jhereg.perl.com>
15514              From: Tom Christiansen <tchrist@jhereg.perl.com>
15515              To: pumpkings@jhereg.perl.com
15516              Subject: newest version of perlfaq8.pod
15517              Date: Thu, 7 Jan 1999 23:05:03 -0700
15518              
15519              Message-Id: <199901080605.XAA20257@jhereg.perl.com>
15520              From: Tom Christiansen <tchrist@jhereg.perl.com>
15521              To: pumpkings@jhereg.perl.com
15522              Subject: newest version of perlfaq9.pod
15523              Date: Thu, 7 Jan 1999 23:05:03 -0700
15524      Branch: cfgperl
15525            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
15526            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
15527            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
15528            ! pod/perlfaq9.pod
15529 ____________________________________________________________________________
15530 [  2587] By: jhi                                   on 1999/01/08  11:17:43
15531         Log: More doc fixes from Abigail.
15532      Branch: cfgperl
15533            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
15534            ! lib/User/pwent.pm
15535 ____________________________________________________________________________
15536 [  2585] By: jhi                                   on 1999/01/08  08:31:02
15537         Log: Change #2584 from maint-5.005:
15538              
15539              implemented Ilya's suggested fix, and added a testcase
15540              
15541              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15542              Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
15543              Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
15544              Subject: Re: Text::ParseWords: regex fix
15545      Branch: cfgperl
15546            ! lib/Text/ParseWords.pm t/lib/parsewords.t
15547 ____________________________________________________________________________
15548 [  2583] By: gbarr                                 on 1999/01/08  04:50:03
15549         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
15550              Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
15551              Message-Id: <199901071047.MAA24100@alpha.hut.fi>
15552              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
15553      Branch: maint-5.005/perl
15554            ! ext/Errno/Errno_pm.PL
15555 ____________________________________________________________________________
15556 [  2581] By: jhi                                   on 1999/01/07  16:38:03
15557         Log: Configure update:
15558              - usethreads, use64bits, and usemultiplicity
15559              are no more interactively asked by Configure
15560              - "int main()" (vs bare "main()") enforced in test programs
15561      Branch: cfgperl
15562            ! Configure hints/freebsd.sh hints/linux.sh
15563 ____________________________________________________________________________
15564 [  2580] By: jhi                                   on 1999/01/07  11:19:12
15565         Log: From: Dan Sugalski <sugalskd@osshe.edu>
15566              Date: Wed, 06 Jan 1999 13:47:34 -0800
15567              Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
15568              Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
15569      Branch: cfgperl
15570            ! vms/vms.c
15571 ____________________________________________________________________________
15572 [  2579] By: jhi                                   on 1999/01/07  09:08:36
15573         Log: Another set of doc patches from Abigail
15574              
15575              From: abigail@fnx.com
15576              Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
15577              Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
15578              Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
15579              
15580              From: abigail@fnx.com
15581              Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
15582              Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
15583              Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
15584              
15585              From: abigail@fnx.com
15586              Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
15587              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
15588              Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
15589              
15590              From: abigail@fnx.com
15591              Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
15592              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
15593              Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
15594              
15595              From: abigail@fnx.com
15596              Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
15597              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
15598              Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
15599              
15600              From: abigail@fnx.com
15601              Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
15602              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
15603              Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
15604              
15605              From: abigail@fnx.com
15606              Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
15607              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
15608              Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
15609              
15610              From: abigail@fnx.com
15611              Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
15612              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
15613              Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
15614              
15615              From: abigail@fnx.com
15616              Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
15617              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
15618              Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
15619              
15620              From: abigail@fnx.com
15621              Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
15622              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
15623              Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
15624              
15625              From: abigail@fnx.com
15626              Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
15627              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
15628              Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
15629              
15630              From: abigail@fnx.com
15631              Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
15632              Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
15633              Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
15634              
15635              From: abigail@fnx.com
15636              Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
15637              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
15638              Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
15639              
15640              From: abigail@fnx.com
15641              Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
15642              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
15643              Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
15644      Branch: cfgperl
15645            ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
15646            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
15647            ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
15648            ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
15649            ! lib/Tie/Array.pm lib/Tie/Hash.pm
15650 ____________________________________________________________________________
15651 [  2576] By: jhi                                   on 1999/01/06  17:05:20
15652         Log: Change #2582 fallout: the amagic_cmp* are no more file static.
15653      Branch: cfgperl
15654            ! pp_ctl.c
15655 ____________________________________________________________________________
15656 [  2575] By: jhi                                   on 1999/01/06  13:18:56
15657         Log: Enhance the great_circle_distance() documentation.
15658      Branch: cfgperl
15659            ! lib/Math/Trig.pm
15660 ____________________________________________________________________________
15661 [  2574] By: jhi                                   on 1999/01/06  12:58:03
15662         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
15663              To: perlbug@perl.com
15664              Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
15665              Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
15666              Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
15667      Branch: cfgperl
15668            ! t/op/sysio.t
15669 ____________________________________________________________________________
15670 [  2573] By: jhi                                   on 1999/01/06  12:40:19
15671         Log: From: "W. Phillip Moore" <wpm@ms.com>
15672              To: perlbug@perl.org
15673              Subject: [PATCH] POSIX getpgrp is not -w clean
15674              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
15675              Message-ID: <13970.20107.190314.549471@zappa>
15676      Branch: cfgperl
15677            ! ext/POSIX/POSIX.pm
15678 ____________________________________________________________________________
15679 [  2572] By: jhi                                   on 1999/01/06  12:25:24
15680         Log: Based on
15681              From: jan.dubois@ibm.net (Jan Dubois)
15682              To: perl5-porters@perl.org
15683              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
15684              Date: Wed, 06 Jan 1999 01:24:09 +0100
15685              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
15686              except that
15687              - objXSUB.h was already okay
15688              - embed.h patching is futile, global.sym patched instead
15689              - objpp.h does not exist
15690              - proto.h addition applied manually
15691              - win32/GenCAPI.pl was already okay
15692              - win32/makedef.pl was already okay
15693      Branch: cfgperl
15694            ! global.sym perl.c proto.h
15695 ____________________________________________________________________________
15696 [  2571] By: jhi                                   on 1999/01/06  11:25:48
15697         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
15698              To: perlbug@perl.com
15699              Subject: FindBin.pm on Win32 systems
15700              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
15701              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
15702      Branch: cfgperl
15703            ! lib/FindBin.pm
15704 ____________________________________________________________________________
15705 [  2570] By: jhi                                   on 1999/01/06  11:21:48
15706         Log: From: Dan Sugalski <sugalskd@osshe.edu>
15707              To: perl5-porters@perl.org, vmsperl@perl.org
15708              Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
15709              Date: Tue, 05 Jan 1999 16:47:31 -0800
15710              Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
15711              
15712              (the ext/IO/lib/IO/Socket.pm was not really changed here;
15713              it was a leftover from #2569)
15714      Branch: cfgperl
15715            ! ext/IO/lib/IO/Socket.pm taint.c
15716 ____________________________________________________________________________
15717 [  2569] By: jhi                                   on 1999/01/06  11:18:22
15718         Log: Jumbo doc patch from Abigail (almost identical to
15719              the 5.005-maint change #2562 except for the
15720              ext/IO/lib/IO/Socket.pm patch which was not
15721              applicable because the IO version of 5.005-devel
15722              is somewhat different (why?))
15723              
15724              From: abigail@fnx.com
15725              Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
15726              Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
15727              Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
15728              
15729              From: abigail@fnx.com
15730              Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
15731              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
15732              Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
15733              
15734              From: abigail@fnx.com
15735              Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
15736              Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
15737              Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
15738              
15739              From: abigail@fnx.com
15740              Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
15741              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
15742              Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
15743              
15744              From: abigail@fnx.com
15745              Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
15746              Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
15747              Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
15748              
15749              From: abigail@fnx.com
15750              Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
15751              Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
15752              Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
15753              
15754              From: abigail@fnx.com
15755              Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
15756              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
15757              Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
15758              
15759              From: abigail@fnx.com
15760              Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
15761              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
15762              Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
15763              
15764              From: abigail@fnx.com
15765              Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
15766              Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
15767              Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
15768              
15769              From: abigail@fnx.com
15770              Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
15771              Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
15772              Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
15773      Branch: cfgperl
15774            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
15775            ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
15776            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
15777            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
15778            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
15779 ____________________________________________________________________________
15780 [  2568] By: gbarr                                 on 1999/01/06  03:13:15
15781         Log: From: jan.dubois@ibm.net (Jan Dubois)
15782              Date: Wed, 06 Jan 1999 01:24:09 +0100
15783              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
15784              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
15785      Branch: maint-5.005/perl
15786            ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
15787            ! win32/GenCAPI.pl win32/makedef.pl
15788 ____________________________________________________________________________
15789 [  2566] By: gbarr                                 on 1999/01/06  02:29:05
15790         Log: From: "W. Phillip Moore" <wpm@ms.com>
15791              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
15792              Message-ID: <13970.20107.190314.549471@zappa>
15793              Subject: [PATCH] POSIX getpgrp is not -w clean
15794      Branch: maint-5.005/perl
15795            ! ext/POSIX/POSIX.pm
15796 ____________________________________________________________________________
15797 [  2565] By: gbarr                                 on 1999/01/06  02:19:00
15798         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
15799              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
15800              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
15801              Subject: FindBin.pm on Win32 systems
15802      Branch: maint-5.005/perl
15803            ! lib/FindBin.pm
15804 ____________________________________________________________________________
15805 [  2561] By: jhi                                   on 1999/01/05  10:49:10
15806         Log: Reword the setlocale() 1-arg case better.
15807      Branch: cfgperl
15808            ! ext/POSIX/POSIX.pod
15809 ____________________________________________________________________________
15810 [  2559] By: gbarr                                 on 1999/01/02  15:37:35
15811         Log: From: Blair Zajac <bzajac@geostaff.com>
15812              Date: Wed, 23 Dec 1998 17:13:32 -0800
15813              Message-ID: <3681953C.8B6A90AA@geostaff.com>
15814              Subject: Tie::SubstrHash patch
15815      Branch: maint-5.005/perl
15816            ! lib/Tie/SubstrHash.pm
15817 ____________________________________________________________________________
15818 [  2554] By: jhi                                   on 1999/01/02  14:55:06
15819         Log: Object destruction order testing.
15820      Branch: cfgperl
15821            ! t/op/misc.t
15822 ____________________________________________________________________________
15823 [  2553] By: jhi                                   on 1999/01/02  14:49:40
15824         Log: perldelta the Dumpvalue.pm of change #2513.
15825      Branch: cfgperl
15826            ! lib/Dumpvalue.pm pod/perldelta.pod
15827 ____________________________________________________________________________
15828 [  2552] By: nick                                  on 1999/01/02  14:45:38
15829         Log: Tone down Makefile.PL so it works on Win32
15830      Branch: perl
15831            ! ext/B/Makefile.PL
15832 ____________________________________________________________________________
15833 [  2551] By: nick                                  on 1999/01/02  14:06:30
15834         Log: Export constant subs from B.xs for op.h, cop.h and a few others.
15835              Use them in various B::* rather than have local defs.
15836      Branch: perl
15837            + ext/B/defsubs.h.PL
15838            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
15839            ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
15840            ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
15841 ____________________________________________________________________________
15842 [  2550] By: nick                                  on 1999/01/02  10:04:02
15843         Log: Integrate ext/B changes from //depot/cfgperl
15844      Branch: perl
15845           !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
15846 ____________________________________________________________________________
15847 [  2549] By: jhi                                   on 1999/01/01  13:54:16
15848         Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
15849              To: perlbug@perl.com
15850              Subject: op/groups.t fails test 1 on HP-UX 10.20
15851              Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
15852              Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
15853      Branch: cfgperl
15854            ! t/op/groups.t
15855 ____________________________________________________________________________
15856 [  2548] By: jhi                                   on 1999/01/01  13:53:31
15857         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15858              To: perl5-porters@perl.org
15859              cc: hv@crypt0.demon.co.uk
15860              Subject: [bug 5.004_54] duplicate error message
15861              Date: Thu, 31 Dec 1998 04:05:25 +0000
15862              Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
15863              
15864              Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
15865              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
15866              To: hv@crypt0.demon.co.uk
15867              Cc: perl5-porters@perl.org
15868              Subject: [PATCH _54] Re: duplicate error message
15869              Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
15870              
15871              Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
15872              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15873              To: Stephen McCamant <smccam@uclink4.berkeley.edu>
15874              cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
15875              Subject: [TEST PATCH _54] Re: duplicate error message 
15876              Date: Fri, 01 Jan 1999 07:32:14 +0000
15877      Branch: cfgperl
15878            ! op.c t/pragma/warn/op
15879 ____________________________________________________________________________
15880 [  2547] By: jhi                                   on 1998/12/31  14:15:04
15881         Log: From: Chris Nandor <pudge@pobox.com>
15882              To: jhi@iki.fi
15883              Cc: perl5-porters@perl.org
15884              Subject: Re: [PATCH] perlport.pod 1.38
15885              Date: Thu, 31 Dec 1998 09:06:48 -0500
15886              Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
15887      Branch: cfgperl
15888            ! pod/perlport.pod
15889 ____________________________________________________________________________
15890 [  2546] By: jhi                                   on 1998/12/31  11:18:17
15891         Log: From: Wilson P. Snyder II
15892              To: perl5-porters@perl.org
15893              Subject: [PATCH v5.5.53] REV2: Binary number support
15894              Date: 1998/11/30
15895              Message-ID: <199811301543.KAA15689@vulcan.maker.com>
15896      Branch: cfgperl
15897            ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
15898            ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
15899            ! toke.c util.c
15900 ____________________________________________________________________________
15901 [  2545] By: jhi                                   on 1998/12/31  09:27:40
15902         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
15903              To: perlbug@perl.com
15904              Subject: "perl -T -P" dumps core on OpenBSD and Linux
15905              Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
15906              Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
15907      Branch: cfgperl
15908            ! taint.c
15909 ____________________________________________________________________________
15910 [  2544] By: jhi                                   on 1998/12/31  09:21:45
15911         Log: From: Tim Bunce <Tim.Bunce@ig.co.uk> 
15912              To: perlbug@perl.com 
15913              Subject: bug in pod2man search for perl binary [5.005_5x]
15914              Date: Sat, 12 Dec 1998 23:08:51 +0000 
15915              Message-ID: <19981212230851.A20578@ig.co.uk> 
15916      Branch: cfgperl
15917            ! pod/pod2man.PL
15918 ____________________________________________________________________________
15919 [  2541] By: gbarr                                 on 1998/12/30  14:37:14
15920         Log: From: jan.dubois@ibm.net (Jan Dubois)
15921              Date: Wed, 23 Dec 1998 21:26:38 +0100
15922              Message-ID: <36895086.8849224@smtp1.ibm.net>
15923              Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
15924      Branch: maint-5.005/perl
15925            ! lib/ExtUtils/MakeMaker.pm
15926 ____________________________________________________________________________
15927 [  2540] By: jhi                                   on 1998/12/30  08:42:04
15928         Log: Evermore AUTHORS and MAINTAIN.
15929      Branch: cfgperl
15930            ! AUTHORS MAINTAIN
15931 ____________________________________________________________________________
15932 [  2539] By: jhi                                   on 1998/12/29  15:10:34
15933         Log: More AUTHORS and MAINTAIN.
15934      Branch: cfgperl
15935            ! AUTHORS MAINTAIN
15936 ____________________________________________________________________________
15937 [  2537] By: jhi                                   on 1998/12/29  14:34:47
15938         Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
15939              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
15940              Message-ID: <13942.32480.700000.640927@utensil>
15941              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
15942              (mirror change#2531 in the 5.005-maint)
15943      Branch: cfgperl
15944            ! lib/AutoSplit.pm
15945 ____________________________________________________________________________
15946 [  2531] By: gbarr                                 on 1998/12/29  14:12:25
15947         Log: change in_pod pattern to /^=\w/ from /^=/
15948              From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
15949              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
15950              Message-ID: <13942.32480.700000.640927@utensil>
15951              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
15952      Branch: maint-5.005/perl
15953            ! lib/AutoSplit.pm
15954 ____________________________________________________________________________
15955 [  2525] By: jhi                                   on 1998/12/29  13:06:26
15956         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
15957              To: perl5-porters@perl.org
15958              Subject: [PATCH 5.005_54] More minor  Fixes in CC.pm/C.pm
15959              Date: 16 Dec 1998 03:17:03 +0200
15960              Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
15961      Branch: cfgperl
15962            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
15963 ____________________________________________________________________________
15964 [  2524] By: jhi                                   on 1998/12/29  13:00:06
15965         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
15966              To: perl5-porters@perl.org
15967              Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
15968              Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
15969              Date: 10 Dec 1998 08:30:02 +0200
15970              Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
15971              
15972              (Nick's part was applied earlier, in change #2460)
15973      Branch: cfgperl
15974            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
15975 ____________________________________________________________________________
15976 [  2523] By: jhi                                   on 1998/12/29  12:41:31
15977         Log: From: "vishal bhatia" <vishalb@hotmail.com>
15978              To: nick@ni-s.u-net.com
15979              Cc: perl5-porters@perl.org
15980              Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
15981              Date: 9 Dec 1998 06:50:30 +0200
15982              Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
15983      Branch: cfgperl
15984            ! ext/B/B/CC.pm
15985 ____________________________________________________________________________
15986 [  2522] By: jhi                                   on 1998/12/29  12:15:18
15987         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
15988              To: perl5-porters@perl.org (Perl 5 Porters)
15989              Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
15990              Date: 25 Dec 1998 23:02:28 +0200
15991              Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
15992      Branch: cfgperl
15993            ! lib/Pod/Text.pm
15994 ____________________________________________________________________________
15995 [  2521] By: jhi                                   on 1998/12/29  12:07:54
15996         Log: Undo #2519 (breaks universal.c).
15997      Branch: cfgperl
15998            ! XSUB.h
15999 ____________________________________________________________________________
16000 [  2519] By: jhi                                   on 1998/12/29  11:41:10
16001         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
16002              To: perl5-porters@perl.org
16003              Cc: perl-xs@perl.org
16004              Subject: XSUB.h refinement [PATCH]
16005              Date: 18 Dec 1998 03:58:44 +0200
16006              Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
16007      Branch: cfgperl
16008            ! XSUB.h
16009 ____________________________________________________________________________
16010 [  2518] By: jhi                                   on 1998/12/29  11:36:19
16011         Log: From: abigail@fnx.com
16012              To: perl5-porters@perl.org (Perl Porters)
16013              Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
16014              Date: 28 Dec 1998 21:39:15 +0200
16015              Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
16016      Branch: cfgperl
16017            ! lib/fields.pm
16018 ____________________________________________________________________________
16019 [  2517] By: jhi                                   on 1998/12/29  11:35:03
16020         Log: Document change #2516.
16021      Branch: cfgperl
16022            ! pod/perldelta.pod
16023 ____________________________________________________________________________
16024 [  2516] By: jhi                                   on 1998/12/29  11:32:26
16025         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16026              To: perl5-porters@perl.org (Mailing list Perl5)
16027              Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
16028              Date: 9 Dec 1998 10:39:31 +0200
16029              Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
16030      Branch: cfgperl
16031            ! pod/perldiag.pod regcomp.c toke.c
16032 ____________________________________________________________________________
16033 [  2515] By: jhi                                   on 1998/12/29  11:27:11
16034         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16035              To: perl5-porters@perl.org (Mailing list Perl5)
16036              Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
16037              Date: 8 Dec 1998 09:02:04 +0200
16038              Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
16039              
16040              \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
16041      Branch: cfgperl
16042            ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
16043 ____________________________________________________________________________
16044 [  2514] By: jhi                                   on 1998/12/29  11:21:31
16045         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16046              To: perl5-porters@perl.org (Mailing list Perl5)
16047              Subject: [PATCH 5.005_53] Regexp tests and UTF8
16048              Date: 8 Dec 1998 07:02:01 +0200
16049              Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
16050      Branch: cfgperl
16051            ! regcomp.c
16052 ____________________________________________________________________________
16053 [  2513] By: jhi                                   on 1998/12/29  11:18:34
16054         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16055              Subject: [PATCH 5.005_*] Dumpvar.pm
16056              To: perl5-porters@perl.org (Mailing list Perl5)
16057              Date: 7 Dec 1998 10:17:35 +0200
16058              Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
16059      Branch: cfgperl
16060            + lib/Dumpvalue.pm
16061            ! MANIFEST
16062 ____________________________________________________________________________
16063 [  2511] By: gbarr                                 on 1998/12/28  14:55:28
16064         Log: From: jan.dubois@ibm.net (Jan Dubois)
16065              Date: Tue, 01 Dec 1998 00:07:33 +0100
16066              Message-ID: <366921b5.14512598@smtp1.ibm.net>
16067              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
16068              
16069              From: jan.dubois@ibm.net (Jan Dubois)
16070              Date: Wed, 02 Dec 1998 00:24:54 +0100
16071              Message-ID: <366a77bb.19498126@smtp1.ibm.net>
16072              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
16073      Branch: maint-5.005/perl
16074            ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
16075            ! win32/config.bc win32/config.gc win32/config.vc
16076            ! win32/config_sh.PL win32/makedef.pl
16077 ____________________________________________________________________________
16078 [  2509] By: jhi                                   on 1998/12/28  13:00:31
16079     Log: Kickstart AUTHORS and MAINTAIN.
16080  Branch: cfgperl
16081        + AUTHORS MAINTAIN
16082        ! MANIFEST
16083 ____________________________________________________________________________
16084 [  2508] By: jhi                                   on 1998/12/28  08:04:00
16085     Log: From: Nathan Torkington <gnat@frii.com>
16086          To: perlbug@perl.com
16087          Subject: [PATCH] perlxstut.pod fix
16088          Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
16089          Message-ID: <13956.15285.933914.320849@localhost.frii.com>
16090  Branch: cfgperl
16091        ! pod/perlxstut.pod
16092 ____________________________________________________________________________
16093 [  2507] By: jhi                                   on 1998/12/28  07:59:00
16094     Log: From: abigail@fnx.com
16095          To: perlbug@perl.com
16096          Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
16097          Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
16098          Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
16099          (slightly modified, a part of the patch was rejected)
16100          (strange, I thought I had already submitted this one
16101          but Perforce disagrees with me...)
16102  Branch: cfgperl
16103        ! pod/perlop.pod
16104 ____________________________________________________________________________
16105 [  2506] By: jhi                                   on 1998/12/28  07:56:59
16106     Log: From: Artur <artur@vogon-solutions.com>
16107          To: perlbug@perl.com
16108          Subject: PATCH: perlmodlib.pod
16109          Date: Fri, 25 Dec 1998 00:48:39 +0000
16110          Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
16111  Branch: cfgperl
16112        ! pod/perlmodlib.pod pod/perlop.pod
16113 ____________________________________________________________________________
16114 [  2505] By: jhi                                   on 1998/12/28  07:46:06
16115     Log: From: abigail@fnx.com
16116          To: perl5-porters@perl.org (Perl Porters)
16117          Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
16118          Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
16119          Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
16120  Branch: cfgperl
16121        ! pod/pod2html.PL
16122 ____________________________________________________________________________
16123 [  2504] By: jhi                                   on 1998/12/28  07:44:35
16124     Log: From: Jim Avera <avera@fjst.com>
16125          To: perlbug@perl.com
16126          Subject: perlbug bug - shows dates reversed
16127          Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
16128          Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
16129  Branch: cfgperl
16130        ! utils/perlbug.PL
16131 ____________________________________________________________________________
16132 [  2503] By: jhi                                   on 1998/12/28  07:41:39
16133     Log: From: jan.dubois@ibm.net (Jan Dubois)
16134          To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
16135          Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
16136          Date: Wed, 23 Dec 1998 21:26:38 +0100
16137          Message-ID: <36895086.8849224@smtp1.ibm.net>
16138  Branch: cfgperl
16139        ! lib/ExtUtils/MakeMaker.pm
16140 ____________________________________________________________________________
16141 [  2502] By: jhi                                   on 1998/12/28  07:39:20
16142     Log: From: Blair Zajac <bzajac@geostaff.com>
16143          To: perl5-porters@perl.org
16144          Subject: Tie::SubstrHash patch
16145          Date: Wed, 23 Dec 1998 17:13:32 -0800
16146          Message-ID: <3681953C.8B6A90AA@geostaff.com>
16147  Branch: cfgperl
16148        ! lib/Tie/SubstrHash.pm
16149 ____________________________________________________________________________
16150 [  2501] By: jhi                                   on 1998/12/28  07:37:16
16151     Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
16152          To: perlbug@perl.com
16153          Subject: perlfaq9 minor error
16154          Date: Wed, 23 Dec 1998 14:54:19 -0800
16155          Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
16156  Branch: cfgperl
16157        ! pod/perlfaq9.pod
16158 ____________________________________________________________________________
16159 [  2500] By: jhi                                   on 1998/12/23  10:38:18
16160     Log: More porting notes about filesystems, AmigaOS, and MiNT.
16161  Branch: cfgperl
16162        ! pod/perlport.pod
16163 ____________________________________________________________________________
16164 [  2499] By: jhi                                   on 1998/12/22  09:26:49
16165     Log: Add few MSG_ and uio constants.
16166  Branch: cfgperl
16167        ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
16168 ____________________________________________________________________________
16169 [  2498] By: jhi                                   on 1998/12/22  08:39:30
16170     Log: Slight recoding of util.c:repeatcpy() to circumnavigate
16171          a Digital C compiler optimizer bug that broke the 'x'
16172          operator under certain circumstances.  See t/op/repeat.t
16173          test #20 for graphic details.  Reported in
16174          
16175          From: Gisle Aas <gisle@aas.no>
16176          To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
16177          Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
16178          Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
16179          Date: 18 Dec 1998 14:27:40 +0100
16180          Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
16181          
16182          and discussed further in the thread
16183          
16184          From: Jarkko Hietaniemi <jhi@iki.fi>
16185          To: Gisle Aas <gisle@aas.no>
16186          Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
16187          cpan-testers@perl.org, perl5-porters@perl.org
16188          Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
16189          Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
16190          Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
16191  Branch: cfgperl
16192        ! t/op/repeat.t util.c
16193 ____________________________________________________________________________
16194 [  2497] By: jhi                                   on 1998/12/21  14:18:57
16195     Log: Change #2483 update.
16196  Branch: cfgperl
16197        ! t/op/tr.t
16198 ____________________________________________________________________________
16199 [  2496] By: jhi                                   on 1998/12/21  14:07:41
16200     Log: Update on change #2493.
16201  Branch: cfgperl
16202        ! t/pragma/warn/op
16203 ____________________________________________________________________________
16204 [  2495] By: jhi                                   on 1998/12/21  13:52:00
16205     Log: Change #2487 aftershock.
16206  Branch: cfgperl
16207        ! warning.pl
16208 ____________________________________________________________________________
16209 [  2494] By: jhi                                   on 1998/12/21  12:35:00
16210     Log: From: Chris Nandor <pudge@pobox.com>
16211          To: perl5-porters@perl.org
16212          Subject: [PATCH] perlport.pod v1.37
16213          Date: Sat, 19 Dec 1998 12:54:34 -0500
16214          Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
16215  Branch: cfgperl
16216        ! pod/perlport.pod
16217 ____________________________________________________________________________
16218 [  2493] By: jhi                                   on 1998/12/21  12:22:44
16219     Log: From: Mark-Jason Dominus <mjd@plover.com>
16220          To: perl5-porters@perl.com
16221          Subject: PATCH (5.005_02): Dejargonizing
16222          Date: Sun, 20 Dec 1998 14:35:20 -0500
16223          Message-ID: <19981220193520.11230.qmail@plover.com>
16224          
16225          From: Mark-Jason Dominus <mjd@plover.com>
16226          To: perl5-porters@perl.com
16227          Subject: PATCH (5.005_02): Spelling correction in warning message
16228          Date: Sun, 20 Dec 1998 13:51:30 -0500
16229          Message-ID: <19981220185130.11067.qmail@plover.com>
16230  Branch: cfgperl
16231        ! doio.c op.c
16232 ____________________________________________________________________________
16233 [  2492] By: jhi                                   on 1998/12/21  09:00:05
16234     Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
16235          To: perl5-porters@perl.org
16236          Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
16237          Date: Sun, 20 Dec 1998 19:03:25 PST
16238          Message-ID: <19981221030326.27660.qmail@hotmail.com>
16239          
16240          (slightly reformatted)
16241  Branch: cfgperl
16242        ! ext/B/B/CC.pm
16243 ____________________________________________________________________________
16244 [  2491] By: nick                                  on 1998/12/20  14:21:29
16245     Log: Save _all_ GV's which have SV, AV or HV set.
16246  Branch: perl
16247        ! ext/B/B/C.pm
16248 ____________________________________________________________________________
16249 [  2490] By: jhi                                   on 1998/12/18  15:13:19
16250     Log: Add idea about generalising cpp symbol probing of Errno.
16251  Branch: cfgperl
16252        ! Todo
16253 ____________________________________________________________________________
16254 [  2489] By: jhi                                   on 1998/12/18  14:47:57
16255     Log: Address some of the issues of:
16256          
16257          From: Tom Christiansen <tchrist@jhereg.perl.com>
16258          To: perl-porters-active@jhereg.perl.com
16259          Subject: Undocumentation Issues for 5.005
16260          Date: Thu, 17 Dec 1998 14:46:24 -0700
16261          Message-Id: <199812172146.OAA05316@jhereg.perl.com>
16262  Branch: cfgperl
16263        ! pod/perl5005delta.pod
16264 ____________________________________________________________________________
16265 [  2488] By: jhi                                   on 1998/12/18  11:26:32
16266     Log: From: root <root@dubravka.in-berlin.de>
16267          To: perlbug@perl.com
16268          Cc: k@dubravka.in-berlin.de
16269          Subject: Please add no_modify to PERL_POLLUTE
16270          Date: Fri, 18 Dec 1998 10:45:52 +0100
16271          Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
16272          
16273          (Really from Andreas König)
16274  Branch: cfgperl
16275        ! embed.pl
16276 ____________________________________________________________________________
16277 [  2487] By: jhi                                   on 1998/12/17  14:05:52
16278     Log: Some (by far not all) issues of the below message addressed.
16279          
16280          From: Tom Christiansen <tchrist@jhereg.perl.com>
16281          To: The Perl Porters Mailing List <perl5-porters@perl.org>
16282          Subject: important UNDOC issues for 5.005_54
16283          Date: Wed, 16 Dec 1998 21:14:53 -0700
16284          Message-Id: <199812170414.VAA25860@jhereg.perl.com>
16285  Branch: cfgperl
16286        ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
16287 ____________________________________________________________________________
16288 [  2486] By: jhi                                   on 1998/12/17  12:47:15
16289     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16290          To: domo@computer.org
16291          Cc: jhi@iki.fi, perl5-porters@perl.org
16292          Subject: Re: stuff related to malloc.c
16293          Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
16294          Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
16295  Branch: cfgperl
16296        ! malloc.c
16297 ____________________________________________________________________________
16298 [  2485] By: jhi                                   on 1998/12/17  12:17:19
16299     Log: More porting notes.
16300  Branch: cfgperl
16301        ! Porting/pumpkin.pod
16302 ____________________________________________________________________________
16303 [  2484] By: jhi                                   on 1998/12/15  08:38:05
16304     Log: Undo #2386 and #2205.
16305  Branch: cfgperl
16306        ! pod/perlfunc.pod
16307 ____________________________________________________________________________
16308 [  2483] By: jhi                                   on 1998/12/14  17:58:35
16309     Log: lib was missing from @INC.
16310  Branch: cfgperl
16311        ! t/op/tr.t
16312 ____________________________________________________________________________
16313 [  2482] By: jhi                                   on 1998/12/14  17:52:42
16314     Log: Was missing use Text::Wrap.
16315  Branch: cfgperl
16316        ! t/lib/textfill.t
16317 ____________________________________________________________________________
16318 [  2481] By: jhi                                   on 1998/12/14  16:00:22
16319     Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
16320          
16321          From: Jonathan Roy <roy@idle.com>
16322          To: perl5-porters@perl.org
16323          Subject: nlist.h add to Configure checks?
16324          Date: Sun, 13 Dec 1998 22:22:49 -0500
16325          Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
16326  Branch: cfgperl
16327        + ext/DynaLoader/hints/linux.pl
16328        ! MANIFEST
16329 ____________________________________________________________________________
16330 [  2480] By: jhi                                   on 1998/12/14  15:02:44
16331     Log: Give up completely using nm in AIX.
16332          
16333          From: "Kurt D. Starsinic" <kstar@chapin.edu>
16334          To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
16335          Cc: perl5-porters@perl.org
16336          Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
16337          Date: Thu, 10 Dec 1998 00:51:46 -0500
16338          Message-ID: <19981210005146.B29986@O2.chapin.edu>
16339  Branch: cfgperl
16340        ! hints/aix.sh
16341 ____________________________________________________________________________
16342 [  2479] By: jhi                                   on 1998/12/14  14:39:52
16343     Log: AIX' error messages are different.
16344          
16345          From: "Kurt D. Starsinic" <kstar@chapin.edu>
16346          To: Gurusamy Sarathy <gsar@engin.umich.edu>
16347          Cc: perl5-porters@perl.org
16348          Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
16349          Date: Thu, 10 Dec 1998 00:42:36 -0500
16350          Message-ID: <19981210004236.A29986@O2.chapin.edu>
16351          
16352          From: Michael Engel <engel@nms1.cc.huji.ac.il>
16353          To: perlbug@perl.com
16354          Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
16355          Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
16356          Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
16357  Branch: cfgperl
16358        ! t/pragma/warn/doio
16359 ____________________________________________________________________________
16360 [  2475] By: jhi                                   on 1998/12/13  12:35:55
16361     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16362          To: jhi@iki.fi
16363          Cc: Carl_Adler@idx.com, perl5-porters@perl.org
16364          Subject: Re: stuff related to malloc.c
16365          Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
16366          Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
16367  Branch: cfgperl
16368        ! malloc.c
16369 ____________________________________________________________________________
16370 [  2474] By: jhi                                   on 1998/12/13  12:32:42
16371     Log: Some notes about porting issues.
16372  Branch: cfgperl
16373        ! Porting/pumpkin.pod
16374 ____________________________________________________________________________
16375 [  2473] By: jhi                                   on 1998/12/13  12:03:58
16376     Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
16377          To: Perl 5 Porters <perl5-porters@perl.org>
16378          Subject: [patch 5.005_02] dos-djgpp update
16379          Date: Sun, 13 Dec 1998 00:08:44 +0100
16380          Message-ID: <19981213000844.C264@beeblebrox>
16381  Branch: cfgperl
16382        ! djgpp/config.over
16383 ____________________________________________________________________________
16384 [  2472] By: gbarr                                 on 1998/12/12  17:12:28
16385     Log: undo changes to Exporter.pm from #2312
16386  Branch: maint-5.005/perl
16387        ! lib/Exporter.pm
16388 ____________________________________________________________________________
16389 [  2465] By: jhi                                   on 1998/12/12  12:31:21
16390     Log: Document that qw() taints.
16391          
16392          From: Christian Burger <burger@terra.mpikg-teltow.mpg.de> 
16393          To: perlbug@perl.com 
16394          Subject: taint problems
16395          Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET) 
16396          Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
16397  Branch: cfgperl
16398        ! pod/perlop.pod
16399 ____________________________________________________________________________
16400 [  2464] By: jhi                                   on 1998/12/11  14:09:51
16401     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
16402          To: dist-users@foretune.co.jp
16403          Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
16404          Date: Mon, 07 Dec 1998 20:13:04 -0400
16405          Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
16406  Branch: cfgperl
16407        ! Configure
16408 ____________________________________________________________________________
16409 [  2463] By: jhi                                   on 1998/12/11  13:29:54
16410     Log: MAXPATHLEN.
16411  Branch: cfgperl
16412        ! perl.h
16413 ____________________________________________________________________________
16414 [  2462] By: jhi                                   on 1998/12/11  08:37:58
16415     Log: From: Mark Kettenis <kettenis@phys.uva.nl>
16416          To: perl5-porters@perl.org
16417          Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
16418          Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
16419          Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
16420  Branch: cfgperl
16421        + hints/gnu.sh
16422 ____________________________________________________________________________
16423 [  2461] By: nick                                  on 1998/12/10  21:00:50
16424     Log: Date: Wed, 09 Dec 1998 22:16:50 PST
16425          From: Vishal Bhatia <vishalb@hotmail.com>
16426          1. Fixes the bug  reported by  Robin Barker <rmb1@cise.npl.co.uk> 
16427          2. Fixes the bug  regarding return value of c-functions generated out 
16428          of perl subs. ( Just includes the patch I sent earlier)
16429          3. Incorporates the other changes that need to be done to get CC.pm
16430          use ISA search for packages and methods on the same lines as C.pm
16431          
16432          Vishal would appreciate comments about B::Stackobj changes from 
16433          someone knowing that module well.
16434  Branch: perl
16435        ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
16436 ____________________________________________________________________________
16437 [  2460] By: jhi                                   on 1998/12/08  08:11:27
16438     Log: Integrate from mainperl.
16439  Branch: cfgperl
16440       !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
16441       !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
16442       !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
16443       !> toke.c util.c
16444 ____________________________________________________________________________
16445 [  2459] By: jhi                                   on 1998/12/07  07:50:11
16446     Log: From: hansm@icgroup.nl 
16447          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
16448          Reply-To: hansmu@xs4all.nl 
16449          To: perlbug@perl.com 
16450          Date: Sun, 6 Dec 98 22:19:54 +0100 
16451          Message-Id: <9812062116.AA26445@icgned.icgroup.nl> 
16452  Branch: cfgperl
16453        ! util.c
16454 ____________________________________________________________________________
16455 [  2458] By: gsar                                  on 1998/12/07  06:00:55
16456     Log: fix dup lexical
16457  Branch: perl
16458        ! ext/B/B/Deparse.pm t/lib/io_unix.t
16459 ____________________________________________________________________________
16460 [  2457] By: gsar                                  on 1998/12/06  14:38:59
16461     Log: mention limit on line numbers reported by diagnostics
16462  Branch: perl
16463        ! pod/perl.pod toke.c
16464 ____________________________________________________________________________
16465 [  2456] By: gsar                                  on 1998/12/06  13:49:02
16466     Log: branch perldelta.pod
16467  Branch: maint-5.005/perl
16468       +> pod/perldelta.pod
16469 ____________________________________________________________________________
16470 [  2455] By: gsar                                  on 1998/12/06  13:47:21
16471     Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
16472  Branch: maint-5.005/perl
16473        - pod/perldelta.pod
16474 ____________________________________________________________________________
16475 [  2454] By: gsar                                  on 1998/12/06  13:35:31
16476     Log: fix outdated/incorrect info about arbitrary limits
16477  Branch: perl
16478        ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
16479        ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
16480 ____________________________________________________________________________
16481 [  2453] By: nick                                  on 1998/12/05  16:14:42
16482     Log: Avoid hard-coding op numbers
16483          Update CC.pm to save %INC, and to co-exist with new C.pm
16484  Branch: perl
16485        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
16486 ____________________________________________________________________________
16487 [  2452] By: nick                                  on 1998/12/05  10:44:28
16488     Log: B.xs had its own code to calculate hash() which differed from
16489          PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
16490          which meant that run-time require was re-done.
16491          Removed some debug from C.pm
16492  Branch: perl
16493        ! ext/B/B.xs ext/B/B/C.pm
16494 ____________________________________________________________________________
16495 [  2451] By: nick                                  on 1998/12/04  21:58:49
16496     Log: Snapshot of re-worked B::C which compiles Tk apps at least as
16497          well as _54, but with pre-scan for classes and save the ISA scheme.
16498  Branch: perl
16499        ! ext/B/B/C.pm
16500 ____________________________________________________________________________
16501 [  2450] By: nick                                  on 1998/12/04  17:58:44
16502     Log: Vishal Bhatia's patch as a basis.
16503  Branch: perl
16504        ! ext/B/B/C.pm ext/B/B/CC.pm
16505 ____________________________________________________________________________
16506 [  2449] By: jhi                                   on 1998/12/04  16:39:21
16507     Log: Integrate from mainperl.
16508  Branch: cfgperl
16509       !> t/op/goto.t t/op/tr.t
16510 ____________________________________________________________________________
16511 [  2448] By: gsar                                  on 1998/12/04  06:06:49
16512     Log: tweak test for UTEST
16513  Branch: perl
16514        ! t/op/tr.t
16515 ____________________________________________________________________________
16516 [  2444] By: jhi                                   on 1998/12/03  14:37:22
16517     Log: s/\bthe the\b/the/g *.pod
16518  Branch: cfgperl
16519        ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
16520 ____________________________________________________________________________
16521 [  2443] By: jhi                                   on 1998/12/03  13:39:53
16522     Log: Change#2441 aftermath.
16523  Branch: cfgperl
16524        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16525        ! config_h.SH thread.h vms/subconfigure.com
16526 ____________________________________________________________________________
16527 [  2441] By: jhi                                   on 1998/12/03  08:15:13
16528     Log: From: Dan Sugalski <sugalskd@osshe.edu>
16529          To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
16530          Subject: [PATCH 5.005_54]Initial VMS patches
16531          Date: 3 Dec 1998 01:05:55 +0200
16532          Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
16533          
16534          The patch to config_h.SH requires more study because
16535          metaconfig needs to agree.
16536  Branch: cfgperl
16537        ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
16538        ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
16539        ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
16540 ____________________________________________________________________________
16541 [  2440] By: gsar                                  on 1998/12/03  01:32:16
16542     Log: add failed check-in of goto.t from change#1867
16543  Branch: perl
16544        ! t/op/goto.t
16545 ____________________________________________________________________________
16546 [  2437] By: jhi                                   on 1998/12/02  18:03:51
16547     Log: Fix most of the bad L<> links of
16548          
16549          From: Tom Christiansen <tchrist@jhereg.perl.com> 
16550          Subject: bad L<> links
16551          Reply-to: tchrist@perl.com 
16552          To: perlbug@jhereg.perl.com 
16553          Date: Tue, 11 Aug 1998 10:58:07 -0500 
16554          Message-Id: <199808111658.KAA00484@jhereg.perl.com> 
16555          
16556          The ones not fixed may require darker Pod::HTML magic,
16557          for example the perlguts.html#tags should work fine, IMHO.
16558  Branch: cfgperl
16559        ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
16560        ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
16561        ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
16562        ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
16563        ! pod/perlvar.pod
16564 ____________________________________________________________________________
16565 [  2436] By: jhi                                   on 1998/12/02  16:35:04
16566     Log: One paste too many in #2345.
16567  Branch: cfgperl
16568        ! lib/Pod/Html.pm
16569 ____________________________________________________________________________
16570 [  2435] By: jhi                                   on 1998/12/02  16:32:33
16571     Log: Pod::Html and Pod::Text were not locale-savvy:
16572          for example in =head1 all non-ASCII-\w-runs were
16573          turned into underscores in NAME tags.  This could
16574          result in several NAME tags becoming identical.
16575          Reported by:
16576          
16577          From: Fyodor Krasnov <fyodor@aha.ru> 
16578          Subject: pod2html vs Russian Characters
16579          To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com 
16580          Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) 
16581          Message-Id: <199811241600.TAA05149@stat.aha.ru> 
16582  Branch: cfgperl
16583        ! lib/Pod/Html.pm lib/Pod/Text.pm
16584 ____________________________________________________________________________
16585 [  2434] By: jhi                                   on 1998/12/02  10:29:00
16586     Log: The real Mc5_54 integration.
16587  Branch: cfgperl
16588       !> Changes MANIFEST pod/perlhist.pod pp_hot.c
16589 ____________________________________________________________________________
16590 [  2433] By: jhi                                   on 1998/12/02  08:52:13
16591     Log: From: Andy Dougherty <doughera@lafayette.edu>
16592          To: Perl Porters <perl5-porters@perl.org>
16593          Subject: [PATCH 5.005_xx] Missing redirection of simple test program
16594          Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
16595          Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
16596  Branch: cfgperl
16597        ! Configure
16598 ____________________________________________________________________________
16599 [  2432] By: jhi                                   on 1998/12/02  08:49:47
16600     Log: From: Andy Dougherty <doughera@lafayette.edu>
16601          To: Perl Porters <perl5-porters@perl.org>
16602          Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
16603          Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
16604          Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
16605  Branch: cfgperl
16606        ! Configure
16607 ____________________________________________________________________________
16608 [  2431] By: jhi                                   on 1998/12/01  16:11:50
16609     Log: From: achampio@lehman.com (Alan Champion)
16610          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
16611          To: perlbug@perl.com
16612          Date: 1 Dec 1998 17:36:33 +0200
16613          Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
16614          
16615          Skip NIS includes.
16616  Branch: cfgperl
16617        ! t/op/pwent.t
16618 ____________________________________________________________________________
16619 [  2430] By: gsar                                  on 1998/12/01  12:12:50
16620     Log: 5.005_54, as released
16621  Branch: perl
16622        ! Changes MANIFEST pod/perlhist.pod pp_hot.c
16623 ____________________________________________________________________________
16624 [  2429] By: jhi                                   on 1998/12/01  11:28:39
16625     Log: From: Anton Berezin <tobez@plab.ku.dk>
16626          To: perl5-porters@perl.org
16627          Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
16628          Date: 30 Nov 1998 19:46:24 +0100
16629          Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
16630  Branch: cfgperl
16631        ! hints/freebsd.sh
16632 ____________________________________________________________________________
16633 [  2428] By: jhi                                   on 1998/12/01  11:08:16
16634     Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
16635  Branch: cfgperl
16636       +> (branch 30 files)
16637       !> (integrate 71 files)
16638 ____________________________________________________________________________
16639 [  2427] By: jhi                                   on 1998/12/01  10:51:37
16640     Log: Default to accepting a hinted $randfunc even when $csym
16641          does not find it.  (the previous defaylt behaviour was not
16642          to accept).
16643  Branch: cfgperl
16644        ! Configure
16645 ____________________________________________________________________________
16646 [  2426] By: jhi                                   on 1998/12/01  10:13:03
16647     Log: Separated the [:foo:] parsing to its own function.
16648          Passes all tests.
16649  Branch: cfgperl
16650        ! regcomp.c
16651 ____________________________________________________________________________
16652 [  2425] By: jhi                                   on 1998/12/01  08:22:49
16653     Log: Typo in comments.
16654  Branch: cfgperl
16655        ! regexec.c
16656 ____________________________________________________________________________
16657 [  2424] By: jhi                                   on 1998/12/01  08:21:38
16658     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16659          Subject: [PATCH 5.005_*] Debugger 'v' command
16660          To: perl5-porters@perl.org (Mailing list Perl5)
16661          Date: 1 Dec 1998 07:55:11 +0200
16662          Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
16663  Branch: cfgperl
16664        ! lib/perl5db.pl
16665 ____________________________________________________________________________
16666 [  2423] By: jhi                                   on 1998/12/01  08:19:08
16667     Log: From: pvhp@forte.com (Peter Prymmer)
16668          Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
16669          To: perl5-porters@perl.org
16670          Date: 1 Dec 1998 07:27:11 +0200
16671          Message-ID: <MLIST_9812010508.AA07791@forte.com>
16672  Branch: cfgperl
16673        ! hints/os390.sh
16674 ____________________________________________________________________________
16675 [  2417] By: jhi                                   on 1998/11/30  08:14:00
16676     Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
16677  Branch: cfgperl
16678        ! ext/Socket/Socket.xs
16679 ____________________________________________________________________________
16680 [  2416] By: jhi                                   on 1998/11/30  08:00:15
16681     Log: Undo #2395, seems more like a problem in netbsd-current.
16682  Branch: cfgperl
16683        ! util.c
16684
16685 ----------------
16686 Version 5.005_54
16687 ----------------
16688
16689 ____________________________________________________________________________
16690 [  2414] By: gsar                                  on 1998/11/30  02:23:55
16691     Log: more JPL tweaks
16692  Branch: perl
16693        - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
16694        ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
16695 ____________________________________________________________________________
16696 [  2413] By: gsar                                  on 1998/11/30  01:35:56
16697     Log: stub bin/jpl that just runs JPL::Compile::files()
16698  Branch: perl
16699        + jpl/bin/jpl
16700 ____________________________________________________________________________
16701 [  2412] By: gsar                                  on 1998/11/30  01:32:14
16702     Log: delete symlink
16703  Branch: perl
16704        - jpl/bin/jpl
16705 ____________________________________________________________________________
16706 [  2410] By: gsar                                  on 1998/11/30  01:30:44
16707     Log: branch jpl from perlext to perl
16708  Branch: perl
16709       +> (branch 30 files)
16710 ____________________________________________________________________________
16711 [  2407] By: gsar                                  on 1998/11/30  01:24:53
16712     Log: JPL tweaks to build with 5.005
16713  Branch: perlext
16714        ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
16715        ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
16716 ____________________________________________________________________________
16717 [  2406] By: gsar                                  on 1998/11/30  00:55:54
16718     Log: integrate changes#2273,2274,2288,2291 from maint-5.004
16719  Branch: perl
16720        ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
16721 ____________________________________________________________________________
16722 [  2405] By: gsar                                  on 1998/11/30  00:28:55
16723     Log: patchlevel up to 54
16724  Branch: perl
16725        ! patchlevel.h win32/Makefile win32/config_H.bc
16726        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
16727 ____________________________________________________________________________
16728 [  2403] By: gsar                                  on 1998/11/29  23:35:50
16729     Log: integrate cfgperl changes into mainline
16730  Branch: perl
16731       !> Configure Porting/Glossary Porting/config.sh Porting/config_H
16732       !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
16733 ____________________________________________________________________________
16734 [  2402] By: gsar                                  on 1998/11/29  23:08:42
16735     Log: sync Text::Wrap version number
16736  Branch: perl
16737        ! lib/Text/Wrap.pm
16738 ____________________________________________________________________________
16739 [  2401] By: gsar                                  on 1998/11/29  22:56:21
16740     Log: textfill.t tweak
16741  Branch: perl
16742        ! t/lib/textfill.t
16743 ____________________________________________________________________________
16744 [  2400] By: gsar                                  on 1998/11/29  22:50:41
16745     Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
16746          <muir@idiom.com>
16747  Branch: perl
16748        + t/lib/textfill.t
16749        ! MANIFEST lib/Text/Wrap.pm
16750 ____________________________________________________________________________
16751 [  2399] By: gsar                                  on 1998/11/29  22:28:05
16752     Log: updated to Text::Wrap 98.112801 from CPAN; one published change
16753          has happened without the authors knowledge or consent; the subversive
16754          version (which is in 5.00502) breaks one of the tests in the
16755          authors testsuite; attempts are being made to find a fix that
16756          avoids breaking code already running with the 5.005_02 version
16757          From:    David Muir Sharnoff <muir@idiom.com>
16758          Date:    Sat, 28 Nov 1998 04:34:17 PST
16759          Message-Id: <199811281234.EAA03082@idiom.com>
16760          Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
16761  Branch: perl
16762        ! lib/Text/Wrap.pm t/lib/textwrap.t
16763 ____________________________________________________________________________
16764 [  2397] By: nick                                  on 1998/11/29  20:13:58
16765     Log: Update docs and English.pm for $^C
16766  Branch: perl
16767        ! lib/English.pm pod/perlvar.pod
16768 ____________________________________________________________________________
16769 [  2396] By: jhi                                   on 1998/11/29  20:13:03
16770     Log: Mirror #2384.
16771  Branch: cfgperl
16772        ! t/op/pwent.t
16773 ____________________________________________________________________________
16774 [  2395] By: jhi                                   on 1998/11/29  19:59:12
16775     Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
16776  Branch: cfgperl
16777        ! util.c
16778 ____________________________________________________________________________
16779 [  2394] By: gsar                                  on 1998/11/29  19:49:08
16780     Log: updated perlreftut.pod
16781  Branch: perl
16782        ! pod/perlreftut.pod
16783 ____________________________________________________________________________
16784 [  2393] By: gsar                                  on 1998/11/29  19:31:56
16785     Log: misc tweaks
16786  Branch: perl
16787        ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
16788 ____________________________________________________________________________
16789 [  2392] By: gsar                                  on 1998/11/29  19:31:18
16790     Log: notes about -DPERL_POLLUTE
16791  Branch: perl
16792        ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
16793 ____________________________________________________________________________
16794 [  2391] By: gsar                                  on 1998/11/29  19:13:52
16795     Log: explain various win32 build caveats more clearly
16796  Branch: perl
16797        ! README.win32 win32/Makefile win32/makefile.mk
16798 ____________________________________________________________________________
16799 [  2390] By: gsar                                  on 1998/11/29  16:51:59
16800     Log: remove I_POLL detection (Configure will do that now)
16801  Branch: perl
16802        ! ext/IO/Makefile.PL
16803 ____________________________________________________________________________
16804 [  2389] By: jhi                                   on 1998/11/29  16:39:16
16805     Log: Add I_POLL for IO 1.20.
16806  Branch: cfgperl
16807        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16808        ! config_h.SH
16809 ____________________________________________________________________________
16810 [  2388] By: gsar                                  on 1998/11/29  16:23:30
16811     Log: add p4desc (augments 'p4 describe' output with diffs for new files)
16812  Branch: perl
16813        + Porting/p4desc
16814        ! MANIFEST
16815 ____________________________________________________________________________
16816 [  2387] By: gsar                                  on 1998/11/29  16:08:03
16817     Log: another threads reliability fix: serialize writes to thr->threadsv
16818          avoid most uses of PL_na (which is much more inefficient than a
16819          simple local); update docs to suit; PL_na now being thr->Tna may
16820          be a minor compatibility issue for extensions--will require dTHR
16821          outside of XSUBs (those get automatic dTHR)
16822  Branch: perl
16823        ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
16824        ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
16825        ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
16826        ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
16827        ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
16828        ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
16829        ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
16830        ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
16831        ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
16832 ____________________________________________________________________________
16833 [  2386] By: jhi                                   on 1998/11/29  15:40:42
16834     Log: Tune the "if" entry.
16835  Branch: cfgperl
16836        ! pod/perlfunc.pod
16837 ____________________________________________________________________________
16838 [  2385] By: gsar                                  on 1998/11/29  12:40:28
16839     Log: various fixes for race conditions under threads: mutex locks based
16840          on PL_threadnum were seriously flawed, since it means more than one
16841          thread could enter the critical region; PL_na was global instead of
16842          thread-local; child thread could finish and free thr structures
16843          before Thread->new() got around to creating the Thread object;
16844          cv_clone() needed locking, as it mucks with PL_comppad and other
16845          global data; new_struct_thread() needed to lock template-thread's
16846          mutex while copying its data
16847  Branch: perl
16848        ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
16849        ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
16850 ____________________________________________________________________________
16851 [  2384] By: gsar                                  on 1998/11/29  10:54:38
16852     Log: s/warn/print/ on multiply defined groups
16853  Branch: perl
16854        ! t/op/grent.t
16855 ____________________________________________________________________________
16856 [  2383] By: gsar                                  on 1998/11/29  10:48:39
16857     Log: backout change#2334
16858  Branch: perl
16859        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
16860 ____________________________________________________________________________
16861 [  2382] By: jhi                                   on 1998/11/29  10:33:40
16862     Log: Better NetInfo behaviour.
16863  Branch: cfgperl
16864        ! t/op/grent.t t/op/pwent.t
16865 ____________________________________________________________________________
16866 [  2381] By: jhi                                   on 1998/11/29  10:08:15
16867     Log: Integrate from mainperl.
16868  Branch: cfgperl
16869       +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
16870       +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
16871       +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
16872       +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
16873       +> t/lib/io_poll.t t/lib/io_unix.t
16874       !> (integrate 58 files)
16875 ____________________________________________________________________________
16876 [  2380] By: gsar                                  on 1998/11/29  08:22:49
16877     Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
16878          Tim Bunce)
16879  Branch: perl
16880        ! gv.c
16881 ____________________________________________________________________________
16882 [  2379] By: gsar                                  on 1998/11/29  07:06:43
16883     Log: fix for pat.t failure under USE_THREADS
16884  Branch: perl
16885        ! pp_ctl.c regexec.c
16886 ____________________________________________________________________________
16887 [  2378] By: nick                                  on 1998/11/28  22:46:57
16888     Log: More C.pm tweaks
16889          Save globs even if we have saved cv itself before - may be imported.
16890          
16891          While we don't save "bootstrap" CV we need to provide a stub,
16892          so that if we require it later we don't fall through and attempt
16893          to DynaLoad module again.
16894          
16895          Attempt to save %INC so that "require" does not reload things
16896          we have compiled-in (does not work right yet - seems to be due
16897          to PL_incgv being created in perl_parse() current scheme setting 
16898          GvHV() is "better" than saving the glob, but still does not 
16899          work as I expect). 
16900  Branch: perl
16901        ! ext/B/B/C.pm
16902 ____________________________________________________________________________
16903 [  2377] By: gsar                                  on 1998/11/28  22:30:38
16904     Log: various tweaks; result passes all tests for normal build on Solaris;
16905          fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
16906          win32 due to lack of select() that works on non-socket fds
16907  Branch: perl
16908        ! ext/IO/poll.c regcomp.c regexec.c scope.c
16909        ! t/lib/io_multihomed.t win32/makefile.mk
16910 ____________________________________________________________________________
16911 [  2376] By: gsar                                  on 1998/11/28  20:44:39
16912     Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
16913  Branch: perl
16914        ! myconfig
16915 ____________________________________________________________________________
16916 [  2375] By: gsar                                  on 1998/11/28  20:42:58
16917     Log: integrate cfgperl changes into mainline
16918  Branch: perl
16919       !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
16920       !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
16921 ____________________________________________________________________________
16922 [  2374] By: gsar                                  on 1998/11/28  20:02:03
16923     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16924          Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
16925          Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
16926          Subject: [PATCH 5.00553] Yet another OS/2 patch
16927  Branch: perl
16928        ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
16929 ____________________________________________________________________________
16930 [  2373] By: gsar                                  on 1998/11/28  19:30:06
16931     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16932          Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
16933          Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
16934          Subject: [PATCH 5.005_53] Change $#+
16935  Branch: perl
16936        ! mg.c pod/perlvar.pod t/op/pat.t
16937 ____________________________________________________________________________
16938 [  2372] By: gsar                                  on 1998/11/28  19:28:00
16939     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16940          Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
16941          Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
16942          Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
16943  Branch: perl
16944        ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
16945        ! thrdvar.h
16946 ____________________________________________________________________________
16947 [  2371] By: gsar                                  on 1998/11/28  19:23:53
16948     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16949          Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
16950          Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
16951          Subject: [PATCH 5.005_53] better -Mre=debugcolor
16952  Branch: perl
16953        ! embedvar.h objXSUB.h regexec.c thrdvar.h
16954 ____________________________________________________________________________
16955 [  2370] By: gsar                                  on 1998/11/28  19:21:17
16956     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16957          Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
16958          Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
16959          Subject: [PATCH 5.005_*] regcolors
16960  Branch: perl
16961        ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
16962 ____________________________________________________________________________
16963 [  2369] By: gsar                                  on 1998/11/28  19:00:15
16964     Log: allow final period in a file (not followed by a newline) to
16965          terminate format spec
16966  Branch: perl
16967        ! toke.c
16968 ____________________________________________________________________________
16969 [  2368] By: gsar                                  on 1998/11/28  18:58:25
16970     Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
16971          add C<$Config{installarchlib}/CORE> to the default locations searched
16972          on win32
16973  Branch: perl
16974        ! lib/ExtUtils/Liblist.pm
16975 ____________________________________________________________________________
16976 [  2367] By: gsar                                  on 1998/11/28  18:46:05
16977     Log: applied suggested patch with PERL_OBJECT tweaks
16978          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16979          Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
16980          Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
16981          Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
16982  Branch: perl
16983        ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
16984        ! regexec.c t/op/pat.t thrdvar.h
16985 ____________________________________________________________________________
16986 [  2366] By: gsar                                  on 1998/11/28  18:38:34
16987     Log: additional documentation for qr//
16988          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16989          Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
16990          Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
16991          Subject: [PATCH 5.005_*] Documentation (fwd)
16992  Branch: perl
16993        ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
16994 ____________________________________________________________________________
16995 [  2365] By: gsar                                  on 1998/11/28  18:35:35
16996     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16997          Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
16998          Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
16999          Subject: [PATCH 5.005_*] Fix \G in REx without //g
17000  Branch: perl
17001        ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
17002        ! regexp.h t/op/pat.t thrdvar.h
17003 ____________________________________________________________________________
17004 [  2364] By: gsar                                  on 1998/11/28  18:24:20
17005     Log: update Test.pm to Test-1.12; tweak 're' detection
17006  Branch: perl
17007        ! lib/Test.pm
17008 ____________________________________________________________________________
17009 [  2363] By: gsar                                  on 1998/11/28  18:12:04
17010     Log: avoid command-line quoting portability problems in lex_assign.t
17011  Branch: perl
17012        ! t/op/lex_assign.t
17013 ____________________________________________________________________________
17014 [  2362] By: gsar                                  on 1998/11/28  18:08:50
17015     Log: From: John Tobey <jtobey@channel1.com>
17016          Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
17017          Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
17018          Subject: PATCH: document English.pm sawampersand and thread issues
17019  Branch: perl
17020        ! lib/English.pm pod/perlvar.pod
17021 ____________________________________________________________________________
17022 [  2361] By: gsar                                  on 1998/11/28  18:03:04
17023     Log: fix uninitialized warnings
17024          From: Brian Callaghan <callagh@itginc.com>
17025          Date: Thu, 19 Nov 1998 17:49:10 -0800
17026          Message-Id: <3654CA96.B64FCAEB@itginc.com>
17027          Subject: Complete.pm patch (version 1.1)
17028  Branch: perl
17029        ! lib/Term/Complete.pm
17030 ____________________________________________________________________________
17031 [  2360] By: gsar                                  on 1998/11/28  17:59:16
17032     Log: s/Array/List/ suggested by John Tobey
17033  Branch: perl
17034        ! pod/perldata.pod
17035 ____________________________________________________________________________
17036 [  2359] By: gsar                                  on 1998/11/28  17:47:48
17037     Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
17038  Branch: perl
17039        ! lib/Tie/Handle.pm pod/perlfunc.pod
17040 ____________________________________________________________________________
17041 [  2358] By: jhi                                   on 1998/11/28  17:23:15
17042     Log: Revamp the locale tests.
17043          (0) Instead of rewiring a few locales scan for them.
17044          (1) Bogus test #101 removed.
17045          (2) All the locales are checked, the lists of failed
17046          and non-failed ones are displayed.
17047          (3) The test #103 is again 'active' so that it may fail.
17048          (4) To balance (3) a hopefully pacifying message is shown
17049          if the #103 fails.
17050  Branch: cfgperl
17051        ! t/pragma/locale.t
17052 ____________________________________________________________________________
17053 [  2357] By: gsar                                  on 1998/11/28  17:21:07
17054     Log: add perlreftut.pod
17055  Branch: perl
17056        + pod/perlreftut.pod
17057        ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
17058        ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
17059        ! win32/pod.mak
17060 ____________________________________________________________________________
17061 [  2356] By: jhi                                   on 1998/11/28  16:58:01
17062     Log: Change #2346 fallout.
17063  Branch: cfgperl
17064        ! t/op/undef.t
17065 ____________________________________________________________________________
17066 [  2355] By: gsar                                  on 1998/11/28  16:46:43
17067     Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
17068          ANSI prototypes
17069  Branch: perl
17070        ! ext/IO/IO.xs
17071 ____________________________________________________________________________
17072 [  2354] By: gsar                                  on 1998/11/28  16:08:07
17073     Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
17074          keep platform hacks that aren't in the 1.20 dist; add new files
17075          to MANIFEST; hack Makefile.PL; result hasn't been tested
17076          anywhere
17077  Branch: perl
17078        + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
17079        + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
17080        + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
17081        + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
17082        ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
17083        ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
17084        ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
17085        ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
17086        ! t/lib/io_sock.t t/lib/io_udp.t
17087 ____________________________________________________________________________
17088 [  2353] By: jhi                                   on 1998/11/28  15:51:03
17089     Log: Locale collation, ctype, and numeric, were initialized wrong
17090          (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
17091          as reported by
17092          
17093          From: Ilya.Sandler@etak.com (Ilya Sandler)
17094          Subject: a bug in locale handling: LC_COLLATE ignored sometimes
17095          To: perlbug@perl.com
17096          Date: 25 Nov 1998 04:53:52 +0200
17097          Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
17098  Branch: cfgperl
17099        ! util.c
17100 ____________________________________________________________________________
17101 [  2352] By: nick                                  on 1998/11/28  15:21:59
17102     Log: Implement $^C to allow perl access to -c flag - I think this 
17103          was agreed once...
17104  Branch: perl
17105        ! gv.c mg.c
17106 ____________________________________________________________________________
17107 [  2351] By: jhi                                   on 1998/11/28  15:14:24
17108     Log: Change #2251 fixup.
17109  Branch: cfgperl
17110        ! myconfig
17111 ____________________________________________________________________________
17112 [  2350] By: jhi                                   on 1998/11/28  14:58:19
17113     Log: Integrate from mainperl.
17114  Branch: cfgperl
17115       +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
17116       +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
17117       +> pod/perl5005delta.pod
17118       !> (integrate 49 files)
17119 ____________________________________________________________________________
17120 [  2349] By: jhi                                   on 1998/11/28  14:27:36
17121     Log: Passwd and group file groveling.
17122  Branch: cfgperl
17123        ! t/op/grent.t t/op/pwent.t
17124 ____________________________________________________________________________
17125 [  2348] By: gsar                                  on 1998/11/28  14:09:50
17126     Log: more conservative version of changes#2345,2346,2347; those break
17127          C<defined(@{"foo::ISA"})> which seems to be extensively used in
17128          the libs :-(
17129  Branch: perl
17130        ! pp.c t/op/method.t
17131 ____________________________________________________________________________
17132 [  2347] By: gsar                                  on 1998/11/28  13:36:08
17133     Log: tweak bogus test
17134  Branch: perl
17135        ! t/op/method.t
17136 ____________________________________________________________________________
17137 [  2346] By: gsar                                  on 1998/11/28  13:20:34
17138     Log: test cases for previous change
17139  Branch: perl
17140        ! t/op/undef.t
17141 ____________________________________________________________________________
17142 [  2345] By: gsar                                  on 1998/11/28  13:07:17
17143     Log: fix typo in pp_defined() causing C<defined %tied> to fail
17144  Branch: perl
17145        ! pp.c
17146 ____________________________________________________________________________
17147 [  2344] By: gsar                                  on 1998/11/28  13:03:29
17148     Log: s/comment/comment_t/ tweak (suggested by John Gorman
17149          <jgorman@webbysoft.com>)
17150  Branch: perl
17151        ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
17152 ____________________________________________________________________________
17153 [  2343] By: gsar                                  on 1998/11/28  12:52:40
17154     Log: add (stub) perldelta.pod
17155  Branch: perl
17156        + pod/perldelta.pod
17157 ____________________________________________________________________________
17158 [  2342] By: gsar                                  on 1998/11/28  12:49:26
17159     Log: rename perldelta.pod to perl5005delta.pod in preparation for
17160          starting a new one
17161  Branch: perl
17162       +> pod/perl5005delta.pod
17163        - pod/perldelta.pod
17164        ! MANIFEST pod/perl.pod
17165 ____________________________________________________________________________
17166 [  2341] By: gsar                                  on 1998/11/28  12:41:55
17167     Log: fix MALLOC_LOCK #define
17168  Branch: perl
17169        ! malloc.c
17170 ____________________________________________________________________________
17171 [  2340] By: gsar                                  on 1998/11/28  12:18:23
17172     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17173          Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
17174          Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
17175          Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
17176  Branch: perl
17177        ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
17178 ____________________________________________________________________________
17179 [  2339] By: jhi                                   on 1998/11/28  11:59:01
17180     Log: Add -lm to dynix/ptx POSIX hints.
17181          From: "Martin J. Bligh" <mbligh@sequent.com>
17182          To: jhi@iki.fi
17183          Subject: Re: Making Perl work on DYNIX/ptx
17184          Date: Wed, 25 Nov 1998 10:34:41 -0800
17185          Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
17186  Branch: cfgperl
17187        ! ext/POSIX/hints/dynixptx.pl
17188 ____________________________________________________________________________
17189 [  2338] By: jhi                                   on 1998/11/28  11:57:19
17190     Log: Detypo.
17191  Branch: cfgperl
17192        ! lib/filetest.pm
17193 ____________________________________________________________________________
17194 [  2337] By: jhi                                   on 1998/11/28  11:56:29
17195     Log: Better LD_LIBRARY_PATH instructions for Bourneists.
17196  Branch: cfgperl
17197        ! Configure
17198 ____________________________________________________________________________
17199 [  2336] By: gsar                                  on 1998/11/28  11:41:14
17200     Log: teach CPAN.pm to ignore beta perl distributions when looking for
17201          modules
17202          From: root@dogberry.rutgers.edu (root)
17203          Date: Thu, 12 Nov 1998 23:08:39 -0500
17204          Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
17205          Subject: recompile tries getting a perl distribution
17206  Branch: perl
17207        ! lib/CPAN.pm
17208 ____________________________________________________________________________
17209 [  2335] By: gsar                                  on 1998/11/28  11:27:46
17210     Log: make $1 et al readonly under threads; make C<undef $1> fail like
17211          C<$1 = undef> does
17212  Branch: perl
17213        ! op.c pp.c t/op/undef.t
17214 ____________________________________________________________________________
17215 [  2334] By: gsar                                  on 1998/11/28  10:24:52
17216     Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
17217  Branch: perl
17218        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
17219 ____________________________________________________________________________
17220 [  2333] By: gsar                                  on 1998/11/28  09:36:40
17221     Log: document changed PERL_HASH()
17222  Branch: perl
17223        ! pod/perlfunc.pod pod/perlguts.pod
17224 ____________________________________________________________________________
17225 [  2332] By: nick                                  on 1998/11/27  21:10:27
17226     Log: Handle INIT list in C.pm
17227          1. Provide init_av() from B.xs
17228          2. Export it in B.pm
17229          3. Use it in C.pm
17230          Also disable some pruning in savecv() which seems to undo
17231          my previous patch.
17232          Experimental feature - save pathnames of .so files in easily 
17233          grep-able form for use in wrapper to feed to linker.  
17234  Branch: perl
17235        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
17236 ____________________________________________________________________________
17237 [  2327] By: gsar                                  on 1998/11/27  15:12:01
17238     Log: integrate change#2315 from maint-5.005
17239  Branch: perl
17240        ! t/op/sort.t
17241       !> op.c sv.c
17242 ____________________________________________________________________________
17243 [  2326] By: gsar                                  on 1998/11/27  15:00:42
17244     Log: integrate changes#2304,2305,2306,2308 from maint-5.005
17245  Branch: perl
17246       !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
17247       !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
17248       !> lib/ExtUtils/typemap
17249 ____________________________________________________________________________
17250 [  2325] By: gsar                                  on 1998/11/27  14:46:18
17251     Log: malloc bugfix and documentation from Ilya Zakharevich
17252          Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
17253          Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
17254          Subject: [PATCH 5.005_*] Re: Internal coredump
17255          --
17256          Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
17257          Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
17258          Subject: [PATCH 5.005_*] malloc.c documentation
17259  Branch: perl
17260        ! malloc.c
17261 ____________________________________________________________________________
17262 [  2324] By: gsar                                  on 1998/11/27  14:41:38
17263     Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
17264  Branch: perl
17265        ! ext/B/B/C.pm
17266 ____________________________________________________________________________
17267 [  2323] By: gsar                                  on 1998/11/27  14:33:44
17268     Log: From: maeda@src.ricoh.co.jp
17269          Date: Tue, 24 Nov 1998 10:37:45 +0900
17270          Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
17271          Subject: format "..." bug
17272  Branch: perl
17273        ! pp_ctl.c t/op/write.t
17274 ____________________________________________________________________________
17275 [  2322] By: gsar                                  on 1998/11/27  14:20:12
17276     Log: add ext/Devel/Peek
17277          From: jan.dubois@ibm.net (Jan Dubois)
17278          Date: Mon, 23 Nov 1998 00:48:11 +0100
17279          Message-ID: <36589ec9.49964585@smtp1.ibm.net>
17280          Subject: [PATCH 5.005_53] Devel::Peek integration
17281  Branch: perl
17282        + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
17283        + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
17284        ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
17285        ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
17286        ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
17287 ____________________________________________________________________________
17288 [  2321] By: gsar                                  on 1998/11/27  13:03:08
17289     Log: ensure 'make regen_headers' even without perl installed
17290          (suggested by Ilya Zakharevich)
17291  Branch: perl
17292        ! bytecode.pl warning.pl
17293 ____________________________________________________________________________
17294 [  2320] By: gsar                                  on 1998/11/27  12:58:36
17295     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17296          Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
17297          Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
17298          Subject: [PATCH 5.005_*] Cosmetic malloc patch
17299  Branch: perl
17300        ! malloc.c
17301 ____________________________________________________________________________
17302 [  2319] By: gsar                                  on 1998/11/27  12:56:13
17303     Log: eliminate dup hunk from integration
17304  Branch: perl
17305        ! lib/filetest.pm perl.h
17306 ____________________________________________________________________________
17307 [  2318] By: gsar                                  on 1998/11/27  12:50:08
17308     Log: integrate cfgperl changes into mainline
17309  Branch: perl
17310       +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
17311        ! pod/perlfaq4.pod
17312       !> (integrate 30 files)
17313 ____________________________________________________________________________
17314 [  2317] By: jhi                                   on 1998/11/27  11:38:13
17315     Log: C<-x>.
17316  Branch: cfgperl
17317        ! lib/filetest.pm
17318 ____________________________________________________________________________
17319 [  2316] By: jhi                                   on 1998/11/27  11:10:22
17320     Log: Integrate from mainperl.
17321  Branch: cfgperl
17322       !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
17323       !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
17324       !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
17325       !> universal.c util.c win32/GenCAPI.pl win32/win32.h
17326       !> win32/win32sck.c
17327 ____________________________________________________________________________
17328 [  2315] By: gbarr                                 on 1998/11/27  05:16:50
17329     Log: integrate change#2246 from mainline, while still allowing
17330          C<sort $globref @foo>
17331          
17332          allow C<sort $coderef @foo>
17333  Branch: maint-5.005/perl
17334        ! op.c sv.c
17335       !> t/op/sort.t
17336 ____________________________________________________________________________
17337 [  2308] By: gbarr                                 on 1998/11/27  00:11:44
17338     Log: Updates for MPE/iX DynaLoader and installperl, via private mail
17339          forwarded by Jarkko Hietaniemi from Mark Bixby
17340  Branch: maint-5.005/perl
17341        ! ext/DynaLoader/dl_mpeix.xs installperl
17342 ____________________________________________________________________________
17343 [  2306] By: gbarr                                 on 1998/11/26  23:44:47
17344     Log: Allow PL_FILES to have multiple targets from one source by allowing
17345          an array ref as the value in the hash
17346  Branch: maint-5.005/perl
17347        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
17348        ! lib/ExtUtils/MakeMaker.pm
17349 ____________________________________________________________________________
17350 [  2305] By: gbarr                                 on 1998/11/26  23:38:06
17351     Log: fix unsigned variables to use SvUV and sv_setuv
17352  Branch: maint-5.005/perl
17353        ! lib/ExtUtils/typemap
17354 ____________________________________________________________________________
17355 [  2304] By: gbarr                                 on 1998/11/26  23:36:17
17356     Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
17357  Branch: maint-5.005/perl
17358        ! lib/ExtUtils/MM_Unix.pm
17359 ____________________________________________________________________________
17360 [  2301] By: gsar                                  on 1998/11/26  10:16:54
17361     Log: fix PL_defoutgv leak under threads
17362  Branch: perl
17363        ! ext/Thread/Thread.xs
17364 ____________________________________________________________________________
17365 [  2300] By: gsar                                  on 1998/11/26  09:04:44
17366     Log: properly free temporaries created by threads
17367  Branch: perl
17368        ! ext/Thread/Thread.xs
17369 ____________________________________________________________________________
17370 [  2299] By: gsar                                  on 1998/11/26  06:51:16
17371     Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
17372          to set the package for the block properly
17373  Branch: perl
17374        ! op.c t/comp/package.t t/lib/dumper.t
17375 ____________________________________________________________________________
17376 [  2298] By: nick                                  on 1998/11/24  22:04:20
17377     Log: Part-1 of tweaks to allow Tk to be "compiled"
17378          Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
17379          (May also need attention to exports etc. - to follow.)
17380  Branch: perl
17381        ! universal.c
17382 ____________________________________________________________________________
17383 [  2294] By: jhi                                   on 1998/11/23  10:44:26
17384     Log: The new socket tests need in some platforms
17385          to #include <sys/types.h>.
17386  Branch: cfgperl
17387        ! Configure
17388 ____________________________________________________________________________
17389 [  2293] By: jhi                                   on 1998/11/23  10:33:42
17390     Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
17391          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
17392          Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
17393          Date: Mon, 23 Nov 1998 10:07:04 +0100
17394          Message-Id: <9811230907.AA06484@AWT.nl>
17395          
17396          NeXTstep NetInfo uses nidump to get the user/group databases.
17397  Branch: cfgperl
17398        ! t/op/grent.t t/op/pwent.t
17399 ____________________________________________________________________________
17400 [  2291] By: TimBunce                              on 1998/11/22  22:23:09
17401     Log: Updated Porting/patchls utility.
17402  Branch: maint-5.004/perl
17403        ! Porting/patchls
17404 ____________________________________________________________________________
17405 [  2288] By: TimBunce                              on 1998/11/22  21:46:11
17406     Log: Title:  "Buglet in Sys::Syslog.pm (with fix)"
17407          From:  Henrik Tougaard <ht.000@foa.dk>
17408          Msg-ID:  <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
17409          Files:  lib/Sys/Syslog.pm
17410  Branch: maint-5.004/perl
17411        ! lib/Sys/Syslog.pm
17412 ____________________________________________________________________________
17413 [  2286] By: jhi                                   on 1998/11/22  19:08:42
17414     Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
17415  Branch: cfgperl
17416        ! ext/Socket/Socket.xs
17417 ____________________________________________________________________________
17418 [  2285] By: jhi                                   on 1998/11/22  18:21:07
17419     Log: MSG_PROXY for GNU/Hurd (previously we believed that
17420          all GNU libc platforms have MSG_PROXY.  Untrue).
17421          In fact this ended up as a major MSG_* and SCM_*
17422          update.  The MSG_XXX known to be enums in some
17423          versions of the glibc are now probed for and respective
17424          HAS_MSG_XXX are defined.  While I was at it I noticed
17425          SCM_RIGHTS being similarly an enum.  This reminded me of
17426          an ancient discussion in perl5-porters:
17427          http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
17428          The BSD socket interface has a nifty feature for passing
17429          file descriptors and credentials--via sockets.  It may be
17430          too late to add this functionality to the CORE but
17431          at least Configure now probes for the functions,
17432          structs, and includes, defining the appropriate
17433          HAS_YYY and I_ZZZ, and the Socket extension exports
17434          the constants, in case somebody wants to write an
17435          extension for this interface.
17436  Branch: cfgperl
17437        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17438        ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
17439        ! iperlsys.h
17440 ____________________________________________________________________________
17441 [  2284] By: jhi                                   on 1998/11/22  18:13:21
17442     Log: perlhist.pod 1.54, containing 5_53.
17443  Branch: cfgperl
17444        ! pod/perlhist.pod
17445 ____________________________________________________________________________
17446 [  2274] By: TimBunce                              on 1998/11/22  16:25:46
17447     Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
17448  Branch: maint-5.004/perl
17449        ! doio.c
17450 ____________________________________________________________________________
17451 [  2273] By: TimBunce                              on 1998/11/22  16:17:43
17452     Log: Improve op/die_exit.t test for implicit close changing $!
17453  Branch: maint-5.004/perl
17454        ! t/op/die_exit.t
17455 ____________________________________________________________________________
17456 [  2268] By: jhi                                   on 1998/11/22  14:44:11
17457     Log: Fix thinko.
17458  Branch: cfgperl
17459        ! hints/dynixptx.sh
17460 ____________________________________________________________________________
17461 [  2267] By: jhi                                   on 1998/11/22  13:19:41
17462     Log: Document the d_socket override.
17463  Branch: cfgperl
17464        ! hints/dynixptx.sh
17465 ____________________________________________________________________________
17466 [  2266] By: jhi                                   on 1998/11/22  12:12:29
17467     Log: From: John Tobey <jtobey@channel1.com>
17468          Subject: [PATCH] perlfaq typos
17469          To: perl5-porters@perl.com
17470          Date: 22 Nov 1998 04:25:15 +0200
17471          Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
17472  Branch: cfgperl
17473        ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
17474        ! pod/perlfaq7.pod pod/perlfaq8.pod
17475 ____________________________________________________________________________
17476 [  2265] By: jhi                                   on 1998/11/22  12:06:29
17477     Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
17478          Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
17479          Newsgroups: hut.lists.perl5-porters
17480          To: gsar@engin.umich.edu (Gurusamy Sarathy)
17481          Cc: perl5-porters@perl.org (Perl5 Porters)
17482          Date: 20 Nov 1998 12:20:41 +0200
17483  Branch: cfgperl
17484        ! ext/DB_File/Changes ext/DB_File/DB_File.pm
17485        ! ext/DB_File/DB_File.xs
17486 ____________________________________________________________________________
17487 [  2264] By: jhi                                   on 1998/11/22  11:55:09
17488     Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
17489          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
17490          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
17491          To: perlbug@perl.com
17492          Date: 20 Nov 1998 18:39:06 +0200
17493          Lines: 47
17494          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
17495  Branch: cfgperl
17496        ! t/op/grent.t t/op/pwent.t
17497 ____________________________________________________________________________
17498 [  2263] By: jhi                                   on 1998/11/22  11:42:59
17499     Log: Permission testing is tricky when we have too much power.
17500          Problem reported in
17501          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
17502          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
17503          To: perlbug@perl.com
17504          Date: 20 Nov 1998 18:39:06 +0200
17505          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
17506  Branch: cfgperl
17507        ! t/op/filetest.t
17508 ____________________________________________________________________________
17509 [  2262] By: gsar                                  on 1998/11/22  11:37:02
17510     Log: fix broken CAPI generation
17511  Branch: perl
17512        ! win32/GenCAPI.pl
17513 ____________________________________________________________________________
17514 [  2261] By: jhi                                   on 1998/11/22  11:17:00
17515     Log: -x should be C<-x>, reported by Gerben Wierda.
17516  Branch: cfgperl
17517        ! pod/perlfunc.pod
17518 ____________________________________________________________________________
17519 [  2260] By: gsar                                  on 1998/11/22  11:12:02
17520     Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
17521  Branch: perl
17522        ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
17523        ! proto.h
17524 ____________________________________________________________________________
17525 [  2259] By: jhi                                   on 1998/11/22  11:06:40
17526     Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
17527          Subject: Re: [PATCH] Re: pod2man bug in date generated line
17528          To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
17529          Cc: perlbug@perl.com
17530          Date: 20 Nov 1998 21:30:17 +0200
17531          Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
17532  Branch: cfgperl
17533        ! pod/pod2man.PL
17534 ____________________________________________________________________________
17535 [  2256] By: jhi                                   on 1998/11/21  10:44:01
17536     Log: From: Thomas Bowditch <bowditch@inmet.com>
17537          Subject: Benchmark.pm suggestion
17538          To: jhi@iki.fi, Tim.Bunce@ig.co.uk
17539          Date: Fri, 20 Nov 1998 17:43:46 -0500
17540          Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
17541          
17542          Added timesum().
17543  Branch: cfgperl
17544        ! lib/Benchmark.pm
17545 ____________________________________________________________________________
17546 [  2255] By: gsar                                  on 1998/11/21  08:45:06
17547     Log: another win32 portability fix: make sysread() and syswrite()
17548          work on sockets
17549  Branch: perl
17550        ! pp_sys.c win32/win32.h
17551 ____________________________________________________________________________
17552 [  2254] By: gsar                                  on 1998/11/21  07:49:06
17553     Log: win32_recvfrom() compatibility fix
17554  Branch: perl
17555        ! win32/win32sck.c
17556 ____________________________________________________________________________
17557 [  2253] By: jhi                                   on 1998/11/20  08:22:06
17558     Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
17559          To: jhi@iki.fi
17560          Subject: MPE/iX Perl 5.005_02 oops
17561          Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
17562          Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
17563  Branch: cfgperl
17564        ! ext/DynaLoader/dl_mpeix.xs installperl
17565 ____________________________________________________________________________
17566 [  2252] By: gsar                                  on 1998/11/19  17:38:03
17567     Log: mess_sv tweak for change#2249
17568  Branch: perl
17569        ! util.c
17570 ____________________________________________________________________________
17571 [  2251] By: jhi                                   on 1998/11/18  12:32:19
17572     Log: Display use64bits and usemultiplicity but only if necessary.
17573  Branch: cfgperl
17574        ! myconfig
17575 ____________________________________________________________________________
17576 [  2250] By: jhi                                   on 1998/11/18  12:26:50
17577     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl> 
17578          Subject: pp.c uses 'unsigned Quad_t'
17579          To: perlbug@perl.com 
17580          Date: Sun, 15 Nov 1998 20:57:05 -0300 
17581          Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
17582  Branch: cfgperl
17583        ! perl.h pp.c
17584 ____________________________________________________________________________
17585 [  2249] By: gsar                                  on 1998/11/18  05:43:11
17586     Log: use PL_mess_sv only during global destruction (fixes problems with
17587          overlapping invocations of form()/warn()/die()/croak() trampling on
17588          each other's messages)
17589  Branch: perl
17590        ! mg.c util.c
17591 ____________________________________________________________________________
17592 [  2248] By: gsar                                  on 1998/11/18  05:39:36
17593     Log: tweak change#2245 to skip previous message if any
17594  Branch: perl
17595        ! pp_ctl.c t/pragma/warn/pp_ctl
17596 ____________________________________________________________________________
17597 [  2247] By: jhi                                   on 1998/11/17  11:46:56
17598     Log: Integrate from mainperl.
17599  Branch: cfgperl
17600       !> (integrate 26 files)
17601 ____________________________________________________________________________
17602 [  2246] By: gsar                                  on 1998/11/17  09:41:10
17603     Log: allow C<sort $coderef @foo>
17604  Branch: perl
17605        ! op.c t/op/sort.t t/pragma/overload.t
17606 ____________________________________________________________________________
17607 [  2245] By: gsar                                  on 1998/11/17  08:28:26
17608     Log: propagate failures in DESTROY() as (optional) warnings
17609  Branch: perl
17610        ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
17611 ____________________________________________________________________________
17612 [  2244] By: gsar                                  on 1998/11/17  07:43:08
17613     Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
17614  Branch: perl
17615        ! perl.c thrdvar.h
17616 ____________________________________________________________________________
17617 [  2243] By: gsar                                  on 1998/11/17  07:40:09
17618     Log: sort WARN_FOO symbols to avoid hash traversal order dependency
17619  Branch: perl
17620        ! lib/warning.pm warning.h warning.pl
17621 ____________________________________________________________________________
17622 [  2242] By: gsar                                  on 1998/11/17  06:32:39
17623     Log: fix skipspace() to properly account for newlines in eval''-ed
17624          strings (caused bogus line numbers in diagnostics and debugger)
17625  Branch: perl
17626        ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
17627 ____________________________________________________________________________
17628 [  2241] By: gsar                                  on 1998/11/17  03:48:12
17629     Log: s/Perl_utf8skip/PL_utf8skip/g
17630  Branch: perl
17631        ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
17632 ____________________________________________________________________________
17633 [  2240] By: gsar                                  on 1998/11/14  06:09:06
17634     Log: rework op/groups.t
17635  Branch: perl
17636        ! t/op/filetest.t t/op/groups.t
17637 ____________________________________________________________________________
17638 [  2235] By: gsar                                  on 1998/11/14  00:17:05
17639     Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
17640  Branch: perl
17641        ! op.c
17642 ____________________________________________________________________________
17643 [  2234] By: gsar                                  on 1998/11/14  00:14:02
17644     Log: update Changes
17645  Branch: perl
17646        ! Changes win32/config.bc win32/config.gc win32/config.vc
17647 ____________________________________________________________________________
17648 [  2233] By: gsar                                  on 1998/11/13  09:43:03
17649     Log: doc tweak
17650  Branch: perl
17651        ! README.win32
17652 ____________________________________________________________________________
17653 [  2230] By: jhi                                   on 1998/11/12  17:07:45
17654     Log: Allow hints file override for d_socket
17655          (based on Sequent-induced change #2229).
17656  Branch: cfgperl
17657        ! Configure
17658 ____________________________________________________________________________
17659 [  2229] By: jhi                                   on 1998/11/12  16:32:33
17660     Log: 
17661          From: "Martin J. Bligh" <mbligh@sequent.com>
17662          To: jhi@iki.fi
17663          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
17664          Subject: Re: Making Perl work on DYNIX/ptx
17665          Date: Tue, 10 Nov 1998 16:24:26 -0800
17666          Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
17667  Branch: cfgperl
17668        ! hints/dynixptx.sh
17669 ____________________________________________________________________________
17670 [  2228] By: jhi                                   on 1998/11/12  11:40:37
17671     Log: From: "Martin J. Bligh" <mbligh@sequent.com>
17672          Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
17673          To: jhi@iki.fi
17674          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
17675          Subject: Re: Making Perl work on DYNIX/ptx
17676          Date: Tue, 10 Nov 1998 18:01:10 -0800
17677  Branch: cfgperl
17678        + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
17679 ____________________________________________________________________________
17680 [  2227] By: jhi                                   on 1998/11/12  11:17:42
17681     Log: Integrate from mainperl.
17682  Branch: cfgperl
17683       !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
17684       !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
17685       !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
17686       !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
17687       !> win32/win32.c x2p/s2p.PL
17688 ____________________________________________________________________________
17689 [  2226] By: gsar                                  on 1998/11/11  21:05:42
17690     Log: provide -DPERL_POLLUTE
17691  Branch: perl
17692        ! embed.pl embedvar.h
17693 ____________________________________________________________________________
17694 [  2225] By: jhi                                   on 1998/11/09  07:45:12
17695     Log: From: Hans Mulder <hansm@icgroup.nl>
17696          To: Ilya Zakharevich <ilya@math.ohio-state.edu>
17697          Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
17698          perl5-porters@perl.org
17699          Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
17700          (UNINSTALLED)
17701          Date: Sun,  8 Nov 98 22:20:23 +0100
17702          Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
17703  Branch: cfgperl
17704        ! malloc.c perl.h
17705 ____________________________________________________________________________
17706 [  2224] By: gsar                                  on 1998/11/09  03:13:14
17707     Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
17708          Christoph <lupe@alanya.m.isar.de>)
17709  Branch: perl
17710        ! lib/Text/Wrap.pm
17711 ____________________________________________________________________________
17712 [  2223] By: gsar                                  on 1998/11/09  02:09:06
17713     Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
17714          <lionel.fourquaux@wanadoo.fr>)
17715  Branch: perl
17716        ! x2p/s2p.PL
17717 ____________________________________________________________________________
17718 [  2222] By: gsar                                  on 1998/11/09  01:56:24
17719     Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
17720          Date: Wed, 04 Nov 1998 12:19:44 +0000
17721          Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
17722          Subject: [PATCH] Re: [5.005_53] read overflow? 
17723          --
17724          Date: Wed, 04 Nov 1998 13:15:18 +0000
17725          Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
17726          Subject: [PATCH 5.005_53] perl -V fix
17727  Branch: perl
17728        ! perl.c regexec.c
17729 ____________________________________________________________________________
17730 [  2221] By: gsar                                  on 1998/11/09  01:34:56
17731     Log: From: jan.dubois@ibm.net (Jan Dubois)
17732          Date: Sun, 01 Nov 1998 00:05:01 +0100
17733          Message-ID: <364294bd.18052307@smtp1.ibm.net>
17734          Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
17735  Branch: perl
17736        ! Changes win32/makedef.pl
17737 ____________________________________________________________________________
17738 [  2220] By: gsar                                  on 1998/11/08  21:13:07
17739     Log: integrate changes#2120,2168,2218 from maint-5.005;
17740          add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
17741          enum; make regen_headers
17742  Branch: perl
17743        ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
17744        ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
17745 ____________________________________________________________________________
17746 [  2219] By: gsar                                  on 1998/11/08  19:42:57
17747     Log: integrate cfgperl changes into mainline
17748  Branch: perl
17749       +> README.vmesa
17750       !> Configure MANIFEST Porting/Glossary Porting/config.sh
17751       !> Porting/config_H config_h.SH ext/Thread/Thread.xs
17752       !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
17753       !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
17754       !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
17755       !> thread.h vms/subconfigure.com vos/config.h
17756 ____________________________________________________________________________
17757 [  2218] By: gbarr                                 on 1998/11/08  16:48:44
17758     Log: From: Graham Barr <gbarr@ti.com>
17759          Date: Mon, 2 Nov 1998 07:38:52 -0600
17760          Message-ID: <19981102073852.A12751@asic.sc.ti.com>
17761          Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
17762  Branch: maint-5.005/perl
17763        ! ext/IPC/SysV/Msg.pm
17764 ____________________________________________________________________________
17765 [  2215] By: gsar                                  on 1998/11/08  02:52:52
17766     Log: set close-on-exec bit on pipe() FDs
17767  Branch: perl
17768        ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
17769 ____________________________________________________________________________
17770 [  2214] By: gsar                                  on 1998/11/08  02:27:57
17771     Log: typo in newHVhv()
17772  Branch: perl
17773        ! hv.c
17774 ____________________________________________________________________________
17775 [  2211] By: jhi                                   on 1998/11/07  21:14:18
17776     Log: Finalize the Mach CThreads support.
17777          
17778          From: Hans Mulder <hansm@icgroup.nl>
17779          Date: Sat,  7 Nov 98 22:06:20 +0100
17780          To: Gurusamy Sarathy <gsar@engin.umich.edu>
17781          Cc: jhi@iki.fi, perl5-porters@perl.org
17782          Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) 
17783          Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
17784  Branch: cfgperl
17785        ! malloc.c perl.h
17786 ____________________________________________________________________________
17787 [  2210] By: gsar                                  on 1998/11/06  20:36:50
17788     Log: fix AvREALISH bogusness
17789  Branch: perl
17790        ! av.c t/op/array.t
17791 ____________________________________________________________________________
17792 [  2209] By: jhi                                   on 1998/11/06  08:05:31
17793     Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
17794          ASSERT() causes problems in {NeXTStep,OpenStep}.
17795          
17796          From: Hans Mulder <hansm@icgroup.nl>
17797          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
17798          Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
17799          Date: Fri,  6 Nov 98 01:27:41 +0100
17800          Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
17801          
17802          and
17803          
17804          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17805          Subject: Re: ASSERT() in malloc.c
17806          To: jhi@iki.fi
17807          Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
17808          Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
17809  Branch: cfgperl
17810        ! malloc.c
17811 ____________________________________________________________________________
17812 [  2208] By: jhi                                   on 1998/11/06  07:55:38
17813     Log: Mach CThreads needs #include <mach/cthreads.h>.
17814  Branch: cfgperl
17815        ! perl.h
17816 ____________________________________________________________________________
17817 [  2206] By: jhi                                   on 1998/11/05  14:54:52
17818     Log: PERL_BADLANG wrongly documented.
17819          
17820          From: ts <decoux@moulon.inra.fr>
17821          To: jhi@cc.hut.fi
17822          Subject: Re: Locale warning messages
17823          Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
17824          Message-Id: <199811051334.OAA24863@moulon.inra.fr>
17825          
17826          and
17827          
17828          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17829          Subject: Re: PERL_BADLANG
17830          To: jhi@iki.fi
17831          Subject: Re: PERL_BADLANG
17832          Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
17833          Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
17834  Branch: cfgperl
17835        ! pod/perllocale.pod
17836 ____________________________________________________________________________
17837 [  2205] By: jhi                                   on 1998/11/05  14:24:33
17838     Log: Document all the control flow keywords in perlfunc
17839          so that "perlfunc -f while" works.
17840  Branch: cfgperl
17841        ! pod/perlfunc.pod
17842 ____________________________________________________________________________
17843 [  2204] By: jhi                                   on 1998/11/05  12:46:02
17844     Log: Configure update.  Remove last trace of PTHREADS_CREATED_JOINABLE
17845          (from vos/config.h).  Update Porting/{Glossary,config*}.
17846  Branch: cfgperl
17847        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17848        ! config_h.SH vos/config.h
17849 ____________________________________________________________________________
17850 [  2203] By: jhi                                   on 1998/11/05  08:34:39
17851     Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
17852  Branch: cfgperl
17853        ! hints/vmesa.sh vms/subconfigure.com
17854 ____________________________________________________________________________
17855 [  2202] By: jhi                                   on 1998/11/05  08:03:20
17856     Log: Integrate from mainperl.
17857  Branch: cfgperl
17858       !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
17859       !> win32/Makefile win32/makefile.mk win32/win32.c
17860 ____________________________________________________________________________
17861 [  2201] By: gsar                                  on 1998/11/05  04:40:44
17862     Log: another POPSTACK victim
17863  Branch: perl
17864        ! cop.h sv.c
17865 ____________________________________________________________________________
17866 [  2196] By: gsar                                  on 1998/11/05  02:07:54
17867     Log: fix a location affected by change#2191, add note about POPSTACK
17868  Branch: perl
17869        ! cop.h gv.c pp_ctl.c
17870 ____________________________________________________________________________
17871 [  2195] By: gsar                                  on 1998/11/05  02:04:45
17872     Log: makefile notes
17873  Branch: perl
17874        ! win32/Makefile win32/makefile.mk
17875 ____________________________________________________________________________
17876 [  2192] By: gsar                                  on 1998/11/04  23:48:53
17877     Log: indeterminate order-of-evaluation fixes
17878  Branch: perl
17879        ! mg.c
17880 ____________________________________________________________________________
17881 [  2191] By: gsar                                  on 1998/11/04  23:02:16
17882     Log: refetch local stack pointer in POPSTACK
17883  Branch: perl
17884        ! cop.h perl.c
17885 ____________________________________________________________________________
17886 [  2190] By: jhi                                   on 1998/11/04  08:50:40
17887     Log: Configure update.
17888          Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
17889          
17890          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
17891          To: Martin Bligh <mbligh@sequent.com>
17892          Cc: Jarkko Hietaniemi <jhi@iki.fi>
17893          Subject: Re: Perl 5's configure on DYNIX/ptx
17894          Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
17895          Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
17896          
17897          find sockets also from libsocket, not just libnet.
17898          OS390: $compile_ok instead of $compile for <inttypes.h>,
17899          
17900          From: pvhp@forte.com (Peter Prymmer)
17901          To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
17902          Subject: _53 not OK on os390 but looking better than ever
17903          Date: Tue, 3 Nov 98 17:33:22 PST
17904          Message-Id: <9811040133.AA09450@forte.com>
17905  Branch: cfgperl
17906        ! Configure
17907 ____________________________________________________________________________
17908 [  2189] By: jhi                                   on 1998/11/04  07:43:58
17909     Log: sysio.t failure: fix undefined order of evaluation, from
17910          
17911          From: Spider Boardman <spider@web.zk3.dec.com>
17912          Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
17913          To: perlbug@perl.com
17914          Date: 4 Nov 1998 01:22:30 +0200
17915          Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
17916  Branch: cfgperl
17917        ! pp_sys.c
17918 ____________________________________________________________________________
17919 [  2188] By: gsar                                  on 1998/11/04  02:59:16
17920     Log: fix return value of win32_pclose()
17921  Branch: perl
17922        ! win32/win32.c
17923 ____________________________________________________________________________
17924 [  2187] By: gsar                                  on 1998/11/04  02:56:34
17925     Log: s/sv_upgrade/SvUPGRADE/ a couple of places
17926  Branch: perl
17927        ! Changes doop.c gv.c util.c
17928 ____________________________________________________________________________
17929 [  2186] By: jhi                                   on 1998/11/03  08:17:52
17930     Log: Document quads in pack.
17931  Branch: cfgperl
17932        ! pod/perlfunc.pod
17933 ____________________________________________________________________________
17934 [  2185] By: jhi                                   on 1998/11/03  07:49:35
17935     Log: (IV) vs (I32) vs I_V()
17936          
17937          Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
17938          From: Anton Berezin <tobez@plab.ku.dk> 
17939          To: "p5p" <perl5-porters@perl.org> 
17940          Date: 01 Nov 1998 15:09:11 +0100 
17941          Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
17942          
17943          and
17944          
17945          From: Andy Dougherty <doughera@lafcol.lafayette.edu> 
17946          Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) 
17947          Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
17948  Branch: cfgperl
17949        ! sv.c
17950 ____________________________________________________________________________
17951 [  2184] By: jhi                                   on 1998/11/03  07:42:46
17952     Log: VM/ESA updates.
17953  Branch: cfgperl
17954        + README.vmesa
17955        ! MANIFEST pod/perlfunc.pod pod/perlport.pod
17956 ____________________________________________________________________________
17957 [  2183] By: jhi                                   on 1998/11/02  12:58:13
17958     Log: The id(1)-parsing is real fun.
17959  Branch: cfgperl
17960        ! t/op/groups.t
17961 ____________________________________________________________________________
17962 [  2182] By: jhi                                   on 1998/11/02  12:07:43
17963     Log: Decommission the symlink test.
17964  Branch: cfgperl
17965        ! t/op/lex_assign.t
17966 ____________________________________________________________________________
17967 [  2181] By: jhi                                   on 1998/11/02  12:03:08
17968     Log: Replace ATTR_JOINABLE with true Configure probe
17969          for PTHREAD_CREATE_JOINABLE (or equivalent:
17970          PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
17971          Remove ATTR_JOINABLE itself: Thread.xs uses
17972          PTHREAD_CREATE_JOINABLE (or equivalent) directly.
17973          
17974          Really scan for <mach/cthreads.h> only if usethreads.
17975  Branch: cfgperl
17976        ! Configure config_h.SH ext/Thread/Thread.xs thread.h
17977 ____________________________________________________________________________
17978 [  2180] By: jhi                                   on 1998/11/02  11:07:34
17979     Log: In HP-UX 10.X usethreads only if the required files are present.
17980  Branch: cfgperl
17981        ! hints/hpux.sh
17982 ____________________________________________________________________________
17983 [  2179] By: jhi                                   on 1998/11/02  09:10:33
17984     Log: Prefer groups(1).
17985          id -Gn can be broken.
17986          id -a can save the day.
17987  Branch: cfgperl
17988        ! t/op/groups.t
17989 ____________________________________________________________________________
17990 [  2178] By: jhi                                   on 1998/11/02  08:35:29
17991     Log: Detrail enum comma.
17992  Branch: cfgperl
17993        ! perl.h
17994 ____________________________________________________________________________
17995 [  2177] By: jhi                                   on 1998/11/02  08:24:12
17996     Log: 0**0 = 1, from
17997          
17998          From: d-lewart@uiuc.edu (Daniel S. Lewart)
17999          Subject: Math::Complex 0**0 patches
18000          Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
18001          Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
18002          To: jhi@iki.fi (Jarkko Hietaniemi),
18003          Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
18004  Branch: cfgperl
18005        ! lib/Math/Complex.pm t/lib/complex.t
18006 ____________________________________________________________________________
18007 [  2168] By: gbarr                                 on 1998/11/01  01:58:58
18008     Log: From: jan.dubois@ibm.net (Jan Dubois)   
18009          Date: Fri, 09 Oct 1998 23:28:31 +0200
18010          Message-ID: <36217b7f.3193091@smtp1.ibm.net>
18011          Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
18012  Branch: maint-5.005/perl
18013        ! XSUB.h
18014 ____________________________________________________________________________
18015 [  2164] By: jhi                                   on 1998/10/31  15:50:02
18016     Log: Integrate from mainperl.
18017  Branch: cfgperl
18018       +> t/op/lex_assign.t
18019       !> (integrate 45 files)
18020
18021 ----------------
18022 Version 5.005_53
18023 ----------------
18024
18025 ____________________________________________________________________________
18026 [  2163] By: gsar                                  on 1998/10/31  11:31:12
18027     Log: bump patchlevel; other minor fixes for clean build and test on
18028          Solaris and win32
18029  Branch: perl
18030        ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
18031        ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
18032        ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
18033        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
18034        ! x2p/a2p.c
18035 ____________________________________________________________________________
18036 [  2162] By: gsar                                  on 1998/10/31  09:40:31
18037     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18038          Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
18039          Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
18040          Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
18041  Branch: perl
18042        ! pp.h
18043 ____________________________________________________________________________
18044 [  2161] By: gsar                                  on 1998/10/31  09:39:13
18045     Log: From: Albert Dvornik <bert@genscan.com>
18046          Date: 30 Oct 1998 17:50:04 -0500
18047          Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
18048          Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
18049  Branch: perl
18050        ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
18051 ____________________________________________________________________________
18052 [  2160] By: gsar                                  on 1998/10/31  09:35:03
18053     Log: fix for bugs in -x mode
18054          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18055          Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
18056          Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
18057          Subject: [PATCH 5.00552] Fix h2xs
18058  Branch: perl
18059        ! utils/h2xs.PL
18060 ____________________________________________________________________________
18061 [  2159] By: gsar                                  on 1998/10/31  09:31:36
18062     Log: Data::Dumper update
18063  Branch: perl
18064        ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
18065        ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
18066 ____________________________________________________________________________
18067 [  2153] By: gsar                                  on 1998/10/30  21:40:09
18068     Log: add testsuite portion of patch
18069          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18070          Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
18071          Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
18072          Subject: [PATCH 5.00321 ;-)] 87% speedup
18073  Branch: perl
18074        + t/op/lex_assign.t
18075        ! MANIFEST
18076 ____________________________________________________________________________
18077 [  2152] By: gsar                                  on 1998/10/30  21:08:11
18078     Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
18079  Branch: perl
18080        ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
18081 ____________________________________________________________________________
18082 [  2151] By: gsar                                  on 1998/10/30  20:18:09
18083     Log: From: Mark-Jason Dominus <mjd@plover.com>
18084          Date: Fri, 30 Oct 1998 14:24:23 EST
18085          Message-Id: <19981030192423.27276.qmail@plover.com>
18086          Subject: PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'
18087  Branch: perl
18088        ! x2p/walk.c
18089 ____________________________________________________________________________
18090 [  2150] By: gsar                                  on 1998/10/30  20:08:57
18091     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18092          Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
18093          Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
18094          Subject: [PATCH 5.00552] Overloaded <> and deref again
18095  Branch: perl
18096        ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
18097        ! t/pragma/overload.t toke.c
18098 ____________________________________________________________________________
18099 [  2149] By: gsar                                  on 1998/10/30  19:38:15
18100     Log: From: Roderick Schertler <roderick@argon.org>
18101          Date: Thu, 29 Oct 1998 14:50:18 -0500
18102          Message-ID: <17625.909690618@eeyore.ibcinc.com>
18103          Subject: patch for daemonization docs in perlipc
18104  Branch: perl
18105        ! pod/perlipc.pod
18106 ____________________________________________________________________________
18107 [  2148] By: gsar                                  on 1998/10/30  19:36:07
18108     Log: From: Anton Berezin <tobez@plab.ku.dk>
18109          Date: 29 Oct 1998 17:06:25 +0100
18110          Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
18111          Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
18112  Branch: perl
18113        ! win32/win32.c
18114 ____________________________________________________________________________
18115 [  2147] By: gsar                                  on 1998/10/30  19:31:37
18116     Log: tweaked version of suggested patch
18117          From: Anton Berezin <tobez@plab.ku.dk>
18118          Date: 29 Oct 1998 14:48:54 +0100
18119          Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
18120          Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
18121  Branch: perl
18122        ! win32/win32.c
18123 ____________________________________________________________________________
18124 [  2146] By: gsar                                  on 1998/10/30  19:03:50
18125     Log: hand-apply whitespace-mutiliated patch
18126          From: "vishal bhatia" <vishalb@hotmail.com>
18127          Date: Wed, 28 Oct 1998 23:45:32 PST
18128          Message-ID: <19981029074534.2334.qmail@hotmail.com>
18129          Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
18130  Branch: perl
18131        ! ext/B/B/C.pm ext/B/B/CC.pm
18132 ____________________________________________________________________________
18133 [  2145] By: gsar                                  on 1998/10/30  18:46:58
18134     Log: remaining PL_foo stragglers
18135  Branch: perl
18136        ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
18137        ! op.h os2/os2.c vms/gen_shrfls.pl
18138 ____________________________________________________________________________
18139 [  2144] By: gsar                                  on 1998/10/30  17:38:36
18140     Log: integrate cfgperl tweaks into mainline
18141  Branch: perl
18142       !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
18143       !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
18144 ____________________________________________________________________________
18145 [  2143] By: jhi                                   on 1998/10/30  13:27:39
18146     Log: There can be multiple yacc/bison errors.
18147  Branch: cfgperl
18148        ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
18149 ____________________________________________________________________________
18150 [  2142] By: jhi                                   on 1998/10/30  13:18:43
18151     Log: README.posix-bc update.
18152  Branch: cfgperl
18153        ! README.posix-bc
18154 ____________________________________________________________________________
18155 [  2141] By: jhi                                   on 1998/10/30  09:12:59
18156     Log: #2133 fallout.
18157  Branch: cfgperl
18158        ! doio.c ext/POSIX/POSIX.xs
18159 ____________________________________________________________________________
18160 [  2140] By: jhi                                   on 1998/10/30  08:43:18
18161     Log: Integrate from mainperl.
18162  Branch: cfgperl
18163       +> globvar.sym pp.sym
18164        - objpp.h thread.sym
18165       !> (integrate 61 files)
18166 ____________________________________________________________________________
18167 [  2133] By: gsar                                  on 1998/10/30  02:51:39
18168     Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
18169          (objpp.h is gone, embed.pl now does some of that); objXSUB.h
18170          should soon be automated also; the global variables that
18171          escaped the PL_foo conversion are now reined in; renamed
18172          MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
18173          type of same name; duplicated lists of pp_things in various
18174          places is now gone; result has only been tested on win32
18175  Branch: perl
18176        + globvar.sym pp.sym
18177        - objpp.h thread.sym
18178        ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
18179        ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
18180        ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
18181        ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
18182        ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
18183        ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
18184        ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
18185        ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
18186        ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
18187        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18188        ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
18189 ____________________________________________________________________________
18190 [  2130] By: jhi                                   on 1998/10/29  15:31:26
18191     Log: Pure bison yylex() proto was broken.
18192  Branch: cfgperl
18193        ! proto.h
18194 ____________________________________________________________________________
18195 [  2126] By: jhi                                   on 1998/10/29  08:35:54
18196     Log: Integrate mainperl.
18197  Branch: cfgperl
18198       !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
18199       !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
18200       !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
18201       !> t/pragma/warn/doio toke.c win32/makefile.mk
18202 ____________________________________________________________________________
18203 [  2125] By: jhi                                   on 1998/10/29  08:32:38
18204     Log: EBCDIC Makefile.SH iteration converges.  Hopefully.
18205  Branch: cfgperl
18206        ! Makefile.SH
18207 ____________________________________________________________________________
18208 [  2124] By: jhi                                   on 1998/10/29  08:06:44
18209     Log: EBCDIC Makefile.SH tuneup.
18210  Branch: cfgperl
18211        ! Makefile.SH
18212 ____________________________________________________________________________
18213 [  2119] By: gsar                                  on 1998/10/28  23:24:04
18214     Log: remove doubled hunk from integration
18215  Branch: perl
18216        ! pp.c
18217 ____________________________________________________________________________
18218 [  2118] By: gsar                                  on 1998/10/28  22:03:31
18219     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18220          Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
18221          Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
18222          Subject: [PATCH 5.00552] Minor debugger tweaks
18223  Branch: perl
18224        ! lib/perl5db.pl
18225 ____________________________________________________________________________
18226 [  2117] By: gsar                                  on 1998/10/28  22:02:30
18227     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18228          Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
18229          Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
18230          Subject: [PATCH 5.00552] Make sort respect overloading
18231  Branch: perl
18232        ! pp_ctl.c proto.h t/pragma/overload.t
18233 ____________________________________________________________________________
18234 [  2116] By: gsar                                  on 1998/10/28  21:51:11
18235     Log: MM patches from Ilya Zakharevich
18236          Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
18237          Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
18238          Subject: [PATCH 5.00552] Make MakeMaker more verbose
18239          --
18240          Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
18241          Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
18242          Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
18243  Branch: perl
18244        ! lib/ExtUtils/MakeMaker.pm
18245 ____________________________________________________________________________
18246 [  2115] By: gsar                                  on 1998/10/28  21:46:19
18247     Log: add explicit references to perl source path in ld2 and gcc2
18248  Branch: perl
18249        ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
18250 ____________________________________________________________________________
18251 [  2114] By: gsar                                  on 1998/10/28  21:39:56
18252     Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
18253          Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
18254          Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
18255          Subject: [PATCH] Re: Problems with: Creating an installable tar archive
18256  Branch: perl
18257        ! INSTALL
18258 ____________________________________________________________________________
18259 [  2113] By: gsar                                  on 1998/10/28  21:21:16
18260     Log: integrate cfgperl into mainline
18261  Branch: perl
18262       +> t/op/filetest.t
18263       !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
18264       !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
18265       !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
18266       !> thread.h toke.c vmesa/Makefile
18267 ____________________________________________________________________________
18268 [  2112] By: gsar                                  on 1998/10/28  21:14:18
18269     Log: minor cleanup
18270  Branch: perl
18271        ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
18272 ____________________________________________________________________________
18273 [  2111] By: gsar                                  on 1998/10/28  18:52:10
18274     Log: smarter C<$SIG{FOO} = BAREWORD;> warning
18275  Branch: perl
18276        ! toke.c
18277 ____________________________________________________________________________
18278 [  2110] By: jhi                                   on 1998/10/28  15:07:54
18279     Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
18280  Branch: cfgperl
18281        ! Makefile.SH
18282 ____________________________________________________________________________
18283 [  2109] By: jhi                                   on 1998/10/28  13:39:54
18284     Log: a2p.y needs to generate also y.tab.h.
18285  Branch: cfgperl
18286        ! Makefile.SH
18287 ____________________________________________________________________________
18288 [  2108] By: jhi                                   on 1998/10/28  10:33:36
18289     Log: The "parse error" must be converted to "syntax error",
18290          just matching it aint' enough.
18291  Branch: cfgperl
18292        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
18293        ! t/pragma/warning.t
18294 ____________________________________________________________________________
18295 [  2107] By: jhi                                   on 1998/10/28  10:23:05
18296     Log: Regen sig_n{ame,umber}* if slightest doubt.
18297  Branch: cfgperl
18298        ! Configure
18299 ____________________________________________________________________________
18300 [  2106] By: jhi                                   on 1998/10/28  08:44:49
18301     Log: Bison says 'parse error', not 'parser error'.
18302  Branch: cfgperl
18303        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
18304        ! t/pragma/warning.t
18305 ____________________________________________________________________________
18306 [  2105] By: jhi                                   on 1998/10/28  08:42:09
18307     Log: yylex() parametrization.
18308  Branch: cfgperl
18309        ! proto.h toke.c
18310 ____________________________________________________________________________
18311 [  2104] By: jhi                                   on 1998/10/28  08:25:09
18312     Log: Bring in #2102.
18313  Branch: cfgperl
18314        ! pp.c
18315 ____________________________________________________________________________
18316 [  2103] By: jhi                                   on 1998/10/28  08:22:04
18317     Log: From: Dominic Dunlop <domo@vo.lu>
18318          Subject: [PATCH 5.005_02]  Re: perl5.004_04 testing problem
18319          Date: 27 Oct 1998 20:47:25 +0200
18320          Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
18321  Branch: cfgperl
18322        ! t/op/groups.t
18323 ____________________________________________________________________________
18324 [  2102] By: larry                                 on 1998/10/27  18:58:55
18325     Log: utf8 change to quotemeta broke EBCDIC
18326  Branch: perl
18327        ! pp.c
18328 ____________________________________________________________________________
18329 [  2101] By: jhi                                   on 1998/10/27  12:55:34
18330     Log: $Config{sig_num_init}.
18331          Also, a new approach to the 'pthreads-created-joinable': drop
18332          it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
18333          directly. (See also #2096).
18334  Branch: cfgperl
18335        ! Configure config_h.SH
18336 ____________________________________________________________________________
18337 [  2100] By: jhi                                   on 1998/10/27  10:48:55
18338     Log: Regenerated perly_c.diff.
18339  Branch: cfgperl
18340        ! perly_c.diff
18341 ____________________________________________________________________________
18342 [  2099] By: jhi                                   on 1998/10/27  08:42:25
18343     Log: First the mangler was Netscape, then it was me.
18344  Branch: cfgperl
18345        ! vmesa/Makefile
18346 ____________________________________________________________________________
18347 [  2098] By: jhi                                   on 1998/10/27  08:34:40
18348     Log: `id -Gn` might be available where `groups` is not.
18349  Branch: cfgperl
18350        ! t/op/groups.t
18351 ____________________________________________________________________________
18352 [  2097] By: jhi                                   on 1998/10/27  08:05:17
18353     Log: Netscape had mangled the tabs.
18354  Branch: cfgperl
18355        ! vmesa/Makefile
18356 ____________________________________________________________________________
18357 [  2096] By: jhi                                   on 1998/10/27  08:03:05
18358     Log: ATTR_JOINABLE logic, based on (private email)
18359          
18360          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
18361          Subject: Some little diffs
18362          Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
18363          Date: Tue, 27 Oct 1998 13:44:42 +1300
18364  Branch: cfgperl
18365        ! thread.h
18366 ____________________________________________________________________________
18367 [  2095] By: jhi                                   on 1998/10/27  07:56:57
18368     Log: Mach cthreads support based on:
18369          
18370          From: brie@corp.home.net (Brian Harrison)
18371          Subject: perl5.005_02 patch for mthreads
18372          To: perl5-porters@perl.org
18373          Date: 24 Oct 1998 01:01:55 +0300
18374          Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
18375          
18376          Pthread yield probe (dejavu)
18377          Cosmetic nanochange for the union semun output.
18378          Better inttypes.h probe.
18379          Undo the 'void *' $selecttype probe from #1971 because
18380          it breaks the $selectminbits test.
18381  Branch: cfgperl
18382        ! Configure config_h.SH perl.h thread.h
18383 ____________________________________________________________________________
18384 [  2094] By: jhi                                   on 1998/10/26  13:02:07
18385     Log: Also posix-bc wants to reyacc.
18386  Branch: cfgperl
18387        ! Makefile.SH
18388 ____________________________________________________________________________
18389 [  2093] By: jhi                                   on 1998/10/26  10:17:21
18390     Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
18391          5_02 and really breaking things in non-ASCII worlds.
18392  Branch: cfgperl
18393        ! pp.c
18394 ____________________________________________________________________________
18395 [  2092] By: jhi                                   on 1998/10/26  09:08:00
18396     Log: More robustness.
18397  Branch: cfgperl
18398        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
18399        ! t/pragma/warning.t
18400 ____________________________________________________________________________
18401 [  2091] By: jhi                                   on 1998/10/26  08:47:32
18402     Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
18403          Bison really wants YYLEX_PARAM.
18404  Branch: cfgperl
18405        ! perly.y proto.h toke.c
18406 ____________________________________________________________________________
18407 [  2090] By: jhi                                   on 1998/10/26  08:21:25
18408     Log: s/YYLEX_PARAM/YYLEXPARAM/
18409  Branch: cfgperl
18410        ! perly.y
18411 ____________________________________________________________________________
18412 [  2089] By: jhi                                   on 1998/10/26  08:17:33
18413     Log: Indicate skipped subtests.
18414  Branch: cfgperl
18415        ! t/io/pipe.t
18416 ____________________________________________________________________________
18417 [  2088] By: jhi                                   on 1998/10/26  08:11:36
18418     Log: Integrate from mainperl.
18419  Branch: cfgperl
18420       !> (integrate 54 files)
18421 ____________________________________________________________________________
18422 [  2087] By: jhi                                   on 1998/10/26  08:08:02
18423     Log: Add test for filetests.
18424  Branch: cfgperl
18425        + t/op/filetest.t
18426        ! MANIFEST
18427 ____________________________________________________________________________
18428 [  2086] By: gsar                                  on 1998/10/26  02:44:44
18429     Log: various win32 tweaks; disable new xs_cpp section (it creates
18430          ambiguous inference graph for %.xs --> %.o)
18431  Branch: perl
18432        ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
18433        ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
18434        ! win32/config.gc win32/config_H.gc win32/makedef.pl
18435        ! win32/makefile.mk win32/win32.h
18436 ____________________________________________________________________________
18437 [  2085] By: gsar                                  on 1998/10/26  00:50:02
18438     Log: sanity-check $Config{drand01} in rand.t
18439  Branch: perl
18440        ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
18441        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18442 ____________________________________________________________________________
18443 [  2078] By: gsar                                  on 1998/10/25  10:22:04
18444     Log: update win32/config*.?c
18445  Branch: perl
18446        ! Changes win32/config.bc win32/config.gc win32/config.vc
18447        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18448 ____________________________________________________________________________
18449 [  2077] By: gsar                                  on 1998/10/25  08:39:25
18450     Log: From: Graham Barr <gbarr@pobox.com>
18451          Date: Sat, 24 Oct 1998 21:45:50 -0500
18452          Message-ID: <19981024214550.C508@pobox.com>
18453          Subject: Re: die with a reference  should use overload "" operator
18454  Branch: perl
18455        ! pp_ctl.c
18456 ____________________________________________________________________________
18457 [  2076] By: gsar                                  on 1998/10/25  08:37:49
18458     Log: From: Graham Barr <gbarr@pobox.com>
18459          Date: Sat, 24 Oct 1998 12:45:21 -0500
18460          Message-ID: <19981024124521.C512@pobox.com>
18461          Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
18462  Branch: perl
18463        ! sv.c
18464 ____________________________________________________________________________
18465 [  2075] By: gsar                                  on 1998/10/25  08:24:09
18466     Log: fix C<print $n += 5;> etc.
18467  Branch: perl
18468        ! toke.c
18469 ____________________________________________________________________________
18470 [  2074] By: gsar                                  on 1998/10/25  08:12:28
18471     Log: list builtins with portability caveats
18472          From: Jarkko Hietaniemi <jhi@iki.fi>
18473          Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
18474          Message-Id: <199810231105.OAA02411@alpha.hut.fi>
18475          Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
18476  Branch: perl
18477        ! pod/perlfunc.pod
18478 ____________________________________________________________________________
18479 [  2073] By: gsar                                  on 1998/10/25  07:55:43
18480     Log: fix stack overrun in file test operators
18481  Branch: perl
18482        ! pp_sys.c
18483 ____________________________________________________________________________
18484 [  2072] By: gsar                                  on 1998/10/25  07:29:45
18485     Log: implement C<goto &func> and other fixes (via private mail)
18486          From:    "vishal bhatia" <vishalb@hotmail.com>
18487          Date:    Wed, 21 Oct 1998 22:59:03 PDT
18488          Message-Id: <19981022055904.20083.qmail@hotmail.com>
18489          Subject: [PATCH 5.005_52] More fixes for B
18490  Branch: perl
18491        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
18492 ____________________________________________________________________________
18493 [  2071] By: gsar                                  on 1998/10/25  07:14:41
18494     Log: From: Graham Barr <gbarr@pobox.com>
18495          Date: Sat, 17 Oct 1998 20:42:41 -0500
18496          Message-ID: <19981017204241.G510@pobox.com>
18497          Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
18498  Branch: perl
18499        ! pp_ctl.c
18500 ____________________________________________________________________________
18501 [  2070] By: gsar                                  on 1998/10/25  07:07:29
18502     Log: avoid bogus line number in XSUB redefined warnings
18503  Branch: perl
18504        ! op.c
18505 ____________________________________________________________________________
18506 [  2069] By: gsar                                  on 1998/10/25  06:59:03
18507     Log: From: Martijn Koster <mak@excitecorp.com>
18508          Date: Wed, 21 Oct 1998 13:12:03 +0100
18509          Message-ID: <19981021131203.A15661@excitecorp.com>
18510          Subject: File::Path::mkpath reports the wrong error
18511  Branch: perl
18512        ! lib/File/Path.pm
18513 ____________________________________________________________________________
18514 [  2068] By: gsar                                  on 1998/10/25  06:54:43
18515     Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
18516          Date: Tue, 20 Oct 1998 20:52:20 -0500
18517          Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
18518          Subject: Exporter.pm's export_to_level() argument handling buggy
18519  Branch: perl
18520        ! lib/Exporter.pm
18521 ____________________________________________________________________________
18522 [  2067] By: gsar                                  on 1998/10/25  06:50:19
18523     Log: From: jan.dubois@ibm.net (Jan Dubois)
18524          Date: Wed, 21 Oct 1998 00:55:51 +0200
18525          Message-ID: <36380269.55370608@smtp1.ibm.net>
18526          Subject: Make _really_ sure Dynaloader.xs code is initialized only once
18527  Branch: perl
18528        ! ext/DynaLoader/DynaLoader_pm.PL
18529 ____________________________________________________________________________
18530 [  2066] By: gsar                                  on 1998/10/25  06:48:19
18531     Log: recognize '%' as a shell metachar for win32
18532          From: jan.dubois@ibm.net (Jan Dubois)
18533          Date: Tue, 20 Oct 1998 21:57:35 +0200
18534          Message-ID: <3636ea31.49170453@smtp1.ibm.net>
18535          Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?
18536  Branch: perl
18537        ! win32/win32.c
18538 ____________________________________________________________________________
18539 [  2065] By: gsar                                  on 1998/10/25  06:46:30
18540     Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
18541  Branch: perl
18542        ! sv.c
18543 ____________________________________________________________________________
18544 [  2064] By: gsar                                  on 1998/10/25  06:45:09
18545     Log: From: Gisle Aas <gisle@aas.no>
18546          Date: 20 Oct 1998 14:24:44 +0200
18547          Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
18548          Subject: ord() and unpack("U*",...) should not be negative
18549  Branch: perl
18550        ! pp.c
18551 ____________________________________________________________________________
18552 [  2063] By: gsar                                  on 1998/10/25  06:42:29
18553     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18554          Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
18555          Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
18556          Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
18557  Branch: perl
18558        ! os2/os2.c
18559 ____________________________________________________________________________
18560 [  2062] By: gsar                                  on 1998/10/25  06:41:26
18561     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18562          Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
18563          Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
18564          Subject: [PATCH 5.005_*] Speed up aassign
18565  Branch: perl
18566        ! pp_hot.c
18567 ____________________________________________________________________________
18568 [  2061] By: gsar                                  on 1998/10/25  06:39:04
18569     Log: From: Graham Barr <gbarr@pobox.com>
18570          Date: Sat, 17 Oct 1998 22:22:02 -0500
18571          Message-ID: <19981017222202.J510@pobox.com>
18572          Subject: Re: '*' prototype does not allow bareword with strict
18573  Branch: perl
18574        ! toke.c
18575 ____________________________________________________________________________
18576 [  2060] By: gsar                                  on 1998/10/25  06:37:34
18577     Log: handle '::' in section names properly
18578          From: Graham Barr <gbarr@pobox.com>
18579          Date: Sat, 17 Oct 1998 12:57:54 -0500
18580          Message-ID: <19981017125754.C510@pobox.com>
18581          Subject: Re: pod2html
18582  Branch: perl
18583        ! lib/Pod/Html.pm
18584 ____________________________________________________________________________
18585 [  2059] By: gsar                                  on 1998/10/25  06:33:43
18586     Log: integrate changes#1982,2014,2021 (from maint-5.005)
18587  Branch: perl
18588       !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
18589       !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
18590 ____________________________________________________________________________
18591 [  2058] By: gsar                                  on 1998/10/25  05:44:17
18592     Log: allow more win32 symbol exports (suggested by Jan Dubois)
18593  Branch: perl
18594        ! win32/makedef.pl
18595 ____________________________________________________________________________
18596 [  2057] By: gsar                                  on 1998/10/25  05:40:40
18597     Log: integrate change#2053 from maint-5.005
18598  Branch: perl
18599       !> cop.h t/cmd/while.t
18600 ____________________________________________________________________________
18601 [  2056] By: gsar                                  on 1998/10/25  05:16:41
18602     Log: commented version of a patch suggested by Drago Goricanec
18603          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
18604          Date: 16 Oct 1998 15:24:45 +0300
18605          Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
18606          Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
18607  Branch: perl
18608        ! pp_sys.c
18609 ____________________________________________________________________________
18610 [  2055] By: gsar                                  on 1998/10/25  05:11:03
18611     Log: include eof() in description of buffering caveats
18612          From: Anton Berezin <tobez@plab.ku.dk>
18613          Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
18614          Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
18615          Subject: [DOCPATCH] pod/perlfunc.pod
18616  Branch: perl
18617        ! pod/perlfunc.pod
18618 ____________________________________________________________________________
18619 [  2054] By: gsar                                  on 1998/10/25  05:07:42
18620     Log: disallow 'x' in hex numbers (except leading '0x')
18621          From: Gisle Aas <gisle@aas.no>
18622          Date: 16 Oct 1998 16:33:12 +0200
18623          Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
18624          Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
18625  Branch: perl
18626        ! perlvars.h t/op/oct.t util.c
18627 ____________________________________________________________________________
18628 [  2052] By: gsar                                  on 1998/10/25  04:49:04
18629     Log: avoid the circular refcnt logic in magic_mutexfree()
18630  Branch: perl
18631        ! mg.c pp.c pp_hot.c
18632 ____________________________________________________________________________
18633 [  2051] By: gsar                                  on 1998/10/25  04:35:07
18634     Log: properly restore PL_rsfp_filters after require
18635  Branch: perl
18636        ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
18637        ! scope.h
18638 ____________________________________________________________________________
18639 [  2050] By: gsar                                  on 1998/10/25  02:42:32
18640     Log: integrate cfgperl changes back into mainline
18641  Branch: perl
18642       +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
18643       +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
18644       !> (integrate 33 files)
18645 ____________________________________________________________________________
18646 [  2049] By: gsar                                  on 1998/10/25  01:30:48
18647     Log: avoid "mysterious" compile-time failures without messages
18648  Branch: perl
18649        ! gv.c
18650 ____________________________________________________________________________
18651 [  2041] By: gsar                                  on 1998/10/23  21:11:56
18652     Log: checkin jpl under //depot/perlext/jpl/...
18653  Branch: perlext
18654        + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
18655        + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
18656        + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
18657        + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
18658        + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
18659        + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
18660        + jpl/PerlInterpreter/Makefile.PL
18661        + jpl/PerlInterpreter/PerlInterpreter.c
18662        + jpl/PerlInterpreter/PerlInterpreter.h
18663        + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
18664        + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
18665        + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
18666        + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
18667        + jpl/get_jdk/jdk_hosts jpl/install-jpl
18668 ____________________________________________________________________________
18669 [  2040] By: larry                                 on 1998/10/23  19:31:42
18670     Log: chr(0xFFFFFFFF) didn't translate to utf8 character
18671  Branch: perl
18672        ! pp.c
18673 ____________________________________________________________________________
18674 [  2039] By: larry                                 on 1998/10/23  18:48:34
18675     Log: tr///d does not seem to work
18676  Branch: perl
18677        ! lib/utf8_heavy.pl
18678 ____________________________________________________________________________
18679 [  2038] By: larry                                 on 1998/10/23  18:00:41
18680     Log: Program with utf8 identifiers fails to compile
18681  Branch: perl
18682        ! doop.c gv.c op.c pp.c pp_hot.c toke.c
18683 ____________________________________________________________________________
18684 [  2037] By: jhi                                   on 1998/10/23  14:04:51
18685     Log: Test suite portability:
18686          - posix-bc does not write to broken pipes
18687          - filehand #11 only iff we have fork
18688          - warning.t can now match $expected using regular expressions
18689  Branch: cfgperl
18690        ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
18691        ! t/pragma/warning.t
18692 ____________________________________________________________________________
18693 [  2036] By: jhi                                   on 1998/10/23  12:12:07
18694     Log: yacc clarification.
18695  Branch: cfgperl
18696        ! README.posix-bc
18697 ____________________________________________________________________________
18698 [  2035] By: jhi                                   on 1998/10/23  12:09:59
18699     Log: Some C compilers get upset about 8-bit characters in /* comments. */
18700  Branch: cfgperl
18701        ! mg.c
18702 ____________________________________________________________________________
18703 [  2034] By: jhi                                   on 1998/10/22  09:11:52
18704     Log: Configure update: both for pthread_yield more robust
18705          testing (all variants of pthread_attr_getdetachstate()) --
18706          and because Configure was broken in major way! About 1000
18707          last lines were truncated.
18708  Branch: cfgperl
18709        ! Configure
18710 ____________________________________________________________________________
18711 [  2033] By: jhi                                   on 1998/10/22  07:47:10
18712     Log: DJGPP feedback for #2028.
18713  Branch: cfgperl
18714        ! thread.h
18715 ____________________________________________________________________________
18716 [  2032] By: jhi                                   on 1998/10/21  13:03:57
18717     Log: yielding, the saga continues.
18718  Branch: cfgperl
18719        ! Configure config_h.SH
18720       !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
18721       !> t/op/goto.t t/pragma/constant.t
18722 ____________________________________________________________________________
18723 [  2031] By: jhi                                   on 1998/10/21  09:15:42
18724     Log: VM/ESA feedback for #2028.
18725  Branch: cfgperl
18726        ! Configure config_h.SH thread.h
18727 ____________________________________________________________________________
18728 [  2030] By: gsar                                  on 1998/10/21  04:22:53
18729     Log: fix handling of mayhaps-extended @_ in goto &sub
18730  Branch: perl
18731        ! av.c pp_ctl.c t/op/goto.t
18732 ____________________________________________________________________________
18733 [  2029] By: gsar                                  on 1998/10/21  00:54:14
18734     Log: restore sanity to "constant" references
18735  Branch: perl
18736        ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
18737 ____________________________________________________________________________
18738 [  2028] By: jhi                                   on 1998/10/20  15:01:20
18739     Log: OLD_PTHREADS_API reorganizing.
18740  Branch: cfgperl
18741        ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
18742        ! vmesa/vmesaish.h
18743 ____________________________________________________________________________
18744 [  2027] By: jhi                                   on 1998/10/20  14:14:51
18745     Log: #2026 fallout.
18746  Branch: cfgperl
18747        ! Makefile.SH
18748 ____________________________________________________________________________
18749 [  2026] By: jhi                                   on 1998/10/20  11:47:21
18750     Log: VM/ESA update.
18751  Branch: cfgperl
18752        ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
18753 ____________________________________________________________________________
18754 [  2025] By: jhi                                   on 1998/10/20  08:20:56
18755     Log: 64-bitness, based on
18756          
18757          From: Scott Henry <scotth@sgi.com>
18758          To: perl-64bit@perl.org
18759          Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
18760          Subject: Re: Configure problems/questions...
18761          Date: 19 Oct 1998 22:38:06 -0700
18762  Branch: cfgperl
18763        ! hints/irix_6.sh perl.h
18764 ____________________________________________________________________________
18765 [  2024] By: jhi                                   on 1998/10/20  08:09:07
18766     Log: Add lseeksize.
18767  Branch: cfgperl
18768        ! config_h.SH
18769 ____________________________________________________________________________
18770 [  2023] By: jhi                                   on 1998/10/20  08:08:33
18771     Log: Mumble about _yields() only when threaded.
18772  Branch: cfgperl
18773        ! Configure
18774 ____________________________________________________________________________
18775 [  2022] By: jhi                                   on 1998/10/20  07:46:26
18776     Log: Thinko at PTHREADS_CREATED_JOINABLE.
18777  Branch: cfgperl
18778        ! thread.h
18779 ____________________________________________________________________________
18780 [  2021] By: gbarr                                 on 1998/10/20  01:25:23
18781     Log: From: Chip Salzenberg <chip@perlsupport.com>
18782          Date: Tue, 6 Oct 1998 13:33:05 -0400
18783          Message-ID: <19981006133305.A2348@perlsupport.com>
18784          Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
18785  Branch: maint-5.005/perl
18786        ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
18787        ! t/op/tie.t
18788 ____________________________________________________________________________
18789 [  2020] By: jhi                                   on 1998/10/19  09:15:53
18790     Log: YIELD more robustly.
18791  Branch: cfgperl
18792        ! thread.h
18793 ____________________________________________________________________________
18794 [  2019] By: jhi                                   on 1998/10/19  08:48:33
18795     Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
18796          the 'new' one (just like DJGPP, it seems).
18797  Branch: cfgperl
18798        ! thread.h
18799 ____________________________________________________________________________
18800 [  2018] By: jhi                                   on 1998/10/19  07:02:44
18801     Log: vmesaish.h doesn't exclude unixish.h.
18802  Branch: cfgperl
18803        ! perl.h
18804 ____________________________________________________________________________
18805 [  2017] By: jhi                                   on 1998/10/19  06:44:19
18806     Log: 1<<$randbits is not good for randbits=48.
18807  Branch: cfgperl
18808        ! t/op/rand.t
18809 ____________________________________________________________________________
18810 [  2016] By: jhi                                   on 1998/10/19  06:39:47
18811     Log: Make #2012 glob pattern more portable.
18812  Branch: cfgperl
18813        ! Makefile.SH
18814 ____________________________________________________________________________
18815 [  2014] By: gbarr                                 on 1998/10/17  20:31:42
18816     Log: Fix POSIX::sigprocmask not to check type of $old parameter
18817          as it is output only
18818  Branch: maint-5.005/perl
18819        ! ext/POSIX/POSIX.xs
18820 ____________________________________________________________________________
18821 [  2012] By: jhi                                   on 1998/10/17  15:04:23
18822     Log: clean numbered core dumps and t/tmp[0-9]*.
18823  Branch: cfgperl
18824        ! Makefile.SH
18825 ____________________________________________________________________________
18826 [  2011] By: jhi                                   on 1998/10/17  14:59:15
18827     Log: More robust yacc/bison failure output handling.
18828  Branch: cfgperl
18829        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
18830 ____________________________________________________________________________
18831 [  2010] By: jhi                                   on 1998/10/17  14:51:05
18832     Log: BC2000 POSIX update.
18833  Branch: cfgperl
18834        ! MANIFEST
18835 ____________________________________________________________________________
18836 [  2009] By: jhi                                   on 1998/10/17  14:49:46
18837     Log: POSIX BC2000 port from perl-mvs:
18838          
18839          Subject: Ported perl 5.005.02 to BS2000 / POSIX
18840          From: Dorner Thomas <Thomas.Dorner@start.de> 
18841          Date: Tue, 29 Sep 1998 13:29:36 +0100 
18842          Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> 
18843  Branch: cfgperl
18844        + README.posix-bc hints/posix-bc.sh
18845        ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
18846        ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
18847        ! unixish.h
18848 ____________________________________________________________________________
18849 [  2008] By: jhi                                   on 1998/10/17  14:07:49
18850     Log: VM/ESA-update.
18851  Branch: cfgperl
18852        ! MANIFEST
18853 ____________________________________________________________________________
18854 [  2007] By: jhi                                   on 1998/10/17  13:55:34
18855     Log: Forgot few S_I* imports.
18856  Branch: cfgperl
18857        ! t/lib/ipc_sysv.t
18858 ____________________________________________________________________________
18859 [  2006] By: jhi                                   on 1998/10/17  13:43:54
18860     Log: The VM/ESA port essentials, based on
18861          
18862          perl-mvs:
18863          
18864          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
18865          Subject: Re: Can't find Data/Dumper.pm
18866          Date: Mon, 28 Sep 1998 07:40:49 +1300
18867          Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
18868          
18869          private email:
18870          
18871          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
18872          Subject: Re: Perl thread problems in VM/ESA
18873          Date: Thu, 15 Oct 1998 07:18:35 +1300
18874          Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
18875          
18876          and private email:
18877          
18878          From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
18879          Subject:  perl archive
18880          Date:  Sun, 11 Oct 1998 19:28:54 EDT
18881          Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
18882          which gave a pointer to
18883          
18884          http://pucc.princeton.edu/~neale/perl.tar
18885          
18886          (based on Perl 5.005_51)
18887  Branch: cfgperl
18888        + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
18889        ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
18890        ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
18891        ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
18892 ____________________________________________________________________________
18893 [  2005] By: jhi                                   on 1998/10/17  13:17:19
18894     Log: Integrate mainperl.
18895  Branch: cfgperl
18896       !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
18897       !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
18898       !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
18899       !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
18900       !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
18901       !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
18902       !> win32/makefile.mk
18903 ____________________________________________________________________________
18904 [  2004] By: jhi                                   on 1998/10/17  11:19:06
18905     Log: Removed an extra ' from the int64_t test.
18906  Branch: cfgperl
18907        ! Configure
18908 ____________________________________________________________________________
18909 [  2003] By: gsar                                  on 1998/10/17  04:11:40
18910     Log: silence -w noises (suggested by Greg Bacon)
18911  Branch: perl
18912        ! lib/Term/Complete.pm
18913 ____________________________________________________________________________
18914 [  2002] By: gsar                                  on 1998/10/17  04:07:48
18915     Log: From: Gisle Aas <gisle@aas.no>
18916          Date: 14 Oct 1998 15:53:14 +0200
18917          Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
18918          Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
18919  Branch: perl
18920        ! util.c
18921 ____________________________________________________________________________
18922 [  2001] By: gsar                                  on 1998/10/17  04:06:10
18923     Log: From: Gisle Aas <gisle@aas.no>
18924          Date: 14 Oct 1998 15:17:44 +0200
18925          Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
18926          Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
18927  Branch: perl
18928        ! toke.c
18929 ____________________________________________________________________________
18930 [  2000] By: gsar                                  on 1998/10/17  03:06:33
18931     Log: From: Gisle Aas <gisle@aas.no>
18932          Date: 14 Oct 1998 00:38:06 +0200
18933          Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
18934          Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
18935  Branch: perl
18936        ! sv.c
18937 ____________________________________________________________________________
18938 [  1999] By: gsar                                  on 1998/10/17  03:04:48
18939     Log: From: Dan Sugalski <sugalskd@osshe.edu>
18940          Date: Tue, 13 Oct 1998 15:10:57 -0700
18941          Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
18942          Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
18943  Branch: perl
18944        ! vms/ext/Stdio/Stdio.pm
18945 ____________________________________________________________________________
18946 [  1998] By: gsar                                  on 1998/10/17  03:00:40
18947     Log: skip readonly vars and unref references when doing a reset()
18948  Branch: perl
18949        ! sv.c
18950 ____________________________________________________________________________
18951 [  1997] By: gsar                                  on 1998/10/17  02:49:19
18952     Log: fix buggy treatment of large checksums on unicode strings
18953          From: Gisle Aas <gisle@aas.no>
18954          Date: 13 Oct 1998 21:35:39 +0200
18955          Message-ID: <m31zocp850.fsf@furu.g.aas.no>
18956          Subject: unpack("%48U*",...)  [PATCH 5.005_52]
18957  Branch: perl
18958        ! pp.c
18959 ____________________________________________________________________________
18960 [  1996] By: gsar                                  on 1998/10/17  02:43:22
18961     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18962          Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
18963          Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
18964          Subject: [PATCH 5.005_52] Memory overrun in os2.c
18965  Branch: perl
18966        ! os2/Makefile.SHs os2/os2.c
18967 ____________________________________________________________________________
18968 [  1995] By: gsar                                  on 1998/10/17  02:42:01
18969     Log: clarify section name rules for typemaps
18970  Branch: perl
18971        ! pod/perlxs.pod
18972 ____________________________________________________________________________
18973 [  1994] By: gsar                                  on 1998/10/17  02:33:02
18974     Log: whitespace-proof grent.t
18975  Branch: perl
18976        ! t/op/grent.t
18977 ____________________________________________________________________________
18978 [  1993] By: gsar                                  on 1998/10/17  02:27:29
18979     Log: fix bug in B::CC::pp_sassign()
18980          From: "vishal bhatia" <vishalb@hotmail.com>
18981          Date: Sun, 11 Oct 1998 18:41:38 PDT
18982          Message-ID: <19981012014139.19614.qmail@hotmail.com>
18983          Subject: B::CC problems with pp_sassign routine
18984  Branch: perl
18985        ! ext/B/B/CC.pm
18986 ____________________________________________________________________________
18987 [  1992] By: gsar                                  on 1998/10/17  02:17:49
18988     Log: applied suggested patch with small doc tweak
18989          From: Gisle Aas <gisle@aas.no>
18990          Date: 11 Oct 1998 12:53:13 +0200
18991          Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
18992          Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
18993  Branch: perl
18994        ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
18995        ! t/op/tiehandle.t
18996 ____________________________________________________________________________
18997 [  1991] By: gsar                                  on 1998/10/17  02:08:30
18998     Log: apply non-conflicting parts from suggested patch
18999          From: jan.dubois@ibm.net (Jan Dubois)
19000          Date: Sat, 10 Oct 1998 13:15:45 +0200
19001          Message-ID: <36223ed7.18279374@smtp1.ibm.net>
19002          Subject: [PATCH 5.005_52] Still more MakeMaker  patches
19003  Branch: perl
19004        ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
19005 ____________________________________________________________________________
19006 [  1990] By: gsar                                  on 1998/10/17  02:01:24
19007     Log: provide option to enable optimization with VC (suggested by Jan
19008          Dubois)
19009  Branch: perl
19010        ! win32/Makefile win32/makefile.mk
19011 ____________________________________________________________________________
19012 [  1989] By: gsar                                  on 1998/10/17  01:55:27
19013     Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
19014          Dave Leppik <dleppik@gage.com>
19015  Branch: perl
19016        ! perl.h
19017 ____________________________________________________________________________
19018 [  1988] By: gsar                                  on 1998/10/17  01:49:05
19019     Log: stray typo found by Hugo van der Sanden
19020  Branch: perl
19021        ! op.c
19022 ____________________________________________________________________________
19023 [  1987] By: gsar                                  on 1998/10/17  01:45:52
19024     Log: perldoc pod update
19025          From: Daniel Grisinger <dgris@perrin.dimensional.com>
19026          Date: 06 Oct 1998 23:56:51 -0600
19027          Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
19028          Subject: [PATCH _02 and _52] perldoc
19029  Branch: perl
19030        ! utils/perldoc.PL
19031 ____________________________________________________________________________
19032 [  1986] By: gsar                                  on 1998/10/17  01:41:40
19033     Log: qualify names of builtins
19034  Branch: perl
19035        ! ext/POSIX/POSIX.pm
19036 ____________________________________________________________________________
19037 [  1982] By: gbarr                                 on 1998/10/17  00:20:57
19038     Log: From: Jochen Wiedmann <joe@ispsoft.de>
19039          Date: Thu, 17 Sep 1998 17:16:06 +0200
19040          Message-ID: <360127B6.E44564A@ispsoft.de>
19041          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
19042  Branch: maint-5.005/perl
19043        ! lib/ExtUtils/MakeMaker.pm
19044 ____________________________________________________________________________
19045 [  1978] By: gsar                                  on 1998/10/16  01:58:58
19046     Log: integrate cfgperl mods into mainline
19047  Branch: perl
19048       +> ext/DynaLoader/dl_vmesa.xs
19049        ! Porting/genlog
19050       !> Configure MANIFEST Makefile.SH config_h.SH
19051       !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
19052       !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
19053       !> x2p/Makefile.SH
19054 ____________________________________________________________________________
19055 [  1976] By: gsar                                  on 1998/10/16  00:10:52
19056     Log: stray tweak
19057  Branch: perl
19058        ! op.c
19059 ____________________________________________________________________________
19060 [  1975] By: gsar                                  on 1998/10/15  23:54:38
19061     Log: propagate typeness of lexicals while cloning them
19062  Branch: perl
19063        ! op.c
19064 ____________________________________________________________________________
19065 [  1974] By: gsar                                  on 1998/10/15  23:53:25
19066     Log: s/last/first/ typo in append_list()
19067  Branch: perl
19068        ! op.c
19069 ____________________________________________________________________________
19070 [  1973] By: gsar                                  on 1998/10/15  20:06:17
19071     Log: nuke confperl branch and contents
19072  Branch: confperl
19073        - (delete 1284 files)
19074 ____________________________________________________________________________
19075 [  1972] By: jhi                                   on 1998/10/15  07:07:35
19076     Log: Test #162 had been added but the "print 1..161" had not been updated.
19077  Branch: cfgperl
19078        ! t/op/pat.t
19079 ____________________________________________________________________________
19080 [  1971] By: gsar                                  on 1998/10/15  03:09:58
19081     Log: check in all confperl changes as of change#1964 into cfgperl
19082  Branch: cfgperl
19083        + ext/DynaLoader/dl_vmesa.xs
19084        ! Configure MANIFEST Makefile.SH config_h.SH
19085        ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
19086        ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
19087 ____________________________________________________________________________
19088 [  1970] By: gsar                                  on 1998/10/15  03:05:59
19089     Log: integrate mainline to get tr.t
19090  Branch: cfgperl
19091       +> t/op/tr.t
19092 ____________________________________________________________________________
19093 [  1969] By: gsar                                  on 1998/10/15  03:04:17
19094     Log: add missing tr.t to repository
19095  Branch: perl
19096        + t/op/tr.t
19097 ____________________________________________________________________________
19098 [  1968] By: gsar                                  on 1998/10/15  03:02:43
19099     Log: create cfgperl branch
19100  Branch: cfgperl
19101       +> (branch 1282 files)
19102 ____________________________________________________________________________
19103 [  1967] By: gsar                                  on 1998/10/15  02:46:08
19104     Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
19105          (MAN3PODS cannot be set to ' '; stray stricture violation)
19106  Branch: perl
19107        ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
19108        ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
19109        ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
19110        ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
19111        ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
19112        ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
19113        ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
19114        ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
19115        ! ext/attrs/Makefile.PL ext/re/Makefile.PL
19116        ! lib/ExtUtils/MM_Unix.pm
19117 ____________________________________________________________________________
19118 [  1966] By: gsar                                  on 1998/10/15  02:19:03
19119     Log: tweak to make fix in change#1944 behave correctly for closures
19120          created within eval''
19121  Branch: perl
19122        ! op.c t/op/eval.t
19123 ____________________________________________________________________________
19124 [  1965] By: gsar                                  on 1998/10/14  23:22:41
19125     Log: use better numbers for exitstatus test
19126  Branch: perl
19127        ! t/op/die_exit.t
19128 ____________________________________________________________________________
19129 [  1964] By: jhi                                   on 1998/10/14  17:25:41
19130     Log: Add VM/ESA dynaloading (uses <dll.h>).
19131  Branch: confperl
19132        + ext/DynaLoader/dl_vmesa.xs
19133        ! MANIFEST
19134 ____________________________________________________________________________
19135 [  1963] By: jhi                                   on 1998/10/14  17:17:10
19136     Log: Remove a2p.loadmap in 'clean' target.
19137  Branch: confperl
19138        ! x2p/Makefile.SH
19139 ____________________________________________________________________________
19140 [  1962] By: jhi                                   on 1998/10/14  17:13:11
19141     Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
19142  Branch: confperl
19143        ! Makefile.SH
19144 ____________________________________________________________________________
19145 [  1961] By: jhi                                   on 1998/10/14  16:27:39
19146     Log: VM/ESA creates executable.loadmaps.
19147  Branch: confperl
19148        ! Makefile.SH
19149 ____________________________________________________________________________
19150 [  1960] By: jhi                                   on 1998/10/14  15:37:39
19151     Log: Introduce SCHED_YIELD (one of sched_yield(),
19152          pthread_yield(), or pthread_yield(NULL)).
19153          YIELD is then defined using SCHED_YIELD unless
19154          a platform-specific YIELD has already been defined.
19155          
19156          Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
19157          
19158          The need for pthread_yield(NULL) and pthread_attr_setdet...
19159          introduced by (private email)
19160          
19161          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
19162          Date: Sat, 10 Oct 1998 21:08:15 +1300
19163          Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
19164          Subject: Re: Perl thread problems in VM/ESA
19165          
19166          Better select() protoprobe (for AIX), from (private email)
19167          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
19168          Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
19169          Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
19170          Subject: AIX select (fwd)
19171          From: Lars Hecking <lhecking@nmrc.ucc.ie>
19172          To: Andy Dougherty <doughera@lafcol.lafayette.edu>
19173          Date: Fri, 2 Oct 1998 10:40:01 +0100
19174          Subject: AIX select
19175          
19176          Linux-avoid-so.X.Y, based on
19177          From: "Kurt D. Starsinic" <kstar@chapin.edu>
19178          Date: Tue, 13 Oct 1998 15:55:07 -0400
19179          Message-ID: <19981013155507.B4004@O2.chapin.edu>
19180          Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
19181  Branch: confperl
19182        ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
19183        ! thread.h
19184 ____________________________________________________________________________
19185 [  1959] By: jhi                                   on 1998/10/14  12:51:26
19186     Log: Some old pthread implementations have
19187          pthread_attr_setdetachstate(pthread_attr_t*, int*).
19188  Branch: confperl
19189        ! ext/Thread/Thread.xs
19190 ____________________________________________________________________________
19191 [  1958] By: jhi                                   on 1998/10/14  12:41:11
19192     Log: SCHED_YIELD and ATTR_JOINABLE fixes.  Thread.xs and Configure
19193          counterparts will follow soon.
19194  Branch: confperl
19195        ! thread.h
19196 ____________________________________________________________________________
19197 [  1957] By: jhi                                   on 1998/10/14  12:38:11
19198     Log: Add tr.t (MANIFEST already knew about it, strange)
19199  Branch: confperl
19200        + t/op/tr.t
19201 ____________________________________________________________________________
19202 [  1956] By: jhi                                   on 1998/10/14  12:24:35
19203     Log: Mutexen should be initialized only once.
19204  Branch: confperl
19205        ! gv.c op.c
19206 ____________________________________________________________________________
19207 [  1955] By: jhi                                   on 1998/10/14  12:19:38
19208     Log: os390 has its own cppstdin.
19209  Branch: confperl
19210        ! hints/os390.sh
19211 ____________________________________________________________________________
19212 [  1954] By: jhi                                   on 1998/10/14  12:15:06
19213     Log: Integrate with mainperl.
19214  Branch: confperl
19215       !> (integrate 1280 files)
19216 ____________________________________________________________________________
19217 [  1953] By: jhi                                   on 1998/10/14  11:48:08
19218     Log: Removed duplicate CMA threads code for HPUX 10.X.
19219          (probably residue of patch(1) being too understanding)
19220          Enhanced 64-bit settings. (redo change#1940)
19221  Branch: confperl
19222        ! hints/hpux.sh
19223 ____________________________________________________________________________
19224 [  1952] By: jhi                                   on 1998/10/14  11:45:16
19225     Log: (redo change#1949) Detypo in the d_open64 warning about
19226          the impending WHOA.
19227  Branch: confperl
19228        ! hints/irix_6.sh
19229 ____________________________________________________________________________
19230 [  1951] By: jhi                                   on 1998/10/14  10:54:16
19231     Log: Mutexen should only be inited once, after they have been New()ed.
19232  Branch: confperl
19233        ! gv.c op.c
19234 ____________________________________________________________________________
19235 [  1950] By: jhi                                   on 1998/10/14  10:41:43
19236     Log: Own cppstdin.
19237  Branch: confperl
19238        ! hints/os390.sh
19239 ____________________________________________________________________________
19240 [  1949] By: jhi                                   on 1998/10/14  10:34:23
19241     Log: Detypo in the d_open64 warning about the impending WHOA.
19242  Branch: confperl
19243        ! hints/irix_6.sh
19244 ____________________________________________________________________________
19245 [  1948] By: gsar                                  on 1998/10/14  05:38:01
19246     Log: two typos
19247  Branch: perl
19248        ! pp_hot.c t/op/eval.t
19249 ____________________________________________________________________________
19250 [  1947] By: gsar                                  on 1998/10/14  05:37:10
19251     Log: let docatch() pass the buck when restartop turns out to be null,
19252          making exceptions in BEGIN{} propagate as expected
19253  Branch: perl
19254        ! pp_ctl.c t/op/misc.t
19255 ____________________________________________________________________________
19256 [  1946] By: gsar                                  on 1998/10/13  03:41:49
19257     Log: add missing file from change#1943
19258  Branch: perl
19259        ! proto.h
19260 ____________________________________________________________________________
19261 [  1945] By: gsar                                  on 1998/10/13  03:32:02
19262     Log: defer "deep recursion" warnings until CXt_SUB context is properly
19263          set up
19264  Branch: perl
19265        ! pp_hot.c t/pragma/warn/pp_hot
19266 ____________________________________________________________________________
19267 [  1944] By: gsar                                  on 1998/10/13  03:15:50
19268     Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
19269          fixup the cop_seq value that must be seen by lexical lookups that
19270          emanate within eval''
19271  Branch: perl
19272        ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
19273 ____________________________________________________________________________
19274 [  1943] By: gsar                                  on 1998/10/13  02:06:09
19275     Log: ensure recursive attempts to findlex()icals know enough about where
19276          the last eval'' context was encountered
19277  Branch: perl
19278        ! op.c t/op/eval.t
19279 ____________________________________________________________________________
19280 [  1942] By: gsar                                  on 1998/10/13  02:01:24
19281     Log: force copy of substrings when matching against temporaries
19282  Branch: perl
19283        ! pp_hot.c t/op/pat.t
19284 ____________________________________________________________________________
19285 [  1941] By: gsar                                  on 1998/10/13  01:49:16
19286     Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
19287          implementation)
19288  Branch: perl
19289        ! pp_ctl.c t/op/runlevel.t
19290 ____________________________________________________________________________
19291 [  1940] By: jhi                                   on 1998/10/12  09:57:44
19292     Log: Removed duplicate CMA threads code for HPUX 10.X.
19293          (probably residue of patch(1) being too understanding)
19294          Enhanced 64-bit settings.
19295  Branch: confperl
19296        ! hints/hpux.sh
19297 ____________________________________________________________________________
19298 [  1939] By: jhi                                   on 1998/10/12  09:53:11
19299     Log: Initial sync from mainline perl.
19300  Branch: confperl
19301        + (add 1282 files)
19302 ____________________________________________________________________________
19303 [  1937] By: gsar                                  on 1998/10/06  21:16:34
19304     Log: fix $/ init for USE_THREADS
19305  Branch: perl
19306        ! perl.c
19307 ____________________________________________________________________________
19308 [  1936] By: gsar                                  on 1998/10/06  07:19:39
19309     Log: fix globals caught by change#1927; builds and tests on Solaris
19310  Branch: perl
19311        ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
19312        ! warning.h warning.pl
19313 ____________________________________________________________________________
19314 [  1935] By: gsar                                  on 1998/10/06  06:50:35
19315     Log: add test for previous fix
19316  Branch: perl
19317        ! ext/Thread/create.t
19318 ____________________________________________________________________________
19319 [  1934] By: gsar                                  on 1998/10/06  06:37:36
19320     Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
19321  Branch: perl
19322        ! util.c
19323 ____________________________________________________________________________
19324 [  1933] By: gsar                                  on 1998/10/06  05:04:20
19325     Log: undo bogus part of change#1903 (as pointed out by Larry)
19326  Branch: perl
19327        ! pp_ctl.c
19328 ____________________________________________________________________________
19329 [  1932] By: gsar                                  on 1998/10/06  04:21:31
19330     Log: added tweaked version of suggested patch
19331          From: jan.dubois@ibm.net (Jan Dubois)
19332          Date: Sat, 03 Oct 1998 19:04:48 +0200
19333          Message-ID: <361d54b2.36841294@smtp1.ibm.net>
19334          Subject: [PATCH 5.005_52] More MakeMaker  patches
19335  Branch: perl
19336        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
19337        ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
19338 ____________________________________________________________________________
19339 [  1931] By: gsar                                  on 1998/10/06  04:04:33
19340     Log: use cpp symbols instead of hardwired constants
19341          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19342          Date: Mon, 05 Oct 1998 09:23:33 +0100
19343          Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
19344          Subject: [PATCH 5.005_52] By the numbers (resend)
19345  Branch: perl
19346        ! op.c
19347 ____________________________________________________________________________
19348 [  1930] By: gsar                                  on 1998/10/06  04:01:55
19349     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19350          Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
19351          Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
19352          Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
19353  Branch: perl
19354        ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
19355        ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
19356 ____________________________________________________________________________
19357 [  1929] By: gsar                                  on 1998/10/06  03:50:36
19358     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19359          Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
19360          Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
19361          Subject: [PATCH 5.00552] Minor test improvement
19362  Branch: perl
19363        ! t/op/magic.t
19364 ____________________________________________________________________________
19365 [  1928] By: gsar                                  on 1998/10/06  03:49:03
19366     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19367          Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
19368          Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
19369          Subject: [PATCH 5.00552] emacs/ptags inprovements
19370  Branch: perl
19371        ! emacs/ptags
19372 ____________________________________________________________________________
19373 [  1927] By: gsar                                  on 1998/10/06  03:47:44
19374     Log: disable C<#define dirty PL_dirty> et al.
19375  Branch: perl
19376        ! embed.pl embedvar.h
19377 ____________________________________________________________________________
19378 [  1926] By: gsar                                  on 1998/10/06  03:43:32
19379     Log: From: Mark-Jason Dominus <mjd@plover.com>
19380          Date: Sun, 04 Oct 1998 14:48:11 -0400
19381          Message-ID: <19981004184811.16048.qmail@plover.com>
19382          Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
19383  Branch: perl
19384        ! utils/perldoc.PL
19385 ____________________________________________________________________________
19386 [  1925] By: gsar                                  on 1998/10/06  03:27:35
19387     Log: disable USE_THREADS when PERL_OBJECT is enabled
19388  Branch: perl
19389        ! win32/Makefile win32/makefile.mk
19390 ____________________________________________________________________________
19391 [  1924] By: gsar                                  on 1998/10/06  03:26:54
19392     Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
19393  Branch: perl
19394        ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
19395        ! vms/perly_c.vms
19396 ____________________________________________________________________________
19397 [  1923] By: gsar                                  on 1998/10/03  05:19:56
19398     Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
19399          overridden
19400  Branch: perl
19401        ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
19402        ! proto.h vms/perly_c.vms
19403 ____________________________________________________________________________
19404 [  1922] By: gsar                                  on 1998/10/03  03:59:50
19405     Log: suppress manifypods leak in extensions
19406  Branch: perl
19407        ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
19408 ____________________________________________________________________________
19409 [  1921] By: gsar                                  on 1998/10/02  22:30:15
19410     Log: os390 fixes (suggested by Peter Prymmer)
19411  Branch: perl
19412        ! Makefile.SH regcomp.c
19413 ____________________________________________________________________________
19414 [  1920] By: gsar                                  on 1998/10/02  21:41:19
19415     Log: squelch undef warnings
19416          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19417          Date: Fri, 02 Oct 1998 11:01:14 +0100
19418          Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
19419          Subject: [PATCH] Re: Apparent bug in Math::BigInt 
19420  Branch: perl
19421        ! Changes lib/Math/BigInt.pm
19422 ____________________________________________________________________________
19423 [  1919] By: gsar                                  on 1998/10/02  04:59:13
19424     Log: add note to INSTALL about ANSI C
19425  Branch: perl
19426        ! INSTALL
19427 ____________________________________________________________________________
19428 [  1918] By: gsar                                  on 1998/10/02  04:21:10
19429     Log: tolerate spaces when fixing up __cplusplus output by old h2xs
19430          From: jan.dubois@ibm.net (Jan Dubois)
19431          Date: Wed, 30 Sep 1998 23:35:30 +0200
19432          Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
19433          Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
19434  Branch: perl
19435        ! lib/ExtUtils/xsubpp
19436 ____________________________________________________________________________
19437 [  1917] By: gsar                                  on 1998/10/02  04:16:02
19438     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
19439          Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
19440          Message-Id: <199810010837.LAA31371@alpha.hut.fi>
19441          Subject: Re: Configure test for selectbits busted
19442  Branch: perl
19443        ! Configure
19444 ____________________________________________________________________________
19445 [  1916] By: gsar                                  on 1998/10/02  04:14:17
19446     Log: From: Dan Sugalski <sugalskd@osshe.edu>
19447          Date: Wed, 30 Sep 1998 17:15:20 -0700
19448          Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
19449          Subject: [PATCH 5.005_02]VMS config tweaks
19450  Branch: perl
19451        ! vms/descrip_mms.template vms/subconfigure.com
19452 ____________________________________________________________________________
19453 [  1915] By: gsar                                  on 1998/10/02  04:10:47
19454     Log: use Off_t to permit 64-bit seek()
19455          From: Scott Henry <scotth@sgi.com>
19456          Date: 29 Sep 1998 17:38:46 -0700
19457          Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
19458          Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
19459          --
19460          Date: 28 Sep 1998 18:55:37 -0700
19461          Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
19462          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
19463  Branch: perl
19464        ! doio.c pp_sys.c proto.h sv.c
19465 ____________________________________________________________________________
19466 [  1914] By: gsar                                  on 1998/10/02  04:05:36
19467     Log: normalize tm struct passed to strftime() with mktime()
19468          From: Spider Boardman <spider@orb.nashua.nh.us>
19469          Date: Wed, 30 Sep 1998 15:12:09 -0400
19470          Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
19471          Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
19472  Branch: perl
19473        ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
19474 ____________________________________________________________________________
19475 [  1913] By: gsar                                  on 1998/10/02  03:59:46
19476     Log: don't try to run foo_SH.orig etc.
19477  Branch: perl
19478        ! Configure
19479 ____________________________________________________________________________
19480 [  1912] By: gsar                                  on 1998/10/02  03:45:37
19481     Log: make warning about glob process failure optional
19482  Branch: perl
19483        ! pod/perldiag.pod pp_hot.c
19484 ____________________________________________________________________________
19485 [  1911] By: gsar                                  on 1998/10/02  02:52:21
19486     Log: document yet another RE diagnostic, make it consistent with REG_INFTY
19487          From: Dominic Dunlop <domo@vo.lu>
19488          Date: Tue, 29 Sep 1998 21:06:30 +0000
19489          Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
19490          Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
19491          --
19492          Date: Wed, 30 Sep 1998 11:46:44 +0000
19493          Message-Id: <v03110702b237beb04830@[212.24.192.74]>
19494          Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
19495  Branch: perl
19496        ! pod/perldiag.pod regcomp.c
19497 ____________________________________________________________________________
19498 [  1910] By: gsar                                  on 1998/10/02  02:48:48
19499     Log: minor Configure tweaks (via private mail)
19500          From: Jarkko Hietaniemi <jhi@iki.fi>
19501          Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
19502          Message-Id: <199809292325.CAA19737@alpha.hut.fi>
19503          Subject: [PATCH] 5.005_52: the drizzle continues
19504  Branch: perl
19505        ! Configure config_h.SH handy.h
19506 ____________________________________________________________________________
19507 [  1909] By: gsar                                  on 1998/10/02  02:46:39
19508     Log: update SCO hints for dynamic loading
19509          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
19510          Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
19511          Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
19512          Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
19513          --
19514          Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
19515          Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
19516          Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
19517  Branch: perl
19518        ! hints/sco.sh
19519 ____________________________________________________________________________
19520 [  1908] By: gsar                                  on 1998/10/02  02:33:39
19521     Log: make File::Find work when wanted() is autoloaded or a symbolic ref
19522  Branch: perl
19523        ! lib/File/Find.pm
19524 ____________________________________________________________________________
19525 [  1907] By: gsar                                  on 1998/10/02  02:21:52
19526     Log: applied patches, but retained old behavior for win32 (where compilers
19527          can't read from stdin at all)
19528          From: Graham Barr <gbarr@ti.com>
19529          Date: Mon, 28 Sep 1998 09:41:49 -0500
19530          Message-ID: <19980928094149.B26576@asic.sc.ti.com>
19531          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
19532          --
19533          Date: Tue, 29 Sep 1998 12:35:43 -0500
19534          Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
19535          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
19536  Branch: perl
19537        ! ext/Errno/Errno_pm.PL
19538 ____________________________________________________________________________
19539 [  1906] By: gsar                                  on 1998/10/02  02:02:19
19540     Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
19541          Hietaniemi)
19542  Branch: perl
19543        ! t/op/grent.t
19544 ____________________________________________________________________________
19545 [  1905] By: gsar                                  on 1998/10/02  01:59:56
19546     Log: win32 caveats about truncate()
19547  Branch: perl
19548        ! pod/perlport.pod
19549 ____________________________________________________________________________
19550 [  1904] By: gsar                                  on 1998/10/02  01:53:25
19551     Log: various Configure and hints updates (prefer drand48() or random()
19552          over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
19553          applied modulo SCO hints superceded by later patch
19554          From: Jarkko Hietaniemi <jhi@iki.fi>
19555          Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
19556          Message-Id: <199809282156.AAA18615@alpha.hut.fi>
19557          Subject: [PATCH] 5.005_52: Configure et al:
19558  Branch: perl
19559        + ext/IPC/SysV/hints/next_3.pl
19560        ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
19561        ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
19562        ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
19563 ____________________________________________________________________________
19564 [  1903] By: gsar                                  on 1998/10/02  01:42:37
19565     Log: fixes for bugs in /RE/p        from Hugo van der Sanden
19566          Date: Mon, 28 Sep 1998 17:41:49 +0100
19567          Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
19568          Subject: [PATCH 5.005_52] Re: More on ?p 
19569          --
19570          Date: Thu, 01 Oct 1998 09:10:58 +0100
19571          Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
19572          Subject: [PATCH 5.005_52] ?p fix
19573          --
19574          Date: Thu, 01 Oct 1998 10:45:56 +0100
19575          Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
19576          Subject: [PATCH 5.005_52] more on ?p
19577  Branch: perl
19578        ! pp_ctl.c
19579 ____________________________________________________________________________
19580 [  1902] By: gsar                                  on 1998/10/02  01:36:14
19581     Log: From: Kenneth Duda <kjd@cisco.com>
19582          Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
19583          Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
19584          Subject: writemain dies when there are more than 4000 characters of extensions
19585  Branch: perl
19586        ! writemain.SH
19587 ____________________________________________________________________________
19588 [  1901] By: gsar                                  on 1998/10/02  01:33:16
19589     Log: tweak run_byacc recipe
19590  Branch: perl
19591        ! Makefile.SH Porting/pumpkin.pod
19592 ____________________________________________________________________________
19593 [  1900] By: gsar                                  on 1998/10/02  01:02:09
19594     Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
19595  Branch: perl
19596        ! perl.h pp_ctl.c
19597 ____________________________________________________________________________
19598 [  1899] By: gsar                                  on 1998/09/28  20:46:30
19599     Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
19600          Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
19601          Dvornik)
19602  Branch: perl
19603        ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
19604 ____________________________________________________________________________
19605 [  1898] By: gsar                                  on 1998/09/28  20:42:52
19606     Log: flush unsubmitted 5.00552 change
19607  Branch: perl
19608        ! MANIFEST
19609 ____________________________________________________________________________
19610 [  1897] By: gsar                                  on 1998/09/27  04:43:06
19611     Log: run vms_yfix.pl
19612  Branch: perl
19613        ! vms/perly_c.vms
19614 ____________________________________________________________________________
19615 [  1896] By: gsar                                  on 1998/09/27  03:38:55
19616     Log: small tweak on last change
19617  Branch: perl
19618        ! win32/win32.c
19619 ____________________________________________________________________________
19620 [  1895] By: gsar                                  on 1998/09/27  03:17:17
19621     Log: fix win32_stat() to do the right thing for share names
19622  Branch: perl
19623        ! win32/win32.c
19624 ____________________________________________________________________________
19625 [  1891] By: larry                                 on 1998/09/25  18:50:40
19626     Log: Fixed apostrophe problem from Mark Knutsen.
19627  Branch: perl
19628        ! sv.h
19629
19630 ----------------
19631 Version 5.005_52
19632 ----------------
19633
19634 ____________________________________________________________________________
19635 [  1890] By: gsar                                  on 1998/09/25  10:25:00
19636     Log: update template config.sh, add new config vars to win32 stuff
19637  Branch: perl
19638        ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
19639        ! pp_sys.c proto.h win32/config.bc win32/config.gc
19640        ! win32/config.vc win32/config_H.bc win32/config_H.gc
19641        ! win32/config_H.vc win32/win32.h
19642 ____________________________________________________________________________
19643 [  1889] By: gsar                                  on 1998/09/25  07:13:13
19644     Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
19645          for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
19646          of full-fledged 64-bit support (including support for: fseeko/ftello,
19647          Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
19648          in Fcntl)
19649          From: Jarkko Hietaniemi <jhi@iki.fi>
19650          Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
19651          Message-Id: <199809112056.XAA04720@alpha.hut.fi>
19652          Subject: [PATCH] 5.005_51: Configure "Massive Attack"
19653          --
19654          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
19655          Date: 12 Sep 1998 09:44:25 +0300
19656          Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
19657          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
19658  Branch: perl
19659        + lib/filetest.pm
19660        ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
19661        ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
19662        ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
19663        ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
19664        ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
19665        ! win32/makedef.pl
19666 ____________________________________________________________________________
19667 [  1888] By: gsar                                  on 1998/09/25  06:27:12
19668     Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
19669  Branch: perl
19670        ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
19671        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19672        ! win32/makedef.pl win32/makefile.mk win32/win32.c
19673 ____________________________________________________________________________
19674 [  1887] By: gsar                                  on 1998/09/25  04:50:49
19675     Log: win32.c tweak
19676  Branch: perl
19677        ! win32/win32.c
19678 ____________________________________________________________________________
19679 [  1886] By: gsar                                  on 1998/09/25  04:47:32
19680     Log: s/MAKEMAKEROPT/PERL_MM_OPT/
19681  Branch: perl
19682        ! lib/ExtUtils/MakeMaker.pm
19683 ____________________________________________________________________________
19684 [  1885] By: gsar                                  on 1998/09/25  04:05:09
19685     Log: From: Dominic Dunlop <domo@vo.lu>
19686          Date: Thu, 10 Sep 1998 11:02:46 +0000
19687          Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
19688          Subject: MM_Unix::canonpath erroneously turns leading // into /
19689  Branch: perl
19690        ! lib/ExtUtils/MM_Unix.pm
19691 ____________________________________________________________________________
19692 [  1884] By: gsar                                  on 1998/09/25  03:06:10
19693     Log: temporarily disable perl malloc for a2p until we clean up
19694          conflicting malloc() declarations everywhere
19695  Branch: perl
19696        ! x2p/Makefile.SH
19697 ____________________________________________________________________________
19698 [  1883] By: gsar                                  on 1998/09/25  02:27:00
19699     Log: remove obsolete win32/bin/*.pl
19700  Branch: perl
19701        - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
19702        ! Changes MANIFEST win32/Makefile win32/makefile.mk
19703 ____________________________________________________________________________
19704 [  1882] By: gsar                                  on 1998/09/25  02:04:43
19705     Log: missing file in last submit
19706  Branch: perl
19707        ! proto.h
19708 ____________________________________________________________________________
19709 [  1881] By: gsar                                  on 1998/09/25  01:56:54
19710     Log: serial access to PL_x[inpr]v_root for USE_THREADS
19711  Branch: perl
19712        ! sv.c
19713 ____________________________________________________________________________
19714 [  1880] By: gsar                                  on 1998/09/25  01:19:38
19715     Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
19716          From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
19717          Date: Thu, 24 Sep 1998 22:01:09 +0900
19718          Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
19719          Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
19720  Branch: perl
19721        ! hv.c proto.h
19722 ____________________________________________________________________________
19723 [  1879] By: gsar                                  on 1998/09/25  00:20:07
19724     Log: tweaks to enable PERL_OBJECT to build & test on win32
19725  Branch: perl
19726        ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
19727        ! win32/GenCAPI.pl
19728 ____________________________________________________________________________
19729 [  1878] By: gsar                                  on 1998/09/25  00:13:36
19730     Log: fix change#1861, which breaks default boot_xxx symbol generation
19731  Branch: perl
19732        ! lib/ExtUtils/Mksymlists.pm
19733 ____________________________________________________________________________
19734 [  1877] By: gsar                                  on 1998/09/24  10:29:54
19735     Log: two tweaks for clean build and test on Solaris
19736  Branch: perl
19737        ! op.c t/op/subst.t
19738 ____________________________________________________________________________
19739 [  1876] By: gsar                                  on 1998/09/24  09:04:43
19740     Log: From: Colin Kuskie <ckuskie@cadence.com>
19741          Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
19742          Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
19743          Subject: [PATCH 5.005_51] perlform.pod
19744  Branch: perl
19745        ! pod/perlform.pod
19746 ____________________________________________________________________________
19747 [  1875] By: gsar                                  on 1998/09/24  08:47:47
19748     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19749          Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
19750          Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
19751          Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
19752  Branch: perl
19753        ! regexec.c
19754 ____________________________________________________________________________
19755 [  1874] By: gsar                                  on 1998/09/24  08:44:55
19756     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19757          Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
19758          Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
19759          Subject: Re: your Regexp.patch dated 21.8 [PATCH]
19760  Branch: perl
19761        ! toke.c
19762 ____________________________________________________________________________
19763 [  1873] By: gsar                                  on 1998/09/24  08:39:41
19764     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19765          Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
19766          Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
19767          Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
19768  Branch: perl
19769        ! Changes regcomp.c
19770 ____________________________________________________________________________
19771 [  1872] By: gsar                                  on 1998/09/24  08:37:00
19772     Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
19773          Date: Sun, 23 Aug 1998 23:18:38 PDT
19774          Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
19775          Subject: new irix_6.sh hints file
19776  Branch: perl
19777        ! hints/irix_6.sh
19778 ____________________________________________________________________________
19779 [  1871] By: gsar                                  on 1998/09/24  07:26:37
19780     Log: correct FSF address in various places
19781  Branch: perl
19782        ! Copying README ext/B/README lib/Getopt/Long.pm
19783 ____________________________________________________________________________
19784 [  1870] By: gsar                                  on 1998/09/24  07:11:56
19785     Log: From:    Dan Sugalski <sugalskd@osshe.edu>
19786          Date:    Fri, 14 Aug 1998 09:20:16 PDT
19787          Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
19788          Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
19789  Branch: perl
19790        ! configure.com
19791 ____________________________________________________________________________
19792 [  1869] By: gsar                                  on 1998/09/24  06:55:59
19793     Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
19794          From:    Scott Henry <scotth@sgi.com>
19795          Date:    13 Aug 1998 09:52:15 PDT
19796          Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
19797          Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
19798  Branch: perl
19799        ! hints/irix_6.sh
19800 ____________________________________________________________________________
19801 [  1868] By: gsar                                  on 1998/09/24  06:51:23
19802     Log: From:    Nathan Torkington <gnat@frii.com>
19803          Date:    Thu, 13 Aug 1998 10:59:48 MDT
19804          Message-Id: <199808131659.KAA06179@prometheus.frii.com>
19805          Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
19806  Branch: perl
19807        ! pod/perlfunc.pod
19808 ____________________________________________________________________________
19809 [  1867] By: gsar                                  on 1998/09/24  06:45:13
19810     Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
19811          that are autoloaded)
19812  Branch: perl
19813        ! pp_ctl.c
19814 ____________________________________________________________________________
19815 [  1866] By: gsar                                  on 1998/09/24  05:21:19
19816     Log: grandfather deprecated "$$<digit>" no more
19817  Branch: perl
19818        ! pod/perldiag.pod toke.c
19819 ____________________________________________________________________________
19820 [  1865] By: gsar                                  on 1998/09/24  04:52:48
19821     Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
19822          low bits (suggested by Ilya Zakharevich)
19823  Branch: perl
19824        ! hv.h
19825 ____________________________________________________________________________
19826 [  1864] By: gsar                                  on 1998/09/24  04:29:14
19827     Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
19828          perly_c.diff
19829  Branch: perl
19830        ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
19831        ! perly_c.diff toke.c
19832 ____________________________________________________________________________
19833 [  1863] By: gsar                                  on 1998/09/24  03:36:30
19834     Log: provide locked access to string table for USE_THREADS
19835  Branch: perl
19836        ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
19837 ____________________________________________________________________________
19838 [  1862] By: gsar                                  on 1998/09/24  03:30:32
19839     Log: remove bogus warn()
19840  Branch: perl
19841        ! embed.pl
19842 ____________________________________________________________________________
19843 [  1861] By: gsar                                  on 1998/09/24  02:58:51
19844     Log: applied suggested patch, adapted for all platforms
19845          From: jan.dubois@ibm.net (Jan Dubois)
19846          Date: Sun, 20 Sep 1998 12:56:38 +0200
19847          Message-ID: <3604de0c.12319885@smtp1.ibm.net>
19848          Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
19849  Branch: perl
19850        ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
19851        ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
19852        ! lib/ExtUtils/MakeMaker.pm
19853 ____________________________________________________________________________
19854 [  1860] By: gsar                                  on 1998/09/24  02:16:14
19855     Log: upgrade to CPAN-1.40
19856  Branch: perl
19857        ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
19858 ____________________________________________________________________________
19859 [  1859] By: gsar                                  on 1998/09/24  02:08:59
19860     Log: use $ENV{MAKEMAKEROPT} to set default command line args
19861  Branch: perl
19862        ! lib/ExtUtils/MakeMaker.pm
19863 ____________________________________________________________________________
19864 [  1857] By: gsar                                  on 1998/09/23  10:58:36
19865     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19866          Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
19867          Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
19868          Subject: More verbose Test::Harness [PATCH]
19869  Branch: perl
19870        ! lib/Test/Harness.pm
19871 ____________________________________________________________________________
19872 [  1856] By: gsar                                  on 1998/09/23  10:56:24
19873     Log: update hints for OPENSTEP 4.2 on i386
19874          From: Gerben Wierda <Gerben_Wierda@RnA.nl>
19875          Date: Sun, 20 Sep 1998 01:03:18 +0200
19876          Message-Id: <9809192303.AA29190@Spike>
19877          Subject: Perl 5.005_02 compilation problems
19878  Branch: perl
19879        ! hints/next_4.sh
19880 ____________________________________________________________________________
19881 [  1855] By: gsar                                  on 1998/09/23  10:52:27
19882     Log: reset errno after C<require> search (as suggested by Larry)
19883  Branch: perl
19884        ! pp_ctl.c
19885 ____________________________________________________________________________
19886 [  1854] By: gsar                                  on 1998/09/23  10:50:26
19887     Log: misc pod tweaks
19888  Branch: perl
19889        ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
19890 ____________________________________________________________________________
19891 [  1853] By: gsar                                  on 1998/09/23  10:46:06
19892     Log: make Pod/Html.pm handle the --title option properly (as suggested
19893          by gml4410@ggr.co.uk)
19894  Branch: perl
19895        ! lib/Pod/Html.pm
19896 ____________________________________________________________________________
19897 [  1852] By: gsar                                  on 1998/09/23  10:41:39
19898     Log: SSNEW() API for allocating memory on the savestack
19899          From: Albert Dvornik <bert@genscan.com>
19900          Date: 17 Sep 1998 19:23:07 -0400
19901          Message-Id: <tqemtae338.fsf@puma.genscan.com>
19902          Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
19903  Branch: perl
19904        ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
19905        ! perl.h proto.h scope.c scope.h t/io/tell.t
19906 ____________________________________________________________________________
19907 [  1851] By: gsar                                  on 1998/09/23  10:37:05
19908     Log: From: Jochen Wiedmann <joe@ispsoft.de>
19909          Date: Thu, 17 Sep 1998 17:16:06 +0200
19910          Message-ID: <360127B6.E44564A@ispsoft.de>
19911          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
19912  Branch: perl
19913        ! lib/ExtUtils/MakeMaker.pm
19914 ____________________________________________________________________________
19915 [  1850] By: gsar                                  on 1998/09/23  10:33:05
19916     Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
19917          Date: 15 Sep 1998 01:32:31 +0200
19918          Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
19919          Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
19920  Branch: perl
19921        ! lib/ExtUtils/MM_Unix.pm
19922 ____________________________________________________________________________
19923 [  1849] By: gsar                                  on 1998/09/23  10:29:04
19924     Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
19925          Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
19926          Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
19927          Subject: Re: extralibs.ld problem in MM_VMS.pm
19928  Branch: perl
19929        ! lib/ExtUtils/MM_VMS.pm
19930 ____________________________________________________________________________
19931 [  1848] By: gsar                                  on 1998/09/23  10:25:24
19932     Log: From: Roderick Schertler <roderick@argon.org>
19933          Date: 11 Sep 1998 16:19:21 -0400
19934          Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
19935          Subject: Re: Open2 and memory leaks
19936  Branch: perl
19937        ! lib/IPC/Open3.pm
19938 ____________________________________________________________________________
19939 [  1847] By: gsar                                  on 1998/09/23  10:18:31
19940     Log: From: Roderick Schertler <roderick@argon.org>
19941          Date: Wed, 09 Sep 1998 23:52:48 -0400
19942          Message-ID: <20567.905399568@eeyore.ibcinc.com>
19943          Subject: seed srand from /dev/urandom when possible
19944  Branch: perl
19945        ! pod/perlfunc.pod pp.c
19946 ____________________________________________________________________________
19947 [  1846] By: gsar                                  on 1998/09/23  10:12:22
19948     Log: From: Roderick Schertler <roderick@argon.org>
19949          Date: Thu, 10 Sep 1998 00:32:17 -0400
19950          Message-ID: <21142.905401937@eeyore.ibcinc.com>
19951          Subject: doc update for crypt()'s salt
19952  Branch: perl
19953        ! pod/perlfunc.pod
19954 ____________________________________________________________________________
19955 [  1845] By: gsar                                  on 1998/09/23  10:09:23
19956     Log: fix h2ph handling of C<#error "foo">
19957          From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
19958          Date: Thu, 10 Sep 1998 09:59:33 +0900
19959          Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
19960          Subject: [5.005_02] h2ph problem
19961  Branch: perl
19962        ! utils/h2ph.PL
19963 ____________________________________________________________________________
19964 [  1844] By: gsar                                  on 1998/09/23  10:06:13
19965     Log: plug strictly private function leaks in API listing
19966  Branch: perl
19967        ! pod/perlguts.pod
19968 ____________________________________________________________________________
19969 [  1843] By: gsar                                  on 1998/09/23  10:02:57
19970     Log: hide symbol for static build
19971          From: Dominic Dunlop <domo@vo.lu>
19972          Date: Tue, 8 Sep 1998 21:40:46 +0000
19973          Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
19974          Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
19975  Branch: perl
19976        ! regcomp.c
19977 ____________________________________________________________________________
19978 [  1842] By: gsar                                  on 1998/09/23  09:52:46
19979     Log: define PUT_svindex(), PUT_opindex()
19980  Branch: perl
19981        ! ext/B/B/Assembler.pm
19982 ____________________________________________________________________________
19983 [  1841] By: gsar                                  on 1998/09/23  09:44:25
19984     Log: From: Dominic Dunlop <domo@vo.lu>
19985          Date: Tue, 8 Sep 1998 15:34:53 +0000
19986          Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
19987          Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
19988  Branch: perl
19989        ! t/pragma/warn/regexec
19990 ____________________________________________________________________________
19991 [  1840] By: gsar                                  on 1998/09/23  09:42:17
19992     Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
19993  Branch: perl
19994        ! win32/bin/pl2bat.pl
19995 ____________________________________________________________________________
19996 [  1839] By: gsar                                  on 1998/09/23  09:38:18
19997     Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
19998          Date: Mon, 7 Sep 1998 17:36:09 +0900
19999          Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
20000          Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
20001  Branch: perl
20002        ! ext/Thread/Thread.xs
20003 ____________________________________________________________________________
20004 [  1838] By: gsar                                  on 1998/09/23  09:21:11
20005     Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
20006          Date: Thu, 10 Sep 1998 00:02:07 -0400
20007          Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
20008          Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
20009  Branch: perl
20010        + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
20011        + vos/config.h vos/config_h.SH_orig vos/perl.bind
20012        + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
20013        ! MANIFEST perl.c perl.h pod/perlport.pod
20014 ____________________________________________________________________________
20015 [  1837] By: gsar                                  on 1998/09/23  08:45:58
20016     Log: (via private mail)
20017          From: Charles Bailey <BAILEY@newman.upenn.edu>
20018          Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
20019          Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
20020          Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
20021  Branch: perl
20022        ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
20023        ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
20024        ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
20025        ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
20026        ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
20027        ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
20028        ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
20029        ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
20030        ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
20031        ! vms/writemain.pl
20032 ____________________________________________________________________________
20033 [  1836] By: gsar                                  on 1998/09/23  08:17:42
20034     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20035          Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
20036          Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
20037          Subject: [PATCH 5.005_*] OS/2 spawning typos
20038  Branch: perl
20039        ! os2/os2.c
20040 ____________________________________________________________________________
20041 [  1835] By: gsar                                  on 1998/09/23  08:09:55
20042     Log: warn on C<my($foo,$foo)>
20043  Branch: perl
20044        ! op.c pod/perldiag.pod
20045 ____________________________________________________________________________
20046 [  1834] By: gsar                                  on 1998/09/23  07:35:56
20047     Log: From: pvhp@forte.com (Peter Prymmer)
20048          Date: Fri, 4 Sep 98 13:27:41 PDT
20049          Message-Id: <9809042027.AA04463@forte.com>
20050          Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
20051  Branch: perl
20052        ! README.vms
20053 ____________________________________________________________________________
20054 [  1833] By: gsar                                  on 1998/09/23  07:27:34
20055     Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
20056          Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
20057          Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
20058          Subject: PATCH: 5.005_02 hint/hpux.sh
20059  Branch: perl
20060        ! hints/hpux.sh
20061 ____________________________________________________________________________
20062 [  1832] By: gsar                                  on 1998/09/23  07:22:40
20063     Log: fix (some) installhtml bugs
20064          From: Larry Parmelee <parmelee@CS.Cornell.EDU>
20065          Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
20066          Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
20067          Subject: installhtml script needs work
20068  Branch: perl
20069        ! installhtml
20070 ____________________________________________________________________________
20071 [  1831] By: gsar                                  on 1998/09/23  07:19:30
20072     Log: document 'U' magic with examples
20073          From: Alan Burlison <Alan.Burlison@UK.Sun.com>
20074          Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
20075          Message-Id: <199809011455.PAA00631@sale-wts>
20076          Subject: Re: Looking for some XS MAGIC examples...
20077  Branch: perl
20078        ! pod/perlguts.pod
20079 ____________________________________________________________________________
20080 [  1830] By: gsar                                  on 1998/09/23  07:16:43
20081     Log: From: pvhp@forte.com (Peter Prymmer)
20082          Date: Mon, 31 Aug 98 17:13:49 PDT
20083          Message-Id: <9809010013.AA06737@forte.com>
20084          Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
20085  Branch: perl
20086        ! README.os390
20087 ____________________________________________________________________________
20088 [  1829] By: gsar                                  on 1998/09/23  07:15:08
20089     Log: fix problematic typecast in filter_del()
20090          From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
20091          Date: Mon, 31 Aug 1998 21:13:11 GMT
20092          Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
20093          Subject: perl5.005_02 does not build on Cray T90
20094  Branch: perl
20095        ! toke.c
20096 ____________________________________________________________________________
20097 [  1828] By: gsar                                  on 1998/09/23  07:11:34
20098     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20099          Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
20100          Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
20101          Subject: [PATCH 5.005_5*] (?>) broken in RE
20102  Branch: perl
20103        ! regexec.c t/op/re_tests
20104 ____________________________________________________________________________
20105 [  1827] By: gsar                                  on 1998/09/23  07:09:50
20106     Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
20107  Branch: perl
20108        ! t/op/grent.t t/op/groups.t
20109 ____________________________________________________________________________
20110 [  1826] By: gsar                                  on 1998/09/23  07:03:16
20111     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
20112          Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
20113          Message-Id: <199808121941.WAA06263@alpha.hut.fi>
20114          Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
20115  Branch: perl
20116        - interp.sym
20117        ! MANIFEST Makefile.SH embed.pl perl_exp.SH
20118 ____________________________________________________________________________
20119 [  1825] By: gsar                                  on 1998/09/23  06:56:40
20120     Log: re-introduce change#1703
20121  Branch: perl
20122        ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
20123 ____________________________________________________________________________
20124 [  1824] By: gsar                                  on 1998/09/23  06:44:19
20125     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20126          Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
20127          Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
20128          Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
20129  Branch: perl
20130        ! lib/perl5db.pl
20131 ____________________________________________________________________________
20132 [  1823] By: gsar                                  on 1998/09/23  06:41:34
20133         Log: From: Joe Buehler <jhpb@hekimian.com>
20134              Date: 29 Aug 1998 17:13:28 -0400
20135              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
20136              Subject: patches for perl 5.005_51 under U/WIN
20137      Branch: perl
20138            + hints/uwin.sh
20139            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
20140            ! t/lib/posix.t
20141 ____________________________________________________________________________
20142 [  1822] By: gsar                                  on 1998/09/23  06:36:59
20143         Log: add missing C<no utf8;> tweak from Larry
20144      Branch: perl
20145            ! t/op/subst.t
20146 ____________________________________________________________________________
20147 [  1821] By: gsar                                  on 1998/09/23  06:27:51
20148         Log: s/runops/CALLRUNOPS/
20149      Branch: perl
20150            ! cc_runtime.h
20151 ____________________________________________________________________________
20152 [  1820] By: gsar                                  on 1998/09/23  06:24:49
20153         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
20154      Branch: perl
20155           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
20156           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
20157           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
20158           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
20159           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
20160           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
20161           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
20162           +> t/pragma/warn/util
20163            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
20164            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
20165            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
20166            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
20167            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
20168            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
20169            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
20170            - t/pragma/warn-util
20171            ! MANIFEST t/pragma/warning.t
20172 ____________________________________________________________________________
20173 [  1819] By: gsar                                  on 1998/09/23  06:08:46
20174         Log: make \(%foo) return refs to values (not copies of values)
20175              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
20176              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
20177              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
20178              --
20179              From: Roderick Schertler <roderick@argon.org>
20180              Date: Sat, 29 Aug 1998 00:58:33 -0400
20181              Message-ID: <29894.904366713@eeyore.ibcinc.com>
20182              Subject: Re: \(%x) problems
20183      Branch: perl
20184            ! doop.c pod/perlref.pod
20185 ____________________________________________________________________________
20186 [  1818] By: gsar                                  on 1998/09/23  06:05:08
20187         Log: make h2xs generate ANSI prototypes
20188      Branch: perl
20189            ! utils/h2xs.PL
20190 ____________________________________________________________________________
20191 [  1817] By: gsar                                  on 1998/09/23  05:57:16
20192         Log: updated usethreads hints for hpux 10.X
20193              From: Matthew T Harden <mthard@mthard1.monsanto.com>
20194              Date: Fri, 28 Aug 1998 14:10:42 GMT
20195              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
20196              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
20197      Branch: perl
20198            ! hints/hpux.sh perl.h
20199 ____________________________________________________________________________
20200 [  1816] By: gsar                                  on 1998/09/23  05:53:31
20201         Log: don't create empty directories in installperl
20202              From: Robin Barker <rmb1@cise.npl.co.uk>
20203              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
20204              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
20205              Subject: [PATCH 5.005_02] install: empty dirs
20206      Branch: perl
20207            ! installperl
20208 ____________________________________________________________________________
20209 [  1815] By: gsar                                  on 1998/09/23  05:50:36
20210         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
20211              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20212              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
20213              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
20214              Subject: Re: your mail
20215      Branch: perl
20216            ! regexec.c t/op/re_tests
20217 ____________________________________________________________________________
20218 [  1814] By: gsar                                  on 1998/09/23  05:45:17
20219         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
20220              Date: Thu, 20 Aug 1998 20:59:03 -0400
20221              Message-ID: <19980820205903.A12908@O2.chapin.edu>
20222              Subject: [PATCH] h2ph misquotes #error directives
20223      Branch: perl
20224            ! t/lib/h2ph.pht utils/h2ph.PL
20225 ____________________________________________________________________________
20226 [  1813] By: gsar                                  on 1998/09/23  05:42:41
20227         Log: patch to support computed regular subexpressions
20228              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20229              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
20230              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
20231              Subject: [5.005_5* PATCH] Postponed RE - now!
20232      Branch: perl
20233            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
20234            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
20235 ____________________________________________________________________________
20236 [  1812] By: gsar                                  on 1998/09/23  05:26:26
20237         Log: better CR-handling on shebang line and in formats (fixed variant of
20238              patch suggested by Igor Sysoev <igor@nitek.ru>)
20239      Branch: perl
20240            ! perl.c toke.c
20241 ____________________________________________________________________________
20242 [  1811] By: gsar                                  on 1998/09/23  04:35:46
20243         Log: document non-loopish blocks better
20244              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
20245              Date: Tue, 18 Aug 1998 12:28:36 +0100
20246              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
20247              Subject: Re: next in do {} while block gives error message
20248      Branch: perl
20249            ! pod/perlfunc.pod
20250 ____________________________________________________________________________
20251 [  1810] By: gsar                                  on 1998/09/23  04:12:05
20252         Log: fix bogus integerization of pop()'s return value
20253              From: Gurusamy Sarathy <gsar@engin.umich.edu>
20254              Date: Sat, 15 Aug 1998 23:27:54 -0400
20255              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
20256              Subject: Re: Complex expression does integer arithmetic 
20257      Branch: perl
20258            ! opcode.h opcode.pl
20259 ____________________________________________________________________________
20260 [  1809] By: gsar                                  on 1998/09/23  04:09:43
20261         Log: tweak README.win32
20262      Branch: perl
20263            ! README.win32
20264 ____________________________________________________________________________
20265 [  1808] By: gsar                                  on 1998/09/23  03:40:57
20266         Log: better diagnostic for do{} used as lvalue
20267      Branch: perl
20268            ! op.c pod/perlport.pod
20269 ____________________________________________________________________________
20270 [  1807] By: gsar                                  on 1998/09/23  03:38:30
20271         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
20272              From: hansm@icgroup.nl
20273              Date: Tue, 11 Aug 98 21:08:51 +0200
20274              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
20275              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
20276      Branch: perl
20277            ! malloc.c
20278 ____________________________________________________________________________
20279 [  1806] By: gsar                                  on 1998/09/23  03:36:08
20280         Log: support make written in perl (aka "pmake") on win32
20281      Branch: perl
20282            ! lib/ExtUtils/MM_Win32.pm
20283 ____________________________________________________________________________
20284 [  1805] By: gsar                                  on 1998/09/23  03:30:07
20285         Log: fix mismatched UV/U32 types for to_utf8_*()
20286      Branch: perl
20287            ! utf8.c
20288 ____________________________________________________________________________
20289 [  1804] By: gsar                                  on 1998/09/23  03:22:22
20290         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
20291              Date: Sun, 9 Aug 1998 22:38:23 +0200
20292              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
20293              Subject: [PATCH 5.5002] dos-djgpp update
20294      Branch: perl
20295            ! t/io/fs.t
20296 ____________________________________________________________________________
20297 [  1803] By: gsar                                  on 1998/09/23  03:20:13
20298         Log: apply minimal variant of patch (sent via private mail)
20299              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
20300              Date: Wed, 12 Aug 1998 15:42:35 +0300
20301              Message-Id: <199808121242.PAA29761@comanche.spices>
20302              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
20303      Branch: perl
20304            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
20305            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
20306 ____________________________________________________________________________
20307 [  1802] By: gsar                                  on 1998/09/23  03:03:39
20308         Log: adjust searchdict.t for EBCDIC (still needs documenting)
20309              From: pvhp@forte.com (Peter Prymmer)
20310              Date: Thu, 6 Aug 98 18:09:39 PDT
20311              Message-Id: <9808070109.AA06158@forte.com>
20312              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
20313      Branch: perl
20314            ! README.os390 t/lib/searchdict.t
20315 ____________________________________________________________________________
20316 [  1801] By: gsar                                  on 1998/09/23  02:54:15
20317         Log: silence redefined warning for XS(INIT) {}
20318      Branch: perl
20319            ! op.c
20320 ____________________________________________________________________________
20321 [  1800] By: gsar                                  on 1998/09/23  02:42:23
20322         Log: support match indices via special variables @- and @+
20323              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20324              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
20325              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
20326              Subject: [PATCH 5.004_76] @- and @+
20327      Branch: perl
20328            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
20329            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
20330 ____________________________________________________________________________
20331 [  1799] By: gsar                                  on 1998/09/23  01:44:31
20332         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20333              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
20334              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
20335              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
20336      Branch: perl
20337            ! regcomp.c t/op/re_tests
20338 ____________________________________________________________________________
20339 [  1798] By: gsar                                  on 1998/09/23  01:39:23
20340         Log: integrate maint-5.005 changes (except conflicting change#1794)
20341      Branch: perl
20342            ! Changes
20343           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
20344           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
20345           !> win32/win32.h
20346 ____________________________________________________________________________
20347 [  1797] By: gsar                                  on 1998/09/23  01:32:36
20348         Log: add note to win32/Makefile about setting CCHOME
20349      Branch: perl
20350            ! win32/Makefile win32/makefile.mk
20351 ____________________________________________________________________________
20352 [  1796] By: gsar                                  on 1998/09/23  01:31:32
20353         Log: perl.pod tweak
20354      Branch: perl
20355            ! pod/perl.pod
20356 ____________________________________________________________________________
20357 [  1795] By: gsar                                  on 1998/09/21  20:34:10
20358         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
20359      Branch: perl
20360            ! lib/ExtUtils/xsubpp
20361 ____________________________________________________________________________
20362 [  1789] By: gsar                                  on 1998/09/18  18:01:37
20363         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
20364      Branch: perl
20365            ! cop.h t/cmd/for.t
20366 ____________________________________________________________________________
20367 [  1788] By: gsar                                  on 1998/09/17  02:19:11
20368         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
20369      Branch: perl
20370            ! win32/config.bc win32/config.gc win32/config.vc
20371 ____________________________________________________________________________
20372 [  1787] By: gsar                                  on 1998/09/17  01:45:14
20373         Log: suppress bogus warning on C<sub x {} x()>
20374      Branch: perl
20375            ! toke.c
20376 ____________________________________________________________________________
20377 [  1786] By: gsar                                  on 1998/09/17  01:42:51
20378         Log: ntohl typo in objXSUB.h
20379      Branch: perl
20380            ! objXSUB.h
20381 ____________________________________________________________________________
20382 [  1785] By: gsar                                  on 1998/09/17  01:41:48
20383         Log: fill gaps in sig_* entries in win32/config.?c
20384      Branch: perl
20385            ! win32/config.bc win32/config.gc win32/config.vc
20386 ____________________________________________________________________________
20387 [  1781] By: larry                                 on 1998/09/05  23:48:24
20388         Log: tr/// logic was hosed under utf8
20389      Branch: perl
20390            ! doop.c op.c op.h pp.c proto.h
20391 ____________________________________________________________________________
20392 [  1780] By: larry                                 on 1998/09/05  23:44:16
20393         Log: several new tests needed tweaking to work under utf8
20394      Branch: perl
20395            ! t/comp/require.t t/op/pack.t t/op/substr.t
20396 ____________________________________________________________________________
20397 [  1779] By: larry                                 on 1998/09/05  23:41:42
20398         Log: index() applied BM optimization to wrong argument
20399      Branch: perl
20400            ! op.c util.c
20401 ____________________________________________________________________________
20402 [  1778] By: larry                                 on 1998/09/05  23:38:29
20403         Log: Implicit require during compile reset line numbering
20404      Branch: perl
20405            ! pp_ctl.c
20406
20407 ----------------
20408 Version 5.005_51
20409 ----------------
20410
20411 ____________________________________________________________________________
20412 [  1777] By: gsar                                  on 1998/08/10  07:02:38
20413         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
20414              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
20415              lexical warning testsuite for win32
20416      Branch: perl
20417            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
20418            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
20419            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
20420            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
20421            ! win32/Makefile win32/makefile.mk
20422 ____________________________________________________________________________
20423 [  1776] By: gsar                                  on 1998/08/09  17:53:48
20424         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
20425      Branch: perl
20426            ! Changes MANIFEST perl.c pod/perlhist.pod
20427 ____________________________________________________________________________
20428 [  1775] By: gsar                                  on 1998/08/09  14:35:33
20429         Log: tweak warning test
20430      Branch: perl
20431            ! t/pragma/warn-toke
20432 ____________________________________________________________________________
20433 [  1774] By: gsar                                  on 1998/08/09  14:13:46
20434         Log: add missing dTHR; notes for test failures due to small stacksize
20435      Branch: perl
20436            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
20437            ! toke.c universal.c util.c
20438 ____________________________________________________________________________
20439 [  1773] By: gsar                                  on 1998/08/09  11:31:53
20440         Log: lexical warnings; tweaks to places that didn't apply correctly
20441              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
20442              Date:    Wed, 29 Jul 1998 09:28:45 BST
20443              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
20444              Subject: lexical warnings patch for 5.005_50
20445      Branch: perl
20446            + README.lexwarn lib/warning.pm t/pragma/warn-2use
20447            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
20448            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
20449            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
20450            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
20451            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
20452            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
20453            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
20454            + warning.h warning.pl
20455            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
20456            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
20457            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
20458            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
20459            ! universal.c util.c
20460 ____________________________________________________________________________
20461 [  1772] By: gsar                                  on 1998/08/08  23:06:00
20462         Log: bump patchlevel to 5.005_51
20463      Branch: perl
20464            ! patchlevel.h win32/Makefile win32/config_H.bc
20465            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
20466 ____________________________________________________________________________
20467 [  1771] By: gsar                                  on 1998/08/08  23:01:57
20468         Log: fix bogus warning on "\x{123}"
20469              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
20470              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
20471              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
20472              Subject: [5.005_50 PATCH] Some unicode problems
20473      Branch: perl
20474            ! regcomp.c toke.c
20475 ____________________________________________________________________________
20476 [  1770] By: gsar                                  on 1998/08/08  22:56:55
20477         Log: hide dup symbol for static build of ext/re
20478              From: Dominic Dunlop <domo@ppp72.vo.lu>
20479              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
20480              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
20481              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
20482      Branch: perl
20483            ! regcomp.c
20484 ____________________________________________________________________________
20485 [  1769] By: gsar                                  on 1998/08/08  22:45:06
20486         Log: fix double free on -Mutf8 -e '$b=uc("")'
20487              From: larry@wall.org (Larry Wall)
20488              Date: Fri, 7 Aug 1998 14:42:43 -0700
20489              Message-Id: <199808072142.OAA14920@wall.org>
20490              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
20491      Branch: perl
20492            ! pp.c
20493 ____________________________________________________________________________
20494 [  1768] By: gsar                                  on 1998/08/08  22:42:29
20495         Log: substr() assumes utf8 without say-so
20496              From: larry@wall.org (Larry Wall)
20497              Date: Fri, 7 Aug 1998 12:25:12 -0700
20498              Message-Id: <199808071925.MAA13436@wall.org>
20499              Subject: [PATCH 5.005_50] substr bug?
20500      Branch: perl
20501            ! pp.c
20502 ____________________________________________________________________________
20503 [  1767] By: gsar                                  on 1998/08/08  22:38:25
20504         Log: fix intolerance of SWASHes for blank lines
20505              From: Gisle Aas <aas@sn.no>
20506              Date: 06 Aug 1998 23:28:57 +0200
20507              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
20508              Subject: Re: Re[2]: another joyride begins
20509      Branch: perl
20510            ! lib/utf8_heavy.pl
20511 ____________________________________________________________________________
20512 [  1766] By: gsar                                  on 1998/08/08  22:33:10
20513         Log: utf8 doc tweak
20514              From: Gisle Aas <aas@sn.no>
20515              Date: 05 Aug 1998 00:41:04 +0200
20516              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
20517              Subject: Matching clumps
20518      Branch: perl
20519            ! lib/utf8.pm
20520 ____________________________________________________________________________
20521 [  1765] By: gsar                                  on 1998/08/08  22:31:37
20522         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
20523              From: Gisle Aas <aas@sn.no>
20524              Date: 04 Aug 1998 22:56:11 +0200
20525              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
20526              Subject: Re: another joyride begins
20527      Branch: perl
20528            ! lib/utf8_heavy.pl
20529 ____________________________________________________________________________
20530 [  1764] By: gsar                                  on 1998/08/08  22:28:43
20531         Log: From: larry@wall.org (Larry Wall)
20532              Date: Tue, 4 Aug 1998 17:04:51 -0700
20533              Message-Id: <199808050004.RAA22592@wall.org>
20534              Subject: [PATCH 5.005_50] \pX not implemented!
20535      Branch: perl
20536            ! regcomp.c
20537 ____________________________________________________________________________
20538 [  1763] By: gsar                                  on 1998/08/08  22:27:15
20539         Log: From: Stephen McCamant <alias@mcs.com>
20540              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
20541              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
20542              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
20543      Branch: perl
20544            ! op.c
20545 ____________________________________________________________________________
20546 [  1762] By: gsar                                  on 1998/08/08  22:26:09
20547         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
20548              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
20549              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
20550              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
20551      Branch: perl
20552            + t/op/grent.t t/op/pwent.t
20553            ! MANIFEST
20554 ____________________________________________________________________________
20555 [  1761] By: gsar                                  on 1998/08/08  22:21:52
20556         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20557              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
20558              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
20559              Subject: [5.005_50 PATCH] misprint in RE engine
20560      Branch: perl
20561            ! regexec.c t/op/re_tests
20562 ____________________________________________________________________________
20563 [  1760] By: gsar                                  on 1998/08/08  22:18:54
20564         Log: integrate maint-5.005 changes into mainline
20565      Branch: perl
20566           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
20567           !> (integrate 138 files)
20568 ____________________________________________________________________________
20569 [  1672] By: gsar                                  on 1998/07/27  18:35:28
20570         Log: create new Changes
20571      Branch: perl
20572            + Changes
20573            ! Changes5.005 MANIFEST
20574 ____________________________________________________________________________
20575 [  1671] By: gsar                                  on 1998/07/27  18:30:57
20576         Log: rename Changes --> Changes5.005
20577      Branch: perl
20578           +> Changes5.005
20579            - Changes
20580 ____________________________________________________________________________
20581 [  1670] By: gsar                                  on 1998/07/27  18:10:14
20582         Log: integrate 5.005_01 changes from maint
20583      Branch: perl
20584            ! Changes
20585           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
20586           !> win32/win32.c
20587 ____________________________________________________________________________
20588 [  1667] By: nick                                  on 1998/07/26  14:31:01
20589         Log: Add dTHR so that it compiles miniperl in threaded mode
20590      Branch: perl
20591            ! doop.c mg.c regcomp.c regexec.c
20592 ____________________________________________________________________________
20593 [  1666] By: nick                                  on 1998/07/26  13:01:10
20594         Log: Resolve ansiperl against mainline (@1648?)
20595              Unclear that change number has "taken".
20596      Branch: ansiperl
20597           +> (branch 169 files)
20598            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
20599           !> (integrate 131 files)
20600
20601 ----------------
20602 Version 5.005_50
20603 ----------------
20604
20605 ____________________________________________________________________________
20606 [  1665] By: gsar                                  on 1998/07/26  05:38:48
20607         Log: add trailing newline to file
20608      Branch: perl
20609            ! Changes lib/unicode/blocks.txt
20610 ____________________________________________________________________________
20611 [  1664] By: gsar                                  on 1998/07/26  05:08:48
20612         Log: integrate proto.h additions from maint-5.005
20613      Branch: perl
20614           !> pod/perlhist.pod proto.h
20615 ____________________________________________________________________________
20616 [  1663] By: gsar                                  on 1998/07/26  05:07:05
20617         Log: add new files to MANIFEST; add missing prototypes to proto.h;
20618              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
20619              add typecasts to silence warnings; tweaks for win32 builds
20620      Branch: perl
20621            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
20622            ! win32/Makefile win32/makefile.mk
20623 ____________________________________________________________________________
20624 [  1662] By: gsar                                  on 1998/07/26  05:01:52
20625         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
20626      Branch: maint-5.005/perl
20627            ! pod/perlhist.pod proto.h
20628 ____________________________________________________________________________
20629 [  1661] By: gsar                                  on 1998/07/26  02:52:48
20630         Log: up patchlevel to 5.005_50
20631      Branch: perl
20632            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
20633            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
20634 ____________________________________________________________________________
20635 [  1660] By: gsar                                  on 1998/07/26  02:43:57
20636         Log: integrate utfperl
20637      Branch: perl
20638           +> (branch 162 files)
20639           !> (integrate 29 files)
20640 ____________________________________________________________________________
20641 [  1659] By: gsar                                  on 1998/07/26  02:38:22
20642         Log: integrate maint-5.005 changes
20643      Branch: perl
20644           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
20645           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
20646           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
20647           !> vms/descrip_mms.template vms/subconfigure.com
20648 ____________________________________________________________________________
20649 [  1658] By: gsar                                  on 1998/07/26  02:23:46
20650         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
20651              Date: Fri, 24 Jul 1998 11:38:25 -0700
20652              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
20653              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
20654              --
20655              Date: Fri, 24 Jul 1998 12:30:36 -0700
20656              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
20657              Subject: [PATCH 5.005]Tweaks to README.vms
20658              --
20659              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
20660              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
20661              Subject: [PATCH 5.005] Final build cleanup patch
20662      Branch: maint-5.005/perl
20663            ! README.vms vms/descrip_mms.template vms/subconfigure.com
20664 ____________________________________________________________________________
20665 [  1657] By: gsar                                  on 1998/07/26  02:19:50
20666         Log: another platform where pp_sselect() needs a whole fd_set buffer
20667              From: Lupe Christoph <lupe@alanya.m.isar.de>
20668              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
20669              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
20670              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
20671      Branch: maint-5.005/perl
20672            ! pp_sys.c
20673 ____________________________________________________________________________
20674 [  1656] By: gsar                                  on 1998/07/26  02:12:46
20675         Log: fix problem building modules on dos-djgpp
20676              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
20677              Date: Sat, 25 Jul 1998 00:53:39 +0200
20678              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
20679              Subject: [PATCH 5.005] dos-djgpp and modules problem
20680      Branch: maint-5.005/perl
20681            ! djgpp/fixpmain
20682 ____________________________________________________________________________
20683 [  1655] By: gsar                                  on 1998/07/26  02:11:09
20684         Log: From: Tom Spindler <dogcow@home.merit.edu>
20685              Date: Wed, 22 Jul 1998 16:11:07 -0400
20686              Message-ID: <19980722161107.A16813@home.merit.edu>
20687              Subject: [PATCH 5.005] BeOS tweak
20688      Branch: maint-5.005/perl
20689            ! hints/beos.sh
20690 ____________________________________________________________________________
20691 [  1654] By: gsar                                  on 1998/07/26  02:09:29
20692         Log: various pod tweaks
20693      Branch: maint-5.005/perl
20694            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
20695            ! pod/perltoc.pod
20696 ____________________________________________________________________________
20697 [  1653] By: gsar                                  on 1998/07/26  02:05:46
20698         Log: fix emacs/ptags for PL_* changes
20699              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20700              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
20701              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
20702              Subject: [PATCH 5.004_76] Yet better ptags
20703      Branch: maint-5.005/perl
20704            ! emacs/ptags
20705 ____________________________________________________________________________
20706 [  1652] By: gsar                                  on 1998/07/26  02:03:01
20707         Log: fix behavior of <=> on bigints
20708              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
20709              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
20710              Date: Fri, 24 Jul 1998 18:29:53 +0100
20711              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
20712      Branch: maint-5.005/perl
20713            ! lib/Math/BigInt.pm t/lib/bigintpm.t
20714 ____________________________________________________________________________
20715 [  1651] By: larry                                 on 1998/07/24  05:44:33
20716         Log: Here are the long-expected Unicode/UTF-8 modifications.
20717      Branch: utfperl
20718            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
20719            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
20720            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
20721            + lib/unicode/Decomposition.pl
20722            + lib/unicode/In/AlphabeticPresentationForms.pl
20723            + lib/unicode/In/Arabic.pl
20724            + lib/unicode/In/ArabicPresentationForms-A.pl
20725            + lib/unicode/In/ArabicPresentationForms-B.pl
20726            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
20727            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
20728            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
20729            + lib/unicode/In/BoxDrawing.pl
20730            + lib/unicode/In/CJKCompatibility.pl
20731            + lib/unicode/In/CJKCompatibilityForms.pl
20732            + lib/unicode/In/CJKCompatibilityIdeographs.pl
20733            + lib/unicode/In/CJKSymbolsandPunctuation.pl
20734            + lib/unicode/In/CJKUnifiedIdeographs.pl
20735            + lib/unicode/In/CombiningDiacriticalMarks.pl
20736            + lib/unicode/In/CombiningHalfMarks.pl
20737            + lib/unicode/In/CombiningMarksforSymbols.pl
20738            + lib/unicode/In/ControlPictures.pl
20739            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
20740            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
20741            + lib/unicode/In/EnclosedAlphanumerics.pl
20742            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
20743            + lib/unicode/In/GeneralPunctuation.pl
20744            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
20745            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
20746            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
20747            + lib/unicode/In/HalfwidthandFullwidthForms.pl
20748            + lib/unicode/In/HangulCompatibilityJamo.pl
20749            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
20750            + lib/unicode/In/Hebrew.pl
20751            + lib/unicode/In/HighPrivateUseSurrogates.pl
20752            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
20753            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
20754            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
20755            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
20756            + lib/unicode/In/LatinExtended-A.pl
20757            + lib/unicode/In/LatinExtended-B.pl
20758            + lib/unicode/In/LatinExtendedAdditional.pl
20759            + lib/unicode/In/LetterlikeSymbols.pl
20760            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
20761            + lib/unicode/In/MathematicalOperators.pl
20762            + lib/unicode/In/MiscellaneousSymbols.pl
20763            + lib/unicode/In/MiscellaneousTechnical.pl
20764            + lib/unicode/In/NumberForms.pl
20765            + lib/unicode/In/OpticalCharacterRecognition.pl
20766            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
20767            + lib/unicode/In/SmallFormVariants.pl
20768            + lib/unicode/In/SpacingModifierLetters.pl
20769            + lib/unicode/In/Specials.pl
20770            + lib/unicode/In/SuperscriptsandSubscripts.pl
20771            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
20772            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
20773            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
20774            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
20775            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
20776            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
20777            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
20778            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
20779            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
20780            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
20781            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
20782            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
20783            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
20784            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
20785            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
20786            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
20787            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
20788            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
20789            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
20790            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
20791            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
20792            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
20793            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
20794            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
20795            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
20796            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
20797            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
20798            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
20799            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
20800            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
20801            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
20802            + lib/unicode/JamoShort.pl lib/unicode/Makefile
20803            + lib/unicode/Name.pl lib/unicode/Number.pl
20804            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
20805            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
20806            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
20807            + lib/unicode/blocks.txt lib/unicode/index2.txt
20808            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
20809            + lib/unicode/names2.txt lib/unicode/props2.txt
20810            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
20811            + utf8.c utf8.h
20812            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
20813            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
20814            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
20815            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
20816            ! t/op/vec.t toke.c util.c vms/vmsish.h
20817 ____________________________________________________________________________
20818 [  1650] By: gsar                                  on 1998/07/24  04:06:48
20819         Log: create utfperl branch
20820      Branch: utfperl
20821           +> (branch 1079 files)
20822 ____________________________________________________________________________
20823 [  1649] By: gsar                                  on 1998/07/24  03:56:56
20824         Log: create maint-5.005 branch
20825      Branch: maint-5.005/perl
20826           +> (branch 1079 files)
20827 ____________________________________________________________________________
20828 [  1648] By: gsar                                  on 1998/07/24  03:36:35
20829         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
20830      Branch: perl
20831            ! Changes
20832