701a19275416bd865b6e93bcb1f13d9f74ae0612
[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 [  4844] By: gsar                                  on 2000/01/22  12:46:26
83         Log: wrong category for exec() warning
84      Branch: perl
85            ! op.c pod/perlop.pod
86 ____________________________________________________________________________
87 [  4843] By: gsar                                  on 2000/01/22  12:42:40
88         Log: fix line continuations in argument lists (from Helmut Jarausch)
89      Branch: perl
90            ! lib/ExtUtils/xsubpp
91 ____________________________________________________________________________
92 [  4842] By: gsar                                  on 2000/01/22  12:34:39
93         Log: CGI.pm upgraded to v2.56 from CPAN
94      Branch: perl
95            ! eg/cgi/index.html lib/CGI.pm lib/CGI/Apache.pm
96            ! lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Switch.pm
97            ! t/lib/cgi-html.t
98 ____________________________________________________________________________
99 [  4841] By: gsar                                  on 2000/01/22  12:07:23
100         Log: avoid warnings due to lack of forward declarations
101      Branch: perl
102            ! lib/Pod/Html.pm
103 ____________________________________________________________________________
104 [  4840] By: gsar                                  on 2000/01/22  12:04:30
105         Log: heavy cleanup of Pod::Html bug fixes (from Wolfgang Laun
106              <wolfgang.laun@alcatel.at>)
107      Branch: perl
108            ! lib/Pod/Html.pm
109 ____________________________________________________________________________
110 [  4839] By: gsar                                  on 2000/01/22  11:57:24
111         Log: better Carp reporting within subclassed modules (from Wolfgang Laun
112              <wolfgang.laun@alcatel.at>)
113      Branch: perl
114            ! lib/Carp/Heavy.pm pod/perldelta.pod
115 ____________________________________________________________________________
116 [  4838] By: gsar                                  on 2000/01/22  10:53:06
117         Log: truncate(FH) flushes FH before truncating it
118      Branch: perl
119            ! pp_sys.c t/io/fs.t
120 ____________________________________________________________________________
121 [  4837] By: gsar                                  on 2000/01/22  10:37:16
122         Log: #line directives without a filename leave the file name as it was
123              instead of setting it to the script name (from Andrew Pimlott
124              <andrew@pimlott.ne.mediaone.net>)
125      Branch: perl
126            ! toke.c
127 ____________________________________________________________________________
128 [  4836] By: gsar                                  on 2000/01/22  10:06:53
129         Log: add patch for printf-style format typechecks (from Robin Barker
130              <rmb1@cise.npl.co.uk>); fixes for problems so identified
131      Branch: perl
132            ! XSUB.h doio.c dump.c embed.pl gv.c op.c perl.c perl.h pp_ctl.c
133            ! pp_hot.c pp_sys.c proto.h regcomp.c sv.c toke.c
134 ____________________________________________________________________________
135 [  4835] By: gsar                                  on 2000/01/22  08:42:52
136         Log: From: John Tobey <jtobey@isay.com>
137              Date: Thu, 16 Dec 1999 20:20:38 -0500
138              Message-Id: <E11ym4U-0000c7-00@einstein.localnet>
139              Subject: [ID 19991216.006] [PATCH 5.005_63] Reloading modules that use 'fields'
140      Branch: perl
141            ! lib/base.pm lib/fields.pm t/lib/fields.t
142 ____________________________________________________________________________
143 [  4834] By: gsar                                  on 2000/01/22  08:08:08
144         Log: fix deeply nested closures that have no references to lexical in
145              intervening subs
146      Branch: perl
147            ! embed.h embed.pl op.c proto.h t/op/closure.t
148 ____________________________________________________________________________
149 [  4833] By: gsar                                  on 2000/01/21  17:04:21
150         Log: add $VERSION
151      Branch: perl
152            ! lib/Text/Soundex.pm lib/Tie/Handle.pm
153 ____________________________________________________________________________
154 [  4832] By: gsar                                  on 2000/01/21  16:49:09
155         Log: fix bug in dumping self-referential scalars
156      Branch: perl
157            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
158            ! t/lib/dumper.t
159 ____________________________________________________________________________
160 [  4831] By: jhi                                   on 2000/01/21  09:16:07
161         Log: Integrate with Sarathy.
162      Branch: cfgperl
163           +> t/op/exists_sub.t
164           !> INSTALL MANIFEST embed.h embed.pl global.sym objXSUB.h op.c
165           !> op.h perlapi.c pod/perldelta.pod pod/perldiag.pod
166           !> pod/perlfunc.pod pod/perlop.pod pod/perlvar.pod pp.c pp_hot.c
167           !> pp_sys.c proto.h sv.c sv.h t/pragma/warn/pp_hot
168           !> t/pragma/warn/pp_sys util.c utils/h2xs.PL
169 ____________________________________________________________________________
170 [  4830] By: gsar                                  on 2000/01/21  04:28:08
171         Log: patch to report warnings on bogus filehandles passed to flock(),
172              more consistent warnings, from Greg Bacon <gbacon@itsc.uah.edu>
173              (slightly modified)
174      Branch: perl
175            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
176            ! pod/perldiag.pod pp_hot.c pp_sys.c proto.h
177            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
178 ____________________________________________________________________________
179 [  4829] By: gsar                                  on 2000/01/21  03:43:46
180         Log: typo fix
181      Branch: perl
182            ! pod/perlop.pod
183 ____________________________________________________________________________
184 [  4828] By: gsar                                  on 2000/01/21  03:32:31
185         Log: notes about $^H and %^H from Ilya Zakharevich; substantial
186              fixups of faulty facts and prose
187      Branch: perl
188            ! pod/perlvar.pod
189 ____________________________________________________________________________
190 [  4827] By: gsar                                  on 2000/01/21  01:45:51
191         Log: support for C<exists &func> (from Spider Boardman)
192      Branch: perl
193            + t/op/exists_sub.t
194            ! MANIFEST op.c op.h pod/perldelta.pod pod/perldiag.pod
195            ! pod/perlfunc.pod pp.c
196 ____________________________________________________________________________
197 [  4826] By: gsar                                  on 2000/01/21  01:35:46
198         Log: mention the fact that open(my $foo, ...) covers all handle
199              constructors
200      Branch: perl
201            ! pod/perldelta.pod
202 ____________________________________________________________________________
203 [  4825] By: gsar                                  on 2000/01/21  01:03:34
204         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
205              Date: Wed, 19 Jan 2000 15:05:11 -0500
206              Message-ID: <20000119150511.A22859@monk.mps.ohio-state.edu>
207              Subject: [PATCH 5.005_63] h2xs goof and a depessimization
208      Branch: perl
209            ! utils/h2xs.PL
210 ____________________________________________________________________________
211 [  4824] By: gsar                                  on 2000/01/20  19:14:26
212         Log: INSTALL updates from Andy Dougherty
213      Branch: perl
214            ! INSTALL
215 ____________________________________________________________________________
216 [  4823] By: gsar                                  on 2000/01/20  08:40:13
217         Log: sv_true() has a superfluous test
218      Branch: perl
219            ! sv.c sv.h
220 ____________________________________________________________________________
221 [  4822] By: bailey                                on 2000/01/20  02:03:35
222         Log: Minor cosmetic updates
223      Branch: vmsperl
224            ! configure.com
225 ____________________________________________________________________________
226 [  4821] By: bailey                                on 2000/01/20  00:25:30
227         Log: Quick integration of mainline changes to date
228      Branch: vmsperl
229           +> (branch 74 files)
230            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu epoc/config.h
231            - epoc/perl.mmp epoc/perl.pkg ext/DynaLoader/dl_cygwin.xs
232            - lib/Pod/PlainText.pm lib/unicode/Eq/Latin1
233            - lib/unicode/Eq/Unicode lib/unicode/Jamo-2.txt
234            - lib/unicode/Unicode.html lib/unicode/UnicodeData-Latest.txt
235            - lib/warning.pm os2/POSIX.mkfifo warning.h
236           !> (integrate 462 files)
237 ____________________________________________________________________________
238 [  4820] By: jhi                                   on 2000/01/19  22:46:42
239         Log: More robust inc_version_list from Andy.
240      Branch: cfgperl
241            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
242            ! config_h.SH
243      Branch: metaconfig
244            ! U/installdirs/inc_version_list.U
245 ____________________________________________________________________________
246 [  4819] By: jhi                                   on 2000/01/19  17:36:56
247         Log: Add NV_PRESERVES_UV.
248      Branch: cfgperl
249            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
250            ! config_h.SH perl.h
251      Branch: metaconfig
252            ! U/protos/selecttype.U
253      Branch: metaconfig/U/perl
254            - nvpresuv.U
255            ! perlxv.U
256 ____________________________________________________________________________
257 [  4818] By: jhi                                   on 2000/01/19  08:13:05
258         Log: Integrate with Sarathy.
259      Branch: cfgperl
260           !> Changes Configure win32/config.bc win32/config.gc
261           !> win32/config.vc win32/config_H.bc win32/config_H.gc
262           !> win32/config_H.vc
263 ____________________________________________________________________________
264 [  4817] By: gsar                                  on 2000/01/19  05:25:43
265         Log: regen win32/config*
266      Branch: perl
267            ! Configure win32/config.bc win32/config.gc win32/config.vc
268            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
269 ____________________________________________________________________________
270 [  4816] By: jhi                                   on 2000/01/18  21:19:10
271         Log: Policy patch from Andy for installation directories,
272              removing the $apiversion.
273      Branch: cfgperl
274            ! Policy_sh.SH
275 ____________________________________________________________________________
276 [  4815] By: jhi                                   on 2000/01/18  21:11:03
277         Log: Move _GNU_SOURCE into config_h.SH awaay from Configure
278              as suggested by Andy.
279      Branch: cfgperl
280            ! Configure config_h.SH
281      Branch: metaconfig
282            ! U/compline/d_gnulibc.U U/modified/cc.U
283 ____________________________________________________________________________
284 [  4814] By: gsar                                  on 2000/01/18  20:48:10
285         Log: integrate cfgperl changes into mainline
286      Branch: perl
287            ! Changes
288           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
289           !> Porting/pumpkin.pod config_h.SH doop.c patchlevel.h perl.c
290           !> perl.h t/lib/posix.t t/op/pack.t utf8.c
291 ____________________________________________________________________________
292 [  4813] By: jhi                                   on 2000/01/18  19:41:33
293         Log: metaconfig todo note from Andy.
294      Branch: cfgperl
295            ! Configure config_h.SH
296      Branch: metaconfig
297            ! U/installdirs/inc_version_list.U
298 ____________________________________________________________________________
299 [  4812] By: jhi                                   on 2000/01/18  15:02:55
300         Log: More -V.
301      Branch: cfgperl
302            ! perl.c
303 ____________________________________________________________________________
304 [  4811] By: jhi                                   on 2000/01/18  10:35:30
305         Log: More compile-time options shown with -V.
306      Branch: cfgperl
307            ! perl.c
308 ____________________________________________________________________________
309 [  4810] By: jhi                                   on 2000/01/17  08:35:49
310         Log: Add -D_GNU_SOURCE into ccflags for gcc (for now to expose
311              the strtold() and qgcvt() prototypes for long doubles, but
312              it should be okay in any case); fix bad assumptions in the
313              test suite about string->float conversions; though the out
314              parameter of strtold() (and strtoll()) is unused, it is nicer
315              to have it in correct type.
316      Branch: cfgperl
317            ! Configure config_h.SH perl.h t/lib/posix.t t/op/pack.t
318      Branch: metaconfig
319            ! U/modified/cc.U
320 ____________________________________________________________________________
321 [  4809] By: jhi                                   on 2000/01/16  19:21:18
322         Log: strtoll works better ternary.
323      Branch: cfgperl
324            ! perl.h
325 ____________________________________________________________________________
326 [  4808] By: jhi                                   on 2000/01/16  19:12:58
327         Log: Know strtoll.
328      Branch: cfgperl
329            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
330            ! config_h.SH perl.h
331 ____________________________________________________________________________
332 [  4807] By: jhi                                   on 2000/01/16  17:57:03
333         Log: Integrate with Sarathy.
334      Branch: cfgperl
335           !> dump.c gv.c gv.h lib/vars.pm op.c op.h perl.h pod/perlfunc.pod
336           !> sv.c sv.h t/pragma/strict-vars toke.c util.c
337 ____________________________________________________________________________
338 [  4806] By: jhi                                   on 2000/01/16  16:37:47
339         Log: Continue qgcvt work; closer now but not yet there.
340      Branch: cfgperl
341            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
342            ! config_h.SH doop.c utf8.c
343      Branch: metaconfig
344            ! U/compline/d_gconvert.U
345      Branch: metaconfig/U/perl
346            ! d_qgcvt.U
347 ____________________________________________________________________________
348 [  4805] By: jhi                                   on 2000/01/15  22:26:16
349         Log: Metaconfig and Porting patches from Andy; start using the new
350              long long and long double thingies from #4804; regen Configure.
351      Branch: cfgperl
352            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
353            ! Porting/pumpkin.pod config_h.SH patchlevel.h perl.h util.c
354      Branch: metaconfig
355            + U/dist_patches/dist-p70a U/dist_patches/dist-p70b
356            + U/dist_patches/dist-p70c U/installdirs/inc_version_list.U
357            + U/modified/myhostname.U U/modified/nis.U U/nullified/fpu.U
358            + U/nullified/lib.U
359            ! U/README U/compline/d_gconvert.U U/installdirs/sitearch.U
360            ! U/installdirs/sitelib.U U/installdirs/vendorarch.U
361            ! U/installdirs/vendorlib.U U/modified/Cppsym.U U/modified/Loc.U
362            ! U/modified/Oldconfig.U U/modified/Signal.U
363            ! U/modified/sig_name.U U/threads/usethreads.U
364      Branch: metaconfig/U/perl
365            ! d_qgcvt.U d_strtold.U d_strtoll.U d_strtoq.U d_strtoull.U
366            ! d_strtouq.U dlsrc.U i_db.U libperl.U patchlevel.U
367            ! usemultiplicity.U
368      Branch: perl
369            ! perl.h util.c
370 ____________________________________________________________________________
371 [  4804] By: jhi                                   on 2000/01/14  14:22:24
372         Log: Add more quad/long long/long double sciency.
373      Branch: metaconfig/U/perl
374            + d_qgcvt.U d_strtold.U d_strtoll.U d_strtoq.U d_strtoull.U
375            + d_strtouq.U
376 ____________________________________________________________________________
377 [  4803] By: gsar                                  on 2000/01/14  04:40:49
378         Log: minor optimization (avoid double sv_upgrade() for "our Foo $bar;")
379      Branch: perl
380            ! op.c
381 ____________________________________________________________________________
382 [  4802] By: gsar                                  on 2000/01/14  04:35:55
383         Log: add note about "our"
384      Branch: perl
385            ! lib/vars.pm
386 ____________________________________________________________________________
387 [  4801] By: gsar                                  on 2000/01/14  04:16:51
388         Log: nailed "our" declarations, and better warnings on duplicate
389              "our" declarations
390      Branch: perl
391            ! dump.c gv.c gv.h op.c pod/perlfunc.pod sv.c sv.h
392            ! t/pragma/strict-vars toke.c
393 ____________________________________________________________________________
394 [  4800] By: gsar                                  on 2000/01/14  01:27:13
395         Log: avoid spurious "Useless use of variable" warning on C<our $foo;>
396      Branch: perl
397            ! dump.c op.c op.h
398 ____________________________________________________________________________
399 [  4799] By: gsar                                  on 2000/01/14  01:17:15
400         Log: doc typo
401      Branch: perl
402            ! pod/perlfunc.pod
403 ____________________________________________________________________________
404 [  4798] By: jhi                                   on 2000/01/13  16:31:34
405         Log: Integrate with Sarathy.
406      Branch: cfgperl
407           +> epoc/config.sh epoc/epocish.c epoc/link.pl
408           +> ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/hints/openbsd.pl
409           +> ext/IPC/SysV/hints/cygwin.pl ext/NDBM_File/hints/cygwin.pl
410           +> ext/ODBM_File/hints/cygwin.pl lib/byte.pm lib/byte_heavy.pl
411           +> lib/unicode/Unicode.300 pod/perlfork.pod t/lib/glob-case.t
412           +> win32/perlhost.h win32/vdir.h win32/vmem.h
413            - epoc/Config.pm epoc/autosplit.pl epoc/config.h epoc/perl.mmp
414            - epoc/perl.pkg ext/DynaLoader/dl_cygwin.xs
415            - lib/unicode/UnicodeData-Latest.txt os2/POSIX.mkfifo
416           !> (integrate 282 files)
417 ____________________________________________________________________________
418 [  4797] By: gsar                                  on 2000/01/13  08:12:56
419         Log: clearer docs for change#4796; faster av_exists()
420      Branch: perl
421            ! av.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
422 ____________________________________________________________________________
423 [  4796] By: gsar                                  on 2000/01/13  06:49:03
424         Log: support delete() and exists() on array, tied array, and pseudo-hash
425              elements or slices
426      Branch: perl
427            ! av.c embed.h embed.pl global.sym lib/Tie/Array.pm
428            ! lib/Tie/Hash.pm objXSUB.h op.c perlapi.c pod/perldelta.pod
429            ! pod/perlfunc.pod pod/perlref.pod pod/perltie.pod pp.c proto.h
430            ! t/op/avhv.t t/op/delete.t
431 ____________________________________________________________________________
432 [  4795] By: gsar                                  on 2000/01/11  20:52:30
433         Log: extend site_perl changes change#4773 to vendor_perl as well
434      Branch: perl
435            ! Configure
436 ____________________________________________________________________________
437 [  4794] By: gsar                                  on 2000/01/11  19:18:50
438         Log: rework INSTALL to reflect new logic for versioning sitelibs
439      Branch: perl
440            ! INSTALL
441 ____________________________________________________________________________
442 [  4793] By: gsar                                  on 2000/01/11  01:44:00
443         Log: test for change#4792
444      Branch: perl
445            ! t/op/fork.t
446 ____________________________________________________________________________
447 [  4792] By: gsar                                  on 2000/01/11  01:22:36
448         Log: pseudo forked children inherit environment correctly
449      Branch: perl
450            ! win32/perlhost.h
451 ____________________________________________________________________________
452 [  4791] By: gsar                                  on 2000/01/10  19:14:03
453         Log: test tweak
454      Branch: perl
455            ! t/op/fork.t
456 ____________________________________________________________________________
457 [  4790] By: gsar                                  on 2000/01/10  18:56:16
458         Log: check for USE_ITHREADS sanity was too restrictive
459      Branch: perl
460            ! perl.h
461 ____________________________________________________________________________
462 [  4789] By: gsar                                  on 2000/01/10  18:30:24
463         Log: add workaround for textmode read() bug in MSVCRT; make chdir() do
464              a real SetCurrentDirectory() in toplevel host
465      Branch: perl
466            ! README.win32 win32/Makefile win32/makefile.mk win32/perlhost.h
467            ! win32/vdir.h win32/win32.c
468 ____________________________________________________________________________
469 [  4782] By: gsar                                  on 2000/01/10  05:27:03
470         Log: EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)
471      Branch: perl
472            + epoc/config.sh epoc/epocish.c epoc/link.pl
473            - epoc/Config.pm epoc/autosplit.pl epoc/config.h epoc/perl.mmp
474            - epoc/perl.pkg
475            ! MANIFEST README.epoc epoc/createpkg.pl epoc/epoc.c
476            ! epoc/epoc_stubs.c epoc/epocish.h ext/IO/lib/IO/Socket.pm
477            ! lib/Sys/Hostname.pm
478 ____________________________________________________________________________
479 [  4781] By: gsar                                  on 2000/01/10  05:11:03
480         Log: pod typos (from Abigail <abigail@delanet.com>)
481      Branch: perl
482            ! pod/perl.pod pod/perllexwarn.pod pod/perlxstut.pod
483 ____________________________________________________________________________
484 [  4780] By: gsar                                  on 2000/01/10  05:07:35
485         Log: failing RE test added (from Robert Cunningham <rkc@ll.mit.edu>)
486      Branch: perl
487            ! t/lib/thread.t
488 ____________________________________________________________________________
489 [  4779] By: gsar                                  on 2000/01/10  05:06:16
490         Log: terminate -s switch processing only on C<-->, not on C<--foo>
491      Branch: perl
492            ! perl.c
493 ____________________________________________________________________________
494 [  4778] By: gsar                                  on 2000/01/10  04:38:45
495         Log: useithreads needs usemultiplicity
496      Branch: perl
497            ! Configure perl.h
498 ____________________________________________________________________________
499 [  4777] By: gsar                                  on 2000/01/10  01:18:04
500         Log: use $Config{version} rather than $] where appropriate
501      Branch: perl
502            ! lib/CPAN.pm lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Unix.pm
503            ! lib/ExtUtils/Mksymlists.pm lib/Pod/Man.pm lib/diagnostics.pm
504            ! lib/lib.pm
505 ____________________________________________________________________________
506 [  4776] By: gsar                                  on 2000/01/10  00:11:34
507         Log: enable fork.t on windows
508      Branch: perl
509            ! t/op/fork.t
510 ____________________________________________________________________________
511 [  4775] By: gsar                                  on 2000/01/10  00:07:29
512         Log: broken test for use5005threads
513      Branch: perl
514            ! t/lib/safe2.t
515 ____________________________________________________________________________
516 [  4774] By: gsar                                  on 2000/01/09  23:56:37
517         Log: more windows build tweaks
518      Branch: perl
519            ! installperl makedef.pl win32/Makefile win32/config_H.bc
520            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
521            ! win32/makefile.mk
522 ____________________________________________________________________________
523 [  4773] By: gsar                                  on 2000/01/09  22:27:19
524         Log: more changes for new-style version numbers (versions numbers on
525              the filesystem look like 5.5.640, except on DOS-DJGPP and VMS where
526              they look like 5_5_640; delete @Config{pm_apiversion,xs_apiversion};
527              split $Config{apiversion} into three, @Config{apirevision,apiversion,
528              apisubversion} for CPP friendliness; $Config{sitelib} now defaults
529              to .../site_perl/$version, just like $Config{privlib}, making sitelib
530              completely independent across versions and substantially eliminating
531              chances of breaking older installations by overwriting newly built
532              extensions; all this means compatibility inclusions for @INC will need
533              to take into account older sitelib versions (this still TODO)
534              
535              windows, vms, dos tweaks for the above
536      Branch: perl
537            ! Changes Configure INSTALL Porting/config.sh Porting/config_H
538            ! config_h.SH configure.com dosish.h installman installperl
539            ! patchlevel.h perl.c perl.h vms/vmsish.h win32/Makefile
540            ! win32/config.bc win32/config.gc win32/config.vc
541            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
542            ! win32/config_h.PL win32/config_sh.PL win32/makefile.mk
543            ! win32/win32.c
544 ____________________________________________________________________________
545 [  4772] By: gsar                                  on 2000/01/09  19:05:33
546         Log: s/usethreads/use5005threads/g
547      Branch: perl
548            ! myconfig.SH t/lib/english.t t/lib/thread.t t/op/nothread.t
549 ____________________________________________________________________________
550 [  4771] By: gsar                                  on 2000/01/09  18:51:50
551         Log: Configure changes for new-style version numbers (from Andy Dougherty,
552              slightly altered)
553      Branch: perl
554            ! Configure INSTALL Porting/Glossary Porting/config.sh
555            ! Porting/config_H config_h.SH perl.h win32/Makefile
556            ! win32/config.bc win32/config.gc win32/config.vc
557            ! win32/makefile.mk
558 ____________________________________________________________________________
559 [  4770] By: gsar                                  on 2000/01/07  22:18:54
560         Log: fix for 'make utest' failures (from Ilya Zakharevich)
561      Branch: perl
562            ! regexec.c
563 ____________________________________________________________________________
564 [  4769] By: gsar                                  on 2000/01/07  18:23:16
565         Log: cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
566      Branch: perl
567            + ext/IPC/SysV/hints/cygwin.pl ext/NDBM_File/hints/cygwin.pl
568            + ext/ODBM_File/hints/cygwin.pl
569            ! Configure INSTALL MANIFEST ext/POSIX/Makefile.PL
570            ! hints/cygwin.sh installman installperl lib/Cwd.pm
571            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec/Unix.pm lib/perl5db.pl
572            ! perlsdio.h t/op/magic.t t/op/stat.t utils/perlcc.PL
573 ____________________________________________________________________________
574 [  4768] By: gsar                                  on 2000/01/07  18:12:15
575         Log: typo on h2xs.PL (from Helmut Jarausch)
576      Branch: perl
577            ! utils/h2xs.PL
578 ____________________________________________________________________________
579 [  4767] By: gsar                                  on 2000/01/07  17:58:45
580         Log: VMS update (from Peter Prymmer <pvhp@forte.com>)
581      Branch: perl
582            ! README.vms configure.com vms/subconfigure.com
583 ____________________________________________________________________________
584 [  4766] By: gsar                                  on 2000/01/07  17:54:05
585         Log: os2/POSIX.mkfifo not needed (from Yitzchak Scott-Thoennes
586              <sthoenna@efn.org>)
587      Branch: perl
588            - os2/POSIX.mkfifo
589            ! MANIFEST README.os2
590 ____________________________________________________________________________
591 [  4765] By: gsar                                  on 2000/01/06  20:11:46
592         Log: add workaround for dlopen() bug on OpenBSD (relative paths that
593              match /^lib/ won't load properly)
594      Branch: perl
595            + ext/DynaLoader/hints/openbsd.pl
596            ! Changes MANIFEST ext/DynaLoader/dl_dlopen.xs
597 ____________________________________________________________________________
598 [  4764] By: gsar                                  on 2000/01/06  19:51:08
599         Log: add undocumented globals for compatibility--find.pl, and find2perl
600              generated code need them (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
601      Branch: perl
602            ! lib/File/Find.pm
603 ____________________________________________________________________________
604 [  4763] By: gsar                                  on 2000/01/06  10:51:07
605         Log: fix various C-backend shenanigans
606      Branch: perl
607            ! ext/B/B/C.pm
608 ____________________________________________________________________________
609 [  4762] By: gsar                                  on 2000/01/06  04:09:00
610         Log: tweak test in change#4757 for Windows
611      Branch: perl
612            ! t/io/open.t
613 ____________________________________________________________________________
614 [  4761] By: gsar                                  on 2000/01/06  02:55:30
615         Log: USE_ITHREADS tweak (reused pad values could be SvREADONLY if
616              they belonged to freed OP_CONSTs)
617      Branch: perl
618            ! op.c
619 ____________________________________________________________________________
620 [  4760] By: gsar                                  on 2000/01/06  00:22:40
621         Log: constant ranges could escape bareword check in list context
622      Branch: perl
623            ! op.c t/pragma/strict-subs
624 ____________________________________________________________________________
625 [  4759] By: gsar                                  on 2000/01/05  20:52:50
626         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
627              Date: Wed, 05 Jan 2000 15:23:18 EST
628              Message-Id: <20000105152318.A7400@monk.mps.ohio-state.edu>
629              Subject: Re: minimal m//g matches appear busted
630      Branch: perl
631            ! regexec.c t/op/pat.t
632 ____________________________________________________________________________
633 [  4758] By: gsar                                  on 2000/01/05  12:49:40
634         Log: various nits identified by warnings unmasked by recent changes
635      Branch: perl
636            ! ext/B/Makefile.PL lib/ExtUtils/Install.pm pod/perlfunc.pod
637 ____________________________________________________________________________
638 [  4757] By: gsar                                  on 2000/01/05  12:48:10
639         Log: severe bugs in change#3786 fixed
640      Branch: perl
641            ! doio.c t/io/open.t
642 ____________________________________________________________________________
643 [  4756] By: gsar                                  on 2000/01/05  11:25:10
644         Log: tweak change#4745 to make ebcdic output match for chars <= 037
645      Branch: perl
646            ! ext/Data/Dumper/Dumper.pm
647 ____________________________________________________________________________
648 [  4755] By: gsar                                  on 2000/01/05  06:56:05
649         Log: cygwin support tweaks (from Eric Fifer <EFifer@sanwaint.com>)
650      Branch: perl
651            ! Configure util.c utils/perlcc.PL
652 ____________________________________________________________________________
653 [  4754] By: gsar                                  on 2000/01/05  06:52:25
654         Log: avoid expensive Version_check (from Andreas Koenig)
655      Branch: perl
656            ! Changes lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
657            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
658 ____________________________________________________________________________
659 [  4753] By: gsar                                  on 2000/01/05  06:48:22
660         Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
661              Date: 03 Jan 2000 21:56:02 +0100
662              Message-ID: <sfcvh5azxgd.fsf@hohenstaufen.in-berlin.de>
663              Subject: Reloading File::Copy
664      Branch: perl
665            ! Changes lib/File/Copy.pm t/lib/filecopy.t
666 ____________________________________________________________________________
667 [  4752] By: gsar                                  on 2000/01/04  01:19:20
668         Log: s/USE_TEXTMODE_SCRIPTS/PERL_TEXTMODE_SCRIPTS/g
669      Branch: perl
670            ! win32/Makefile win32/makefile.mk win32/win32.h
671 ____________________________________________________________________________
672 [  4751] By: gsar                                  on 2000/01/03  18:26:08
673         Log: avoid using (custom) autoloader in MakeMaker (from Andreas Koenig)
674      Branch: perl
675            ! lib/ExtUtils/MakeMaker.pm
676 ____________________________________________________________________________
677 [  4750] By: gsar                                  on 2000/01/02  21:58:02
678         Log: make DProf look at $ENV{PERL_DPROF_OUT_FILE_NAME} to make it possible
679              to write to a file other than tmon.out (suggested by Haakon Alstadheim
680              <Haakon.Alstadheim@sds.no>)
681      Branch: perl
682            ! ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.xs
683 ____________________________________________________________________________
684 [  4749] By: gsar                                  on 2000/01/02  21:37:29
685         Log: disable optimization in change#3612 for join() and quotemeta()--this
686              removes all the gross hacks for the special cases in that change; fix
687              pp_concat() for when TARG == arg (modified version of patch suggested
688              by Ilya Zakharevich)
689      Branch: perl
690            ! op.c opcode.h opcode.pl pp_hot.c sv.c t/op/lex_assign.t
691 ____________________________________________________________________________
692 [  4748] By: gsar                                  on 2000/01/02  20:26:06
693         Log: MakeMaker should attempt to "require" rather than "use" prerequisites
694              to avoid imports (from Michael G Schwern <schwern@pobox.com>)
695      Branch: perl
696            ! lib/ExtUtils/MakeMaker.pm
697 ____________________________________________________________________________
698 [  4747] By: gsar                                  on 2000/01/02  20:17:36
699         Log: fix 4-arg substr() when used as argument to subroutine
700      Branch: perl
701            ! pp.c t/op/substr.t
702 ____________________________________________________________________________
703 [  4746] By: gsar                                  on 2000/01/02  18:45:58
704         Log: usethreads build fixups for NeXTstep (as suggested by Hans Mulder)
705      Branch: perl
706            ! embed.h embed.pl ext/DynaLoader/dl_beos.xs
707            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
708            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
709            ! perlapi.c proto.h thread.h util.c
710 ____________________________________________________________________________
711 [  4745] By: gsar                                  on 2000/01/02  18:15:44
712         Log: ebcdic fix for Data::Dumper from Peter Prymmer
713      Branch: perl
714            ! ext/Data/Dumper/Dumper.pm regcomp.c
715 ____________________________________________________________________________
716 [  4744] By: gsar                                  on 1999/12/31  22:42:23
717         Log: missing files in previous submit
718      Branch: perl
719            ! embed.h embed.pl ext/Devel/DProf/DProf.xs globals.c
720            ! lib/ExtUtils/MM_Unix.pm objXSUB.h perlapi.c proto.h
721 ____________________________________________________________________________
722 [  4743] By: gsar                                  on 1999/12/31  06:47:18
723         Log: various Windows build tweaks
724      Branch: perl
725            ! win32/win32.h
726 ____________________________________________________________________________
727 [  4742] By: gsar                                  on 1999/12/30  21:32:36
728         Log: change#4705 breaks code that interpolates $], so leave string value
729              of $] as it was for compatibility (and perhaps introduce $^V or similar
730              for the utf8 representation, maybe?)
731      Branch: perl
732            ! configpm gv.c
733 ____________________________________________________________________________
734 [  4741] By: gsar                                  on 1999/12/30  19:36:21
735         Log: avoid CRLF in byteloadable files created by perlcc
736      Branch: perl
737            ! utils/perlcc.PL
738 ____________________________________________________________________________
739 [  4740] By: gsar                                  on 1999/12/30  19:35:07
740         Log: leave DATA open in binmode if __END__ line doesn't have CRLF
741      Branch: perl
742            ! pod/perldelta.pod toke.c
743 ____________________________________________________________________________
744 [  4739] By: gsar                                  on 1999/12/30  05:44:21
745         Log: enable the PERL_BINMODE_SCRIPTS behavior by default on Windows
746              to allow ByteLoader to work; the DATA filehandles continue to
747              be left open in text mode for compatibility
748      Branch: perl
749            ! embed.h embed.pl objXSUB.h pod/perldelta.pod proto.h sv.c
750            ! toke.c win32/Makefile win32/makefile.mk win32/win32.c
751            ! win32/win32.h
752 ____________________________________________________________________________
753 [  4738] By: gsar                                  on 1999/12/30  04:36:12
754         Log: CR-LF support broken for formats
755      Branch: perl
756            ! toke.c
757 ____________________________________________________________________________
758 [  4737] By: gsar                                  on 1999/12/29  22:30:52
759         Log: make DProf functional under pseudo-fork()
760      Branch: perl
761            ! ext/Devel/DProf/DProf.xs
762 ____________________________________________________________________________
763 [  4736] By: gsar                                  on 1999/12/29  21:04:59
764         Log: slurp mode fix in change#2910 wasn't quite right (spotted by Hans
765              Mulder)
766      Branch: perl
767            ! doio.c pp_hot.c t/io/argv.t
768 ____________________________________________________________________________
769 [  4735] By: gsar                                  on 1999/12/29  18:12:40
770         Log: re.pm is needed earlier, xsubpp now uses it (spotted by Andreas
771              Koenig)
772      Branch: perl
773            ! Makefile.SH
774 ____________________________________________________________________________
775 [  4734] By: gsar                                  on 1999/12/28  21:10:37
776         Log: Windows build tweaks
777      Branch: perl
778            ! INTERN.h sv.c
779 ____________________________________________________________________________
780 [  4733] By: gsar                                  on 1999/12/28  20:45:15
781         Log: remove never-taken branch for making getc() operate on ARGV (spotted 
782              by Ralph Corderoy <ralph@inputplus.demon.co.uk>)
783      Branch: perl
784            ! pp_sys.c
785 ____________________________________________________________________________
786 [  4732] By: gsar                                  on 1999/12/28  20:42:13
787         Log: tests for change#4642 and pod fixups suggested by Ralph Corderoy
788              <ralph@inputplus.demon.co.uk>
789      Branch: perl
790            ! pod/perldelta.pod pod/perlfunc.pod pod/perlre.pod t/io/argv.t
791 ____________________________________________________________________________
792 [  4731] By: gsar                                  on 1999/12/28  20:23:17
793         Log: optimize XSUBs to use targets if the -nooptimize xsubpp option is
794              not supplied (variant of patch suggested by Ilya Zakharevich)
795      Branch: perl
796            ! XSUB.h lib/ExtUtils/xsubpp
797 ____________________________________________________________________________
798 [  4730] By: gsar                                  on 1999/12/28  19:55:56
799         Log: range operator does magical string increment iff both operands
800              are non-numbers, from Tom Phoenix <rootbeer@redcat.com>; fixed
801              the "foreach (RANGE)" case as well
802      Branch: perl
803            ! pp_ctl.c t/op/range.t
804 ____________________________________________________________________________
805 [  4729] By: gsar                                  on 1999/12/28  18:40:19
806         Log: Win9x + GCC update from Benjamin Stuhl <sho_pi@hotmail.com>
807      Branch: perl
808            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
809            ! EXTERN.h INTERN.h MANIFEST README.win32 iperlsys.h
810            ! lib/ExtUtils/MM_Win32.pm makedef.pl win32/Makefile
811            ! win32/config.gc win32/genmk95.pl win32/makefile.mk
812            ! win32/perlhost.h win32/perllib.c win32/runperl.c win32/win32.c
813            ! win32/win32.h
814 ____________________________________________________________________________
815 [  4728] By: gsar                                  on 1999/12/28  07:44:19
816         Log: typecasts needed
817      Branch: perl
818            ! toke.c
819 ____________________________________________________________________________
820 [  4727] By: gsar                                  on 1999/12/28  06:23:08
821         Log: change#4721 needed line number adjustments
822      Branch: perl
823            ! MANIFEST global.sym proto.h t/pragma/warn/doop
824            ! t/pragma/warn/pp t/pragma/warn/regcomp t/pragma/warn/sv
825            ! t/pragma/warn/toke t/pragma/warn/utf8
826 ____________________________________________________________________________
827 [  4726] By: gsar                                  on 1999/12/28  04:18:15
828         Log: integrate utfperl contents into mainline
829      Branch: perl
830           +> lib/byte.pm lib/byte_heavy.pl
831           !> configpm embed.h embed.pl embedvar.h gv.c intrpvar.h objXSUB.h
832           !> patchlevel.h perl.c perl.h perlapi.c pp_ctl.c pp_hot.c proto.h
833           !> regnodes.h sv.c sv.h t/comp/require.t toke.c utf8.h
834 ____________________________________________________________________________
835 [  4725] By: gsar                                  on 1999/12/28  04:08:09
836         Log: integrate mainline contents
837      Branch: utfperl
838            - ext/DynaLoader/dl_cygwin.xs lib/unicode/Eq/Latin1
839            - lib/unicode/Eq/Unicode
840           !> (integrate 60 files)
841 ____________________________________________________________________________
842 [  4724] By: gsar                                  on 1999/12/28  03:44:10
843         Log: fix for /(^|a)b/ breakage from Ilya Zakharevich
844      Branch: perl
845            ! regcomp.c t/op/re_tests
846 ____________________________________________________________________________
847 [  4723] By: gsar                                  on 1999/12/28  03:28:39
848         Log: more ebcdic testsuite fixups (from Peter Prymmer)
849      Branch: perl
850            ! Changes lib/bigfloat.pl t/lib/charnames.t t/lib/dumper.t
851            ! t/pragma/overload.t t/pragma/utf8.t
852 ____________________________________________________________________________
853 [  4722] By: gsar                                  on 1999/12/28  03:14:48
854         Log: avoid "used once" warning
855      Branch: perl
856            ! lib/diagnostics.pm
857 ____________________________________________________________________________
858 [  4721] By: gsar                                  on 1999/12/28  03:10:32
859         Log: ebcdic tweaks for tests from Peter Prymmer
860      Branch: perl
861            ! t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/regcomp
862            ! t/pragma/warn/sv t/pragma/warn/toke t/pragma/warn/utf8
863 ____________________________________________________________________________
864 [  4720] By: gsar                                  on 1999/12/28  03:08:39
865         Log: pod nits from Simon Cozens <simon@brecon.co.uk> and others
866      Branch: perl
867            ! README.os2 lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
868            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
869            ! lib/ExtUtils/Mkbootstrap.pm pod/perlop.pod
870 ____________________________________________________________________________
871 [  4719] By: gsar                                  on 1999/12/28  03:01:04
872         Log: perlport v1.45 from Chris Nandor
873      Branch: perl
874            ! pod/perlport.pod
875 ____________________________________________________________________________
876 [  4718] By: gsar                                  on 1999/12/28  02:59:16
877         Log: newer version of constant.pm from Tom Phoenix; added Tom's notes to
878              perldelta; added STOP, DESTROY and AUTOLOAD to specials list
879      Branch: perl
880            ! lib/constant.pm pod/perldelta.pod pod/perlvar.pod
881            ! t/pragma/constant.t
882 ____________________________________________________________________________
883 [  4717] By: gsar                                  on 1999/12/28  02:47:04
884         Log: cygwin update from Eric Fifer <EFifer@sanwaint.com>
885      Branch: perl
886            - ext/DynaLoader/dl_cygwin.xs
887            ! MAINTAIN MANIFEST ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/pair.c
888            ! hints/cygwin.sh installperl mg.c pod/perlfaq3.pod t/op/stat.t
889            ! util.c
890 ____________________________________________________________________________
891 [  4716] By: gsar                                  on 1999/12/28  02:40:51
892         Log: tweak to show up db-linked-with-libpthread-but-not-perl problem
893              (from Andy Dougherty)
894      Branch: perl
895            ! Configure
896 ____________________________________________________________________________
897 [  4715] By: gsar                                  on 1999/12/28  02:38:44
898         Log: better variant of change#4644 (from Andy Dougherty)
899      Branch: perl
900            ! Configure
901 ____________________________________________________________________________
902 [  4714] By: gsar                                  on 1999/12/28  02:36:40
903         Log: be defensive about setting {host,group,pass}cat (from Andy Dougherty)
904      Branch: perl
905            ! Configure
906 ____________________________________________________________________________
907 [  4713] By: gsar                                  on 1999/12/28  02:35:15
908         Log: $sitelib should be $prefix/lib/perl5/site_perl, as documented in
909              INSTALL (from Andy Dougherty)
910      Branch: perl
911            ! Configure
912 ____________________________________________________________________________
913 [  4712] By: gsar                                  on 1999/12/28  02:30:55
914         Log: avoid creating new files during make install
915      Branch: perl
916            ! Makefile.SH
917 ____________________________________________________________________________
918 [  4711] By: gsar                                  on 1999/12/28  02:24:44
919         Log: pod edits from Paul Marquess and Mark-Jason Dominus
920      Branch: perl
921            ! AUTHORS Changes ext/DynaLoader/dl_aix.xs
922            ! ext/DynaLoader/dl_dlopen.xs lib/Net/Ping.pm pod/perlcall.pod
923            ! pod/perldelta.pod
924 ____________________________________________________________________________
925 [  4710] By: gsar                                  on 1999/12/28  02:05:23
926         Log: miniperl build fixes for os2 (from Yitzchak Scott-Thoennes
927              <sthoenna@efn.org>); add explicit target for opmini.o
928      Branch: perl
929            ! Makefile.SH cygwin/Makefile.SHs os2/Makefile.SHs
930 ____________________________________________________________________________
931 [  4709] By: gsar                                  on 1999/12/28  01:20:39
932         Log: partly fix perldiag regressions identified by Tom Christiansen
933      Branch: perl
934            ! doio.c lib/diagnostics.pm pod/perldiag.pod pp_hot.c pp_sys.c
935            ! t/pragma/warn/4lint t/pragma/warn/doio t/pragma/warn/pp_hot
936            ! t/pragma/warn/pp_sys
937 ____________________________________________________________________________
938 [  4708] By: gsar                                  on 1999/12/27  23:33:24
939         Log: update perldiag for change#4707
940      Branch: perl
941            ! perl.c pod/perldiag.pod
942 ____________________________________________________________________________
943 [  4707] By: gsar                                  on 1999/12/27  23:23:39
944         Log: allow spaces in -I switch argument
945      Branch: perl
946            ! perl.c
947 ____________________________________________________________________________
948 [  4706] By: gsar                                  on 1999/12/26  23:44:53
949         Log: fix typos
950      Branch: utfperl
951            ! sv.h toke.c
952 ____________________________________________________________________________
953 [  4705] By: gsar                                  on 1999/12/24  04:02:35
954         Log: support for v5.5.640 style version numbers
955      Branch: utfperl
956            ! configpm embedvar.h gv.c intrpvar.h objXSUB.h patchlevel.h
957            ! perl.c perl.h pp_ctl.c sv.c sv.h t/comp/require.t toke.c
958 ____________________________________________________________________________
959 [  4704] By: gsar                                  on 1999/12/23  08:54:27
960         Log: bring in basic threads stuff under USE_ITHREADS
961      Branch: perl
962            ! makedef.pl op.c perl.c perl.h perlvars.h pp_sys.c thread.h
963            ! util.c
964 ____________________________________________________________________________
965 [  4703] By: gsar                                  on 1999/12/23  00:10:06
966         Log: integrate mainline contents into utfperl
967      Branch: utfperl
968           !> (integrate 33 files)
969 ____________________________________________________________________________
970 [  4702] By: gsar                                  on 1999/12/20  17:18:23
971         Log: virtual directory handling broken on paths with trailing slash
972      Branch: perl
973            ! win32/Makefile win32/makefile.mk win32/vdir.h
974 ____________________________________________________________________________
975 [  4701] By: gsar                                  on 1999/12/20  17:09:55
976         Log: revert optimization in change#4700 (it appears OPpRUNTIME flag
977              isn't set for all m/$foo/o)
978      Branch: perl
979            ! pp_ctl.c
980 ____________________________________________________________________________
981 [  4700] By: gsar                                  on 1999/12/20  16:28:51
982         Log: avoid pp_regcomp() changing optree at run time under USE_*THREADS (or
983              we have a race on our hands)
984      Branch: perl
985            ! pp_ctl.c
986 ____________________________________________________________________________
987 [  4699] By: gsar                                  on 1999/12/20  16:19:00
988         Log: pod tweaks
989      Branch: perl
990            ! pod/perldelta.pod pod/perlfilter.pod pod/perlopentut.pod
991 ____________________________________________________________________________
992 [  4698] By: gsar                                  on 1999/12/20  07:55:07
993         Log: uv_to_utf8() could lose 37th bit on HAS_QUAD platforms
994      Branch: perl
995            ! utf8.c
996 ____________________________________________________________________________
997 [  4697] By: gsar                                  on 1999/12/18  01:35:50
998         Log: fix from Larry for parsing C<{ 0x1 => 'foo'}> as an
999              anon hash rather than a block; test case for the same
1000      Branch: perl
1001            ! t/comp/term.t toke.c
1002 ____________________________________________________________________________
1003 [  4696] By: gsar                                  on 1999/12/17  19:55:03
1004         Log: leak in change#4694 spotted by Larry
1005      Branch: perl
1006            ! hv.c
1007 ____________________________________________________________________________
1008 [  4695] By: gsar                                  on 1999/12/17  18:14:11
1009         Log: test case for change#4694
1010      Branch: perl
1011            ! t/op/delete.t
1012 ____________________________________________________________________________
1013 [  4694] By: gsar                                  on 1999/12/17  18:09:08
1014         Log: delete() should return the value as is, not a copy thereof
1015      Branch: perl
1016            ! hv.c pod/perldelta.pod
1017 ____________________________________________________________________________
1018 [  4693] By: gsar                                  on 1999/12/17  17:45:58
1019         Log: fix for C<"\nx\taa\n" =~ /^\S\s+aa$/m> (from Ilya Zakharevich)
1020      Branch: perl
1021            ! regexec.c t/op/re_tests
1022 ____________________________________________________________________________
1023 [  4692] By: gsar                                  on 1999/12/17  17:41:10
1024         Log: credits tweak
1025      Branch: perl
1026            ! lib/File/Spec.pm
1027 ____________________________________________________________________________
1028 [  4691] By: gsar                                  on 1999/12/17  07:12:53
1029         Log: DynaLoader doesn't build properly when $(DLSRC) changes
1030              (fix suggested by Hans Mulder)
1031      Branch: perl
1032            ! ext/DynaLoader/Makefile.PL
1033 ____________________________________________________________________________
1034 [  4690] By: gsar                                  on 1999/12/17  06:26:34
1035         Log: add missing new ops
1036      Branch: perl
1037            ! ext/B/ramblings/runtime.porting
1038 ____________________________________________________________________________
1039 [  4689] By: gsar                                  on 1999/12/17  06:16:49
1040         Log: test harness tweak from Hans Mulder
1041      Branch: perl
1042            ! t/TEST
1043 ____________________________________________________________________________
1044 [  4688] By: gsar                                  on 1999/12/17  06:14:23
1045         Log: miniperl build fixes for NeXTstep and cygwin (from Hans Mulder
1046              and Lucian CIONCA <Lucian.Cionca@algoritma.ro>)
1047      Branch: perl
1048            ! Makefile.SH cygwin/Makefile.SHs
1049 ____________________________________________________________________________
1050 [  4687] By: gsar                                  on 1999/12/17  06:06:46
1051         Log: applied suggested patch with whitespace adjustments
1052              From: Helmut Jarausch <jarausch@numa1.igpm.rwth-aachen.de>
1053              Date: Thu, 16 Dec 1999 08:57:55 +0100
1054              Message-id: <38589B82.C4668E10@numa1.igpm.rwth-aachen.de>
1055              Subject: Re: [ID 19991215.001] patch 5.005_63: Find::Fill cannot handle /
1056      Branch: perl
1057            ! lib/File/Find.pm
1058 ____________________________________________________________________________
1059 [  4686] By: gsar                                  on 1999/12/17  05:48:53
1060         Log: avoid warnings due to symbols unintroduced by XSLoader (spotted
1061              by Hans Mulder)
1062      Branch: perl
1063            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
1064            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
1065            ! ext/DynaLoader/dl_rhapsody.xs
1066 ____________________________________________________________________________
1067 [  4685] By: gsar                                  on 1999/12/17  05:37:51
1068         Log: fix bug when one of the operands is +0E+0 (from Ronald J Kimball
1069              <rjk@linguist.dartmouth.edu>)
1070      Branch: perl
1071            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
1072 ____________________________________________________________________________
1073 [  4684] By: gsar                                  on 1999/12/16  09:32:48
1074         Log: spell out how to get 4-digit year (from Micheal G Schwern
1075              <schwern@pobox.com>)
1076      Branch: perl
1077            ! pod/perlfunc.pod
1078 ____________________________________________________________________________
1079 [  4683] By: gsar                                  on 1999/12/16  09:26:53
1080         Log: type mismatch for %c format argument (spotted by Robin Barker
1081              <rmb1@cise.npl.co.uk>)
1082      Branch: perl
1083            ! regcomp.c
1084 ____________________________________________________________________________
1085 [  4682] By: gsar                                  on 1999/12/16  08:33:28
1086         Log: mingw32 doesn't have anonymous union (from Benjamin Stuhl
1087              <sho_pi@hotmail.com>)
1088      Branch: perl
1089            ! win32/win32.c
1090 ____________________________________________________________________________
1091 [  4681] By: gsar                                  on 1999/12/16  08:31:15
1092         Log: missing backslash (spotted by Johan Vromans)
1093      Branch: perl
1094            ! perl.c
1095 ____________________________________________________________________________
1096 [  4680] By: gsar                                  on 1999/12/16  08:26:00
1097         Log: avoid coredump on diagnostics when STDERR is closed
1098      Branch: perl
1099            ! perl.h
1100 ____________________________________________________________________________
1101 [  4679] By: gsar                                  on 1999/12/12  18:09:41
1102         Log: integrate mainline changes
1103      Branch: utfperl
1104           +> (branch 39 files)
1105            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
1106            - lib/unicode/UnicodeData-Latest.txt
1107           !> (integrate 447 files)
1108 ____________________________________________________________________________
1109 [  4678] By: gsar                                  on 1999/12/10  01:39:13
1110         Log: interpreter structure should be nulled under -DMULTIPLICITY
1111      Branch: perl
1112            ! perl.c
1113 ____________________________________________________________________________
1114 [  4677] By: gsar                                  on 1999/12/09  11:10:27
1115         Log: update Changes
1116      Branch: perl
1117            ! Changes
1118
1119 ----------------
1120 Version 5.005_63
1121 ----------------
1122
1123 ____________________________________________________________________________
1124 [  4676] By: gsar                                  on 1999/12/09  10:51:43
1125         Log: fix File::Find testsuite bugs in symlink-less places
1126      Branch: perl
1127            ! t/lib/filefind.t
1128 ____________________________________________________________________________
1129 [  4675] By: gsar                                  on 1999/12/09  10:22:31
1130         Log: USE_ITHREADS tweaks and notes
1131      Branch: perl
1132            ! op.c pod/perldelta.pod sv.c
1133 ____________________________________________________________________________
1134 [  4674] By: gsar                                  on 1999/12/09  10:21:53
1135         Log: allow new style sort subs to work under usethreads
1136      Branch: perl
1137            ! pp_ctl.c
1138 ____________________________________________________________________________
1139 [  4673] By: gsar                                  on 1999/12/09  04:00:23
1140         Log: document compatibility issue with literal list slices and NOTOP
1141              (C<not (1,2,3)[0]> is now a syntax error)
1142      Branch: perl
1143            ! pod/perldelta.pod
1144 ____________________________________________________________________________
1145 [  4672] By: gsar                                  on 1999/12/09  01:14:46
1146         Log: avoid mismatched expectation <-> int types for C++ builds
1147      Branch: perl
1148            ! embed.pl intrpvar.h proto.h toke.c
1149 ____________________________________________________________________________
1150 [  4671] By: gsar                                  on 1999/12/09  00:36:24
1151         Log: newer version of File::Find with support for following symlinks and
1152              other features, from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>
1153      Branch: perl
1154            ! lib/File/Find.pm pod/perldelta.pod t/lib/filefind.t
1155 ____________________________________________________________________________
1156 [  4670] By: gsar                                  on 1999/12/09  00:13:06
1157         Log: avoid initializing GvCV slot for autovivified filehandles
1158      Branch: perl
1159            ! pp.c
1160 ____________________________________________________________________________
1161 [  4669] By: gsar                                  on 1999/12/08  19:09:27
1162         Log: apply change#4618 again along with Ilya's patch to fix bugs
1163              in it (see change#4622)
1164      Branch: perl
1165            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h regexec.c
1166            ! t/op/re_tests t/op/subst.t
1167 ____________________________________________________________________________
1168 [  4668] By: gsar                                  on 1999/12/08  18:56:53
1169         Log: patch to fix parser bug in C<${h{${a[0]}}} = 13>
1170              From: Larry Wall <larry@wall.org>
1171              Date: Tue, 7 Dec 1999 12:39:30 -0800 (PST)
1172              Message-Id: <199912072039.MAA13257@kiev.wall.org>
1173              Subject: Re: [ID 19991204.002] Inconsistency of ${hash{key}}
1174      Branch: perl
1175            ! embedvar.h intrpvar.h objXSUB.h sv.c toke.c
1176 ____________________________________________________________________________
1177 [  4667] By: gsar                                  on 1999/12/08  18:47:37
1178         Log: patch to fix aix hints from ortmann@vnet.ibm.com
1179      Branch: perl
1180            ! hints/aix.sh
1181 ____________________________________________________________________________
1182 [  4666] By: gsar                                  on 1999/12/08  18:29:02
1183         Log: documentation tweaks from M. J. T. Guy, Micheal Schwern, and
1184              Tim Meadowcroft
1185      Branch: perl
1186            ! Changes lib/Benchmark.pm pod/perlipc.pod pod/perlre.pod
1187 ____________________________________________________________________________
1188 [  4665] By: gsar                                  on 1999/12/08  02:22:31
1189         Log: introduce save_I8() for saving byte values
1190      Branch: perl
1191            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
1192            ! regcomp.c regexec.c scope.c scope.h sv.c
1193 ____________________________________________________________________________
1194 [  4664] By: gsar                                  on 1999/12/08  02:02:33
1195         Log: use SAVEINT() rather than SAVEDESTRUCTOR() for saving PL_expect etc.
1196      Branch: perl
1197            ! toke.c
1198 ____________________________________________________________________________
1199 [  4663] By: gsar                                  on 1999/12/08  01:11:44
1200         Log: longstanding typo in lexer: PL_lex_expect was not properly
1201              saved on reentry
1202      Branch: perl
1203            ! toke.c
1204 ____________________________________________________________________________
1205 [  4662] By: gsar                                  on 1999/12/07  23:16:21
1206         Log: typos in change#4546
1207      Branch: perl
1208            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm sv.c
1209 ____________________________________________________________________________
1210 [  4661] By: gsar                                  on 1999/12/07  09:33:50
1211         Log: typos in change#4660
1212      Branch: perl
1213            ! embed.h embed.pl objXSUB.h perl.h perlapi.c pp_sys.c proto.h
1214 ____________________________________________________________________________
1215 [  4660] By: gsar                                  on 1999/12/06  23:42:55
1216         Log: tweaks for building with -DUSE_ITHREADS on !WIN32 platforms;
1217              fix bug where lc($readonly) could result in bogus errors
1218      Branch: perl
1219            ! embed.h embed.pl iperlsys.h makedef.pl objXSUB.h perlapi.c
1220            ! pp.c pp_sys.c proto.h sv.c
1221 ____________________________________________________________________________
1222 [  4659] By: gsar                                  on 1999/12/06  15:24:31
1223         Log: allow IRIX 6.5 to build perl (from Helmut Jarausch
1224              <jarausch@igpm.rwth-aachen.de>)
1225      Branch: perl
1226            ! perl.h
1227 ____________________________________________________________________________
1228 [  4658] By: gsar                                  on 1999/12/06  15:18:30
1229         Log: fix for -Dp via $^D (suggested by Stephane Payrard
1230              <stef@adnaccess.com>)
1231      Branch: perl
1232            ! mg.c
1233 ____________________________________________________________________________
1234 [  4657] By: gsar                                  on 1999/12/06  06:50:01
1235         Log: change#4641 needs perldiag.pod edit
1236      Branch: perl
1237            - lib/unicode/UnicodeData-Latest.txt
1238            ! pod/perldiag.pod
1239 ____________________________________________________________________________
1240 [  4656] By: gsar                                  on 1999/12/06  01:36:56
1241         Log: Makefile tweak for change#4649
1242      Branch: perl
1243            ! Makefile.SH
1244 ____________________________________________________________________________
1245 [  4655] By: gsar                                  on 1999/12/05  17:23:57
1246         Log: change#4653 was missing a patch reject
1247      Branch: perl
1248            ! win32/makefile.mk
1249 ____________________________________________________________________________
1250 [  4654] By: gsar                                  on 1999/12/05  11:41:04
1251         Log: windows build tweaks for Borland compiler
1252      Branch: perl
1253            ! win32/makefile.mk win32/perlhost.h win32/win32.c win32/win32.h
1254 ____________________________________________________________________________
1255 [  4653] By: gsar                                  on 1999/12/05  11:07:37
1256         Log: applied somewhat modified version of suggested patch
1257              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
1258              Date: Thu, 18 Nov 1999 18:45:27 PST
1259              Message-ID: <19991119024527.72749.qmail@hotmail.com>
1260              Subject: [PATCH 5.005_62] Perl on Win95, Mark IIB
1261      Branch: perl
1262            + win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
1263            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
1264            ! lib/ExtUtils/MM_Win32.pm win32/config_sh.PL win32/genmk95.pl
1265            ! win32/makefile.mk win32/win32.h
1266 ____________________________________________________________________________
1267 [  4652] By: gsar                                  on 1999/12/05  09:24:45
1268         Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
1269              Date: Thu, 4 Nov 1999 16:34:23 -0800 (PST)
1270              Message-Id: <199911050034.QAA06499@scoot.pdev.sco.com>
1271              Subject: [ID 19991104.005] modified hints file for UnixWare7 ( svr5)
1272      Branch: perl
1273            ! Changes hints/svr5.sh
1274 ____________________________________________________________________________
1275 [  4651] By: gsar                                  on 1999/12/05  09:01:19
1276         Log: on dosish platforms, avoid infinite recursion in File::Path::mkpath()
1277              when given non-existent drive names
1278      Branch: perl
1279            ! lib/File/Path.pm
1280 ____________________________________________________________________________
1281 [  4650] By: gsar                                  on 1999/12/05  08:47:11
1282         Log: windows build tweaks for change#4649
1283      Branch: perl
1284            ! win32/Makefile win32/makefile.mk
1285 ____________________________________________________________________________
1286 [  4649] By: gsar                                  on 1999/12/05  07:49:28
1287         Log: make File::Glob::glob() the default for CORE::glob()
1288              (old csh glob can still be had with -DPERL_EXTERNAL_GLOB)
1289      Branch: perl
1290            ! Makefile.SH op.c pod/perldelta.pod win32/Makefile
1291            ! win32/makefile.mk
1292 ____________________________________________________________________________
1293 [  4648] By: gsar                                  on 1999/12/05  00:33:34
1294         Log: fix bug in processing L<> tags (from j.vavruska@post.cz)
1295      Branch: perl
1296            ! lib/Pod/Html.pm
1297 ____________________________________________________________________________
1298 [  4647] By: gsar                                  on 1999/12/05  00:14:01
1299         Log: remove outdated entry
1300      Branch: perl
1301            ! pod/perltrap.pod
1302 ____________________________________________________________________________
1303 [  4646] By: gsar                                  on 1999/12/04  22:48:51
1304         Log: s/block/loop block/ in diagnostics about next, last, redo
1305      Branch: perl
1306            ! pod/perldiag.pod pp_ctl.c t/op/runlevel.t t/pragma/warn/pp_ctl
1307 ____________________________________________________________________________
1308 [  4645] By: gsar                                  on 1999/12/04  22:25:32
1309         Log: readability tweak suggested by GRommel@sears.com
1310      Branch: perl
1311            ! pp.c
1312 ____________________________________________________________________________
1313 [  4644] By: gsar                                  on 1999/12/04  22:05:00
1314         Log: Configure tweak from Peter Prymmer
1315      Branch: perl
1316            ! Configure
1317 ____________________________________________________________________________
1318 [  4643] By: gsar                                  on 1999/12/04  21:55:27
1319         Log: make weak keyword check look for defined(&lock), not
1320              merely defined(*lock)
1321      Branch: perl
1322            ! toke.c
1323 ____________________________________________________________________________
1324 [  4642] By: gsar                                  on 1999/12/04  21:11:51
1325         Log: make eof() open ARGV if it isn't open already; also fixes bug
1326              where eof() would operate on any last-read filehandle, not
1327              just ARGV
1328      Branch: perl
1329            ! pp_sys.c
1330 ____________________________________________________________________________
1331 [  4641] By: gsar                                  on 1999/12/04  04:42:25
1332         Log: make uninitialized value warnings report opcode
1333      Branch: perl
1334            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
1335            ! opcode.pl perl.h perlapi.c pp.c pp_hot.c proto.h sv.c
1336            ! t/op/misc.t t/pragma/warn/1global t/pragma/warn/2use
1337            ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/7fatal
1338            ! t/pragma/warn/doio t/pragma/warn/pp t/pragma/warn/pp_hot
1339            ! t/pragma/warn/sv
1340 ____________________________________________________________________________
1341 [  4640] By: gsar                                  on 1999/12/04  02:40:44
1342         Log: provide explicit functions timegm_nocheck() and timelocal_nocheck()
1343              that don't do range checking
1344      Branch: perl
1345            ! lib/Time/Local.pm
1346 ____________________________________________________________________________
1347 [  4639] By: gsar                                  on 1999/12/04  01:00:49
1348         Log: better implementation of change#3326; open(local $foo,...) now
1349              allowed in addition to any uninitialized variable, for consistency
1350              with how autovivification works elsewhere; add code to use the
1351              variable name as the name of the handle for simple variables, so
1352              that diagnostics report the handle: "... at - line 1, <$foo> line 10."
1353      Branch: perl
1354            ! op.c pod/perldelta.pod pp.c t/io/open.t
1355 ____________________________________________________________________________
1356 [  4638] By: gsar                                  on 1999/12/03  21:20:00
1357         Log: pod nits
1358      Branch: perl
1359            ! pod/perlfunc.pod pod/perlrun.pod
1360 ____________________________________________________________________________
1361 [  4637] By: gsar                                  on 1999/12/03  08:59:04
1362         Log: change#4431 was flawed
1363      Branch: perl
1364            ! Makefile.SH
1365 ____________________________________________________________________________
1366 [  4636] By: gsar                                  on 1999/12/03  07:59:52
1367         Log: pod embellishments from Nathan Torkington
1368      Branch: perl
1369            ! pod/perlfaq2.pod pod/perlhack.pod
1370 ____________________________________________________________________________
1371 [  4635] By: gsar                                  on 1999/12/03  07:56:04
1372         Log: perlfaq4 typo (from Jeff Pinyan <jeffp@crusoe.net>)
1373      Branch: perl
1374            ! pod/perlfaq4.pod
1375 ____________________________________________________________________________
1376 [  4634] By: gsar                                  on 1999/12/03  07:47:47
1377         Log: test tweak for VMS (from Craig A. Berry)
1378      Branch: perl
1379            ! t/io/nargv.t
1380 ____________________________________________________________________________
1381 [  4633] By: gsar                                  on 1999/12/03  07:44:52
1382         Log: patchls tweak from Andreas Koenig
1383      Branch: perl
1384            ! Porting/patchls
1385 ____________________________________________________________________________
1386 [  4632] By: gsar                                  on 1999/12/03  07:42:23
1387         Log: don't mess with the umask()
1388      Branch: perl
1389            ! installhtml installman installperl lib/ExtUtils/Install.pm
1390            ! lib/ExtUtils/Manifest.pm
1391 ____________________________________________________________________________
1392 [  4631] By: gsar                                  on 1999/12/03  06:52:50
1393         Log: support -a switch to append bytecode to an existing file and make
1394              perlcc use it (from Tom Hughes <tom@compton.nu>)
1395      Branch: perl
1396            ! ext/B/B/Bytecode.pm utils/perlcc.PL
1397 ____________________________________________________________________________
1398 [  4630] By: gsar                                  on 1999/12/03  06:46:16
1399         Log: document incompatible perl4 vec() vs bitwise ops interaction trap
1400              (from Tom Phoenix)
1401      Branch: perl
1402            ! pod/perltrap.pod
1403 ____________________________________________________________________________
1404 [  4629] By: gsar                                  on 1999/12/03  06:40:15
1405         Log: use PerlIO abstraction rather than straight stdio (from
1406              Chip Salzenberg)
1407      Branch: perl
1408            ! ext/ByteLoader/ByteLoader.xs
1409 ____________________________________________________________________________
1410 [  4628] By: gsar                                  on 1999/12/03  06:15:54
1411         Log: avoid warning in IO::Select::exists() if socket doesn't exist
1412      Branch: perl
1413            ! ext/IO/lib/IO/Select.pm
1414 ____________________________________________________________________________
1415 [  4627] By: gsar                                  on 1999/12/03  06:05:19
1416         Log: two small patches from Peter Prymmer <pvhp@forte.com>
1417      Branch: perl
1418            ! makedepend.SH win32/Makefile win32/makefile.mk
1419 ____________________________________________________________________________
1420 [  4626] By: gsar                                  on 1999/12/03  05:36:38
1421         Log: From: Peter Prymmer <pvhp@forte.com>
1422              Date: Thu, 25 Nov 1999 21:06:19 -0800 (PST)
1423              Message-Id: <199911260506.VAA17230@brio.forte.com>
1424              Subject: [PATCH: 5.005_62] implement /[:ascii:]/ on ebcdic machines
1425      Branch: perl
1426            ! regcomp.c
1427 ____________________________________________________________________________
1428 [  4625] By: gsar                                  on 1999/12/03  05:20:21
1429         Log: Windows build tweaks due to change#4623
1430      Branch: perl
1431            ! win32/Makefile win32/makefile.mk win32/perlhost.h
1432 ____________________________________________________________________________
1433 [  4624] By: gsar                                  on 1999/12/03  04:58:30
1434         Log: add missing file
1435      Branch: perl
1436            + ext/DynaLoader/XSLoader_pm.PL
1437 ____________________________________________________________________________
1438 [  4623] By: gsar                                  on 1999/12/03  04:47:03
1439         Log: applied suggested patch; removed $VERSION = $VERSION hack
1440              (change#4043 fixed the need for that)
1441              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1442              Date: Tue, 16 Nov 1999 01:50:31 EST
1443              Message-Id: <199911160650.BAA18874@monk.mps.ohio-state.edu>
1444              Subject: [PATCH 5.005_62] XSLoader.pm
1445      Branch: perl
1446            ! MANIFEST ext/B/B.pm ext/ByteLoader/ByteLoader.pm
1447            ! ext/DB_File/DB_File.pm ext/Data/Dumper/Dumper.pm
1448            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
1449            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/Makefile.PL
1450            ! ext/DynaLoader/dlutils.c ext/Fcntl/Fcntl.pm
1451            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm ext/IO/IO.pm
1452            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
1453            ! ext/Opcode/Opcode.pm ext/POSIX/POSIX.pm
1454            ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
1455            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
1456            ! lib/AutoLoader.pm lib/FindBin.pm lib/Getopt/Std.pm
1457 ____________________________________________________________________________
1458 [  4622] By: gsar                                  on 1999/12/03  04:02:39
1459         Log: revert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:/x/>)
1460      Branch: perl
1461            ! Changes embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
1462 ____________________________________________________________________________
1463 [  4621] By: gsar                                  on 1999/12/02  22:24:53
1464         Log: caveat about thread-safety of extensions
1465      Branch: perl
1466            ! pod/perlfork.pod
1467 ____________________________________________________________________________
1468 [  4620] By: gsar                                  on 1999/12/02  20:31:02
1469         Log: XS documentation patches suggested by Ilya, severally adjusted
1470      Branch: perl
1471            ! pod/perlxs.pod pod/perlxstut.pod
1472 ____________________________________________________________________________
1473 [  4619] By: gsar                                  on 1999/12/02  17:52:50
1474         Log: re-add missing Unicode database master
1475      Branch: perl
1476            + lib/unicode/Unicode.300
1477 ____________________________________________________________________________
1478 [  4618] By: gsar                                  on 1999/12/02  06:56:18
1479         Log: applied suggested patch with prototype changes
1480              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
1481              Date:    Tue, 23 Nov 1999 22:55:55 EST
1482              Message-Id: <199911240355.WAA23033@monk.mps.ohio-state.edu>
1483              Subject: [PATCH 5.005_62] First char cognizance
1484      Branch: perl
1485            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
1486 ____________________________________________________________________________
1487 [  4617] By: gsar                                  on 1999/12/02  06:04:57
1488         Log: fixes for bugs in change#4586 and OS/2 pod tweak, from Ilya
1489      Branch: perl
1490            ! os2/OS2/REXX/REXX.pm regexec.c t/op/re_tests
1491 ____________________________________________________________________________
1492 [  4616] By: gsar                                  on 1999/12/02  04:30:22
1493         Log: various documentation tweaks suggested by M. J. T. Guy
1494      Branch: perl
1495            ! INSTALL lib/strict.pm pod/perlfunc.pod pod/perlsyn.pod
1496 ____________________________________________________________________________
1497 [  4615] By: gsar                                  on 1999/12/02  04:17:43
1498         Log: various File::Glob fixes for DOSISH platforms
1499              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
1500              Date: Tue, 02 Nov 1999 11:11:25 GMT
1501              Message-Id: <714DFA46B9BBD0119CD000805FC1F53BDC38E3@UKRUX002.rundc.uk.origin-it.com>
1502              Subject: File::Glob again. Final patch, honest!
1503      Branch: perl
1504            + t/lib/glob-case.t
1505            ! MANIFEST ext/File/Glob/Changes ext/File/Glob/Glob.pm
1506            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
1507            ! ext/File/Glob/bsd_glob.h op.c t/lib/glob-global.t
1508 ____________________________________________________________________________
1509 [  4614] By: gsar                                  on 1999/12/02  03:42:55
1510         Log: allow XSUBs and prototyped subroutines to be used with sort() (tweaked
1511              variant of patch suggested by Peter Haworth <pmh@edison.ioppublishing.com>)
1512      Branch: perl
1513            ! pod/perldelta.pod pod/perlfunc.pod pp_ctl.c t/op/sort.t
1514 ____________________________________________________________________________
1515 [  4613] By: gsar                                  on 1999/12/02  01:59:19
1516         Log: ignore yet another known scalar leak
1517      Branch: perl
1518            ! t/pragma/warn/regcomp
1519 ____________________________________________________________________________
1520 [  4612] By: gsar                                  on 1999/12/02  01:15:02
1521         Log: avoid potential stack extension bug in pp_unpack() (spotted by Ilya)
1522      Branch: perl
1523            ! pp.c
1524 ____________________________________________________________________________
1525 [  4611] By: gsar                                  on 1999/12/02  00:31:43
1526         Log: a somewhat tweaked version of suggested patch
1527              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1528              Date: Wed, 27 Oct 1999 18:57:41 -0400 (EDT)
1529              Message-Id: <199910272257.SAA29928@monk.mps.ohio-state.edu>
1530              Subject: [PATCH 5.005_62] Another round of pack/vec docs patches
1531      Branch: perl
1532            ! pod/perlfunc.pod
1533 ____________________________________________________________________________
1534 [  4610] By: gsar                                  on 1999/12/01  19:09:31
1535         Log: more accurate require() pseudocode (from James P. Williams
1536              <James.P.Williams@USAHQ.UnitedSpaceAlliance.com>)
1537      Branch: perl
1538            ! pod/perlfunc.pod
1539 ____________________________________________________________________________
1540 [  4609] By: gsar                                  on 1999/12/01  18:43:49
1541         Log: avoid "Callback called exit" error on intentional exit()
1542      Branch: perl
1543            ! embedvar.h intrpvar.h objXSUB.h perl.c perl.h pp_ctl.c
1544 ____________________________________________________________________________
1545 [  4608] By: gsar                                  on 1999/12/01  18:42:38
1546         Log: find_byclass() prototype was incoherent
1547      Branch: perl
1548            ! regexec.c
1549 ____________________________________________________________________________
1550 [  4607] By: gsar                                  on 1999/12/01  05:45:10
1551         Log: better documentation for goto &NAME (from M. J. T. Guy)
1552      Branch: perl
1553            ! pod/perlfunc.pod
1554 ____________________________________________________________________________
1555 [  4606] By: gsar                                  on 1999/12/01  05:33:14
1556         Log: integrate cfgperl contents into mainline
1557      Branch: perl
1558           +> lib/unicode/Jamo.txt lib/unicode/NamesList.html
1559           +> lib/unicode/UCD300.html lib/unicode/Unicode3.html
1560            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
1561            ! Changes
1562           !> (integrate 210 files)
1563 ____________________________________________________________________________
1564 [  4605] By: gsar                                  on 1999/12/01  05:15:27
1565         Log: avoid PTR->IV cast warnings
1566      Branch: perl
1567            ! mg.c op.c scope.h
1568 ____________________________________________________________________________
1569 [  4604] By: gsar                                  on 1999/12/01  03:59:56
1570         Log: email address changes
1571      Branch: perl
1572            ! AUTHORS Changes Porting/genlog Porting/p4d2p Porting/p4desc
1573            ! README.win32 ext/Data/Dumper/Dumper.pm lib/DB.pm
1574            ! lib/File/DosGlob.pm lib/Math/Complex.pm lib/Math/Trig.pm
1575            ! pod/perl5005delta.pod pod/perlport.pod t/op/runlevel.t
1576            ! utils/perlbug.PL utils/perldoc.PL win32/bin/perlglob.pl
1577 ____________________________________________________________________________
1578 [  4603] By: gsar                                  on 1999/12/01  03:45:13
1579         Log: minor USE_ITHREADS tweaks
1580      Branch: perl
1581            ! doio.c op.c op.h pp_hot.c pp_sys.c run.c win32/Makefile
1582            ! win32/perllib.c win32/win32.h
1583 ____________________________________________________________________________
1584 [  4602] By: gsar                                  on 1999/12/01  01:00:09
1585         Log: more complete pseudo-fork() support for Windows
1586      Branch: perl
1587            + pod/perlfork.pod win32/perlhost.h win32/vdir.h win32/vmem.h
1588            ! MANIFEST XSUB.h cop.h dump.c embed.h embed.pl embedvar.h
1589            ! ext/B/B/CC.pm ext/Opcode/Opcode.xs global.sym globals.c
1590            ! globvar.sym gv.c hv.c intrpvar.h iperlsys.h makedef.pl mg.c
1591            ! mpeix/mpeixish.h objXSUB.h op.c op.h os2/os2ish.h perl.c
1592            ! perl.h perlapi.c plan9/plan9ish.h pod/Makefile pod/buildtoc
1593            ! pod/perl.pod pod/roffitall pp.c pp_ctl.c pp_hot.c pp_sys.c
1594            ! proto.h regcomp.c run.c scope.c scope.h sv.c t/op/fork.t
1595            ! toke.c unixish.h util.c vos/vosish.h win32/Makefile
1596            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
1597            ! win32/win32iop.h win32/win32thread.h
1598 ____________________________________________________________________________
1599 [  4601] By: gsar                                  on 1999/12/01  00:45:38
1600         Log: rudimentary support for remote debugging, from aeons ago (somewhat
1601              modified)
1602              From: Graham TerMarsch <grahamt@ActiveState.com>
1603              Date: Sat, 12 Sep 1998 10:46:55 -0700
1604              Message-ID: <35FAB38F.EA9AAC50@activestate.com>
1605              Subject: Re: Patches to perl5db.pl to allow for remote debugging
1606      Branch: perl
1607            ! lib/perl5db.pl
1608 ____________________________________________________________________________
1609 [  4600] By: chip                                  on 1999/11/19  21:16:00
1610         Log: Document known limitations of fdopen() on some systems,
1611              as they apply to open() and sysopen().
1612      Branch: perl
1613            ! pod/perlfunc.pod
1614 ____________________________________________________________________________
1615 [  4599] By: chip                                  on 1999/11/19  17:20:19
1616         Log: Undef printf before redirecting it to PerlIO_stdoutf.
1617              (Avoids an irritating warning when compiling with PerlIO.)
1618      Branch: perl
1619            ! perl.h
1620 ____________________________________________________________________________
1621 [  4598] By: jhi                                   on 1999/11/22  21:30:17
1622         Log: Small VMS nits from Craig A. Berry, <craig.berry@metamor.com>.
1623      Branch: cfgperl
1624            ! README.vms t/io/open.t
1625 ____________________________________________________________________________
1626 [  4597] By: jhi                                   on 1999/11/21  16:21:21
1627         Log: Replace #4596 with the change done in 5.005_03.
1628      Branch: cfgperl
1629            ! ext/Errno/Errno_pm.PL
1630 ____________________________________________________________________________
1631 [  4596] By: jhi                                   on 1999/11/21  16:07:20
1632         Log: Skip processing a file if the file to be opened is '-'
1633              (can happen in UNICOS)
1634      Branch: cfgperl
1635            ! ext/Errno/Errno_pm.PL
1636 ____________________________________________________________________________
1637 [  4595] By: jhi                                   on 1999/11/21  14:05:10
1638         Log: VMS patches from Peter Prymmer.
1639      Branch: cfgperl
1640            ! doio.c mg.c taint.c vms/subconfigure.com vms/vms.c
1641 ____________________________________________________________________________
1642 [  4594] By: jhi                                   on 1999/11/18  17:07:14
1643         Log: The find_byclass prototype is already in proto.h. 
1644      Branch: cfgperl
1645            ! regexec.c
1646 ____________________________________________________________________________
1647 [  4593] By: gsar                                  on 1999/11/16  21:25:21
1648         Log: typo in flag checks
1649      Branch: utfperl
1650            ! sv.h
1651 ____________________________________________________________________________
1652 [  4592] By: jhi                                   on 1999/11/16  21:17:25
1653         Log: Regen Configure.
1654      Branch: cfgperl
1655            ! Configure config_h.SH pp.c pp.h vms/subconfigure.com
1656      Branch: metaconfig
1657            ! U/a_dvisory/quadtype.U
1658 ____________________________________________________________________________
1659 [  4591] By: jhi                                   on 1999/11/16  14:53:19
1660         Log: Integrate with Sarathy.
1661      Branch: cfgperl
1662           !> cop.h deb.c embed.h embed.pl global.sym lib/Pod/Checker.pm
1663           !> lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Select.pm
1664           !> lib/Pod/Usage.pm makedef.pl objXSUB.h perl.c perlapi.c
1665           !> pod/podchecker.PL pp_sys.c proto.h sv.c t/pod/poderrs.t
1666           !> t/pod/poderrs.xr
1667 ____________________________________________________________________________
1668 [  4590] By: gsar                                  on 1999/11/16  05:57:56
1669         Log: Pod::Parser updates (v1.091) from Brad Appleton <bradapp@enteract.com>
1670      Branch: perl
1671            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
1672            ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/podchecker.PL
1673            ! t/pod/poderrs.t t/pod/poderrs.xr
1674 ____________________________________________________________________________
1675 [  4589] By: gsar                                  on 1999/11/15  18:47:34
1676         Log: add a synchronous stub fork() for USE_ITHREADS to prove that a simple
1677              C<if (fork()) { print "parent" } else { print "child" }> works on
1678              Windows (incidentally running a cloned^2 interpreter :)
1679      Branch: perl
1680            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perlapi.c
1681            ! pp_sys.c proto.h sv.c
1682 ____________________________________________________________________________
1683 [  4588] By: gsar                                  on 1999/11/15  14:34:36
1684         Log: cloning the stack (part 1)
1685      Branch: perl
1686            ! cop.h deb.c perl.c sv.c
1687 ____________________________________________________________________________
1688 [  4587] By: jhi                                   on 1999/11/15  00:22:20
1689         Log: Integrate with Sarathy.
1690      Branch: cfgperl
1691           !> Changes embed.h embed.pl embedvar.h global.sym intrpvar.h
1692           !> makedef.pl objXSUB.h op.c perl.h perlapi.c proto.h run.c sv.c
1693           !> win32/perllib.c
1694 ____________________________________________________________________________
1695 [  4586] By: jhi                                   on 1999/11/14  21:17:26
1696         Log: Ilya's "hopscotch" patch, reworked by Ilya to fit.
1697      Branch: cfgperl
1698            ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
1699 ____________________________________________________________________________
1700 [  4585] By: gsar                                  on 1999/11/14  20:01:45
1701         Log: tweak for win32 build
1702      Branch: perl
1703            ! embed.h embed.pl op.c proto.h
1704 ____________________________________________________________________________
1705 [  4584] By: gsar                                  on 1999/11/14  19:46:25
1706         Log: cosmetic tweaks
1707      Branch: perl
1708            ! embed.h embed.pl embedvar.h global.sym intrpvar.h makedef.pl
1709            ! objXSUB.h perl.h perlapi.c proto.h sv.c win32/perllib.c
1710 ____________________________________________________________________________
1711 [  4583] By: gsar                                  on 1999/11/14  17:38:32
1712         Log: fix problem pointer casts
1713      Branch: perl
1714            ! Changes run.c sv.c
1715 ____________________________________________________________________________
1716 [  4582] By: jhi                                   on 1999/11/14  17:10:01
1717         Log: Integrate with Sarathy.
1718      Branch: cfgperl
1719           !> cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c perly.c
1720           !> perly.y pp_ctl.c pp_sys.c sv.c t/op/misc.t toke.c util.c
1721           !> vms/perly_c.vms win32/perllib.c
1722 ____________________________________________________________________________
1723 [  4581] By: jhi                                   on 1999/11/14  17:08:23
1724         Log: The separation of 64-bitness and largefileness continues
1725              (with a setback, see hpux.sh).
1726      Branch: cfgperl
1727            ! Configure MANIFEST config_h.SH hints/aix.sh hints/hpux.sh
1728            ! hints/solaris_2.sh
1729      Branch: metaconfig
1730            ! U/threads/archname.U U/typedefs/lseektype.U
1731      Branch: metaconfig/U/perl
1732            ! fpossize.U use64bits.U uselfs.U
1733 ____________________________________________________________________________
1734 [  4580] By: jhi                                   on 1999/11/14  13:26:41
1735         Log: Another Unicode update.
1736      Branch: cfgperl
1737            + lib/unicode/Jamo.txt lib/unicode/NamesList.html
1738            + lib/unicode/UCD300.html lib/unicode/Unicode3.html
1739            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
1740            ! (edit 189 files)
1741 ____________________________________________________________________________
1742 [  4579] By: gsar                                  on 1999/11/14  10:21:49
1743         Log: sundry cleanups for cloned interpreters (only known failure mode
1744              is due to regexps keeping non-constant data in their compiled
1745              structures)
1746      Branch: perl
1747            ! cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c pp_ctl.c
1748            ! pp_sys.c sv.c toke.c util.c win32/perllib.c
1749 ____________________________________________________________________________
1750 [  4578] By: gsar                                  on 1999/11/14  03:37:37
1751         Log: fix bug in change#4515 (STOP blocks now see @ARGV like the rest)
1752      Branch: perl
1753            ! perly.c perly.y t/op/misc.t vms/perly_c.vms
1754 ____________________________________________________________________________
1755 [  4577] By: jhi                                   on 1999/11/13  19:50:24
1756         Log: Change #4576 accidentally leaked also parts of
1757              Ilya's patch that won't apply cleanly anymore.
1758      Branch: cfgperl
1759            ! regexec.c t/op/re_tests
1760 ____________________________________________________________________________
1761 [  4576] By: jhi                                   on 1999/11/13  19:43:37
1762         Log: Integrate with Sarathy.
1763      Branch: cfgperl
1764            ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
1765           !> ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm t/lib/dumper.t
1766           !> t/op/regexp.t t/pragma/overload.t
1767 ____________________________________________________________________________
1768 [  4575] By: gsar                                  on 1999/11/13  19:41:46
1769         Log: typos in change#4561 and change#4565
1770      Branch: perl
1771            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm
1772 ____________________________________________________________________________
1773 [  4574] By: gsar                                  on 1999/11/13  19:31:19
1774         Log: revert non-kosher parts of change#4562 (sort order problems
1775              should be ignored (on ebcdic) by fixing dumper.t/T() to sort
1776              result and expected lines; /[:ascii:]/ not working should be
1777              fixed, not ignored in regexp.t; result from sort should be
1778              fixed to be ascii portable on ebcdic, not ebcdic-specific)
1779      Branch: perl
1780            ! t/lib/dumper.t t/op/regexp.t t/pragma/overload.t
1781 ____________________________________________________________________________
1782 [  4573] By: gsar                                  on 1999/11/13  19:13:04
1783         Log: integrate cfgperl changes into mainline
1784      Branch: perl
1785           +> lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
1786           +> lib/unicode/In/BopomofoExtended.pl
1787           +> lib/unicode/In/BraillePatterns.pl
1788           +> lib/unicode/In/CJKRadicalsSupplement.pl
1789           +> lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
1790           +> lib/unicode/In/Cherokee.pl
1791           +> lib/unicode/In/IdeographicDescriptionCharacters.pl
1792           +> lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
1793           +> lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
1794           +> lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
1795           +> lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
1796           +> lib/unicode/In/Thaana.pl
1797           +> lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
1798           +> lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
1799            - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
1800           !> (integrate 213 files)
1801 ____________________________________________________________________________
1802 [  4572] By: jhi                                   on 1999/11/13  18:44:50
1803         Log: From: "Craig A. Berry" <craig.berry@metamor.com>
1804              To: perl5-porters@perl.org, VMSPERL@perl.org
1805              Subject: [PATCH 5.005_03 and 5.005_62] updates to README.vms
1806              Date: Wed, 27 Oct 1999 11:02:54 -0500
1807              Message-Id: <4.2.0.58.19991027105257.00addc10@mmtnt11.metamor.com>
1808      Branch: cfgperl
1809            ! README.vms
1810 ____________________________________________________________________________
1811 [  4571] By: jhi                                   on 1999/11/13  18:33:39
1812         Log: From: jand@activestate.com (Jan Dubois)
1813              To: perl5-porters@perl.org, Perl-Win32-Porters@activestate.com
1814              Cc: Douglas Lankshear <dougl@activestate.com>,
1815              Gurusamy Sarathy <gsar@activestate.com>
1816              Subject: [5.005_62 PATCH] support link() on WinNT and NTFS
1817              Date: Tue, 09 Nov 1999 00:38:33 +0100
1818              Message-ID: <382b5d24.10899522@smtprelay.t-online.de>
1819      Branch: cfgperl
1820            ! XSUB.h iperlsys.h pp_sys.c t/io/fs.t win32/config.bc
1821            ! win32/config.gc win32/config.vc win32/config_H.bc
1822            ! win32/config_H.gc win32/config_H.vc win32/perllib.c
1823            ! win32/win32.c win32/win32iop.h
1824 ____________________________________________________________________________
1825 [  4570] By: jhi                                   on 1999/11/13  18:30:37
1826         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1827              To: perl5-porters@perl.org (Mailing list Perl5)
1828              Subject: [PATCH 5.005_62] makedef.pl goof
1829              Date: Mon, 8 Nov 1999 23:55:21 -0500 (EST)
1830              Message-Id: <199911090455.XAA25627@monk.mps.ohio-state.edu>
1831      Branch: cfgperl
1832            ! makedef.pl
1833 ____________________________________________________________________________
1834 [  4569] By: jhi                                   on 1999/11/13  18:06:54
1835         Log: From: Michael G Schwern <schwern@pobox.com>
1836              To: perl5-porters@perl.org, pod-people@perl.org
1837              Cc: tchrist@mox.perl.com, gnat@frii.com
1838              Subject: [DOCPATCH 5.005_62 perlfaq9.pod] Mention HTML::FormatText
1839              Date: Wed, 10 Nov 1999 17:21:46 -0500
1840              Message-ID: <19991110172146.A23527@athens.aocn.com>
1841      Branch: cfgperl
1842            ! pod/perlfaq9.pod
1843 ____________________________________________________________________________
1844 [  4568] By: jhi                                   on 1999/11/13  18:05:33
1845         Log: From: "Paul Moore" <gustav@morpheus.demon.co.uk>
1846              To: <perl5-porters@perl.org>
1847              Subject: DynaLoader_pm.PL patch (backslashes in strings)
1848              Date: Wed, 10 Nov 1999 22:52:02 -0000
1849              Message-ID: <LPBBIIMJKJMPNOGHGLLCMEBFCAAA.gustav@morpheus.demon.co.uk>
1850      Branch: cfgperl
1851            ! ext/DynaLoader/DynaLoader_pm.PL
1852 ____________________________________________________________________________
1853 [  4567] By: jhi                                   on 1999/11/13  18:03:52
1854         Log: From: JD Laub <jdl@access-health.com>
1855              To: perl5-porters@perl.org
1856              Subject: [ID 19991112.002] patch: Exporter.pm not reporting path
1857              Date: Fri, 12 Nov 1999 08:58:28 -0700 (MST)
1858              Message-Id: <199911121558.IAA08915@mocha.iasi.com>
1859      Branch: cfgperl
1860            ! lib/Exporter/Heavy.pm
1861 ____________________________________________________________________________
1862 [  4566] By: jhi                                   on 1999/11/13  18:01:24
1863         Log: From: Bernard Quatermass <bernard@quatermass.co.uk>
1864              To: perl5-porters@perl.org
1865              Subject: small patch for perldoc
1866              Date: Fri, 12 Nov 1999 23:11:43 GMT
1867              Message-Id: <VA.0000001c.00d1e05a@quatermass.co.uk>
1868      Branch: cfgperl
1869            ! utils/perldoc.PL
1870 ____________________________________________________________________________
1871 [  4565] By: jhi                                   on 1999/11/13  17:58:54
1872         Log: From: Scott Gifford <sgifford@tir.com>
1873              To: perl5-porters@perl.org
1874              Cc: gbarr@pobox.com
1875              Subject: [ID 19991112.004] Bug in IO::Socket (patch included)
1876              Date: 12 Nov 1999 18:55:30 -0500
1877              Message-Id: <m3emdvw9hp.fsf@sgifford.tir.com>
1878      Branch: cfgperl
1879            ! ext/IO/lib/IO/Socket.pm
1880 ____________________________________________________________________________
1881 [  4564] By: jhi                                   on 1999/11/13  17:45:39
1882         Log: Applied manually:
1883              From: "Craig A. Berry" <craig.berry@metamor.com>
1884              To: perl5-porters@perl.org, VMSPERL@perl.org
1885              Subject: [PATCH 5.005_62] patches required to build on VMS
1886              Date: Tue, 09 Nov 1999 18:16:14 -0600
1887              Message-Id: <4.2.2.19991109173839.00d12630@mmtnt11.metamor.com>
1888      Branch: cfgperl
1889            ! configure.com vms/descrip_mms.template vms/subconfigure.com
1890            ! vms/vms.c vms/vmsish.h
1891 ____________________________________________________________________________
1892 [  4563] By: jhi                                   on 1999/11/13  17:18:41
1893         Log: Regen Unicode tables to include a warning:
1894              Thou Shalt Not Edit Them By Hand; add missing
1895              (Unicode 2.0 -introduced) tables to MANIFEST;
1896              convert the equivalence tables to be valid Perl code.
1897      Branch: cfgperl
1898            + lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
1899            + lib/unicode/In/BopomofoExtended.pl
1900            + lib/unicode/In/BraillePatterns.pl
1901            + lib/unicode/In/CJKRadicalsSupplement.pl
1902            + lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
1903            + lib/unicode/In/Cherokee.pl
1904            + lib/unicode/In/IdeographicDescriptionCharacters.pl
1905            + lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
1906            + lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
1907            + lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
1908            + lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
1909            + lib/unicode/In/Thaana.pl
1910            + lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
1911            + lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
1912            - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
1913            ! (edit 169 files)
1914 ____________________________________________________________________________
1915 [  4562] By: jhi                                   on 1999/11/13  16:53:00
1916         Log: From: Peter Prymmer <pvhp@forte.com>
1917              To: gsar@activestate.com, perl-mvs@perl.org, perlbug@perl.com
1918              Subject: [PATCH: 5.005_62]was Re: [ID 19991102.003] perl on os390
1919              Date: Wed, 10 Nov 1999 14:34:36 -0800 (PST)
1920              Message-Id: <199911102234.OAA01018@brio.forte.com>
1921      Branch: cfgperl
1922            ! t/lib/dumper.t t/op/pack.t t/op/regexp.t t/pragma/locale.t
1923            ! t/pragma/overload.t
1924 ____________________________________________________________________________
1925 [  4561] By: jhi                                   on 1999/11/13  16:29:37
1926         Log: $Config{myarchname} is not a good architecture identifier
1927              because it may contain host/node identification like
1928              CPU serial numbers.
1929      Branch: cfgperl
1930            ! ext/Errno/Errno_pm.PL
1931 ____________________________________________________________________________
1932 [  4560] By: jhi                                   on 1999/11/13  16:26:13
1933         Log: Continue largefileness separation from quadness;
1934              move nv-preserving test out of perl.h into Configure;
1935              use HAS_SETVBUF in IO.
1936      Branch: cfgperl
1937            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1938            ! config_h.SH ext/IO/IO.xs hints/solaris_2.sh perl.h pp_sys.c
1939      Branch: metaconfig
1940            ! U/a_dvisory/quadtype.U
1941      Branch: metaconfig/U/perl
1942            + nvpresuv.U
1943            ! d_fseeko.U d_ftello.U io64.U perlxv.U
1944 ____________________________________________________________________________
1945 [  4559] By: jhi                                   on 1999/11/13  13:46:38
1946         Log: Try to fix largefileness so that it "works" without a quad IV.
1947      Branch: cfgperl
1948            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1949            ! config_h.SH perl.h pp_sys.c t/lib/syslfs.t t/op/lfs.t
1950      Branch: metaconfig
1951            ! U/a_dvisory/quadtype.U U/typedefs/lseektype.U
1952      Branch: metaconfig/U/perl
1953            ! io64.U
1954 ____________________________________________________________________________
1955 [  4558] By: jhi                                   on 1999/11/13  11:36:19
1956         Log: Undo drift from mainline.
1957      Branch: cfgperl
1958            ! regcomp.c util.c utils/h2xs.PL
1959 ____________________________________________________________________________
1960 [  4557] By: gsar                                  on 1999/11/13  10:54:46
1961         Log: typo
1962      Branch: perl
1963            ! util.c
1964 ____________________________________________________________________________
1965 [  4556] By: gsar                                  on 1999/11/13  10:53:41
1966         Log: integrate cfgperl contents (op.[ch] needed manual resolve)
1967      Branch: perl
1968           +> epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
1969           +> epoc/epoc_stubs.c
1970           !> (integrate 48 files)
1971 ____________________________________________________________________________
1972 [  4555] By: jhi                                   on 1999/11/13  10:05:54
1973         Log: Integrate with Sarathy.
1974      Branch: cfgperl
1975           !> dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
1976           !> sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
1977 ____________________________________________________________________________
1978 [  4554] By: jhi                                   on 1999/11/13  10:03:07
1979         Log: s/_SIGN$/_sign/g;
1980      Branch: metaconfig
1981            ! U/typedefs/gidsign.U U/typedefs/pidsign.U U/typedefs/uidsign.U
1982 ____________________________________________________________________________
1983 [  4553] By: gsar                                  on 1999/11/13  02:17:53
1984         Log: cloned interpreters now actually run and pass all but 55/10386
1985              subtests; various subtle bugs, new and old, observed when running
1986              cloned interpreters have been fixed
1987              
1988              still to do:
1989              |  * dup psig_ptr table
1990              |  * merge PADOP GVs support with "our" SVs (existing PADOPs are too
1991              |    simple-minded and grab one pad entry each, heavily bloating
1992              |    the pad by not avoiding dups)
1993              |  * overloaded constants are not really immutable--they need to
1994              |    be PADOPs
1995              |  * allocator for constants and OPs need to be spelled differently
1996              |    (shared vs interpreter-local allocations)
1997              |  * optree refcounting is still missing locking (macros are in place)
1998              |  * curstackinfo, {mark,scope,save,ret}stack need to be cloned so
1999              |    perl_clone() can be called from within runops*()
2000      Branch: perl
2001            ! dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
2002            ! sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
2003 ____________________________________________________________________________
2004 [  4552] By: jhi                                   on 1999/11/11  23:17:43
2005         Log: Turn on largefileness always if available and
2006              continue 64-bit fixes.
2007      Branch: cfgperl
2008            ! Configure config_h.SH handy.h hints/aix.sh hints/dec_osf.sh
2009            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh perl.h pp.c
2010            ! sv.c t/lib/syslfs.t t/op/lfs.t utf8.c
2011 ____________________________________________________________________________
2012 [  4551] By: jhi                                   on 1999/11/11  23:16:15
2013         Log: Split int64type from i_inttypes, rename quadcase into quadkind.
2014      Branch: metaconfig
2015            ! U/a_dvisory/quadtype.U
2016      Branch: metaconfig/U/perl
2017            + d_int64t.U
2018            ! i_inttypes.U io64.U
2019 ____________________________________________________________________________
2020 [  4550] By: jhi                                   on 1999/11/11  20:24:55
2021         Log: Fix a thinko in 4548.
2022      Branch: cfgperl
2023            ! pp_sys.c
2024 ____________________________________________________________________________
2025 [  4549] By: jhi                                   on 1999/11/11  19:48:21
2026         Log: Integrate with Sarathy.
2027      Branch: cfgperl
2028           !> (integrate 56 files)
2029 ____________________________________________________________________________
2030 [  4548] By: jhi                                   on 1999/11/11  19:41:56
2031         Log: Try to do something if st_size, st_uid, st_gid are too big for an IV;
2032              regen Configure.
2033      Branch: cfgperl
2034            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2035            ! config_h.SH pp_sys.c
2036 ____________________________________________________________________________
2037 [  4547] By: jhi                                   on 1999/11/11  19:40:38
2038         Log: s/_SIZE$/_size/g; add sizesize and ssizesize.
2039      Branch: metaconfig
2040            + U/typedefs/sizesize.U U/typedefs/ssizesize.U
2041            ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
2042 ____________________________________________________________________________
2043 [  4546] By: gsar                                  on 1999/11/11  10:32:54
2044         Log: avoid stash pointers in optree under USE_ITHREADS
2045      Branch: perl
2046            ! bytecode.pl cop.h ext/B/B.xs ext/B/B/Asmdata.pm
2047            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
2048            ! ext/B/B/Deparse.pm ext/ByteLoader/bytecode.h
2049            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
2050            ! ext/Opcode/Opcode.xs gv.c op.c perl.c pp.c pp_ctl.c pp_hot.c
2051            ! scope.h sv.c
2052 ____________________________________________________________________________
2053 [  4545] By: gsar                                  on 1999/11/11  06:04:20
2054         Log: another change towards a shareable optree: avoid pointer to filegv
2055              in COP; revert parts of change#4485 and s/xcv_filegv/xcv_file/
2056              (CvFILE() may yet come in handy somewhere); adjust compiler doodads
2057              to suit
2058      Branch: perl
2059            ! bytecode.pl cop.h cv.h dump.c ext/B/B.pm ext/B/B.xs
2060            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
2061            ! ext/B/B/CC.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
2062            ! ext/B/B/Lint.pm ext/B/B/Xref.pm ext/ByteLoader/bytecode.h
2063            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
2064            ! ext/Devel/Peek/Peek.pm gv.c gv.h op.c perl.c pp.c pp_ctl.c
2065            ! pp_sys.c scope.c scope.h sv.c sv.h toke.c util.c util.h
2066            ! win32/perllib.c
2067 ____________________________________________________________________________
2068 [  4544] By: gsar                                  on 1999/11/10  18:19:12
2069         Log: more cleanups for change#4539
2070      Branch: perl
2071            ! gv.h op.c op.h pp_ctl.c pp_hot.c
2072 ____________________________________________________________________________
2073 [  4543] By: gsar                                  on 1999/11/10  01:52:22
2074         Log: remove dead branch/infinite looper in change#3612
2075      Branch: perl
2076            ! op.c
2077 ____________________________________________________________________________
2078 [  4542] By: gsar                                  on 1999/11/09  20:05:47
2079         Log: IoDIRP may be fake when used in source filters, mark as such
2080      Branch: perl
2081            ! sv.c sv.h toke.c
2082 ____________________________________________________________________________
2083 [  4541] By: gsar                                  on 1999/11/09  05:47:53
2084         Log: small nits in changes#4538,4539
2085      Branch: perl
2086            ! op.c sv.c
2087 ____________________________________________________________________________
2088 [  4540] By: gsar                                  on 1999/11/08  20:30:58
2089         Log: win32 symbol export tweak
2090      Branch: perl
2091            ! makedef.pl win32/win32.c win32/win32iop.h
2092 ____________________________________________________________________________
2093 [  4539] By: gsar                                  on 1999/11/08  18:50:40
2094         Log: preliminary support for GVOP indirection via pad
2095      Branch: perl
2096            ! doio.c dump.c embed.h embed.pl global.sym objXSUB.h op.c op.h
2097            ! opcode.pl perlapi.c pp_hot.c pp_sys.c proto.h run.c
2098 ____________________________________________________________________________
2099 [  4538] By: gsar                                  on 1999/11/08  11:25:49
2100         Log: preliminary support for perl_clone() (still needs work in
2101              the following areas: SVOPs must indirect via pad; context
2102              stack, scope stack, and runlevels must be cloned; must
2103              hook up the virtualized pseudo-process support provided by
2104              "host"; ...)
2105      Branch: perl
2106            ! av.h embed.h embed.pl embedvar.h global.sym hv.c hv.h
2107            ! intrpvar.h makedef.pl objXSUB.h perl.h perlapi.c proto.h sv.c
2108            ! win32/perllib.c win32/win32.c
2109 ____________________________________________________________________________
2110 [  4537] By: gsar                                  on 1999/11/08  11:19:18
2111         Log: more thorough cleanup in perl_destroy()
2112      Branch: perl
2113            ! perl.c util.c
2114 ____________________________________________________________________________
2115 [  4536] By: gsar                                  on 1999/11/08  07:16:10
2116         Log: win32 internal data must be interpreter-local
2117      Branch: perl
2118            ! win32/win32.c win32/win32.h win32/win32sck.c
2119 ____________________________________________________________________________
2120 [  4535] By: gsar                                  on 1999/11/08  04:17:28
2121         Log: tweak change#4502
2122      Branch: perl
2123            ! doio.c perl.c
2124 ____________________________________________________________________________
2125 [  4534] By: jhi                                   on 1999/11/07  13:17:03
2126         Log: Four special class subs, not three.
2127      Branch: cfgperl
2128            ! pod/perlmod.pod
2129 ____________________________________________________________________________
2130 [  4533] By: jhi                                   on 1999/11/07  13:13:15
2131         Log: Integrate with Sarathy.
2132      Branch: cfgperl
2133           !> mg.c t/io/print.t
2134 ____________________________________________________________________________
2135 [  4532] By: jhi                                   on 1999/11/07  12:36:10
2136         Log: More test program maintenance.
2137      Branch: cfgperl
2138            ! Configure config_h.SH
2139      Branch: metaconfig
2140            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
2141            ! U/compline/charsize.U U/compline/d_sigaction.U
2142            ! U/compline/doublesize.U U/compline/floatsize.U
2143            ! U/compline/nblock_io.U U/compline/ptrsize.U
2144            ! U/modified/Signal.U U/typedefs/gidsize.U U/typedefs/pidsize.U
2145            ! U/typedefs/uidsize.U
2146      Branch: metaconfig/U/perl
2147            ! fpossize.U
2148 ____________________________________________________________________________
2149 [  4531] By: jhi                                   on 1999/11/07  00:34:09
2150         Log: Tidy up the metaconfig test programs.
2151      Branch: cfgperl
2152            ! Configure config_h.SH
2153      Branch: metaconfig
2154            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
2155            ! U/compline/charsize.U U/compline/doublesize.U
2156            ! U/compline/nblock_io.U U/compline/ptrsize.U
2157            ! U/modified/d_longlong.U U/typedefs/gidsize.U
2158            ! U/typedefs/lseektype.U U/typedefs/pidsize.U
2159            ! U/typedefs/uidsize.U
2160      Branch: metaconfig/U/perl
2161            ! fpossize.U
2162 ____________________________________________________________________________
2163 [  4530] By: jhi                                   on 1999/11/06  23:51:34
2164         Log: So many printfs, so little time.
2165      Branch: cfgperl
2166            ! op.c perl.c regcomp.c scope.c util.c
2167 ____________________________________________________________________________
2168 [  4529] By: jhi                                   on 1999/11/06  23:27:35
2169         Log: Replace the explicit zeros with NOOPs.
2170      Branch: cfgperl
2171            ! perl.h
2172 ____________________________________________________________________________
2173 [  4528] By: jhi                                   on 1999/11/06  23:10:54
2174         Log: From: jand@activestate.com (Jan Dubois)
2175              To: perl5-porters@perl.org
2176              Cc: Mike Blazer <blazer@mail.nevalink.ru>,
2177              Mark Borgerding <mborgerding@acm.org>
2178              Subject: [5.005_62 PATCH] binmode and locale support for -T and -B filetest operators
2179              Date: Sat, 06 Nov 1999 22:16:43 +0100
2180              Message-ID: <38279207.46448719@smtprelay.t-online.de>
2181      Branch: cfgperl
2182            ! op.c op.h
2183 ____________________________________________________________________________
2184 [  4527] By: jhi                                   on 1999/11/06  20:22:14
2185         Log: ...and fewer.
2186      Branch: cfgperl
2187            ! dump.c
2188 ____________________________________________________________________________
2189 [  4526] By: jhi                                   on 1999/11/06  20:19:04
2190         Log: ...and they are getting fewer.
2191      Branch: cfgperl
2192            ! dump.c op.c util.c
2193 ____________________________________________________________________________
2194 [  4525] By: jhi                                   on 1999/11/06  19:59:59
2195         Log: More printf miscasts flushed out.
2196      Branch: cfgperl
2197            ! dump.c ext/B/B.xs ext/Data/Dumper/Dumper.xs regcomp.c
2198            ! regexec.c
2199 ____________________________________________________________________________
2200 [  4524] By: jhi                                   on 1999/11/06  15:39:05
2201         Log: Crushing the remaining %ld guerillas.
2202      Branch: cfgperl
2203            ! ext/Devel/DProf/DProf.xs
2204 ____________________________________________________________________________
2205 [  4523] By: jhi                                   on 1999/11/06  15:11:38
2206         Log: Update CPAN sites list.
2207      Branch: cfgperl
2208            ! pod/perlmodlib.pod
2209 ____________________________________________________________________________
2210 [  4522] By: jhi                                   on 1999/11/05  19:50:46
2211         Log: The -n32 is normally part of $cc, not $ccflags.
2212      Branch: cfgperl
2213            ! hints/irix_6.sh
2214 ____________________________________________________________________________
2215 [  4521] By: gsar                                  on 1999/11/05  04:35:30
2216         Log: allow $\ to work right when set to a string with embedded nulls
2217      Branch: perl
2218            ! mg.c t/io/print.t
2219 ____________________________________________________________________________
2220 [  4520] By: jhi                                   on 1999/11/04  23:30:09
2221         Log: Integrate with Sarathy.
2222      Branch: cfgperl
2223           !> embedvar.h ext/B/B/Bytecode.pm ext/B/B/Lint.pm
2224           !> ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm ext/File/Glob/Glob.pm
2225           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h intrpvar.h
2226           !> keywords.h keywords.pl objXSUB.h op.c perl.c pod/perldelta.pod
2227           !> pod/perldiag.pod pod/perlfunc.pod pod/perlmod.pod
2228           !> pod/perlrun.pod pod/perlsub.pod pod/perltodo.pod toke.c
2229 ____________________________________________________________________________
2230 [  4519] By: jhi                                   on 1999/11/04  23:09:25
2231         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2232              To: perl5-porters@perl.org (Mailing list Perl5)
2233              Subject: [PATCH 5.005_62] ref to non-lvalue method
2234              Date: Wed, 3 Nov 1999 03:52:48 -0500 (EST)
2235              Message-Id: <199911030852.DAA06563@monk.mps.ohio-state.edu>
2236      Branch: cfgperl
2237            ! op.c
2238 ____________________________________________________________________________
2239 [  4518] By: jhi                                   on 1999/11/04  23:07:27
2240         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2241              To: perl5-porters@perl.org (Mailing list Perl5)
2242              Subject: [PATCH 5.005_62] xsubpp dependency
2243              Date: Wed, 3 Nov 1999 02:57:23 -0500 (EST)
2244              Message-Id: <199911030757.CAA06325@monk.mps.ohio-state.edu>
2245      Branch: cfgperl
2246            ! lib/ExtUtils/MM_Unix.pm
2247 ____________________________________________________________________________
2248 [  4517] By: jhi                                   on 1999/11/04  23:05:59
2249         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2250              To: perl5-porters@perl.org (Mailing list Perl5)
2251              Subject: [PATCH 5.005_62] regexp.h
2252              Date: Wed, 3 Nov 1999 02:55:21 -0500 (EST)
2253              Message-Id: <199911030755.CAA06311@monk.mps.ohio-state.edu>
2254      Branch: cfgperl
2255            ! regexp.h
2256 ____________________________________________________________________________
2257 [  4516] By: gsar                                  on 1999/11/04  18:25:45
2258         Log: change#4485 didn't do the right thing for B::Bytecode
2259      Branch: perl
2260            ! ext/B/B/Bytecode.pm
2261 ____________________________________________________________________________
2262 [  4515] By: gsar                                  on 1999/11/04  17:28:29
2263         Log: implement STOP blocks and fix compiler to use them (minimally
2264              tested)
2265      Branch: perl
2266            ! embedvar.h ext/B/B/Lint.pm ext/B/B/Stash.pm ext/B/NOTES
2267            ! ext/B/O.pm intrpvar.h keywords.h keywords.pl objXSUB.h op.c
2268            ! perl.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
2269            ! pod/perlmod.pod pod/perlrun.pod pod/perlsub.pod
2270            ! pod/perltodo.pod toke.c
2271 ____________________________________________________________________________
2272 [  4514] By: gsar                                  on 1999/11/04  15:59:46
2273         Log: display BSD license in Glob.pm (for clause #2 conformity)
2274      Branch: perl
2275            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
2276            ! ext/File/Glob/bsd_glob.h
2277 ____________________________________________________________________________
2278 [  4513] By: jhi                                   on 1999/11/04  08:26:19
2279         Log: Integrate with Sarathy.
2280      Branch: cfgperl
2281           +> t/io/nargv.t
2282           !> (integrate 34 files)
2283 ____________________________________________________________________________
2284 [  4512] By: jhi                                   on 1999/11/04  08:01:25
2285         Log: Incremental Mac integration from Matthias.
2286      Branch: cfgperl
2287            ! perl.c perl.h pp_ctl.c pp_hot.c run.c sv.c t/pod/testpchk.pl
2288            ! toke.c util.c
2289 ____________________________________________________________________________
2290 [  4511] By: gsar                                  on 1999/11/04  02:53:37
2291         Log: remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
2292      Branch: perl
2293            ! dosish.h embed.pl mg.c os2/os2ish.h perl.c perl.h perly.c
2294            ! perly_c.diff pp_ctl.c proto.h regcomp.c regexec.c sv.c toke.c
2295            ! universal.c vms/perly_c.vms vms/vmsish.h win32/win32.h
2296            ! xsutils.c
2297 ____________________________________________________________________________
2298 [  4510] By: jhi                                   on 1999/11/02  22:12:29
2299         Log: S_init_interp is a better place to diddle with PL_opargs
2300              than perl_construct.
2301      Branch: cfgperl
2302            ! perl.c
2303 ____________________________________________________________________________
2304 [  4509] By: jhi                                   on 1999/11/02  21:30:02
2305         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2306              To: ben@mucus.advanced.org, perl5-porters@perl.org
2307              Subject: Re: [ID 19991102.002] unpack('N', pack('N', -1)) not idempotent
2308              Date: Tue, 02 Nov 1999 21:36:00 +0000
2309              Message-Id: <E11ilay-00020o-00@taurus.cus.cam.ac.uk>
2310      Branch: cfgperl
2311            ! pod/perlfunc.pod
2312 ____________________________________________________________________________
2313 [  4508] By: jhi                                   on 1999/11/02  20:46:27
2314         Log: Initial integration of the MacPerl changes form Matthias.
2315      Branch: cfgperl
2316            ! doio.c ext/DynaLoader/DynaLoader_pm.PL ext/Fcntl/Fcntl.pm
2317            ! ext/Fcntl/Fcntl.xs gv.c mg.c opcode.pl perl.c perl.h pp_ctl.c
2318            ! pp_hot.c pp_sys.c run.c sv.c toke.c util.c
2319 ____________________________________________________________________________
2320 [  4507] By: jhi                                   on 1999/11/01  23:05:07
2321         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2322              To: lvirden@cas.org (Larry W. Virden)
2323              Cc: perl5-porters@perl.org, lvirden@cas.org
2324              Subject: Re: [ID 19991026.001] perl segmentation fault report
2325              Date: Mon, 1 Nov 1999 18:14:16 -0500 (EST)
2326              Message-Id: <199911012314.SAA22664@monk.mps.ohio-state.edu>
2327      Branch: cfgperl
2328            ! regexec.c t/op/pat.t
2329 ____________________________________________________________________________
2330 [  4506] By: jhi                                   on 1999/11/01  19:56:28
2331         Log: From: Olaf Flebbe <olaf@science-computing.de>
2332              To: perl5-porters@perl.org
2333              Subject: [PATCH: 5.005_62] Patch for EPOC Support
2334              Date: Mon, 1 Nov 1999 20:46:54 +0100 (MET)
2335              Message-ID: <Pine.LNX.4.10.9911012045190.411-100000@dragon.science-computing.de>
2336      Branch: cfgperl
2337            + epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
2338            + epoc/epoc_stubs.c
2339            ! MANIFEST README.epoc epoc/epocish.h epoc/perl.mmp
2340            ! epoc/perl.pkg
2341 ____________________________________________________________________________
2342 [  4505] By: gsar                                  on 1999/11/01  17:09:44
2343         Log: macros for COP.cop_filegv access
2344      Branch: perl
2345            ! cop.h deb.c gv.c op.c perl.c pp_ctl.c pp_sys.c scope.c toke.c
2346            ! util.c
2347 ____________________________________________________________________________
2348 [  4504] By: gsar                                  on 1999/11/01  17:08:28
2349         Log: enable better Win32::DomainName() by demand loading netapi32.dll
2350              (from Jan Dubois)
2351      Branch: perl
2352            ! pod/Win32.pod win32/win32.c
2353 ____________________________________________________________________________
2354 [  4503] By: gsar                                  on 1999/10/31  20:56:06
2355         Log: change#4502 was missing a file
2356      Branch: perl
2357            + t/io/nargv.t
2358 ____________________________________________________________________________
2359 [  4502] By: gsar                                  on 1999/10/31  20:46:02
2360         Log: make nested ARGV/$^I loops work correctly; fixes several bugs
2361              in the way ARGV state was handled in readline(); writing a
2362              subroutine to do inplace edits is now possible, provided *ARGV,
2363              *ARGVOUT, $^I and $_ are localized where needed
2364      Branch: perl
2365            ! MANIFEST doio.c embedvar.h intrpvar.h objXSUB.h perl.c
2366            ! pp_hot.c scope.c
2367 ____________________________________________________________________________
2368 [  4501] By: jhi                                   on 1999/10/31  12:43:54
2369         Log: Integrate with Sarathy.
2370      Branch: cfgperl
2371           !> perl.h win32/config.bc win32/config.gc win32/config.vc
2372           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
2373 ____________________________________________________________________________
2374 [  4500] By: gsar                                  on 1999/10/31  10:01:17
2375         Log: updated windows config* files
2376      Branch: perl
2377            ! win32/config.bc win32/config.gc win32/config.vc
2378            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2379 ____________________________________________________________________________
2380 [  4499] By: gsar                                  on 1999/10/31  09:15:17
2381         Log: integrate cfgperl contents into mainline
2382      Branch: perl
2383           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
2384           !> config_h.SH perl.h
2385 ____________________________________________________________________________
2386 [  4498] By: gsar                                  on 1999/10/31  09:13:41
2387         Log: remove unused struct Outrec
2388      Branch: perl
2389            ! perl.h
2390 ____________________________________________________________________________
2391 [  4497] By: jhi                                   on 1999/10/30  12:41:50
2392         Log: Add HAS_QUAD ($Config{d_quad}); use it.
2393      Branch: cfgperl
2394            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2395            ! config_h.SH perl.h
2396      Branch: metaconfig
2397            ! U/a_dvisory/quadtype.U U/compline/charsize.U U/typedefs/gidf.U
2398            ! U/typedefs/uidf.U
2399      Branch: metaconfig/U/perl
2400            ! perlxv.U
2401 ____________________________________________________________________________
2402 [  4496] By: gsar                                  on 1999/10/30  00:28:32
2403         Log: integrate cfgperl contents into mainline
2404      Branch: perl
2405           !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
2406           !> Porting/config_H README.hurd config_h.SH doop.c handy.h
2407           !> hints/aix.sh hints/irix_6.sh hints/solaris_2.sh mg.c perl.c
2408           !> perl.h pp.c pp.h regexec.c sv.c taint.c
2409 ____________________________________________________________________________
2410 [  4495] By: jhi                                   on 1999/10/29  23:36:19
2411         Log: Continue what #4494 started; introduce uid and gid formats.
2412      Branch: cfgperl
2413            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2414            ! config_h.SH handy.h perl.h
2415      Branch: metaconfig
2416            + U/a_dvisory/quadtype.U U/typedefs/gidf.U U/typedefs/uidf.U
2417            - U/typedefs/quadtype.U
2418      Branch: metaconfig/U/perl
2419            ! perlxv.U
2420 ____________________________________________________________________________
2421 [  4494] By: jhi                                   on 1999/10/29  22:09:01
2422         Log: Move the IV, UV, I8, U8, ..., and NV to metaconfig
2423              from perl.h and handy.h.
2424      Branch: cfgperl
2425            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2426            ! config_h.SH handy.h perl.h
2427      Branch: metaconfig/U/perl
2428            + perlxv.U perlxvf.U
2429 ____________________________________________________________________________
2430 [  4493] By: jhi                                   on 1999/10/29  22:08:06
2431         Log: Finetuning the output continues along the lines of #4490 and #4491.
2432      Branch: metaconfig
2433            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
2434            ! U/typedefs/fpostype.U
2435      Branch: metaconfig/U/perl
2436            + fpossize.U
2437            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
2438            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
2439 ____________________________________________________________________________
2440 [  4492] By: jhi                                   on 1999/10/29  21:14:53
2441         Log: Hurd update from Mark Kettenis.
2442      Branch: cfgperl
2443            ! README.hurd
2444 ____________________________________________________________________________
2445 [  4491] By: jhi                                   on 1999/10/29  20:37:02
2446         Log: A new try at what #4490 tried to accomplish.
2447      Branch: metaconfig
2448            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
2449      Branch: metaconfig/U/perl
2450            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
2451            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
2452 ____________________________________________________________________________
2453 [  4490] By: jhi                                   on 1999/10/29  20:19:41
2454         Log: metaconfig nits.
2455      Branch: metaconfig
2456            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
2457      Branch: metaconfig/U/perl
2458            + d_iovec_s.U
2459            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
2460            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
2461 ____________________________________________________________________________
2462 [  4489] By: jhi                                   on 1999/10/29  16:08:43
2463         Log: Integrate with Sarathy.
2464      Branch: cfgperl
2465           !> (integrate 31 files)
2466 ____________________________________________________________________________
2467 [  4488] By: jhi                                   on 1999/10/29  15:30:30
2468         Log: Regen Configure and Glossary.
2469      Branch: cfgperl
2470            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2471            ! config_h.SH
2472 ____________________________________________________________________________
2473 [  4487] By: jhi                                   on 1999/10/29  15:24:13
2474         Log: Remove quad logic from perl.h; regen Configure;
2475              add -DUSE_LONG_LONG to ccflags if not already there.
2476      Branch: cfgperl
2477            ! Configure config_h.SH doop.c hints/aix.sh hints/irix_6.sh
2478            ! hints/solaris_2.sh perl.h pp.c pp.h regexec.c sv.c
2479 ____________________________________________________________________________
2480 [  4486] By: jhi                                   on 1999/10/29  15:22:38
2481         Log: metaconfig: moved quad logic from perl.h to Configure (quadtype.U);
2482              fixed the use*.U to define their stuff only iff not already defined
2483              (so that ccflags can have any -DUSE_* it wants);
2484              uselonglong.U added; various small nits fixed.
2485      Branch: metaconfig
2486            + U/typedefs/quadtype.U
2487            ! U/modified/d_longdbl.U U/modified/d_longlong.U
2488            ! U/modified/d_statblks.U U/modified/usenm.U
2489            ! U/threads/usethreads.U
2490      Branch: metaconfig/U/perl
2491            + uselonglong.U
2492            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
2493            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U i_inttypes.U
2494            ! quadfio.U use64bits.U uselfs.U uselongdbl.U usemorebits.U
2495            ! usemultiplicity.U useperlio.U usesocks.U
2496 ____________________________________________________________________________
2497 [  4485] By: gsar                                  on 1999/10/29  06:08:50
2498         Log: more cleanup: avoid unused knowledge of "file GV" notion in CV and GV
2499      Branch: perl
2500            ! bytecode.pl cv.h dump.c ext/B/B.pm ext/B/B.xs
2501            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
2502            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/ByteLoader/byterun.c
2503            ! ext/ByteLoader/byterun.h ext/Devel/Peek/Peek.pm gv.c gv.h op.c
2504            ! sv.h
2505 ____________________________________________________________________________
2506 [  4484] By: gsar                                  on 1999/10/29  03:00:21
2507         Log: usurp GVOP slot for new PADOP (one small step to making optree
2508              shareable across interpreters)
2509      Branch: perl
2510            ! bytecode.pl doio.c dump.c ext/B/B.pm ext/B/B.xs
2511            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
2512            ! ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
2513            ! ext/B/B/Terse.pm ext/B/typemap ext/ByteLoader/byterun.c
2514            ! ext/ByteLoader/byterun.h op.c op.h opcode.h opcode.pl perl.h
2515            ! pp_hot.c pp_sys.c regexec.c run.c
2516 ____________________________________________________________________________
2517 [  4483] By: jhi                                   on 1999/10/28  22:01:12
2518         Log: Regen Configure.
2519      Branch: cfgperl
2520            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2521            ! config_h.SH
2522 ____________________________________________________________________________
2523 [  4482] By: jhi                                   on 1999/10/28  21:45:26
2524         Log: Installdirs patches from Andy.
2525      Branch: metaconfig
2526            ! U/installdirs/sitearch.U U/installdirs/sitebin.U
2527            ! U/installdirs/sitehtml1dir.U U/installdirs/sitehtml3dir.U
2528            ! U/installdirs/sitelib.U U/installdirs/siteman1dir.U
2529            ! U/installdirs/siteman3dir.U U/installdirs/siteprefix.U
2530            ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
2531            ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
2532            ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
2533            ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
2534            ! U/installdirs/vendorprefix.U U/installdirs/vendorscriptdir.U
2535 ____________________________________________________________________________
2536 [  4481] By: gsar                                  on 1999/10/28  17:33:49
2537         Log: remove C<use Time::Local 'no_range_check'> misfeature (global
2538              can still be directly set)
2539      Branch: perl
2540            ! lib/Time/Local.pm
2541 ____________________________________________________________________________
2542 [  4480] By: jhi                                   on 1999/10/28  13:49:26
2543         Log: Fix printing of uids and gids; regen Configure.
2544      Branch: cfgperl
2545            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2546            ! config_h.SH mg.c perl.c perl.h taint.c
2547 ____________________________________________________________________________
2548 [  4479] By: jhi                                   on 1999/10/28  11:53:57
2549         Log: Fix typo.
2550      Branch: metaconfig
2551            ! U/typedefs/gidsize.U
2552 ____________________________________________________________________________
2553 [  4478] By: jhi                                   on 1999/10/28  06:50:02
2554         Log: Integrate with Sarathy.
2555      Branch: cfgperl
2556           !> Changes iperlsys.h makedef.pl patchlevel.h perl.h
2557           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
2558           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
2559           !> win32/config_sh.PL win32/makefile.mk win32/win32.h
2560 ____________________________________________________________________________
2561 [  4477] By: jhi                                   on 1999/10/28  06:40:54
2562         Log: (Slightly) better comments for Policy_sh.SH from Andy.
2563      Branch: cfgperl
2564            ! Policy_sh.SH
2565 ____________________________________________________________________________
2566 [  4476] By: gsar                                  on 1999/10/27  23:54:36
2567         Log: regen config* stuff for windows
2568      Branch: perl
2569            ! Changes patchlevel.h win32/Makefile win32/config.bc
2570            ! win32/config.gc win32/config.vc win32/config_H.bc
2571            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
2572            ! win32/makefile.mk
2573 ____________________________________________________________________________
2574 [  4475] By: gsar                                  on 1999/10/27  21:32:30
2575         Log: integrate cfgperl contents into mainline; merge conflicts
2576      Branch: perl
2577           !> (integrate 46 files)
2578 ____________________________________________________________________________
2579 [  4474] By: gsar                                  on 1999/10/27  21:15:07
2580         Log: patch up egcs-1.1.2-mingw32 build (builds a working miniperl, but not
2581              perl; stdout/stderr redirects seem broken as well)
2582      Branch: perl
2583            ! iperlsys.h makedef.pl perl.h win32/makefile.mk win32/win32.h
2584 ____________________________________________________________________________
2585 [  4473] By: jhi                                   on 1999/10/27  21:11:11
2586         Log: Do not block if no message queues available.
2587      Branch: cfgperl
2588            ! t/lib/ipc_sysv.t
2589 ____________________________________________________________________________
2590 [  4472] By: jhi                                   on 1999/10/27  18:27:40
2591         Log: Remove unused "squatter" symbols; regen Configure.
2592      Branch: cfgperl
2593            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
2594            ! Porting/config_H config_h.SH epoc/config.h iperlsys.h perl.h
2595            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2596 ____________________________________________________________________________
2597 [  4471] By: jhi                                   on 1999/10/27  18:26:55
2598         Log: metaconfig; split socket; fix output.
2599      Branch: metaconfig
2600            ! U/modified/d_socket.U U/modified/d_statblks.U
2601      Branch: metaconfig/U/perl
2602            + d_cmsghdr_s.U d_msghdr_s.U d_recvmsg.U d_sendmsg.U
2603            ! i_sysstatfs.U i_sysvfs.U
2604 ____________________________________________________________________________
2605 [  4470] By: jhi                                   on 1999/10/27  17:19:06
2606         Log: Regen Configure.
2607      Branch: cfgperl
2608            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2609            ! config_h.SH perl.c perl.h
2610 ____________________________________________________________________________
2611 [  4469] By: jhi                                   on 1999/10/27  17:18:41
2612         Log: metaconfig; split statfs.
2613      Branch: metaconfig/U/perl
2614            + d_fs_data_s.U d_statfs_f_flags.U d_statfs_s.U
2615            ! d_statfs.U
2616 ____________________________________________________________________________
2617 [  4468] By: jhi                                   on 1999/10/27  14:06:44
2618         Log: Integrate with Sarathy; manual resolve on regcomp.c conflicts
2619              (Ilya's changes won).
2620      Branch: cfgperl
2621           +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
2622           +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
2623           +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
2624           !> (integrate 65 files)
2625 ____________________________________________________________________________
2626 [  4467] By: jhi                                   on 1999/10/27  13:38:41
2627         Log: Regen Configure.
2628      Branch: cfgperl
2629            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2630            ! config_h.SH
2631 ____________________________________________________________________________
2632 [  4466] By: jhi                                   on 1999/10/27  13:18:06
2633         Log: metaconfig fixes from Andy.
2634      Branch: metaconfig
2635            + U/modified/libnlist.U U/modified/usrinc.U
2636            ! U/Glossary.patch U/mkglossary U/modified/libpth.U
2637 ____________________________________________________________________________
2638 [  4465] By: jhi                                   on 1999/10/27  13:06:27
2639         Log: Nosuid checking for statfs() people.
2640      Branch: cfgperl
2641            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2642            ! config_h.SH perl.c perl.h pod/perldiag.pod
2643 ____________________________________________________________________________
2644 [  4464] By: jhi                                   on 1999/10/27  13:04:20
2645         Log: metaconfig maintenance; fix Hasfield, statfs;
2646              add Hasstruct, statfs3, statfs4, ustat, sysvfs;
2647              split fstatfs away from statfs.
2648      Branch: metaconfig
2649            + U/protos/Hasstruct.U
2650            ! U/protos/Hasfield.U
2651      Branch: metaconfig/U/perl
2652            + d_fstatfs.U d_statfs3.U d_statfs4.U d_ustat.U i_sysvfs.U
2653            + i_ustat.U
2654            ! d_statfs.U
2655 ____________________________________________________________________________
2656 [  4463] By: jhi                                   on 1999/10/27  07:55:53
2657         Log: We need cc to be able to test for cc -v.
2658      Branch: cfgperl
2659            ! hints/dec_osf.sh
2660 ____________________________________________________________________________
2661 [  4462] By: gsar                                  on 1999/10/27  01:31:41
2662         Log: more GCC v2.95 induced adjustments
2663      Branch: perl
2664            ! globals.c mg.c opcode.h opcode.pl perl.h sv.c
2665            ! win32/makefile.mk win32/win32.c x2p/walk.c
2666 ____________________________________________________________________________
2667 [  4461] By: gsar                                  on 1999/10/26  21:42:59
2668         Log: warnings and const violations identified by compiling in C++ mode
2669              with GCC v2.95
2670      Branch: perl
2671            ! doio.c embed.pl mg.c op.c perl.c perlapi.c proto.h regcomp.c
2672            ! sv.c taint.c toke.c win32/win32.c
2673 ____________________________________________________________________________
2674 [  4459] By: jhi                                   on 1999/10/26  10:15:58
2675         Log: Regen Configure.
2676      Branch: cfgperl
2677            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2678            ! config_h.SH
2679 ____________________________________________________________________________
2680 [  4458] By: jhi                                   on 1999/10/26  09:48:37
2681         Log: Minor rewordings.
2682      Branch: metaconfig/U/perl
2683            ! d_getmnt.U d_getmntent.U d_statfs.U d_statvfs.U
2684 ____________________________________________________________________________
2685 [  4456] By: jhi                                   on 1999/10/26  09:11:49
2686         Log: Fix d_statfsflags; add d_getmnt.
2687      Branch: metaconfig/U/perl
2688            + d_getmnt.U
2689            ! d_statfs.U
2690 ____________________________________________________________________________
2691 [  4455] By: jhi                                   on 1999/10/26  08:12:27
2692         Log: Massive multitypo in #4446.
2693      Branch: cfgperl
2694            ! hints/dec_osf.sh
2695 ____________________________________________________________________________
2696 [  4454] By: jhi                                   on 1999/10/25  08:28:45
2697         Log: From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
2698              To: Perl 5 Porters <perl5-porters@perl.org>
2699              Subject: [PATCH 5.005_62] dos-djgpp update
2700              Date: Mon, 25 Oct 1999 10:11:30 +0200
2701              Message-ID: <19991025101130.K459@crater.eth.ericsson.se>
2702      Branch: cfgperl
2703            ! djgpp/config.over djgpp/configure.bat djgpp/djgppsed.sh
2704            ! pod/perldelta.pod t/lib/io_unix.t
2705 ____________________________________________________________________________
2706 [  4453] By: jhi                                   on 1999/10/25  08:25:50
2707         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2708              To: perl5-porters@perl.org (Mailing list Perl5)
2709              Subject: [PATCH 5.005_62] Remove the last regnode<==>char*
2710              Date: Mon, 25 Oct 1999 03:06:21 -0400 (EDT)
2711              Message-Id: <199910250706.DAA16825@monk.mps.ohio-state.edu>
2712      Branch: cfgperl
2713            ! embed.h embed.pl proto.h regcomp.c regcomp.h regexec.c
2714 ____________________________________________________________________________
2715 [  4452] By: jhi                                   on 1999/10/25  08:16:55
2716         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2717              To: perl5-porters@perl.org (Mailing list Perl5)
2718              Subject: [PATCH 5.005_62] Missing REx engine patch
2719              Date: Sun, 24 Oct 1999 23:47:45 -0400 (EDT)
2720              Message-Id: <199910250347.XAA16094@monk.mps.ohio-state.edu>
2721      Branch: cfgperl
2722            ! pod/perldiag.pod regcomp.c regexec.c
2723 ____________________________________________________________________________
2724 [  4451] By: jhi                                   on 1999/10/25  08:13:06
2725         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2726              To: perl5-porters@perl.org (Mailing list Perl5)
2727              Subject: [PATCH 5.005_62] charnames and UTEST
2728              Date: Sun, 24 Oct 1999 23:39:49 -0400 (EDT)
2729              Message-Id: <199910250339.XAA16058@monk.mps.ohio-state.edu>
2730      Branch: cfgperl
2731            ! t/lib/charnames.t
2732 ____________________________________________________________________________
2733 [  4450] By: gsar                                  on 1999/10/25  07:38:15
2734         Log: win32 tweak
2735      Branch: perl
2736            ! win32/perllib.c
2737 ____________________________________________________________________________
2738 [  4449] By: gsar                                  on 1999/10/24  23:20:10
2739         Log: remove inconsistent tainting behavior of sprintf("%e",...)
2740              (all bets are off is "C" locale is compromised)
2741      Branch: perl
2742            ! pod/perlfunc.pod pod/perllocale.pod sv.c
2743 ____________________________________________________________________________
2744 [  4448] By: gsar                                  on 1999/10/24  22:20:42
2745         Log: remove unused interpreter globals
2746      Branch: perl
2747            ! deb.c dump.c embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs
2748            ! global.sym gv.c gv.h intrpvar.h objXSUB.h perl.c perlapi.c
2749            ! proto.h toke.c
2750 ____________________________________________________________________________
2751 [  4447] By: jhi                                   on 1999/10/24  21:49:52
2752         Log: Another hints tweak.
2753      Branch: cfgperl
2754            ! hints/aix.sh
2755 ____________________________________________________________________________
2756 [  4446] By: jhi                                   on 1999/10/24  21:48:02
2757         Log: Hints tweak.
2758      Branch: cfgperl
2759            ! hints/dec_osf.sh
2760 ____________________________________________________________________________
2761 [  4445] By: nick                                  on 1999/10/24  21:03:28
2762         Log: Integrate own changes to mainline.
2763      Branch: utfperl
2764           !> installperl pp.c
2765 ____________________________________________________________________________
2766 [  4444] By: nick                                  on 1999/10/24  20:54:06
2767         Log: Avoid creating GV with NULL name when vivifying nameless scalars.
2768              (Fix/workround for [ID19991024.001])
2769      Branch: perl
2770            ! pp.c
2771 ____________________________________________________________________________
2772 [  4443] By: nick                                  on 1999/10/24  15:09:51
2773         Log: Follow that camel ... another sync.
2774      Branch: utfperl
2775           +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
2776           +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
2777           +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
2778           !> (integrate 36 files)
2779 ____________________________________________________________________________
2780 [  4442] By: gsar                                  on 1999/10/24  14:40:01
2781         Log: typo in installperl (from Paul Moore <gustav@morpheus.demon.co.uk>)
2782      Branch: perl
2783            ! installperl
2784 ____________________________________________________________________________
2785 [  4441] By: gsar                                  on 1999/10/24  14:33:11
2786         Log: test in change#4428 needs strict interpretation of C modulus
2787      Branch: perl
2788            ! t/op/int.t
2789 ____________________________________________________________________________
2790 [  4440] By: gsar                                  on 1999/10/24  13:47:17
2791         Log: don't allow SIGCHLD to be ignored at startup, or wait*() and
2792              $? break
2793      Branch: perl
2794            ! perl.c pod/perldelta.pod pod/perldiag.pod
2795 ____________________________________________________________________________
2796 [  4439] By: jhi                                   on 1999/10/24  13:19:17
2797         Log: test for #2835 (yeah, better later than never)
2798      Branch: cfgperl
2799            ! t/op/array.t
2800 ____________________________________________________________________________
2801 [  4438] By: gsar                                  on 1999/10/24  12:59:12
2802         Log: typo, doc tweak
2803      Branch: perl
2804            ! lib/attributes.pm pod/perlop.pod
2805 ____________________________________________________________________________
2806 [  4437] By: gsar                                  on 1999/10/24  11:59:55
2807         Log: allow get() and reftype() functions to be imported (from
2808              Spider Boardman)
2809      Branch: perl
2810            ! lib/attributes.pm
2811 ____________________________________________________________________________
2812 [  4436] By: gsar                                  on 1999/10/24  11:52:53
2813         Log: suppress scalar leak messages for known leaks (from
2814              Robin Barker <rmb1@cise.npl.co.uk>)
2815      Branch: perl
2816            ! Changes t/op/lex_assign.t t/pragma/warn/op
2817 ____________________________________________________________________________
2818 [  4435] By: gsar                                  on 1999/10/24  11:39:42
2819         Log: VMS tweak (suggested by Craig A. Berry <craig.berry@metamor.com>)
2820      Branch: perl
2821            ! ext/B/defsubs_h.PL
2822 ____________________________________________________________________________
2823 [  4434] By: gsar                                  on 1999/10/24  11:36:08
2824         Log: relax range checking if they ask for it (from John L. Allen
2825              <allen@grumman.com>)
2826      Branch: perl
2827            ! lib/Time/Local.pm
2828 ____________________________________________________________________________
2829 [  4433] By: gsar                                  on 1999/10/24  11:25:51
2830         Log: README nits pointed out by Chris Nandor <pudge@pobox.com>
2831      Branch: perl
2832            ! README lib/File/Path.pm
2833 ____________________________________________________________________________
2834 [  4432] By: gsar                                  on 1999/10/24  11:11:02
2835         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2836              Date: Sun, 24 Oct 1999 03:24:28 -0400 (EDT)
2837              Message-Id: <199910240724.DAA12230@monk.mps.ohio-state.edu>
2838              Subject: Re: [PATCH 5.005_62] OS/2 improvements
2839      Branch: perl
2840            + os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
2841            + os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
2842            + os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
2843            ! MANIFEST hints/os2.sh mg.c miniperlmain.c os2/Changes
2844            ! os2/OS2/REXX/Changes os2/OS2/REXX/Makefile.PL
2845            ! os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
2846            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
2847            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
2848            ! os2/OS2/REXX/t/rx_vrexx.t os2/dl_os2.c os2/os2.c os2/os2ish.h
2849            ! perl.c perl.h t/io/fs.t t/op/magic.t
2850 ____________________________________________________________________________
2851 [  4431] By: gsar                                  on 1999/10/24  10:50:14
2852         Log: install all README.foo with pod content as podfoo.pod
2853      Branch: perl
2854            ! Makefile.SH installman
2855 ____________________________________________________________________________
2856 [  4430] By: gsar                                  on 1999/10/24  09:28:24
2857         Log: @INC needs ../lib
2858      Branch: perl
2859            ! t/op/int.t
2860 ____________________________________________________________________________
2861 [  4429] By: jhi                                   on 1999/10/23  21:47:49
2862         Log: More printf-fixes (see also #4426).
2863      Branch: cfgperl
2864            ! deb.c dump.c ext/Data/Dumper/Dumper.xs
2865            ! ext/Devel/DProf/DProf.xs malloc.c mg.c op.c perl.c pp.c
2866            ! pp_ctl.c regcomp.c regexec.c run.c scope.c sv.c util.c
2867 ____________________________________________________________________________
2868 [  4428] By: gsar                                  on 1999/10/23  20:28:56
2869         Log: fix accidental C modulo semantics on integer-valued operations
2870              (e.g. caused C<length("abc") % -10> to return 3 rather than -7)
2871      Branch: perl
2872            ! op.c t/op/int.t
2873 ____________________________________________________________________________
2874 [  4427] By: jhi                                   on 1999/10/23  16:10:10
2875         Log: Integrate with Sarathy.
2876      Branch: cfgperl
2877           !> sv.c win32/win32.c
2878 ____________________________________________________________________________
2879 [  4426] By: jhi                                   on 1999/10/23  16:04:02
2880         Log: Fix the printfing nits pointed out by using gcc -Wall and
2881              Configure -Duse64bits -Dccflags=-DDEBUGGING in Solaris,
2882              plus few other warnings in Dumper.xs.
2883      Branch: cfgperl
2884            ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
2885            ! ext/Devel/Peek/Peek.xs regcomp.c regexec.c sv.c util.c
2886 ____________________________________________________________________________
2887 [  4425] By: jhi                                   on 1999/10/23  15:16:41
2888         Log: Configure regen to pick up the new installation directories
2889              from Policy_sh.SH.  The explanations of "public add-ons" and
2890              "vendor-supplied" could do with more work.
2891      Branch: cfgperl
2892            ! Configure config_h.SH
2893 ____________________________________________________________________________
2894 [  4424] By: nick                                  on 1999/10/23  00:46:22
2895         Log: Resolve mainline before possible hacking operertunity this weekend
2896      Branch: utfperl
2897           +> pod/perlfilter.pod
2898           !> (integrate 32 files)
2899 ____________________________________________________________________________
2900 [  4423] By: jhi                                   on 1999/10/22  22:53:17
2901         Log: Update Policy_sh.SH to handle the newer installation directives.
2902              From: Andy Dougherty <doughera@lafayette.edu>
2903              To: Perl Porters <perl5-porters@perl.org>
2904              Subject: [PATCH 5.005_62] Policy_sh.SH update
2905              Date: Fri, 22 Oct 1999 16:47:34 -0400 (EDT)
2906              Message-ID: <Pine.SOL.4.10.9910221645470.15232-100000@maxwell.phys.lafayette.edu>
2907      Branch: cfgperl
2908            ! Policy_sh.SH
2909 ____________________________________________________________________________
2910 [  4422] By: jhi                                   on 1999/10/22  22:44:44
2911         Log: so back to 'so', from Stephanie Beals <bealzy@us.ibm.com>
2912      Branch: cfgperl
2913            ! hints/aix.sh
2914 ____________________________________________________________________________
2915 [  4421] By: gsar                                  on 1999/10/22  21:16:44
2916         Log: sv_vcatpvfn() bug: fell through to assuming intsize of 'q' for
2917              C<"%ld", long_val>
2918      Branch: perl
2919            ! sv.c
2920 ____________________________________________________________________________
2921 [  4420] By: gsar                                  on 1999/10/22  16:36:46
2922         Log: win32_utime() on directories should use localtime() rather
2923              than gmtime() (from Jan Dubois)
2924      Branch: perl
2925            ! win32/win32.c
2926 ____________________________________________________________________________
2927 [  4419] By: jhi                                   on 1999/10/21  10:31:41
2928         Log: Integrate with Sarathy.
2929      Branch: cfgperl
2930           !> Makefile.SH lib/CPAN/FirstTime.pm op.c opcode.h opcode.pl
2931           !> t/lib/glob-basic.t t/op/sort.t
2932 ____________________________________________________________________________
2933 [  4418] By: gsar                                  on 1999/10/20  23:49:47
2934         Log: add test for change#4417
2935      Branch: perl
2936            ! t/op/sort.t
2937 ____________________________________________________________________________
2938 [  4417] By: gsar                                  on 1999/10/20  23:45:03
2939         Log: avoid coredump on C<sort { my $c; return $a cmp $b } ...>
2940      Branch: perl
2941            ! op.c
2942 ____________________________________________________________________________
2943 [  4416] By: gsar                                  on 1999/10/20  01:00:50
2944         Log: fix prototype mismatch (from Hans Mulder <hansm@xs4all.nl>)
2945      Branch: perl
2946            ! lib/CPAN/FirstTime.pm
2947 ____________________________________________________________________________
2948 [  4415] By: gsar                                  on 1999/10/20  00:52:34
2949         Log: disable optimizing troublesome ops in change#3612
2950              (from Ilya Zakharevich)
2951      Branch: perl
2952            ! Makefile.SH opcode.h opcode.pl
2953 ____________________________________________________________________________
2954 [  4414] By: gsar                                  on 1999/10/20  00:37:46
2955         Log: skip unreadable directory test when running as root
2956      Branch: perl
2957            ! t/lib/glob-basic.t
2958 ____________________________________________________________________________
2959 [  4413] By: jhi                                   on 1999/10/19  09:26:52
2960         Log: Avoid GNU ar if HP cc is being used.
2961      Branch: cfgperl
2962            ! hints/hpux.sh
2963 ____________________________________________________________________________
2964 [  4412] By: jhi                                   on 1999/10/19  07:24:29
2965         Log: Integrate with Sarathy.
2966      Branch: cfgperl
2967           !> perlvars.h
2968 ____________________________________________________________________________
2969 [  4411] By: jhi                                   on 1999/10/19  07:22:34
2970         Log: Long double support: sqrtl et al are not available everywhere,
2971              e.g. not in Solaris, even when long doubles are.
2972      Branch: cfgperl
2973            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2974            ! config_h.SH perl.h
2975 ____________________________________________________________________________
2976 [  4410] By: jhi                                   on 1999/10/19  07:21:42
2977         Log: Add sqrtl probe, add echo dependencies.
2978      Branch: metaconfig
2979            ! U/threads/d_pthreadj.U
2980      Branch: metaconfig/U/perl
2981            + d_sqrtl.U
2982            ! i_inttypes.U io64.U
2983 ____________________________________________________________________________
2984 [  4409] By: gsar                                  on 1999/10/19  02:18:54
2985         Log: perl_mutex n/a if !USE_THREADS
2986      Branch: perl
2987            ! perlvars.h
2988 ____________________________________________________________________________
2989 [  4408] By: jhi                                   on 1999/10/18  20:13:02
2990         Log: Forgotten s/warning/warnings/.
2991      Branch: cfgperl
2992            ! Makefile.SH
2993 ____________________________________________________________________________
2994 [  4407] By: jhi                                   on 1999/10/18  20:02:12
2995         Log: Integrate with Sarathy.
2996      Branch: cfgperl
2997           +> pod/perlfilter.pod
2998           !> (integrate 30 files)
2999 ____________________________________________________________________________
3000 [  4406] By: gsar                                  on 1999/10/18  16:32:10
3001         Log: added intro to source filters from Paul Marquess
3002      Branch: perl
3003            + pod/perlfilter.pod
3004            ! MANIFEST pod/perldelta.pod
3005 ____________________________________________________________________________
3006 [  4405] By: gsar                                  on 1999/10/18  05:53:06
3007         Log: missing manpages
3008      Branch: perl
3009            ! installman
3010 ____________________________________________________________________________
3011 [  4404] By: gsar                                  on 1999/10/18  05:09:22
3012         Log: pod updates from Tom Christiansen
3013      Branch: perl
3014            ! lib/Pod/Man.pm pod/perldelta.pod pod/perlmodlib.pod
3015 ____________________________________________________________________________
3016 [  4403] By: gsar                                  on 1999/10/17  23:43:59
3017         Log: PL_malloc_mutex needs to be global, not per-interpreter
3018              (malloc.c has static data)
3019      Branch: perl
3020            ! embedvar.h intrpvar.h objXSUB.h perl.c perlvars.h
3021 ____________________________________________________________________________
3022 [  4402] By: gsar                                  on 1999/10/17  22:30:30
3023         Log: support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on
3024              windows
3025      Branch: perl
3026            ! XSUB.h ext/POSIX/POSIX.xs intrpvar.h makedef.pl malloc.c
3027            ! perl.c perl.h perlio.c win32/perllib.c win32/win32.c
3028            ! win32/win32.h
3029 ____________________________________________________________________________
3030 [  4401] By: gsar                                  on 1999/10/17  20:33:42
3031         Log: serious bug introduced by G_VOID changes in 5.003_96: scalar
3032              eval"" did not pop stack correctly; C<$a = eval "(1,2)x1">
3033              is one symptom of the problem
3034      Branch: perl
3035            ! pp_ctl.c t/op/eval.t
3036 ____________________________________________________________________________
3037 [  4400] By: gsar                                  on 1999/10/17  18:36:46
3038         Log: remove FileHandle from list of PodParser dependencies (the
3039              difference is 20 files vs 6 files loaded!)
3040      Branch: perl
3041            ! lib/Pod/Parser.pm lib/Pod/Select.pm pod/perldelta.pod
3042            ! t/pod/testcmp.pl
3043 ____________________________________________________________________________
3044 [  4399] By: nick                                  on 1999/10/17  14:51:35
3045         Log: Pre-trip resolve
3046      Branch: utfperl
3047           !> installperl lib/Text/Tabs.pm perl.c pp_hot.c
3048 ____________________________________________________________________________
3049 [  4398] By: gsar                                  on 1999/10/17  09:19:24
3050         Log: make installperl ignore RCS files (from Michael G Schwern
3051              <schwern@pobox.com>)
3052      Branch: perl
3053            ! installperl lib/Text/Tabs.pm
3054 ____________________________________________________________________________
3055 [  4397] By: gsar                                  on 1999/10/16  18:30:14
3056         Log: another bug in change#3386 (CATCH_SET wasn't reverted correctly)
3057      Branch: perl
3058            ! perl.c
3059 ____________________________________________________________________________
3060 [  4396] By: jhi                                   on 1999/10/16  17:44:39
3061         Log: Missing comma.
3062      Branch: cfgperl
3063            ! lib/diagnostics.pm
3064 ____________________________________________________________________________
3065 [  4395] By: gsar                                  on 1999/10/16  17:18:36
3066         Log: assumption about @_ always being non-REAL doesn't hold when
3067              debugger is running; DB::sub() can call arbitrary stuff
3068              that modifies @_ at will
3069      Branch: perl
3070            ! pp_hot.c
3071 ____________________________________________________________________________
3072 [  4394] By: nick                                  on 1999/10/16  09:35:20
3073         Log: Resolve utfperl branch against mainline as of _62
3074      Branch: utfperl
3075           +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
3076           +> ext/DB_File/hints/sco.pl ext/DynaLoader/hints/aix.pl
3077           +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
3078           +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
3079           +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
3080           +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
3081           +> pod/perlhack.pod t/lib/glob-basic.t t/lib/glob-global.t
3082           +> t/lib/glob-taint.t win32/genmk95.pl
3083            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
3084           !> (integrate 144 files)
3085 ____________________________________________________________________________
3086 [  4393] By: gsar                                  on 1999/10/16  04:07:02
3087         Log: OS/2 support bits (from Ilya Zakharevich)
3088      Branch: perl
3089            ! hints/os2.sh makedef.pl os2/Makefile.SHs t/lib/glob-basic.t
3090 ____________________________________________________________________________
3091 [  4392] By: jhi                                   on 1999/10/15  10:28:09
3092         Log: Integrate with Sarathy.
3093      Branch: cfgperl
3094           !> Changes MANIFEST Makefile.SH Porting/makerel lib/Pod/Man.pm
3095           !> lib/Pod/Parser.pm op.c pod/perldelta.pod pod/perlopentut.pod
3096           !> win32/Makefile win32/makefile.mk
3097
3098 ----------------
3099 Version 5.005_62
3100 ----------------
3101
3102 ____________________________________________________________________________
3103 [  4391] By: gsar                                  on 1999/10/15  10:12:42
3104         Log: here be 5.005_62
3105      Branch: perl
3106            ! Changes MANIFEST Porting/makerel
3107 ____________________________________________________________________________
3108 [  4390] By: gsar                                  on 1999/10/15  09:45:51
3109         Log: lvalue subs patch (change#4081) breaks C<\(Foo->Bar())>;
3110              avoid tickling it in Pod::Man for now; other nits in
3111              Pod::*
3112      Branch: perl
3113            ! lib/Pod/Man.pm lib/Pod/Parser.pm pod/perldelta.pod
3114            ! pod/perlopentut.pod
3115 ____________________________________________________________________________
3116 [  4389] By: gsar                                  on 1999/10/15  08:55:01
3117         Log: disable internal globbing for miniperl (or build breaks out
3118              in a rash of failed dependencies)
3119      Branch: perl
3120            ! Makefile.SH op.c win32/Makefile win32/makefile.mk
3121 ____________________________________________________________________________
3122 [  4388] By: jhi                                   on 1999/10/15  08:07:49
3123         Log: Integrate with Sarathy.
3124      Branch: cfgperl
3125           !> Changes ext/POSIX/POSIX.xs lib/Benchmark.pm pod/perldelta.pod
3126           !> pod/perlfaq2.pod win32/include/dirent.h win32/win32.c
3127 ____________________________________________________________________________
3128 [  4387] By: gsar                                  on 1999/10/15  07:46:24
3129         Log: integrate cfgperl contents into mainline
3130      Branch: perl
3131            ! Changes
3132           !> pod/perldelta.pod pod/perldiag.pod regcomp.c
3133           !> t/pragma/warn/regcomp
3134 ____________________________________________________________________________
3135 [  4386] By: gsar                                  on 1999/10/15  05:45:36
3136         Log: various little goofs in change#4385
3137      Branch: perl
3138            ! win32/include/dirent.h win32/win32.c
3139 ____________________________________________________________________________
3140 [  4385] By: gsar                                  on 1999/10/15  04:49:09
3141         Log: win32_*dir() cleanup; win32_readdir() iterates as necessary
3142              rather than win32_opendir() reading all files up front (untested)
3143      Branch: perl
3144            ! win32/include/dirent.h win32/win32.c
3145 ____________________________________________________________________________
3146 [  4384] By: gsar                                  on 1999/10/15  01:34:09
3147         Log: Benchmark notes (from Barrie Slaymaker <barries@slaysys.com>)
3148      Branch: perl
3149            ! lib/Benchmark.pm pod/perldelta.pod
3150 ____________________________________________________________________________
3151 [  4383] By: gsar                                  on 1999/10/15  01:22:32
3152         Log: include info about Perl Mongers in perlfaq2 (from David H. Adler
3153              <dha@panix.com>)
3154      Branch: perl
3155            ! pod/perlfaq2.pod
3156 ____________________________________________________________________________
3157 [  4382] By: gsar                                  on 1999/10/15  01:14:22
3158         Log: From: jand@ActiveState.com (Jan Dubois)
3159              Date: Fri, 15 Oct 1999 01:14:23 +0200
3160              Message-ID: <380f61ae.18202914@smtprelay.t-online.de>
3161              Subject: [PATCH 5.005_61] Prevent "Out of memory" error in POSIX's strftime()
3162      Branch: perl
3163            ! ext/POSIX/POSIX.xs
3164 ____________________________________________________________________________
3165 [  4381] By: jhi                                   on 1999/10/14  22:11:36
3166         Log: Integrate with Sarathy.
3167      Branch: cfgperl
3168           !> XSUB.h cop.h embed.h embed.pl ext/File/Glob/bsd_glob.c
3169           !> lib/Time/Local.pm perl.c perlapi.c pod/perlop.pod pp_ctl.c
3170           !> proto.h scope.c scope.h t/op/runlevel.t util.c win32/Makefile
3171           !> win32/makefile.mk
3172 ____________________________________________________________________________
3173 [  4380] By: jhi                                   on 1999/10/14  22:08:22
3174         Log: Warn inside character classes about unknown backslash escapes
3175              (that are not caught earlier because of being completely unknown,
3176              such as \m), such as \z (because they make do sense inside regexen,
3177              but not inside character classes).
3178      Branch: cfgperl
3179            ! pod/perldelta.pod pod/perldiag.pod regcomp.c
3180            ! t/pragma/warn/regcomp
3181 ____________________________________________________________________________
3182 [  4379] By: gsar                                  on 1999/10/14  18:26:56
3183         Log: clarify significance of parens for "x" (from M.J.T. Guy
3184              <mjtg@cus.cam.ac.uk>)
3185      Branch: perl
3186            ! pod/perlop.pod
3187 ____________________________________________________________________________
3188 [  4378] By: gsar                                  on 1999/10/14  18:25:20
3189         Log: make timelocal work better when time is close to the epoch
3190              east of GMT (from Keiki SATOH <kki@wakusei.ne.jp>)
3191      Branch: perl
3192            ! lib/Time/Local.pm
3193 ____________________________________________________________________________
3194 [  4377] By: gsar                                  on 1999/10/14  18:15:11
3195         Log: integrate cfgperl contents into mainline
3196      Branch: perl
3197           +> ext/DB_File/hints/sco.pl
3198           !> MANIFEST hints/aix.sh hints/linux.sh hints/svr5.sh
3199           !> pod/perldelta.pod pod/perldiag.pod pod/perlop.pod
3200           !> pod/perlre.pod regcomp.c t/op/re_tests t/pragma/warn/regcomp
3201 ____________________________________________________________________________
3202 [  4376] By: gsar                                  on 1999/10/14  17:47:35
3203         Log: fix POPSTACK panics that ensued from bad interaction between
3204              runlevels and stack of stacks (change#3988 done right);
3205              basically, we pop the runlevel if the stacklevel is not the
3206              same one we started the runlevel with
3207      Branch: perl
3208            ! cop.h perl.c pp_ctl.c t/op/runlevel.t util.c
3209 ____________________________________________________________________________
3210 [  4375] By: gsar                                  on 1999/10/14  15:54:48
3211         Log: avoid warnings
3212      Branch: perl
3213            ! ext/File/Glob/bsd_glob.c
3214 ____________________________________________________________________________
3215 [  4374] By: jhi                                   on 1999/10/14  10:08:44
3216         Log: Warn about false ranges like \d-\w (see the change #4355).
3217              The invalid ranges (b-a) warning message also enhanced.
3218      Branch: cfgperl
3219            ! pod/perldelta.pod pod/perldiag.pod regcomp.c t/op/re_tests
3220            ! t/pragma/warn/regcomp
3221 ____________________________________________________________________________
3222 [  4373] By: gsar                                  on 1999/10/14  03:49:54
3223         Log: File::Glob fixes for Windows
3224      Branch: perl
3225            ! XSUB.h ext/File/Glob/bsd_glob.c win32/Makefile
3226            ! win32/makefile.mk
3227 ____________________________________________________________________________
3228 [  4372] By: gsar                                  on 1999/10/14  02:21:31
3229         Log: avoid inefficiency in change#3386 (every longjmp() was followed
3230              by an avoidable call to setjmp())
3231      Branch: perl
3232            ! embed.h embed.pl perl.c perlapi.c pod/perldelta.pod pp_ctl.c
3233            ! proto.h scope.c scope.h
3234 ____________________________________________________________________________
3235 [  4371] By: jhi                                   on 1999/10/13  21:17:17
3236         Log: Integrate with Sarathy.
3237      Branch: cfgperl
3238           !> op.c pod/perldelta.pod
3239 ____________________________________________________________________________
3240 [  4370] By: gsar                                  on 1999/10/13  18:08:45
3241         Log: misc tweaks
3242      Branch: perl
3243            ! op.c pod/perldelta.pod
3244 ____________________________________________________________________________
3245 [  4369] By: jhi                                   on 1999/10/13  16:18:58
3246         Log: Integrate with Sarathy.
3247      Branch: cfgperl
3248           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
3249 ____________________________________________________________________________
3250 [  4368] By: gsar                                  on 1999/10/13  16:14:16
3251         Log: pod nits from various perl porters
3252      Branch: perl
3253            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
3254 ____________________________________________________________________________
3255 [  4367] By: jhi                                   on 1999/10/13  12:10:30
3256         Log: From: Vlad Harchev <hvv@hippo.ru>
3257              To: perl5-porters@perl.org
3258              Subject: [ID 19991013.002] fix for 'perlop.pod' shipped with perl5.00503
3259              Date: Wed, 13 Oct 1999 15:48:59 +0500 (SAMST)
3260              Message-Id: <Pine.LNX.4.10.9910131546580.3542-100000@localhost.localdomain>
3261      Branch: cfgperl
3262            ! pod/perlop.pod
3263 ____________________________________________________________________________
3264 [  4366] By: gsar                                  on 1999/10/13  08:11:11
3265         Log: typos and language goofs pointed out by Hugo van der Sanden
3266              <hv@crypt.compulink.co.uk>
3267      Branch: perl
3268            ! pod/perldelta.pod pod/perldiag.pod
3269 ____________________________________________________________________________
3270 [  4365] By: jhi                                   on 1999/10/13  07:27:44
3271         Log: Integrate with Sarathy.
3272      Branch: cfgperl
3273           +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
3274           +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
3275           +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
3276           +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
3277           +> t/lib/glob-basic.t t/lib/glob-global.t t/lib/glob-taint.t
3278           !> Changes MANIFEST README.win32 ext/ODBM_File/hints/sco.pl
3279           !> lib/perl5db.pl op.c pod/perldelta.pod pod/perlfaq8.pod
3280           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod t/op/glob.t
3281           !> t/op/readdir.t t/op/taint.t t/pragma/overload.t util.c
3282 ____________________________________________________________________________
3283 [  4364] By: gsar                                  on 1999/10/13  07:06:04
3284         Log: debugger tweak (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
3285      Branch: perl
3286            ! lib/perl5db.pl
3287 ____________________________________________________________________________
3288 [  4363] By: jhi                                   on 1999/10/13  07:03:43
3289         Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
3290              To: perl5-porters@perl.org
3291              Subject: [ID 19991012.002] Latest UnixWare7 (svr5.sh) hints file
3292              Date: Tue, 12 Oct 1999 19:48:11 -0700 (PDT)
3293              Message-Id: <199910130248.TAA14636@scoot.pdev.sco.com>
3294      Branch: cfgperl
3295            ! hints/svr5.sh
3296 ____________________________________________________________________________
3297 [  4362] By: jhi                                   on 1999/10/13  06:57:16
3298         Log: Add DB_File hint for SCO ODT.
3299              From: hops@sco.com
3300              To: perl5-porters@perl.org
3301              Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
3302              Date: Tue, 12 Oct 1999 20:16:04 PDT
3303              Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
3304      Branch: cfgperl
3305            + ext/DB_File/hints/sco.pl
3306            ! MANIFEST
3307 ____________________________________________________________________________
3308 [  4361] By: gsar                                  on 1999/10/13  06:56:08
3309         Log: PL_numeric_radix used without being defined (from Ilya
3310              Zakharevich)
3311      Branch: perl
3312            ! util.c
3313 ____________________________________________________________________________
3314 [  4360] By: gsar                                  on 1999/10/13  06:43:03
3315         Log: use libdbm.nfs.a if available (libdbm.a is missing dbmclose())
3316              From: hops@sco.com
3317              Date: Tue, 12 Oct 1999 20:16:04 PDT
3318              Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
3319              Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
3320      Branch: perl
3321            + ext/NDBM_File/hints/sco.pl
3322            ! MANIFEST ext/ODBM_File/hints/sco.pl
3323 ____________________________________________________________________________
3324 [  4359] By: gsar                                  on 1999/10/13  06:34:53
3325         Log: various pod tweaks (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
3326      Branch: perl
3327            ! README.win32 pod/perlfaq8.pod pod/perlfunc.pod pod/perlop.pod
3328            ! pod/perlport.pod
3329 ____________________________________________________________________________
3330 [  4358] By: gsar                                  on 1999/10/12  19:10:27
3331         Log: perldelta updates
3332      Branch: perl
3333            ! pod/perldelta.pod
3334 ____________________________________________________________________________
3335 [  4357] By: gsar                                  on 1999/10/12  17:11:18
3336         Log: update perldelta for change#4356
3337      Branch: perl
3338            ! Changes pod/perldelta.pod
3339 ____________________________________________________________________________
3340 [  4356] By: gsar                                  on 1999/10/12  16:53:31
3341         Log: add File::BSDGlob as File::Glob and load it at compile-time
3342              if perl was built with -DPERL_INTERNAL_GLOB
3343              
3344              TODO: we currently get a compile-time failure if File/Glob.pm
3345              can't be found; such failure needs to be made to emit a warning
3346              and use the csh implementation instead
3347      Branch: perl
3348            + ext/File/Glob/Changes ext/File/Glob/Glob.pm
3349            + ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
3350            + ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
3351            + ext/File/Glob/bsd_glob.h t/lib/glob-basic.t
3352            + t/lib/glob-global.t t/lib/glob-taint.t
3353            ! MANIFEST op.c t/op/glob.t t/op/readdir.t t/op/taint.t
3354            ! t/pragma/overload.t
3355 ____________________________________________________________________________
3356 [  4355] By: jhi                                   on 1999/10/12  15:30:05
3357         Log: Revert the parts of #3926 that outlawed character ranges
3358              that have character classes such as \w as either endpoint.
3359              This change re-establishes the old behavior which meant that
3360              such ranges weren't really ranges, the "-" was literal.
3361              Moreover, this change also fixes the old behavior to be
3362              more consistent: [\w-.] and [\s-\w] worked, but [.-\w] didn't.
3363              Now they all do work as described above.  The #3926 outlawed
3364              all of those.
3365      Branch: cfgperl
3366            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
3367 ____________________________________________________________________________
3368 [  4354] By: jhi                                   on 1999/10/12  09:58:59
3369         Log: Integrate with Sarathy.
3370      Branch: cfgperl
3371           !> (integrate 33 files)
3372 ____________________________________________________________________________
3373 [  4353] By: gsar                                  on 1999/10/12  05:53:40
3374         Log: apply parts of LynxOS patches from Alan Johnson
3375              <johnson@alonn.gemse.fr>
3376      Branch: perl
3377            ! Changes hints/lynxos.sh pod/perldelta.pod t/lib/safe2.t
3378            ! t/op/groups.t
3379 ____________________________________________________________________________
3380 [  4352] By: gsar                                  on 1999/10/12  05:24:39
3381         Log: allow any unpack specifier to take a count via '/'
3382              (from Ilya Zakharevich)
3383      Branch: perl
3384            ! pp.c t/op/pack.t
3385 ____________________________________________________________________________
3386 [  4351] By: gsar                                  on 1999/10/12  05:02:35
3387         Log: avoid warnings
3388      Branch: perl
3389            ! malloc.c
3390 ____________________________________________________________________________
3391 [  4350] By: gsar                                  on 1999/10/12  04:50:52
3392         Log: various cleanups
3393      Branch: perl
3394            ! ext/Devel/DProf/DProf.xs op.c perl.c perly.c perly.y
3395            ! perly_c.diff pp_hot.c toke.c vms/perly_c.vms win32/config.bc
3396            ! win32/config.gc win32/config.vc win32/config_H.bc
3397            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
3398 ____________________________________________________________________________
3399 [  4349] By: gsar                                  on 1999/10/12  00:23:11
3400         Log: update Changes, patchlevel etc.
3401      Branch: perl
3402            ! Changes Porting/findvars patchlevel.h win32/Makefile
3403            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3404            ! win32/makefile.mk
3405 ____________________________________________________________________________
3406 [  4348] By: gsar                                  on 1999/10/11  23:11:57
3407         Log: add vec() example from Chaim Frenkel <chaimf@pobox.com>
3408      Branch: perl
3409            ! pod/perlfunc.pod
3410 ____________________________________________________________________________
3411 [  4347] By: jhi                                   on 1999/10/11  21:25:03
3412         Log: Sparc Linux -Duseshrplib fix.
3413              
3414              From: Brian Jepson <bjepson@home.com>
3415              To: Nick Ing-Simmons <nick@ing-simmons.net>
3416              cc: perl5-porters@perl.org
3417              Subject: Re: [ID 19990813.002] Can't build Perl 5.005_60 on SPARC/Linux with -Duseshrplib
3418              Date: Fri, 20 Aug 1999 11:25:17 -0500 (EST)
3419              Message-ID: <Pine.LNX.4.10.9908201123570.5116-100000@cx384756-a.sking1.ri.home.com>
3420      Branch: cfgperl
3421            ! hints/linux.sh
3422 ____________________________________________________________________________
3423 [  4346] By: gsar                                  on 1999/10/11  20:28:32
3424         Log: more pack/unpack documentation (from Ilya Zakharevich); changed
3425              the behavior of 'Z*' and 'Z3' to always pack a trailing
3426              null byte; changed documentation to suit; added test
3427      Branch: perl
3428            ! pod/perlfunc.pod pp.c t/op/pack.t
3429 ____________________________________________________________________________
3430 [  4345] By: gsar                                  on 1999/10/11  19:15:46
3431         Log: writing to perllocal.pod fails if it was never created;
3432              tweak pseudo-hash example (both suggested by Michael G Schwern
3433              <schwern@pobox.com>)
3434      Branch: perl
3435            ! lib/ExtUtils/MM_Unix.pm pod/perlref.pod
3436 ____________________________________________________________________________
3437 [  4344] By: gsar                                  on 1999/10/11  17:57:31
3438         Log: slightly edited variant of suggested patch
3439              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3440              Date: Thu, 9 Sep 1999 18:35:37 -0400
3441              Message-ID: <19990909183537.A28682@monk.mps.ohio-state.edu>
3442              Subject: [PATCH 5.005_58] How RExen match?
3443      Branch: perl
3444            ! pod/perlre.pod
3445 ____________________________________________________________________________
3446 [  4343] By: gsar                                  on 1999/10/11  16:55:48
3447         Log: change#4327 was inefficient
3448      Branch: perl
3449            ! lib/lib.pm
3450 ____________________________________________________________________________
3451 [  4342] By: jhi                                   on 1999/10/11  07:01:46
3452         Log: Integrate with Sarathy.
3453      Branch: cfgperl
3454           +> pod/perlhack.pod
3455           !> (integrate 28 files)
3456 ____________________________________________________________________________
3457 [  4341] By: jhi                                   on 1999/10/11  06:37:47
3458         Log: The 2.5th cut at the AIX C++ extension problems.
3459      Branch: cfgperl
3460            ! hints/aix.sh
3461 ____________________________________________________________________________
3462 [  4340] By: gsar                                  on 1999/10/10  23:48:07
3463         Log: add perlhack.pod from Nathan Torkington <gnat@frii.com>
3464      Branch: perl
3465            + pod/perlhack.pod
3466            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
3467 ____________________________________________________________________________
3468 [  4339] By: gsar                                  on 1999/10/10  20:42:40
3469         Log: revert SAVEDESTRUCTOR() to accepting void(*)(void*) for source
3470              compatibility; introduce SAVEDESTRUCTOR_X() that accepts
3471              void(*)(pTHX_ void*)
3472      Branch: perl
3473            ! embed.h embed.pl ext/Devel/DProf/DProf.xs global.sym mg.c
3474            ! objXSUB.h perl.h perlapi.c perly.c perly.y perly_c.diff
3475            ! pod/perlguts.pod pod/perltoc.pod pp.c pp_hot.c proto.h
3476            ! regcomp.h regexec.c scope.c scope.h toke.c vms/perly_c.vms
3477 ____________________________________________________________________________
3478 [  4338] By: gsar                                  on 1999/10/10  20:38:59
3479         Log: add missing new diagnostics to perldelta
3480      Branch: perl
3481            ! pod/perldelta.pod
3482 ____________________________________________________________________________
3483 [  4337] By: gsar                                  on 1999/10/10  17:40:13
3484         Log: update perldelta for change#3406
3485      Branch: perl
3486            ! embed.pl pod/perldata.pod pod/perldelta.pod
3487 ____________________________________________________________________________
3488 [  4336] By: gsar                                  on 1999/10/10  16:33:14
3489         Log: integrate cfgperl contents into mainline
3490      Branch: perl
3491           +> ext/DynaLoader/hints/aix.pl
3492           !> MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh hints/irix_6.sh
3493           !> makedef.pl perl.h pod/perldelta.pod
3494 ____________________________________________________________________________
3495 [  4335] By: jhi                                   on 1999/10/10  11:09:48
3496         Log: Update perldelta.
3497      Branch: cfgperl
3498            ! pod/perldelta.pod
3499 ____________________________________________________________________________
3500 [  4334] By: jhi                                   on 1999/10/10  10:31:46
3501         Log: Integrate with Sarathy.
3502      Branch: cfgperl
3503           +> win32/genmk95.pl
3504           !> Changes MANIFEST README.win32 cop.h ext/Thread/Thread.pm
3505           !> ext/Thread/Thread.xs ext/Thread/Thread/Queue.pm
3506           !> ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm
3507           !> ext/Thread/sync.t ext/Thread/sync2.t installperl
3508           !> lib/Exporter.pm lib/ExtUtils/MM_Unix.pm
3509           !> lib/ExtUtils/MM_Win32.pm lib/diagnostics.pm lib/lib.pm perl.c
3510           !> pod/perldelta.pod pod/perlfunc.pod pp_ctl.c pp_hot.c pp_sys.c
3511           !> utils/perldoc.PL win32/makefile.mk
3512 ____________________________________________________________________________
3513 [  4333] By: gsar                                  on 1999/10/10  06:33:15
3514         Log: install pods to 'pods' rather than 'pod' on cygwin (modified
3515              a patch suggested by cwilson@cc865179-c.chmbl1.ga.home.com)
3516      Branch: perl
3517            ! installperl lib/diagnostics.pm utils/perldoc.PL
3518 ____________________________________________________________________________
3519 [  4332] By: gsar                                  on 1999/10/10  05:15:26
3520         Log: add $VERSION
3521      Branch: perl
3522            ! lib/Exporter.pm
3523 ____________________________________________________________________________
3524 [  4331] By: gsar                                  on 1999/10/10  05:10:22
3525         Log: describe what can go in an export list (from Anno Siegel
3526              <anno4000@lublin.zrz.tu-berlin.de>)
3527      Branch: perl
3528            ! lib/Exporter.pm
3529 ____________________________________________________________________________
3530 [  4330] By: gsar                                  on 1999/10/10  04:50:43
3531         Log: more basic support for building modules under Windows 95/98
3532              (applied relevant parts from a patch suggested by
3533              Jochen Wiedmann <joe@ispsoft.de>)
3534      Branch: perl
3535            ! lib/ExtUtils/MM_Unix.pm
3536 ____________________________________________________________________________
3537 [  4329] By: gsar                                  on 1999/10/10  04:28:38
3538         Log: rudimentary support for building under Windows 95/98 (from
3539              Benjamin Stuhl <sho_pi@hotmail.com>)
3540      Branch: perl
3541            + win32/genmk95.pl
3542            ! MANIFEST README.win32 lib/ExtUtils/MM_Win32.pm
3543            ! win32/makefile.mk
3544 ____________________________________________________________________________
3545 [  4328] By: gsar                                  on 1999/10/10  03:37:21
3546         Log: fix two leaks in Thread.xs (from Eugene Alterman
3547              <Eugene.Alterman@bremer-inc.com>); convert places with
3548              'use attrs' to new attributes syntax
3549      Branch: perl
3550            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
3551            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
3552            ! ext/Thread/Thread/Specific.pm ext/Thread/sync.t
3553            ! ext/Thread/sync2.t
3554 ____________________________________________________________________________
3555 [  4327] By: gsar                                  on 1999/10/10  02:23:52
3556         Log: avoid duplicates in @INC, they cause leaks in mod_perl etc
3557              (suggested by Tod Irwin <irwin@stockmaster.com>)
3558      Branch: perl
3559            ! lib/lib.pm
3560 ____________________________________________________________________________
3561 [  4326] By: gsar                                  on 1999/10/10  00:51:48
3562         Log: better documentation for recv() (from Anton Berezin
3563              <tobez@plab.ku.dk>)
3564      Branch: perl
3565            ! pod/perlfunc.pod
3566 ____________________________________________________________________________
3567 [  4325] By: gsar                                  on 1999/10/09  22:46:23
3568         Log: perldelta updates (see TODO markers)
3569      Branch: perl
3570            ! Changes pod/perldelta.pod pp_sys.c
3571 ____________________________________________________________________________
3572 [  4324] By: gsar                                  on 1999/10/09  19:43:10
3573         Log: fix Exporter::export_to_level() documentation
3574      Branch: perl
3575            ! lib/Exporter.pm
3576 ____________________________________________________________________________
3577 [  4323] By: gsar                                  on 1999/10/09  18:48:31
3578         Log: don't run END blocks when running under -c switch (older,
3579              rarely useful behavior may still be obtained by putting
3580              BEGIN { $^C = 0; exit; } at the end of the script)
3581      Branch: perl
3582            ! perl.c
3583 ____________________________________________________________________________
3584 [  4322] By: jhi                                   on 1999/10/09  05:31:26
3585         Log: While awaiting a good test program to detect the broken gcc.
3586              From: Thomas Conté <tom@fr.uu.net>
3587              To: <jhi@iki.fi>
3588              Cc: <perl5-porters@perl.org>
3589              Subject: Re: [ID 19990825.007] test t/lib/ipc_sysv.t failing under irix 6.4
3590              Date: Wed, 6 Oct 1999 19:56:29 +0200
3591              Message-ID: <000a01bf1024$1d938f20$252ad0d4@eng.iway.fr>
3592      Branch: cfgperl
3593            ! hints/irix_6.sh perl.h
3594 ____________________________________________________________________________
3595 [  4321] By: gsar                                  on 1999/10/09  00:41:02
3596         Log: POPSUB() gave up the refcount to the CV before LEAVE had a chance to
3597              clear entries in the CV's pad, leading to coredumps when CV had no
3598              other references to it; this is a slightly edited version of the
3599              patch suggested by Russel O'Connor <roconnor@world.std.com>
3600      Branch: perl
3601            ! cop.h pp_ctl.c pp_hot.c
3602 ____________________________________________________________________________
3603 [  4320] By: gsar                                  on 1999/10/08  22:50:51
3604         Log: revert POP{SUB,LOOP}{1,2} logic to the simpler pre-5.003_24
3605              situation (assumptions about cx invalidation are not valid
3606              anymore)
3607      Branch: perl
3608            ! cop.h pp_ctl.c pp_hot.c
3609 ____________________________________________________________________________
3610 [  4319] By: jhi                                   on 1999/10/08  14:33:31
3611         Log: Integrate with Sarathy.
3612      Branch: cfgperl
3613           !> cop.h ext/Thread/Thread.xs op.c opcode.h perl.c perl.h perly.c
3614           !> perly.y pod/perldiag.pod pod/perlfunc.pod pp_ctl.c pp_sys.c
3615           !> t/comp/bproto.t thrdvar.h toke.c util.c
3616 ____________________________________________________________________________
3617 [  4318] By: jhi                                   on 1999/10/08  13:51:34
3618         Log: The second cut at AIX C++ extension troubles.
3619      Branch: cfgperl
3620            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
3621            ! hints/aix.sh
3622 ____________________________________________________________________________
3623 [  4317] By: jhi                                   on 1999/10/08  10:44:13
3624         Log: The first cut at fixing Perl extensions written in C++ in AIX,
3625              statics don't get initialized right.  This patch at least
3626              doesn't seem to break the build in my AIX, but unfortunately
3627              I don't have the IBM C++ to do further testing.
3628              
3629              Problem reported by Stephanie Beals in
3630              From: bealzy@us.ibm.com
3631              To: perl5-porters@perl.org
3632              Subject: [ID 19991007.005] DynaLoader/dl_aix.xs problem using load and unload on AIX
3633              Date: Thu, 7 Oct 1999 15:05:54 -0400
3634              Message-Id: <85256803.0068E70D.00@D51MTA03.pok.ibm.com>
3635      Branch: cfgperl
3636            + ext/DynaLoader/hints/aix.pl
3637            ! MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh
3638 ____________________________________________________________________________
3639 [  4316] By: gsar                                  on 1999/10/08  10:26:15
3640         Log: remove kludgey duplicate background error avoidance (caused
3641              "leaks"; %@ wasn't even user-visible under -Dusethreads);
3642              only repeats of most recent error are now avoided
3643      Branch: perl
3644            ! ext/Thread/Thread.xs perl.c perl.h pp_ctl.c thrdvar.h util.c
3645 ____________________________________________________________________________
3646 [  4315] By: jhi                                   on 1999/10/08  09:48:59
3647         Log: Fix omission.
3648      Branch: cfgperl
3649            ! makedef.pl
3650 ____________________________________________________________________________
3651 [  4314] By: gsar                                  on 1999/10/08  07:17:01
3652         Log: extend change#2299 to C<use> (fixes scoping problems in
3653              C<if (...) { use foo; ... }>)
3654      Branch: perl
3655            ! op.c
3656 ____________________________________________________________________________
3657 [  4313] By: gsar                                  on 1999/10/08  04:52:19
3658         Log: small tweak for change#4309
3659      Branch: perl
3660            ! op.c
3661 ____________________________________________________________________________
3662 [  4312] By: gsar                                  on 1999/10/08  02:31:13
3663         Log: add suggested patch =~ s/NOTOP/OP_NOT/ with tests
3664              From: Larry Wall <larry@wall.org>
3665              Date: Wed, 6 Oct 1999 09:55:57 -0700 (PDT)
3666              Message-Id: <199910061655.JAA11333@kiev.wall.org>
3667              Subject: Re: [ID 19991001.004] apparent parsing error with not(arg)
3668      Branch: perl
3669            ! opcode.h t/comp/bproto.t toke.c
3670 ____________________________________________________________________________
3671 [  4311] By: gsar                                  on 1999/10/08  00:58:19
3672         Log: typo
3673      Branch: perl
3674            ! pp_sys.c
3675 ____________________________________________________________________________
3676 [  4310] By: gsar                                  on 1999/10/07  23:51:38
3677         Log: fix setpgrp vs getpgrp and POSIX vs BSD confusion (spotted by
3678              Brian Mitchell <brian@chele.cais.net>)
3679      Branch: perl
3680            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
3681 ____________________________________________________________________________
3682 [  4309] By: gsar                                  on 1999/10/07  22:57:52
3683         Log: change#3728 was flawed (loop contexts saw the wrong statement
3684              info, causing loop control constructs to not find the label);
3685              disable OP_SETSTATE entirely and add a fix that is specifically
3686              targetted at disabling the OP_LINESEQ optimization in else BLOCK,
3687              which was what the original patch was supposed to fix
3688              
3689              TODO: remove the remainder of the setstate logic if it can't
3690              be used anywhere else (it isn't used anywhere now)
3691      Branch: perl
3692            ! cop.h op.c perly.c perly.y
3693 ____________________________________________________________________________
3694 [  4308] By: jhi                                   on 1999/10/07  19:21:27
3695         Log: Integrate with Sarathy.
3696      Branch: cfgperl
3697           !> lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
3698 ____________________________________________________________________________
3699 [  4307] By: gsar                                  on 1999/10/07  15:12:24
3700         Log: update to podlators-0.08 from Russ Allbery
3701      Branch: perl
3702            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
3703 ____________________________________________________________________________
3704 [  4306] By: jhi                                   on 1999/10/06  17:20:34
3705         Log: Integrate with Sarathy.
3706      Branch: cfgperl
3707           !> (integrate 45 files)
3708 ____________________________________________________________________________
3709 [  4305] By: gsar                                  on 1999/10/06  16:55:45
3710         Log: some versions of mingw32 have __int64, define iff it isn't
3711      Branch: perl
3712            ! win32/win32.h
3713 ____________________________________________________________________________
3714 [  4304] By: gsar                                  on 1999/10/06  03:45:44
3715         Log: fix typos in change#4288
3716      Branch: perl
3717            ! Changes dump.c sv.c
3718 ____________________________________________________________________________
3719 [  4303] By: gsar                                  on 1999/10/06  03:22:46
3720         Log: integrate cfgperl contents into mainline
3721      Branch: perl
3722           +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
3723            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
3724           !> (integrate 31 files)
3725 ____________________________________________________________________________
3726 [  4302] By: gsar                                  on 1999/10/06  02:36:53
3727         Log: make die/warn and other diagnostics go to wherever STDERR happens
3728              to point at; change places that meant Perl_debug_log rather than
3729              PerlIO_stderr()
3730      Branch: perl
3731            ! cop.h doio.c embedvar.h ext/Devel/Peek/Peek.xs
3732            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
3733            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
3734            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
3735            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
3736            ! ext/DynaLoader/dl_rhapsody.xs ext/DynaLoader/dl_vmesa.xs
3737            ! ext/DynaLoader/dl_vms.xs ext/DynaLoader/dlutils.c
3738            ! ext/Thread/Thread.xs ext/Thread/typemap intrpvar.h malloc.c
3739            ! mg.c objXSUB.h op.c perl.c perl.h perlio.c pp.c pp_ctl.c
3740            ! pp_hot.c regexec.c scope.c scope.h sv.c thread.h toke.c util.c
3741            ! win32/dl_win32.xs win32/win32.c win32/win32thread.c
3742 ____________________________________________________________________________
3743 [  4301] By: jhi                                   on 1999/10/05  23:03:46
3744         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3745              To: François Désarménien <desar@club-internet.fr>
3746              Cc: "perl5-porters@perl.org" <perl5-porters@perl.org>
3747              Subject: Re: Strange RE engine breakage in 5_61
3748              Date: Mon, 4 Oct 1999 19:58:03 -0400
3749              Message-ID: <19991004195803.A21760@monk.mps.ohio-state.edu>
3750              
3751              (had to apply pat.t part manually because there
3752              already were more tests than there was in _61)
3753      Branch: cfgperl
3754            ! regcomp.c regexec.c t/op/pat.t t/op/re_tests
3755 ____________________________________________________________________________
3756 [  4300] By: jhi                                   on 1999/10/04  17:03:18
3757         Log: From: Andy Dougherty <doughera@lafayette.edu>
3758              To: Jarkko Hietaniemi <jhi@iki.fi>
3759              cc: Perl Porters <perl5-porters@perl.org>, jhi@cc.hut.fi
3760              Subject: Re: [ID 19991001.005] [_61] [PATCH] tarball fine on win32, zip isn't
3761              Date: Mon, 4 Oct 1999 13:05:08 -0400 (EDT)
3762              Message-ID: <Pine.SOL.4.10.9910041302550.6502-100000@maxwell.phys.lafayette.edu>
3763      Branch: cfgperl
3764            + eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
3765            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
3766            ! MANIFEST ext/B/defsubs_h.PL
3767 ____________________________________________________________________________
3768 [  4299] By: jhi                                   on 1999/10/04  07:15:16
3769         Log: From: Michael G Schwern <schwern@pobox.com>
3770              To: perl5-porters@perl.org
3771              Subject: Re: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
3772              Date: Sun, 3 Oct 1999 17:34:17 -0400
3773              Message-ID: <19991003173417.A4351@blackrider>
3774      Branch: cfgperl
3775            ! t/lib/fields.t t/pragma/constant.t
3776 ____________________________________________________________________________
3777 [  4298] By: gsar                                  on 1999/10/04  04:57:53
3778         Log: some compatibility macros were busted
3779      Branch: perl
3780            ! embed.h embed.pl toke.c
3781 ____________________________________________________________________________
3782 [  4297] By: jhi                                   on 1999/10/03  17:50:59
3783         Log: A better version of #4296.
3784              
3785              From: Michael G Schwern <schwern@pobox.com>
3786              To: perl5-porters@perl.org
3787              Subject: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
3788              Date: Sun, 3 Oct 1999 13:54:23 -0400
3789              Message-ID: <19991003135423.A3050@blackrider>
3790      Branch: cfgperl
3791            ! av.c op.c pod/perldiag.pod
3792 ____________________________________________________________________________
3793 [  4296] By: jhi                                   on 1999/10/03  17:21:01
3794         Log: (Replaced by #4297.)
3795              
3796              From: Michael G Schwern <schwern@pobox.com>
3797              To: perl5-porters@perl.org
3798              Subject: [PATCH av.c, perldiag.pod] Added field name to "No such array field"
3799              Date: Sun, 3 Oct 1999 13:16:47 -0400
3800              Message-ID: <19991003131647.A2816@blackrider>
3801              
3802              plus changed the error message to say "No such pseudo-hash field"
3803              as discussed in the above mail message.
3804      Branch: cfgperl
3805            ! av.c pod/perldiag.pod
3806 ____________________________________________________________________________
3807 [  4295] By: gsar                                  on 1999/10/03  16:09:36
3808         Log: avoid doing irrelevant things on 'make perl'
3809      Branch: perl
3810            ! Makefile.SH
3811 ____________________________________________________________________________
3812 [  4294] By: jhi                                   on 1999/10/03  14:16:24
3813         Log: Fix a typo in #4293 spotted by Graham Barr.
3814      Branch: cfgperl
3815            ! pod/perlref.pod
3816 ____________________________________________________________________________
3817 [  4293] By: jhi                                   on 1999/10/03  11:31:22
3818         Log: From: Michael G Schwern <schwern@blackrider.aocn.com>
3819              To: perl5-porters@perl.org
3820              Subject: Re: Should keys in pseudo-hashes -always- exist? [DOC PATCH]
3821              Date: Sun, 3 Oct 1999 02:34:01 -0400
3822              Message-ID: <19991003023401.A1520@blackrider>
3823      Branch: cfgperl
3824            ! pod/perlfunc.pod pod/perlref.pod
3825 ____________________________________________________________________________
3826 [  4292] By: jhi                                   on 1999/10/03  09:23:16
3827         Log: From: Barrie Slaymaker <barries@slaysys.com>
3828              To: perl5-porters@perl.org
3829              Subject: [PATCH 5.005_61] Benchmark.pm bugfix, tweaks
3830              Date: Sun, 3 Oct 1999 00:09:51 -0400
3831              Message-Id: <199910030409.AAA18228@jester.slaysys.com>
3832      Branch: cfgperl
3833            ! lib/Benchmark.pm
3834 ____________________________________________________________________________
3835 [  4291] By: jhi                                   on 1999/10/02  23:43:53
3836         Log: Be understanding about large file systems.
3837      Branch: cfgperl
3838            ! t/lib/syslfs.t t/op/lfs.t
3839 ____________________________________________________________________________
3840 [  4290] By: jhi                                   on 1999/10/02  23:39:16
3841         Log: Configure fixfest continues.
3842      Branch: cfgperl
3843            ! Configure config_h.SH
3844      Branch: metaconfig
3845            ! U/modified/d_longdbl.U U/modified/d_longlong.U
3846            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
3847            ! U/typedefs/gidsize.U U/typedefs/pidsign.U U/typedefs/pidsize.U
3848            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
3849      Branch: metaconfig/U/perl
3850            ! i_inttypes.U io64.U
3851 ____________________________________________________________________________
3852 [  4289] By: jhi                                   on 1999/10/02  23:12:54
3853         Log: Regen Porting stuff.
3854      Branch: cfgperl
3855            ! Porting/Glossary Porting/config.sh Porting/config_H
3856 ____________________________________________________________________________
3857 [  4288] By: jhi                                   on 1999/10/02  23:05:50
3858         Log: Untangle the IV_IS_QUAD jungle by introduding
3859              macros to be used when doing formatted printing:
3860              IVdf, UVuf, UVxf, UVof.  Also introduce Uid_t_SIGN.
3861      Branch: cfgperl
3862            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3863            ! config_h.SH doio.c dump.c op.c perl.h pp_hot.c pp_sys.c
3864            ! regcomp.c sv.c taint.c toke.c util.c
3865 ____________________________________________________________________________
3866 [  4287] By: jhi                                   on 1999/10/02  22:54:18
3867         Log: metaconfig maintenance.
3868      Branch: metaconfig
3869            ! U/ebcdic/ebcdic.U U/typedefs/gidsign.U U/typedefs/gidsize.U
3870            ! U/typedefs/pidsign.U U/typedefs/pidsize.U U/typedefs/uidsign.U
3871            ! U/typedefs/uidsize.U
3872 ____________________________________________________________________________
3873 [  4286] By: nick                                  on 1999/10/02  11:11:44
3874         Log: Incremental merge of mainline
3875      Branch: utfperl
3876           +> README.Y2K hints/svr5.sh lib/Pod/Man.pm
3877           +> lib/unicode/Unicode.html t/op/args.t t/pod/multiline_items.t
3878           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
3879           +> t/pod/podselect.t t/pod/podselect.xr
3880            - lib/Pod/PlainText.pm
3881           !> (integrate 148 files)
3882 ____________________________________________________________________________
3883 [  4285] By: jhi                                   on 1999/10/02  10:16:15
3884         Log: Battle namespace pollution.
3885      Branch: cfgperl
3886            ! lib/Benchmark.pm
3887 ____________________________________________________________________________
3888 [  4284] By: jhi                                   on 1999/10/02  10:11:20
3889         Log: Regen Configure, all of xs_apiversion didn't take.
3890      Branch: cfgperl
3891            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3892            ! config_h.SH patchlevel.h
3893 ____________________________________________________________________________
3894 [  4283] By: jhi                                   on 1999/10/02  09:48:17
3895         Log: Integrate with Sarathy.
3896      Branch: cfgperl
3897           +> lib/Pod/Man.pm t/pod/multiline_items.t
3898           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
3899           +> t/pod/podselect.t t/pod/podselect.xr
3900            - lib/Pod/PlainText.pm
3901           !> (integrate 50 files)
3902 ____________________________________________________________________________
3903 [  4282] By: gsar                                  on 1999/10/02  06:39:14
3904         Log: update pod2man, pod2text and related Pod:: modules with the
3905              ones in podlators-0.07 from Russ Allbery
3906      Branch: perl
3907            + lib/Pod/Man.pm
3908            ! lib/Pod/Text.pm lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
3909            ! pod/pod2man.PL pod/pod2text.PL
3910 ____________________________________________________________________________
3911 [  4281] By: gsar                                  on 1999/10/02  06:14:44
3912         Log: fix PodParser testsuite; Pod::Text subsumes Pod::PlainText
3913      Branch: perl
3914            - lib/Pod/PlainText.pm
3915            ! MANIFEST lib/Pod/Text.pm lib/Pod/Usage.pm pod/pod2usage.PL
3916            ! pod/podchecker.PL pod/podselect.PL t/pod/emptycmd.t
3917            ! t/pod/for.t t/pod/headings.t t/pod/include.t t/pod/included.t
3918            ! t/pod/lref.t t/pod/multiline_items.t t/pod/nested_items.t
3919            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
3920            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
3921            ! t/pod/special_seqs.t t/pod/testp2pt.pl t/pod/testpchk.pl
3922 ____________________________________________________________________________
3923 [  4280] By: gsar                                  on 1999/10/02  04:39:38
3924         Log: upgrade to PodParser-1.085 from Brad Appleton <bradapp@enteract.com>
3925      Branch: perl
3926            + t/pod/multiline_items.t t/pod/multiline_items.xr
3927            + t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/podselect.t
3928            + t/pod/podselect.xr
3929            ! MANIFEST lib/Pod/Checker.pm lib/Pod/InputObjects.pm
3930            ! lib/Pod/Parser.pm lib/Pod/PlainText.pm lib/Pod/Select.pm
3931            ! lib/Pod/Usage.pm t/pod/for.xr t/pod/headings.xr
3932            ! t/pod/include.xr t/pod/included.xr t/pod/lref.xr
3933            ! t/pod/nested_items.xr t/pod/nested_seqs.xr
3934            ! t/pod/oneline_cmds.xr t/pod/poderrs.xr t/pod/special_seqs.xr
3935            ! t/pod/testp2pt.pl
3936 ____________________________________________________________________________
3937 [  4279] By: gsar                                  on 1999/10/02  03:36:41
3938         Log: make exists() work better on pseudo-hashes (reworked a patch suggested
3939              by Michael G Schwern <schwern@pobox.com>)
3940      Branch: perl
3941            ! av.c t/op/avhv.t
3942 ____________________________________________________________________________
3943 [  4278] By: gsar                                  on 1999/10/02  02:36:55
3944         Log: deprecate C<use attrs>
3945      Branch: perl
3946            ! ext/attrs/attrs.pm ext/attrs/attrs.xs t/lib/attrs.t
3947            ! t/lib/thread.t t/pragma/sub_lval.t
3948 ____________________________________________________________________________
3949 [  4277] By: gsar                                  on 1999/10/02  01:43:25
3950         Log: add notes about effect of loop control statements inside
3951              LABEL BLOCK continue BLOCK
3952      Branch: perl
3953            ! pod/perlfunc.pod
3954 ____________________________________________________________________________
3955 [  4276] By: gsar                                  on 1999/10/02  01:23:02
3956         Log: indent nested =items properly (suggested by Bill Fenner
3957              <fenner@research.att.com>)
3958      Branch: perl
3959            ! pod/pod2man.PL
3960 ____________________________________________________________________________
3961 [  4275] By: gsar                                  on 1999/10/02  01:09:16
3962         Log: updated ptags generator from Ilya Zakharevich
3963      Branch: perl
3964            ! emacs/ptags
3965 ____________________________________________________________________________
3966 [  4274] By: gsar                                  on 1999/10/01  23:08:52
3967         Log: update Changes
3968      Branch: perl
3969            ! Changes
3970 ____________________________________________________________________________
3971 [  4273] By: gsar                                  on 1999/10/01  22:58:55
3972         Log: typo, whitespace adjustments
3973      Branch: perl
3974            ! utils/h2xs.PL
3975 ____________________________________________________________________________
3976 [  4272] By: gsar                                  on 1999/10/01  22:46:06
3977         Log: remove dup hunks
3978      Branch: perl
3979            ! configure.com vms/vms.c
3980 ____________________________________________________________________________
3981 [  4271] By: gsar                                  on 1999/10/01  22:33:02
3982         Log: integrate cfgperl contents into mainline; resolve h2xs.PL conflict
3983              by declaring new globals "our" (XXX this means h2xs generated code
3984              won't run on earlier versions; a switch to generate compatible
3985              source is needed)
3986      Branch: perl
3987           !> (integrate 35 files)
3988 ____________________________________________________________________________
3989 [  4270] By: jhi                                   on 1999/10/01  12:05:56
3990         Log: Integrate with Sarathy.
3991      Branch: cfgperl
3992           !> ext/B/B/C.pm lib/ExtUtils/typemap lib/ExtUtils/xsubpp
3993           !> pod/perldiag.pod util.c
3994 ____________________________________________________________________________
3995 [  4269] By: jhi                                   on 1999/10/01  10:26:19
3996         Log: From: Piotr Klaban <makler@oryl.man.torun.pl>
3997              To: perl5-porters@perl.org
3998              Subject: [ID 19991001.001] perlguts man page error
3999              Date: Fri, 1 Oct 1999 10:23:49 +0200 (MET DST)
4000              Message-Id: <199910010823.KAA05796@oryl.man.torun.pl>
4001      Branch: cfgperl
4002            ! pod/perlguts.pod
4003 ____________________________________________________________________________
4004 [  4268] By: jhi                                   on 1999/10/01  07:32:33
4005         Log: There *is* a month called October.
4006      Branch: cfgperl
4007            ! t/op/time.t
4008 ____________________________________________________________________________
4009 [  4267] By: jhi                                   on 1999/10/01  06:58:10
4010         Log: Temp file cleanliness.
4011      Branch: cfgperl
4012            ! t/lib/filecopy.t
4013 ____________________________________________________________________________
4014 [  4266] By: jhi                                   on 1999/10/01  06:46:56
4015         Log: From: Barrie Slaymaker <barries@slaysys.com>
4016              To: perl5-porters@perl.org
4017              Subject: [PATCH 5.005_61] Benchmark.pm: Export countit(), cmpthese() by default
4018              Date: Thu, 30 Sep 1999 22:16:26 -0400
4019              Message-Id: <199910010216.WAA08309@jester.slaysys.com>
4020      Branch: cfgperl
4021            ! lib/Benchmark.pm
4022 ____________________________________________________________________________
4023 [  4265] By: jhi                                   on 1999/09/30  20:25:35
4024         Log: From: Barrie Slaymaker <barries@slaysys.com>
4025              To: perl5-porters@perl.org
4026              Subject: [PATCH 5.005_61] Benchmark tweaks, fixes, cmpthese()
4027              Date: Thu, 30 Sep 1999 15:44:00 -0400
4028              Message-Id: <199909301944.PAA07166@jester.slaysys.com>
4029              (Replaces #4175.)
4030      Branch: cfgperl
4031            ! lib/Benchmark.pm
4032 ____________________________________________________________________________
4033 [  4264] By: gsar                                  on 1999/09/30  17:59:26
4034         Log: re-add missing "Out of memory!" entry
4035      Branch: perl
4036            ! pod/perldiag.pod
4037 ____________________________________________________________________________
4038 [  4263] By: jhi                                   on 1999/09/30  17:05:43
4039         Log: Regenerate Configure.
4040      Branch: cfgperl
4041            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4042            ! config_h.SH
4043 ____________________________________________________________________________
4044 [  4261] By: jhi                                   on 1999/09/30  16:15:05
4045         Log: From: Andy Dougherty <doughera@lafayette.edu>
4046              To: Perl Porters <perl5-porters@perl.org>
4047              Subject: [PATCH 5.005_61] rand() advisory for perldelta.pod
4048              Date: Thu, 30 Sep 1999 12:24:00 -0400 (EDT)
4049              Message-ID: <Pine.SOL.4.10.9909301218390.3343-100000@maxwell.phys.lafayette.edu>
4050      Branch: cfgperl
4051            ! pod/perldelta.pod
4052 ____________________________________________________________________________
4053 [  4260] By: jhi                                   on 1999/09/30  15:48:56
4054         Log: From: Andy Dougherty <doughera@lafayette.edu>
4055              To: Jarkko Hietaniemi <jhi@iki.fi>, Gurusamy Sarathy <gsar@activestate.com>
4056              Subject: Re: Possible skeletal structure for searching multiple versions
4057              Date: Thu, 30 Sep 1999 11:52:00 -0400 (EDT)
4058              Message-ID: <Pine.SOL.4.10.9909301149090.3343-100000@maxwell.phys.lafayette.edu>
4059      Branch: metaconfig
4060            ! U/mkglossary
4061      Branch: metaconfig/U/perl
4062            + xs_apiversion.U
4063            ! patchlevel.U
4064 ____________________________________________________________________________
4065 [  4259] By: jhi                                   on 1999/09/30  15:07:16
4066         Log: Further ?idsize.U fixing.
4067      Branch: metaconfig
4068            ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
4069 ____________________________________________________________________________
4070 [  4258] By: jhi                                   on 1999/09/30  15:00:14
4071         Log: Fix the ?idsi{gn,ze} units, from Andy Dougherty.
4072      Branch: metaconfig
4073            ! U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
4074            ! U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
4075 ____________________________________________________________________________
4076 [  4257] By: jhi                                   on 1999/09/30  09:48:33
4077         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
4078              To: Gurusamy Sarathy <gsar@ActiveState.com>
4079              Cc: tchrist@perl.com, Larry Wall <larry@wall.org>,
4080              The Perl Porters Mailing List <perl5-porters@perl.org>
4081              Subject: [PATCH] (Was: deprecating SIGDIE)
4082              Date: Wed, 29 Sep 1999 15:16:50 -0400
4083              Message-ID: <19990929151650.E26675@O2.chapin.edu>
4084      Branch: cfgperl
4085            ! Porting/findvars embedvar.h intrpvar.h mg.c objXSUB.h perl.c
4086 ____________________________________________________________________________
4087 [  4256] By: jhi                                   on 1999/09/30  09:45:22
4088         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4089              To: Gurusamy Sarathy <gsar@activestate.com>
4090              Cc: Barrie Slaymaker <barries@slaysys.com>, perl5-porters@perl.org
4091              Subject: Re: _58, _61 Argument "" is not numeric in sprintf
4092              Date: Wed, 29 Sep 1999 18:58:23 -0400
4093              Message-ID: <19990929185823.A22099@monk.mps.ohio-state.edu>
4094      Branch: cfgperl
4095            ! Makefile.SH opcode.pl
4096 ____________________________________________________________________________
4097 [  4255] By: gsar                                  on 1999/09/30  09:03:48
4098         Log: remove prehistoric XFree() gunk
4099      Branch: perl
4100            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
4101 ____________________________________________________________________________
4102 [  4254] By: gsar                                  on 1999/09/30  08:40:14
4103         Log: From: Vishal Bhatia <vishal@gol.com>
4104              Date: Wed, 29 Sep 1999 23:27:28 +0900 (JST)
4105              Message-ID: <Pine.LNX.4.10.9909292326280.5599-100000@localhost.localdomain>
4106              Subject: [patch _61] Minor corrections in C.pm
4107      Branch: perl
4108            ! ext/B/B/C.pm
4109 ____________________________________________________________________________
4110 [  4253] By: gsar                                  on 1999/09/30  08:36:27
4111         Log: off-by-one in fbm_compile() (spotted by John Bley
4112              <jbley@cs.cmu.edu>); whitespace adjustments
4113      Branch: perl
4114            ! util.c
4115 ____________________________________________________________________________
4116 [  4251] By: jhi                                   on 1999/09/30  08:09:13
4117         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4118              To: perl5-porters@perl.org (Mailing list Perl5)
4119              Subject: [PATCH 5.00561+]  Followup h2xs patch
4120              Date: Thu, 30 Sep 1999 04:15:52 -0400 (EDT)
4121              Message-Id: <199909300815.EAA25425@monk.mps.ohio-state.edu>
4122      Branch: cfgperl
4123            ! utils/h2xs.PL
4124 ____________________________________________________________________________
4125 [  4250] By: jhi                                   on 1999/09/29  19:11:32
4126         Log: Integrate with Sarathy.
4127      Branch: cfgperl
4128           !> djgpp/configure.bat embed.h embed.pl lib/Exporter/Heavy.pm
4129           !> lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm proto.h
4130           !> t/pragma/locale/latin1 win32/Makefile win32/makefile.mk
4131 ____________________________________________________________________________
4132 [  4249] By: bailey                                on 1999/09/29  02:21:31
4133         Log: resync with mainline
4134      Branch: vmsperl
4135           +> (branch 32 files)
4136            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
4137            - lib/unicode/blocks.txt lib/unicode/index2.txt
4138            - lib/unicode/jamo2.txt lib/unicode/names2.txt
4139            - lib/unicode/props2.txt lib/unicode/readme.txt
4140            - t/lib/bigfloatpm.t
4141           !> (integrate 240 files)
4142 ____________________________________________________________________________
4143 [  4248] By: jhi                                   on 1999/09/28  18:14:39
4144         Log: From: Andy Dougherty <doughera@lafayette.edu>
4145              To: Perl Porters <perl5-porters@perl.org>
4146              Subject: [PATCH 5.005_xx] Re: [Config 5.005_03] -DDEBUGGING
4147              Date: Tue, 28 Sep 1999 12:20:50 -0400 (EDT)
4148              Message-ID: <Pine.SOL.4.10.9909281019360.1890-100000@maxwell.phys.lafayette.edu>
4149              
4150              From: Andy Dougherty <doughera@lafayette.edu>
4151              To: Perl Porters <perl5-porters@perl.org>
4152              Subject: [ANOTHER PATCH 5.005_61] Re: [Config 5.005_03] -DDEBUGGING
4153              Date: Tue, 28 Sep 1999 13:39:49 -0400 (EDT)
4154              Message-ID: <Pine.SOL.4.10.9909281338180.2012-100000@maxwell.phys.lafayette.edu>
4155      Branch: cfgperl
4156            ! hints/README.hints hints/amigaos.sh hints/cygwin.sh
4157            ! hints/dynixptx.sh hints/epix.sh hints/esix4.sh hints/mint.sh
4158            ! hints/mpeix.sh hints/next_3.sh hints/next_3_0.sh
4159            ! hints/next_4.sh
4160 ____________________________________________________________________________
4161 [  4247] By: gsar                                  on 1999/09/28  17:36:59
4162         Log: revert change#4115 (breaks libwww's base/date.t); could be 
4163              reworked to enable it conditional on $Time::Local::nocroak
4164              or some such
4165      Branch: perl
4166            ! lib/Time/Local.pm
4167 ____________________________________________________________________________
4168 [  4246] By: gsar                                  on 1999/09/28  17:33:14
4169         Log: tweak for win32 build
4170      Branch: perl
4171            ! win32/Makefile win32/makefile.mk
4172 ____________________________________________________________________________
4173 [  4245] By: gsar                                  on 1999/09/28  17:31:34
4174         Log: change#4236 fallout
4175      Branch: perl
4176            ! lib/ExtUtils/MM_Unix.pm
4177 ____________________________________________________________________________
4178 [  4244] By: gsar                                  on 1999/09/28  17:29:31
4179         Log: remove doubled new_xpv
4180      Branch: perl
4181            ! embed.h embed.pl proto.h
4182 ____________________________________________________________________________
4183 [  4243] By: jhi                                   on 1999/09/27  19:13:20
4184         Log: Artistic fine-tuning.
4185      Branch: cfgperl
4186            ! ext/B/defsubs_h.PL
4187 ____________________________________________________________________________
4188 [  4242] By: gsar                                  on 1999/09/27  17:05:22
4189         Log: avoid implicit split to @_ in change#4181; binary -> text file
4190              types in p4
4191      Branch: perl
4192            ! djgpp/configure.bat lib/Exporter/Heavy.pm
4193            ! t/pragma/locale/latin1
4194 ____________________________________________________________________________
4195 [  4241] By: jhi                                   on 1999/09/27  07:48:19
4196         Log: Integrate with Sarathy.
4197      Branch: cfgperl
4198           !> INSTALL embed.h embed.pl malloc.c pod/perldiag.pod pp.c
4199           !> pp_ctl.c pp_hot.c pp_sys.c win32/Makefile win32/makefile.mk
4200 ____________________________________________________________________________
4201 [  4240] By: jhi                                   on 1999/09/27  07:47:11
4202         Log: Finalize change #4232.
4203              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4204              To: Jarkko Hietaniemi <jhi@iki.fi>
4205              Cc: gsar@activestate.com, Mailing list Perl5 <perl5-porters@perl.org>
4206              Subject: Re: xsubpp change breaks B, DB_File, POSIX builds
4207              Date: Sun, 26 Sep 1999 16:52:31 -0400
4208              Message-ID: <19990926165230.A26933@monk.mps.ohio-state.edu>
4209      Branch: cfgperl
4210            ! lib/ExtUtils/xsubpp
4211 ____________________________________________________________________________
4212 [  4239] By: gsar                                  on 1999/09/27  02:48:42
4213         Log: add notes in INSTALL about Configure -Accflags=-DFOO
4214      Branch: perl
4215            ! INSTALL
4216 ____________________________________________________________________________
4217 [  4238] By: gsar                                  on 1999/09/27  02:03:48
4218         Log: PERL_POLLUTE isn't required for bincompat, so don't enable
4219              it automatically
4220      Branch: perl
4221            ! embed.h embed.pl
4222 ____________________________________________________________________________
4223 [  4237] By: gsar                                  on 1999/09/27  01:52:47
4224         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4225              Date: Fri, 24 Sep 1999 23:25:36 -0400
4226              Message-ID: <19990924232536.A16257@monk.mps.ohio-state.edu>
4227              Subject: [PATCH 5.005_61] Malloc fixes and docs
4228      Branch: perl
4229            ! malloc.c pod/perldiag.pod
4230 ____________________________________________________________________________
4231 [  4236] By: gsar                                  on 1999/09/27  01:31:32
4232         Log: avoid .exe in $Config{cc} (spotted by Vadim Konovalov
4233              <vkonovalov@lucent.com>)
4234      Branch: perl
4235            ! win32/Makefile win32/makefile.mk
4236 ____________________________________________________________________________
4237 [  4235] By: gsar                                  on 1999/09/26  17:02:03
4238         Log: fix buggy popping of subroutine contexts in the lvalue
4239              subroutines implementation (change#4081); correct the
4240              plethora of cases where DIE() was more appropriate than
4241              croak()
4242      Branch: perl
4243            ! pp.c pp_ctl.c pp_hot.c pp_sys.c
4244 ____________________________________________________________________________
4245 [  4234] By: jhi                                   on 1999/09/26  12:06:28
4246         Log: Fix #endif.
4247      Branch: cfgperl
4248            ! XSUB.h
4249 ____________________________________________________________________________
4250 [  4233] By: jhi                                   on 1999/09/26  11:59:18
4251         Log: Integrate with Sarathy. h2xs.PL had to be manually resolved,
4252              I kept my (Ilya's) version.
4253      Branch: cfgperl
4254           !> gv.c gv.h intrpvar.h keywords.h keywords.pl lib/Shell.pm op.c
4255           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
4256           !> pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
4257           !> pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
4258           !> pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
4259           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
4260 ____________________________________________________________________________
4261 [  4232] By: jhi                                   on 1999/09/26  09:53:43
4262         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4263              To: Mailing list Perl5 <perl5-porters@perl.org>
4264              Subject: [PATCH 5.005_61] teach xsubpp function pointers
4265              Date: Sun, 26 Sep 1999 01:36:09 -0400
4266              Message-ID: <19990926013609.A21148@monk.mps.ohio-state.edu>
4267              
4268              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4269              To: Mailing list Perl5 <perl5-porters@perl.org>
4270              Subject: [PATCH 5.005_61] Make h2xs -x almost bullet-proof
4271              Date: Sun, 26 Sep 1999 03:00:50 -0400
4272              Message-ID: <19990926030050.A21498@monk.mps.ohio-state.edu>
4273      Branch: cfgperl
4274            ! lib/ExtUtils/xsubpp utils/h2xs.PL
4275 ____________________________________________________________________________
4276 [  4231] By: jhi                                   on 1999/09/26  09:48:49
4277         Log: From: "Konovalov, Vadim" <vkonovalov@lucent.com>
4278              To: perl5-porters@perl.org
4279              Subject: misprint in perlguts
4280              Date: Sun, 26 Sep 1999 12:48:36 +0400
4281              Message-ID: <402099F49BEED211999700805FC7359F20D7A5@ru0028exch01.spb.lucent.com>
4282      Branch: cfgperl
4283            ! pod/perlguts.pod
4284 ____________________________________________________________________________
4285 [  4230] By: gsar                                  on 1999/09/26  00:50:08
4286         Log: add $installarchlib/CORE to default linker search path on windows
4287      Branch: perl
4288            ! win32/Makefile win32/makefile.mk
4289 ____________________________________________________________________________
4290 [  4229] By: gsar                                  on 1999/09/25  20:05:03
4291         Log: support C<use Shell> on Windows (reworked a patch suggested
4292              by Jenda Krynicky <Jenda@McCann.cz>)
4293      Branch: perl
4294            ! lib/Shell.pm
4295 ____________________________________________________________________________
4296 [  4228] By: gsar                                  on 1999/09/25  07:03:34
4297         Log: integrate cfgperl contents into mainline
4298      Branch: perl
4299           +> hints/svr5.sh
4300           !> Configure MANIFEST Makefile.SH config_h.SH hints/sco.sh
4301           !> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
4302           !> lib/unicode/mktables.PL pod/perldelta.pod pod/perlfaq9.pod
4303           !> regcomp.c regexec.c t/lib/syslfs.t t/op/lfs.t
4304 ____________________________________________________________________________
4305 [  4227] By: gsar                                  on 1999/09/25  06:44:47
4306         Log: From: Larry Wall <larry@wall.org>
4307              Date: Fri, 24 Sep 1999 21:59:37 PDT
4308              Message-Id: <199909250459.VAA27506@kiev.wall.org>
4309              Subject: Re: [PATCH 5.005_61] "our" declarations
4310      Branch: perl
4311            ! gv.c gv.h intrpvar.h keywords.h keywords.pl op.c
4312            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
4313            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
4314            ! pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
4315            ! pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
4316            ! utils/h2xs.PL
4317 ____________________________________________________________________________
4318 [  4226] By: jhi                                   on 1999/09/24  23:10:52
4319         Log: Integrate with Sarathy.
4320      Branch: cfgperl
4321           !> XSUB.h ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
4322           !> ext/POSIX/hints/linux.pl pod/perldiag.pod pod/perlfunc.pod
4323           !> pp.c t/lib/posix.t t/op/pack.t toke.c utils/perlcc.PL
4324 ____________________________________________________________________________
4325 [  4225] By: gsar                                  on 1999/09/24  18:19:54
4326         Log: avoid infinite recursive exec()s of perl.exe when shebang
4327              contains "Perl" rather than "perl" on DOSISH platforms
4328      Branch: perl
4329            ! toke.c
4330 ____________________________________________________________________________
4331 [  4224] By: gsar                                  on 1999/09/24  16:09:23
4332         Log: support cygwin and other platforms that link to import libraries
4333              rather than directly with shared libraries (from a suggestion
4334              by Lucian Cionca <Lucian.Cionca@algoritma.ro>)
4335      Branch: perl
4336            ! utils/perlcc.PL
4337 ____________________________________________________________________________
4338 [  4223] By: gsar                                  on 1999/09/24  05:05:06
4339         Log: normalize time for strftime() (without the isdst effects of
4340              mktime()) using a custom mini_mktime()
4341              From: spider-perl@Orb.Nashua.NH.US
4342              Date: Thu, 23 Sep 1999 17:54:53 -0400
4343              Message-Id: <199909232154.RAA25151@leggy.zk3.dec.com>
4344              Subject: Re: [ID 19990913.003] Possible bug using POSIX::strftime Digital UNIX Perl 5.005_03 
4345      Branch: perl
4346            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
4347            ! ext/POSIX/hints/linux.pl t/lib/posix.t
4348 ____________________________________________________________________________
4349 [  4222] By: gsar                                  on 1999/09/23  06:44:42
4350         Log: change "#" to a comment starter in pack templates; "/" now
4351              used for specifying counted types
4352              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4353              Date: Wed, 22 Sep 1999 19:41:30 -0400
4354              Message-ID: <19990922194130.A864@monk.mps.ohio-state.edu>
4355              Subject: [PATCH 5.005_61] Enable comments in pack()/unpack() templates
4356      Branch: perl
4357            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
4358 ____________________________________________________________________________
4359 [  4221] By: gsar                                  on 1999/09/23  06:26:54
4360         Log: From: Vishal Bhatia <vishal@gol.com>
4361              Date: Thu, 23 Sep 1999 12:45:19 +0900 (JST)
4362              Message-ID: <Pine.LNX.4.10.9909231218360.3428-100000@localhost.localdomain>
4363              Subject: [patch _61] perlcc changes
4364      Branch: perl
4365            ! utils/perlcc.PL
4366 ____________________________________________________________________________
4367 [  4220] By: gsar                                  on 1999/09/23  01:12:24
4368         Log: add include guard
4369      Branch: perl
4370            ! XSUB.h
4371 ____________________________________________________________________________
4372 [  4219] By: jhi                                   on 1999/09/22  20:38:15
4373         Log: Cleanup cleanup.
4374      Branch: cfgperl
4375            ! Makefile.SH t/lib/syslfs.t t/op/lfs.t
4376 ____________________________________________________________________________
4377 [  4218] By: jhi                                   on 1999/09/22  19:26:58
4378         Log: Tweak the equivalence tables once again.
4379      Branch: cfgperl
4380            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
4381            ! lib/unicode/mktables.PL
4382 ____________________________________________________________________________
4383 [  4215] By: jhi                                   on 1999/09/22  06:47:03
4384         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4385              To: Mailing list Perl5 <perl5-porters@perl.org>
4386              Subject: [PATCH 5.005_61] regfree could segfault with -Mre=debug
4387              Date: Tue, 21 Sep 1999 19:50:00 -0400
4388              Message-ID: <19990921195000.A23938@monk.mps.ohio-state.edu>
4389              
4390              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4391              To: Mailing list Perl5 <perl5-porters@perl.org>
4392              Subject: [PATCH 5.005_61] More verbose -Mre=debug
4393              Date: Tue, 21 Sep 1999 22:29:55 -0400
4394              Message-ID: <19990921222955.A25094@monk.mps.ohio-state.edu>
4395      Branch: cfgperl
4396            ! regcomp.c regexec.c
4397 ____________________________________________________________________________
4398 [  4214] By: jhi                                   on 1999/09/21  21:08:43
4399         Log: From: 0000-Admin (0000) <root@devsys0.zenez.com>
4400              Reply-To: gerberb@zenez.com
4401              To: perl5-porters@perl.org
4402              Subject: [ID 19990921.004] Changes for SCO OpenServer and UnixWare 7
4403              Date: Tue, 21 Sep 1999 11:07:46 -0600 (MDT)
4404              Message-Id: <199909211707.LAA23611@devsys0.zenez.com>
4405              
4406              (Snipped away the last lines of svr5.sh a la change #3725)
4407      Branch: cfgperl
4408            + hints/svr5.sh
4409            ! Configure MANIFEST config_h.SH hints/sco.sh
4410      Branch: metaconfig
4411            ! U/modified/Cppsym.U U/modified/Oldconfig.U
4412 ____________________________________________________________________________
4413 [  4213] By: jhi                                   on 1999/09/21  20:48:01
4414         Log: From: Kragen Sitaker <kragen@dnaco.net>
4415              To: perl5-porters@perl.org
4416              Subject: [ID 19990921.013] accidental list context in perlfaq9
4417              Date: Tue, 21 Sep 1999 16:27:53 -0400 (EDT)
4418              Reply-To: kragen@pobox.com
4419              Message-Id: <199909212027.QAA03450@kirk.dnaco.net>
4420      Branch: cfgperl
4421            ! pod/perlfaq9.pod
4422 ____________________________________________________________________________
4423 [  4212] By: jhi                                   on 1999/09/20  19:55:42
4424         Log: Integrate with Sarathy.
4425      Branch: cfgperl
4426           +> README.Y2K
4427           !> Changes MANIFEST
4428 ____________________________________________________________________________
4429 [  4211] By: jhi                                   on 1999/09/20  19:44:44
4430         Log: Rename -Duselfs to -Duselargefiles.  We don't need no stnkngbbrvtns.
4431      Branch: cfgperl
4432            ! Configure config_h.SH pod/perldelta.pod
4433      Branch: metaconfig/U/perl
4434            ! use64bits.U uselfs.U uselongdbl.U
4435 ____________________________________________________________________________
4436 [  4210] By: jhi                                   on 1999/09/20  19:38:26
4437         Log: Configure -A change: -Afoo=bar is equal to -Aappend:foo=" bar".
4438      Branch: cfgperl
4439            ! Configure config_h.SH
4440      Branch: metaconfig
4441            ! U/modified/Options.U
4442 ____________________________________________________________________________
4443 [  4209] By: gsar                                  on 1999/09/20  19:35:39
4444         Log: integrate cfgperl changes into mainline
4445      Branch: perl
4446           +> lib/unicode/Unicode.html
4447            ! Changes
4448           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
4449           !> config_h.SH doio.c perl.h pod/perldelta.pod pod/perlfunc.pod
4450 ____________________________________________________________________________
4451 [  4208] By: gsar                                  on 1999/09/20  18:28:44
4452         Log: add README.Y2K (from Dominic Dunlop <domo@vo.lu>)
4453      Branch: perl
4454            + README.Y2K
4455            ! MANIFEST
4456 ____________________________________________________________________________
4457 [  4207] By: jhi                                   on 1999/09/20  11:06:13
4458         Log: Document -Duselfs, -Duselongdouble, and -Dusemorebits.
4459      Branch: cfgperl
4460            ! pod/perldelta.pod
4461 ____________________________________________________________________________
4462 [  4206] By: jhi                                   on 1999/09/20  09:53:15
4463         Log: Do not test for gccish things in non-gccish platforms.
4464      Branch: cfgperl
4465            ! Configure config_h.SH
4466      Branch: metaconfig
4467            ! U/compline/ccflags.U
4468 ____________________________________________________________________________
4469 [  4205] By: jhi                                   on 1999/09/20  09:41:22
4470         Log: Prompt for uselfs.
4471      Branch: cfgperl
4472            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4473            ! config_h.SH
4474      Branch: metaconfig
4475            ! U/mksample
4476      Branch: metaconfig/U/perl
4477            ! use64bits.U uselfs.U
4478 ____________________________________________________________________________
4479 [  4204] By: jhi                                   on 1999/09/20  09:09:29
4480         Log: Add usemorebits and uselfs.
4481      Branch: cfgperl
4482            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4483            ! config_h.SH doio.c perl.h
4484      Branch: metaconfig/U/perl
4485            + uselfs.U usemorebits.U
4486            ! use64bits.U uselongdbl.U
4487 ____________________________________________________________________________
4488 [  4203] By: jhi                                   on 1999/09/20  07:48:48
4489         Log: Dethinko.
4490      Branch: cfgperl
4491            ! pod/perlfunc.pod
4492 ____________________________________________________________________________
4493 [  4202] By: jhi                                   on 1999/09/20  07:33:32
4494         Log: Fix a bug in the description of endianness.  Reported in
4495              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
4496              To: perl5-porters@perl.org
4497              Subject: BUG: perldoc -f pack
4498              Date: Mon, 20 Sep 1999 09:43:49 +0400
4499              Message-ID: <402099F49BEED211999700805FC7359F20D3F5@ru0028exch01.spb.lucent.com>
4500      Branch: cfgperl
4501            ! pod/perlfunc.pod
4502 ____________________________________________________________________________
4503 [  4201] By: jhi                                   on 1999/09/20  07:01:26
4504         Log: Integrate with Sarathy.
4505      Branch: cfgperl
4506           +> t/op/args.t
4507           !> (integrate 31 files)
4508 ____________________________________________________________________________
4509 [  4200] By: gsar                                  on 1999/09/20  03:45:06
4510         Log: From: Russ Allbery <rra@stanford.edu>
4511              Date: 19 Aug 1999 04:35:44 -0700
4512              Message-Id: <yl7lms9f5b.fsf@windlord.stanford.edu>
4513              Subject: [ID 19990819.002] File::Find error when pruning top-level directories
4514      Branch: perl
4515            ! lib/File/Find.pm
4516 ____________________________________________________________________________
4517 [  4199] By: gsar                                  on 1999/09/20  03:27:49
4518         Log: suppress warning (from John Tobey <jtobey@epsilondev.com>)
4519      Branch: perl
4520            ! ext/B/B/Terse.pm
4521 ____________________________________________________________________________
4522 [  4198] By: gsar                                  on 1999/09/20  03:25:25
4523         Log: add arenas for managing allocations of remaining xpv*v structures
4524              From: Vishal Bhatia <vishal@gol.com>
4525              Date: Wed, 25 Aug 1999 00:31:33 +0900 (JST)
4526              Message-ID: <Pine.LNX.4.10.9908250031000.11727-100000@localhost.localdomain>
4527              Subject: [PATCH 5.005_60] removing extra ref count (compiler) 
4528      Branch: perl
4529            ! embed.h embed.pl embedvar.h ext/B/B/C.pm intrpvar.h objXSUB.h
4530            ! proto.h sv.c
4531 ____________________________________________________________________________
4532 [  4197] By: gsar                                  on 1999/09/20  03:06:10
4533         Log: queue errors due to strictures rather than printing them as
4534              warnings; symbols that violate strictures do *not* end up in
4535              the symbol table anyway, making multiple evals of the same piece
4536              of code produce the same errors; errors indicate all locations
4537              of a global symbol rather than just the first one; these
4538              changes make compile-time failures within evals reliably
4539              visible via the return value or contents of $@, and trappable
4540              using __DIE__ hooks
4541      Branch: perl
4542            ! embed.h embed.pl embedvar.h ext/DynaLoader/dlutils.c
4543            ! ext/Thread/Thread.xs global.sym gv.c objXSUB.h op.c perl.c
4544            ! perlapi.c pp_ctl.c proto.h regcomp.c t/pragma/strict-refs
4545            ! t/pragma/strict-vars thrdvar.h toke.c util.c
4546 ____________________________________________________________________________
4547 [  4196] By: gsar                                  on 1999/09/19  22:14:29
4548         Log: control change#1914 via hints (causes problems on some platforms)
4549      Branch: perl
4550            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
4551            ! ext/POSIX/hints/linux.pl
4552 ____________________________________________________________________________
4553 [  4195] By: gsar                                  on 1999/09/19  21:30:18
4554         Log: avoid clearing @_ at all for faster subroutine calls; fix bugs
4555              in passing around references to @_, eg C<sub foo { \@_ }>; add
4556              tests for the same
4557      Branch: perl
4558            + t/op/args.t
4559            ! MANIFEST cop.h pp.c pp_ctl.c pp_hot.c
4560 ____________________________________________________________________________
4561 [  4194] By: jhi                                   on 1999/09/18  18:57:45
4562         Log: Integrate with Sarathy.
4563      Branch: cfgperl
4564           !> opcode.h opcode.pl
4565 ____________________________________________________________________________
4566 [  4193] By: nick                                  on 1999/09/18  15:24:56
4567         Log: Re-integrate mainline
4568              Basic SvUTF8 stuff in headers, no functional changes yet.
4569      Branch: utfperl
4570            + lib/byte.pm lib/byte_heavy.pl
4571           +> ext/B/defsubs_h.PL ext/DB_File/version.c jpl/JNI/Closer.java
4572           +> jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
4573           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
4574           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
4575           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL lib/unicode/ArabShap.txt
4576           +> lib/unicode/Blocks.txt lib/unicode/CompExcl.txt
4577           +> lib/unicode/EAWidth.txt lib/unicode/Index.txt
4578           +> lib/unicode/Jamo-2.txt lib/unicode/LineBrk.txt
4579           +> lib/unicode/Names.txt lib/unicode/Props.txt
4580           +> lib/unicode/ReadMe.txt lib/unicode/SpecCase.txt
4581           +> t/lib/bigfltpm.t
4582            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
4583            - lib/unicode/blocks.txt lib/unicode/index2.txt
4584            - lib/unicode/jamo2.txt lib/unicode/names2.txt
4585            - lib/unicode/props2.txt lib/unicode/readme.txt
4586            - t/lib/bigfloatpm.t
4587            ! doop.c embed.h embed.pl gv.c mg.c objXSUB.h op.c op.h perl.h
4588            ! perlapi.c pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h
4589            ! regexec.c regexp.h regnodes.h sv.c sv.h toke.c utf8.c utf8.h
4590            ! warnings.h
4591           !> (integrate 142 files)
4592 ____________________________________________________________________________
4593 [  4192] By: gsar                                  on 1999/09/18  15:11:47
4594         Log: more op description tweaks
4595      Branch: perl
4596            ! opcode.h opcode.pl
4597 ____________________________________________________________________________
4598 [  4191] By: jhi                                   on 1999/09/18  07:47:16
4599         Log: Integrate with Sarathy.
4600      Branch: cfgperl
4601           !> Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
4602           !> t/pragma/warn/op
4603 ____________________________________________________________________________
4604 [  4190] By: jhi                                   on 1999/09/18  07:35:45
4605         Log: Add description of the Unicode database files.
4606      Branch: cfgperl
4607            + lib/unicode/Unicode.html
4608 ____________________________________________________________________________
4609 [  4189] By: gsar                                  on 1999/09/18  03:14:58
4610         Log: tweak some op names in change#4177 (will any of this break code that
4611              gropes $@ ?)
4612      Branch: perl
4613            ! Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
4614            ! t/pragma/warn/op
4615 ____________________________________________________________________________
4616 [  4188] By: jhi                                   on 1999/09/17  21:30:08
4617         Log: Pick up the typo fix.
4618      Branch: cfgperl
4619           !> t/io/open.t
4620 ____________________________________________________________________________
4621 [  4187] By: gsar                                  on 1999/09/17  21:13:55
4622         Log: fix typo
4623      Branch: perl
4624            ! t/io/open.t
4625 ____________________________________________________________________________
4626 [  4186] By: gsar                                  on 1999/09/17  20:57:29
4627         Log: integrate cfgperl change
4628      Branch: perl
4629           !> vms/subconfigure.com
4630 ____________________________________________________________________________
4631 [  4185] By: jhi                                   on 1999/09/17  20:46:41
4632         Log: Re-apply applicable parts of #3993, #3994, and #3995.
4633      Branch: cfgperl
4634            ! vms/subconfigure.com
4635 ____________________________________________________________________________
4636 [  4184] By: gsar                                  on 1999/09/17  20:26:02
4637         Log: integrate cfgperl contents into mainline
4638      Branch: perl
4639           +> lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
4640           +> lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
4641           +> lib/unicode/Index.txt lib/unicode/Jamo-2.txt
4642           +> lib/unicode/LineBrk.txt lib/unicode/Names.txt
4643           +> lib/unicode/Props.txt lib/unicode/ReadMe.txt
4644           +> lib/unicode/SpecCase.txt
4645            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
4646            - lib/unicode/index2.txt lib/unicode/jamo2.txt
4647            - lib/unicode/names2.txt lib/unicode/props2.txt
4648            - lib/unicode/readme.txt
4649           !> (integrate 73 files)
4650 ____________________________________________________________________________
4651 [  4183] By: jhi                                   on 1999/09/17  20:25:51
4652         Log: Integrate with Sarathy.
4653      Branch: cfgperl
4654           !> configure.com ext/ByteLoader/byterun.h
4655           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
4656           !> lib/File/Spec/VMS.pm pod/perlhist.pod t/io/open.t
4657           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
4658           !> vms/perly_h.vms vms/subconfigure.com vms/vms.c vms/vmsish.h
4659 ____________________________________________________________________________
4660 [  4182] By: gsar                                  on 1999/09/17  20:16:28
4661         Log: integrate vmsperl contents into mainline (where VMS files conflicted,
4662              vmsperl contents have prevailed)
4663      Branch: perl
4664           !> configure.com ext/ByteLoader/byterun.h
4665           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
4666           !> lib/File/Spec/VMS.pm t/io/open.t vms/descrip_mms.template
4667           !> vms/gen_shrfls.pl vms/perly_c.vms vms/perly_h.vms
4668           !> vms/subconfigure.com vms/vms.c vms/vmsish.h
4669 ____________________________________________________________________________
4670 [  4181] By: jhi                                   on 1999/09/17  20:12:37
4671         Log: From: Michael G Schwern <schwern@pobox.com>
4672              To: perl5-porters@perl.org
4673              Subject: [PATCH 5.005_60 lib/Exporter/Heavy.pm] export_to_level()
4674              Date: Thu, 19 Aug 1999 21:30:01 -0400
4675              Message-ID: <19990819213001.A22512@athens.aocn.com>
4676      Branch: cfgperl
4677            ! lib/Exporter/Heavy.pm
4678 ____________________________________________________________________________
4679 [  4180] By: gsar                                  on 1999/09/17  20:11:00
4680         Log: perlhist additions
4681      Branch: perl
4682            ! pod/perlhist.pod
4683 ____________________________________________________________________________
4684 [  4179] By: jhi                                   on 1999/09/17  20:08:00
4685         Log: The change #4176 should've undone only the test, not the code patch.
4686      Branch: cfgperl
4687            ! doio.c
4688 ____________________________________________________________________________
4689 [  4178] By: jhi                                   on 1999/09/17  20:06:08
4690         Log: From: Ian Phillipps <ian@dial.pipex.com>
4691              To: Hans GINZEL <hgin2088@mail.kolej.mff.cuni.cz>, perl5-porters@perl.org
4692              Subject: [PATCH 5.005_59] Re: [ID 19990820.007] Small typo in perlsyn.pod
4693              Date: Sat, 21 Aug 1999 12:36:12 +0100
4694              Message-ID: <19990821123612.A9955@homer.diplex.co.uk>
4695      Branch: cfgperl
4696            ! pod/perlsyn.pod
4697 ____________________________________________________________________________
4698 [  4177] By: jhi                                   on 1999/09/17  20:00:19
4699         Log: More descriptive names for operators.
4700              
4701              From: Michael G Schwern <schwern@pobox.com>
4702              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
4703              Cc: perl5-porters@perl.org
4704              Subject: Re: [ID 19990817.009] [BUG 5.005_60 & 5.005_03] == reported as eq in
4705              Date: Tue, 17 Aug 1999 18:35:45 -0400
4706              Message-ID: <19990817183545.A23073@toldyouso.com>
4707              
4708              From: Michael G Schwern <schwern@pobox.com>
4709              To: perl5-porters@perl.org
4710              Subject: [PATCH 5.005_60 opcode.pl and friends] Improved opcode descriptions
4711              Date: Wed, 18 Aug 1999 03:53:38 -0400
4712              Message-ID: <19990818035337.A31505@athens.aocn.com>
4713      Branch: cfgperl
4714            ! opcode.h opcode.pl pp.sym pp_proto.h sv.c t/op/misc.t
4715            ! t/pragma/warn/op t/pragma/warn/sv
4716 ____________________________________________________________________________
4717 [  4176] By: jhi                                   on 1999/09/17  18:19:18
4718         Log: Take away the infamous io/dup.t #7.
4719              It seems there simply is no way to portably
4720              "flush" an input file handle.
4721      Branch: cfgperl
4722            ! doio.c t/io/dup.t
4723 ____________________________________________________________________________
4724 [  4175] By: jhi                                   on 1999/09/17  14:45:08
4725         Log: From: Barrie Slaymaker <barries@slaysys.com>
4726              To: perl5-porters@perl.org
4727              Subject: [PATCH 5.005_61] Benchmark: screwed patch format, try this instead
4728              Date: Fri, 17 Sep 1999 11:16:48 -0400
4729              Message-Id: <199909171516.LAA30887@jester.slaysys.com>
4730      Branch: cfgperl
4731            ! lib/Benchmark.pm
4732 ____________________________________________________________________________
4733 [  4174] By: jhi                                   on 1999/09/17  14:07:16
4734         Log: UNICOS does support large files but doesn't support sparse files
4735              so we cannot easily test for large file support.
4736      Branch: cfgperl
4737            ! t/lib/syslfs.t t/op/lfs.t
4738 ____________________________________________________________________________
4739 [  4173] By: jhi                                   on 1999/09/17  14:03:44
4740         Log: UNICOS has sloppy division/modulo for floating point numbers.
4741      Branch: cfgperl
4742            ! t/op/arith.t
4743 ____________________________________________________________________________
4744 [  4172] By: jhi                                   on 1999/09/17  13:47:49
4745         Log: Portable blocksize (replaces #4171).
4746      Branch: cfgperl
4747            ! t/lib/syslfs.t t/op/lfs.t
4748 ____________________________________________________________________________
4749 [  4171] By: jhi                                   on 1999/09/17  13:08:54
4750         Log: (replaced by #4172)
4751      Branch: cfgperl
4752            ! t/lib/syslfs.t t/op/lfs.t
4753 ____________________________________________________________________________
4754 [  4170] By: jhi                                   on 1999/09/17  12:59:11
4755         Log: Detypo #4169.
4756      Branch: cfgperl
4757            ! t/lib/syslfs.t t/op/lfs.t
4758 ____________________________________________________________________________
4759 [  4169] By: jhi                                   on 1999/09/17  12:16:34
4760         Log: Diagnose possible quota limits.
4761      Branch: cfgperl
4762            ! t/lib/syslfs.t t/op/lfs.t
4763 ____________________________________________________________________________
4764 [  4168] By: jhi                                   on 1999/09/17  12:10:43
4765         Log: UNICOS doesn't have getpgid().  Or, at least 9.0.1ai
4766              doesn't have one that wouldn't cause SIGSYS.  UNICOS
4767              does have getpgrp(void) so Perl getpgrp() is happy.
4768      Branch: cfgperl
4769            ! hints/unicos.sh
4770 ____________________________________________________________________________
4771 [  4167] By: jhi                                   on 1999/09/17  11:49:30
4772         Log: Filesystem quotas may stop you from using large files.
4773      Branch: cfgperl
4774            ! pod/perldelta.pod t/lib/syslfs.t t/op/lfs.t
4775 ____________________________________________________________________________
4776 [  4166] By: jhi                                   on 1999/09/17  11:36:01
4777         Log: Too strict pattern for parsing group lists.
4778      Branch: cfgperl
4779            ! t/op/groups.t
4780 ____________________________________________________________________________
4781 [  4165] By: jhi                                   on 1999/09/17  09:06:18
4782         Log: Configure maintenance. It's sigaction.sa_flags
4783              and the Glossary regen'ed.
4784      Branch: cfgperl
4785            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4786            ! config_h.SH
4787      Branch: metaconfig
4788            ! U/compline/d_sigaction.U
4789 ____________________________________________________________________________
4790 [  4164] By: jhi                                   on 1999/09/15  06:57:51
4791         Log: Integrate with Sarathy.
4792      Branch: cfgperl
4793           +> jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
4794           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
4795           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
4796           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL
4797           !> Changes MANIFEST embed.h embed.pl jpl/JNI/JNI.pm
4798           !> jpl/JNI/JNI.xs jpl/JNI/Makefile.PL jpl/JNI/test.pl
4799           !> jpl/JNI/typemap jpl/JPL/Makefile.PL
4800           !> jpl/PerlInterpreter/Makefile.PL
4801           !> jpl/PerlInterpreter/PerlInterpreter.c
4802           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
4803           !> jpl/Sample/Makefile.PL jpl/install-jpl
4804           !> lib/File/Spec/Functions.pm pod/perlhist.pod regexec.c
4805           !> t/op/pat.t
4806 ____________________________________________________________________________
4807 [  4163] By: gsar                                  on 1999/09/15  05:17:27
4808         Log: add :ALL export tag (from Chris Nandor <pudge@pobox.com>)
4809      Branch: perl
4810            ! lib/File/Spec/Functions.pm
4811 ____________________________________________________________________________
4812 [  4162] By: gsar                                  on 1999/09/15  05:09:14
4813         Log: addendum to change#4136 (from Robin Barker <rmb1@cise.npl.co.uk>)
4814      Branch: perl
4815            ! Changes embed.h embed.pl
4816 ____________________________________________________________________________
4817 [  4161] By: gsar                                  on 1999/09/15  04:08:25
4818         Log: missing perlhist dates from Jeff Okamoto
4819      Branch: perl
4820            ! pod/perlhist.pod
4821 ____________________________________________________________________________
4822 [  4160] By: gsar                                  on 1999/09/15  03:13:08
4823         Log: jpl tweak
4824      Branch: perl
4825            ! MANIFEST jpl/JNI/Makefile.PL
4826 ____________________________________________________________________________
4827 [  4159] By: gsar                                  on 1999/09/15  02:57:08
4828         Log: update to JPL snapshot v09141999, with minor tweaks (from Brian
4829              Jepson <bjepson@home.com>)
4830      Branch: perl
4831            + jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
4832            + jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
4833            + jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
4834            + jpl/JNI/typemap.win32 jpl/SETVARS.PL
4835            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
4836            ! jpl/JNI/test.pl jpl/JNI/typemap jpl/JPL/Makefile.PL
4837            ! jpl/PerlInterpreter/Makefile.PL
4838            ! jpl/PerlInterpreter/PerlInterpreter.c
4839            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
4840            ! jpl/Sample/Makefile.PL jpl/install-jpl
4841 ____________________________________________________________________________
4842 [  4158] By: gsar                                  on 1999/09/15  01:27:14
4843         Log: From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
4844              Date:    Tue, 14 Sep 1999 21:26:15 EDT
4845              Message-Id: <199909150126.VAA24720@monk.mps.ohio-state.edu>
4846              Subject: [PATCH 5.005_58+] Re: [ID 19990914.001] Perl_re_intuit_start() hangs in a loop
4847      Branch: perl
4848            ! regexec.c t/op/pat.t
4849 ____________________________________________________________________________
4850 [  4157] By: jhi                                   on 1999/09/14  21:18:09
4851         Log: config.h will define USE_64_BITS if need be.
4852      Branch: cfgperl
4853            ! hints/irix_6.sh
4854 ____________________________________________________________________________
4855 [  4156] By: jhi                                   on 1999/09/14  20:30:00
4856         Log: Change #4149 necessitates also a small code change.
4857      Branch: cfgperl
4858            ! ext/B/defsubs_h.PL
4859 ____________________________________________________________________________
4860 [  4155] By: jhi                                   on 1999/09/14  20:15:53
4861         Log: Update EPOC libdir names.
4862      Branch: cfgperl
4863            ! epoc/config.h
4864 ____________________________________________________________________________
4865 [  4154] By: jhi                                   on 1999/09/14  20:13:41
4866         Log: Obsolete epoc/config.h caused #4153 to re-introduce already
4867              deceased HAS.*DBM.*64 mumblings.
4868      Branch: cfgperl
4869            ! Configure config_h.SH epoc/config.h
4870 ____________________________________________________________________________
4871 [  4153] By: jhi                                   on 1999/09/14  20:04:53
4872         Log: Configure nits.
4873      Branch: cfgperl
4874            ! Configure config_h.SH
4875      Branch: metaconfig
4876            ! U/compline/d_sigaction.U U/threads/i_pthread.U
4877 ____________________________________________________________________________
4878 [  4152] By: jhi                                   on 1999/09/14  19:30:22
4879         Log: Integrate with Sarathy.
4880      Branch: cfgperl
4881           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
4882            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
4883           !> INSTALL MANIFEST ext/B/Makefile.PL pod/perldiag.pod
4884           !> win32/config_sh.PL
4885 ____________________________________________________________________________
4886 [  4151] By: jhi                                   on 1999/09/14  10:25:01
4887         Log: Update Unicode database and recompute the tables.
4888              Rename the .txt files to be more Unicode 3.0-like.
4889              Unihan-3.0.txt not included because it is 16 MB.
4890              syllables.txt is manually maintained.
4891              See ReadMe.txt for description of the .txt files.
4892              (not all of them are used yet)
4893      Branch: cfgperl
4894            + lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
4895            + lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
4896            + lib/unicode/Index.txt lib/unicode/Jamo-2.txt
4897            + lib/unicode/LineBrk.txt lib/unicode/Names.txt
4898            + lib/unicode/Props.txt lib/unicode/ReadMe.txt
4899            + lib/unicode/SpecCase.txt
4900            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
4901            - lib/unicode/index2.txt lib/unicode/jamo2.txt
4902            - lib/unicode/names2.txt lib/unicode/props2.txt
4903            - lib/unicode/readme.txt
4904            ! MANIFEST lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
4905            ! lib/unicode/Bidirectional.pl lib/unicode/Block.pl
4906            ! lib/unicode/Category.pl lib/unicode/CombiningClass.pl
4907            ! lib/unicode/Decomposition.pl
4908            ! lib/unicode/In/ArabicPresentationForms-B.pl
4909            ! lib/unicode/In/Specials.pl lib/unicode/In/Tibetan.pl
4910            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
4911            ! lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiL.pl
4912            ! lib/unicode/Is/BidiON.pl lib/unicode/Is/BidiWS.pl
4913            ! lib/unicode/Is/DCcompat.pl lib/unicode/Is/DecoCanon.pl
4914            ! lib/unicode/Is/DecoCompat.pl lib/unicode/Is/L.pl
4915            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lo.pl
4916            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Lu.pl
4917            ! lib/unicode/Is/Pd.pl lib/unicode/Is/Po.pl lib/unicode/Is/S.pl
4918            ! lib/unicode/Is/Sm.pl lib/unicode/Is/So.pl
4919            ! lib/unicode/Is/Upper.pl lib/unicode/Is/Word.pl
4920            ! lib/unicode/JamoShort.pl lib/unicode/UnicodeData-Latest.txt
4921            ! lib/unicode/mktables.PL
4922 ____________________________________________________________________________
4923 [  4150] By: gsar                                  on 1999/09/14  09:31:57
4924         Log: INSTALL tweak
4925      Branch: perl
4926            ! INSTALL
4927 ____________________________________________________________________________
4928 [  4149] By: gsar                                  on 1999/09/14  09:00:45
4929         Log: change some filenames to be 8.3-friendly
4930      Branch: perl
4931           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
4932            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
4933            ! MANIFEST ext/B/Makefile.PL pod/perldiag.pod
4934 ____________________________________________________________________________
4935 [  4148] By: gsar                                  on 1999/09/14  08:35:00
4936         Log: win32 config tweak (suggested by Greg Chapman <glc@well.com>)
4937      Branch: perl
4938            ! win32/config_sh.PL
4939 ____________________________________________________________________________
4940 [  4147] By: jhi                                   on 1999/09/14  08:07:49
4941         Log: Not that UVSIZE normally differs that much from IVSIZE...
4942      Branch: cfgperl
4943            ! perl.h
4944 ____________________________________________________________________________
4945 [  4146] By: jhi                                   on 1999/09/14  08:04:40
4946         Log: Integrate with Sarathy.
4947      Branch: cfgperl
4948           !> Changes ext/DB_File/DB_File.xs
4949 ____________________________________________________________________________
4950 [  4145] By: jhi                                   on 1999/09/14  07:10:02
4951         Log: I_PTHREAD was PTHREADEAD.
4952      Branch: cfgperl
4953            ! Configure config_h.SH
4954      Branch: metaconfig
4955            ! U/threads/i_pthread.U
4956 ____________________________________________________________________________
4957 [  4144] By: gsar                                  on 1999/09/14  06:46:47
4958         Log: change#4113 was missing DB_File.xs changes
4959      Branch: perl
4960            ! ext/DB_File/DB_File.xs
4961 ____________________________________________________________________________
4962 [  4143] By: jhi                                   on 1999/09/13  20:16:20
4963         Log: Small doc and whitespace edits.
4964      Branch: cfgperl
4965            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
4966            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
4967            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
4968            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
4969            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
4970            ! pod/perldelta.pod
4971 ____________________________________________________________________________
4972 [  4142] By: gsar                                  on 1999/09/13  19:32:31
4973         Log: integrate cfgperl contents into mainline, update Changes
4974      Branch: perl
4975           +> ext/DB_File/version.c
4976            ! Changes
4977           !> (integrate 44 files)
4978 ____________________________________________________________________________
4979 [  4141] By: jhi                                   on 1999/09/13  16:16:56
4980         Log: Scan for <pthread.h> always.
4981      Branch: cfgperl
4982            ! Configure config_h.SH perl.h
4983      Branch: metaconfig
4984            ! U/threads/i_pthread.U
4985 ____________________________________________________________________________
4986 [  4140] By: jhi                                   on 1999/09/13  16:00:08
4987         Log: Integrate with Sarathy.
4988      Branch: cfgperl
4989           !> (integrate 27 files)
4990 ____________________________________________________________________________
4991 [  4139] By: jhi                                   on 1999/09/13  15:35:18
4992         Log: Add -A option to Configure to diddle with variables
4993              after the hints file has been applied.
4994      Branch: cfgperl
4995            ! Configure config_h.SH
4996      Branch: metaconfig
4997            ! U/modified/Oldconfig.U U/modified/Options.U
4998 ____________________________________________________________________________
4999 [  4138] By: jhi                                   on 1999/09/13  13:42:56
5000         Log: Change #4136 edited DynaLoader.xs which is kind of fruitless.
5001      Branch: cfgperl
5002            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
5003            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
5004            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
5005            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
5006            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
5007 ____________________________________________________________________________
5008 [  4137] By: jhi                                   on 1999/09/13  13:25:31
5009         Log: Applying change #4136 manually introduced patch residue.
5010      Branch: cfgperl
5011            ! perl.h
5012 ____________________________________________________________________________
5013 [  4136] By: jhi                                   on 1999/09/13  13:23:04
5014         Log: Replace change #4100 with
5015              From: Robin Barker <rmb1@cise.npl.co.uk>
5016              To: gsar@activestate.com
5017              Cc: perl5-porters@perl.org
5018              Subject: Re: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with -Duse64bits
5019              Date: Mon, 13 Sep 1999 14:15:11 +0100 (BST)
5020              Message-Id: <199909131315.OAA24012@tempest.npl.co.uk>
5021      Branch: cfgperl
5022            ! doio.c dump.c ext/B/B.xs ext/B/typemap
5023            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
5024            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
5025            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
5026            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
5027 ____________________________________________________________________________
5028 [  4135] By: jhi                                   on 1999/09/13  10:22:31
5029         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5030              To: perl5-porters@perl.org (Mailing list Perl5)
5031              Subject: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
5032              Date: Sat, 11 Sep 1999 05:31:03 -0400 (EDT)
5033              Message-Id: <199909110931.FAA11036@monk.mps.ohio-state.edu>
5034              
5035              From: andreas.koenig@anima.de (Andreas J. Koenig)
5036              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
5037              Cc: perl5-porters@perl.org (Mailing list Perl5)
5038              Subject: Re: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
5039              Date: 11 Sep 1999 15:36:26 +0200
5040              Message-ID: <sfc906dr2n9.fsf@hohenstaufen.in-berlin.de>
5041      Branch: cfgperl
5042            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
5043 ____________________________________________________________________________
5044 [  4134] By: jhi                                   on 1999/09/13  10:20:14
5045         Log: From: Tom Phoenix <rootbeer@redcat.com>
5046              To: Perl Porters Mailing List <perl5-porters@perl.org>
5047              Subject: [DOCPATCH] Server errors and perldiag
5048              Date: Fri, 10 Sep 1999 16:45:02 -0700 (PDT)
5049              Message-ID: <Pine.GSO.4.10.9909101639490.16999-100000@user2.teleport.com>
5050      Branch: cfgperl
5051            ! pod/perldiag.pod
5052 ____________________________________________________________________________
5053 [  4133] By: gsar                                  on 1999/09/13  03:25:43
5054         Log: avoid assertion failure on C<@a'>
5055      Branch: perl
5056            ! toke.c
5057 ____________________________________________________________________________
5058 [  4132] By: gsar                                  on 1999/09/13  03:03:57
5059         Log: add -DPERL_Y2KWARN build option that will generate additional
5060              warnings on "19$yy" etc (reworked a patch suggested by
5061              Ulrich Pfeifer <upf@de.uu.net>)
5062      Branch: perl
5063            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod
5064            ! pp_hot.c sv.c t/pragma/warn/pp_hot t/pragma/warn/sv
5065 ____________________________________________________________________________
5066 [  4131] By: gsar                                  on 1999/09/12  22:06:25
5067         Log: fix DATA leaks; reword documentation about the DATA filehandle
5068      Branch: perl
5069            ! ext/Opcode/Safe.pm lib/Pod/Functions.pm pod/perldata.pod
5070 ____________________________________________________________________________
5071 [  4130] By: gsar                                  on 1999/09/12  20:08:56
5072         Log: make sprintf("%g",...) threadsafe; only taint its result iff the
5073              formatted result looks nonstandard
5074      Branch: perl
5075            ! embed.pl embedvar.h intrpvar.h objXSUB.h perl.c perlapi.c
5076            ! pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
5077            ! t/pragma/locale.t thrdvar.h
5078 ____________________________________________________________________________
5079 [  4129] By: gsar                                  on 1999/09/12  17:04:11
5080         Log: From: Doug MacEachern <dougm@cp.net>
5081              Date: Sun, 25 Jul 1999 15:49:00 -0700 (PDT)
5082              Message-ID: <Pine.LNX.4.10.9907251538380.373-100000@mojo.eng.cp.net>
5083              Subject: [PATCH 5.005_57] B::clearsym
5084      Branch: perl
5085            ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/Debug.pm ext/B/B/Terse.pm
5086 ____________________________________________________________________________
5087 [  4128] By: gsar                                  on 1999/09/12  16:59:12
5088         Log: better debugger help output (from Ilya Zakharevich)
5089      Branch: perl
5090            ! lib/perl5db.pl
5091 ____________________________________________________________________________
5092 [  4127] By: jhi                                   on 1999/09/11  20:50:37
5093         Log: Integrate with Sarathy.
5094      Branch: cfgperl
5095           +> pod/perlcompile.pod t/lib/gol-basic.t t/lib/gol-compat.t
5096           +> t/lib/gol-linkage.t
5097           !> (integrate 43 files)
5098 ____________________________________________________________________________
5099 [  4126] By: nick                                  on 1999/09/10  20:44:22
5100         Log: Get resolve -at mainline
5101      Branch: utfperl
5102           +> (branch 297 files)
5103            - README.cygwin32 XSlock.h bytecode.h byterun.c byterun.h
5104            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
5105            - cygwin32/perlld ext/B/byteperl.c ext/DynaLoader/dl_cygwin32.xs
5106            - hints/cygwin32.sh interp.sym myconfig objpp.h perl_exp.SH
5107            - t/pragma/warn-1global t/pragma/warning.t thread.sym
5108            - win32/GenCAPI.pl win32/TEST win32/autosplit.pl
5109            - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
5110            - win32/genxsdef.pl win32/makedef.pl win32/makemain.pl
5111            - win32/makeperldef.pl win32/perlhost.h
5112           !> (integrate 847 files)
5113 ____________________________________________________________________________
5114 [  4125] By: gsar                                  on 1999/09/10  19:22:14
5115         Log: s/dXS_TARGET/dXSTARG/ in change#4044 (to match dARGS vs dXSARGS
5116              etc.)
5117      Branch: perl
5118            ! XSUB.h pp.h
5119 ____________________________________________________________________________
5120 [  4124] By: gsar                                  on 1999/09/10  19:14:35
5121         Log: rewrote substantive parts of patch
5122              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5123              Date: Fri, 27 Aug 1999 19:02:18 -0400
5124              Message-ID: <19990827190218.A19561@monk.mps.ohio-state.edu>
5125              Subject: [PATCH 5.005_58] REx documentation
5126      Branch: perl
5127            ! pod/perlre.pod
5128 ____________________________________________________________________________
5129 [  4123] By: gsar                                  on 1999/09/10  18:21:53
5130         Log: note about AVf_*
5131      Branch: perl
5132            ! av.h
5133 ____________________________________________________________________________
5134 [  4122] By: gsar                                  on 1999/09/10  17:55:42
5135         Log: allow 'text' in L<text|A::B/"C"> (from Martin Lichtin
5136              <lichtin@bivio.com>)
5137      Branch: perl
5138            ! lib/Pod/Html.pm
5139 ____________________________________________________________________________
5140 [  4121] By: gsar                                  on 1999/09/10  17:49:35
5141         Log: dos-djgpp update (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
5142      Branch: perl
5143            ! AUTHORS Changes README.dos djgpp/config.over
5144            ! djgpp/configure.bat djgpp/djgpp.c djgpp/djgppsed.sh dosish.h
5145            ! lib/ExtUtils/MM_Unix.pm pod/pod2usage.PL pod/podchecker.PL
5146            ! pod/podselect.PL sv.h t/io/openpid.t util.c
5147 ____________________________________________________________________________
5148 [  4120] By: gsar                                  on 1999/09/10  12:25:01
5149         Log: add perlcompile.pod (edited content from Nathan Torkington
5150              <gnat@frii.com> and others)
5151      Branch: perl
5152            + pod/perlcompile.pod
5153            ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod pod/roffitall
5154 ____________________________________________________________________________
5155 [  4119] By: gsar                                  on 1999/09/10  11:05:13
5156         Log: avoid leaking static local_patches unless patchlevel.h is
5157              explicitly included
5158      Branch: perl
5159            ! patchlevel.h perl.c
5160 ____________________________________________________________________________
5161 [  4118] By: gsar                                  on 1999/09/10  10:44:54
5162         Log: upgrade to Getopt::Long v2.20 (from Johan Vromans
5163              <jvromans@squirrel.nl>)
5164      Branch: perl
5165            + t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
5166            ! Changes MANIFEST lib/Getopt/Long.pm
5167 ____________________________________________________________________________
5168 [  4116] By: jhi                                   on 1999/09/09  15:56:52
5169         Log: perldeltify change #4115.
5170      Branch: cfgperl
5171            ! pod/perldelta.pod
5172 ____________________________________________________________________________
5173 [  4115] By: jhi                                   on 1999/09/09  15:48:56
5174         Log: From: "John L. Allen" <allen@grumman.com> 
5175              To: perl5-porters@perl.org 
5176              Subject: [ID 19990901.003] Time::Local should not croak on "out-of-range" days
5177              Date: Wed, 1 Sep 1999 13:33:39 -0400 (EDT) 
5178              Message-Id: <199909011733.NAA17356@gateway.grumman.com> 
5179      Branch: cfgperl
5180            ! lib/Time/Local.pm
5181 ____________________________________________________________________________
5182 [  4114] By: jhi                                   on 1999/09/09  15:42:30
5183         Log: From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
5184              To: perl5-porters@perl.org
5185              Subject: [ID 19990909.003] MAXINT redefined warning on HP-UX 10.20
5186              Date: Thu, 9 Sep 1999 10:33:37 -0500 (CDT)
5187              Message-Id: <199909091533.KAA01242@www.cvm.uiuc.edu>
5188      Branch: cfgperl
5189            ! pp_sys.c
5190 ____________________________________________________________________________
5191 [  4113] By: jhi                                   on 1999/09/09  10:17:45
5192         Log: From: paul.marquess@bt.com
5193              To: gsar@ActiveState.com
5194              Cc: perl5-porters@perl.org
5195              Subject: [PATCH 5.005_61] DB_File 1.71
5196              Date: Thu, 9 Sep 1999 11:20:13 +0100
5197              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BBE@mbtlipnt02.btlabs.bt.co.uk>
5198      Branch: cfgperl
5199            + ext/DB_File/version.c
5200            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
5201            ! ext/DB_File/Makefile.PL ext/DB_File/dbinfo ext/DB_File/typemap
5202            ! t/lib/db-btree.t
5203 ____________________________________________________________________________
5204 [  4112] By: jhi                                   on 1999/09/09  09:05:32
5205         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5206              To: perl5-porters@perl.org (Mailing list Perl5)
5207              Subject: [PATCH 5.005_58] Fix interaction of (?p{}) and (?>)
5208              Date: Thu, 9 Sep 1999 04:40:11 -0400 (EDT)
5209              Message-Id: <199909090840.EAA26471@monk.mps.ohio-state.edu>
5210      Branch: cfgperl
5211            ! regexec.c t/op/pat.t
5212 ____________________________________________________________________________
5213 [  4110] By: jhi                                   on 1999/09/09  07:29:17
5214         Log: Tidy up 64-bit situation in perldelta.
5215      Branch: cfgperl
5216            ! pod/perldelta.pod
5217 ____________________________________________________________________________
5218 [  4109] By: jhi                                   on 1999/09/09  07:26:53
5219         Log: Clear up PL_regcc issues.
5220              
5221              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5222              To: perl5-porters@perl.org (Mailing list Perl5)
5223              Subject: [PATCH 5.005_60] Another regexec.c unobfuscation
5224              Date: Thu, 9 Sep 1999 02:49:49 -0400 (EDT)
5225              Message-Id: <199909090649.CAA26119@monk.mps.ohio-state.edu>
5226      Branch: cfgperl
5227            ! regexec.c
5228 ____________________________________________________________________________
5229 [  4108] By: gsar                                  on 1999/09/08  20:52:51
5230         Log: avoid ass_u_ming uppercase types are not user objects (spotted
5231              by Kurt Starsinic)
5232      Branch: perl
5233            ! ext/Data/Dumper/Dumper.pm
5234 ____________________________________________________________________________
5235 [  4107] By: gsar                                  on 1999/09/08  20:35:18
5236         Log: From: akim@epita.fr (DEMAILLE Akim)
5237              Date: Wed, 8 Sep 1999 18:18:44 +0200 (CEST)
5238              Message-Id: <m11OkQm-003A4IC@beyrouth.lrde.epita.fr>
5239              Subject: [ID 19990908.014] s2p does not quote @
5240      Branch: perl
5241            ! x2p/s2p.PL
5242 ____________________________________________________________________________
5243 [  4106] By: gsar                                  on 1999/09/08  20:25:12
5244         Log: integrate cfgperl contents into mainline
5245      Branch: perl
5246           !> (integrate 30 files)
5247 ____________________________________________________________________________
5248 [  4105] By: jhi                                   on 1999/09/08  09:02:37
5249         Log: Minor touches at the [:class:] description.
5250      Branch: cfgperl
5251            ! pod/perlre.pod
5252 ____________________________________________________________________________
5253 [  4104] By: jhi                                   on 1999/09/08  08:57:58
5254         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5255              To: Mailing list Perl5 <perl5-porters@perl.org>
5256              Subject: [PATCH 5.005_58] Fix debugging output for REx
5257              Date: Wed, 8 Sep 1999 05:02:02 -0400
5258              Message-ID: <19990908050201.A17682@monk.mps.ohio-state.edu>
5259      Branch: cfgperl
5260            ! regcomp.c
5261 ____________________________________________________________________________
5262 [  4103] By: gsar                                  on 1999/09/08  00:53:50
5263         Log: fix memory leak in C<sub f { split ' ', "a b" } f() while 1>
5264      Branch: perl
5265            ! pp.c
5266 ____________________________________________________________________________
5267 [  4102] By: gsar                                  on 1999/09/08  00:52:50
5268         Log: fix memory leak in C<sub f { @_ = 1 } f() while 1>
5269      Branch: perl
5270            ! cop.h pp_hot.c
5271 ____________________________________________________________________________
5272 [  4101] By: gsar                                  on 1999/09/07  17:25:07
5273         Log: various fixups for windows
5274      Branch: perl
5275            ! embed.h embed.pl objXSUB.h op.c perlapi.c proto.h
5276            ! win32/Makefile win32/makefile.mk xsutils.c
5277 ____________________________________________________________________________
5278 [  4100] By: jhi                                   on 1999/09/07  12:49:15
5279         Log: Fix pointer casts.
5280              
5281              From: Robin Barker <rmb1@cise.npl.co.uk>
5282              To: perl5-porters@perl.org
5283              Subject: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with
5284              -Duse64bits
5285              Date: Tue, 7 Sep 1999 12:30:18 +0100 (BST)
5286              Message-Id: <199909071130.MAA11435@tempest.npl.co.uk>
5287      Branch: cfgperl
5288            ! doio.c dump.c ext/B/B.xs ext/B/typemap
5289            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
5290            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
5291            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
5292            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
5293 ____________________________________________________________________________
5294 [  4099] By: jhi                                   on 1999/09/07  10:29:04
5295         Log: Add sig/pid/uid size and sign probes.
5296      Branch: metaconfig
5297            + U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
5298            + U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
5299 ____________________________________________________________________________
5300 [  4098] By: jhi                                   on 1999/09/07  10:27:06
5301         Log: Band-aid until we've got %{Uid_t} or something similar
5302              for sv_catpvfn().
5303      Branch: cfgperl
5304            ! taint.c
5305 ____________________________________________________________________________
5306 [  4097] By: jhi                                   on 1999/09/07  09:41:23
5307         Log: Fix a printf thinko: now quads must have the ll L q prefix.
5308              (in other words, a bare %d is an int/unsigned)
5309      Branch: cfgperl
5310            ! pp_sys.c sv.c t/op/64bit.t
5311 ____________________________________________________________________________
5312 [  4096] By: jhi                                   on 1999/09/07  07:36:17
5313         Log: HP-UX 10.20 and gcc 2.8.1 break UINT32_MAX.
5314              
5315              From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
5316              To: perl5-porters@perl.org
5317              Subject: [ID 19990906.007] Not OK: perl 5.00561 on PA-RISC1.1 10.20
5318              Date: Mon, 6 Sep 1999 21:18:12 -0500 (CDT)
5319              Message-Id: <199909070218.VAA29232@www.cvm.uiuc.edu>
5320      Branch: cfgperl
5321            ! hints/hpux.sh perl.h
5322 ____________________________________________________________________________
5323 [  4095] By: gsar                                  on 1999/09/06  20:47:02
5324         Log: applied suggested patch with suitable test to detect MSVC
5325              From: "Vishal Bhatia" <vishalb@my-deja.com>
5326              Date: Wed, 11 Aug 1999 01:43:28 -0700
5327              Message-ID: <GFCJELIOGEENAAAA@my-deja.com>
5328              Subject: compiler on  win32
5329      Branch: perl
5330            ! ext/B/B/C.pm
5331 ____________________________________________________________________________
5332 [  4094] By: jhi                                   on 1999/09/06  20:34:44
5333         Log: Integrate with Sarathy.
5334      Branch: cfgperl
5335           !> ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
5336           !> t/harness t/pragma/sub_lval.t utils/Makefile utils/perlcc.PL
5337 ____________________________________________________________________________
5338 [  4093] By: jhi                                   on 1999/09/06  20:33:43
5339         Log: Fix UV_SIZEOF to UVSIZE; change the overflow tests
5340              so that they overflow also on 64-bit platforms.
5341      Branch: cfgperl
5342            ! t/pragma/warn/toke t/pragma/warn/util toke.c util.c
5343 ____________________________________________________________________________
5344 [  4092] By: gsar                                  on 1999/09/06  20:16:58
5345         Log: support bytecode and C backends in perlcc (patch suggested
5346              by Tom Hughes <tom@compton.au>); s/-opt/-noopt/ and make the
5347              C backend the default; describe new switches in pod; introduce
5348              PERLCC_OPTS and s/COMPILE_TIMEOUT/PERLCC_TIMEOUT/;
5349              s/COMPILE_TEST/HARNESS_COMPILE_TEST/; document these %ENV
5350              entries
5351      Branch: perl
5352            ! ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
5353            ! t/harness utils/Makefile utils/perlcc.PL
5354 ____________________________________________________________________________
5355 [  4091] By: jhi                                   on 1999/09/06  19:10:41
5356         Log: Integrate with Sarathy.
5357      Branch: cfgperl
5358           +> t/pragma/sub_lval.t
5359           !> (integrate 52 files)
5360 ____________________________________________________________________________
5361 [  4090] By: gsar                                  on 1999/09/06  19:09:06
5362         Log: propagate changed error text
5363      Branch: perl
5364            ! t/pragma/sub_lval.t
5365 ____________________________________________________________________________
5366 [  4089] By: gsar                                  on 1999/09/06  18:54:43
5367         Log: sprintf doc tweak (from Ian Phillipps <ian@dial.pipex.com>)
5368      Branch: perl
5369            ! pod/perlfunc.pod
5370 ____________________________________________________________________________
5371 [  4088] By: gsar                                  on 1999/09/06  18:52:10
5372         Log: From: paul.marquess@bt.com
5373              Date: Sun, 5 Sep 1999 15:11:08 +0100 
5374              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BAB@mbtlipnt02.btlabs.bt.co.uk>
5375              Subject: [PATCH 5.005_61] Another patch for Lexical Warnings
5376      Branch: perl
5377            ! pp_sys.c t/pragma/warn/doio t/pragma/warn/op
5378            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys
5379            ! t/pragma/warn/regcomp t/pragma/warn/sv t/pragma/warn/toke
5380            ! t/pragma/warn/universal t/pragma/warn/utf8 t/pragma/warn/util
5381            ! toke.c
5382 ____________________________________________________________________________
5383 [  4087] By: gsar                                  on 1999/09/06  18:06:06
5384         Log: change#3612 is buggy when quotemeta argument matches target
5385              (hope this is the last of the optimized-OP_SASSIGN bugs)
5386              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5387              Date: Sun, 5 Sep 1999 06:07:42 -0400 (EDT)
5388              Message-Id: <199909051007.GAA06423@monk.mps.ohio-state.edu>
5389              Subject: Re: [BUG: quotemeta]
5390      Branch: perl
5391            ! Changes op.c t/op/lex_assign.t
5392 ____________________________________________________________________________
5393 [  4086] By: gsar                                  on 1999/09/06  17:57:52
5394         Log: misc tweaks
5395      Branch: perl
5396            ! bytecode.pl ext/ByteLoader/byterun.h pod/perlsyn.pod toke.c
5397 ____________________________________________________________________________
5398 [  4085] By: gsar                                  on 1999/09/06  03:54:23
5399         Log: applied patch suggested by Hans Mulder to fix problems on
5400              OPENSTEP-Mach; be more careful about PERL_POLLUTE_MALLOC
5401              when they ask for bincompat (platforms that used to default
5402              to EMBEDMYMALLOC continue to do so); disable warnings.t#192
5403              (appears unsalvageable on some platforms)
5404      Branch: perl
5405            ! embed.h embed.pl handy.h perl.h pp_sys.c t/pragma/warn/pp_hot
5406 ____________________________________________________________________________
5407 [  4084] By: bailey                                on 1999/09/06  02:39:11
5408         Log: Integrate mainline 5.05_61
5409      Branch: vmsperl
5410           +> (branch 32 files)
5411            - lib/unicode/EthiopicSyllables.txt
5412            - lib/unicode/MakeEthiopicSyllables.PL t/pragma/warning.t
5413            - warning.pl
5414            ! vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
5415            ! vms/perly_h.vms vms/vms.c
5416           !> (integrate 346 files)
5417 ____________________________________________________________________________
5418 [  4083] By: gsar                                  on 1999/09/06  00:10:40
5419         Log: optional warning on join(/foo/...) (reworked suggested patch
5420              by Mark-Jason Dominus <mjd@plover.com>)
5421      Branch: perl
5422            ! embed.h objXSUB.h op.c opcode.h opcode.pl perlapi.c
5423            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.sym
5424            ! pp_proto.h t/pragma/warn/op
5425 ____________________________________________________________________________
5426 [  4082] By: gsar                                  on 1999/09/05  22:28:57
5427         Log: fix data loss when more than one block is read from SDBM
5428              *.dir file (suggested by Uwe Ohse <uwe@ohse.de>)
5429      Branch: perl
5430            ! ext/SDBM_File/sdbm/sdbm.c
5431 ____________________________________________________________________________
5432 [  4081] By: gsar                                  on 1999/09/05  22:07:18
5433         Log: initial implementation of lvalue subroutines (slightly fixed
5434              version of patch suggested by Ilya Zakharevich, which in turn
5435              is based on the one suggested by Tuomas J. Lukka <lukka@iki.fi>)
5436      Branch: perl
5437            + t/pragma/sub_lval.t
5438            ! MANIFEST cop.h cv.h dump.c embed.h ext/Opcode/Opcode.pm
5439            ! ext/attrs/attrs.pm ext/attrs/attrs.xs global.sym objXSUB.h
5440            ! op.c op.h opcode.h opcode.pl opnames.h perlapi.c
5441            ! pod/perldiag.pod pod/perlsub.pod pp.c pp.sym pp_hot.c
5442            ! pp_proto.h proto.h t/pragma/warn/pp_ctl
5443 ____________________________________________________________________________
5444 [  4080] By: jhi                                   on 1999/09/05  22:02:18
5445         Log: Undo #4055 (related to #4079).
5446      Branch: cfgperl
5447            ! pod/perlop.pod
5448 ____________________________________________________________________________
5449 [  4079] By: jhi                                   on 1999/09/05  21:30:54
5450         Log: Time is not yet ripe.
5451      Branch: cfgperl
5452            ! pod/perldelta.pod pod/perlop.pod pp.c t/op/64bit.t t/op/misc.t
5453 ____________________________________________________________________________
5454 [  4078] By: gsar                                  on 1999/09/05  18:17:32
5455         Log: modified suggested patch to handle cross-refs and qr// objects
5456              correctly; unfollowed refs are represented as simple string
5457              value, not just the bare type; $VERSION stays the same until
5458              it is ready for prime time (avoids CPAN confustication)
5459              From:    John Nolan <jpnolan@Op.Net>
5460              Date:    Wed, 04 Aug 1999 20:21:10 EDT
5461              Message-Id: <199908050021.UAA09693@monet.op.net>
5462              Subject: [ID 19990804.006] [PATCH]5.005_60 (Data::Dumper) - implements Maxdepth setting
5463      Branch: perl
5464            ! Changes ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
5465            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo t/lib/dumper.t
5466 ____________________________________________________________________________
5467 [  4077] By: jhi                                   on 1999/09/04  21:54:42
5468         Log: timesum() wasn't @EXPORTed as promised by the documentation.
5469              Bug reported by Alex Efros <powerman@inart.kharkov.com>.
5470      Branch: cfgperl
5471            ! lib/Benchmark.pm
5472 ____________________________________________________________________________
5473 [  4076] By: gsar                                  on 1999/09/04  20:21:59
5474         Log: integrate cfgperl contents into mainline
5475      Branch: perl
5476           +> lib/attributes.pm lib/warnings.pm t/lib/attrs.t t/op/attrs.t
5477           +> t/pragma/warn/7fatal t/pragma/warn/8signal t/pragma/warnings.t
5478           +> warnings.h warnings.pl xsutils.c
5479            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
5480           !> (integrate 109 files)
5481 ____________________________________________________________________________
5482 [  4075] By: jhi                                   on 1999/09/04  18:04:47
5483         Log: use integer on the problematic subtest.
5484      Branch: cfgperl
5485            ! t/op/misc.t
5486 ____________________________________________________________________________
5487 [  4074] By: jhi                                   on 1999/09/04  17:57:40
5488         Log: Warn about numconvert.t in case somebody
5489              wants to make sv_2pv more 64-bit aware.
5490      Branch: cfgperl
5491            ! sv.c
5492 ____________________________________________________________________________
5493 [  4073] By: jhi                                   on 1999/09/04  17:54:51
5494         Log: Comment upgrading: the quad situation isn't quite as
5495              bad as it used to be.
5496      Branch: cfgperl
5497            ! perl.h
5498 ____________________________________________________________________________
5499 [  4072] By: jhi                                   on 1999/09/04  15:35:37
5500         Log: Integrate with Sarathy.
5501      Branch: cfgperl
5502           !> win32/win32.c
5503 ____________________________________________________________________________
5504 [  4071] By: jhi                                   on 1999/09/04  15:28:11
5505         Log: Fix LFS with -Duseperlio in Solaris.  Reported in
5506              
5507              From: Robin Barker <rmb1@cise.npl.co.uk>
5508              To: perl5-porters@perl.org
5509              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
5510              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
5511              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
5512              
5513              and later (in private email) found to be dependent
5514              on useperlio.
5515              
5516              Mental note: the cpp magic done in perlsdio.h (and assumedly
5517              also in perlsfio.h) may cause trouble later with lfs because
5518              both the perlio scheme by Perl and the lfs support by vendors
5519              like to play cpp games to map the stdio namespace back and forth.
5520              The problem fixed here (fseek vs fseeko, ftell vs ftello) may be
5521              just the beginning.
5522      Branch: cfgperl
5523            ! perlio.c
5524 ____________________________________________________________________________
5525 [  4070] By: jhi                                   on 1999/09/04  13:12:14
5526         Log: Enable 64-bit clean bit ops.
5527              (Disables the t/op/misc.t substest 3 in 64-bit platforms.)
5528      Branch: cfgperl
5529            ! pod/perldelta.pod pod/perlop.pod pp.c pp_hot.c t/op/64bit.t
5530            ! t/op/misc.t
5531 ____________________________________________________________________________
5532 [  4069] By: jhi                                   on 1999/09/03  21:17:30
5533         Log: Turn on USE_64_BIT_OFFSETS implicitly.
5534      Branch: cfgperl
5535            ! perl.h
5536 ____________________________________________________________________________
5537 [  4068] By: jhi                                   on 1999/09/03  08:19:59
5538         Log: Fix from Spider for the sub attributes (there was an undocumented
5539              dependency between force_word() and skipspace()).
5540      Branch: cfgperl
5541            ! toke.c
5542 ____________________________________________________________________________
5543 [  4067] By: jhi                                   on 1999/09/01  23:17:06
5544         Log: From: John Tobey <spam@john-edwin-tobey.org>
5545              To: ilya@math.ohio-state.edu
5546              CC: perl5-porters@perl.org
5547              Subject: Re: [PATCH 5.005_60] distclean forgot two
5548              Date: Mon, 23 Aug 1999 02:10:11 -0400 (EDT)
5549              Message-Id: <m11InJ5-000FPCC@feynman.localnet>
5550      Branch: cfgperl
5551            ! t/lib/dprof.t
5552 ____________________________________________________________________________
5553 [  4066] By: jhi                                   on 1999/09/01  23:14:50
5554         Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
5555              To: perl5-porters@perl.org
5556              Subject: [ID 19990821.001] [PATCH] perl5.005_60 cygwin port
5557              Date: Fri, 20 Aug 1999 15:37:27 +0100
5558              Message-Id: <8A160D637356D311BC4300600849EC8122E217@POST>
5559      Branch: cfgperl
5560            ! cygwin/Makefile.SHs ext/ByteLoader/byterun.h
5561            ! ext/SDBM_File/sdbm/sdbm.c hints/cygwin.sh perl.h pp_sys.c
5562            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t
5563 ____________________________________________________________________________
5564 [  4065] By: jhi                                   on 1999/09/01  22:06:43
5565         Log: From: Dominic Dunlop <domo@vo.lu>
5566              To: perl5-porters@perl.org
5567              Subject: [ID 19990819.001] Not OK: perl 5.00560 on powerpc-machten 4.1.1
5568              (UNINSTALLED) [PATCH]
5569              Date: Thu, 19 Aug 1999 09:48:03 +0200
5570              Message-Id: <v03110709b3e165b51dda@[212.24.192.132]>
5571              
5572              The PERL_POLLUTE_MALLOC part had to be manually applied.
5573      Branch: cfgperl
5574            ! hints/machten.sh perl.h
5575 ____________________________________________________________________________
5576 [  4064] By: jhi                                   on 1999/09/01  13:56:14
5577         Log: From: Martin Lichtin <lichtin@bivio.com>
5578              To: jhi@iki.fi
5579              CC: perl5-porters@perl.org
5580              Subject: Re: [ID 19990829.001] ExtUtils::Install.pm, minor umask problem
5581              Date: Wed, 01 Sep 1999 15:50:04 +0200
5582              Message-ID: <37CD2F0C.944BFACE@bivio.com>
5583      Branch: cfgperl
5584            ! lib/ExtUtils/Install.pm
5585 ____________________________________________________________________________
5586 [  4063] By: jhi                                   on 1999/09/01  13:16:11
5587         Log: Enhance lfs tests: check every seek and sysseek
5588              and test also that -e and -f detect largefiles.
5589      Branch: cfgperl
5590            ! t/lib/syslfs.t t/op/lfs.t
5591 ____________________________________________________________________________
5592 [  4062] By: jhi                                   on 1999/09/01  12:08:04
5593         Log: From: Colin Kuskie <ckuskie@Cadence.COM>
5594              To: Ronald J Kimball <rjk@linguist.dartmouth.edu>
5595              cc: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>,
5596              The Perl Porters Mailing List <perl5-porters@perl.org>
5597              Subject: [REPATCH 5.005_61] Re: perldiag.pod omissions
5598              Date: Tue, 31 Aug 1999 11:24:31 -0700 (PDT)
5599              Message-ID: <Pine.GSO.4.10.9908311055460.11290-100000@pdxult10a.cadence.com>
5600      Branch: cfgperl
5601            ! pod/perldiag.pod
5602 ____________________________________________________________________________
5603 [  4061] By: jhi                                   on 1999/09/01  12:03:03
5604         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5605              To: ilya@math.ohio-state.edu (Ilya Zakharevich)
5606              Cc: perl5-porters@perl.org, cloos@adamsmith.ai
5607              Subject: Re: [ID 19990830.005] Assigning value of an op on an SV to said SV
5608              Date: Wed, 1 Sep 1999 02:56:06 -0400 (EDT)
5609              Message-Id: <199909010656.CAA04478@monk.mps.ohio-state.edu>
5610      Branch: cfgperl
5611            ! op.c t/op/join.t
5612 ____________________________________________________________________________
5613 [  4060] By: jhi                                   on 1999/09/01  07:59:42
5614         Log: IV_DIG and NV_DIG fixes.
5615      Branch: cfgperl
5616            ! perl.h
5617 ____________________________________________________________________________
5618 [  4059] By: jhi                                   on 1999/08/31  14:47:18
5619         Log: \C{} -> \N{} residue.
5620      Branch: cfgperl
5621            ! toke.c
5622 ____________________________________________________________________________
5623 [  4057] By: gsar                                  on 1999/08/30  22:08:19
5624         Log: avoid hiding child process window
5625      Branch: perl
5626            ! win32/win32.c
5627 ____________________________________________________________________________
5628 [  4055] By: jhi                                   on 1999/08/30  21:20:50
5629         Log: Document the undefinedness of overshifting.
5630      Branch: cfgperl
5631            ! pod/perlop.pod
5632 ____________________________________________________________________________
5633 [  4054] By: jhi                                   on 1999/08/30  20:18:18
5634         Log: History fixes and updates.
5635      Branch: cfgperl
5636            ! pod/perlhist.pod
5637 ____________________________________________________________________________
5638 [  4053] By: jhi                                   on 1999/08/30  19:34:02
5639         Log: Shell quoting thinko broke installdirs.
5640              From: JVromans@Squirrel.nl (Johan Vromans)
5641              To: perl5-porters@perl.org
5642              Subject: [ID 19990830.001] 5.005_61 Configure does not substitute
5643              installprefix
5644              Date: Mon, 30 Aug 1999 16:10:10 +0200 (MEST)
5645              Message-Id: <14282.37058.934928.805633@plume.nl.compuware.com>
5646      Branch: cfgperl
5647            ! Configure config_h.SH
5648      Branch: metaconfig
5649            ! U/installdirs/archlib.U U/installdirs/bin.U
5650            ! U/installdirs/html1dir.U U/installdirs/html3dir.U
5651            ! U/installdirs/installprefix.U U/installdirs/man1dir.U
5652            ! U/installdirs/man3dir.U U/installdirs/privlib.U
5653            ! U/installdirs/scriptdir.U U/installdirs/sitearch.U
5654            ! U/installdirs/sitebin.U U/installdirs/sitehtml1dir.U
5655            ! U/installdirs/sitehtml3dir.U U/installdirs/sitelib.U
5656            ! U/installdirs/siteman1dir.U U/installdirs/siteman3dir.U
5657            ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
5658            ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
5659            ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
5660            ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
5661            ! U/installdirs/vendorscriptdir.U
5662 ____________________________________________________________________________
5663 [  4052] By: jhi                                   on 1999/08/30  02:57:05
5664         Log: Use \N{named characters} instead of \C.
5665              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5666              To: jhi@iki.fi
5667              Cc: larry@wall.org (Larry Wall), Tim.Bunce@ig.co.uk (Tim Bunce),
5668              perl5-porters@perl.org (Mailing list Perl5)
5669              Subject: Re: [PATCH 5.005_58] Named characters in Perl
5670              Date: Sun, 29 Aug 1999 16:46:53 -0400 (EDT)
5671              Message-Id: <199908292046.QAA05510@monk.mps.ohio-state.edu>
5672      Branch: cfgperl
5673            ! lib/charnames.pm lib/utf8.pm pod/perldiag.pod pod/perlop.pod
5674            ! pod/perlre.pod regcomp.c t/lib/charnames.t toke.c
5675 ____________________________________________________________________________
5676 [  4051] By: jhi                                   on 1999/08/30  02:54:20
5677         Log: From: Spider Boardman <spider@Orb.Nashua.NH.US>
5678              To: perl5-porters@perl.org
5679              Subject: [ID 19990829.004] Autoloaded &VERSION and UNIVERSAL::VERSION
5680              don't mix
5681              Date: Sun, 29 Aug 1999 19:04:53 -0400
5682              Message-Id: <199908292304.TAA13738@Orb.Nashua.NH.US>
5683      Branch: cfgperl
5684            ! universal.c
5685 ____________________________________________________________________________
5686 [  4050] By: jhi                                   on 1999/08/29  16:38:58
5687         Log: Conditionally socksify the LIBS of Socket.
5688      Branch: cfgperl
5689            ! ext/Socket/Makefile.PL
5690 ____________________________________________________________________________
5691 [  4049] By: jhi                                   on 1999/08/29  15:33:30
5692         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5693              To: Mailing list Perl5 <perl5-porters@perl.org>
5694              Subject: Re: [PATCH 5.005_60] fix @DB::typeahead
5695              Date: Wed, 25 Aug 1999 16:19:58 -0400
5696              Message-ID: <19990825161958.A4658@monk.mps.ohio-state.edu>
5697      Branch: cfgperl
5698            ! lib/perl5db.pl
5699 ____________________________________________________________________________
5700 [  4048] By: jhi                                   on 1999/08/29  15:31:36
5701         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
5702              To: perl5-porters@perl.org
5703              Subject: [PATCH _61] Lost arguments to simplified sort
5704              Date: Wed, 25 Aug 1999 23:22:32 -0700 (PDT)
5705              Message-ID: <14276.56616.879390.562685@metonymy.hip.berkeley.edu>
5706      Branch: cfgperl
5707            ! op.c t/op/sort.t
5708 ____________________________________________________________________________
5709 [  4047] By: jhi                                   on 1999/08/29  15:29:29
5710         Log: From: Olaf Flebbe <olaf@science-computing.de>
5711              Sender: owner-perl5-porters@perl.org
5712              To: perl5-porters@perl.org
5713              Subject: [ID 19990827.003] [PATCH]5.005_60 Patch for EPOC Support
5714              Date: Fri, 27 Aug 1999 21:50:41 +0200 (MEST)
5715      Branch: cfgperl
5716            ! README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
5717            ! epoc/perl.mmp epoc/perl.pkg
5718 ____________________________________________________________________________
5719 [  4046] By: jhi                                   on 1999/08/29  15:21:18
5720         Log: From: pvhp@forte.com (Peter Prymmer)
5721              To: perl5-porters@perl.org
5722              Subject: [PATCH: 5.005_61] an EBCDIC friendly cgi-html.t test
5723              Date: Fri, 27 Aug 99 18:51:04 PDT
5724              Message-Id: <9908280151.AA05010@forte.com>
5725      Branch: cfgperl
5726            ! t/lib/cgi-html.t
5727 ____________________________________________________________________________
5728 [  4045] By: jhi                                   on 1999/08/29  15:18:38
5729         Log: Fix scalar gmtime (and localtime) in quad environments,
5730              bug reported by Robin Parker.
5731              
5732              From: Robin Barker <rmb1@cise.npl.co.uk>
5733              To: jhi@iki.fi
5734              Cc: perl5-porters@perl.org
5735              Subject: Re: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
5736              Date: Tue, 24 Aug 1999 11:09:24 +0100 (BST)
5737              Message-Id: <199908241009.LAA24394@tempest.npl.co.uk>
5738      Branch: cfgperl
5739            ! pp_sys.c t/op/time.t
5740 ____________________________________________________________________________
5741 [  4044] By: jhi                                   on 1999/08/29  11:24:03
5742         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5743              To: perl5-porters@perl.org (Mailing list Perl5)
5744              Subject: [PATCH 5.005_60] Speeding up XSUB calls up to 66%
5745              Date: Fri, 27 Aug 1999 03:33:01 -0400 (EDT)
5746              Message-Id: <199908270733.DAA16927@monk.mps.ohio-state.edu>
5747              
5748              Addendum: it's "only" 33% speedup.
5749      Branch: cfgperl
5750            ! dump.c op.c op.h pp.h
5751 ____________________________________________________________________________
5752 [  4043] By: jhi                                   on 1999/08/29  11:10:33
5753         Log: From: spider-perl@Orb.Nashua.NH.US
5754              To: Mailing list Perl5 <perl5-porters@perl.org>
5755              Subject: [PATCH 5.005_61 CORE] sub : attrlist
5756              Date: Sun, 29 Aug 1999 03:02:11 -0400
5757              Message-Id: <199908290702.DAA32191@Orb.Nashua.NH.US>
5758      Branch: cfgperl
5759            + lib/attributes.pm t/lib/attrs.t t/op/attrs.t xsutils.c
5760            ! MANIFEST Makefile.SH embed.h embed.pl embedvar.h global.sym
5761            ! gv.c lib/AutoSplit.pm lib/SelfLoader.pm objXSUB.h op.c perl.c
5762            ! perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
5763            ! perly_c.diff pod/perldelta.pod pod/perldiag.pod
5764            ! pod/perlfunc.pod pod/perlmodlib.pod pod/perlsub.pod proto.h
5765            ! toke.c vms/perly_c.vms vms/perly_h.vms warnings.h
5766 ____________________________________________________________________________
5767 [  4042] By: jhi                                   on 1999/08/29  11:08:50
5768         Log: Turn off gcc-2.95's strict-alias optimization.
5769              This, of course, should be only temporary.
5770              From Andy Dougherty.
5771      Branch: cfgperl
5772            ! Configure config_h.SH
5773      Branch: metaconfig
5774            ! U/compline/ccflags.U U/modified/cc.U
5775 ____________________________________________________________________________
5776 [  4041] By: jhi                                   on 1999/08/29  10:47:30
5777         Log: Fix a typo in #4036.
5778      Branch: cfgperl
5779            ! mg.c
5780 ____________________________________________________________________________
5781 [  4040] By: jhi                                   on 1999/08/29  10:34:58
5782         Log: Add a missing #endif forgotten by #4035.
5783      Branch: cfgperl
5784            ! doop.c
5785 ____________________________________________________________________________
5786 [  4039] By: jhi                                   on 1999/08/29  10:31:19
5787         Log: Remove an extra #endif introduced by #4036.
5788      Branch: cfgperl
5789            ! perl.h
5790 ____________________________________________________________________________
5791 [  4038] By: jhi                                   on 1999/08/29  10:18:59
5792         Log: Rename warning to warnings, from Paul Marquess.
5793      Branch: cfgperl
5794            + lib/warnings.pm t/pragma/warn/7fatal t/pragma/warn/8signal
5795            + t/pragma/warnings.t warnings.h warnings.pl
5796            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
5797            ! MANIFEST Makefile.SH gv.c mg.c perl.h pod/perldelta.pod
5798            ! pod/perldiag.pod pod/perlfunc.pod pod/perllexwarn.pod
5799            ! pod/perlmodlib.pod pod/perlrun.pod pod/perltoc.pod
5800            ! pod/perlvar.pod t/op/64bit.t t/op/tie.t t/pragma/warn/2use
5801            ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/5nolint
5802            ! t/pragma/warn/6default t/pragma/warn/doio t/pragma/warn/doop
5803            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
5804            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
5805            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
5806            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
5807            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
5808            ! t/pragma/warn/utf8 t/pragma/warn/util toke.c
5809 ____________________________________________________________________________
5810 [  4037] By: jhi                                   on 1999/08/29  10:08:47
5811         Log: Create the equivalence tables based on
5812              the real Unicode decomposition, not on
5813              the character name.
5814      Branch: cfgperl
5815            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
5816            ! lib/unicode/mktables.PL
5817 ____________________________________________________________________________
5818 [  4036] By: jhi                                   on 1999/08/29  09:29:08
5819         Log: Integrate with Sarathy.
5820      Branch: cfgperl
5821           +> lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
5822           +> lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
5823           +> lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
5824           +> lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
5825           +> lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
5826           +> lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
5827           !> (integrate 190 files)
5828 ____________________________________________________________________________
5829 [  4035] By: jhi                                   on 1999/08/29  08:56:15
5830         Log: Implement 64-bit vec().
5831      Branch: cfgperl
5832            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
5833            ! pp.h t/op/64bit.t
5834 ____________________________________________________________________________
5835 [  4034] By: gsar                                  on 1999/08/29  03:35:18
5836         Log: deadcode removal
5837      Branch: perl
5838            ! XSUB.h embed.h embed.pl global.sym mg.c op.c perl.h perlapi.h
5839            ! pp_ctl.c proto.h run.c sv.c
5840 ____________________________________________________________________________
5841 [  4033] By: jhi                                   on 1999/08/28  17:31:07
5842         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
5843              To: perl5-porters@perl.org
5844              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
5845              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
5846              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
5847      Branch: cfgperl
5848            ! perl.h
5849 ____________________________________________________________________________
5850 [  4032] By: gsar                                  on 1999/08/26  23:53:33
5851         Log: new thread should set current interp in TLS
5852      Branch: perl
5853            ! ext/Thread/Thread.xs
5854 ____________________________________________________________________________
5855 [  4031] By: bailey                                on 1999/08/23  03:40:07
5856         Log: When extension doesn't have a "main" object file to anchor linker search, pull in all objct files
5857      Branch: vmsperl
5858            ! lib/ExtUtils/MM_VMS.pm
5859 ____________________________________________________________________________
5860 [  4030] By: bailey                                on 1999/08/23  03:37:43
5861         Log: Patch up holes in realclean target
5862      Branch: vmsperl
5863            ! vms/descrip_mms.template
5864 ____________________________________________________________________________
5865 [  4029] By: bailey                                on 1999/08/23  03:36:24
5866         Log: Fix handling of PERL_POLLUTE
5867      Branch: vmsperl
5868            ! lib/ExtUtils/MM_VMS.pm
5869 ____________________________________________________________________________
5870 [  4028] By: bailey                                on 1999/08/23  03:34:08
5871         Log: Update VMS version of perly.h
5872      Branch: vmsperl
5873            ! vms/perly_h.vms
5874 ____________________________________________________________________________
5875 [  4027] By: bailey                                on 1999/08/23  03:32:45
5876         Log: Update dependencies in Descrip.MMS
5877      Branch: vmsperl
5878            ! vms/descrip_mms.template
5879 ____________________________________________________________________________
5880 [  4026] By: bailey                                on 1999/08/23  03:30:01
5881         Log: Fix prototypes in perlapi.c (64-bit?)
5882              Clear prior definition of getenv_len before defining VMS-specific macro
5883      Branch: vmsperl
5884            ! perlapi.c vms/vmsish.h
5885 ____________________________________________________________________________
5886 [  4025] By: bailey                                on 1999/08/23  03:25:51
5887         Log: Add '-m' option to Configure.com which skips the MANIFEST check
5888      Branch: vmsperl
5889            ! configure.com
5890 ____________________________________________________________________________
5891 [  4024] By: bailey                                on 1999/08/23  03:23:34
5892         Log: Skip open() tests that rely on Unix fork semantics
5893      Branch: vmsperl
5894            ! t/io/open.t
5895 ____________________________________________________________________________
5896 [  4023] By: bailey                                on 1999/08/23  03:21:46
5897         Log: Loosen conditons for recognizing a function name in perl.h to accomodate revisions
5898      Branch: vmsperl
5899            ! vms/gen_shrfls.pl
5900 ____________________________________________________________________________
5901 [  4022] By: bailey                                on 1999/08/23  03:17:33
5902         Log: update MM_VMS to use new File::Spec routines
5903      Branch: vmsperl
5904            ! lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm
5905 ____________________________________________________________________________
5906 [  4021] By: bailey                                on 1999/08/23  03:13:40
5907         Log: byteperl is now part of the ByteLoader ext
5908      Branch: vmsperl
5909            ! ext/ByteLoader/byterun.h vms/descrip_mms.template
5910 ____________________________________________________________________________
5911 [  4020] By: bailey                                on 1999/08/23  03:10:41
5912         Log: Allow option to treat barewords at start of Unix paths as simple words rather than logicals
5913      Branch: vmsperl
5914            ! vms/vms.c
5915 ____________________________________________________________________________
5916 [  4019] By: bailey                                on 1999/08/23  03:07:28
5917         Log: Update calls for new thread context handling
5918      Branch: vmsperl
5919            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
5920            ! ext/POSIX/POSIX.xs vms/vms.c vms/vmsish.h vms/writemain.pl
5921 ____________________________________________________________________________
5922 [  4018] By: bailey                                on 1999/08/23  03:01:31
5923         Log: Allow for file versions in library when looking for .bs files
5924      Branch: vmsperl
5925            ! ext/DynaLoader/DynaLoader_pm.PL
5926 ____________________________________________________________________________
5927 [  4017] By: bailey                                on 1999/08/23  02:58:55
5928         Log: Update VMS configuration procedures for 5.005_60
5929      Branch: vmsperl
5930            ! configure.com vms/subconfigure.com
5931 ____________________________________________________________________________
5932 [  4016] By: gsar                                  on 1999/08/20  22:19:56
5933         Log: update Changes
5934      Branch: perl
5935            ! Changes
5936
5937 ----------------
5938 Version 5.005_61
5939 ----------------
5940
5941 ____________________________________________________________________________
5942 [  4015] By: gsar                                  on 1999/08/20  22:17:41
5943         Log: perl_free() should use PerlMem_free()
5944      Branch: perl
5945            ! perl.c
5946 ____________________________________________________________________________
5947 [  4014] By: gsar                                  on 1999/08/20  22:10:46
5948         Log: win32 tweaks
5949      Branch: perl
5950            ! XSUB.h mg.c perl.c win32/config.bc win32/config.gc
5951            ! win32/config.vc win32/config_H.bc win32/config_H.gc
5952            ! win32/config_H.vc
5953 ____________________________________________________________________________
5954 [  4013] By: gsar                                  on 1999/08/20  22:09:56
5955         Log: DEBUG_m() adjusted to internalize dTHX
5956      Branch: perl
5957            ! malloc.c perl.h util.c
5958 ____________________________________________________________________________
5959 [  4012] By: gsar                                  on 1999/08/20  17:51:06
5960         Log: make autogenerated files writable
5961      Branch: perl
5962            ! (edit 171 files)
5963 ____________________________________________________________________________
5964 [  4011] By: gsar                                  on 1999/08/20  17:43:47
5965         Log: update Changes
5966      Branch: perl
5967            ! Changes perl.h pod/perldelta.pod pod/perlguts.pod
5968 ____________________________________________________________________________
5969 [  4010] By: gsar                                  on 1999/08/20  17:21:53
5970         Log: up patchlevel &c
5971      Branch: perl
5972            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
5973            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
5974 ____________________________________________________________________________
5975 [  4009] By: gsar                                  on 1999/08/20  16:46:26
5976         Log: add missing Is/Syl*.pl files
5977      Branch: perl
5978            + lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
5979            + lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
5980            + lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
5981            + lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
5982            + lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
5983            + lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
5984 ____________________________________________________________________________
5985 [  4008] By: gsar                                  on 1999/08/20  16:31:02
5986         Log: integrate cfgperl contents into mainline
5987      Branch: perl
5988           +> ext/ByteLoader/hints/sunos.pl lib/charnames.pm
5989           +> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
5990           +> lib/unicode/syllables.txt t/lib/charnames.t t/lib/syslfs.t
5991           +> t/op/lfs.t
5992            - lib/unicode/EthiopicSyllables.txt
5993            - lib/unicode/MakeEthiopicSyllables.PL
5994           !> (integrate 261 files)
5995 ____________________________________________________________________________
5996 [  4007] By: gsar                                  on 1999/08/20  15:24:08
5997         Log: support USE_THREADS+MULTIPLICITY; source compat tweaks for
5998              USE_THREADS and MULTIPLICITY; minor pod adjustments
5999      Branch: perl
6000            ! Porting/patching.pod Todo Todo-5.005 XSUB.h embed.pl
6001            ! embedvar.h perl.c perl.h pod/perlguts.pod util.c
6002 ____________________________________________________________________________
6003 [  4006] By: jhi                                   on 1999/08/19  19:01:41
6004         Log: Tighten the vec() code so that naughty BITS cause an error.
6005      Branch: cfgperl
6006            ! doop.c
6007 ____________________________________________________________________________
6008 [  4005] By: jhi                                   on 1999/08/19  15:55:09
6009         Log: Don't document ill-defined vec() bits cases
6010              (for which the code doesn't work right in any case)
6011      Branch: cfgperl
6012            ! pod/perldiag.pod pod/perlfunc.pod
6013 ____________________________________________________________________________
6014 [  4004] By: jhi                                   on 1999/08/19  12:49:41
6015         Log: Removed duplicated code (in pp.c and mg.c) by introducing
6016              do_vecget().  NOTE: the calling convention of do_vecset()
6017              changes, too: the `offset' that is assigned to LvTARGOFF(TARG)
6018              in pp_vec() is no more multiplied by `size' in pp_vec(),
6019              the multiplication is now done in do_vecset().
6020              
6021              Also fix a cpp thinko in change #4002.
6022      Branch: cfgperl
6023            ! doop.c embed.h embed.pl embedvar.h global.sym mg.c objXSUB.h
6024            ! perl.h perlapi.c pod/perldiag.pod pod/perlfunc.pod pp.c
6025            ! proto.h
6026 ____________________________________________________________________________
6027 [  4003] By: jhi                                   on 1999/08/18  08:27:22
6028         Log: Warn about small spherical distances.
6029      Branch: cfgperl
6030            ! lib/Math/Trig.pm
6031 ____________________________________________________________________________
6032 [  4002] By: jhi                                   on 1999/08/17  09:11:51
6033         Log: Enhance IV_FITS_IN_IV (though it's still unused).
6034      Branch: cfgperl
6035            ! perl.h
6036 ____________________________________________________________________________
6037 [  4001] By: jhi                                   on 1999/08/17  08:13:34
6038         Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
6039              Message-ID: <sfcogg7ylk7.fsf@hohenstaufen.in-berlin.de>
6040              To: The Perl5 Porters Mailing List <perl5-porters@perl.org>
6041              Subject: [PATCH] overload.pm str/num confu
6042              Date: 17 Aug 1999 08:21:12 +0200
6043      Branch: cfgperl
6044            ! lib/overload.pm
6045 ____________________________________________________________________________
6046 [  4000] By: jhi                                   on 1999/08/17  07:20:23
6047         Log: From: merlyn@stonehenge.com (Randal L. Schwartz)
6048              To: perl5-porters@perl.org
6049              Subject: [ID 19990816.006] small patch to perlobj.pod from 5.005_03
6050              Date: 16 Aug 1999 14:24:28 -0700
6051              Message-Id: <m1ogg7to4z.fsf@halfdome.holdit.com>
6052      Branch: cfgperl
6053            ! pod/perlobj.pod
6054 ____________________________________________________________________________
6055 [  3999] By: jhi                                   on 1999/08/16  19:49:09
6056         Log: Integrate with Nick.
6057      Branch: cfgperl
6058           !> cop.h op.c perl.c t/op/eval.t t/pragma/warn/op util.c
6059 ____________________________________________________________________________
6060 [  3998] By: jhi                                   on 1999/08/16  19:44:29
6061         Log: Fix most of the pod2man moanings reported in
6062              
6063              From: "Larry W. Virden" <lvirden@cas.org>
6064              To: perl5-porters@perl.org
6065              Subject: [ID 19990803.011] Not OK: perl 5.00560 on sun4-solaris 2.6
6066              (UNINSTALLED)
6067              Date: Tue, 3 Aug 1999 15:35:06 -0400 (EDT)
6068              Message-Id: <199908031935.PAA27692@cas.org>
6069              
6070              Configure regen'ed.
6071      Branch: cfgperl
6072            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6073            ! config_h.SH ext/B/B/Stash.pm lib/Carp/Heavy.pm
6074            ! lib/Dumpvalue.pm lib/Exporter/Heavy.pm lib/filetest.pm
6075            ! lib/utf8.pm pod/perllexwarn.pod pod/perlxstut.pod
6076            ! utils/h2xs.PL utils/perlcc.PL
6077 ____________________________________________________________________________
6078 [  3997] By: jhi                                   on 1999/08/16  19:20:37
6079         Log: A fix of sorts for the flush-before-dup scenario.
6080      Branch: cfgperl
6081            ! doio.c
6082 ____________________________________________________________________________
6083 [  3996] By: jhi                                   on 1999/08/16  19:14:37
6084         Log: More paranoia.
6085      Branch: cfgperl
6086            ! sv.c
6087 ____________________________________________________________________________
6088 [  3995] By: jhi                                   on 1999/08/16  18:55:35
6089         Log: Batch of small 64-bit/long double/large file support tweaks:
6090              - scan for LDBL_DIG
6091              - from DBL_DIG and LDBL_DIG select NV_DIG
6092              - introduce IVSIZE, UVSIZE, NVSIZE
6093              - introduce IV_DIG
6094              - remove stdio64
6095              - AIX uses `oslevel` when others use `uname -r`
6096              - already AIX 4.2 goes 64-bit
6097              - in HP-UX require the 64-bit libc, just the directory isn't enough
6098              - group ids are not NVs
6099              - #undef USE_LONG_DOUBLE if long double is no better than double
6100              - introduce NV_WITHIN_*() and IV_FITS_IN_IV
6101              - mention large file support in perldelta
6102              - introduce quad TOPpin' and POPpin'
6103              - the svcat... buffer was tiny for printing quads in %b
6104              - fix the multiplication test in 64bit.t
6105              - try to make VMS to comply with all this removal and "introducal"
6106              of symbols
6107      Branch: cfgperl
6108            ! Configure config_h.SH dump.c hints/aix.sh hints/hpux.sh mg.c
6109            ! perl.h perlio.c pod/perldelta.pod pp.h sv.c t/lib/syslfs.t
6110            ! t/op/64bit.t t/op/lfs.t utf8.c vms/subconfigure.com
6111      Branch: metaconfig
6112            ! U/modified/d_longdbl.U
6113      Branch: metaconfig/U/perl
6114            + d_ldbl_dig.U
6115 ____________________________________________________________________________
6116 [  3994] By: jhi                                   on 1999/08/16  07:53:44
6117         Log: More Configure/subconfigure.com syncing.
6118      Branch: cfgperl
6119            ! vms/subconfigure.com
6120 ____________________________________________________________________________
6121 [  3993] By: jhi                                   on 1999/08/14  22:09:26
6122         Log: Remove from VMS what the change #3982 took away from Configure lands.
6123      Branch: cfgperl
6124            ! vms/subconfigure.com
6125 ____________________________________________________________________________
6126 [  3992] By: jhi                                   on 1999/08/14  13:29:13
6127         Log: Small test tweaks.
6128      Branch: cfgperl
6129            ! t/io/dup.t t/lib/dprof.t t/lib/odbm.t
6130 ____________________________________________________________________________
6131 [  3991] By: jhi                                   on 1999/08/14  13:08:41
6132         Log: Augment filesize limit note.
6133      Branch: cfgperl
6134            ! doio.c
6135 ____________________________________________________________________________
6136 [  3990] By: jhi                                   on 1999/08/14  13:06:12
6137         Log: Note about filesize limits.
6138      Branch: cfgperl
6139            ! doio.c pp_sys.c
6140 ____________________________________________________________________________
6141 [  3989] By: jhi                                   on 1999/08/14  11:31:58
6142         Log: Catch the case of filesize limits.
6143      Branch: cfgperl
6144            ! t/lib/syslfs.t t/op/lfs.t
6145 ____________________________________________________________________________
6146 [  3988] By: nick                                  on 1999/08/14  09:20:58
6147         Log: New lightweight Carp has a require. If Carp is used in a __DIE__ handler
6148              this causes a POPSTACK panic. The problem seems to be that although
6149              die_where() has unwound the tail of perl_vdie() top_env setjmp has been
6150              set to resume execution there. Avoiding setting CATCH_SET(TRUE) in 
6151              call_sv() avoids this. So invent a new G_NOCATCH flag to disable
6152              messing with CATCH_SET() in call_sv, use it in perl_vdie().
6153              Add test to op/eval.t which will fail (panic) if bug comes back.
6154              >>> I AM NOT CONVINCED THIS IS CORRECT LONG TERM FIX <<<
6155      Branch: perl
6156            ! cop.h perl.c t/op/eval.t util.c
6157 ____________________________________________________________________________
6158 [  3987] By: jhi                                   on 1999/08/13  23:57:52
6159         Log: From: "Craig A. Berry" <craig.berry@metamor.com>
6160              To: perl5-porters@perl.org, vmsperl@perl.org, sarathy@activestate.com
6161              Subject: [PATCH 5.005_60] fix MM_VMS.pm for space-delimited lists
6162              Date: Fri, 13 Aug 1999 17:42:47 -0500
6163              Message-Id: <v04210105b3da3ed9599d@[172.16.246.133]>
6164      Branch: cfgperl
6165            ! lib/ExtUtils/MM_VMS.pm
6166 ____________________________________________________________________________
6167 [  3986] By: jhi                                   on 1999/08/13  23:56:44
6168         Log: Don't quit before printing out the message.
6169      Branch: cfgperl
6170            ! t/lib/syslfs.t t/op/lfs.t
6171 ____________________________________________________________________________
6172 [  3985] By: jhi                                   on 1999/08/13  23:35:49
6173         Log: Remove more t/ trash on target "clean".
6174      Branch: cfgperl
6175            ! Makefile.SH
6176 ____________________________________________________________________________
6177 [  3984] By: jhi                                   on 1999/08/13  23:02:53
6178         Log: Avoid double long double. 
6179      Branch: cfgperl
6180            ! Configure config_h.SH
6181      Branch: metaconfig/U/perl
6182            ! uselongdbl.U
6183 ____________________________________________________________________________
6184 [  3983] By: jhi                                   on 1999/08/13  22:59:56
6185         Log: BYTEORDER fix.
6186      Branch: cfgperl
6187            ! Configure config_h.SH
6188      Branch: metaconfig
6189            ! U/compline/byteorder.U
6190 ____________________________________________________________________________
6191 [  3982] By: jhi                                   on 1999/08/13  22:48:40
6192         Log: Jumbo Configure and large file support update.
6193              Remove a lot of unneeded 64-bitness cruft;
6194              re-introduce BYTEORDER; update 64-bitness hints;
6195              lfs should now work in Solaris; long doubles in AIX.
6196      Branch: cfgperl
6197            ! Configure config_h.SH doio.c hints/aix.sh hints/hpux.sh
6198            ! hints/irix_6.sh hints/solaris_2.sh iperlsys.h perl.h perlio.c
6199            ! perlsdio.h pp.h pp_sys.c
6200      Branch: metaconfig
6201            ! U/compline/byteorder.U U/compline/ccflags.U
6202      Branch: metaconfig/U/perl
6203            ! d_dlsymun.U io64.U uselongdbl.U
6204 ____________________________________________________________________________
6205 [  3980] By: jhi                                   on 1999/08/13  15:09:11
6206         Log: Introduce HAS_LLSEEK.
6207      Branch: cfgperl
6208            ! Configure config_h.SH perl.h
6209 ____________________________________________________________________________
6210 [  3979] By: jhi                                   on 1999/08/13  14:29:47
6211         Log: From: <dan@sidhe.org>
6212              To: perl5-porters@perl.org, vmsperl@perl.org, bailey@newman.upenn.edu,
6213              sarathy@activestate.com
6214              Subject: [PATCH 5.005_60]fix up VMS->unix filename translation a bit
6215              Date: Fri, 13 Aug 1999 09:00:42 -0700 (PDT)
6216              Message-ID: <Pine.LNX.4.10.9908130849390.3950-100000@tuatha.sidhe.org>
6217      Branch: cfgperl
6218            ! vms/vms.c
6219 ____________________________________________________________________________
6220 [  3978] By: jhi                                   on 1999/08/13  09:56:46
6221         Log: Make the 64-bit tests more paranoid.
6222      Branch: cfgperl
6223            ! t/op/64bit.t
6224 ____________________________________________________________________________
6225 [  3976] By: jhi                                   on 1999/08/12  21:49:16
6226         Log: IRIX64 needs more -mabi=64 with gcc.
6227      Branch: cfgperl
6228            ! hints/irix_6.sh
6229 ____________________________________________________________________________
6230 [  3975] By: jhi                                   on 1999/08/12  21:02:03
6231         Log: Reincarnate change #3967, now in more modest form.
6232      Branch: cfgperl
6233            ! hints/irix_6.sh
6234 ____________________________________________________________________________
6235 [  3974] By: jhi                                   on 1999/08/12  20:49:36
6236         Log: Remove rt from libswanted (I added it many moons ago
6237              when I thought it would be useful in Digital UNIX,
6238              I was wrong); undo the recent IRIX hints changes,
6239              getting rid of one warning brought new ones.
6240      Branch: cfgperl
6241            ! Configure config_h.SH hints/irix_6.sh
6242      Branch: metaconfig
6243            ! U/modified/Myinit.U
6244 ____________________________________________________________________________
6245 [  3973] By: jhi                                   on 1999/08/12  19:42:53
6246         Log: st_blocks is in 512 byte blocks.
6247      Branch: cfgperl
6248            ! t/lib/syslfs.t t/op/lfs.t
6249 ____________________________________________________________________________
6250 [  3972] By: jhi                                   on 1999/08/12  19:27:31
6251         Log: Don't claim defeat too early.
6252      Branch: cfgperl
6253            ! Configure config_h.SH
6254      Branch: metaconfig/U/perl
6255            ! longdblfio.U
6256 ____________________________________________________________________________
6257 [  3971] By: jhi                                   on 1999/08/12  19:24:14
6258         Log: IRIX 64-bit hint tweak. 
6259      Branch: cfgperl
6260            ! hints/irix_6.sh
6261 ____________________________________________________________________________
6262 [  3970] By: nick                                  on 1999/08/12  19:17:20
6263         Log: Turn of deprecated warnings for defined(@Sompack::ISA) type
6264              tests i.e. RV2AV and RV2HV
6265      Branch: perl
6266            ! op.c t/pragma/warn/op
6267 ____________________________________________________________________________
6268 [  3969] By: jhi                                   on 1999/08/12  19:06:17
6269         Log: Add Configure -Duselongdouble and add a missing semicolon.
6270      Branch: cfgperl
6271            ! Configure config_h.SH sv.c
6272      Branch: metaconfig/U/perl
6273            + uselongdbl.U
6274 ____________________________________________________________________________
6275 [  3968] By: jhi                                   on 1999/08/12  18:46:00
6276         Log: Simply exit() early if lfs support seems unlikely.
6277      Branch: cfgperl
6278            ! t/lib/syslfs.t t/op/lfs.t
6279 ____________________________________________________________________________
6280 [  3967] By: jhi                                   on 1999/08/12  18:44:05
6281         Log: Suffer silently for unused libraries.
6282      Branch: cfgperl
6283            ! hints/irix_6.sh
6284 ____________________________________________________________________________
6285 [  3966] By: jhi                                   on 1999/08/12  13:18:44
6286         Log: Update MANIFEST to follow change #3965.
6287      Branch: cfgperl
6288            ! MANIFEST
6289 ____________________________________________________________________________
6290 [  3965] By: jhi                                   on 1999/08/12  13:15:38
6291         Log: Regenerate Unicode tables based on new syllable lists
6292              from Daniel Yacob.
6293      Branch: cfgperl
6294            ! (edit 159 files)
6295 ____________________________________________________________________________
6296 [  3964] By: jhi                                   on 1999/08/12  10:06:24
6297         Log: Remove more spurious casting.
6298      Branch: cfgperl
6299            ! pp_sys.c
6300 ____________________________________________________________________________
6301 [  3963] By: jhi                                   on 1999/08/12  08:18:53
6302         Log: Minor niggles on the lfs tests.
6303      Branch: cfgperl
6304            ! t/lib/syslfs.t t/op/lfs.t
6305 ____________________________________________________________________________
6306 [  3962] By: jhi                                   on 1999/08/11  22:48:25
6307         Log: Don't bother with lfs testing if off_t is too small.
6308      Branch: cfgperl
6309            ! t/lib/syslfs.t t/op/lfs.t
6310 ____________________________________________________________________________
6311 [  3961] By: jhi                                   on 1999/08/11  22:22:54
6312         Log: Long double patches from Dan Sugalski.
6313      Branch: cfgperl
6314            ! sv.c
6315 ____________________________________________________________________________
6316 [  3960] By: jhi                                   on 1999/08/11  22:17:55
6317         Log: Flush buffer before duplicating file descriptor.
6318              
6319              From: Mark-Jason Dominus <mjd@plover.com>
6320              To: Graham Barr <gbarr@pobox.com>
6321              cc: Vicki Brown <vlb@cfcl.com>, perl5-porters@perl.org, mjd@plover.com
6322              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57))
6323              Date: Wed, 11 Aug 1999 15:56:09 -0400
6324              Message-ID: <19990811195610.5933.qmail@plover.com>
6325              
6326              From: Mark-Jason Dominus <mjd@plover.com>
6327              To: perl5-porters@perl.org
6328              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57)) 
6329              Date: Wed, 11 Aug 1999 16:05:46 -0400
6330              Message-ID: <19990811200546.6165.qmail@plover.com>
6331      Branch: cfgperl
6332            ! doio.c pod/perldelta.pod
6333 ____________________________________________________________________________
6334 [  3959] By: jhi                                   on 1999/08/11  22:11:35
6335         Log: Bypass fsync(NULL) (crashes miniperl compiled with DEC C 5.2)
6336              
6337              From: "Craig A. Berry" <craig.berry@metamor.com>
6338              Sender: owner-perl5-porters@perl.org
6339              To: vmsperl@perl.org, perl5-porters@perl.org, sarathy@activestate.com,
6340              bailey@newman.upenn.edu
6341              Subject: [PATCH 5.005_60] vms.c my_flush patch to circumvent fileno
6342              problem
6343              Date: Wed, 11 Aug 1999 14:31:11 -0500
6344              Message-Id: <4.2.0.58.19990811141007.00b8f8a0@mmtnt11.metamor.com>
6345      Branch: cfgperl
6346            ! vms/vms.c
6347 ____________________________________________________________________________
6348 [  3958] By: jhi                                   on 1999/08/11  15:35:45
6349         Log: Add a hopefully comforting message if there seems to be no LFS. 
6350              This seems to be the case with e.g. ext2fs, a somewhat popular fs.
6351              The tests will fail on lfs tests only if quad is available,
6352              if ENOQUAD, the lfs tests will be skipped.
6353      Branch: cfgperl
6354            ! t/lib/syslfs.t t/op/lfs.t
6355 ____________________________________________________________________________
6356 [  3957] By: jhi                                   on 1999/08/11  12:25:59
6357         Log: Unapply an experimental patch that accidentally escaped
6358              from the lab by piggybacking with the change #3955.
6359      Branch: cfgperl
6360            ! pp.c pp.h pp_hot.c
6361 ____________________________________________________________________________
6362 [  3956] By: jhi                                   on 1999/08/11  08:19:23
6363         Log: Add sysio large file support testing.
6364      Branch: cfgperl
6365            + t/lib/syslfs.t
6366            ! MANIFEST pod/perlfunc.pod t/op/64bit.t t/op/lfs.t
6367 ____________________________________________________________________________
6368 [  3955] By: jhi                                   on 1999/08/10  22:39:11
6369         Log: From: <dan@sidhe.org>
6370              To: vmsperl@perl.org, perl5-porters@perl.org,
6371              sarathy@activestate.com, bailey@newman.upenn.edu
6372              Subject: [PATCH 5.005_60]Patches needed to get _60 building with
6373              threads on VMS
6374              Date: Tue, 10 Aug 1999 16:34:56 -0700 (PDT)
6375              Message-ID: <Pine.LNX.4.10.9908101631030.18266-100000@tuatha.sidhe.org>
6376      Branch: cfgperl
6377            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
6378            ! ext/POSIX/POSIX.xs pp.c pp.h pp_hot.c vms/vms.c vms/vmsish.h
6379            ! vms/writemain.pl
6380 ____________________________________________________________________________
6381 [  3954] By: jhi                                   on 1999/08/10  20:37:55
6382         Log: LFS testing robustness.
6383      Branch: cfgperl
6384            ! t/op/lfs.t
6385 ____________________________________________________________________________
6386 [  3953] By: jhi                                   on 1999/08/10  19:54:50
6387         Log: From: <dan@sidhe.org>
6388              To: vmsperl@perl.org, perp5-porters@perl.org, bailey@newman.upenn.edu,
6389              sarathy@activestate.com
6390              Subject: [PATCH 5.005_60]Pathces to get _60 building on VMS
6391              Date: Tue, 10 Aug 1999 13:28:18 -0700 (PDT)
6392              Message-ID: <Pine.LNX.4.10.9908101323130.18266-100000@tuatha.sidhe.org>
6393      Branch: cfgperl
6394            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
6395            ! vms/subconfigure.com vms/vmsish.h
6396 ____________________________________________________________________________
6397 [  3952] By: jhi                                   on 1999/08/10  17:18:57
6398         Log: AIX is different, again.  Now in cc -E output.
6399      Branch: cfgperl
6400            ! Configure config_h.SH
6401      Branch: metaconfig
6402            ! U/modified/cppstdin.U
6403 ____________________________________________________________________________
6404 [  3951] By: jhi                                   on 1999/08/10  14:37:08
6405         Log: Use Pid_t on pgrp matters.
6406      Branch: cfgperl
6407            ! pp_sys.c
6408 ____________________________________________________________________________
6409 [  3950] By: jhi                                   on 1999/08/10  14:35:30
6410         Log: Use Pid_t.
6411      Branch: cfgperl
6412            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
6413            ! pp_sys.c proto.h util.c
6414 ____________________________________________________________________________
6415 [  3949] By: jhi                                   on 1999/08/10  14:11:15
6416         Log: Use Mode_t.
6417      Branch: cfgperl
6418            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
6419            ! perlapi.h pp_sys.c proto.h
6420 ____________________________________________________________________________
6421 [  3948] By: jhi                                   on 1999/08/10  13:53:19
6422         Log: Small perlbug doc tweaks from Jon Orwant.
6423      Branch: cfgperl
6424            ! utils/perlbug.PL
6425 ____________________________________________________________________________
6426 [  3947] By: jhi                                   on 1999/08/10  09:55:11
6427         Log: Large file support testing.
6428      Branch: cfgperl
6429            + t/op/lfs.t
6430            ! MANIFEST t/op/64bit.t
6431 ____________________________________________________________________________
6432 [  3946] By: jhi                                   on 1999/08/10  09:13:54
6433         Log: Remove I32 casting from time-related functions.
6434      Branch: cfgperl
6435            ! pp_sys.c
6436 ____________________________________________________________________________
6437 [  3945] By: jhi                                   on 1999/08/10  09:06:42
6438         Log: Gratuitous uid and gid casts to I32s and ints removed.
6439              There are still problem spots in printfing such ids:
6440              width (%d vs %ld) and signedness %d vs %u.
6441      Branch: cfgperl
6442            ! doio.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
6443            ! perl.c perlapi.c pp_hot.c proto.h
6444 ____________________________________________________________________________
6445 [  3944] By: jhi                                   on 1999/08/10  07:43:03
6446         Log: Remove I32 casts from pp_stat, these make stat()
6447              very broken e.g. on files larger than 2 gigabytes.
6448              Reported by
6449              From: Phil Lobbes <phil@finchcomputer.com>
6450              To: perl5-porters@perl.org
6451              Subject: [ID 19990810.001] Possible bug using stat w/large files Digital
6452              UNIX Perl 5.005_03
6453              Date: Mon, 09 Aug 1999 21:38:54 -0700
6454              Message-Id: <199908100438.VAA08292@ultra.finchcomputer.com>
6455              
6456              There are more of these I32 casts all over pp_sys.c,
6457              all of them should be checked.
6458      Branch: cfgperl
6459            ! pp_sys.c
6460 ____________________________________________________________________________
6461 [  3943] By: jhi                                   on 1999/08/10  07:38:30
6462         Log: Remove blathering.
6463      Branch: cfgperl
6464            ! lib/unicode/mktables.PL
6465 ____________________________________________________________________________
6466 [  3942] By: jhi                                   on 1999/08/09  20:35:13
6467         Log: lexwarn maintenance: new warning class unsafe
6468              subclasses 'overflow' and 'portable' created,
6469              used by the recent integer overflow warnings.
6470              Class syntax subclass 'octal' renamed to 'digit',
6471              binary and hexadecimal parsing errors also 'digit' warnings.
6472      Branch: cfgperl
6473            ! lib/warning.pm pod/perllexwarn.pod t/pragma/warn/util toke.c
6474            ! util.c warning.h warning.pl
6475 ____________________________________________________________________________
6476 [  3941] By: jhi                                   on 1999/08/09  10:40:47
6477         Log: Integrate with Nick.
6478      Branch: cfgperl
6479           +> opnames.h
6480           !> Changes MANIFEST embed.h embed.pl ext/B/B/C.pm ext/B/B/CC.pm
6481           !> global.sym opcode.h opcode.pl perl.h perlapi.c pp.c
6482 ____________________________________________________________________________
6483 [  3940] By: jhi                                   on 1999/08/09  10:32:43
6484         Log: Regenerate the Unicode tables after having updated the Unicode
6485              database (change #3939).
6486      Branch: cfgperl
6487            ! (edit 157 files)
6488 ____________________________________________________________________________
6489 [  3939] By: jhi                                   on 1999/08/09  10:27:22
6490         Log: Unicode data updated to be the latest beta of the Unicode 3.0.
6491      Branch: cfgperl
6492            ! lib/unicode/UnicodeData-Latest.txt
6493 ____________________________________________________________________________
6494 [  3938] By: jhi                                   on 1999/08/09  10:25:54
6495         Log: Ethiopic changes via private email from Daniel Yacob,
6496              <dmulholl@cs.indiana.edu>.  Ethiopic and Cherokee done,
6497              Canadian Syllabics and Yi under construction.
6498      Branch: cfgperl
6499            + lib/unicode/syllables.txt
6500            - lib/unicode/EthiopicSyllables.txt
6501            - lib/unicode/MakeEthiopicSyllables.PL
6502            ! MANIFEST lib/unicode/UnicodeData-Latest.txt
6503            ! lib/unicode/mktables.PL
6504 ____________________________________________________________________________
6505 [  3937] By: jhi                                   on 1999/08/09  10:21:51
6506         Log: Move the equivalence class creation last.
6507      Branch: cfgperl
6508            ! lib/unicode/mktables.PL
6509 ____________________________________________________________________________
6510 [  3936] By: jhi                                   on 1999/08/09  10:20:40
6511         Log: Compute equivalence classes (diacritics stripping) only
6512              for letters, not for ligatures.
6513      Branch: cfgperl
6514            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
6515            ! lib/unicode/mktables.PL
6516 ____________________________________________________________________________
6517 [  3935] By: nick                                  on 1999/08/08  13:53:57
6518         Log: Will now correctly re-call 
6519              bootstrap "Foo";
6520              if requested. This should allow build on Win32 and other
6521              platforms where you cannot link to loadables directly.
6522      Branch: perl
6523            ! ext/B/B/C.pm
6524 ____________________________________________________________________________
6525 [  3934] By: nick                                  on 1999/08/07  12:23:55
6526         Log: Vishal Bhatia <vishalb@my-deja.com>
6527              Subject: [PATCH 5.005_60] fix for some obscure bugs (compiler)
6528              Message-ID: <HLPEBPHPAKHKAAAA@my-deja.com>
6529      Branch: perl
6530            ! ext/B/B/CC.pm
6531 ____________________________________________________________________________
6532 [  3933] By: nick                                  on 1999/08/07  12:19:46
6533         Log: B::C changes to get simple Tk app. compiling again
6534      Branch: perl
6535            ! ext/B/B/C.pm
6536 ____________________________________________________________________________
6537 [  3932] By: jhi                                   on 1999/08/06  21:17:16
6538         Log: Regen Configure to include change #3915.
6539      Branch: cfgperl
6540            ! Configure config_h.SH
6541 ____________________________________________________________________________
6542 [  3931] By: jhi                                   on 1999/08/06  18:52:57
6543         Log: Todo update.
6544      Branch: cfgperl
6545            ! Todo Todo-5.005 lib/unicode/mktables.PL
6546 ____________________________________________________________________________
6547 [  3930] By: jhi                                   on 1999/08/06  13:13:05
6548         Log: Character class equivalence tables.
6549      Branch: cfgperl
6550            + lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
6551            ! MANIFEST lib/unicode/mktables.PL
6552 ____________________________________________________________________________
6553 [  3929] By: jhi                                   on 1999/08/06  11:59:11
6554         Log: More Fcntl constants.  (This process really needs
6555              to be automated, at least partly, see the Errno extension.)
6556              Now also the SEEK_ constants are available via the Fcntl.
6557              Yes, this is redundant (IO::Seekable and POSIX supply them already),
6558              but now Fcntl is a one-stop shopping mall for all your
6559              file-related constants.    
6560      Branch: cfgperl
6561            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs pod/perlfunc.pod
6562 ____________________________________________________________________________
6563 [  3928] By: jhi                                   on 1999/08/06  08:08:03
6564         Log: Protect against pack/unpack repeat count overflows,
6565              based on:
6566              
6567              From: Nathan Torkington <gnat@frii.com>
6568              To: Brian Keefer <mgomes@cwix.com>
6569              Cc: perl5-porters@perl.org
6570              Subject: Re: [ID 19990806.001] Core dump with obfuscated code
6571              Date: Thu, 5 Aug 1999 23:01:51 -0600 (MDT)
6572              Message-ID: <14250.27711.769942.100675@localhost.frii.com>
6573      Branch: cfgperl
6574            ! pod/perldiag.pod pp.c
6575 ____________________________________________________________________________
6576 [  3927] By: jhi                                   on 1999/08/06  07:32:20
6577         Log: Fix for Nathan's fix (#3920) from Guy Decoux.
6578              
6579              From: Nathan Torkington <gnat@frii.com>
6580              To: perl5-porters@perl.org
6581              Subject: Bugfix for my bugfix
6582              Date: Thu, 5 Aug 1999 21:25:47 -0600 (MDT)
6583              Message-ID: <14250.21947.765134.940583@localhost.frii.com>
6584      Branch: cfgperl
6585            ! ext/B/B/Assembler.pm
6586 ____________________________________________________________________________
6587 [  3926] By: jhi                                   on 1999/08/05  17:25:19
6588         Log: Fix regex charclass parsing so that bogus ranges
6589              like [0-\d] and [[:word:]-z] are no more allowed.
6590              The anomaly was noticed by Guy Decoux.
6591      Branch: cfgperl
6592            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
6593 ____________________________________________________________________________
6594 [  3925] By: jhi                                   on 1999/08/05  10:31:47
6595         Log: split /^/ deprecation warning should not be on by default.
6596      Branch: cfgperl
6597            ! pp.c
6598 ____________________________________________________________________________
6599 [  3923] By: jhi                                   on 1999/08/05  09:16:57
6600         Log: From: paul.marquess@bt.com
6601              To: jhi@iki.fi, paul.marquess@bt.com
6602              Cc: gsar@ActiveState.com, perl5-porters@perl.org
6603              Subject: RE: [PATCH 5.005_60] anydbm.t + DB_File + Berkeley DB >= 2.4.10
6604              Date: Thu, 5 Aug 1999 09:33:14 +0100
6605              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B26@mbtlipnt02.btlabs.bt.co.uk>
6606      Branch: cfgperl
6607            ! t/lib/anydbm.t
6608 ____________________________________________________________________________
6609 [  3921] By: jhi                                   on 1999/08/05  08:05:13
6610         Log: From: paul.marquess@bt.com
6611              To: perl5-porters@perl.org
6612              Cc: gsar@activestate.com, nik@tiuk.ti.com, jhi@iki.fi,
6613              randy@theoryx5.uwinnipeg.ca
6614              Subject:  [PATCH 5.005_60] DB_File 1.70
6615              Date: Wed, 4 Aug 1999 23:22:22 +0100
6616              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B21@mbtlipnt02.btlabs.bt.co.uk>
6617              
6618              (Replaces change #3917)
6619      Branch: cfgperl
6620            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6621            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
6622 ____________________________________________________________________________
6623 [  3920] By: jhi                                   on 1999/08/04  19:02:58
6624         Log: From: Nathan Torkington <gnat@frii.com>
6625              To: perl5-porters@perl.org
6626              Subject: [5.005_60 PATCH] Make B::Bytecode work
6627              Date: Wed, 4 Aug 1999 11:24:56 -0600 (MDT)
6628              Message-ID: <14248.30568.769427.216092@localhost.frii.com>
6629      Branch: cfgperl
6630            ! ext/B/B/Assembler.pm
6631 ____________________________________________________________________________
6632 [  3919] By: jhi                                   on 1999/08/04  10:56:26
6633         Log: Update history records.
6634      Branch: cfgperl
6635            ! pod/perlhist.pod
6636 ____________________________________________________________________________
6637 [  3918] By: jhi                                   on 1999/08/04  09:36:13
6638         Log: Minor fixes to linux -Dusethreads -Duseperlio.
6639      Branch: cfgperl
6640            ! perlio.c
6641 ____________________________________________________________________________
6642 [  3917] By: jhi                                   on 1999/08/04  08:13:20
6643         Log: (Replaced by change #3921)
6644              From: paul.marquess@bt.com
6645              To: gsar@activestate.com
6646              Cc: perl5-porters@perl.org
6647              Subject: [PATCH 5.005_60] DB_File 1.69
6648              Date: Tue, 3 Aug 1999 22:55:00 +0100
6649              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6D04@mbtlipnt02.btlabs.bt.co.uk>
6650      Branch: cfgperl
6651            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6652            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
6653 ____________________________________________________________________________
6654 [  3916] By: jhi                                   on 1999/08/04  07:59:05
6655         Log: Introduce the charnames pragma.
6656              
6657              Subject: [PATCH 5.005_58] Free \C (for named chars), move to \O
6658              From: Ilya Zakharevich <[9]ilya@math.ohio-state.edu>
6659              To: Chip Salzenberg <[11]chip@perlsupport.com>
6660              Cc: Mailing list Perl5 <[12]perl5-porters@perl.org>
6661              Date: Sat, 31 Jul 1999 05:44:05 -0400
6662              Message-Id: <[13]199907311407.IAA25042@localhost.frii.com>
6663              
6664              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6665              To: Mailing list Perl5 <perl5-porters@perl.org>
6666              Subject: [PATCH 5.005_58] Named characters in Perl
6667              Date: Mon, 2 Aug 1999 19:25:40 -0400
6668              Message-ID: <19990802192540.B24407@monk.mps.ohio-state.edu>
6669      Branch: cfgperl
6670            + lib/charnames.pm t/lib/charnames.t
6671            ! MAINTAIN MANIFEST lib/utf8.pm pod/perldiag.pod pod/perlop.pod
6672            ! pod/perlre.pod regcomp.c toke.c
6673 ____________________________________________________________________________
6674 [  3915] By: jhi                                   on 1999/08/03  21:18:49
6675         Log: Support Configure -Dmake=pmake.
6676              Via private email from Andy.
6677              NOTE: assumes "basename" command.
6678      Branch: metaconfig
6679            ! U/modified/Config_sh.U
6680 ____________________________________________________________________________
6681 [  3914] By: jhi                                   on 1999/08/03  21:11:11
6682         Log: The op/filetest.t failed subtest 7 if testing as root.
6683              
6684              From: =?iso-8859-1?Q?Fran=E7ois=20D=E9sarm=E9nien?= <desar@club-internet.fr>
6685              To: perl5-porters@perl.org
6686              Subject: [ID 19990727.039] Not OK: perl 5.00558 on i386-sco 3.2v5.0.4
6687              Date: Tue, 27 Jul 1999 22:54:05 +0200
6688              Message-Id: <379E1C6D.626DC765@club-internet.fr>
6689      Branch: cfgperl
6690            ! t/op/filetest.t
6691 ____________________________________________________________________________
6692 [  3911] By: jhi                                   on 1999/08/03  19:52:38
6693         Log: The "-Dusethreads -Duseperlio" combination failed.
6694              
6695              From: Spider Boardman <spider@leggy.zk3.dec.com>
6696              To: perl5-porters@perl.org
6697              Subject: [ID 19990803.007] Not OK: perl 5.00560 on alpha-dec_osf-thread
6698              4.0 (UNINSTALLED)
6699              Date: Tue, 3 Aug 1999 14:25:00 -0400
6700              Message-Id: <199908031825.OAA29254@leggy.zk3.dec.com>
6701              
6702              See also change #3912.
6703      Branch: cfgperl
6704            ! perlio.c
6705 ____________________________________________________________________________
6706 [  3910] By: jhi                                   on 1999/08/03  10:44:24
6707         Log: From: Chris Nandor <pudge@pobox.com>
6708              To: perl5-porters@perl.org
6709              Subject: [PATCH 5.005_58] perlbug.PL 1.27
6710              Date: Wed, 28 Jul 1999 23:42:49 -0400
6711              Message-Id: <v04210104b3c57ce9e3de@[152.167.11.247]>
6712      Branch: cfgperl
6713            ! utils/perlbug.PL
6714 ____________________________________________________________________________
6715 [  3909] By: jhi                                   on 1999/08/03  10:41:04
6716         Log: Hints for building ByteLoader in SunoS.  Based on
6717              From: Andy Dougherty <doughera@lafayette.edu>
6718              To: Gurusamy Sarathy <gsar@activestate.com>
6719              Cc: Perl Porters <perl5-porters@perl.org>
6720              Subject: Re: 5.005_58 Not OK SunOS 4.1.3
6721              Date: Mon, 2 Aug 1999 14:01:58 -0400 (EDT)
6722              Message-Id: <Pine.GSU.4.05.9908021357410.5873-100000@newton.phys>
6723      Branch: cfgperl
6724            + ext/ByteLoader/hints/sunos.pl
6725            ! MANIFEST ext/ByteLoader/ByteLoader.xs
6726 ____________________________________________________________________________
6727 [  3908] By: jhi                                   on 1999/08/03  09:29:22
6728         Log: Clarify RE engine code; inline a static function to a macro;
6729              make exact string nodes smaller.
6730              
6731              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6732              To: perl5-porters@perl.org (Mailing list Perl5)
6733              Subject: [PATCH 5.005_60] Cosmetic change to REx engine
6734              Date: Mon, 2 Aug 1999 21:53:36 -0400 (EDT)
6735              Message-Id: <199908030153.VAA10542@monk.mps.ohio-state.edu>
6736      Branch: cfgperl
6737            ! Makefile.SH embed.pl global.sym keywords.h lib/warning.pm
6738            ! opcode.h pp.sym pp_proto.h regcomp.c regcomp.h regexec.c
6739            ! regnodes.h warning.h
6740 ____________________________________________________________________________
6741 [  3907] By: jhi                                   on 1999/08/03  08:11:49
6742         Log: 5_59 configured with -Dd_bincompat5005 can't be made
6743              binary compatible with a 5_03 which was built with -DEMBEDMYMALLOC.
6744              
6745              From: Spider Boardman <spider@leggy.zk3.dec.com>
6746              To: perl5-porters@perl.org
6747              Subject: [ID 19990802.016] Not OK: perl 5.00559
6748              Date: Mon, 2 Aug 1999 16:11:13 -0400
6749              Message-Id: <199908022011.QAA30224@leggy.zk3.dec.com>
6750      Branch: cfgperl
6751            ! embed.pl
6752 ____________________________________________________________________________
6753 [  3906] By: jhi                                   on 1999/08/03  07:48:59
6754         Log: Change #3790 redemption: with a little additional
6755              patch from Ilya it works okay.
6756      Branch: cfgperl
6757            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
6758            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
6759 ____________________________________________________________________________
6760 [  3905] By: gsar                                  on 1999/08/02  21:03:23
6761         Log: this will be 5.005_60
6762      Branch: perl
6763            ! Changes
6764
6765 ----------------
6766 Version 5.005_60
6767 ----------------
6768
6769 ____________________________________________________________________________
6770 [  3904] By: gsar                                  on 1999/08/02  20:30:23
6771         Log: don't enable PERL_POLLUTE_MALLOC when EMBEDMYMALLOC is
6772              in effect (from Spider Boardman <spider@leggy.zk3.dec.com>);
6773              regen headers
6774      Branch: perl
6775            ! embed.h embed.pl global.sym opcode.h perlapi.c
6776 ____________________________________________________________________________
6777 [  3903] By: gsar                                  on 1999/08/02  20:26:07
6778         Log: native int pack/unpack fixes (from Spider Boardman
6779              <spider@leggy.zk3.dec.com>)
6780      Branch: perl
6781            ! pp.c
6782 ____________________________________________________________________________
6783 [  3902] By: gsar                                  on 1999/08/02  20:24:41
6784         Log: fix broken -DDEBUGGING_OPS (from Spider Boardman
6785              <spider@leggy.zk3.dec.com>)
6786      Branch: perl
6787            + opnames.h
6788            ! Changes MANIFEST opcode.pl perl.h
6789 ____________________________________________________________________________
6790 [  3901] By: gsar                                  on 1999/08/02  18:51:18
6791         Log: integrate cfgperl contents
6792      Branch: perl
6793           !> INSTALL README pod/perldelta.pod
6794 ____________________________________________________________________________
6795 [  3900] By: jhi                                   on 1999/08/02  18:46:21
6796         Log: Update README and INSTALL; partly based on the message
6797              
6798              From: "John L. Allen" <allen@grumman.com>
6799              To: Jarkko Hietaniemi <jhi@iki.fi>
6800              cc: perl5-porters@perl.org
6801              Subject: Re: Perl Installation Problem
6802              Date: Thu, 29 Jul 1999 14:55:05 -0400 (EDT)
6803              Message-ID: <Pine.SOL.3.91.990729144440.1035A-100000@gateway.grumman.com>
6804              
6805              and private email from Andy Dougherty.
6806      Branch: cfgperl
6807            ! INSTALL README
6808 ____________________________________________________________________________
6809 [  3899] By: jhi                                   on 1999/08/02  18:36:35
6810         Log: Integrate with Sarathy.
6811      Branch: cfgperl
6812           !> op.c
6813 ____________________________________________________________________________
6814 [  3898] By: jhi                                   on 1999/08/02  18:34:49
6815         Log: Update PERL_BINCOMPAT_5005; update 64-bitness.
6816      Branch: cfgperl
6817            ! pod/perldelta.pod
6818 ____________________________________________________________________________
6819 [  3897] By: gsar                                  on 1999/08/02  18:18:37
6820         Log: optimizations could sometimes bypass bareword check
6821      Branch: perl
6822            ! op.c
6823 ____________________________________________________________________________
6824 [  3896] By: jhi                                   on 1999/08/02  18:18:34
6825         Log: Integrate with Sarathy.
6826      Branch: cfgperl
6827           !> Changes makedef.pl patchlevel.h win32/Makefile
6828           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
6829           !> win32/makefile.mk
6830 ____________________________________________________________________________
6831 [  3895] By: gsar                                  on 1999/08/02  17:22:40
6832         Log: up patchlevel etc.
6833      Branch: perl
6834            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
6835            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
6836 ____________________________________________________________________________
6837 [  3894] By: gsar                                  on 1999/08/02  17:12:31
6838         Log: integrate change#3893, make it conditional on bincompat5005
6839      Branch: perl
6840            ! makedef.pl
6841 ____________________________________________________________________________
6842 [  3893] By: jhi                                   on 1999/08/02  16:49:08
6843         Log: PERL_BINCOMPAT_5005 symbol translation.
6844              (AIX wouldn't link neither perl nor extensions.)
6845      Branch: cfgperl
6846            ! makedef.pl
6847 ____________________________________________________________________________
6848 [  3892] By: gsar                                  on 1999/08/02  16:09:13
6849         Log: integrate cfgperl contents into mainline
6850      Branch: perl
6851           +> t/op/64bit.t
6852            ! Changes
6853           !> Configure MANIFEST config_h.SH doio.c dump.c hints/aix.sh op.c
6854           !> pod/perlfunc.pod pp_hot.c pp_sys.c regcomp.c sv.c t/io/open.t
6855           !> t/pragma/utf8.t t/pragma/warn/pp_hot toke.c util.c
6856 ____________________________________________________________________________
6857 [  3891] By: jhi                                   on 1999/08/02  14:52:40
6858         Log: AIX long long probing requires LL suffix for
6859              the ll constant.  The suffix doesn't seem
6860              to bother other ll platforms.
6861      Branch: cfgperl
6862            ! Configure config_h.SH hints/aix.sh
6863      Branch: metaconfig/U/perl
6864            ! quadfio.U
6865 ____________________________________________________________________________
6866 [  3890] By: jhi                                   on 1999/08/02  14:21:55
6867         Log: Exact path to perl for open -|.
6868      Branch: cfgperl
6869            ! t/io/open.t
6870 ____________________________________________________________________________
6871 [  3889] By: jhi                                   on 1999/08/02  14:18:03
6872         Log: Integrate with Sarathy.
6873      Branch: cfgperl
6874           !> Changes patchlevel.h pod/perlhist.pod pp_ctl.c util.c
6875           !> win32/Makefile win32/config_H.bc win32/config_H.gc
6876           !> win32/config_H.vc win32/makefile.mk win32/win32.c
6877 ____________________________________________________________________________
6878 [  3888] By: jhi                                   on 1999/08/02  14:14:29
6879         Log: AIX -Duse64bits: old AIXen do not have the getconf variables.
6880      Branch: cfgperl
6881            ! hints/aix.sh
6882 ____________________________________________________________________________
6883 [  3887] By: jhi                                   on 1999/08/02  12:53:10
6884         Log: Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that
6885              emacs code indentation doesn't get wrong ideas--
6886              in other words, introduce a couple of "redundant" if:s.
6887      Branch: cfgperl
6888            ! doio.c dump.c op.c pp_hot.c pp_sys.c regcomp.c sv.c toke.c
6889            ! util.c
6890 ____________________________________________________________________________
6891 [  3886] By: jhi                                   on 1999/08/02  12:43:16
6892         Log: Mention that also *BSD systems with glibc are known to stumble.
6893      Branch: cfgperl
6894            ! t/pragma/warn/pp_hot
6895 ____________________________________________________________________________
6896 [  3885] By: jhi                                   on 1999/08/02  12:34:15
6897         Log: Allow also non-long long but still quad platforms print quads.
6898      Branch: cfgperl
6899            ! Configure config_h.SH
6900      Branch: metaconfig/U/perl
6901            ! longdblfio.U quadfio.U
6902 ____________________________________________________________________________
6903 [  3884] By: jhi                                   on 1999/08/02  11:56:14
6904         Log: Fix regclass utf8 hex ranges for quads.
6905      Branch: cfgperl
6906            ! regcomp.c
6907 ____________________________________________________________________________
6908 [  3883] By: jhi                                   on 1999/08/02  11:42:14
6909         Log: Enhance the description of how to detect quad support.
6910      Branch: cfgperl
6911            ! pod/perlfunc.pod
6912 ____________________________________________________________________________
6913 [  3882] By: jhi                                   on 1999/08/02  11:22:19
6914         Log: Fix printf %D %U %O for quads.
6915      Branch: cfgperl
6916            ! sv.c t/op/64bit.t
6917 ____________________________________________________________________________
6918 [  3881] By: jhi                                   on 1999/08/02  11:16:12
6919         Log: Document quad printing.
6920      Branch: cfgperl
6921            ! pod/perlfunc.pod
6922 ____________________________________________________________________________
6923 [  3880] By: jhi                                   on 1999/08/02  10:32:01
6924         Log: More 64-bit fixing.  One known bug of that kind
6925              remains, 32-bit platforms using long long in
6926              the test t/pragma/utf8 subtests 1-3 fail.
6927              (Update: change    #3884 fixed that one.)
6928      Branch: cfgperl
6929            + t/op/64bit.t
6930            ! Configure MANIFEST config_h.SH regcomp.c sv.c t/pragma/utf8.t
6931
6932 ----------------
6933 Version 5.005_59
6934 ----------------
6935
6936 ____________________________________________________________________________
6937 [  3879] By: gsar                                  on 1999/08/02  08:18:58
6938         Log: integrate cfgperl changes into mainline
6939      Branch: perl
6940           !> Configure config_h.SH sv.c
6941 ____________________________________________________________________________
6942 [  3878] By: gsar                                  on 1999/08/02  08:13:16
6943         Log: change#3692 had an unintentional patch leak through!
6944              (this would explain the mysterious C<next LABEL> failures
6945              people have seen)
6946      Branch: perl
6947            ! pp_ctl.c
6948 ____________________________________________________________________________
6949 [  3877] By: gsar                                  on 1999/08/02  08:00:29
6950         Log: up patchlevel to 59
6951      Branch: perl
6952            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
6953            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6954            ! win32/makefile.mk
6955 ____________________________________________________________________________
6956 [  3876] By: gsar                                  on 1999/08/02  07:51:18
6957         Log: fix coredump under usethreads+debug
6958      Branch: perl
6959            ! util.c
6960 ____________________________________________________________________________
6961 [  3875] By: jhi                                   on 1999/08/02  07:50:51
6962         Log: d_bincompat5005 could be left empty.
6963      Branch: cfgperl
6964            ! Configure config_h.SH
6965      Branch: metaconfig/U/perl
6966            ! bincompat5005.U
6967 ____________________________________________________________________________
6968 [  3874] By: jhi                                   on 1999/08/02  07:42:45
6969         Log: Fix printf %d when IV is quad.
6970      Branch: cfgperl
6971            ! sv.c
6972 ____________________________________________________________________________
6973 [  3873] By: gsar                                  on 1999/08/02  07:41:03
6974         Log: fix d_bincompat5005='' junking config.h
6975      Branch: perl
6976            ! Configure
6977 ____________________________________________________________________________
6978 [  3872] By: gsar                                  on 1999/08/02  07:38:48
6979         Log: C needs parameter list, not merely type
6980      Branch: perl
6981            ! win32/win32.c
6982 ____________________________________________________________________________
6983 [  3871] By: jhi                                   on 1999/08/02  07:20:51
6984         Log: Integrate with Sarathy.
6985      Branch: cfgperl
6986           !> Changes ext/B/B/C.pm ext/B/B/CC.pm regexec.c
6987 ____________________________________________________________________________
6988 [  3870] By: gsar                                  on 1999/08/02  07:12:18
6989         Log: integrate cfgperl changes into mainline
6990      Branch: perl
6991            ! Changes
6992           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
6993           !> Porting/config_H config_h.SH doio.c dump.c mg.c op.c perl.h
6994           !> pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c t/pragma/warn/sv
6995           !> toke.c util.c
6996 ____________________________________________________________________________
6997 [  3869] By: gsar                                  on 1999/08/02  06:59:09
6998         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
6999              Date: Sat, 31 Jul 1999 19:08:33 -0700
7000              Message-ID: <LAONLKLELDJAFAAA@my-deja.com>
7001              Subject: [PATCH 5.005_58] "use constant" in the compiler
7002      Branch: perl
7003            ! ext/B/B/C.pm ext/B/B/CC.pm
7004 ____________________________________________________________________________
7005 [  3868] By: gsar                                  on 1999/08/02  06:55:51
7006         Log: debug build tweak
7007      Branch: perl
7008            ! regexec.c
7009 ____________________________________________________________________________
7010 [  3867] By: gsar                                  on 1999/08/02  06:35:18
7011         Log: create vmsperl branch (to be owned and operated by: cbailey)
7012      Branch: vmsperl
7013           +> (branch 1476 files)
7014 ____________________________________________________________________________
7015 [  3866] By: jhi                                   on 1999/08/01  23:34:40
7016         Log: so_locations once is enough.
7017      Branch: cfgperl
7018            ! Makefile.SH
7019 ____________________________________________________________________________
7020 [  3865] By: jhi                                   on 1999/08/01  23:13:05
7021         Log: Simplicate duplicated code.
7022      Branch: cfgperl
7023            ! util.c
7024 ____________________________________________________________________________
7025 [  3864] By: jhi                                   on 1999/08/01  22:41:41
7026         Log: Integrate with Sarathy.  perl.h and util.c required manual resolving.
7027      Branch: cfgperl
7028           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
7029           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
7030            - README.cygwin32 cygwin32/Makefile.SHs
7031            - cygwin32/build-instructions.READFIRST
7032            - cygwin32/build-instructions.charles-wilson
7033            - cygwin32/build-instructions.sebastien-barre
7034            - cygwin32/build-instructions.steven-morlock
7035            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
7036            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
7037            - hints/cygwin32.sh
7038           !> (integrate 61 files)
7039 ____________________________________________________________________________
7040 [  3863] By: jhi                                   on 1999/08/01  22:36:02
7041         Log: Regen Configure and Glossary once again.
7042      Branch: cfgperl
7043            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7044            ! config_h.SH
7045 ____________________________________________________________________________
7046 [  3862] By: jhi                                   on 1999/08/01  22:26:09
7047         Log: Glossary update for #3861.
7048      Branch: cfgperl
7049            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7050            ! config_h.SH
7051 ____________________________________________________________________________
7052 [  3861] By: jhi                                   on 1999/08/01  22:22:51
7053         Log: 64-bit work.  Now 32-bit platforms get a 100% make test
7054              with -Duse64bits (using long long).
7055              Tested in Solaris 2.6 sparc  RH Linux 6.0 x86
7056              (and Digital IX 4.0D, to get a true 64-bit opinion).  Now e.g.
7057              'print unpack "q", pack "q", 12345678901'
7058              should work on such 32-bit platforms.
7059              Still a lot of printf()s behind -D which wrongly assume
7060              that %ld/%lx and (long) are a good combination.
7061              Introducing a slew of new macros intended to be used in printf()
7062              format strings: e. g. PERL_PRId64 is the string to be used
7063              when printing an IV, printf("%" PERL_PRId64 "\n", iv).
7064              The PRI... naming follows the C9X naming of <inttypes.h> macros.
7065      Branch: cfgperl
7066            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7067            ! config_h.SH doio.c dump.c mg.c op.c perl.h pp_ctl.c pp_hot.c
7068            ! pp_sys.c scope.c sv.c t/pragma/warn/sv toke.c util.c
7069      Branch: metaconfig/U/perl
7070            + atolf.U atoll.U longdblfio.U quadfio.U strtoull.U
7071 ____________________________________________________________________________
7072 [  3860] By: gsar                                  on 1999/08/01  21:23:18
7073         Log: integrate cfgperl contents into mainline
7074      Branch: perl
7075            ! toke.c
7076           !> (integrate 29 files)
7077 ____________________________________________________________________________
7078 [  3859] By: gsar                                  on 1999/08/01  21:13:09
7079         Log: From: Nathan Torkington <gnat@frii.com>
7080              Date: Sun, 1 Aug 1999 11:23:35 -0600 (MDT)
7081              Message-ID: <14244.33431.739419.806927@localhost.frii.com>
7082              Subject: [PATCH 5.005_58] ext/B/B/Disassembler.pm patch
7083      Branch: perl
7084            ! ext/B/B/Disassembler.pm
7085 ____________________________________________________________________________
7086 [  3858] By: gsar                                  on 1999/08/01  21:09:15
7087         Log: DB_File 1.68 update from Paul Marquess
7088      Branch: perl
7089            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
7090            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
7091            ! t/lib/db-recno.t
7092 ____________________________________________________________________________
7093 [  3857] By: gsar                                  on 1999/08/01  21:05:54
7094         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7095              Date: Sat, 31 Jul 1999 05:13:38 -0400
7096              Message-Id: <199907311407.IAA25038@localhost.frii.com>
7097              Subject: [PATCH 5.005_58] More optimizations to REx engine
7098      Branch: perl
7099            ! embed.pl embedvar.h ext/Thread/Thread.xs objXSUB.h perl.c
7100            ! perl.h proto.h regcomp.c regexec.c t/op/re_tests thrdvar.h
7101 ____________________________________________________________________________
7102 [  3856] By: gsar                                  on 1999/08/01  20:59:59
7103         Log: slightly modified version of suggested patch
7104              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7105              Date: Sat, 31 Jul 1999 04:45:12 -0400
7106              Message-Id: <199907311406.IAA25034@localhost.frii.com>
7107              Subject: [PATCH 5.005_58] Fix OS/2 build
7108      Branch: perl
7109            ! Makefile.SH lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
7110            ! makedef.pl os2/Makefile.SHs os2/diff.configure perl.h sv.h
7111 ____________________________________________________________________________
7112 [  3855] By: gsar                                  on 1999/08/01  20:49:06
7113         Log: cygwin update
7114              From: "Fifer, Eric" <EFifer@sanwaint.com>
7115              Date: Fri, 30 Jul 1999 18:31:48 +0100
7116              Message-Id: <71E287AB0D94D111BBD600600849EC8185EE06@POST>
7117              Subject: [ID 19990730.003] PATCH] perl5.005_58 cygwin port
7118      Branch: perl
7119            ! doio.c dosish.h lib/File/Spec/Unix.pm mg.c perl.h perlsdio.h
7120            ! pp_sys.c unixish.h util.c
7121 ____________________________________________________________________________
7122 [  3854] By: gsar                                  on 1999/08/01  20:41:53
7123         Log: fixes from Stephen McCamant that address bugs in change#3612
7124              (the optimization shouldn't be enabled in expressions where
7125              the variable is introduced), and fix Deparse to grok the
7126              optimization
7127              Date: Thu, 29 Jul 1999 21:21:49 -0500 (CDT)
7128              Message-ID: <14241.3133.979257.953396@alias-2.pr.mcs.net>
7129              Subject: [PATCH _58] Set OPpTARGET_MY more consistently
7130              --
7131              Date: Thu, 29 Jul 1999 22:31:16 -0500 (CDT)
7132              Message-ID: <14241.7300.181386.763503@alias-2.pr.mcs.net>
7133              Subject: [PATCH _58] Disable TARGET_MY-ization on variable introduction
7134              --
7135              Date: Fri, 30 Jul 1999 22:25:27 -0500 (CDT)
7136              Message-Id: <199907310326.VAA24376@localhost.frii.com>
7137              Subject: [PATCH _58, long] B::Deparse (was Re: New warning 'Useless use of...')
7138      Branch: perl
7139            ! ext/B/B/Deparse.pm op.c
7140 ____________________________________________________________________________
7141 [  3853] By: gsar                                  on 1999/08/01  20:31:32
7142         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
7143              Date: Thu, 29 Jul 1999 14:08:50 -0500 (CDT)
7144              Message-ID: <14240.42690.292893.605292@alias-2.pr.mcs.net>
7145              Subject: [PATCH _58] Two one-liner LOGOP tweaks
7146      Branch: perl
7147            ! op.c opcode.h opcode.pl
7148 ____________________________________________________________________________
7149 [  3852] By: gsar                                  on 1999/08/01  20:29:17
7150         Log: rename cygwin32 to cygwin (from Eric Fifer <EFifer@sanwaint.com>)
7151      Branch: perl
7152            ! AUTHORS EXTERN.h INSTALL MAINTAIN Makefile.SH Porting/patchls
7153            ! README.cygwin README.win32 XSUB.h cygwin/Makefile.SHs
7154            ! ext/DynaLoader/dl_cygwin.xs ext/POSIX/POSIX.xs
7155            ! ext/SDBM_File/sdbm/pair.c hints/cygwin.sh
7156            ! lib/ExtUtils/MM_Cygwin.pm makedepend.SH perl.h pod/perl.pod
7157            ! pod/perlport.pod pp_sys.c util.c
7158 ____________________________________________________________________________
7159 [  3851] By: gsar                                  on 1999/08/01  20:20:05
7160         Log: move files around for s/cygwin32/cygwin/ renaming
7161      Branch: perl
7162           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
7163           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
7164            - README.cygwin32 cygwin32/Makefile.SHs
7165            - cygwin32/build-instructions.READFIRST
7166            - cygwin32/build-instructions.charles-wilson
7167            - cygwin32/build-instructions.sebastien-barre
7168            - cygwin32/build-instructions.steven-morlock
7169            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
7170            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
7171            - hints/cygwin32.sh
7172            ! MANIFEST
7173 ____________________________________________________________________________
7174 [  3850] By: gsar                                  on 1999/08/01  20:05:14
7175         Log: posix-bc hints tweak (via private mail from Thomas Dorner
7176              <Thomas.Dorner@start.de>)
7177      Branch: perl
7178            ! Changes hints/posix-bc.sh
7179 ____________________________________________________________________________
7180 [  3849] By: gsar                                  on 1999/08/01  19:50:20
7181         Log: notes on PERL_IMPLICIT_CONTEXT (from a version by Nathan Torkington
7182              <gnat@frii.com>)
7183      Branch: perl
7184            ! perl.h pod/perldelta.pod pod/perlguts.pod
7185 ____________________________________________________________________________
7186 [  3848] By: gsar                                  on 1999/08/01  18:34:41
7187         Log: fix defined(@foo) encarpments
7188      Branch: perl
7189            ! ext/B/B/C.pm lib/CGI.pm lib/Dumpvalue.pm lib/dumpvar.pl
7190            ! pod/perltrap.pod
7191 ____________________________________________________________________________
7192 [  3847] By: jhi                                   on 1999/08/01  17:17:07
7193         Log: Undo #3790 and the patches that attempted to fix it
7194              (#3837, #3838, #3845).  The #3790 caused linkage failures
7195              and/or core dumps in Solaris 2.6, Digital UNIX 4.0D, and
7196              IRIX 6.5.
7197      Branch: cfgperl
7198            - ext/SDBM_File/hints/dec_osf.pl ext/SDBM_File/hints/solaris.pl
7199            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
7200            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
7201 ____________________________________________________________________________
7202 [  3846] By: jhi                                   on 1999/08/01  11:41:52
7203         Log: Reading 64-bit decimal numbers was broken because
7204              the NV was cast to an I32, not an IV.
7205      Branch: cfgperl
7206            ! toke.c
7207 ____________________________________________________________________________
7208 [  3845] By: jhi                                   on 1999/08/01  11:00:24
7209         Log: Solaris doesn't like PERL_MALLOC_OK in SDBM_File.
7210      Branch: cfgperl
7211            + ext/SDBM_File/hints/solaris.pl
7212 ____________________________________________________________________________
7213 [  3844] By: jhi                                   on 1999/08/01  10:55:44
7214         Log: Enable Solaris largefiles support only if -Duse64bits is used.
7215              (Effectively removes #3311).
7216      Branch: cfgperl
7217            ! hints/solaris_2.sh
7218 ____________________________________________________________________________
7219 [  3843] By: jhi                                   on 1999/07/31  22:44:56
7220         Log: Integer overflow iteration.
7221      Branch: cfgperl
7222            ! t/op/oct.t toke.c util.c
7223 ____________________________________________________________________________
7224 [  3842] By: jhi                                   on 1999/07/31  22:11:03
7225         Log: Remove a lot of unused regnode codes.
7226              Noticed by Ilya.
7227      Branch: cfgperl
7228            ! regcomp.c regcomp.sym regexec.c regnodes.h
7229 ____________________________________________________________________________
7230 [  3841] By: jhi                                   on 1999/07/31  21:53:54
7231         Log: Make the use64bits and usethreads friendlier/braver;
7232              they no more wimp out if the platform is unknown.
7233              On use64bits if gcc used -DUSE_LONG_LONG is added
7234              to the ccflags (this dependency on gcc caused a slightly weird
7235              reordering of Configure, but things still seem to work.)
7236      Branch: cfgperl
7237            ! Configure README.threads config_h.SH
7238      Branch: metaconfig
7239            ! U/threads/usethreads.U
7240      Branch: metaconfig/U/perl
7241            ! use64bits.U
7242 ____________________________________________________________________________
7243 [  3840] By: jhi                                   on 1999/07/31  20:26:22
7244         Log: Hack the "integer overflow" code some more.
7245      Branch: cfgperl
7246            ! perl.h toke.c util.c
7247 ____________________________________________________________________________
7248 [  3839] By: jhi                                   on 1999/07/31  20:22:00
7249         Log: Test oct() at the 2^32-1 limit.
7250      Branch: cfgperl
7251            ! t/op/oct.t
7252 ____________________________________________________________________________
7253 [  3838] By: jhi                                   on 1999/07/31  20:08:43
7254         Log: Update MANIFEST for #3837.
7255      Branch: cfgperl
7256            ! MANIFEST
7257 ____________________________________________________________________________
7258 [  3837] By: jhi                                   on 1999/07/31  20:02:40
7259         Log: Digital UNIX 4.0D doesn't like perl malloc on sdbm
7260              (a core dump with a corrput stack ensues).
7261      Branch: cfgperl
7262            + ext/SDBM_File/hints/dec_osf.pl
7263 ____________________________________________________________________________
7264 [  3836] By: jhi                                   on 1999/07/29  21:09:01
7265         Log: Allow for Configure -Ubincompat5005 override.
7266      Branch: cfgperl
7267            ! Configure config_h.SH
7268      Branch: metaconfig/U/perl
7269            ! bincompat5005.U
7270 ____________________________________________________________________________
7271 [  3835] By: jhi                                   on 1999/07/29  21:04:02
7272         Log: Make Configure support PERL_BINCOMPAT_5005.
7273      Branch: cfgperl
7274            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7275            ! config_h.SH
7276      Branch: metaconfig/U/perl
7277            + bincompat5005.U
7278 ____________________________________________________________________________
7279 [  3834] By: jhi                                   on 1999/07/29  19:25:35
7280         Log: AIX tweak, need reported by David R. Fravor <dfavor@austin.ibm.com> 
7281      Branch: cfgperl
7282            ! Makefile.SH
7283 ____________________________________________________________________________
7284 [  3833] By: jhi                                   on 1999/07/29  14:07:09
7285         Log: Integrate with Sarathy.  I overruled on perldelta
7286              and perldiag.
7287      Branch: cfgperl
7288           !> README.win32 emacs/cperl-mode.el globals.c installperl
7289           !> iperlsys.h makedef.pl perl.h pod/perldelta.pod
7290           !> pod/perldiag.pod pod/perllexwarn.pod toke.c utils/perldoc.PL
7291           !> win32/Makefile win32/bin/pl2bat.pl win32/makefile.mk
7292           !> win32/perllib.c win32/win32.c
7293 ____________________________________________________________________________
7294 [  3832] By: jhi                                   on 1999/07/29  14:02:50
7295         Log: Repent and make overly large integerish
7296              constants non-fatal.  They are now promoted
7297              to NVs, accompanied by an overflow warning that
7298              is by default on.
7299      Branch: cfgperl
7300            ! embed.pl global.sym pod/perldelta.pod pod/perldiag.pod pp.c
7301            ! proto.h t/op/oct.t t/pragma/warn/6default t/pragma/warn/util
7302            ! toke.c util.c
7303 ____________________________________________________________________________
7304 [  3831] By: jhi                                   on 1999/07/29  11:40:04
7305         Log: AIX exhibits different error on failed system().
7306              Slightly modified patch via private email from
7307              David R. Favor <dfavor@austin.ibm.com>
7308      Branch: cfgperl
7309            ! t/op/exec.t
7310 ____________________________________________________________________________
7311 [  3830] By: gsar                                  on 1999/07/29  07:46:11
7312         Log: cperl-mode.el v4.19
7313      Branch: perl
7314            ! emacs/cperl-mode.el
7315 ____________________________________________________________________________
7316 [  3829] By: gsar                                  on 1999/07/29  07:30:35
7317         Log: From: jan.dubois@ibm.net (Jan Dubois)
7318              Date: Wed, 28 Jul 1999 22:01:42 +0200
7319              Message-ID: <37aa5f9b.12941448@smtp1.ibm.net>
7320              Subject: [PATCH 5.005_58] win32/bin/pl2bat.pl doesn't work correctly
7321      Branch: perl
7322            ! win32/bin/pl2bat.pl
7323 ____________________________________________________________________________
7324 [  3828] By: gsar                                  on 1999/07/29  07:19:27
7325         Log: tweak previous change for multiple hits
7326      Branch: perl
7327            ! utils/perldoc.PL
7328 ____________________________________________________________________________
7329 [  3827] By: gsar                                  on 1999/07/29  07:10:00
7330         Log: band-aid for perldoc -t broken-ness (the new Pod::Text
7331              really needs a pod2text() compatibility function)
7332      Branch: perl
7333            ! utils/perldoc.PL
7334 ____________________________________________________________________________
7335 [  3826] By: gsar                                  on 1999/07/29  01:33:46
7336         Log: minor tweaks to pods and toke.c comments
7337      Branch: perl
7338            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod toke.c
7339 ____________________________________________________________________________
7340 [  3825] By: gsar                                  on 1999/07/29  00:12:52
7341         Log: integrate cfgperl changes into mainline
7342      Branch: perl
7343           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
7344           !> README.threads config_h.SH ext/IO/lib/IO/Handle.pm
7345           !> ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
7346           !> ext/POSIX/POSIX.xs lib/ExtUtils/Install.pm perl.h
7347           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
7348           !> pod/perllexwarn.pod pod/perlre.pod pp.c pp_sys.c
7349           !> t/lib/io_unix.t t/op/oct.t t/pragma/warn/6default
7350           !> t/pragma/warn/util toke.c util.c
7351 ____________________________________________________________________________
7352 [  3824] By: jhi                                   on 1999/07/28  21:15:04
7353         Log: Tiny patch to go over #3820 (via private mail from Lincoln).
7354      Branch: cfgperl
7355            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
7356            ! ext/IO/lib/IO/Socket/INET.pm
7357 ____________________________________________________________________________
7358 [  3823] By: jhi                                   on 1999/07/28  20:29:17
7359         Log: Continue pack() doc honing.
7360      Branch: cfgperl
7361            ! pod/perlfunc.pod
7362 ____________________________________________________________________________
7363 [  3822] By: jhi                                   on 1999/07/28  20:17:37
7364         Log: Enhance pack() doc.
7365      Branch: cfgperl
7366            ! pod/perlfunc.pod
7367 ____________________________________________________________________________
7368 [  3821] By: jhi                                   on 1999/07/28  18:34:50
7369         Log: UNIX Domain Sockets are not implemented under QNX.
7370              
7371              From: Norton Allen <allen@huarp.harvard.edu>
7372              To: perl5-porters@perl.org
7373              Subject: [ID 19990728.010] Patch:t/lib/io_unix.t _58 QNX
7374              Date: Wed, 28 Jul 1999 14:07:16 -0400 (edt)
7375              Message-Id: <199907281807.OAA13167@bottesini.harvard.edu>
7376      Branch: cfgperl
7377            ! t/lib/io_unix.t
7378 ____________________________________________________________________________
7379 [  3820] By: jhi                                   on 1999/07/28  18:13:37
7380         Log: IO::* enhancements.
7381              
7382              1) write() and syswrite() will now accept a single-argument
7383              form of the call, for consistency with Perl's syswrite().
7384              2) You can create a TCP-based IO::Socket::INET without forcing
7385              a connect attempt.  This allows you to configure its options
7386              (like making it non-blocking) and then call connect() manually.
7387              3) Fixed a bug that prevented the IO::Socket::protocol() accessor
7388              from ever returning the correct value.
7389              
7390              From: Lincoln Stein <lstein@formaggio.cshl.org>
7391              To: Graham Barr <gbarr@pobox.com>
7392              Cc: Lincoln Stein <lstein@cshl.org>, perl5-porters@perl.org
7393              Subject: Re: patch for IO::*
7394              Date: Wed, 28 Jul 1999 13:55:05 -0400 (EDT)
7395              Message-ID: <14239.17401.330408.145295@formaggio.cshl.org>
7396      Branch: cfgperl
7397            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
7398            ! ext/IO/lib/IO/Socket/INET.pm
7399 ____________________________________________________________________________
7400 [  3819] By: gsar                                  on 1999/07/28  18:08:06
7401         Log: misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dll
7402      Branch: perl
7403            ! README.win32 globals.c installperl iperlsys.h makedef.pl
7404            ! perl.h win32/Makefile win32/makefile.mk win32/perllib.c
7405            ! win32/win32.c
7406 ____________________________________________________________________________
7407 [  3818] By: jhi                                   on 1999/07/28  17:48:16
7408         Log: Need to add QNX to the list for DONT_DECLARE_STD.
7409              (The elimination of use of the _() macro apparently triggered
7410              an incompatability with a #define of atof)
7411              
7412              From: Norton Allen <allen@huarp.harvard.edu>
7413              To: perl5-porters@perl.org
7414              Subject: [ID 19990728.008] Patch:perl.h _58 QNX
7415              Date: Wed, 28 Jul 1999 13:06:23 -0400 (edt)
7416              Message-Id: <199907281706.NAA07617@bottesini.harvard.edu>
7417      Branch: cfgperl
7418            ! perl.h
7419 ____________________________________________________________________________
7420 [  3817] By: jhi                                   on 1999/07/28  17:46:30
7421         Log: Need to add some more conditions to deal with the case
7422              defined(HAS_GETSPNAM) && ! defined(HAS_GETSPENT)
7423              which is true for QNX4.
7424              From: Norton Allen <allen@huarp.harvard.edu>
7425              To: perl5-porters@perl.org
7426              Subject: [ID 19990728.009] Patch:pp_sys.c _58 QNX
7427              Date: Wed, 28 Jul 1999 13:08:42 -0400 (edt)
7428              Message-Id: <199907281708.NAA07947@bottesini.harvard.edu>
7429      Branch: cfgperl
7430            ! pp_sys.c
7431 ____________________________________________________________________________
7432 [  3816] By: jhi                                   on 1999/07/28  17:43:40
7433         Log: The QNX shell needs a couple more semicolons.
7434              
7435              From: Norton Allen <allen@huarp.harvard.edu>
7436              To: perl5-porters@perl.org
7437              Subject: [ID 19990728.007] Patch:Configure _58 QNX
7438              Date: Wed, 28 Jul 1999 13:03:00 -0400 (edt)
7439              Message-Id: <199907281703.NAA07363@bottesini.harvard.edu>
7440              
7441              plus silence metalint moanings on vendorprefix.
7442      Branch: cfgperl
7443            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7444            ! config_h.SH
7445 ____________________________________________________________________________
7446 [  3815] By: jhi                                   on 1999/07/28  17:31:11
7447         Log: Silence metalint on vendorprefix.U.
7448      Branch: metaconfig
7449            ! U/installdirs/vendorprefix.U
7450 ____________________________________________________________________________
7451 [  3814] By: jhi                                   on 1999/07/28  17:13:29
7452         Log: QNX shell needs more semicolons.
7453      Branch: metaconfig/U/perl
7454            ! Extensions.U
7455 ____________________________________________________________________________
7456 [  3813] By: jhi                                   on 1999/07/28  17:05:08
7457         Log: Integrate with Sarathy.
7458      Branch: cfgperl
7459           !> lib/ExtUtils/MM_Unix.pm
7460 ____________________________________________________________________________
7461 [  3812] By: jhi                                   on 1999/07/28  16:20:17
7462         Log: Fix a typo, un-shout, and reformat the installation output.
7463      Branch: cfgperl
7464            ! lib/ExtUtils/Install.pm
7465 ____________________________________________________________________________
7466 [  3811] By: gsar                                  on 1999/07/28  15:41:11
7467         Log: fix typo that caused INSTALLPRIVLIB to have doubled 'perl5'
7468      Branch: perl
7469            ! lib/ExtUtils/MM_Unix.pm
7470 ____________________________________________________________________________
7471 [  3810] By: jhi                                   on 1999/07/28  13:55:57
7472         Log: Talk more about subsecond things in perlfunc.
7473              (Yes, redundant with perlfaq8.)
7474      Branch: cfgperl
7475            ! pod/perlfunc.pod
7476 ____________________________________________________________________________
7477 [  3809] By: jhi                                   on 1999/07/28  07:23:48
7478         Log: Integrate with Sarathy.
7479      Branch: cfgperl
7480           !> configpm hints/freebsd.sh lib/Pod/Html.pm perl.h t/op/grent.t
7481           !> t/op/pwent.t
7482 ____________________________________________________________________________
7483 [  3808] By: jhi                                   on 1999/07/28  07:23:03
7484         Log: Document toke.c.
7485              From: Nathan Torkington <gnat@frii.com>
7486              To: perl5-porters@perl.org
7487              Subject: Re: toke.c patch, work in progress
7488              Date: Tue, 27 Jul 1999 23:02:09 -0600 (MDT)
7489              Message-ID: <14238.36561.979473.667842@localhost.frii.com>
7490      Branch: cfgperl
7491            ! toke.c
7492 ____________________________________________________________________________
7493 [  3807] By: jhi                                   on 1999/07/28  07:10:56
7494         Log: perlre clarification.
7495              
7496              From: Ian Phillipps <ian@dial.pipex.com>
7497              To: Perl 5 Porters <perl5-porters@perl.org>
7498              Subject: [PATCH 5.00557] Add definite article to perlre.pod
7499              Date: Tue, 27 Jul 1999 10:46:29 +0100
7500              Message-ID: <19990727104629.A10074@homer.diplex.co.uk>
7501      Branch: cfgperl
7502            ! pod/perlre.pod
7503 ____________________________________________________________________________
7504 [  3806] By: gsar                                  on 1999/07/28  07:07:46
7505         Log: fix the perl -V breakage
7506              
7507              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7508              To: Jarkko Hietaniemi <jhi@iki.fi>
7509              Cc: "John L. Allen" <allen@grumman.com>, perl5-porters@perl.org,
7510              gsar@activestate.com
7511              Subject: Re: Follow up to: _58 on AIX 431
7512              Date: Tue, 27 Jul 1999 17:42:00 -0400
7513              Message-ID: <19990727174200.A12775@monk.mps.ohio-state.edu>
7514      Branch: perl
7515            ! configpm
7516 ____________________________________________________________________________
7517 [  3805] By: gsar                                  on 1999/07/28  07:03:34
7518         Log: avoid warning (from Doug MacEachern)
7519      Branch: perl
7520            ! perl.h
7521 ____________________________________________________________________________
7522 [  3804] By: gsar                                  on 1999/07/28  06:59:30
7523         Log: Pod::Html tweak
7524              
7525              From: jan.dubois@ibm.net (Jan Dubois)
7526              To: perl5-porters@perl.org
7527              Subject: [PATCH 5.005_58] pod2html: Missing chunk for VMS filenames
7528              Date: Tue, 27 Jul 1999 22:14:12 +0200
7529              Message-ID: <37a50af0.46171380@smtp1.ibm.net>
7530      Branch: perl
7531            ! lib/Pod/Html.pm
7532 ____________________________________________________________________________
7533 [  3803] By: gsar                                  on 1999/07/28  06:56:38
7534         Log: freebsd hints update
7535              
7536              From: Anton Berezin <tobez@plab.ku.dk>
7537              To: perl5-porters@perl.org
7538              Subject: [ID 19990727.034] Not OK: perl 5.00558 on i386-freebsd-thread4.0-current (UNINSTALLED)
7539              Date: Tue, 27 Jul 1999 20:29:39 +0200 (CEST)
7540              Message-Id: <199907271829.UAA62861@lion.plab.ku.dk>
7541      Branch: perl
7542            ! hints/freebsd.sh
7543 ____________________________________________________________________________
7544 [  3802] By: gsar                                  on 1999/07/28  06:51:32
7545         Log: cosmetic testsuite patch
7546              
7547              From: Graham Barr <gbarr@ti.com>
7548              To: Perl5 Porters <perl5-porters@perl.org>
7549              Subject: 5.005_58 build
7550              Date: Tue, 27 Jul 1999 08:09:25 -0500
7551              Message-ID: <19990727080925.F4683@dal.asp.ti.com>
7552      Branch: perl
7553            ! t/op/grent.t t/op/pwent.t
7554 ____________________________________________________________________________
7555 [  3801] By: jhi                                   on 1999/07/27  13:49:39
7556         Log: Minuscule cleanup of the integer overflow patch.
7557      Branch: cfgperl
7558            ! util.c
7559 ____________________________________________________________________________
7560 [  3800] By: jhi                                   on 1999/07/27  13:37:23
7561         Log: Test hex('x...').
7562      Branch: cfgperl
7563            ! t/op/oct.t
7564 ____________________________________________________________________________
7565 [  3799] By: jhi                                   on 1999/07/27  12:45:45
7566         Log: Integrate with Sarathy (5.005_58).
7567      Branch: cfgperl
7568            - ext/B/byteperl.c
7569           !> Changes MANIFEST Porting/makerel configpm embed.h embed.pl
7570           !> ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.pm
7571           !> ext/SDBM_File/Makefile.PL lib/AutoLoader.pm
7572           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
7573           !> lib/Pod/Parser.pm lib/SelfLoader.pm os2/OS2/REXX/Makefile.PL
7574           !> perl.h pod/perldelta.pod pod/perlfaq9.pod pod/perlhist.pod
7575           !> win32/bin/pl2bat.pl win32/config_H.bc win32/config_H.gc
7576           !> win32/config_H.vc
7577 ____________________________________________________________________________
7578 [  3798] By: jhi                                   on 1999/07/27  12:42:43
7579         Log: Integer constants (0x, 0[0-7], 0b) now overflow fatally,
7580              they used to be just optional lexical warnings.
7581              Also, with warnings turned on, constants > 2**32-1
7582              trigger a non-portability warning.
7583      Branch: cfgperl
7584            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod pp.c
7585            ! t/op/oct.t t/pragma/warn/6default t/pragma/warn/util toke.c
7586            ! util.c
7587 ____________________________________________________________________________
7588 [  3797] By: gsar                                  on 1999/07/27  10:48:27
7589         Log: here lies 5.005_58
7590      Branch: perl
7591            - ext/B/byteperl.c
7592            ! Changes MANIFEST Porting/makerel pod/perldelta.pod
7593            ! pod/perlfaq9.pod pod/perlhist.pod
7594
7595 ----------------
7596 Version 5.005_58
7597 ----------------
7598
7599 ____________________________________________________________________________
7600 [  3796] By: gsar                                  on 1999/07/27  09:23:42
7601         Log: regenerate win32/config_H.?c
7602      Branch: perl
7603            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7604 ____________________________________________________________________________
7605 [  3795] By: gsar                                  on 1999/07/27  09:02:31
7606         Log: From: Tye McQueen <tye@metronet.com>
7607              Date: Mon, 26 Jul 1999 19:19:22 -0500 (CDT)
7608              Message-Id: <199907270019.AA08223@metronet.com>
7609              Subject: Patch pl2bat.pl so batch file can fail
7610      Branch: perl
7611            ! win32/bin/pl2bat.pl
7612 ____________________________________________________________________________
7613 [  3794] By: gsar                                  on 1999/07/27  08:59:58
7614         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7615              Date: Mon, 26 Jul 1999 01:09:00 -0400 (EDT)
7616              Message-Id: <199907260509.BAA26303@monk.mps.ohio-state.edu>
7617              Subject: [PATCH 5.005_57] decrease memory footprint of standard modules
7618      Branch: perl
7619            ! configpm ext/POSIX/POSIX.pm lib/AutoLoader.pm
7620            ! lib/SelfLoader.pm
7621 ____________________________________________________________________________
7622 [  3793] By: gsar                                  on 1999/07/27  08:19:16
7623         Log: support -DPERL_BINCOMPAT_5005, still needs a Configure test
7624              (from Andy Dougherty)
7625      Branch: perl
7626            ! embed.h embed.pl
7627 ____________________________________________________________________________
7628 [  3792] By: gsar                                  on 1999/07/27  08:04:19
7629         Log: recognize more constructs such as C<$-> in pod (from Russ Allbery
7630              and Brad Appleton)
7631      Branch: perl
7632            ! lib/Pod/Parser.pm
7633 ____________________________________________________________________________
7634 [  3791] By: gsar                                  on 1999/07/27  07:50:54
7635         Log: cover case where CLK_TCK is a float, not integer (from
7636              alexander smishlajev <als@turnhere.com>)
7637      Branch: perl
7638            ! ext/Devel/DProf/DProf.xs
7639 ____________________________________________________________________________
7640 [  3790] By: gsar                                  on 1999/07/27  07:45:08
7641         Log: provide MakeMaker attribute PERL_MALLOC_OK that allows extensions
7642              to call Perl_malloc() as malloc() (from Ilya Zakharevich)
7643      Branch: perl
7644            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
7645            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
7646 ____________________________________________________________________________
7647 [  3789] By: jhi                                   on 1999/07/27  07:44:55
7648         Log: Integrate with Sarathy.
7649      Branch: cfgperl
7650           +> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
7651           !> MANIFEST doio.c embed.h embed.pl ext/B/B/CC.pm
7652           !> ext/SDBM_File/sdbm/sdbm.h global.sym lib/Pod/Html.pm
7653           !> lib/Pod/Text.pm objXSUB.h opcode.h opcode.pl perlapi.c
7654           !> pod/perldiag.pod pod/perlfunc.pod pod/pod2text.PL pp_sys.c
7655           !> proto.h t/comp/proto.t t/io/open.t
7656 ____________________________________________________________________________
7657 [  3788] By: gsar                                  on 1999/07/27  07:29:59
7658         Log: replace Pod::Text with Pod::SimpleText v0.01 (thanks
7659              to Russ Allbery <rra@stanford.edu>); s/Simple// and
7660              s/pod2txt/pod2text/ etc.
7661      Branch: perl
7662            + lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
7663            ! MANIFEST lib/Pod/Text.pm pod/pod2text.PL
7664 ____________________________________________________________________________
7665 [  3787] By: gsar                                  on 1999/07/27  06:48:40
7666         Log: From: Andy Dougherty <doughera@lafayette.edu>
7667              Date: Wed, 16 Jun 1999 14:40:09 -0400 (EDT)
7668              Message-Id: <Pine.GSU.4.05.9906161435390.248-100000@newton.phys>
7669              Subject: Re: [ID 19990608.003] my_bcopy problem; Unixware 2.0.3
7670      Branch: perl
7671            ! ext/SDBM_File/sdbm/sdbm.h
7672 ____________________________________________________________________________
7673 [  3786] By: gsar                                  on 1999/07/27  06:30:09
7674         Log: applied suggested patch; added missing prototype changes to
7675              opcode.pl along with documentation typos (feature still needs
7676              to be described in perlopentut.pod and summarized in
7677              perldelta.pod)
7678              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7679              Date: Thu, 17 Jun 1999 00:39:34 -0400 (EDT)
7680              Message-Id: <199906170439.AAA18154@monk.mps.ohio-state.edu>
7681              Subject: [PATCH 5.00557] 3-arg open
7682      Branch: perl
7683            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
7684            ! opcode.pl perlapi.c pod/perldiag.pod pod/perlfunc.pod pp_sys.c
7685            ! proto.h t/comp/proto.t t/io/open.t
7686 ____________________________________________________________________________
7687 [  3785] By: gsar                                  on 1999/07/27  04:36:39
7688         Log: don't quit if =head* wasn't found (suggested by Roland Bauer
7689              <roland.bauer@fff.at>)
7690      Branch: perl
7691            ! lib/Pod/Html.pm
7692 ____________________________________________________________________________
7693 [  3784] By: gsar                                  on 1999/07/27  03:56:17
7694         Log: change#3762 wasn't needed
7695      Branch: perl
7696            ! ext/B/B/CC.pm
7697 ____________________________________________________________________________
7698 [  3783] By: jhi                                   on 1999/07/26  19:08:21
7699         Log: Integrate with Sarathy.
7700      Branch: cfgperl
7701           !> Changes makedef.pl patchlevel.h pod/perlfunc.pod pp_ctl.c
7702           !> toke.c utils/dprofpp.PL win32/Makefile win32/config_H.bc
7703           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
7704 ____________________________________________________________________________
7705 [  3782] By: gsar                                  on 1999/07/26  18:16:50
7706         Log: update Changes, patchlevel &c.
7707      Branch: perl
7708            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
7709            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
7710 ____________________________________________________________________________
7711 [  3781] By: gsar                                  on 1999/07/26  17:54:47
7712         Log: a more correct fix for change#2744
7713              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
7714              Date: Sun, 25 Jul 1999 14:02:25 -0500 (CDT)
7715              Message-ID: <14235.24385.671437.246345@alias-2.pr.mcs.net>
7716              Subject: [PATCH _57] Re: toke.c questions 
7717      Branch: perl
7718            ! toke.c
7719 ____________________________________________________________________________
7720 [  3780] By: gsar                                  on 1999/07/26  17:37:04
7721         Log: utime() doc typo from Greg Bacon <gbacon@itsc.uah.edu>
7722      Branch: perl
7723            ! pod/perlfunc.pod
7724 ____________________________________________________________________________
7725 [  3779] By: jhi                                   on 1999/07/26  16:37:23
7726         Log: Dusting off.
7727      Branch: cfgperl
7728            ! README.threads
7729 ____________________________________________________________________________
7730 [  3778] By: gsar                                  on 1999/07/26  13:28:46
7731         Log: avoid DIVZERO
7732      Branch: perl
7733            ! utils/dprofpp.PL
7734 ____________________________________________________________________________
7735 [  3777] By: gsar                                  on 1999/07/26  13:18:53
7736         Log: warnings identified by Borland compiler
7737      Branch: perl
7738            ! makedef.pl pp_ctl.c
7739 ____________________________________________________________________________
7740 [  3776] By: jhi                                   on 1999/07/26  13:07:36
7741         Log: Integrate with Sarathy.
7742      Branch: cfgperl
7743           !> lib/Carp/Heavy.pm pp_ctl.c pp_hot.c
7744 ____________________________________________________________________________
7745 [  3775] By: gsar                                  on 1999/07/26  12:55:43
7746         Log: avoid infinite recursion when Thread.pm croaks during
7747              bootstrap
7748      Branch: perl
7749            ! lib/Carp/Heavy.pm
7750 ____________________________________________________________________________
7751 [  3774] By: gsar                                  on 1999/07/26  12:43:02
7752         Log: integrate cfgperl contents into mainline
7753      Branch: perl
7754           +> lib/Carp/Heavy.pm
7755           !> MANIFEST Makefile.SH cflags.SH configpm ext/util/make_ext
7756           !> lib/AutoSplit.pm lib/Carp.pm makedepend.SH pod/pod2html.PL
7757           !> pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
7758           !> pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
7759           !> writemain.SH x2p/Makefile.SH x2p/cflags.SH
7760 ____________________________________________________________________________
7761 [  3773] By: jhi                                   on 1999/07/26  12:40:29
7762         Log: Use long doubles only if they are useful.
7763      Branch: cfgperl
7764            ! ext/POSIX/POSIX.xs
7765 ____________________________________________________________________________
7766 [  3772] By: gsar                                  on 1999/07/26  12:33:11
7767         Log: typo in change#3768
7768      Branch: perl
7769            ! pp_hot.c
7770 ____________________________________________________________________________
7771 [  3771] By: gsar                                  on 1999/07/26  12:08:27
7772         Log: alpha-stage support for user-hooks in @INC
7773              From: Ken Fox <kfox@ford.com>
7774              Date: Mon, 19 Jul 1999 22:12:29 -0400 (EDT)
7775              Message-Id: <199907200213.WAA02816@mailfw2.ford.com>
7776              Subject: Re: loading remote modules
7777      Branch: perl
7778            ! pp_ctl.c
7779 ____________________________________________________________________________
7780 [  3770] By: jhi                                   on 1999/07/26  11:38:36
7781         Log: Back out #3735.  Needs more work.
7782      Branch: cfgperl
7783            ! Makefile.SH cflags.SH configpm ext/util/make_ext
7784            ! lib/AutoSplit.pm makedepend.SH pod/pod2html.PL
7785            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
7786            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
7787            ! writemain.SH x2p/Makefile.SH x2p/cflags.SH
7788 ____________________________________________________________________________
7789 [  3769] By: jhi                                   on 1999/07/26  11:24:45
7790         Log: Integrate with Sarathy.
7791      Branch: cfgperl
7792           !> (integrate 35 files)
7793 ____________________________________________________________________________
7794 [  3768] By: gsar                                  on 1999/07/26  11:03:07
7795         Log: optimize method name lookup
7796              From: Chip Salzenberg <chip@perlsupport.com>
7797              Date: Thu, 22 Jul 1999 13:43:36 -0400
7798              Message-ID: <19990722134336.Q391@perlsupport.com>
7799              Subject: [PATCH] OP_METHOD_NAMED
7800      Branch: perl
7801            ! dump.c embed.h embed.pl ext/Opcode/Opcode.pm objXSUB.h op.c
7802            ! opcode.h opcode.pl perlapi.c pp.sym pp_hot.c pp_proto.h
7803            ! proto.h
7804 ____________________________________________________________________________
7805 [  3767] By: gsar                                  on 1999/07/26  10:44:11
7806         Log: allow arrow omission in $foo[10]->('foo') etc. (but not in
7807              foo()->()); rework grammar to remove conflicts
7808              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
7809              Date: Fri, 23 Jul 1999 15:55:22 -0500 (CDT)
7810              Message-ID: <14232.54970.771570.548676@alias-2.pr.mcs.net>
7811              Subject: [PATCH _57, long] Re: optional arrow asymmetry
7812      Branch: perl
7813            ! Makefile.SH embed.h embed.pl global.sym objXSUB.h op.c
7814            ! perlapi.c perly.c perly.h perly.y perly_c.diff proto.h
7815            ! vms/perly_c.vms vms/perly_h.vms
7816 ____________________________________________________________________________
7817 [  3766] By: jhi                                   on 1999/07/26  10:18:56
7818         Log: Use $< instead of $*.c in *perlmain.o rules.
7819      Branch: cfgperl
7820            ! Makefile.SH
7821 ____________________________________________________________________________
7822 [  3765] By: gsar                                  on 1999/07/26  09:28:48
7823         Log: From: Ian Phillipps <ian@dial.pipex.com>
7824              Date: Fri, 23 Jul 1999 23:35:56 +0100
7825              Message-ID: <19990723233556.B2435@homer.diplex.co.uk>
7826              Subject: (Version 2) Extending unpack to deal with counted strings
7827      Branch: perl
7828            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
7829 ____________________________________________________________________________
7830 [  3764] By: jhi                                   on 1999/07/26  09:17:26
7831         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7832              To: perl5-porters@perl.org (Mailing list Perl5)
7833              Subject: [PATCH 5.005_57] Lean Carp.pm with Carp/Heavy.pm
7834              Date: Mon, 26 Jul 1999 04:05:27 -0400 (EDT)
7835              Message-Id: <199907260805.EAA26888@monk.mps.ohio-state.edu>
7836              
7837              The patch was based on 5_57 so had to re-apply lib/Carp.pm
7838              parts of changes #3498, #3696, and #3702 for the new
7839              lib/Carp/Heavy.pm.
7840      Branch: cfgperl
7841            + lib/Carp/Heavy.pm
7842            ! MANIFEST lib/Carp.pm
7843 ____________________________________________________________________________
7844 [  3763] By: gsar                                  on 1999/07/26  09:03:17
7845         Log: ~ isn't valid in VMS filenames
7846      Branch: perl
7847            ! lib/Pod/Html.pm
7848 ____________________________________________________________________________
7849 [  3762] By: gsar                                  on 1999/07/26  08:59:47
7850         Log: setstate stop-gap from Vishal Bhatia
7851      Branch: perl
7852            ! ext/B/B/CC.pm
7853 ____________________________________________________________________________
7854 [  3761] By: gsar                                  on 1999/07/26  08:06:39
7855         Log: patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;
7856              add B::OP::name() method that returns just the op_name;
7857              convert Deparse et all to use that instead of B::OP::ppaddr();
7858              add support for OP_SETSTATE in Deparse
7859      Branch: perl
7860            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Bytecode.pm
7861            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
7862            ! ext/B/B/Xref.pm opcode.h opcode.pl
7863 ____________________________________________________________________________
7864 [  3760] By: jhi                                   on 1999/07/26  07:14:43
7865         Log: Integrate with Sarathy.
7866      Branch: cfgperl
7867           !> (integrate 43 files)
7868 ____________________________________________________________________________
7869 [  3759] By: gsar                                  on 1999/07/26  05:12:24
7870         Log: add disclaimer about perl 4 libraries (modified version of
7871              patch suggested by Clinton Pierce <cpierce1@ford.com>)
7872      Branch: perl
7873            ! lib/abbrev.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
7874            ! lib/cacheout.pl lib/chat2.pl lib/complete.pl lib/ctime.pl
7875            ! lib/dotsh.pl lib/exceptions.pl lib/fastcwd.pl lib/flush.pl
7876            ! lib/ftp.pl lib/getcwd.pl lib/getopt.pl lib/getopts.pl
7877            ! lib/hostname.pl lib/look.pl lib/pwd.pl lib/termcap.pl
7878 ____________________________________________________________________________
7879 [  3758] By: gsar                                  on 1999/07/26  04:48:35
7880         Log: make reset() behave with high-bit characters
7881              From: Ian Phillipps <ian@dial.pipex.com>
7882              Date: Thu, 22 Jul 1999 22:48:59 +0100
7883              Message-ID: <19990722224859.A27987@homer.diplex.co.uk>
7884              Subject: [PATCH 5.005_57] sv_reset can cause stack corruption
7885      Branch: perl
7886            ! sv.c
7887 ____________________________________________________________________________
7888 [  3757] By: gsar                                  on 1999/07/26  04:40:32
7889         Log: update to perlport-1.44 from Chris Nandor <pudge@pobox.com>
7890      Branch: perl
7891            ! pod/perlport.pod
7892 ____________________________________________________________________________
7893 [  3756] By: gsar                                  on 1999/07/26  04:20:37
7894         Log: dprofpp pod additions from Nathan Torkington <gnat@frii.com>
7895      Branch: perl
7896            ! utils/dprofpp.PL
7897 ____________________________________________________________________________
7898 [  3755] By: gsar                                  on 1999/07/26  04:18:00
7899         Log: disable VPATH for now (breaks x2p build)
7900      Branch: perl
7901            ! x2p/Makefile.SH
7902 ____________________________________________________________________________
7903 [  3754] By: gsar                                  on 1999/07/26  03:15:33
7904         Log: INSTALL =~ s/5.006/5.6/; delay loading Errno until needed
7905              (%! has the necessary magic); misc typos
7906      Branch: perl
7907            ! INSTALL ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
7908            ! ext/GDBM_File/GDBM_File.pm gv.c jpl/JNI/JNI.pm
7909            ! lib/AutoLoader.pm lib/CPAN.pm perl.c pod/perllocale.pod
7910            ! utils/h2xs.PL
7911 ____________________________________________________________________________
7912 [  3753] By: gsar                                  on 1999/07/26  02:38:28
7913         Log: integrate cfgperl contents into mainline
7914      Branch: perl
7915           +> t/pragma/locale/latin1 t/pragma/locale/utf8
7916           !> (integrate 53 files)
7917 ____________________________________________________________________________
7918 [  3752] By: gsar                                  on 1999/07/26  02:11:31
7919         Log: ensure implicitly closed handles don't set $? or $!
7920      Branch: perl
7921            ! doio.c embed.h embed.pl perlapi.c proto.h sv.c t/io/pipe.t
7922 ____________________________________________________________________________
7923 [  3751] By: gsar                                  on 1999/07/26  01:28:34
7924         Log: change#3534 didn't preserve undef return values from caller()
7925      Branch: perl
7926            ! Changes pp_ctl.c
7927 ____________________________________________________________________________
7928 [  3750] By: jhi                                   on 1999/07/25  20:59:29
7929         Log: Back up a tiny bit from #3735.
7930              This may break builds outside the source directory
7931              but then again, they do not work that ell yet anyway.
7932      Branch: cfgperl
7933            ! Makefile.SH
7934 ____________________________________________________________________________
7935 [  3750] By: jhi                                   on 1999/07/25  20:59:29
7936         Log: Back up a tiny bit from #3735.
7937              This may break builds outside the source directory
7938              but then again, they do not work that ell yet anyway.
7939      Branch: cfgperl
7940            ! Makefile.SH
7941 ____________________________________________________________________________
7942 [  3749] By: jhi                                   on 1999/07/25  19:15:55
7943         Log: Integrate with Sarathy.
7944      Branch: cfgperl
7945           !> lib/ExtUtils/MM_Unix.pm toke.c utils/h2xs.PL
7946 ____________________________________________________________________________
7947 [  3748] By: jhi                                   on 1999/07/25  19:06:59
7948         Log: Recode locale.t so that the change in #3730
7949              is not needed and locale.t works both without
7950              and with the utf8 pragma.
7951      Branch: cfgperl
7952            + t/pragma/locale/latin1 t/pragma/locale/utf8
7953            ! MANIFEST t/pragma/locale.t
7954 ____________________________________________________________________________
7955 [  3747] By: jhi                                   on 1999/07/25  19:01:46
7956         Log: Like #3743.
7957      Branch: cfgperl
7958            ! utils/perlbug.PL
7959 ____________________________________________________________________________
7960 [  3746] By: gsar                                  on 1999/07/25  18:08:58
7961         Log: add option to omit Changes file, from Abigail <abigail@delanet.com>;
7962              append a HISTORY section to POD if option is used
7963      Branch: perl
7964            ! utils/h2xs.PL
7965 ____________________________________________________________________________
7966 [  3745] By: gsar                                  on 1999/07/25  17:40:03
7967         Log: warn rather than die when parse_version() can't cut it (from
7968              Michael G Schwern <schwern@pobox.com>)
7969      Branch: perl
7970            ! lib/ExtUtils/MM_Unix.pm
7971 ____________________________________________________________________________
7972 [  3744] By: gsar                                  on 1999/07/25  16:32:48
7973         Log: make map behave like grep wrt indirect object slot when
7974              there are parentheses; revert an experimental mod by Larry
7975              in change#2038 that failed to parse %{{qw(a b c)}} properly
7976              (this means C<map {use Foo; ...} ...> still needs a proper
7977              fix)
7978      Branch: perl
7979            ! toke.c
7980 ____________________________________________________________________________
7981 [  3743] By: jhi                                   on 1999/07/25  16:24:55
7982         Log: Fix a typo in #3725.
7983      Branch: cfgperl
7984            ! utils/perlbug.PL
7985 ____________________________________________________________________________
7986 [  3742] By: jhi                                   on 1999/07/25  16:14:39
7987         Log: Integrate with Sarathy.
7988      Branch: cfgperl
7989           !> (integrate 26 files)
7990 ____________________________________________________________________________
7991 [  3741] By: jhi                                   on 1999/07/25  16:02:28
7992         Log: Cut-and-pasto in #3737.
7993      Branch: cfgperl
7994            ! perl.c
7995 ____________________________________________________________________________
7996 [  3740] By: gsar                                  on 1999/07/25  15:59:34
7997         Log: add note about glibc bug
7998      Branch: perl
7999            ! t/pragma/warn/pp_hot
8000 ____________________________________________________________________________
8001 [  3739] By: gsar                                  on 1999/07/25  15:48:40
8002         Log: fix bug in change#3728 that might free COPs prematurely;
8003              null(op) now does more thorough scrubbing of the op, which
8004              fixes a few compile-time memory "leaks"
8005      Branch: perl
8006            ! dump.c embed.h embed.pl op.c proto.h
8007 ____________________________________________________________________________
8008 [  3738] By: jhi                                   on 1999/07/25  14:15:26
8009         Log: In accordance with #3737.
8010      Branch: metaconfig
8011            ! U/installdirs/sitelib.U U/installdirs/vendorprefix.U
8012            ! U/modified/Oldconfig.U
8013      Branch: metaconfig/U/perl
8014            ! Extensions.U
8015 ____________________________________________________________________________
8016 [  3737] By: jhi                                   on 1999/07/25  14:12:34
8017         Log: Use vendorprefixlib.
8018      Branch: cfgperl
8019            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8020            ! config_h.SH perl.c
8021 ____________________________________________________________________________
8022 [  3736] By: jhi                                   on 1999/07/25  13:10:03
8023         Log: Populate metaconfig branch.
8024      Branch: metaconfig
8025            + (add 1468 files)
8026      Branch: metaconfig/U/perl
8027            + (add 101 files)
8028 ____________________________________________________________________________
8029 [  3735] By: jhi                                   on 1999/07/25  12:27:20
8030         Log: First steps of making builds outside the source
8031              directory possible.  These should get us as far
8032              as miniperl, then building DynaLoader falls into
8033              tiny twinkling pieces as MakeMaker knows nothing
8034              of VPATH mindset.
8035      Branch: cfgperl
8036            ! Configure Makefile.SH cflags.SH config_h.SH configpm
8037            ! ext/util/make_ext lib/AutoSplit.pm makedepend.SH
8038            ! pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL
8039            ! pod/pod2text.PL pod/pod2usage.PL pod/podchecker.PL
8040            ! pod/podselect.PL writemain.SH x2p/Makefile.SH x2p/cflags.SH
8041 ____________________________________________________________________________
8042 [  3734] By: jhi                                   on 1999/07/25  11:19:28
8043         Log: Poor Glossary--are we fixed yet?
8044      Branch: cfgperl
8045            ! Porting/Glossary
8046 ____________________________________________________________________________
8047 [  3733] By: jhi                                   on 1999/07/25  11:15:06
8048         Log: Change #3732 mistakenly clobbered Glossary.
8049      Branch: cfgperl
8050            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8051            ! config_h.SH
8052 ____________________________________________________________________________
8053 [  3732] By: jhi                                   on 1999/07/25  10:46:39
8054         Log: Andy's new installation scheme (note: a lot of this
8055              leaked in already with change #3731).  The vendor*
8056              stuff is not used anywhere (in *.SH, say), so it
8057              isn't in Configure, either.
8058      Branch: cfgperl
8059            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8060            ! config_h.SH
8061 ____________________________________________________________________________
8062 [  3731] By: jhi                                   on 1999/07/25  10:12:07
8063         Log: Circumcode a strange shell(?) bug in AIX found
8064              while trying to do -Duse64bits (which I couldn't do
8065              in the end because the CPU isn't 64-bit in that box,
8066              but at least now the probing doesn't crash.)
8067      Branch: cfgperl
8068            ! Configure config_h.SH hints/aix.sh
8069 ____________________________________________________________________________
8070 [  3730] By: gsar                                  on 1999/07/25  04:56:56
8071         Log: fix little utf8 nits in testsuite; add patch from Ilya that cures
8072              a utf8 bug in one of the new RE optimizations
8073      Branch: perl
8074            ! regcomp.c regexec.c t/harness t/lib/io_udp.t t/op/re_tests
8075            ! t/pragma/locale.t
8076 ____________________________________________________________________________
8077 [  3729] By: jhi                                   on 1999/07/23  19:56:27
8078         Log: From: Andy Dougherty <doughera@lafayette.edu>
8079              To: Perl Porters <perl5-porters@perl.org>
8080              Subject: [PATCH 5.005_57] INSTALL-1.58
8081              Date: Fri, 23 Jul 1999 10:50:13 -0400 (EDT)
8082              Message-Id: <Pine.GSU.4.05.9907231033190.3555-100000@newton.phys>
8083              
8084              plus
8085              
8086              From: "Kurt D. Starsinic" <kstar@chapin.edu>
8087              To: Andy Dougherty <doughera@lafayette.edu>
8088              Cc: Perl Porters <perl5-porters@perl.org>
8089              Subject: Re: [PATCH 5.005_57] INSTALL-1.58
8090              Date: Fri, 23 Jul 1999 13:38:25 -0400
8091              Message-ID: <19990723133825.A12033@O2.chapin.edu>
8092      Branch: cfgperl
8093            ! INSTALL
8094 ____________________________________________________________________________
8095 [  3728] By: gsar                                  on 1999/07/23  17:24:42
8096         Log: applied suggested patch for tracking line numbers correctly in
8097              optimized blocks with a single statement; changed setcop to
8098              setstate and added code for -Dx dumps
8099              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8100              Date: Wed, 23 Jun 1999 17:27:42 +0100
8101              Message-Id: <199906231627.RAA24033@crypt.compulink.co.uk>
8102              Subject: [PATCH 5.005_57] Line number error in optimised else() 
8103      Branch: perl
8104            ! dump.c embed.h ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.pm
8105            ! objXSUB.h op.c opcode.h opcode.pl perlapi.c pp.sym pp_hot.c
8106            ! pp_proto.h t/op/misc.t
8107 ____________________________________________________________________________
8108 [  3727] By: gsar                                  on 1999/07/23  15:56:04
8109         Log: avoid useless use of target for pp_each(); also fixes bugs due to
8110              refcount held by the target
8111      Branch: perl
8112            ! opcode.h opcode.pl pp.c t/op/each.t
8113 ____________________________________________________________________________
8114 [  3726] By: jhi                                   on 1999/07/23  12:08:30
8115         Log: Change #3725 aftershock.
8116      Branch: cfgperl
8117            ! INSTALL jpl/JNI/JNI.pm
8118 ____________________________________________________________________________
8119 [  3725] By: jhi                                   on 1999/07/23  11:58:49
8120         Log: Introduce $Config{ldlibpthname} which contains
8121              the name of the environment variable holding the
8122              dynamic library search path, often LD_LIBRARY_PATH.
8123              Use this new feature all over.
8124              Also removed remnants of admonition "add LD_LIBRARY_PATH
8125              before running make" because Makefile.SH does this for you. 
8126      Branch: cfgperl
8127            ! Configure Makefile.SH config_h.SH
8128            ! ext/DynaLoader/DynaLoader_pm.PL hints/README.hints
8129            ! hints/aix.sh hints/beos.sh hints/cygwin32.sh hints/dgux.sh
8130            ! hints/epix.sh hints/esix4.sh hints/hpux.sh hints/next_4.sh
8131            ! hints/os2.sh hints/rhapsody.sh hints/svr4.sh jpl/JNI/JNI.pm
8132            ! jpl/install-jpl utils/perlbug.PL
8133 ____________________________________________________________________________
8134 [  3724] By: jhi                                   on 1999/07/23  08:03:36
8135         Log: From: Spider Boardman <spider@orb.nashua.nh.us>
8136              To: perl5-porters@perl.org
8137              Subject: [PATCH] Re: [ID 19990715.003] [BUG] all perl5 versions: segfault on $# 
8138              Date: Thu, 22 Jul 1999 19:58:34 -0400
8139              Message-Id: <199907222358.TAA27354@Orb.Nashua.NH.US>
8140      Branch: cfgperl
8141            ! av.c
8142 ____________________________________________________________________________
8143 [  3723] By: gsar                                  on 1999/07/23  00:01:29
8144         Log: emit warning about function calls that were encountered too early
8145              to enforce their prototype
8146      Branch: perl
8147            ! op.c op.h pod/perldiag.pod
8148 ____________________________________________________________________________
8149 [  3722] By: jhi                                   on 1999/07/22  21:19:59
8150         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
8151              To: perl5-porters@perl.org
8152              Cc: Chip Salzenberg <chip@perlsupport.com>, Gurusamy Sarathy <gsar@activestate.com>
8153              Subject: [PATCH] MakeMaker documentation
8154              Date: Wed, 21 Jul 1999 14:15:42 -0400
8155              Message-ID: <19990721141542.A1800@O2.chapin.edu>
8156      Branch: cfgperl
8157            ! lib/ExtUtils/MakeMaker.pm
8158 ____________________________________________________________________________
8159 [  3721] By: jhi                                   on 1999/07/22  21:05:19
8160         Log: From: pvhp@forte.com (Peter Prymmer)
8161              To: chip@perlsupport.com, gsar@activestate.com, perl-mvs@perl.org, perl5-porters@perl.org
8162              Subject: [PATCH: 5.005_03 && 5.005_57]os390 hints file appendix stops bad builds
8163              Date: Wed, 21 Jul 99 17:15:39 PDT
8164              Message-Id: <9907220015.AA11931@forte.com>
8165      Branch: cfgperl
8166            ! hints/os390.sh
8167 ____________________________________________________________________________
8168 [  3720] By: jhi                                   on 1999/07/22  20:51:17
8169         Log: AIX magic: ccdlflags needs to be different for
8170              Perl itself and for extra-core extensions
8171              (as used by ExtUtilss::embed::ldopts).
8172              Based on the problems described in
8173              
8174              From: Mike W Ellwood <mwe@rl.ac.uk>
8175              To: perl5-porters@perl.org
8176              Subject: [ID 19990722.002] Perl 5.00503 and AIX 4.1.5; perl.exp; build errors. Also Imagemagick...
8177              Date: Thu, 22 Jul 1999 14:28:19 +0100 (BST)
8178              Reply-To: m.w.ellwood@rl.ac.uk
8179              Message-Id: <Pine.A41.3.96.990722141209.72660V-100000@unixfe.rl.ac.uk>
8180      Branch: cfgperl
8181            ! Configure Makefile.SH config_h.SH hints/aix.sh
8182 ____________________________________________________________________________
8183 [  3719] By: jhi                                   on 1999/07/22  08:23:53
8184         Log: Update history records.
8185      Branch: cfgperl
8186            ! pod/perlhist.pod
8187 ____________________________________________________________________________
8188 [  3718] By: jhi                                   on 1999/07/21  13:54:42
8189         Log: Todododobedobedo.
8190      Branch: cfgperl
8191            ! Todo
8192 ____________________________________________________________________________
8193 [  3717] By: jhi                                   on 1999/07/21  12:10:48
8194         Log: Even more Todo.
8195      Branch: cfgperl
8196            ! Todo
8197 ____________________________________________________________________________
8198 [  3716] By: jhi                                   on 1999/07/21  11:40:39
8199         Log: Use Errno more extensively so that error
8200              messages are more portable (another way
8201              would be to muck around with LC_MESSAGES).
8202              Problem reported in
8203              
8204              From: oracle@pcr8.pcr.com
8205              To: perl5-porters@perl.org
8206              Subject: [ID 19990719.003] LC_MESSAGES breaks h2xs autoloaded constants on AIX 4.1.4
8207              Date: Mon, 19 Jul 1999 18:39:13 -0400
8208              Message-Id: <9907192239.AA44990@pcr8.pcr.com>
8209      Branch: cfgperl
8210            ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
8211            ! ext/GDBM_File/GDBM_File.pm jpl/JNI/JNI.pm lib/AutoLoader.pm
8212            ! lib/CPAN.pm pod/perllocale.pod utils/h2xs.PL
8213 ____________________________________________________________________________
8214 [  3715] By: jhi                                   on 1999/07/21  11:05:36
8215         Log: Slightly modified patch.
8216              From: Sean Sheedy <seans@ncube.com>
8217              To: perl5-porters@perl.org
8218              Subject: [ID 19990720.003] Perl 5.005_3 patch: Non-standard object extensions
8219              Date: Tue, 20 Jul 1999 09:52:06 -0700
8220              Message-Id: <3794A935.1C150E54@ncube.com>
8221      Branch: cfgperl
8222            ! cflags.SH x2p/cflags.SH
8223 ____________________________________________________________________________
8224 [  3714] By: jhi                                   on 1999/07/20  21:26:19
8225         Log: More Todo.
8226      Branch: cfgperl
8227            ! Todo
8228 ____________________________________________________________________________
8229 [  3713] By: jhi                                   on 1999/07/20  18:02:45
8230         Log: Integrate with Sarathy.
8231      Branch: cfgperl
8232           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
8233           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
8234           +> ext/Devel/DProf/Todo t/lib/dprof.t t/lib/dprof/V.pm
8235           +> t/lib/dprof/test1_t t/lib/dprof/test1_v t/lib/dprof/test2_t
8236           +> t/lib/dprof/test2_v t/lib/dprof/test3_t t/lib/dprof/test3_v
8237           +> t/lib/dprof/test4_t t/lib/dprof/test4_v t/lib/dprof/test5_t
8238           +> t/lib/dprof/test5_v t/lib/dprof/test6_t t/lib/dprof/test6_v
8239           +> utils/dprofpp.PL
8240           !> INSTALL MAINTAIN MANIFEST configure.com
8241           !> ext/Devel/Peek/Makefile.PL installman installperl
8242           !> pod/roffitall utils/Makefile vms/descrip_mms.template
8243           !> win32/Makefile win32/makefile.mk win32/win32.h
8244 ____________________________________________________________________________
8245 [  3712] By: gsar                                  on 1999/07/20  15:29:01
8246         Log: DProf tweak
8247      Branch: perl
8248            ! ext/Devel/DProf/DProf.xs
8249 ____________________________________________________________________________
8250 [  3711] By: gsar                                  on 1999/07/20  07:56:19
8251         Log: another DProf build tweak
8252      Branch: perl
8253            ! utils/dprofpp.PL
8254 ____________________________________________________________________________
8255 [  3710] By: gsar                                  on 1999/07/20  07:36:36
8256         Log: move DProf things around to where they are supposed to be
8257      Branch: perl
8258            + t/lib/dprof.t t/lib/dprof/V.pm t/lib/dprof/test1_t
8259            + t/lib/dprof/test1_v t/lib/dprof/test2_t t/lib/dprof/test2_v
8260            + t/lib/dprof/test3_t t/lib/dprof/test3_v t/lib/dprof/test4_t
8261            + t/lib/dprof/test4_v t/lib/dprof/test5_t t/lib/dprof/test5_v
8262            + t/lib/dprof/test6_t t/lib/dprof/test6_v
8263           +> utils/dprofpp.PL
8264            - ext/Devel/DProf/dprofpp.PL ext/Devel/DProf/t/V.pm
8265            - ext/Devel/DProf/t/test1.pl ext/Devel/DProf/t/test1.t
8266            - ext/Devel/DProf/t/test1.v ext/Devel/DProf/t/test2.t
8267            - ext/Devel/DProf/t/test2.v ext/Devel/DProf/t/test3.t
8268            - ext/Devel/DProf/t/test3.v ext/Devel/DProf/t/test4.t
8269            - ext/Devel/DProf/t/test4.v ext/Devel/DProf/t/test5.t
8270            - ext/Devel/DProf/t/test5.v ext/Devel/DProf/t/test6.t
8271            - ext/Devel/DProf/t/test6.v ext/Devel/DProf/test.pl
8272            ! INSTALL MANIFEST ext/Devel/DProf/Makefile.PL installman
8273            ! installperl pod/roffitall utils/Makefile
8274            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
8275 ____________________________________________________________________________
8276 [  3709] By: gsar                                  on 1999/07/20  06:13:16
8277         Log: DProf fixups for PERL_IMPLICIT_CONTEXT
8278      Branch: perl
8279            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
8280            ! ext/Devel/Peek/Makefile.PL
8281 ____________________________________________________________________________
8282 [  3708] By: gsar                                  on 1999/07/20  06:01:22
8283         Log: move DProf to Devel/DProf
8284      Branch: perl
8285           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
8286           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
8287           +> ext/Devel/DProf/Todo ext/Devel/DProf/dprofpp.PL
8288           +> ext/Devel/DProf/t/V.pm ext/Devel/DProf/t/test1.pl
8289           +> ext/Devel/DProf/t/test1.t ext/Devel/DProf/t/test1.v
8290           +> ext/Devel/DProf/t/test2.t ext/Devel/DProf/t/test2.v
8291           +> ext/Devel/DProf/t/test3.t ext/Devel/DProf/t/test3.v
8292           +> ext/Devel/DProf/t/test4.t ext/Devel/DProf/t/test4.v
8293           +> ext/Devel/DProf/t/test5.t ext/Devel/DProf/t/test5.v
8294           +> ext/Devel/DProf/t/test6.t ext/Devel/DProf/t/test6.v
8295           +> ext/Devel/DProf/test.pl
8296            - ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
8297            - ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
8298            - ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
8299            - ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
8300            - ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
8301            - ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
8302            - ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
8303            ! MAINTAIN MANIFEST configure.com win32/Makefile
8304            ! win32/makefile.mk
8305 ____________________________________________________________________________
8306 [  3707] By: gsar                                  on 1999/07/20  05:39:11
8307         Log: add Devel::DProf v19990108 from CPAN, as it was
8308      Branch: perl
8309            + ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
8310            + ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
8311            + ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
8312            + ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
8313            + ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
8314            + ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
8315            + ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
8316            ! MANIFEST
8317 ____________________________________________________________________________
8318 [  3706] By: gsar                                  on 1999/07/20  04:52:25
8319         Log: C<union any> needs no PERL_OBJECT-treatment
8320      Branch: perl
8321            ! win32/win32.h
8322 ____________________________________________________________________________
8323 [  3705] By: gsar                                  on 1999/07/20  04:11:54
8324         Log: fix problem in default build
8325      Branch: perl
8326            ! win32/Makefile win32/makefile.mk
8327 ____________________________________________________________________________
8328 [  3704] By: jhi                                   on 1999/07/19  07:06:36
8329         Log: Integrate with Sarathy.
8330      Branch: cfgperl
8331           !> Changes lib/Carp.pm makedef.pl pod/perldiag.pod sv.h util.c
8332           !> win32/win32.c
8333 ____________________________________________________________________________
8334 [  3703] By: gsar                                  on 1999/07/19  05:55:57
8335         Log: win32 nits
8336      Branch: perl
8337            ! makedef.pl sv.h
8338 ____________________________________________________________________________
8339 [  3702] By: gsar                                  on 1999/07/19  04:29:34
8340         Log: don't display tid from main thread (or testsuite breaks)
8341      Branch: perl
8342            ! lib/Carp.pm util.c
8343 ____________________________________________________________________________
8344 [  3701] By: gsar                                  on 1999/07/19  00:47:52
8345         Log: remove several doubled (and tripled!) entries
8346      Branch: perl
8347            ! pod/perldiag.pod
8348 ____________________________________________________________________________
8349 [  3700] By: gsar                                  on 1999/07/19  00:42:34
8350         Log: integrate cfgperl contents into mainline
8351      Branch: perl
8352           +> makedef.pl
8353            - perl_exp.SH win32/makedef.pl
8354           !> MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
8355           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_vms.xs hints/aix.sh
8356           !> pod/perldiag.pod pp.c regexec.c t/pragma/warn/util toke.c
8357           !> utf8.c util.c win32/Makefile win32/makefile.mk
8358 ____________________________________________________________________________
8359 [  3699] By: gsar                                  on 1999/07/19  00:33:59
8360         Log: avoid bug in win32_str_os_error() (from Jan Dubois)
8361      Branch: perl
8362            ! Changes win32/win32.c
8363 ____________________________________________________________________________
8364 [  3698] By: jhi                                   on 1999/07/18  21:33:57
8365         Log: Integrate with Sarathy.
8366      Branch: cfgperl
8367           +> t/op/chars.t
8368           !> (integrate 57 files)
8369 ____________________________________________________________________________
8370 [  3697] By: gsar                                  on 1999/07/18  05:22:36
8371         Log: From: pvhp@forte.com (Peter Prymmer)
8372              Date: Thu, 1 Jul 99 19:31:24 PDT
8373              Message-Id: <9907020231.AA16942@forte.com>
8374              Subject: [ID 19990701.031] 4 ctl chars on EBCDIC not asciiish enough
8375      Branch: perl
8376            + t/op/chars.t
8377            ! MANIFEST ebcdic.c t/op/ord.t
8378 ____________________________________________________________________________
8379 [  3696] By: gsar                                  on 1999/07/18  05:11:02
8380         Log: display thread id in diagnostics (suggested by Dan Sugalski)
8381      Branch: perl
8382            ! lib/Carp.pm util.c
8383 ____________________________________________________________________________
8384 [  3695] By: gsar                                  on 1999/07/18  04:57:47
8385         Log: missing perldiag entry (from Dan Sugalski <sugalskd@osshe.edu>)
8386      Branch: perl
8387            ! pod/perldiag.pod
8388 ____________________________________________________________________________
8389 [  3694] By: gsar                                  on 1999/07/18  04:56:28
8390         Log: cache [NIUP]V conversions of defined READONLY values
8391              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8392              Date: Sun, 11 Jul 1999 04:39:44 -0400
8393              Message-ID: <19990711043944.A25944@monk.mps.ohio-state.edu>
8394              Subject: [PATCH 5.005_57] Allow caching of numeric/string conversion
8395      Branch: perl
8396            ! sv.c
8397 ____________________________________________________________________________
8398 [  3693] By: gsar                                  on 1999/07/18  03:53:38
8399         Log: From: jan.dubois@ibm.net (Jan Dubois)
8400              Date: Sat, 17 Jul 1999 10:58:29 +0200
8401              Message-ID: <379144ad.13616689@smtp1.ibm.net>
8402              Subject: [PATCH 5.005] Some lib/ExtUtils/Manifest.pm POD fixes
8403      Branch: perl
8404            ! lib/ExtUtils/Manifest.pm
8405 ____________________________________________________________________________
8406 [  3692] By: gsar                                  on 1999/07/18  03:51:03
8407         Log: remove spurious newSTATEOP() that causes goto to enter one too many
8408              contexts when jumping between if and elsif blocks
8409      Branch: perl
8410            ! perly.c perly.y pp_ctl.c t/op/goto.t
8411 ____________________________________________________________________________
8412 [  3691] By: gsar                                  on 1999/07/18  01:49:59
8413         Log: detypo, update Changes
8414      Branch: perl
8415            ! Changes doio.c
8416 ____________________________________________________________________________
8417 [  3690] By: gsar                                  on 1999/07/18  01:16:59
8418         Log: mention the -Minteger effect on modulus (from Nathan Torkington)
8419      Branch: perl
8420            ! lib/integer.pm
8421 ____________________________________________________________________________
8422 [  3689] By: gsar                                  on 1999/07/18  00:47:17
8423         Log: ensure __END__ appears on a line by itself in wrapped
8424              scripts (thanks to Steve Tolkin <tolkin@mediaone.net>);
8425              mention caveat about successfull kill()
8426      Branch: perl
8427            ! pod/perlfunc.pod win32/bin/pl2bat.pl
8428 ____________________________________________________________________________
8429 [  3688] By: gsar                                  on 1999/07/17  20:47:44
8430         Log: noecho noops (from Nicholas Clark <nick@flirble.org>)
8431      Branch: perl
8432            ! ext/SDBM_File/sdbm/Makefile.PL
8433 ____________________________________________________________________________
8434 [  3687] By: gsar                                  on 1999/07/17  20:43:27
8435         Log: make CC.pm use a distinct CCPP() macro rather than PP()
8436              (suggested by Vishal Bhatia <vishalb@my-deja.com>)
8437      Branch: perl
8438            ! cc_runtime.h ext/B/B/CC.pm
8439 ____________________________________________________________________________
8440 [  3686] By: gsar                                  on 1999/07/17  20:39:08
8441         Log: tiny bug in vars.pm (from John Dlugosz)
8442      Branch: perl
8443            ! lib/vars.pm
8444 ____________________________________________________________________________
8445 [  3685] By: gsar                                  on 1999/07/17  20:37:27
8446         Log: applied suggested patch, along with later tweak
8447              From: jan.dubois@ibm.net (Jan Dubois)
8448              Date: Wed, 14 Jul 1999 23:53:43 +0200
8449              Message-ID: <37a902e7.15977234@smtp1.ibm.net>
8450              Subject: Merge ActivePerl Stylesheet support etc into Pod::Html.pm
8451      Branch: perl
8452            ! lib/Pod/Html.pm
8453 ____________________________________________________________________________
8454 [  3684] By: gsar                                  on 1999/07/17  20:24:32
8455         Log: avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop <domo@vo.lu>)
8456      Branch: perl
8457            ! thrdvar.h
8458 ____________________________________________________________________________
8459 [  3683] By: gsar                                  on 1999/07/17  20:21:01
8460         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8461              Date: Tue, 13 Jul 1999 05:44:28 -0400 (EDT)
8462              Message-Id: <199907130944.FAA04473@monk.mps.ohio-state.edu>
8463              Subject: [PATCH 5.005_57] Segfaults if $^P
8464      Branch: perl
8465            ! embed.h embed.pl global.sym mg.c objXSUB.h perl.c perlapi.c
8466            ! proto.h
8467 ____________________________________________________________________________
8468 [  3682] By: gsar                                  on 1999/07/17  20:04:17
8469         Log: use a better prefixify() heuristic than m/perl/ (prefix/lib/perl5
8470              and prefix/lib/perl5/man are ass_u_med only if those directories
8471              actually exist; else prefix/{lib,man} are used)
8472      Branch: perl
8473            ! lib/ExtUtils/MM_Unix.pm
8474 ____________________________________________________________________________
8475 [  3681] By: gsar                                  on 1999/07/17  19:12:33
8476         Log: allow $foo{$x} and $bar[$i] for (\$) prototype
8477      Branch: perl
8478            ! op.c t/comp/proto.t
8479 ____________________________________________________________________________
8480 [  3680] By: gsar                                  on 1999/07/17  18:23:55
8481         Log: fix vec() on magic values
8482              From: Ian Phillipps <ian@dial.pipex.com>
8483              Date: Mon, 12 Jul 1999 12:30:05 +0100
8484              Message-ID: <19990712123005.A11355@homer.diplex.co.uk>
8485              Subject: [PATCH 5.005_57] Re: do_vecset is broken.  Re: [ID 19990703.003].
8486      Branch: perl
8487            ! doop.c t/op/tie.t
8488 ____________________________________________________________________________
8489 [  3679] By: gsar                                  on 1999/07/17  18:10:44
8490         Log: make system() return -1 and set $! if exec of child failed
8491              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8492              Date: Fri, 9 Jul 1999 05:21:13 -0400
8493              Message-ID: <19990709052113.A6201@monk.mps.ohio-state.edu>
8494              Subject: [PATCH 5.005_57] system()==-1 and $! from failing fork/exec
8495      Branch: perl
8496            ! doio.c embed.h embed.pl global.sym objXSUB.h perlapi.c
8497            ! pod/perlfunc.pod pp_sys.c proto.h t/op/exec.t
8498 ____________________________________________________________________________
8499 [  3678] By: gsar                                  on 1999/07/17  17:54:01
8500         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8501              Date: Fri, 9 Jul 1999 04:27:51 -0400 (EDT)
8502              Message-Id: <199907090827.EAA03321@monk.mps.ohio-state.edu>
8503              Subject: [PATCH 5.005_57] File descriptor leak in do_exec3
8504      Branch: perl
8505            ! util.c
8506 ____________________________________________________________________________
8507 [  3677] By: gsar                                  on 1999/07/17  17:34:38
8508         Log: a modernized version of find2perl from Ken Pizzini <ken@halcyon.com>;
8509              converted Ken's documentation outline into pod
8510      Branch: perl
8511            ! x2p/find2perl.PL
8512 ____________________________________________________________________________
8513 [  3676] By: gsar                                  on 1999/07/17  16:34:09
8514         Log: pod fixes (with minor edits) from Abigail, Ronald Kimball, Jon
8515              Waddington, Tuomas Lukka, Steven Tolkin, Ian Phillipps, and
8516              Steve Lidie
8517      Branch: perl
8518            ! pod/Win32.pod pod/perldelta.pod pod/perlfaq.pod
8519            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
8520            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
8521            ! pod/perlguts.pod pod/perlhist.pod pod/perlop.pod
8522            ! pod/perlport.pod pod/perltoc.pod pod/perltodo.pod
8523            ! pod/perltoot.pod pod/perltootc.pod pod/perlvar.pod
8524 ____________________________________________________________________________
8525 [  3675] By: gsar                                  on 1999/07/17  00:16:53
8526         Log: backout redundant change#3628
8527      Branch: perl
8528            ! Changes hints/bsdos.sh
8529 ____________________________________________________________________________
8530 [  3674] By: jhi                                   on 1999/07/15  14:26:03
8531         Log: Fix the bin/oct/hex constant overflow tests for
8532              long long platforms.
8533      Branch: cfgperl
8534            ! t/pragma/warn/util
8535 ____________________________________________________________________________
8536 [  3673] By: jhi                                   on 1999/07/14  21:59:11
8537         Log: Fixed AIX dynamic loading and AIX shared Perl library.
8538              Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc,
8539              4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib.
8540              Hijacked win32/makedef.pl for more general purpose export
8541              list building, now it is used (as toplevel makedef.pl)
8542              for win32 and AIX (perl_exp.SH made unnecessary).
8543              Because the export lists are now correct in AIX, no more linker
8544              warnings about "Exported symbol not defined" should appear.
8545      Branch: cfgperl
8546            + makedef.pl
8547            - perl_exp.SH win32/makedef.pl
8548            ! MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
8549            ! ext/DynaLoader/dl_aix.xs hints/aix.sh win32/Makefile
8550            ! win32/makefile.mk
8551 ____________________________________________________________________________
8552 [  3672] By: gsar                                  on 1999/07/14  17:12:13
8553         Log: minor efficiency tweak
8554      Branch: perl
8555            ! pp_ctl.c
8556 ____________________________________________________________________________
8557 [  3671] By: jhi                                   on 1999/07/14  16:22:39
8558         Log: The regexec.c change of #3606 caused a core dump in fbm_instr()
8559              if its caller re_intuit_start() was entered with strend == strpos
8560              because end_shift ended up as -1.  The patch ain't necessarily
8561              correct but least the core dump is avoided.
8562      Branch: cfgperl
8563            ! regexec.c
8564 ____________________________________________________________________________
8565 [  3670] By: jhi                                   on 1999/07/13  07:59:09
8566         Log: Integrate with Sarathy.
8567      Branch: cfgperl
8568            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
8569            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
8570           !> (integrate 67 files)
8571 ____________________________________________________________________________
8572 [  3669] By: gsar                                  on 1999/07/12  06:14:54
8573         Log: fixups for sundry warnings about function pointers
8574      Branch: perl
8575            ! ext/re/re.xs intrpvar.h op.c perl.c perl.h pp_ctl.c scope.h
8576            ! sv.c thrdvar.h util.c win32/Makefile win32/makefile.mk
8577            ! win32/win32.c win32/win32.h
8578 ____________________________________________________________________________
8579 [  3668] By: gsar                                  on 1999/07/12  04:11:58
8580         Log: tweaks for win32/borland
8581      Branch: perl
8582            ! t/pragma/locale.t win32/makedef.pl win32/makefile.mk
8583 ____________________________________________________________________________
8584 [  3667] By: gsar                                  on 1999/07/12  01:55:15
8585         Log: yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS
8586              builds; passing the implicit context is unified among the three
8587              flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three
8588              flavors (see the top of perl.h) for testing; all varargs functions
8589              foo() have a va_list-taking variant vfoo() for generating the
8590              context-free versions; the PERL_OBJECT build should now be
8591              hyper-compatible with CPAN extensions (C++ is totally out of
8592              the picture)
8593              
8594              result has only been tested on Windows
8595              
8596              TODO: write docs on the THX rationale and idiomatic usage of
8597              the Perl API
8598      Branch: perl
8599            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
8600            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
8601            ! MANIFEST XSUB.h bytecode.pl deb.c dump.c embed.h embed.pl
8602            ! embedvar.h ext/B/B.xs ext/ByteLoader/ByteLoader.xs
8603            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
8604            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs ext/IO/IO.xs
8605            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
8606            ! ext/SDBM_File/SDBM_File.xs ext/Socket/Socket.xs
8607            ! ext/Thread/Thread.xs ext/attrs/attrs.xs ext/re/re.xs
8608            ! global.sym globals.c intrpvar.h iperlsys.h
8609            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
8610            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/xsubpp lib/base.pm
8611            ! lib/warning.pm malloc.c objXSUB.h perl.c perl.h perlapi.c
8612            ! perlapi.h perlio.c pp_sys.c proto.h regcomp.c regexec.c
8613            ! scope.c sv.c thrdvar.h util.c win32/Makefile win32/config_H.bc
8614            ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
8615            ! win32/dl_win32.xs win32/include/dirent.h
8616            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
8617            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
8618            ! win32/win32iop.h win32/win32sck.c
8619 ____________________________________________________________________________
8620 [  3666] By: jhi                                   on 1999/07/11  22:00:13
8621         Log: Integrate with Sarathy.
8622      Branch: cfgperl
8623           !> op.c t/op/lex_assign.t
8624 ____________________________________________________________________________
8625 [  3665] By: jhi                                   on 1999/07/11  21:59:01
8626         Log: More manual sync.
8627      Branch: cfgperl
8628            ! pod/perldelta.pod
8629 ____________________________________________________________________________
8630 [  3664] By: gsar                                  on 1999/07/11  19:11:07
8631         Log: change#3612 was buggy and failed to build Tk; applied Ilya's
8632              remedy and related tests via private mail
8633      Branch: perl
8634            ! op.c t/op/lex_assign.t
8635 ____________________________________________________________________________
8636 [  3663] By: jhi                                   on 1999/07/11  15:04:37
8637         Log: Manual synchronization with Sarathy (some files
8638              had drifted apart for no apparent reason), plus
8639              I had a typo in dl_vms.xs Sarathy had fixed.
8640      Branch: cfgperl
8641            ! ext/DynaLoader/dl_vms.xs pod/perldelta.pod pp.c pp_sys.c
8642 ____________________________________________________________________________
8643 [  3662] By: jhi                                   on 1999/07/10  12:23:21
8644         Log: Change t/pragma/warn oct()/hex() overflow tests to use %Config
8645              to adapt to the underlying platform (the binary, 0b1..., test
8646              was broken in 64-bit platforms).  Also change "hex" in the
8647              warning messages to "hexadecimal" to match "binary" and "octal".
8648      Branch: cfgperl
8649            ! pod/perldiag.pod t/pragma/warn/util util.c
8650 ____________________________________________________________________________
8651 [  3661] By: jhi                                   on 1999/07/08  21:54:55
8652         Log: Integrate with Sarathy.
8653      Branch: cfgperl
8654           +> perlapi.c perlapi.h
8655           !> (integrate 43 files)
8656 ____________________________________________________________________________
8657 [  3660] By: gsar                                  on 1999/07/08  18:47:35
8658         Log: more PERL_OBJECT cleanups (changes still untested on Unix!)
8659      Branch: perl
8660            + perlapi.c perlapi.h
8661            ! MANIFEST XSUB.h emacs/ptags embed.h embed.pl embedvar.h
8662            ! ext/Opcode/Opcode.xs global.sym globals.c intrpvar.h
8663            ! iperlsys.h mg.c miniperlmain.c objXSUB.h perl.c perl.h perly.c
8664            ! pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h regexec.c
8665            ! scope.c scope.h sv.c thrdvar.h toke.c util.c win32/GenCAPI.pl
8666            ! win32/Makefile win32/makedef.pl win32/perllib.c win32/win32.c
8667            ! win32/win32.h
8668 ____________________________________________________________________________
8669 [  3659] By: gsar                                  on 1999/07/08  18:41:45
8670         Log: sundry cleanups for clean build on windows
8671      Branch: perl
8672            ! doio.c regcomp.c regcomp.h t/io/openpid.t utf8.c
8673 ____________________________________________________________________________
8674 [  3658] By: gsar                                  on 1999/07/08  01:24:25
8675         Log: fixes for logical bugs in the lexwarn patch; other tweaks to avoid
8676              type mismatch problems
8677      Branch: perl
8678            ! doio.c gv.c op.c pp.c regcomp.c regexec.c run.c sv.c
8679            ! t/pragma/warn/op toke.c utf8.c util.c
8680 ____________________________________________________________________________
8681 [  3657] By: jhi                                   on 1999/07/07  23:01:16
8682         Log: Integrate with Sarathy.  perldiag.pod required manual editing.
8683      Branch: cfgperl
8684            ! pod/perldiag.pod
8685           !> Changes configure.com ext/B/B/Deparse.pm
8686           !> ext/ByteLoader/Makefile.PL ext/Fcntl/Fcntl.xs
8687           !> ext/IO/lib/IO/File.pm gv.c iperlsys.h lib/ExtUtils/MM_VMS.pm
8688           !> lib/File/Basename.pm lib/File/Spec/VMS.pm perlsfio.h
8689           !> t/base/rs.t t/lib/io_multihomed.t t/lib/textfill.t
8690           !> t/lib/textwrap.t t/op/filetest.t t/op/mkdir.t
8691           !> t/pragma/overload.t thread.h vms/vms.c
8692 ____________________________________________________________________________
8693 [  3656] By: gsar                                  on 1999/07/07  21:04:38
8694         Log: integrate cfgperl contents
8695      Branch: perl
8696           +> lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
8697           +> lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
8698           +> lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
8699            ! Changes
8700           !> (integrate 45 files)
8701 ____________________________________________________________________________
8702 [  3655] By: gsar                                  on 1999/07/07  18:55:45
8703         Log: filetest.t and ByteLoader build tweaks from Peter Prymmer
8704              <pvhp@forte.com>
8705      Branch: perl
8706            ! ext/ByteLoader/Makefile.PL t/op/filetest.t
8707 ____________________________________________________________________________
8708 [  3654] By: gsar                                  on 1999/07/07  18:47:03
8709         Log: change#1889 mistakenly removed F_SETLK
8710      Branch: perl
8711            ! ext/Fcntl/Fcntl.xs
8712 ____________________________________________________________________________
8713 [  3653] By: gsar                                  on 1999/07/07  18:42:42
8714         Log: B::Deparse update
8715              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
8716              Date: Mon,  5 Jul 1999 17:57:03 -0500 (CDT)
8717              Message-ID: <14209.13729.738691.610723@alias-2.pr.mcs.net>
8718              Subject: [PATCH _57, long] B::Deparse 0.58
8719      Branch: perl
8720            ! ext/B/B/Deparse.pm
8721 ____________________________________________________________________________
8722 [  3652] By: gsar                                  on 1999/07/07  18:41:07
8723         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8724              Date: Mon, 5 Jul 1999 18:24:19 -0400 (EDT)
8725              Message-Id: <199907052224.SAA10454@monk.mps.ohio-state.edu>
8726              Subject: Re: [ID 19990705.001] Overloading boolean conversion
8727      Branch: perl
8728            ! gv.c t/pragma/overload.t
8729 ____________________________________________________________________________
8730 [  3651] By: gsar                                  on 1999/07/07  17:47:30
8731         Log: missing PerlIO_reopen() (suggested by sam@daemoninc.com)
8732      Branch: perl
8733            ! perlsfio.h
8734 ____________________________________________________________________________
8735 [  3650] By: gsar                                  on 1999/07/07  17:45:52
8736         Log: applied new parts of suggested patch
8737              From: Charles Bailey <BAILEY@newman.upenn.edu>
8738              Date: Fri, 02 Jul 1999 19:18:41 -0400 (EDT)
8739              Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu>
8740              Subject: [PATCH 5.005_57] Consolidated VMS patch
8741      Branch: perl
8742            ! configure.com ext/IO/lib/IO/File.pm iperlsys.h
8743            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm
8744            ! lib/File/Spec/VMS.pm pod/perldiag.pod t/base/rs.t
8745            ! t/lib/io_multihomed.t t/lib/textfill.t t/lib/textwrap.t
8746            ! t/op/filetest.t t/op/mkdir.t thread.h vms/vms.c
8747 ____________________________________________________________________________
8748 [  3649] By: jhi                                   on 1999/07/07  13:38:02
8749         Log: Sync regcomp warn with reality.
8750      Branch: cfgperl
8751            ! t/pragma/warn/regcomp
8752 ____________________________________________________________________________
8753 [  3648] By: jhi                                   on 1999/07/07  13:04:55
8754         Log: Integrate with Sarathy; one conflict in t/pragma/warn/recgomp
8755              resolved manually.
8756      Branch: cfgperl
8757           +> pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
8758           +> t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
8759           +> t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
8760            - README.lexwarn
8761           !> (integrate 79 files)
8762 ____________________________________________________________________________
8763 [  3647] By: gsar                                  on 1999/07/07  10:32:03
8764         Log: From: jan.dubois@ibm.net (Jan Dubois)
8765              Date: Thu, 01 Jul 1999 11:17:53 +0200
8766              Message-ID: <377b2ca4.14467042@smtp1.ibm.net>
8767              Subject: [PATCH 5.005_57] MakeMaker support for pod2html
8768      Branch: perl
8769            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
8770            ! lib/ExtUtils/MakeMaker.pm
8771 ____________________________________________________________________________
8772 [  3646] By: gsar                                  on 1999/07/07  10:27:55
8773         Log: fix undocumented IO::Handle functions as suggested
8774              by cj10@cam.ac.uk
8775      Branch: perl
8776            ! ext/IO/lib/IO/Handle.pm
8777 ____________________________________________________________________________
8778 [  3645] By: gsar                                  on 1999/07/07  10:18:55
8779         Log: prohibit thread join()ing itself (from Dan Sugalski)
8780      Branch: perl
8781            ! ext/Thread/Thread.xs
8782 ____________________________________________________________________________
8783 [  3644] By: gsar                                  on 1999/07/07  10:14:26
8784         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
8785              Date: Wed, 30 Jun 1999 14:02:42 -0700
8786              Message-ID: <LJHFKBDHMHHJDAAA@my-deja.com>
8787              Subject:  [PATCH 5.005_57] Compiler and XSUBS
8788      Branch: perl
8789            ! ext/B/B/C.pm
8790 ____________________________________________________________________________
8791 [  3643] By: gsar                                  on 1999/07/07  10:08:38
8792         Log: mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntax
8793              (from François Désarménien <desar@club-internet.fr>)
8794      Branch: perl
8795            ! pod/perlsyn.pod
8796 ____________________________________________________________________________
8797 [  3642] By: gsar                                  on 1999/07/07  10:03:24
8798         Log: From: Doug MacEachern <dougm@cp.net>
8799              Date: Sun, 27 Jun 1999 22:43:25 -0700 (PDT)
8800              Message-ID: <Pine.LNX.4.10.9906272236430.389-100000@mojo.eng.cp.net>
8801              Subject: [PATCH 5.005_57] add B::PV::{LEN,CUR}
8802      Branch: perl
8803            ! ext/B/B.xs
8804 ____________________________________________________________________________
8805 [  3641] By: gsar                                  on 1999/07/07  10:00:57
8806         Log: slightly modified version of suggested patch
8807              From: Steven N. Hirsch <hirschs@stargate.btv.ibm.com>
8808              Date: Mon, 28 Jun 1999 14:23:59 -0400
8809              Message-Id: <199906281823.OAA24912@stargate.btv.ibm.com>
8810              Subject: [ID 19990628.007] POSIX::tmpnam() broken for threaded 5.00503
8811      Branch: perl
8812            ! ext/POSIX/POSIX.xs
8813 ____________________________________________________________________________
8814 [  3640] By: gsar                                  on 1999/07/07  09:45:43
8815         Log: lexical warnings update (warning.t fails one test
8816              due to leaked scalar, investigation pending)
8817              From: paul.marquess@bt.com
8818              Date: Sat, 26 Jun 1999 23:19:52 +0100
8819              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk>
8820              Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings
8821      Branch: perl
8822            + pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
8823            + t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
8824            + t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
8825            - README.lexwarn
8826            ! Changes MANIFEST av.c djgpp/djgpp.c doio.c doop.c
8827            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
8828            ! ext/ByteLoader/byterun.h gv.c hv.c jpl/JNI/JNI.xs
8829            ! lib/warning.pm mg.c op.c os2/os2.c perl.c perlio.c
8830            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
8831            ! pod/perlmodlib.pod pod/perlrun.pod pod/perlvar.pod pp.c
8832            ! pp_ctl.c run.c sv.c t/pragma/warn/3both t/pragma/warn/doio
8833            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
8834            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
8835            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
8836            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
8837            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
8838            ! t/pragma/warn/util t/pragma/warning.t toke.c utf8.c util.c
8839            ! warning.h warning.pl win32/win32.c
8840 ____________________________________________________________________________
8841 [  3639] By: gsar                                  on 1999/07/07  08:09:30
8842         Log: From: Brian Jepson <bjepson@home.com>
8843              Date: Sat, 26 Jun 1999 10:47:45 -0500 (EST)
8844              Message-ID: <Pine.LNX.4.10.9906261044180.659-100000@cx384756-a.sking1.ri.home.com>
8845              Subject: Patch to JPL example program
8846      Branch: perl
8847            ! jpl/JPL_Rolo/JPL_Rolo.jpl
8848 ____________________________________________________________________________
8849 [  3638] By: jhi                                   on 1999/07/07  08:07:58
8850         Log: Integrate with Sarathy.
8851      Branch: cfgperl
8852           !> (integrate 34 files)
8853 ____________________________________________________________________________
8854 [  3637] By: gsar                                  on 1999/07/07  08:07:49
8855         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
8856              Date: Fri, 25 Jun 1999 13:38:44 -0500 (CDT)
8857              Message-ID: <14193.25034.113373.245377@alias-2.pr.mcs.net>
8858              Subject: [PATCH _57, long] Eliminate CONDOPs
8859      Branch: perl
8860            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm
8861            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
8862            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/B/ramblings/flip-flop
8863            ! ext/B/typemap op.c op.h opcode.h opcode.pl perl.h
8864            ! pod/perltoc.pod pp_ctl.c pp_hot.c
8865 ____________________________________________________________________________
8866 [  3636] By: gsar                                  on 1999/07/07  07:50:51
8867         Log: adapted suggested patch for IO-1.20x
8868              From: ian@dial.pipex.com
8869              Date:  Fri, 25 Jun 1999 10:39:42 +0100
8870              Message-Id:  <199906250939.KAA02152@homer.diplex.co.uk>
8871              Subject: [ID 19990625.001]  Minor fixes for IO::Socket.pm
8872      Branch: perl
8873            ! ext/IO/lib/IO/Socket.pm
8874 ____________________________________________________________________________
8875 [  3635] By: gsar                                  on 1999/07/07  07:26:05
8876         Log: PowerMAX hints update from Tom Horsley <Tom.Horsley@mail.ccur.com>
8877      Branch: perl
8878            ! hints/powerux.sh
8879 ____________________________________________________________________________
8880 [  3634] By: gsar                                  on 1999/07/07  07:20:02
8881         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8882              Date: Wed, 23 Jun 1999 16:16:05 +0100
8883              Message-Id: <199906231516.QAA23851@crypt.compulink.co.uk>
8884              Subject: [PATCH 5.005_57] memleak in optimizer
8885      Branch: perl
8886            ! embed.h embed.pl objXSUB.h op.c proto.h
8887 ____________________________________________________________________________
8888 [  3633] By: gsar                                  on 1999/07/07  07:10:52
8889         Log: add do-not-edit caveats for files generated by opcode.pl
8890              (suggested by Hugo van der Sanden)
8891      Branch: perl
8892            ! opcode.h opcode.pl pp.sym pp_proto.h
8893 ____________________________________________________________________________
8894 [  3632] By: gsar                                  on 1999/07/07  06:41:13
8895         Log: better diagnostics on read operations from write-only
8896              filehandles
8897      Branch: perl
8898            ! doio.c perl.c pod/perldelta.pod pod/perldiag.pod pp_hot.c
8899            ! pp_sys.c t/pragma/warn/pp_hot t/pragma/warn/pp_sys
8900 ____________________________________________________________________________
8901 [  3631] By: gsar                                  on 1999/07/07  02:03:34
8902         Log: make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE'> (suggested
8903              by David Muir Sharnoff <muir@idiom.com>)
8904      Branch: perl
8905            ! lib/Sys/Hostname.pm
8906 ____________________________________________________________________________
8907 [  3630] By: gsar                                  on 1999/07/07  01:57:16
8908         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
8909              Date: Sun, 20 Jun 1999 17:17:17 -0700
8910              Message-ID: <AEBDBGKPMEAJAAAA@my-deja.com>
8911              Subject: [PATCH 5.005_57] Minor bug fix in pp_require
8912      Branch: perl
8913            ! ext/B/B/CC.pm
8914 ____________________________________________________________________________
8915 [  3629] By: gsar                                  on 1999/07/07  01:46:03
8916         Log: installperl should write normal messages to STDOUT, not STDERR
8917      Branch: perl
8918            ! installperl
8919 ____________________________________________________________________________
8920 [  3628] By: gsar                                  on 1999/07/07  01:41:25
8921         Log: BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)
8922      Branch: perl
8923            ! hints/bsdos.sh
8924 ____________________________________________________________________________
8925 [  3627] By: gsar                                  on 1999/07/07  00:27:10
8926         Log: make diagnostic on C<my $^I> etc., more readable
8927      Branch: perl
8928            ! op.c
8929 ____________________________________________________________________________
8930 [  3626] By: gsar                                  on 1999/07/06  23:47:27
8931         Log: From: Andy Dougherty <doughera@lafayette.edu>
8932              Date:  Thu, 17 Jun 1999 12:07:11 -0400 (EDT)
8933              Message-Id:  <Pine.GSU.4.05.9906171204580.937-100000@newton.phys>
8934              Subject: [ID 19990617.004  [PATCH 5.005_57] make distclean fixes]
8935      Branch: perl
8936            ! Makefile.SH utils/Makefile
8937 ____________________________________________________________________________
8938 [  3625] By: jhi                                   on 1999/07/06  21:50:46
8939         Log: Some new files of #3624 missing from MANIFEST.
8940      Branch: cfgperl
8941            ! MANIFEST
8942 ____________________________________________________________________________
8943 [  3624] By: jhi                                   on 1999/07/06  21:47:04
8944         Log: POSIX [[:character class:]] support for standard, locale,
8945              and utf8.  If both utf8 and locale are on, utf8 wins.
8946              I don't fully understand why so many tables changed in
8947              lib/unicode because of "make" -- maybe it was just overdue.
8948      Branch: cfgperl
8949            + lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
8950            + lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
8951            + lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
8952            ! MANIFEST Todo-5.005 embed.h embed.pl embedvar.h global.sym
8953            ! handy.h intrpvar.h lib/unicode/Bidirectional.pl
8954            ! lib/unicode/Block.pl lib/unicode/Category.pl
8955            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
8956            ! lib/unicode/Is/BidiL.pl lib/unicode/Is/Digit.pl
8957            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl
8958            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Print.pl
8959            ! lib/unicode/Is/Space.pl lib/unicode/Is/Upper.pl
8960            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Name.pl
8961            ! lib/unicode/To/Digit.pl lib/unicode/mktables.PL objXSUB.h
8962            ! pod/perldelta.pod pod/perldiag.pod pod/perlre.pod proto.h
8963            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
8964            ! t/op/pat.t t/op/re_tests t/op/regexp.t t/pragma/utf8.t
8965            ! t/pragma/warn/regcomp utf8.c
8966 ____________________________________________________________________________
8967 [  3623] By: gsar                                  on 1999/07/06  20:52:48
8968         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8969              Date: Wed, 16 Jun 1999 14:57:22 -0400
8970              Message-ID: <19990616145722.B16258@monk.mps.ohio-state.edu>
8971              Subject: [PATCH 5.00557] Devel::Peek
8972      Branch: perl
8973            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
8974 ____________________________________________________________________________
8975 [  3622] By: gsar                                  on 1999/07/06  20:22:59
8976         Log: applied patch after demunging headers with appropriate paths
8977              From: "Vishal Bhatia" <vishalb@my-deja.com>
8978              Date: Sat, 12 Jun 1999 08:23:59 -0700
8979              Message-ID: <JIHEJPFDFKIBDAAA@my-deja.com>
8980              Subject: [Patch 5.005_57] unsigned arithmetic (Compiler)
8981      Branch: perl
8982            ! cc_runtime.h ext/B/B.xs ext/B/B/CC.pm ext/B/B/Stackobj.pm
8983            ! ext/B/defsubs.h.PL lib/ExtUtils/typemap t/harness
8984 ____________________________________________________________________________
8985 [  3621] By: gsar                                  on 1999/07/06  20:10:50
8986         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8987              Date: Thu, 10 Jun 1999 04:05:22 -0400 (EDT)
8988              Message-Id: <199906100805.EAA18216@monk.mps.ohio-state.edu>
8989              Subject: [PATCH 5.005_57] Optimize 2>&1 in commands
8990      Branch: perl
8991            ! doio.c
8992 ____________________________________________________________________________
8993 [  3620] By: jhi                                   on 1999/07/06  19:16:47
8994         Log: Mention EPOC and SOCKS.
8995      Branch: cfgperl
8996            ! pod/perldelta.pod
8997 ____________________________________________________________________________
8998 [  3619] By: gsar                                  on 1999/07/06  16:52:37
8999         Log: fix int vs STRLEN issue
9000      Branch: perl
9001            ! pp.c
9002 ____________________________________________________________________________
9003 [  3618] By: jhi                                   on 1999/07/06  16:52:20
9004         Log: There ain't Perl_atonv().
9005      Branch: cfgperl
9006            ! ext/ByteLoader/bytecode.h
9007 ____________________________________________________________________________
9008 [  3617] By: jhi                                   on 1999/07/06  15:55:22
9009         Log: Integrate with Sarathy.
9010      Branch: cfgperl
9011           !> Makefile.SH
9012 ____________________________________________________________________________
9013 [  3616] By: jhi                                   on 1999/07/06  15:54:09
9014         Log: Tweak for #3613.
9015      Branch: cfgperl
9016            ! Configure config_h.SH
9017 ____________________________________________________________________________
9018 [  3615] By: gsar                                  on 1999/07/06  11:00:21
9019         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
9020              Date:  Sun, 13 Jun 1999 17:46:13 -0600 (MDT)
9021              Message-Id:  <199906132346.RAA26632@xerxes.courtesan.com>
9022              Subject: [ID 19990613.003  linklibperl set incorrectly in Makefile.SH for OpenBSD]
9023      Branch: perl
9024            ! Makefile.SH
9025 ____________________________________________________________________________
9026 [  3614] By: jhi                                   on 1999/07/06  10:44:48
9027         Log: Integrate with Sarathy.
9028      Branch: cfgperl
9029           !> ext/IO/lib/IO/File.pm op.c op.h opcode.h opcode.pl perl.h pp.h
9030           !> pp.sym pp_proto.h t/base/rs.t t/pragma/warn/op
9031 ____________________________________________________________________________
9032 [  3613] By: jhi                                   on 1999/07/06  10:43:20
9033         Log: From: Nathan Kurz <nate@valleytel.net>
9034              Subject: [ID 19990612.001 compiling three deep modules within ext/]
9035              ply-To: nate@valleytel.net
9036              erl5-porters@perl.org
9037              Date: Sat, 12 Jun 1999 01:26:04 -0500
9038              Message-Id: <199906120626.BAA04996@trinkpad.valleytel.net>
9039      Branch: cfgperl
9040            ! Configure config_h.SH
9041 ____________________________________________________________________________
9042 [  3612] By: gsar                                  on 1999/07/06  10:17:52
9043         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9044              Date: Sat, 12 Jun 1999 04:49:09 -0400 (EDT)
9045              Message-Id: <199906120849.EAA26986@monk.mps.ohio-state.edu>
9046              Subject: [PATCH 5.005_57] Optimize away OP_SASSIGN
9047      Branch: perl
9048            ! op.c op.h opcode.h opcode.pl pp.h pp.sym pp_proto.h
9049 ____________________________________________________________________________
9050 [  3611] By: gsar                                  on 1999/07/06  09:51:20
9051         Log: From: pvhp@forte.com (Peter Prymmer)
9052              Date: Fri, 11 Jun 99 17:07:19 PDT
9053              Message-Id: <9906120007.AA13802@forte.com>
9054              Subject: [PATCH _03 && _57]portability fix for IO::File and FileHandle
9055      Branch: perl
9056            ! ext/IO/lib/IO/File.pm
9057 ____________________________________________________________________________
9058 [  3610] By: gsar                                  on 1999/07/06  09:37:37
9059         Log: fix for C<$/ = 42> setting paragraph mode (applied with small
9060              tweak)
9061              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
9062              Date: Wed, 09 Jun 1999 18:27:51 +0100
9063              Message-Id: <E10rm8l-00023T-00@ursa.cus.cam.ac.uk>
9064              Subject: Re: [ID 19990608.002] Possible bug with binmode and <FH> on Perl 5.005_03 Win32
9065      Branch: perl
9066            ! perl.h t/base/rs.t
9067 ____________________________________________________________________________
9068 [  3609] By: jhi                                   on 1999/07/06  09:28:48
9069         Log: Integrate with Sarathy.
9070      Branch: cfgperl
9071           !> (integrate 49 files)
9072 ____________________________________________________________________________
9073 [  3608] By: gsar                                  on 1999/07/06  09:28:21
9074         Log: test tweak
9075      Branch: perl
9076            ! t/pragma/warn/op
9077 ____________________________________________________________________________
9078 [  3607] By: jhi                                   on 1999/07/06  09:22:48
9079         Log: Put back the cygwin32 Configure fix of 3582 undone by 3597.
9080      Branch: cfgperl
9081            ! Configure config_h.SH
9082 ____________________________________________________________________________
9083 [  3606] By: gsar                                  on 1999/07/06  09:05:02
9084         Log: applied slightly tweaked version of suggested patch for
9085              improved RE API
9086              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9087              Date: Wed, 9 Jun 1999 18:14:27 -0400 (EDT)
9088              Message-Id: <199906092214.SAA14126@monk.mps.ohio-state.edu>
9089              Subject: [PATCH 5.005_57] REx engine rehash
9090      Branch: perl
9091            ! Changes dump.c embed.h embed.pl embedvar.h ext/re/Makefile.PL
9092            ! ext/re/re.xs global.sym objXSUB.h perl.c perl.h pp.c pp_hot.c
9093            ! proto.h regcomp.c regcomp.h regexec.c regexp.h thrdvar.h
9094            ! util.c
9095 ____________________________________________________________________________
9096 [  3605] By: gsar                                  on 1999/07/06  08:54:03
9097         Log: bug in change#3602 (cpp conditionals not allowed inside macro args)
9098      Branch: perl
9099            ! sv.c
9100 ____________________________________________________________________________
9101 [  3604] By: gsar                                  on 1999/07/06  07:08:30
9102         Log: From: paul.marquess@bt.com
9103              Date: Tue, 8 Jun 1999 22:37:58 +0100 
9104              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3C@mbtlipnt02.btlabs.bt.co.uk>
9105              Subject: [PATCH 5.005_57] DB_File 1.67
9106      Branch: perl
9107            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
9108            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
9109 ____________________________________________________________________________
9110 [  3603] By: gsar                                  on 1999/07/06  07:04:50
9111         Log: From: paul.marquess@bt.com
9112              Date: Tue, 8 Jun 1999 22:34:01 +0100 
9113              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3B@mbtlipnt02.btlabs.bt.co.uk>
9114              Subject: [PATCH 5.005_57] DBM Filters
9115      Branch: perl
9116            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
9117            ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
9118            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
9119            ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
9120 ____________________________________________________________________________
9121 [  3602] By: gsar                                  on 1999/07/06  07:00:01
9122         Log: slightly tweaked version of suggested patch
9123              From: Dan Sugalski <sugalskd@ous.edu>
9124              Date: Tue, 08 Jun 1999 14:09:38 -0700
9125              Message-Id: <3.0.6.32.19990608140938.030f12e0@ous.edu>
9126              Subject: [PATCH 5.005_57]Use NV instead of double in the core
9127      Branch: perl
9128            ! av.h bytecode.pl cv.h doio.c dump.c embed.pl
9129            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c hv.h
9130            ! intrpvar.h mg.c op.c perl.h pp.c pp.h pp_ctl.c pp_sys.c
9131            ! proto.h sv.c sv.h toke.c universal.c util.c
9132 ____________________________________________________________________________
9133 [  3601] By: gsar                                  on 1999/07/06  06:52:57
9134         Log: integrate cfgperl contents into mainline
9135      Branch: perl
9136           +> README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
9137           +> epoc/perl.mmp epoc/perl.pkg
9138           !> (integrate 30 files)
9139 ____________________________________________________________________________
9140 [  3598] By: jhi                                   on 1999/07/05  20:02:55
9141         Log: Integrate with mainperl.
9142      Branch: cfgperl
9143           +> lib/CGI/Pretty.pm
9144           !> Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
9145           !> ext/B/B/Stackobj.pm ext/GDBM_File/GDBM_File.xs mg.c op.c
9146           !> opcode.h opcode.pl pp_sys.c t/lib/io_udp.t thread.h toke.c
9147           !> vms/descrip_mms.template vms/subconfigure.com vms/vms.c
9148           !> vms/vmsish.h
9149 ____________________________________________________________________________
9150 [  3597] By: jhi                                   on 1999/07/05  19:59:48
9151         Log: Hack SOCKS support some more plus a patch from Andy Dougherty
9152              that addresses the notorious "Additional libraries" question.
9153      Branch: cfgperl
9154            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9155            ! config_h.SH doio.c ext/Socket/Socket.xs hints/aix.sh perl.c
9156            ! pp_sys.c
9157 ____________________________________________________________________________
9158 [  3596] By: gsar                                  on 1999/07/05  18:30:51
9159         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9160              Date: Tue, 8 Jun 1999 04:47:58 -0400 (EDT)
9161              Message-Id: <199906080847.EAA03810@monk.mps.ohio-state.edu>
9162              Subject: [PATCH 5.00557] Long-standing UDP sockets bug on OS/2
9163      Branch: perl
9164            ! pp_sys.c t/lib/io_udp.t
9165 ____________________________________________________________________________
9166 [  3595] By: gsar                                  on 1999/07/05  18:29:08
9167         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9168              Date: Tue, 8 Jun 1999 04:44:58 -0400 (EDT)
9169              Message-Id: <199906080844.EAA03784@monk.mps.ohio-state.edu>
9170              Subject: [PATCH 5.00557] Setting $^E wipes out $!
9171      Branch: perl
9172            ! mg.c
9173 ____________________________________________________________________________
9174 [  3594] By: gsar                                  on 1999/07/05  18:24:53
9175         Log: hand-apply whitespace mutiliated patch
9176              From: Dan Sugalski <sugalskd@osshe.edu>
9177              Date: Mon, 07 Jun 1999 14:46:42 -0700
9178              Message-Id: <3.0.6.32.19990607144642.03079100@ous.edu>
9179              Subject: [PATCH 5.005_57]Updated VMS patch
9180      Branch: perl
9181            ! thread.h vms/descrip_mms.template vms/subconfigure.com
9182            ! vms/vms.c vms/vmsish.h
9183 ____________________________________________________________________________
9184 [  3593] By: gsar                                  on 1999/07/05  17:53:04
9185         Log: applied parts not duplicated by previous patches
9186              From: "Vishal Bhatia" <vishalb@my-deja.com>
9187              Date: Sat, 05 Jun 1999 08:42:17 -0700
9188              Message-ID: <JAMCAJKJEJDPAAAA@my-deja.com>
9189              Subject: Fwd: [PATCH 5.005_57] consolidated compiler changes
9190      Branch: perl
9191            ! Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
9192            ! ext/B/B/Stackobj.pm
9193 ____________________________________________________________________________
9194 [  3592] By: jhi                                   on 1999/07/05  17:17:22
9195         Log: AIX threaded build, plus few more on the side.
9196      Branch: cfgperl
9197            ! embed.h embed.pl ext/DynaLoader/dl_aix.xs
9198            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
9199            ! ext/DynaLoader/dl_vms.xs hints/aix.sh objXSUB.h perl.h
9200            ! perl_exp.SH pp_ctl.c proto.h toke.c util.c
9201 ____________________________________________________________________________
9202 [  3591] By: gsar                                  on 1999/07/05  16:52:34
9203         Log: "\e" and "\a" didn't produce right escape under EBCDIC
9204              From: pvhp@forte.com (Peter Prymmer)
9205              Date: Fri, 4 Jun 99 12:00:27 PDT
9206              Message-Id: <9906041900.AA28387@forte.com>
9207              Subject: [PATCH 5.005_57]lingering ASCIIism in tokener
9208      Branch: perl
9209            ! toke.c
9210 ____________________________________________________________________________
9211 [  3590] By: gsar                                  on 1999/07/05  16:40:01
9212         Log: s/scalar ref constructor/single ref constructor/ (suggested
9213              by Stephen McCamant)
9214      Branch: perl
9215            ! opcode.h opcode.pl
9216 ____________________________________________________________________________
9217 [  3589] By: gsar                                  on 1999/07/05  16:34:06
9218         Log: no such thing as gdbm_clearerr() (from Andy Dougherty)
9219      Branch: perl
9220            ! ext/GDBM_File/GDBM_File.xs
9221 ____________________________________________________________________________
9222 [  3588] By: gsar                                  on 1999/07/05  16:29:39
9223         Log: allow C<-foo> under C<use integer> (behavior of C<-$string>
9224              is unchanged still)
9225      Branch: perl
9226            ! op.c
9227 ____________________________________________________________________________
9228 [  3587] By: jhi                                   on 1999/07/05  10:31:43
9229         Log: Make perl_exp.SH smarter about what to include and what to exclude.
9230      Branch: cfgperl
9231            ! perl_exp.SH
9232 ____________________________________________________________________________
9233 [  3586] By: jhi                                   on 1999/07/05  09:29:31
9234         Log: Remove unnecessary and extraneous my $i = 0.
9235      Branch: cfgperl
9236            ! bytecode.pl
9237 ____________________________________________________________________________
9238 [  3585] By: jhi                                   on 1999/07/05  07:28:59
9239         Log: Integrate with mainperl.
9240      Branch: cfgperl
9241           !> (integrate 30 files)
9242 ____________________________________________________________________________
9243 [  3584] By: gsar                                  on 1999/07/05  05:36:28
9244         Log: From: Vishal Bhatia <vishalb@hotmail.com>
9245              Date: Thu, 03 Jun 1999 00:57:48 PDT
9246              Message-ID: <19990603075749.86665.qmail@hotmail.com>
9247              Subject: Re: [PATCH 5.005_57] pp_sort sorted out
9248      Branch: perl
9249            ! ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
9250 ____________________________________________________________________________
9251 [  3583] By: gsar                                  on 1999/07/05  05:31:19
9252         Log: suppress fancy display when in verbose mode (suggested by
9253              Paul Johnson <pjcj@transeda.com>)
9254      Branch: perl
9255            ! lib/Test/Harness.pm
9256 ____________________________________________________________________________
9257 [  3582] By: gsar                                  on 1999/07/05  05:17:12
9258         Log: cygwin32 update
9259              From: "Fifer, Eric" <EFifer@sanwaint.com>
9260              Date:  Wed, 2 Jun 1999 15:16:05 +0100
9261              Message-Id:  <71E287AB0D94D111BBD600600849EC8185EDD9@POST>
9262              Subject:  [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port
9263      Branch: perl
9264            ! Configure Makefile.SH README.cygwin32 cygwin32/Makefile.SHs
9265            ! cygwin32/build-instructions.READFIRST
9266            ! cygwin32/build-instructions.charles-wilson
9267            ! cygwin32/build-instructions.sebastien-barre
9268            ! cygwin32/build-instructions.steven-morlock
9269            ! cygwin32/build-instructions.steven-morlock2 doio.c dosish.h
9270            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs hints/cygwin32.sh
9271            ! lib/Cwd.pm lib/ExtUtils/MM_Cygwin.pm perl.h pp_hot.c
9272            ! t/op/magic.t util.c
9273 ____________________________________________________________________________
9274 [  3581] By: gsar                                  on 1999/07/05  02:46:18
9275         Log: NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)
9276      Branch: perl
9277            ! util.c
9278 ____________________________________________________________________________
9279 [  3580] By: gsar                                  on 1999/07/05  02:38:03
9280         Log: From: "Ed Peschko" <ed_peschko@csgsystems.com>
9281              Date: Mon, 31 May 1999 18:18:13 -0600
9282              Message-ID: <19990601001813.AAA17834@csgsystems.com>
9283              Subject: [ PATCH perl5.005_57 ] new perlcc + regression tests
9284      Branch: perl
9285            ! t/TEST t/UTEST t/harness utils/perlcc.PL
9286 ____________________________________________________________________________
9287 [  3579] By: gsar                                  on 1999/07/05  01:20:58
9288         Log: compatibility tweak for Class::Struct
9289      Branch: perl
9290            ! lib/Class/Struct.pm
9291 ____________________________________________________________________________
9292 [  3578] By: jhi                                   on 1999/07/04  23:26:01
9293         Log: Miscellaneus AIX fixes + SOCKS support.
9294      Branch: cfgperl
9295            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
9296            ! Porting/config_H config_h.SH doio.c ext/Socket/Socket.xs
9297            ! hints/aix.sh pp_sys.c
9298 ____________________________________________________________________________
9299 [  3577] By: gsar                                  on 1999/07/04  23:07:39
9300         Log: test tweak
9301      Branch: perl
9302            ! t/io/openpid.t
9303 ____________________________________________________________________________
9304 [  3576] By: jhi                                   on 1999/07/04  22:39:23
9305         Log: Integrate with mainperl.
9306      Branch: cfgperl
9307           +> t/io/openpid.t
9308            - win32/perlhost.h
9309           !> (integrate 51 files)
9310 ____________________________________________________________________________
9311 [  3575] By: jhi                                   on 1999/07/04  22:26:48
9312         Log: Added 64-bit support for AIX 4.3 or better
9313              based on Martin H. Rusoff's observations.
9314      Branch: cfgperl
9315            ! Configure config_h.SH hints/aix.sh
9316 ____________________________________________________________________________
9317 [  3574] By: jhi                                   on 1999/07/04  21:34:47
9318         Log: Do not throw away gccvers compilation errors.
9319              From: Andy Dougherty <doughera@lafayette.edu>
9320              To: Ron Seguin <rseguin@on.bell.ca>
9321              Cc: Perl Porters <perl5-porters@perl.org>
9322              Subject: [PATCH] Re: [ID 19990625.011]  WHOA There
9323              Date: Mon, 28 Jun 1999 12:36:38 -0400 (EDT)
9324              Message-Id: <Pine.GSU.4.05.9906281230100.6265-100000@newton.phys>
9325      Branch: cfgperl
9326            ! Configure config_h.SH
9327 ____________________________________________________________________________
9328 [  3573] By: gsar                                  on 1999/07/04  21:10:32
9329         Log: adapted suggested tests for addition to testsuite
9330              From: RonaldWS@aol.com
9331              Date:  Sun, 30 May 1999 16:27:28 EDT
9332              Message-Id:  <25cd799f.2482f930@aol.com>
9333              Subject: [19990530.007] Open with pipe | does not return pid under win32
9334      Branch: perl
9335            + t/io/openpid.t
9336            ! MANIFEST win32/win32.c
9337 ____________________________________________________________________________
9338 [  3572] By: gsar                                  on 1999/07/04  20:29:32
9339         Log: perl_run() should call my_exit(0) for normal completion
9340      Branch: perl
9341            ! perl.c
9342 ____________________________________________________________________________
9343 [  3571] By: jhi                                   on 1999/07/04  20:10:44
9344         Log: Add test for change #3568 plus general cleanup.
9345      Branch: cfgperl
9346            ! t/pragma/locale.t
9347 ____________________________________________________________________________
9348 [  3570] By: gsar                                  on 1999/07/04  20:03:21
9349         Log: make overload, Data::Dumper, and dumpvar understand qr// stringify
9350              overloading
9351      Branch: perl
9352            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
9353            ! lib/Dumpvalue.pm lib/dumpvar.pl lib/overload.pm pp_ctl.c
9354 ____________________________________________________________________________
9355 [  3569] By: gsar                                  on 1999/07/04  18:04:48
9356         Log: make AIX dynaloading work when libperl is shared (and thus under
9357              mod_perl etc.)
9358              From: Jens-Uwe Mager <jum@helios.de>
9359              Date:  Sat, 29 May 1999 17:09:52 +0200
9360              Message-Id:  <199905291509.RAA43978@ans.helios.de>
9361              Subject: [19990529.002] DynaLoader does not work properly if perl is not the main program (AIX)
9362      Branch: perl
9363            ! ext/DynaLoader/dl_aix.xs
9364 ____________________________________________________________________________
9365 [  3568] By: jhi                                   on 1999/07/04  14:54:23
9366         Log: pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().
9367              This resulted for example in the 'o' magic not being cleared by
9368              magic_setcollxfrm(), which resulted in strange cmp results.
9369              The bug was reported originally in the message
9370              Subject: Bug with locale
9371              From: Jan Starzynski <jan@planet.de> 
9372              To: perlbug@perl.com 
9373              Date: Fri, 09 Apr 1999 13:23:07 +0200 
9374              Message-ID: <370DE31B.DAEE1332@planet.de> 
9375      Branch: cfgperl
9376            ! pp.c
9377 ____________________________________________________________________________
9378 [  3567] By: gsar                                  on 1999/07/04  02:38:34
9379         Log: remove misleading info on defined(&func), unclutter deprecation
9380              about defined(@array)
9381      Branch: perl
9382            ! op.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
9383            ! t/pragma/warn/op
9384 ____________________________________________________________________________
9385 [  3566] By: gsar                                  on 1999/07/04  01:46:31
9386         Log: From: jan.dubois@ibm.net (Jan Dubois)
9387              Date: Wed, 26 May 1999 22:07:17 +0200
9388              Message-ID: <374c53ac.10322322@smtp1.ibm.net>
9389              Subject: [PATCH 5.005_57] MINGW32 and EGCS 1.1.2 support
9390      Branch: perl
9391            ! Changes win32/win32.c win32/win32.h
9392 ____________________________________________________________________________
9393 [  3565] By: gsar                                  on 1999/07/04  01:26:02
9394         Log: newer version of perlxstut from Jeff Okamoto (slightly edited
9395              for win32 issues)
9396      Branch: perl
9397            ! pod/perlxstut.pod
9398 ____________________________________________________________________________
9399 [  3564] By: gsar                                  on 1999/07/02  03:09:04
9400         Log: avoid warnings
9401      Branch: perl
9402            ! ext/Thread/Thread/Specific.pm lib/fields.pm
9403 ____________________________________________________________________________
9404 [  3563] By: gsar                                  on 1999/06/28  19:23:47
9405         Log: inc version (for CPAN.pm sanity)
9406      Branch: perl
9407            ! lib/Text/ParseWords.pm
9408 ____________________________________________________________________________
9409 [  3562] By: gsar                                  on 1999/06/28  19:19:01
9410         Log: regen perltoc
9411      Branch: perl
9412            ! pod/perltoc.pod
9413 ____________________________________________________________________________
9414 [  3561] By: gsar                                  on 1999/06/28  19:08:41
9415         Log: From: Damian Conway <damian@cs.monash.edu.au>
9416              Date: Wed, 26 May 1999 00:58:35 -0400
9417              Message-Id: <199905260458.AAA06411@defender.perl.org>
9418              Subject: [19990526.002] Misc. improvements to Class:Struct
9419      Branch: perl
9420            ! MANIFEST lib/Class/Struct.pm
9421 ____________________________________________________________________________
9422 [  3560] By: gsar                                  on 1999/06/28  18:50:52
9423         Log: remove bogus PL_optype_size
9424      Branch: perl
9425            ! bytecode.pl ext/ByteLoader/byterun.h
9426 ____________________________________________________________________________
9427 [  3559] By: gsar                                  on 1999/06/28  18:22:26
9428         Log: upgrade CGI.pm to v2.53 (CGI/{Apache,Switch}.pm NOT deleted)
9429      Branch: perl
9430            + lib/CGI/Pretty.pm
9431            ! eg/cgi/file_upload.cgi lib/CGI.pm lib/CGI/Carp.pm
9432            ! lib/CGI/Cookie.pm lib/CGI/Fast.pm t/lib/cgi-form.t
9433            ! t/lib/cgi-html.t t/lib/cgi-request.t
9434 ____________________________________________________________________________
9435 [  3558] By: jhi                                   on 1999/06/28  07:30:21
9436         Log: Change Olaf Lebbe's email address.
9437      Branch: cfgperl
9438            ! README.epoc
9439 ____________________________________________________________________________
9440 [  3557] By: gsar                                  on 1999/06/28  00:07:33
9441         Log: make autogenerated files writable
9442      Branch: perl
9443            - win32/perlhost.h
9444            ! MANIFEST Porting/makerel embed.h embedvar.h ext/B/B/Asmdata.pm
9445            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
9446            ! keywords.h lib/warning.pm objXSUB.h opcode.h pp.sym pp_proto.h
9447            ! proto.h regnodes.h warning.h win32/config_H.bc
9448            ! win32/config_H.gc win32/config_H.vc
9449 ____________________________________________________________________________
9450 [  3556] By: jhi                                   on 1999/06/27  19:22:53
9451         Log: Update MANIFEST to match #3555.
9452      Branch: cfgperl
9453            ! MANIFEST
9454 ____________________________________________________________________________
9455 [  3555] By: jhi                                   on 1999/06/27  19:16:22
9456         Log: EPOC port to Psion5.
9457              From: Olaf Flebbe <O.Flebbe@science-computing.de>
9458              To: Jarkko Hietaniemi <jhi@iki.fi>
9459              Cc: perl5-porters@perl.org
9460              Subject: Re: Psion5
9461              Date: Sun, 27 Jun 1999 20:50:30 +0200 (METDST)
9462              Message-ID: <Pine.GHP.4.02.9906272048130.17736-100000@io.science-computing.de>
9463      Branch: cfgperl
9464            + README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
9465            + epoc/perl.mmp epoc/perl.pkg
9466            ! MANIFEST doio.c lib/Term/ReadLine.pm lib/perl5db.pl perl.c
9467            ! perl.h sv.c util.c
9468 ____________________________________________________________________________
9469 [  3554] By: jhi                                   on 1999/06/27  18:50:52
9470         Log: Integrate from mainperl.
9471      Branch: cfgperl
9472           !> (integrate 48 files)
9473 ____________________________________________________________________________
9474 [  3553] By: gsar                                  on 1999/06/27  14:28:49
9475         Log: somewhat untested PERL_OBJECT cleanups (C++isms mostly
9476              gone from the public API); PERL_OBJECT builds again on
9477              windows
9478              
9479              TODO: namespace-clean the typedefs in iperlsys.h and
9480              elsewhere; remove C++ remnants from public headers
9481      Branch: perl
9482            ! XSUB.h bytecode.pl cv.h embed.h embed.pl ext/B/B.xs
9483            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
9484            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
9485            ! ext/DynaLoader/dlutils.c global.sym globals.c iperlsys.h
9486            ! lib/ExtUtils/Embed.pm lib/ExtUtils/xsubpp mg.c objXSUB.h
9487            ! opcode.h opcode.pl perl.c perl.h pod/perlhist.pod pp_ctl.c
9488            ! pp_hot.c proto.h scope.h sv.h toke.c universal.c util.c
9489            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
9490            ! win32/config.gc win32/config.vc win32/dl_win32.xs
9491            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
9492            ! win32/runperl.c win32/win32.c win32/win32.h win32/win32iop.h
9493            ! win32/win32sck.c
9494 ____________________________________________________________________________
9495 [  3552] By: gsar                                  on 1999/06/27  13:49:31
9496         Log: integrate cfgperl changes into mainline
9497      Branch: perl
9498           !> dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
9499           !> objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
9500           !> pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
9501           !> util.c
9502 ____________________________________________________________________________
9503 [  3551] By: gsar                                  on 1999/06/27  13:31:11
9504         Log: fix indents
9505      Branch: perl
9506            ! op.c
9507 ____________________________________________________________________________
9508 [  3550] By: gsar                                  on 1999/06/24  22:42:53
9509         Log: update Changes
9510      Branch: perl
9511            ! Changes
9512 ____________________________________________________________________________
9513 [  3549] By: gsar                                  on 1999/06/24  22:41:17
9514         Log: avoid race condition in the CAPI extension bootstrap handler
9515      Branch: perl
9516            ! lib/ExtUtils/xsubpp win32/GenCAPI.pl
9517 ____________________________________________________________________________
9518 [  3548] By: gsar                                  on 1999/06/24  22:39:53
9519         Log: sanity check to cover the case when perl is installed into the
9520              X:\ (drive root)
9521      Branch: perl
9522            ! win32/win32.c
9523 ____________________________________________________________________________
9524 [  3547] By: gsar                                  on 1999/06/22  19:30:32
9525         Log: tweak RefHash to make intent clearer (suggested by John Dlugosz)
9526      Branch: perl
9527            ! lib/Tie/RefHash.pm
9528 ____________________________________________________________________________
9529 [  3544] By: jhi                                   on 1999/06/18  19:24:28
9530         Log: Tidy up #3542 and #3543. 
9531      Branch: cfgperl
9532            ! t/pragma/locale.t util.c
9533 ____________________________________________________________________________
9534 [  3543] By: jhi                                   on 1999/06/18  10:28:45
9535         Log: Spice up locale.t.
9536      Branch: cfgperl
9537            ! t/pragma/locale.t
9538 ____________________________________________________________________________
9539 [  3542] By: jhi                                   on 1999/06/17  22:42:03
9540         Log: Fixed two long-standing locale bugs.
9541              
9542              Both problems were related to numeric locale which
9543              controls the radix character aka the decimal separator.
9544              (1) printf (and sprintf) were resetting the numeric locale to C.
9545              (2) Using locale-numerically formatted floating point
9546              numbers (e.g. "1,23") together with -w caused warnings about
9547              "isn't numeric".  The operations were working fine, though,
9548              because atof() was using the local locale.
9549              Both problems reported by Stefan Vogtner.
9550              
9551              Introduced a wrapper for atof() that attempts to convert
9552              the string both ways.  This helps Perl to understand
9553              numbers like this "4.56" even when using a local locale
9554              makes atof() understand only numbers like this "7,89".
9555              
9556              Remaining related problems, both of which existed before
9557              this patch and continue to exist after this patch:
9558              (a) The behaviour of print() is _not_ as documented by perllocale.
9559              Instead of always using the C locale, print() does use the
9560              local locale, just like the *printf() do.  This may be fixable
9561              now that switching to-and-fro between locales has been made
9562              more consistent, but fixing print() would change existing
9563              behaviour.  perllocale is not changed by this patch.
9564              (b) If a number has been stringified (say, via "$number") under
9565              a local locale, the cached string value persists even under
9566              "no locale".  This may or may not be a problem: operations
9567              work fine because the original number is still there, but
9568              that the string form keeps its locale-ish outlook may be
9569              somewhat confusing.
9570      Branch: cfgperl
9571            ! dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
9572            ! objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
9573            ! pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
9574            ! util.c
9575 ____________________________________________________________________________
9576 [  3541] By: jhi                                   on 1999/06/17  20:00:16
9577         Log: Integrate from mainperl.
9578      Branch: cfgperl
9579           !> ext/Data/Dumper/Dumper.pm op.c
9580 ____________________________________________________________________________
9581 [  3540] By: gsar                                  on 1999/06/16  16:49:55
9582         Log: dump C<0> as such, not C<'0'>
9583      Branch: perl
9584            ! ext/Data/Dumper/Dumper.pm
9585 ____________________________________________________________________________
9586 [  3539] By: gsar                                  on 1999/06/13  04:04:40
9587         Log: fix coredumper in change#3498
9588      Branch: perl
9589            ! op.c
9590 ____________________________________________________________________________
9591 [  3538] By: jhi                                   on 1999/06/12  22:01:26
9592         Log: Integrate from mainperl.
9593      Branch: cfgperl
9594           +> lib/caller.pm
9595           !> (integrate 36 files)
9596 ____________________________________________________________________________
9597 [  3537] By: gsar                                  on 1999/06/12  06:43:03
9598         Log: EXTERN_C declarations for global arrays in various
9599              headers, so perl can be built even in C++ mode; win32
9600              build fixups; regen headers
9601      Branch: perl
9602            ! XSUB.h embedvar.h ext/B/B.xs objXSUB.h opcode.h opcode.pl
9603            ! perl.h regcomp.h regexec.c utf8.h win32/win32.c win32/win32.h
9604 ____________________________________________________________________________
9605 [  3536] By: gsar                                  on 1999/06/12  06:38:21
9606         Log: caller.pm typos
9607      Branch: perl
9608            ! lib/caller.pm
9609 ____________________________________________________________________________
9610 [  3535] By: gsar                                  on 1999/06/11  23:13:54
9611         Log: various little tweaks; most globals are now in intrpvar.h, ninterps
9612              is temporarily gone
9613      Branch: perl
9614            ! embed.pl intrpvar.h os2/os2.c perl.c perlvars.h
9615            ! pod/perldelta.pod proto.h win32/perllib.c
9616 ____________________________________________________________________________
9617 [  3534] By: gsar                                  on 1999/06/11  20:41:51
9618         Log: implement C<use caller 'encoding'>
9619      Branch: perl
9620            + lib/caller.pm
9621            ! MANIFEST perl.h pod/perldelta.pod pod/perlfunc.pod pp_ctl.c
9622 ____________________________________________________________________________
9623 [  3533] By: gsar                                  on 1999/06/11  16:51:04
9624         Log: truncate() has a peculiar exemption from strict barewords, even
9625              though it has a non-filehandle prototype
9626      Branch: perl
9627            ! op.c t/io/fs.t
9628 ____________________________________________________________________________
9629 [  3532] By: gsar                                  on 1999/06/11  09:09:16
9630         Log: GDBM tweak
9631      Branch: perl
9632            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/typemap
9633 ____________________________________________________________________________
9634 [  3531] By: gsar                                  on 1999/06/10  23:34:19
9635         Log: part of the platform changes for IMPLICIT_CONTEXT
9636      Branch: perl
9637            ! djgpp/djgpp.c jpl/JNI/JNI.xs jpl/JNI/typemap
9638            ! jpl/PerlInterpreter/PerlInterpreter.c
9639            ! jpl/PerlInterpreter/PerlInterpreter.h
9640            ! os2/OS2/ExtAttr/ExtAttr.xs os2/OS2/PrfDB/PrfDB.xs
9641            ! os2/OS2/Process/Process.xs os2/OS2/REXX/REXX.xs perl.h
9642 ____________________________________________________________________________
9643 [  3530] By: jhi                                   on 1999/06/10  20:55:56
9644         Log: Integrate from mainperl.
9645      Branch: cfgperl
9646           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
9647 ____________________________________________________________________________
9648 [  3529] By: gsar                                  on 1999/06/10  20:40:01
9649         Log: DB_File tweaks for IMPLICIT CONTEXT
9650      Branch: perl
9651            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
9652 ____________________________________________________________________________
9653 [  3528] By: jhi                                   on 1999/06/10  10:18:15
9654         Log: Integrate from mainperl.
9655      Branch: cfgperl
9656           !> (integrate 105 files)
9657 ____________________________________________________________________________
9658 [  3527] By: gsar                                  on 1999/06/10  09:30:35
9659         Log: most globals are now interpreter local; locale initialization
9660              was too early, defer it until interpreter is allocated and
9661              initialized; multiple interpreters should now be
9662              concurrency-safe (untested)
9663      Branch: perl
9664            ! embedvar.h intrpvar.h malloc.c miniperlmain.c perl.c perl.h
9665            ! perlvars.h
9666 ____________________________________________________________________________
9667 [  3526] By: gsar                                  on 1999/06/10  08:38:00
9668         Log: fix small nits
9669      Branch: perl
9670            ! cc_runtime.h ext/B/B/CC.pm run.c
9671 ____________________________________________________________________________
9672 [  3525] By: gsar                                  on 1999/06/10  04:41:38
9673         Log: win32 build fixes
9674      Branch: perl
9675            ! bytecode.pl dosish.h embed.h embed.pl ext/B/B.xs
9676            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
9677            ! ext/ByteLoader/byterun.h ext/SDBM_File/sdbm/sdbm.c globals.c
9678            ! mg.c objXSUB.h op.h perl.c perl.h pp_sys.c proto.h sv.c util.c
9679            ! win32/Makefile win32/config_H.bc win32/config_H.gc
9680            ! win32/config_H.vc win32/config_h.PL win32/dl_win32.xs
9681            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
9682            ! win32/win32.c win32/win32.h win32/win32sck.c
9683            ! win32/win32thread.c win32/win32thread.h
9684 ____________________________________________________________________________
9685 [  3524] By: gsar                                  on 1999/06/09  18:03:01
9686         Log: more complete support for implicit thread/interpreter pointer,
9687              enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops
9688              without that enabled):
9689              - USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR
9690              is a noop; tests pass on Solaris; should be faster now!
9691              - MULTIPLICITY has been tested with and without
9692              PERL_IMPLICIT_CONTEXT on Solaris
9693              - improved function database now merged with embed.pl
9694              - everything except the varargs functions have foo(a,b,c) macros
9695              to provide compatibility
9696              - varargs functions default to compatibility variants that
9697              get the context pointer using dTHX
9698              - there should be almost no source compatibility issues as a
9699              result of all this
9700              - dl_foo.xs changes other than dl_dlopen.xs untested
9701              - still needs documentation, fixups for win32 etc
9702              Next step: migrate most non-mutex variables from perlvars.h
9703              to intrpvar.h
9704      Branch: perl
9705            - proto.pl
9706            ! MANIFEST XSUB.h av.c bytecode.pl cv.h doio.c doop.c dump.c
9707            ! ebcdic.c embed.h embed.pl embedvar.h ext/B/B.xs ext/B/typemap
9708            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
9709            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
9710            ! ext/Data/Dumper/Dumper.xs ext/Devel/Peek/Peek.xs
9711            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
9712            ! ext/DynaLoader/dl_cygwin32.xs ext/DynaLoader/dl_dld.xs
9713            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
9714            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
9715            ! ext/DynaLoader/dl_none.xs ext/DynaLoader/dl_rhapsody.xs
9716            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
9717            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
9718            ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs ext/re/re.xs
9719            ! global.sym globals.c gv.c hv.c lib/ExtUtils/typemap
9720            ! lib/ExtUtils/xsubpp malloc.c mg.c mg.h miniperlmain.c
9721            ! objXSUB.h op.c opcode.h opcode.pl perl.c perl.h perlio.c
9722            ! perlsfio.h perly.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
9723            ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
9724            ! sv.c taint.c thrdvar.h thread.h toke.c universal.c utf8.c
9725            ! util.c win32/Makefile win32/makefile.mk writemain.SH
9726 ____________________________________________________________________________
9727 [  3523] By: gsar                                  on 1999/06/07  05:24:13
9728         Log: missed a file
9729      Branch: perl
9730            + proto.pl
9731            ! MANIFEST
9732 ____________________________________________________________________________
9733 [  3522] By: gsar                                  on 1999/06/07  05:18:34
9734         Log: initial stub implementation of implicit thread/this
9735              pointer    argument; builds/tests on Solaris, win32
9736              hasn't been fixed up yet; proto.h, global.sym and
9737              static function decls are now generated from a common
9738              database in proto.pl; some inconsistently named
9739              perl_foo() things are now Perl_foo(), compatibility
9740              #defines provided; perl_foo() (lowercase 'p') reserved
9741              for functions that take an explicit context argument;
9742              next step: generate #define foo(a,b) Perl_foo(aTHX_ a,b)
9743      Branch: perl
9744            ! XSUB.h av.c cop.h deb.c doio.c doop.c dump.c ebcdic.c embed.h
9745            ! embed.pl ext/POSIX/POSIX.xs global.sym globals.c gv.c gv.h
9746            ! hv.c malloc.c mg.c miniperlmain.c objXSUB.h op.c opcode.h
9747            ! opcode.pl perl.c perl.h perl_exp.SH perlio.c perly.c perly.y
9748            ! pp.c pp.sym pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h
9749            ! regcomp.c regexec.c run.c scope.c scope.h sv.c taint.c toke.c
9750            ! universal.c utf8.c util.c
9751 ____________________________________________________________________________
9752 [  3521] By: gsar                                  on 1999/06/04  23:00:22
9753         Log: clean up some stray "global" symbols
9754      Branch: perl
9755            ! embed.h embed.pl global.sym objXSUB.h opcode.pl pp.sym
9756            ! pp_proto.h proto.h
9757 ____________________________________________________________________________
9758 [  3520] By: jhi                                   on 1999/06/02  21:33:28
9759         Log: Integrate from mainperl.
9760      Branch: cfgperl
9761           !> (integrate 94 files)
9762 ____________________________________________________________________________
9763 [  3519] By: gsar                                  on 1999/06/02  07:16:10
9764         Log: avoid dereferencing null pointer from getpwent() et al
9765      Branch: perl
9766            ! pp_sys.c
9767 ____________________________________________________________________________
9768 [  3518] By: gsar                                  on 1999/06/02  04:47:10
9769         Log: remove _() non-ansism
9770      Branch: perl
9771            ! Porting/config_H XSUB.h config_h.SH cv.h doio.c doop.c
9772            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/byteperl.c
9773            ! ext/ByteLoader/ByteLoader.xs ext/Data/Dumper/Dumper.xs
9774            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dlopen.xs
9775            ! ext/DynaLoader/dl_vmesa.xs ext/IO/poll.h ext/IPC/SysV/SysV.xs
9776            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
9777            ! ext/re/re.xs handy.h hv.c iperlsys.h
9778            ! jpl/PerlInterpreter/PerlInterpreter.c lib/ExtUtils/Embed.pm
9779            ! malloc.c mg.c mg.h minimod.pl miniperlmain.c op.c op.h
9780            ! opcode.h opcode.pl os2/POSIX.mkfifo perl.c perl.h
9781            ! plan9/config.plan9 pod/perlembed.pod pod/perlguts.pod pp.c
9782            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c run.c
9783            ! scope.h sv.c sv.h thread.h toke.c util.c vms/sockadapt.h
9784            ! vms/vmsish.h vms/writemain.pl vos/config.h
9785            ! vos/config_h.SH_orig win32/GenCAPI.pl win32/config_H.bc
9786            ! win32/config_H.gc win32/config_H.vc win32/makemain.pl
9787            ! win32/perllib.c win32/runperl.c win32/win32.h
9788            ! win32/win32thread.h writemain.SH x2p/a2p.c x2p/a2p.h x2p/a2p.y
9789            ! x2p/hash.h x2p/str.h x2p/util.h x2p/walk.c
9790 ____________________________________________________________________________
9791 [  3517] By: gsar                                  on 1999/06/02  02:17:51
9792         Log: missed a few files
9793      Branch: perl
9794            ! ext/POSIX/POSIX.xs jpl/JNI/JNI.xs
9795 ____________________________________________________________________________
9796 [  3516] By: gsar                                  on 1999/06/02  01:37:33
9797         Log: integrate cfgperl contents into mainline
9798      Branch: perl
9799           +> ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
9800           +> ext/ByteLoader/byterun.h
9801            - bytecode.h byterun.c byterun.h
9802            ! Changes
9803           !> (integrate 58 files)
9804 ____________________________________________________________________________
9805 [  3515] By: gsar                                  on 1999/06/02  00:48:50
9806         Log: remove stray K&R-isms
9807      Branch: perl
9808            ! ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
9809            ! ext/SDBM_File/sdbm/dbe.c ext/SDBM_File/sdbm/dbm.c
9810            ! ext/SDBM_File/sdbm/dbu.c mg.c op.c pp_ctl.c pp_sys.c sv.c
9811            ! toke.c util.c win32/win32.c x2p/hash.c
9812 ____________________________________________________________________________
9813 [  3514] By: gsar                                  on 1999/06/01  15:55:55
9814         Log: change#3447 didn't do enough to exempt Foo->bar(qw/.../) from
9815              strict 'subs'
9816      Branch: perl
9817            ! op.c t/pragma/strict-subs
9818 ____________________________________________________________________________
9819 [  3513] By: jhi                                   on 1999/06/01  07:17:05
9820         Log: Patch applying of #3499 had gone awry.
9821      Branch: cfgperl
9822            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.h
9823 ____________________________________________________________________________
9824 [  3512] By: gsar                                  on 1999/05/31  19:21:30
9825         Log: tighter -help output
9826      Branch: perl
9827            ! perl.c
9828 ____________________________________________________________________________
9829 [  3511] By: gsar                                  on 1999/05/31  17:18:23
9830         Log: fix memory leak in C<eval 'return sub {...}'>
9831      Branch: perl
9832            ! embed.h embed.pl objXSUB.h pp_ctl.c proto.h
9833 ____________________________________________________________________________
9834 [  3510] By: gsar                                  on 1999/05/31  14:11:46
9835         Log: tweak C++isms
9836      Branch: perl
9837            ! win32/dl_win32.xs win32/win32.c
9838 ____________________________________________________________________________
9839 [  3509] By: jhi                                   on 1999/05/30  13:02:26
9840         Log: Cleanup of #3488.
9841      Branch: cfgperl
9842            ! Configure config_h.SH
9843 ____________________________________________________________________________
9844 [  3508] By: jhi                                   on 1999/05/30  11:16:01
9845         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9846              To: Mailing list Perl5 <perl5-porters@perl.org>
9847              Subject: [PATCH 5.005_57] Teach Socket and io_unix.t the syntax of OS/2
9848              Date: Sat, 29 May 1999 20:18:13 -0400
9849              Message-ID: <19990529201813.B9489@monk.mps.ohio-state.edu>
9850      Branch: cfgperl
9851            ! ext/Socket/Socket.xs os2/os2ish.h t/lib/io_unix.t
9852 ____________________________________________________________________________
9853 [  3507] By: jhi                                   on 1999/05/29  20:05:40
9854         Log: From: Mark-Jason Dominus <mjd@plover.com>
9855              To: perl5-porters@perl.com
9856              Subject: PATCH (5.005_57): Document use of `SPECIAL' flag for `pushre':
9857              Date: Sat, 29 May 1999 14:45:10 -0400
9858              Message-ID: <19990529184510.27557.qmail@plover.com>
9859      Branch: cfgperl
9860            ! op.h
9861 ____________________________________________________________________________
9862 [  3506] By: gsar                                  on 1999/05/29  16:49:39
9863         Log: avoid gv_check() recursive pit
9864      Branch: perl
9865            ! gv.c
9866 ____________________________________________________________________________
9867 [  3505] By: jhi                                   on 1999/05/29  11:38:16
9868         Log: From: jan.dubois@ibm.net (Jan Dubois)
9869              To: Gurusamy Sarathy <gsar@activestate.com>
9870              Cc: perl5-porters@perl.org
9871              Subject: [PATCH 5.005_57]Safeguard against unimplemented functions in pwuid.t and grent.t
9872              Date: Sat, 29 May 1999 08:46:22 +0200
9873              Message-ID: <374f8007.2016008@smtp1.ibm.net>
9874      Branch: cfgperl
9875            ! t/op/grent.t t/op/pwent.t
9876 ____________________________________________________________________________
9877 [  3504] By: jhi                                   on 1999/05/29  11:07:10
9878         Log: QNX needs <sys/select.h> to define fd_set.
9879              
9880              From: Norton Allen <allen@huarp.harvard.edu>
9881              To: perl5-porters@perl.org
9882              Subject: [19990526.016] Not OK: perl 5.00503 on x86-qnx 424
9883              Date:  Wed, 26 May 1999 13:51:27 -0400 (EDT)
9884              Message-Id:  <199905261751.NAA20966@bottesini.harvard.edu>
9885      Branch: cfgperl
9886            ! ext/IO/poll.c
9887 ____________________________________________________________________________
9888 [  3503] By: jhi                                   on 1999/05/29  10:53:31
9889         Log: From: jan.dubois@ibm.net (Jan Dubois)
9890              To: Gurusamy Sarathy <gsar@activestate.com>, perl5-porters@perl.org
9891              Subject: [PATCH all versions] (was Re: Unitialized Value Complaints in Math::BigFloat)
9892              Date: Fri, 28 May 1999 20:14:35 +0200
9893              Message-ID: <3751daa4.7188847@smtp1.ibm.net>
9894      Branch: cfgperl
9895            ! lib/Math/BigFloat.pm
9896 ____________________________________________________________________________
9897 [  3502] By: jhi                                   on 1999/05/29  10:44:44
9898         Log: Make Configure support the change #3367,
9899              SysV shadow passwords.
9900      Branch: cfgperl
9901            ! Configure config_h.SH pp_sys.c
9902 ____________________________________________________________________________
9903 [  3501] By: gsar                                  on 1999/05/28  21:22:23
9904         Log: add wide versions of win32 system calls (first step in
9905              globalization); delayload winsock for performance if compiling
9906              with VC 6.0
9907      Branch: perl
9908            ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
9909            ! win32/win32.c win32/win32.h
9910 ____________________________________________________________________________
9911 [  3500] By: jhi                                   on 1999/05/28  21:17:24
9912         Log: The new t/lib/io_linenum.t was using stricture
9913              before @INC was set up.
9914      Branch: cfgperl
9915            ! t/lib/io_linenum.t
9916 ____________________________________________________________________________
9917 [  3499] By: jhi                                   on 1999/05/28  17:13:23
9918         Log: From: Tom Hughes <tom@compton.nu>
9919              To: perl5-porters@perl.org
9920              Subject: [PATCH 5.005_57] ByteLoader mark 2
9921              Date: Wed, 26 May 1999 23:59:49 +0100
9922              Message-ID: <bf337a0849.tom@compton.compton.nu>
9923              
9924              plus resolve tiny conflict with #3479
9925              plus regen_headers.
9926      Branch: cfgperl
9927            + ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
9928            + ext/ByteLoader/byterun.h
9929            - bytecode.h byterun.c byterun.h
9930            ! MANIFEST Makefile.SH bytecode.pl embed.h embedvar.h ext/B/B.pm
9931            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/Makefile.PL
9932            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
9933            ! ext/ByteLoader/Makefile.PL global.sym intrpvar.h objXSUB.h
9934            ! perl.h perlvars.h proto.h util.c utils/Makefile
9935 ____________________________________________________________________________
9936 [  3498] By: jhi                                   on 1999/05/28  16:53:04
9937         Log: From: Mark-Jason Dominus <mjd@plover.com>
9938              To: perl5-porters@perl.com
9939              Subject: PATCH (5.005_57): defined(@a) now deprecated
9940              Date: Thu, 27 May 1999 16:05:44 -0400
9941              Message-ID: <19990527200544.13330.qmail@plover.com>
9942      Branch: cfgperl
9943            ! lib/Carp.pm op.c opcode.h opcode.pl pod/perldelta.pod
9944            ! pod/perldiag.pod pod/perlfunc.pod pp_proto.h t/pragma/warn/op
9945 ____________________________________________________________________________
9946 [  3497] By: jhi                                   on 1999/05/28  16:50:54
9947         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9948              To: perl5-porters@perl.org (Mailing list Perl5)
9949              Subject: [PATCH 5.00557] Cosmetic OS/2-related patches
9950              Date: Fri, 28 May 1999 12:13:00 -0400 (EDT)
9951              Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu>
9952      Branch: cfgperl
9953            ! MANIFEST Makefile.SH ext/POSIX/POSIX.xs hints/os2.sh
9954            ! os2/Makefile.SHs t/io/pipe.t t/lib/io_sock.t
9955 ____________________________________________________________________________
9956 [  3496] By: jhi                                   on 1999/05/28  16:48:39
9957         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9958              To: perl5-porters@perl.org (Mailing list Perl5)
9959              Subject: [PATCH 5.00557] Required OS/2-related patches
9960              Date: Fri, 28 May 1999 12:11:48 -0400 (EDT)
9961              Message-Id: <199905281611.MAA02037@monk.mps.ohio-state.edu>
9962      Branch: cfgperl
9963            ! os2/os2.c t/lib/bigfloatpm.t t/lib/io_unix.t t/op/groups.t
9964            ! t/op/stat.t util.c
9965 ____________________________________________________________________________
9966 [  3495] By: jhi                                   on 1999/05/28  16:45:56
9967         Log: From: Paul Johnson <pjcj@transeda.com>
9968              To: perl5-porters <perl5-porters@perl.org>
9969              Subject: [PATCH 5.005_57] Provide more useful test okay percentage
9970              Date: Fri, 28 May 1999 15:13:54 +0100
9971              Message-ID: <19990528151354.B289@west-tip.transeda.com>
9972      Branch: cfgperl
9973            ! t/TEST
9974 ____________________________________________________________________________
9975 [  3494] By: jhi                                   on 1999/05/28  16:44:34
9976         Log: From: Paul Johnson <pjcj@transeda.com>
9977              To: perl5-porters <perl5-porters@perl.org>
9978              Subject: [PATCH 5.005_57] Fixes related to working local $.
9979              Date: Fri, 28 May 1999 15:11:18 +0100
9980              Message-ID: <19990528151118.A289@west-tip.transeda.com>
9981      Branch: cfgperl
9982            ! ext/IO/lib/IO/Handle.pm pod/perlvar.pod t/lib/io_linenum.t
9983 ____________________________________________________________________________
9984 [  3493] By: gsar                                  on 1999/05/28  16:37:26
9985         Log: change#3449 wasn't doing enough
9986      Branch: perl
9987            ! op.c t/comp/proto.t
9988 ____________________________________________________________________________
9989 [  3492] By: jhi                                   on 1999/05/28  08:12:23
9990         Log: From: paul.marquess@bt.com
9991              To: doughera@lafayette.edu
9992              Cc: perl5-porters@perl.org
9993              Subject: RE: [19990527.002] DBM Filters in _57 cause problems in NDBM_File
9994              Date: Thu, 27 May 1999 23:31:38 +0100
9995              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C03@mbtlipnt02.btlabs.bt.co.uk>
9996              
9997              Had to be applied manually; some mailer had munged the patch slightly.
9998      Branch: cfgperl
9999            ! ext/NDBM_File/NDBM_File.xs
10000 ____________________________________________________________________________
10001 [  3491] By: jhi                                   on 1999/05/28  07:51:17
10002         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
10003              To: perl5-porters@perl.org
10004              Subject: [PATCH 5.005_57] fixing eval in the compiler
10005              Date: Thu, 27 May 1999 07:56:54 -0700
10006              Message-ID: <JDIKFDKKLGHHBAAA@my-deja.com>
10007      Branch: cfgperl
10008            ! cc_runtime.h scope.h
10009 ____________________________________________________________________________
10010 [  3490] By: jhi                                   on 1999/05/28  07:47:06
10011         Log: From: Andy Dougherty <doughera@lafayette.edu>
10012              To: perlbug@perl.com
10013              Cc: Jarkko Hietaniemi <jhi@iki.fi>
10014              Subject: [PATCH] Configure updates for ISC 4.1
10015              Date: Thu, 27 May 1999 15:19:21 -0400 (EDT)
10016              Message-Id: <Pine.GSU.4.05.9905271513500.22115-100000@newton.phys>
10017      Branch: cfgperl
10018            ! Configure config_h.SH
10019 ____________________________________________________________________________
10020 [  3489] By: jhi                                   on 1999/05/28  07:39:17
10021         Log: Integrate from mainperl.
10022      Branch: cfgperl
10023           !> malloc.c win32/makedef.pl win32/win32.c
10024 ____________________________________________________________________________
10025 [  3488] By: jhi                                   on 1999/05/27  16:57:19
10026         Log: From: Andy Dougherty <doughera@lafayette.edu>
10027              To: Perl Porters <perl5-porters@perl.org>
10028              Subject: [PATCH] Re: 5.005_57 NOT OK on SunOS 4.1.3
10029              Date: Thu, 27 May 1999 12:26:28 -0400 (EDT)
10030              Message-Id: <Pine.GSU.4.05.9905271120230.22115-100000@newton.phys>
10031      Branch: cfgperl
10032            ! Configure config_h.SH hints/sunos_4_1.sh util.c
10033 ____________________________________________________________________________
10034 [  3487] By: gsar                                  on 1999/05/27  03:56:20
10035         Log: make win32_spawnvp() inherit standard handles even when they
10036              may be redirected
10037      Branch: perl
10038            ! win32/win32.c
10039 ____________________________________________________________________________
10040 [  3486] By: jhi                                   on 1999/05/26  19:55:52
10041         Log: From: Andy Dougherty <doughera@lafayette.edu>
10042              To: perl5-porters@perl.org
10043              Subject: Re: BUG -> [19990526.004] perl5.005_57 error in util.c on sun4-solaris2.6
10044              Date: Wed, 26 May 1999 14:49:52 -0400 (EDT)
10045              Message-Id: <Pine.GSU.4.05.9905261448310.19172-100000@newton.phys>
10046      Branch: cfgperl
10047            ! util.c
10048 ____________________________________________________________________________
10049 [  3485] By: chip                                  on 1999/05/26  17:19:11
10050         Log: Look for Linux FILE structure in libio.h, for glibc-2.1.
10051      Branch: maint-5.004/perl
10052            ! Configure
10053 ____________________________________________________________________________
10054 [  3484] By: gsar                                  on 1999/05/26  01:56:28
10055         Log: fix missing exported symbol
10056      Branch: perl
10057            ! malloc.c win32/makedef.pl
10058 ____________________________________________________________________________
10059 [  3483] By: jhi                                   on 1999/05/25  23:08:07
10060         Log: Configure -Dopenbsd_distribution to build for the OpenBSD tree.
10061              
10062              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
10063              To: perlbug@perl.com
10064              Subject: OpenBSD hints file update
10065              Date: Tue, 25 May 1999 12:12:38 -0600 (MDT)
10066              Message-Id: <199905251812.MAA06032@xerxes.courtesan.com>
10067      Branch: cfgperl
10068            ! hints/openbsd.sh
10069 ____________________________________________________________________________
10070 [  3482] By: jhi                                   on 1999/05/25  23:01:25
10071         Log: From: Tom Hughes <tom@compton.nu>
10072              To: perl5-porters@perl.org
10073              Subject: [PATCH 5.005_57] Make Configure recognise glibc 2.1 stdio
10074              Date: Tue, 25 May 1999 23:10:23 +0100
10075              Message-ID: <1ed7f10749.tom@compton.compton.nu>
10076      Branch: cfgperl
10077            ! Configure config_h.SH
10078 ____________________________________________________________________________
10079 [  3481] By: jhi                                   on 1999/05/25  22:31:50
10080         Log: 3479, 3480, 3481 seems logical.
10081      Branch: cfgperl
10082           !> hints/aix.sh
10083 ____________________________________________________________________________
10084 [  3480] By: jhi                                   on 1999/05/25  22:13:39
10085         Log: The change #3479 wasn't perfect.
10086      Branch: perl
10087            ! hints/aix.sh
10088 ____________________________________________________________________________
10089 [  3479] By: jhi                                   on 1999/05/25  21:59:21
10090         Log: Cures for _57 in AIX 4.1.5.0.
10091              (1) The lddlflags lost its -lc by change #3660
10092              (and the politeness of change #3257).
10093              (2) optype_size must end up in perl.exp (as PL_optype_size).
10094              Added it to perlvars.h, fixed bytecode.pl,
10095              regen'ed the relevant headers.
10096      Branch: cfgperl
10097            ! bytecode.h bytecode.pl byterun.h embed.h embedvar.h objXSUB.h
10098            ! perlvars.h
10099      Branch: perl
10100            ! hints/aix.sh
10101 ____________________________________________________________________________
10102 [  3478] By: jhi                                   on 1999/05/25  20:13:47
10103         Log: Integrate from mainperl.
10104      Branch: cfgperl
10105           +> pod/perltootc.pod
10106           !> (integrate 101 files)
10107 ____________________________________________________________________________
10108 [  3477] By: gsar                                  on 1999/05/25  10:43:48
10109         Log: here be 5.005_57
10110      Branch: perl
10111            ! Changes MANIFEST Porting/makerel
10112           !> Changes5.005
10113
10114 ----------------
10115 Version 5.005_57
10116 ----------------
10117
10118 ____________________________________________________________________________
10119 [  3476] By: gsar                                  on 1999/05/25  09:23:43
10120         Log: up patchlevel &c
10121      Branch: perl
10122            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
10123            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10124            ! win32/makefile.mk
10125 ____________________________________________________________________________
10126 [  3475] By: gsar                                  on 1999/05/25  09:14:51
10127         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10128              Date: Tue, 25 May 1999 02:42:23 -0400 (EDT)
10129              Message-Id: <199905250642.CAA06208@monk.mps.ohio-state.edu>
10130              Subject: [PATCH 5.005_56] REx engine improvements
10131      Branch: perl
10132            ! embedvar.h mg.c objXSUB.h pp.c pp_ctl.c pp_hot.c regcomp.c
10133            ! regexec.c regexp.h t/op/pat.t t/op/re_tests t/op/regexp.t
10134            ! thrdvar.h util.c
10135 ____________________________________________________________________________
10136 [  3474] By: gsar                                  on 1999/05/25  08:39:56
10137         Log: test case for change#3470
10138      Branch: perl
10139            ! t/lib/bigintpm.t
10140 ____________________________________________________________________________
10141 [  3473] By: gsar                                  on 1999/05/25  08:36:52
10142         Log: perlport 1.43 update from Chris Nandor and Tom Christiansen
10143      Branch: perl
10144            ! Changes pod/perlport.pod
10145 ____________________________________________________________________________
10146 [  3472] By: gsar                                  on 1999/05/25  08:28:57
10147         Log: assorted tweaks
10148      Branch: perl
10149            ! doio.c iperlsys.h win32/config.bc win32/config.gc
10150            ! win32/config.vc win32/config_H.bc win32/config_H.gc
10151            ! win32/config_H.vc win32/makedef.pl
10152 ____________________________________________________________________________
10153 [  3471] By: gsar                                  on 1999/05/25  06:06:04
10154         Log: perlref update from Tom Christiansen
10155      Branch: perl
10156            ! pod/perlref.pod
10157 ____________________________________________________________________________
10158 [  3470] By: gsar                                  on 1999/05/25  06:03:27
10159         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10160              Date: Mon, 24 May 1999 17:43:56 -0400
10161              Message-ID: <19990524174356.A1944@monk.mps.ohio-state.edu>
10162              Subject: [PATCH 5.005_*] hv.c calling negative malloc()
10163      Branch: perl
10164            ! hv.c
10165 ____________________________________________________________________________
10166 [  3469] By: gsar                                  on 1999/05/25  05:59:22
10167         Log: avoid temporary files that have a constant name (from a suggestion
10168              by Anthony J. Lill <ajlill@ajlc.waterloo.on.ca>)
10169      Branch: perl
10170            ! lib/ExtUtils/MM_Unix.pm
10171 ____________________________________________________________________________
10172 [  3468] By: gsar                                  on 1999/05/25  05:54:29
10173         Log: From: pvhp@forte.com (Peter Prymmer)
10174              Date: Mon, 24 May 99 11:20:25 PDT
10175              Message-Id: <9905241820.AA28071@forte.com>
10176              Subject: [PATCH: _56 and _03]EBCDIC %HTML_Escapes for Pod::Text, plus sync patch.
10177      Branch: perl
10178            ! lib/Pod/Text.pm
10179 ____________________________________________________________________________
10180 [  3467] By: gsar                                  on 1999/05/25  04:08:50
10181         Log: fix glob() bug that resulted in missing symlinks that don't point
10182              anywhere
10183      Branch: perl
10184            ! pp_hot.c
10185 ____________________________________________________________________________
10186 [  3466] By: gsar                                  on 1999/05/25  03:00:00
10187         Log: avoid enumerating @INC contents in diagnostic if @INC was never
10188              searched
10189      Branch: perl
10190            ! pod/perldiag.pod pp_ctl.c
10191 ____________________________________________________________________________
10192 [  3465] By: gsar                                  on 1999/05/25  02:24:08
10193         Log: add caveat about close(PIPE) carelessness
10194      Branch: perl
10195            ! pod/perlfunc.pod
10196 ____________________________________________________________________________
10197 [  3464] By: gsar                                  on 1999/05/24  23:55:53
10198         Log: fix bogus line numbers for void context warnings
10199              (change#2548 was overeager)
10200      Branch: perl
10201            ! op.c
10202 ____________________________________________________________________________
10203 [  3463] By: gsar                                  on 1999/05/24  23:31:58
10204         Log: change#3455 had a typo
10205      Branch: perl
10206            ! pp_ctl.c
10207 ____________________________________________________________________________
10208 [  3462] By: gsar                                  on 1999/05/24  17:32:20
10209         Log: more pod updates from Tom Christiansen; regen perltoc
10210      Branch: perl
10211            ! pod/perl.pod pod/perldelta.pod pod/perlmod.pod pod/perlobj.pod
10212            ! pod/perlre.pod pod/perltoc.pod pod/perlvar.pod
10213 ____________________________________________________________________________
10214 [  3461] By: gsar                                  on 1999/05/24  07:41:32
10215         Log: perlmod notes from Damian Conway (via Tom Christiansen)
10216      Branch: perl
10217            ! pod/perlmod.pod
10218 ____________________________________________________________________________
10219 [  3460] By: gsar                                  on 1999/05/24  07:24:11
10220         Log: major pod update from Tom Christiansen
10221      Branch: perl
10222            + pod/perltootc.pod
10223            ! MANIFEST lib/Pod/Functions.pm pod/Makefile pod/buildtoc
10224            ! pod/perl.pod pod/perl5004delta.pod pod/perlcall.pod
10225            ! pod/perldata.pod pod/perldebug.pod pod/perldelta.pod
10226            ! pod/perldsc.pod pod/perlfunc.pod pod/perlipc.pod
10227            ! pod/perllol.pod pod/perlmod.pod pod/perlmodinstall.pod
10228            ! pod/perlmodlib.pod pod/perlobj.pod pod/perlop.pod
10229            ! pod/perlopentut.pod pod/perlpod.pod pod/perlport.pod
10230            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod pod/perlsec.pod
10231            ! pod/perlsub.pod pod/perlsyn.pod pod/perlthrtut.pod
10232            ! pod/perltie.pod pod/perltrap.pod pod/perlvar.pod
10233            ! pod/perlxs.pod pod/pod2man.PL
10234 ____________________________________________________________________________
10235 [  3459] By: gsar                                  on 1999/05/24  06:26:48
10236         Log: perlfaq update from Tom Christiansen
10237      Branch: perl
10238            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
10239            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
10240            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
10241            ! pod/perlfaq9.pod
10242 ____________________________________________________________________________
10243 [  3458] By: gsar                                  on 1999/05/24  05:55:11
10244         Log: updated to v1.50 from CPAN
10245      Branch: perl
10246            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
10247 ____________________________________________________________________________
10248 [  3457] By: gsar                                  on 1999/05/24  05:46:20
10249         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10250              Date: Sun, 23 May 1999 16:35:07 +0100
10251              Message-Id: <199905231535.QAA00032@crypt.compulink.co.uk>
10252              Subject: [PATCH 5.005_56] name PL_in_eval bits
10253      Branch: perl
10254            ! cop.h op.c perl.c pp_ctl.c toke.c util.c
10255 ____________________________________________________________________________
10256 [  3456] By: gsar                                  on 1999/05/24  05:18:06
10257         Log: make -t mode the default on emacs/dumb terminals
10258      Branch: perl
10259            ! Changes utils/perldoc.PL
10260 ____________________________________________________________________________
10261 [  3455] By: gsar                                  on 1999/05/24  05:05:19
10262         Log: return 0 rather than "" when scalar grep has nothing to iterate
10263              on (brings behavior in line with documentation)
10264      Branch: perl
10265            ! pp_ctl.c
10266 ____________________________________________________________________________
10267 [  3454] By: gsar                                  on 1999/05/24  04:52:52
10268         Log: From: Tim Jenness <t.jenness@jach.hawaii.edu>
10269              Date: Thu, 20 May 1999 13:27:02 -1000
10270              Message-Id: <E10kcDN-0007TA-00@lapaki>
10271              Subject: Problem with MM_Unix in 5.005_03
10272      Branch: perl
10273            ! lib/ExtUtils/MM_Unix.pm
10274 ____________________________________________________________________________
10275 [  3453] By: gsar                                  on 1999/05/24  04:39:49
10276         Log: avoid removing duplicates in user-generated warnings
10277              From: byron@omix.com (Byron Brummer)
10278              Date: Thu, 20 May 1999 04:01:17 -0700 (PDT)
10279              Message-Id: <199905201101.EAA91175@thrush.omix.com>
10280              Subject: [PATCH] Re: warn buffers/loses output in ?? - 5.005_03
10281      Branch: perl
10282            ! lib/diagnostics.pm
10283 ____________________________________________________________________________
10284 [  3452] By: gsar                                  on 1999/05/24  04:23:10
10285         Log: straighten some code to avoid NeXT compiler bugs (from
10286              Geoff Kuenning <geoff@cs.hmc.edu>)
10287      Branch: perl
10288            ! pp_ctl.c
10289 ____________________________________________________________________________
10290 [  3451] By: gsar                                  on 1999/05/24  03:03:05
10291         Log: minor logic tweak for reserved word warning
10292      Branch: perl
10293            ! lib/Test/Harness.pm toke.c
10294 ____________________________________________________________________________
10295 [  3450] By: gsar                                  on 1999/05/24  02:34:20
10296         Log: oops, some files missing in change#3449
10297      Branch: perl
10298            ! op.c op.h toke.c
10299 ____________________________________________________________________________
10300 [  3449] By: gsar                                  on 1999/05/24  02:33:12
10301         Log: allow '*' prototype to autoquote even barewords that happen to be
10302              function names; parens or ampersand continue to force the other
10303              interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;>
10304              do the right thing, for example
10305      Branch: perl
10306            ! t/comp/proto.t
10307 ____________________________________________________________________________
10308 [  3448] By: gsar                                  on 1999/05/24  01:51:24
10309         Log: remove vestiges of PL_last_proto
10310      Branch: perl
10311            ! embedvar.h intrpvar.h objXSUB.h
10312 ____________________________________________________________________________
10313 [  3447] By: gsar                                  on 1999/05/24  01:49:20
10314         Log: redo change#2061 and parts of change#1169 with code in the
10315              parser; PL_last_proto hackery gone, strict 'subs' in now
10316              implemented in the optimizer where specifying the exceptional
10317              cases is much more robust; '*' (bareword) prototype now works
10318              reliably when used in second and subsequent arguments
10319      Branch: perl
10320            ! dump.c embed.h embed.pl objXSUB.h op.c op.h proto.h toke.c
10321 ____________________________________________________________________________
10322 [  3446] By: gsar                                  on 1999/05/23  05:00:55
10323         Log: remove redundant part of change#1169 superceded by change#2061;
10324              avoid "future reserved word" warning on prototypical bearwords
10325      Branch: perl
10326            ! t/lib/fatal.t toke.c
10327 ____________________________________________________________________________
10328 [  3445] By: gsar                                  on 1999/05/21  23:36:49
10329         Log: s/isspace/isSPACE/g and make sure the CRT version is always
10330              passed an unsigned char (fixes random occurrence of spaces in
10331              arguments containing high-bit chars passed to spawned children,
10332              on win32)
10333      Branch: perl
10334            ! ext/SDBM_File/sdbm/dbe.c win32/perlhost.h win32/win32.c
10335 ____________________________________________________________________________
10336 [  3444] By: gsar                                  on 1999/05/21  23:08:55
10337         Log: integrate Configure changes from cfgperl
10338      Branch: perl
10339           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
10340           !> config_h.SH
10341 ____________________________________________________________________________
10342 [  3443] By: jhi                                   on 1999/05/21  22:00:56
10343         Log: Integrate from mainperl.
10344      Branch: cfgperl
10345           !> Changes doop.c ext/SDBM_File/sdbm/dba.c
10346           !> ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbe.c os2/os2.c
10347           !> perl.h pod/perldiag.pod pod/perlport.pod pp.c t/comp/proto.t
10348           !> win32/perlhost.h win32/win32.c x2p/walk.c
10349 ____________________________________________________________________________
10350 [  3442] By: jhi                                   on 1999/05/21  21:59:46
10351         Log: fflush.
10352      Branch: cfgperl
10353            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10354            ! config_h.SH
10355 ____________________________________________________________________________
10356 [  3441] By: gsar                                  on 1999/05/21  17:48:55
10357         Log: integrate cfgperl changes
10358      Branch: perl
10359           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
10360           !> config_h.SH hints/sunos_4_1.sh installperl
10361 ____________________________________________________________________________
10362 [  3440] By: gsar                                  on 1999/05/21  17:42:49
10363         Log: test tweak
10364      Branch: perl
10365            ! t/comp/proto.t
10366 ____________________________________________________________________________
10367 [  3439] By: gsar                                  on 1999/05/21  17:31:26
10368         Log: fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.
10369              (Configure fflush(NULL) detection seems broken on Solaris, which
10370              is why I hit the problem)
10371      Branch: perl
10372            ! Changes perl.h
10373 ____________________________________________________________________________
10374 [  3438] By: gsar                                  on 1999/05/20  16:41:01
10375         Log: perlport 1.41 update from Chris Nandor <pudge@pobox.com>
10376      Branch: perl
10377            ! pod/perlport.pod
10378 ____________________________________________________________________________
10379 [  3437] By: jhi                                   on 1999/05/20  07:14:39
10380         Log: Patches to fflushing in SunOS 4 from Andy Dougherty
10381              (via private email).
10382      Branch: cfgperl
10383            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10384            ! config_h.SH hints/sunos_4_1.sh
10385 ____________________________________________________________________________
10386 [  3436] By: gsar                                  on 1999/05/20  05:18:26
10387         Log: various little nits
10388      Branch: perl
10389            ! doop.c ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
10390            ! ext/SDBM_File/sdbm/dbe.c os2/os2.c pod/perldiag.pod pp.c
10391            ! win32/perlhost.h win32/win32.c x2p/walk.c
10392 ____________________________________________________________________________
10393 [  3435] By: jhi                                   on 1999/05/18  16:25:49
10394         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10395              To: perl5-porters@perl.org
10396              Subject: installperl
10397              Date: Fri, 14 May 1999 21:34:58 +0100
10398              Message-Id: <199905142034.VAA00865@crypt.compulink.co.uk>
10399      Branch: cfgperl
10400            ! installperl
10401 ____________________________________________________________________________
10402 [  3434] By: jhi                                   on 1999/05/17  21:25:54
10403         Log: Integrate from mainperl.
10404      Branch: cfgperl
10405           +> lib/ExtUtils/MM_Cygwin.pm
10406            - cygwin32/impure_ptr.c
10407           !> MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
10408           !> cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
10409           !> ext/POSIX/POSIX.xs gv.c hints/cygwin32.sh installman
10410           !> installperl perl.h pod/perldiag.pod pp.c pp_hot.c util.c
10411           !> x2p/find2perl.PL
10412 ____________________________________________________________________________
10413 [  3433] By: gsar                                  on 1999/05/17  09:49:01
10414         Log: integrate cfgperl changes into mainline
10415      Branch: perl
10416           !> Configure INSTALL config_h.SH configure.com embed.h
10417           !> ext/Devel/Peek/Peek.xs ext/Socket/Socket.xs global.sym
10418           !> hints/dec_osf.sh objXSUB.h perl.h pod/perldiag.pod proto.h
10419           !> util.c
10420 ____________________________________________________________________________
10421 [  3432] By: gsar                                  on 1999/05/17  09:06:45
10422         Log: emit more appropriate diagnostic for failed glob (variant
10423              of patch suggested by Graham Barr)
10424      Branch: perl
10425            ! gv.c pod/perldiag.pod pp.c pp_hot.c
10426 ____________________________________________________________________________
10427 [  3431] By: gsar                                  on 1999/05/17  08:38:09
10428         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
10429              Date: Thu, 13 May 1999 22:18:43 -0600 (MDT)
10430              Message-Id: <199905140418.WAA18826@xerxes.courtesan.com>
10431              Subject: find2perl does not grok the 'c' suffix to the -size argument
10432      Branch: perl
10433            ! x2p/find2perl.PL
10434 ____________________________________________________________________________
10435 [  3430] By: gsar                                  on 1999/05/17  08:26:21
10436         Log: additional cleanups for cygwin32 port
10437              From: "Fifer, Eric" <EFifer@sanwaint.com>
10438              Date: Wed, 12 May 1999 20:25:54 +0100
10439              Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST>
10440              Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port
10441      Branch: perl
10442            + lib/ExtUtils/MM_Cygwin.pm
10443            - cygwin32/impure_ptr.c
10444            ! MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
10445            ! cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
10446            ! ext/POSIX/POSIX.xs hints/cygwin32.sh installman installperl
10447            ! perl.h util.c
10448 ____________________________________________________________________________
10449 [  3429] By: gsar                                  on 1999/05/17  08:01:04
10450         Log: From: Andy Dougherty <doughera@lafayette.edu>
10451              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
10452              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
10453              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
10454      Branch: perl
10455            ! INSTALL
10456 ____________________________________________________________________________
10457 [  3428] By: jhi                                   on 1999/05/17  07:03:26
10458         Log: Integrate from mainperl modulo the Socket.xs change.
10459      Branch: cfgperl
10460           !> ext/Socket/Socket.xs op.c win32/include/sys/socket.h
10461           !> win32/win32.c win32/win32.h
10462 ____________________________________________________________________________
10463 [  3427] By: jhi                                   on 1999/05/16  22:09:11
10464         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10465              To: perl5-porters@perl.org (Mailing list Perl5)
10466              Subject: [PATCH 5.005_56] Devel::Peek::mstat not working
10467              Date: Sun, 16 May 1999 01:28:18 -0400 (EDT)
10468              Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu>
10469      Branch: cfgperl
10470            ! ext/Devel/Peek/Peek.xs
10471 ____________________________________________________________________________
10472 [  3426] By: jhi                                   on 1999/05/16  22:07:11
10473         Log: From: Mark-Jason Dominus <mjd@plover.com>
10474              To: perl5-porters@perl.com
10475              Subject: DOC PATCH (5.005_55): Error message missing from perldiag.pod
10476              Date: Sat, 15 May 1999 12:43:47 -0400
10477              Message-ID: <19990515164348.7313.qmail@plover.com>
10478      Branch: cfgperl
10479            ! pod/perldiag.pod
10480 ____________________________________________________________________________
10481 [  3425] By: nick                                  on 1999/05/15  15:56:10
10482         Log: Mingw32 + w32api-0.1.5 tweaks
10483              - now more like other Win32 compilers
10484      Branch: perl
10485            ! ext/Socket/Socket.xs win32/include/sys/socket.h win32/win32.c
10486            ! win32/win32.h
10487 ____________________________________________________________________________
10488 [  3424] By: nick                                  on 1999/05/14  21:04:22
10489         Log: Experimental "slab" allocator for ops.
10490              To try it -DPL_OP_SLAB_ALLOC for op.c 
10491              This is for proof of concept only, it leaks memory 
10492              (ops are not free'd) so don't use in embedded apps.
10493              If this minimalist version does not show performance 
10494              gain then whole idea is worthless. 
10495              Nick see's approx 12% speed up vs perlmalloc running
10496              perl -Ilib -MCPAN -e '' 
10497              Solaris2.6, gcc-2.8.1 but numbers are not repeatable.
10498      Branch: perl
10499            ! op.c
10500 ____________________________________________________________________________
10501 [  3423] By: gsar                                  on 1999/05/14  19:55:04
10502         Log: on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
10503              found (brings sitelib intuition in line with privlib)
10504      Branch: perl
10505            ! win32/win32.c
10506 ____________________________________________________________________________
10507 [  3422] By: jhi                                   on 1999/05/14  08:08:01
10508         Log: From: pvhp@forte.com (Peter Prymmer)
10509              To: perl5-porters@perl.org, vmsperl@perl.org
10510              Subject: [PATCH: 5.005_56] add config.msg to VMS configure.com
10511              Date: Thu, 13 May 99 15:29:57 PDT
10512              Message-Id: <9905132229.AA15854@forte.com>
10513      Branch: cfgperl
10514            ! configure.com
10515 ____________________________________________________________________________
10516 [  3421] By: jhi                                   on 1999/05/14  07:34:20
10517         Log: Integrate from mainperl.
10518      Branch: cfgperl
10519           !> lib/ExtUtils/MM_Unix.pm win32/win32.c
10520 ____________________________________________________________________________
10521 [  3420] By: jhi                                   on 1999/05/14  07:33:26
10522         Log: Still fflushing.
10523      Branch: cfgperl
10524            ! Configure config_h.SH util.c
10525 ____________________________________________________________________________
10526 [  3419] By: gsar                                  on 1999/05/14  03:08:29
10527         Log: mortalize string allocations by win32_get_{priv,site}lib()
10528              (fixes small memory leak in interpreter)
10529      Branch: perl
10530            ! win32/win32.c
10531 ____________________________________________________________________________
10532 [  3418] By: gsar                                  on 1999/05/14  03:06:50
10533         Log: make win32_longname() preserve kind of slashes in argument
10534      Branch: perl
10535            ! win32/win32.c
10536 ____________________________________________________________________________
10537 [  3417] By: gsar                                  on 1999/05/14  03:04:44
10538         Log: canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker
10539      Branch: perl
10540            ! lib/ExtUtils/MM_Unix.pm
10541 ____________________________________________________________________________
10542 [  3416] By: jhi                                   on 1999/05/13  21:18:06
10543         Log: Integrate from mainperl.
10544      Branch: cfgperl
10545           !> pp_ctl.c
10546 ____________________________________________________________________________
10547 [  3415] By: jhi                                   on 1999/05/13  21:16:49
10548         Log: Fixes from Andy Dougherty (via private email).
10549      Branch: cfgperl
10550            ! Configure config_h.SH
10551 ____________________________________________________________________________
10552 [  3414] By: nick                                  on 1999/05/13  20:04:26
10553         Log: valist vs va_list typo
10554      Branch: perl
10555            ! pp_ctl.c
10556 ____________________________________________________________________________
10557 [  3413] By: jhi                                   on 1999/05/13  15:04:05
10558         Log: From: Andy Dougherty <doughera@lafayette.edu>
10559              To: perlbug@perl.com
10560              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
10561              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
10562              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
10563      Branch: cfgperl
10564            ! INSTALL
10565 ____________________________________________________________________________
10566 [  3412] By: jhi                                   on 1999/05/13  14:20:17
10567         Log: Integrate from mainperl.
10568      Branch: cfgperl
10569           !> pp_ctl.c
10570 ____________________________________________________________________________
10571 [  3411] By: gsar                                  on 1999/05/13  14:16:56
10572         Log: docatch_body() declaration mismatch
10573      Branch: perl
10574            ! pp_ctl.c
10575 ____________________________________________________________________________
10576 [  3410] By: jhi                                   on 1999/05/13  13:51:44
10577         Log: Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't.
10578      Branch: cfgperl
10579            ! Configure config_h.SH perl.h
10580 ____________________________________________________________________________
10581 [  3409] By: jhi                                   on 1999/05/13  13:31:53
10582         Log: Still fflushing strong.
10583      Branch: cfgperl
10584            ! Configure config_h.SH embed.h global.sym objXSUB.h perl.h
10585            ! proto.h util.c
10586 ____________________________________________________________________________
10587 [  3408] By: jhi                                   on 1999/05/12  14:30:23
10588         Log: Integrate from mainperl.
10589      Branch: cfgperl
10590           !> (integrate 30 files)
10591 ____________________________________________________________________________
10592 [  3407] By: jhi                                   on 1999/05/12  12:28:31
10593         Log: Be tidier with fflush(NULL) testing.
10594      Branch: cfgperl
10595            ! Configure config_h.SH
10596 ____________________________________________________________________________
10597 [  3406] By: gsar                                  on 1999/05/12  11:26:03
10598         Log: better range-checking on list slices, with test
10599              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10600              Date: Sun, 02 May 1999 17:02:53 +0100
10601              Message-Id: <199905021602.RAA13905@crypt.compulink.co.uk>
10602              Subject: Re: List slice of undefs returns 0 items 
10603      Branch: perl
10604            ! pp.c t/op/list.t
10605 ____________________________________________________________________________
10606 [  3405] By: gsar                                  on 1999/05/12  11:22:27
10607         Log: change#3397 needs test tweak
10608      Branch: perl
10609            ! Changes t/pragma/warn/sv
10610 ____________________________________________________________________________
10611 [  3404] By: gsar                                  on 1999/05/12  11:07:44
10612         Log: typo in change#3397
10613      Branch: perl
10614            ! doop.c
10615 ____________________________________________________________________________
10616 [  3403] By: gsar                                  on 1999/05/12  10:49:01
10617         Log: From: Stephen Zander <gibreel@pobox.com>
10618              Date: 12 May 1999 01:22:31 -0700
10619              Message-ID: <87u2tik88o.fsf@pooh.fire-swamp.net>
10620              Subject: Re: Test::Harness runs tainted tests with wrong library path
10621      Branch: perl
10622            ! lib/Test/Harness.pm
10623 ____________________________________________________________________________
10624 [  3402] By: gsar                                  on 1999/05/12  10:42:06
10625         Log: typo in change#3400
10626      Branch: perl
10627            ! ext/B/B/Deparse.pm
10628 ____________________________________________________________________________
10629 [  3401] By: jhi                                   on 1999/05/12  10:40:42
10630         Log: A better, shinier, and possibly even correctly working
10631              reincarnation of #3398.
10632      Branch: cfgperl
10633            ! Configure config_h.SH
10634 ____________________________________________________________________________
10635 [  3400] By: gsar                                  on 1999/05/12  10:40:11
10636         Log: deparse \&func() as \(&func()) for clarity
10637              From: Albert Dvornik <bert@genscan.com>
10638              Date: 11 May 1999 13:32:04 -0400
10639              Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com>
10640              Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...)
10641      Branch: perl
10642            ! ext/B/B/Deparse.pm
10643 ____________________________________________________________________________
10644 [  3399] By: gsar                                  on 1999/05/12  10:36:02
10645         Log: more testsuite smarts (many of them courtesy Ilya)
10646      Branch: perl
10647            ! lib/Test/Harness.pm t/comp/cpp.t t/io/pipe.t t/lib/db-btree.t
10648            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t
10649            ! t/lib/io_multihomed.t t/lib/io_pipe.t t/lib/io_sock.t
10650            ! t/lib/io_udp.t t/lib/io_unix.t t/lib/ipc_sysv.t t/lib/ndbm.t
10651            ! t/lib/odbm.t t/lib/thread.t t/op/exec.t t/op/fork.t
10652            ! t/op/grent.t t/op/groups.t t/op/nothread.t t/op/numconvert.t
10653            ! t/op/pwent.t
10654 ____________________________________________________________________________
10655 [  3398] By: jhi                                   on 1999/05/12  09:33:08
10656         Log: Detect whether fflush(NULL) works as per change #3352.
10657      Branch: cfgperl
10658            ! Configure config_h.SH perl.h
10659 ____________________________________________________________________________
10660 [  3397] By: gsar                                  on 1999/05/12  08:56:03
10661         Log: From: jan.dubois@ibm.net (Jan Dubois)
10662              Date: Wed, 12 May 1999 01:01:00 +0200
10663              Message-ID: <3741b5e8.20386944@smtp1.ibm.net>
10664              Subject: [PATCH 5.005_03] chop/chomp modify readonly values
10665      Branch: perl
10666            ! doop.c
10667 ____________________________________________________________________________
10668 [  3396] By: gsar                                  on 1999/05/12  08:23:27
10669         Log: opendir(D,"x:") on win32 opens cwd() for drive rather than root;
10670              stat() behaves similarly
10671      Branch: perl
10672            ! win32/win32.c
10673 ____________________________________________________________________________
10674 [  3395] By: jhi                                   on 1999/05/11  22:21:32
10675         Log: Redo parts of #3341 and #3358 that #3394 undid.
10676      Branch: cfgperl
10677            ! Configure config_h.SH
10678 ____________________________________________________________________________
10679 [  3394] By: jhi                                   on 1999/05/11  22:03:48
10680         Log: Add I_NETINET_TCP to help change #3391.
10681      Branch: cfgperl
10682            ! Configure config_h.SH ext/Socket/Socket.xs
10683 ____________________________________________________________________________
10684 [  3393] By: jhi                                   on 1999/05/11  21:44:59
10685         Log: Integrate from mainperl.
10686      Branch: cfgperl
10687           !> (integrate 55 files)
10688 ____________________________________________________________________________
10689 [  3392] By: gsar                                  on 1999/05/11  20:56:43
10690         Log: update embedvar.h
10691      Branch: perl
10692            ! embedvar.h ext/ByteLoader/ByteLoader.pm pod/perldelta.pod
10693 ____________________________________________________________________________
10694 [  3391] By: gsar                                  on 1999/05/11  16:32:05
10695         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
10696              Date: Tue, 11 May 1999 11:10:13 -0400 (EDT)
10697              Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com>
10698              Subject: Socket IPPROTO_TCP [PATCH 5.005_5x]
10699      Branch: perl
10700            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
10701 ____________________________________________________________________________
10702 [  3390] By: gsar                                  on 1999/05/11  15:27:40
10703         Log: display more frequent progress messages when STDOUT is a tty
10704      Branch: perl
10705            ! lib/Test/Harness.pm
10706 ____________________________________________________________________________
10707 [  3389] By: gsar                                  on 1999/05/11  14:40:58
10708         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10709              Date: Mon, 10 May 1999 02:07:01 -0400 (EDT)
10710              Message-Id: <199905100607.CAA26045@monk.mps.ohio-state.edu>
10711              Subject: [PATCH 5.005_53] Explanations by Test::Harness
10712      Branch: perl
10713            ! lib/Test/Harness.pm
10714 ____________________________________________________________________________
10715 [  3388] By: gsar                                  on 1999/05/11  14:08:14
10716         Log: avoid creating spurious subroutine stubs on failed subroutine
10717              call and other places of sv_2cv() misuse; fixes problems with
10718              failed subroutine calls "hiding" later attempts to lookup methods
10719              in base classes
10720      Branch: perl
10721            ! gv.c perl.c pod/perlguts.pod pp_hot.c sv.c t/op/method.t
10722 ____________________________________________________________________________
10723 [  3387] By: gsar                                  on 1999/05/11  09:34:13
10724         Log: various fixes for clean build and test on win32; configpm broken,
10725              needed to open myconfig.SH rather than myconfig; sundry adjustments
10726              to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
10727              work under win32; getenv_sv() changed to getenv_len() since SVs
10728              aren't visible in the lower echelons; remove bogus exports from
10729              config.sym; PERL_OBJECT-ness for C++ exception support; null out
10730              IoDIRP in filter_del() or sv_free() will attempt to close it
10731      Branch: perl
10732            ! Changes bytecode.pl byterun.c byterun.h configpm embed.h
10733            ! embed.pl ext/B/B/Asmdata.pm ext/ByteLoader/ByteLoader.xs
10734            ! ext/DynaLoader/dlutils.c global.sym hv.c iperlsys.h objXSUB.h
10735            ! op.c perl.c perl.h pp.c pp_ctl.c proto.h scope.c scope.h
10736            ! t/io/open.t t/op/magic.t toke.c util.c vms/vms.c vms/vmsish.h
10737            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
10738            ! win32/config.gc win32/config.vc win32/makedef.pl
10739            ! win32/makefile.mk win32/perlhost.h win32/runperl.c
10740            ! win32/win32.c win32/win32.h
10741 ____________________________________________________________________________
10742 [  3386] By: gsar                                  on 1999/05/11  02:49:07
10743         Log: gutsupport for C++ exceptions
10744              From: Chip Salzenberg <chip@perlsupport.com>
10745              Date: Tue, 9 Mar 1999 11:51:57 -0500
10746              Message-ID: <19990309115157.E7911@perlsupport.com>
10747              Subject: [PATCH 5.005] Flexible Exceptions
10748      Branch: perl
10749            ! embed.h global.sym objXSUB.h perl.c perl.h pp_ctl.c proto.h
10750            ! scope.c scope.h thrdvar.h util.c
10751 ____________________________________________________________________________
10752 [  3385] By: gsar                                  on 1999/05/10  19:33:36
10753         Log: "weak" references internals, still needs perlguts documentation
10754              (somewhat modified version of patch suggested by Tuomas J. Lukka
10755              <lukka@fas.harvard.edu>)
10756      Branch: perl
10757            ! dump.c embed.h embed.pl global.sym mg.c objXSUB.h perl.h
10758            ! pod/perldiag.pod proto.h sv.c sv.h util.c
10759 ____________________________________________________________________________
10760 [  3384] By: jhi                                   on 1999/05/10  18:21:43
10761         Log: Circumnavigate Digital UNIX 4.0D miniperl core dump
10762              (due to QAR 56761) (the bug has been fixed in 4.0E or better)
10763      Branch: cfgperl
10764            ! INSTALL hints/dec_osf.sh
10765 ____________________________________________________________________________
10766 [  3381] By: jhi                                   on 1999/05/10  14:39:28
10767         Log: Integrate from mainperl.
10768      Branch: cfgperl
10769           +> cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
10770           +> cygwin32/build-instructions.charles-wilson
10771           +> cygwin32/build-instructions.sebastien-barre
10772           +> cygwin32/build-instructions.steven-morlock
10773           +> cygwin32/build-instructions.steven-morlock2
10774           +> cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
10775           +> ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
10776           +> ext/ByteLoader/Makefile.PL pod/Win32.pod t/lib/io_linenum.t
10777           +> t/op/numconvert.t utils/perlbc.PL
10778            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
10779            - cygwin32/perlld
10780           !> (integrate 105 files)
10781 ____________________________________________________________________________
10782 [  3380] By: gsar                                  on 1999/05/10  12:27:14
10783         Log: regen regnodes.h
10784      Branch: perl
10785            ! Changes regnodes.h
10786 ____________________________________________________________________________
10787 [  3379] By: gsar                                  on 1999/05/10  12:17:26
10788         Log: From: jan.dubois@ibm.net (Jan Dubois)
10789              Date: Sat, 01 May 1999 22:55:36 +0200
10790              Message-ID: <373067e9.56194713@smtp1.ibm.net>
10791              Subject: [PATCH 5.005_56] Win32 and VC++ 98 doesn't support CASTI
10792      Branch: perl
10793            ! pod/perlfunc.pod pod/perlop.pod win32/config.vc
10794            ! win32/config_H.vc
10795 ____________________________________________________________________________
10796 [  3378] By: gsar                                  on 1999/05/10  12:07:13
10797         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10798              Date: Fri, 30 Apr 1999 22:26:09 -0400 (EDT)
10799              Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu>
10800              Subject: [PATCH 5.005_56] Self-consistent numeric conversion again
10801      Branch: perl
10802            + t/op/numconvert.t
10803            ! MANIFEST doio.c dump.c perl.h pp.c pp_hot.c sv.c sv.h toke.c
10804            ! util.c
10805 ____________________________________________________________________________
10806 [  3377] By: gsar                                  on 1999/05/10  11:39:48
10807         Log: pp_modulo comment tweak from Ilya
10808      Branch: perl
10809            ! pp.c
10810 ____________________________________________________________________________
10811 [  3376] By: gsar                                  on 1999/05/10  11:30:40
10812         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
10813              Date: Fri, 7 May 1999 11:31:00 -0400 (EDT)
10814              Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com>
10815              Subject: Test.pm update [PATCH _56]
10816      Branch: perl
10817            ! lib/Test.pm
10818 ____________________________________________________________________________
10819 [  3375] By: gsar                                  on 1999/05/10  11:28:30
10820         Log: From: jan.dubois@ibm.net (Jan Dubois)
10821              Date: Fri, 07 May 1999 00:59:54 +0200
10822              Message-ID: <373318ae.19292461@smtp1.ibm.net>
10823              Subject: Re: Using existing memory for an SV's PV 
10824      Branch: perl
10825            ! sv.c
10826 ____________________________________________________________________________
10827 [  3374] By: gsar                                  on 1999/05/10  11:23:44
10828         Log: From: jan.dubois@ibm.net (Jan Dubois)
10829              Date: Fri, 07 May 1999 00:59:52 +0200
10830              Message-ID: <37321800.19118320@smtp1.ibm.net>
10831              Subject: [PATCH 5.005_56] Fix -Dm memory debugging for PERL_OBJECT
10832      Branch: perl
10833            ! perl.h
10834 ____________________________________________________________________________
10835 [  3373] By: gsar                                  on 1999/05/10  11:22:10
10836         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10837              Date: Thu, 6 May 1999 18:17:28 -0400
10838              Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>
10839              Subject: Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
10840      Branch: perl
10841            ! doio.c embed.h global.sym objXSUB.h pod/perldiag.pod proto.h
10842            ! util.c
10843 ____________________________________________________________________________
10844 [  3372] By: gsar                                  on 1999/05/10  10:57:49
10845         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10846              Date: Thu, 6 May 1999 01:21:05 -0400 (EDT)
10847              Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu>
10848              Subject: [PATCH 5.005_56] Cosmetic: data-driven REx-dump
10849      Branch: perl
10850            ! regcomp.c regcomp.pl
10851 ____________________________________________________________________________
10852 [  3371] By: gsar                                  on 1999/05/10  10:54:01
10853         Log: From: lane@duphy4.physics.drexel.edu
10854              Date: Tue, 04 May 1999 10:19:25 -0700
10855              Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu>
10856              Subject: [PATCH 5.005.56] pod->html VMS fixes
10857      Branch: perl
10858            ! installhtml lib/Pod/Html.pm
10859 ____________________________________________________________________________
10860 [  3370] By: gsar                                  on 1999/05/10  10:45:52
10861         Log: testsuite nits
10862      Branch: perl
10863            ! t/lib/io_linenum.t t/op/filetest.t
10864 ____________________________________________________________________________
10865 [  3369] By: gsar                                  on 1999/05/10  10:35:22
10866         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10867              Date: Mon, 3 May 1999 22:38:50 -0400 (EDT)
10868              Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu>
10869              Subject: [PATCH 5.005_53] Quickier thread-specific data on OS/2
10870      Branch: perl
10871            ! os2/os2ish.h os2/os2thread.h
10872 ____________________________________________________________________________
10873 [  3368] By: gsar                                  on 1999/05/10  10:00:11
10874         Log: From: Albert Dvornik <bert@genscan.com>
10875              Date: 03 May 1999 12:20:57 -0400
10876              Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>
10877              Subject: [PATCH 5.005_56] do_sv_dump does dump (core) on IO handles
10878      Branch: perl
10879            ! dump.c
10880 ____________________________________________________________________________
10881 [  3367] By: gsar                                  on 1999/05/10  09:55:51
10882         Log: shadow password support for Solaris (needs Configure help to
10883              determine HAS_GETSPENT)
10884              From: "Patrick O'Brien" <pdo@cs.umd.edu>
10885              Date: Sat, 01 May 1999 19:41:17 -0400
10886              Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu>
10887              Subject: getpwent() under solaris
10888      Branch: perl
10889            ! pp_sys.c
10890 ____________________________________________________________________________
10891 [  3366] By: gsar                                  on 1999/05/10  09:45:58
10892         Log: From: jan.dubois@ibm.net (Jan Dubois)
10893              Date: Sat, 01 May 1999 23:45:47 +0200
10894              Message-ID: <373373fb.59284266@smtp1.ibm.net>
10895              Subject: [PATCH 5.005_56] Add POLLUTE=1 option to MakeMaker
10896      Branch: perl
10897            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
10898            ! pod/perldelta.pod
10899 ____________________________________________________________________________
10900 [  3365] By: gsar                                  on 1999/05/10  09:34:22
10901         Log: test suite and fix input_line_number()
10902              From: Paul Johnson <pjcj@transeda.com>
10903              Date: Thu, 29 Apr 1999 06:28:14 +0100
10904              Message-ID: <19990429062814.A17906@west-tip.transeda.com>
10905              Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)
10906      Branch: perl
10907            + t/lib/io_linenum.t
10908            ! MANIFEST ext/IO/lib/IO/Handle.pm
10909 ____________________________________________________________________________
10910 [  3364] By: gsar                                  on 1999/05/10  09:20:56
10911         Log: fix overeager [:foo:] parsing
10912              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10913              Date: Fri, 30 Apr 1999 09:26:18 +0100
10914              Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk>
10915              Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005 
10916      Branch: perl
10917            ! regcomp.c t/op/re_tests
10918 ____________________________________________________________________________
10919 [  3363] By: gsar                                  on 1999/05/10  09:09:21
10920         Log: documentation for Win32 builtins (somewhat modified)
10921              From: jan.dubois@ibm.net (Jan Dubois)
10922              Date: Tue, 30 Mar 1999 08:05:03 +0200
10923              Message-ID: <37006783.1926460@smtp1.ibm.net>
10924              Subject: Re: Issues with build 509 
10925      Branch: perl
10926            + pod/Win32.pod
10927            ! MANIFEST
10928 ____________________________________________________________________________
10929 [  3362] By: gsar                                  on 1999/05/10  08:22:07
10930         Log: provide File::Copy::syscopy() via Win32::CopyFile() on win32
10931      Branch: perl
10932            ! lib/File/Copy.pm win32/win32.c
10933 ____________________________________________________________________________
10934 [  3361] By: gsar                                  on 1999/05/10  08:11:29
10935         Log: escape ampersands in <pre> sections
10936      Branch: perl
10937            ! Changes lib/Pod/Html.pm
10938 ____________________________________________________________________________
10939 [  3360] By: gsar                                  on 1999/05/10  08:04:14
10940         Log: AIX hints enhancements (threads build, SOCKS support)
10941              From: "David R. Favor" <dfavor@austin.ibm.com>
10942              Date: Wed, 28 Apr 1999 08:45:28 -0500
10943              Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
10944              Subject: Working build for AIX + gcc + threading
10945      Branch: perl
10946            ! hints/aix.sh
10947 ____________________________________________________________________________
10948 [  3359] By: gsar                                  on 1999/05/10  07:49:26
10949         Log: more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
10950              Date: Tue, 27 Apr 1999 23:47:24 PDT
10951              Message-ID: <19990428064724.95244.qmail@hotmail.com>
10952              Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
10953              --
10954              Date: Thu, 29 Apr 1999 18:21:06 -0700
10955              Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
10956              Subject: [PATCH 5.005_56] double constants ( C.pm)
10957              --
10958              Date: Mon, 03 May 1999 20:21:31 PDT
10959              Message-ID: <19990504032131.81113.qmail@hotmail.com>
10960              Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
10961              --
10962              Date: Thu, 06 May 1999 17:57:09 -0700
10963              Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
10964              Subject: Stash.pm
10965      Branch: perl
10966            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/C.pm
10967            ! ext/B/B/CC.pm ext/B/B/Stash.pm t/harness
10968 ____________________________________________________________________________
10969 [  3358] By: gsar                                  on 1999/05/10  04:39:15
10970         Log: cygwin32 update (untested adaptation of patch against 5.005_03)
10971              From: alexander smishlajev <als@turnhere.com>
10972              Date: Sun, 25 Apr 1999 14:58:29 +0300
10973              Message-ID: <37230365.5F68B460@turnhere.com>
10974              Subject: [PATCH]5.005_03 (CORE) cygwin32 port
10975      Branch: perl
10976            + cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
10977            + cygwin32/build-instructions.charles-wilson
10978            + cygwin32/build-instructions.sebastien-barre
10979            + cygwin32/build-instructions.steven-morlock
10980            + cygwin32/build-instructions.steven-morlock2
10981            + cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
10982            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
10983            - cygwin32/perlld
10984            ! Configure EXTERN.h MANIFEST Makefile.SH README.cygwin32 XSUB.h
10985            ! cflags.SH config_h.SH dosish.h ext/POSIX/Makefile.PL
10986            ! ext/SDBM_File/sdbm/pair.c hints/cygwin32.sh installperl
10987            ! lib/Cwd.pm lib/ExtUtils/MakeMaker.pm lib/perl5db.pl
10988            ! makedepend.SH perl.h perlvars.h pp_hot.c pp_sys.c regcomp.c
10989            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t util.c
10990 ____________________________________________________________________________
10991 [  3357] By: gsar                                  on 1999/05/10  04:07:07
10992         Log: applied suggested patch, modulo already applied parts
10993              From: Charles Bailey <BAILEY@newman.upenn.edu>
10994              Date: Sat, 24 Apr 1999 20:12:43 -0400 (EDT)
10995              Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
10996              Subject: [Patch 5.005_56] VMS consolidated patch #2
10997      Branch: perl
10998            ! configure.com t/op/filetest.t t/op/taint.t t/pragma/warn/doio
10999            ! t/pragma/warn/mg t/pragma/warn/pp_sys t/pragma/warn/sv
11000            ! vms/descrip_mms.template vms/ext/vmsish.t vms/perlvms.pod
11001            ! vms/subconfigure.com vms/test.com vms/vms.c
11002 ____________________________________________________________________________
11003 [  3356] By: gsar                                  on 1999/05/10  03:48:08
11004         Log: applied suggested patch, with win32 and PERL_OBJECT additions
11005              From: Tom Hughes <tom@compton.nu>
11006              Date: Sat, 24 Apr 1999 18:11:59 +0100
11007              Message-ID: <609bdff748.tom@compton.compton.nu>
11008              Subject: ByteLoader patch
11009      Branch: perl
11010            + ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
11011            + ext/ByteLoader/Makefile.PL utils/perlbc.PL
11012            ! MANIFEST bytecode.h bytecode.pl byterun.c byterun.h embed.h
11013            ! embed.pl ext/B/B.xs ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
11014            ! ext/B/B/Debug.pm objXSUB.h op.c pp_ctl.c proto.h
11015            ! utils/Makefile win32/Makefile win32/makefile.mk
11016 ____________________________________________________________________________
11017 [  3355] By: gsar                                  on 1999/05/10  03:22:49
11018         Log: document 'test' attribute (from Andreas Koenig)
11019      Branch: perl
11020            ! lib/ExtUtils/MakeMaker.pm
11021 ____________________________________________________________________________
11022 [  3354] By: gsar                                  on 1999/05/10  03:12:37
11023         Log: From: pmarquess@bfsec.bt.co.uk
11024              Date: Thu, 22 Apr 1999 23:12:08 +0100
11025              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>
11026              Subject: PATCH for small bug in scan_bin
11027      Branch: perl
11028            ! util.c
11029 ____________________________________________________________________________
11030 [  3353] By: gsar                                  on 1999/05/10  02:39:33
11031         Log: more bulletproof workaround for mangled paths (updates changes#3345,3350);
11032              provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
11033      Branch: perl
11034            ! t/op/magic.t win32/makedef.pl win32/runperl.c win32/win32.c
11035            ! win32/win32iop.h
11036 ____________________________________________________________________________
11037 [  3352] By: gsar                                  on 1999/05/09  22:47:39
11038         Log: flush all open output buffers before fork(), exec(), system, qx//
11039              and pipe open() operations, simplifying buffering headaches faced
11040              by users; uses fflush(NULL), which may need Configure test
11041      Branch: perl
11042            ! perl.h pod/perldelta.pod pod/perlfunc.pod pod/perlipc.pod
11043            ! pp_sys.c util.c vmesa/vmesa.c vms/vms.c win32/win32.c
11044 ____________________________________________________________________________
11045 [  3351] By: gsar                                  on 1999/05/09  21:11:51
11046         Log: perlcc on win32 (correct version of fix suggested by Jean-Louis
11047              Leroy <jll@skynet.be>)
11048      Branch: perl
11049            ! utils/perlcc.PL
11050 ____________________________________________________________________________
11051 [  3350] By: gsar                                  on 1999/05/09  20:39:11
11052         Log: normalize $^X to full pathname on win32
11053      Branch: perl
11054            ! win32/runperl.c
11055 ____________________________________________________________________________
11056 [  3349] By: gsar                                  on 1999/05/09  20:23:07
11057         Log: allow readline($globref), <$globref> already works
11058      Branch: perl
11059            ! pp_hot.c
11060 ____________________________________________________________________________
11061 [  3348] By: gsar                                  on 1999/05/09  20:00:09
11062         Log: perldoc cleanups (variant of changes suggested by Christian Lemburg
11063              <lemburg@online-club.de>)
11064      Branch: perl
11065            ! utils/perldoc.PL
11066 ____________________________________________________________________________
11067 [  3347] By: gsar                                  on 1999/05/09  18:47:21
11068         Log: additions to Thread.pm docs from Tuomas J. Lukka
11069              <lukka@fas.harvard.edu>
11070      Branch: perl
11071            ! ext/Thread/Thread.pm
11072 ____________________________________________________________________________
11073 [  3346] By: gsar                                  on 1999/05/09  18:38:00
11074         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
11075              Date: Sat, 17 Apr 1999 02:46:13 -0700 (PDT)
11076              Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>
11077              Subject: [PATCH _56] Re: pdt: Perl Development Tools? 
11078      Branch: perl
11079            ! ext/B/B/Xref.pm
11080 ____________________________________________________________________________
11081 [  3345] By: gsar                                  on 1999/05/09  18:22:43
11082         Log: work around mangled archname on win32 while finding privlib/sitelib;
11083              normalize lib paths to forward slashes internally
11084      Branch: perl
11085            ! win32/win32.c
11086 ____________________________________________________________________________
11087 [  3344] By: gsar                                  on 1999/05/09  03:20:06
11088         Log: fix typo in dbm filters that caused odbm.t to fail
11089      Branch: perl
11090            ! ext/ODBM_File/ODBM_File.xs t/lib/odbm.t
11091 ____________________________________________________________________________
11092 [  3343] By: gsar                                  on 1999/05/09  02:02:59
11093         Log: tweak test totals
11094      Branch: perl
11095            ! Changes t/lib/tie-stdhandle.t
11096 ____________________________________________________________________________
11097 [  3342] By: gsar                                  on 1999/05/09  01:42:06
11098         Log: import list propagation busted (pointed out by Ton Hospel
11099              <thospel@mail.dma.be>)
11100      Branch: perl
11101            ! lib/autouse.pm
11102 ____________________________________________________________________________
11103 [  3341] By: gsar                                  on 1999/05/09  00:54:18
11104         Log: hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
11105              (as suggested by Eric Boehm <boehm@nortelnetworks.com>)
11106      Branch: perl
11107            ! Configure Makefile.SH
11108 ____________________________________________________________________________
11109 [  3340] By: gsar                                  on 1999/05/09  00:40:41
11110         Log: generate manpages for newly added utils
11111      Branch: perl
11112            ! installman
11113 ____________________________________________________________________________
11114 [  3339] By: gsar                                  on 1999/05/09  00:33:50
11115         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11116              Date: Sun, 02 May 1999 17:59:24 +0100
11117              Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>
11118              Subject: [PATCH] Re: ptr to realloced memory in yylex
11119      Branch: perl
11120            ! toke.c
11121 ____________________________________________________________________________
11122 [  3338] By: jhi                                   on 1999/05/08  22:40:29
11123         Log: Remove CONFIG item, add Digital UNIX 'ld' bug.
11124      Branch: cfgperl
11125            ! INSTALL
11126 ____________________________________________________________________________
11127 [  3337] By: jhi                                   on 1999/05/08  22:22:26
11128         Log: Integrate from mainperl.
11129      Branch: cfgperl
11130           +> pod/perldbmfilter.pod t/io/open.t t/lib/tie-stdhandle.t
11131           !> (integrate 54 files)
11132 ____________________________________________________________________________
11133 [  3336] By: gsar                                  on 1999/05/08  21:48:22
11134         Log: make perldoc -f grok nested =items
11135      Branch: perl
11136            ! utils/perldoc.PL
11137 ____________________________________________________________________________
11138 [  3335] By: gsar                                  on 1999/05/08  19:48:11
11139         Log: allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
11140      Branch: perl
11141            ! op.c t/lib/fields.t
11142 ____________________________________________________________________________
11143 [  3334] By: gsar                                  on 1999/05/08  19:09:41
11144         Log: update test totals
11145      Branch: perl
11146            ! t/lib/bigintpm.t
11147 ____________________________________________________________________________
11148 [  3333] By: gsar                                  on 1999/05/08  16:56:02
11149         Log: mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
11150      Branch: perl
11151            ! pod/perlfunc.pod
11152 ____________________________________________________________________________
11153 [  3332] By: gsar                                  on 1999/05/08  16:46:44
11154         Log: applied suggested patch, added tests
11155              From: William Mann <wmann@avici.com>
11156              Date: Mon, 12 Apr 1999 12:25:22 -0400 (EDT)
11157              Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
11158              Subject: BigInt.pm extensions for logical operations
11159      Branch: perl
11160            ! lib/Math/BigInt.pm pod/perldelta.pod t/lib/bigintpm.t
11161 ____________________________________________________________________________
11162 [  3331] By: gsar                                  on 1999/05/08  16:09:33
11163         Log: avoid temporary files named 'tmp'
11164      Branch: perl
11165            ! Makefile.SH pp.c
11166 ____________________________________________________________________________
11167 [  3330] By: nick                                  on 1999/05/08  14:16:30
11168         Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
11169              Provide Tie::StdHandle
11170              Basic update of docs.
11171      Branch: perl
11172            + t/lib/tie-stdhandle.t
11173            ! lib/Tie/Handle.pm pod/perltie.pod pp_sys.c
11174 ____________________________________________________________________________
11175 [  3329] By: nick                                  on 1999/05/08  12:03:45
11176         Log: Tweaks to open(my $fh,...) stuff
11177      Branch: perl
11178            ! op.c pp.c pp_sys.c t/io/open.t
11179 ____________________________________________________________________________
11180 [  3328] By: nick                                  on 1999/05/08  11:18:42
11181         Log: Bring SDBM_File.xs into line with new typemap
11182      Branch: perl
11183            ! ext/SDBM_File/SDBM_File.xs
11184 ____________________________________________________________________________
11185 [  3327] By: gsar                                  on 1999/05/08  00:07:11
11186         Log: add test case for AUTOLOAD reentrancy fix in change#3279
11187      Branch: perl
11188            ! t/lib/autoloader.t
11189 ____________________________________________________________________________
11190 [  3326] By: nick                                  on 1999/05/07  21:24:50
11191         Log: Implement open( my $fh, ...) and similar.
11192              Set flag in op.c for "constructor ops"
11193              In pp_rv2gv, if flag is set and arg is PADSV and uninit
11194              vivify as reference to a detached GV.
11195              (Name of GV is the pad name.)
11196              This scheme should "just work" for pipe/socket etc. too.
11197              
11198              #if 0 out the open(FH,undef) for now.
11199              Change t/io/open.t to test open(my $fh,...)
11200      Branch: perl
11201            ! op.c pp.c pp_sys.c t/io/open.t
11202 ____________________________________________________________________________
11203 [  3325] By: nick                                  on 1999/05/07  21:18:42
11204         Log: Correct SvLEN vs SvCUR  which leads to odd "chunk" vs "line" in mess().
11205      Branch: perl
11206            ! util.c
11207 ____________________________________________________________________________
11208 [  3324] By: gsar                                  on 1999/05/07  20:28:31
11209         Log: avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
11210              intervening code has to allocate SVs)
11211      Branch: perl
11212            ! util.c
11213 ____________________________________________________________________________
11214 [  3323] By: gsar                                  on 1999/05/07  19:45:08
11215         Log: allow line numbers to show in diagnostics during global destruction
11216      Branch: perl
11217            ! util.c
11218 ____________________________________________________________________________
11219 [  3322] By: gsar                                  on 1999/05/07  09:38:11
11220         Log: From: Dan Sugalski <sugalskd@ous.edu>
11221              Date: Fri, 09 Apr 1999 16:16:39 -0700
11222              Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>
11223              Subject: [PATCH 5.005_03]Bug in MM_VMS.PM
11224      Branch: perl
11225            ! lib/ExtUtils/MM_VMS.pm
11226 ____________________________________________________________________________
11227 [  3321] By: gsar                                  on 1999/05/07  09:08:23
11228         Log: From: kwzh@gnu.org (Karl Heuer)
11229              Date: Wed, 7 Apr 1999 23:58:58 -0400
11230              Message-Id: <199904080358.XAA01192@mescaline.gnu.org>
11231              Subject: [perl-5.005.02] detect lack of /dev/tty
11232      Branch: perl
11233            ! Makefile.SH
11234 ____________________________________________________________________________
11235 [  3320] By: gsar                                  on 1999/05/07  08:52:14
11236         Log: allow distinct prefix for versioned executables
11237              From: Roderick Schertler <roderick@argon.org>
11238              Date: Wed, 07 Apr 1999 15:34:56 -0400
11239              Message-ID: <3003.923513696@eeyore.ibcinc.com>
11240              Subject: perl55.00503 -> perl5.00503 patch for installperl
11241      Branch: perl
11242            ! INSTALL installperl
11243 ____________________________________________________________________________
11244 [  3319] By: gsar                                  on 1999/05/07  08:07:02
11245         Log: From: Dan Sugalski <sugalskd@osshe.edu>
11246              Date: Mon, 05 Apr 1999 15:38:42 -0700
11247              Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
11248              Subject: Re: chomp fails with $/ in fixed-length record mode
11249              --
11250              From: Roderick Schertler <roderick@argon.org>
11251              Date: Tue, 06 Apr 1999 21:11:37 -0400
11252              Message-ID: <2795.923447497@eeyore.ibcinc.com>
11253              Subject: Re: chomp fails with $/ in fixed-length record mode
11254      Branch: perl
11255            ! doop.c pod/perlfunc.pod t/op/chop.t
11256 ____________________________________________________________________________
11257 [  3318] By: gsar                                  on 1999/05/07  07:56:35
11258         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11259              Date: Tue, 6 Apr 1999 01:40:36 -0400
11260              Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>
11261              Subject: [PATCH 5.005_*] Make % use fmod()
11262      Branch: perl
11263            ! pp.c t/op/arith.t
11264 ____________________________________________________________________________
11265 [  3317] By: gsar                                  on 1999/05/07  04:18:11
11266         Log: DBM Filters (via private mail)
11267              From: pmarquess@bfsec.bt.co.uk
11268              Date: Sun, 18 Apr 1999 21:05:52 +0100
11269              Message-Id: <199904182009.NAA19152@activestate.com>
11270              Subject: DBM Filters
11271      Branch: perl
11272            + pod/perldbmfilter.pod
11273            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
11274            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
11275            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
11276            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
11277            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/typemap
11278            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
11279            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
11280            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/typemap
11281            ! lib/AnyDBM_File.pm pod/Makefile pod/buildtoc pod/perl.pod
11282            ! pod/perldelta.pod t/lib/db-btree.t t/lib/db-hash.t
11283            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
11284            ! t/lib/sdbm.t
11285 ____________________________________________________________________________
11286 [  3316] By: gsar                                  on 1999/05/07  03:28:53
11287         Log: avoid negative return value from Win32::GetTickCount()
11288              From: jan.dubois@ibm.net (Jan Dubois)
11289              Date: Sat, 03 Apr 1999 19:04:18 +0200
11290              Message-ID: <37084742.22824479@smtp1.ibm.net>
11291              Subject: Re: Win32::GetTickCount
11292      Branch: perl
11293            ! win32/win32.c
11294 ____________________________________________________________________________
11295 [  3314] By: gsar                                  on 1999/05/06  08:01:23
11296         Log: compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
11297              Date: Tue, 30 Mar 1999 23:40:34 PST
11298              Message-ID: <19990331074034.6117.qmail@hotmail.com>
11299              Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
11300              --
11301              Date: Wed, 07 Apr 1999 00:28:23 -0800
11302              Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
11303              Subject: [PATCH 5.005_56] function prototypes(B.pm)
11304              --
11305              Date: Thu, 22 Apr 1999 23:40:52 -0700
11306              Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
11307              Subject: [PATCH 5.005_56 ] discarding worthless padsvs
11308              --
11309              Date: Tue, 27 Apr 1999 01:14:49 PDT
11310              Message-ID: <19990427081449.28615.qmail@hotmail.com>
11311              Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
11312      Branch: perl
11313            ! ext/B/B.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm t/op/gv.t
11314            ! t/op/ref.t
11315 ____________________________________________________________________________
11316 [  3313] By: jhi                                   on 1999/05/06  07:59:52
11317         Log: Integrate from mainperl.
11318      Branch: cfgperl
11319           !> (integrate 33 files)
11320 ____________________________________________________________________________
11321 [  3312] By: gsar                                  on 1999/05/06  07:11:50
11322         Log: add Ethiopic section to unicode master database (from Ken
11323              Whistler <kenw@sybase.com>)
11324      Branch: perl
11325            ! lib/unicode/UnicodeData-Latest.txt
11326 ____________________________________________________________________________
11327 [  3311] By: gsar                                  on 1999/05/06  05:37:55
11328         Log: From: Damon Atkins <n107844@sysmgtdev.nabaus.com.au>
11329              Date: Tue, 30 Mar 1999 11:26:11 +1000 (EST)
11330              Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>
11331              Subject: Largefiles for Solaris
11332      Branch: perl
11333            ! hints/solaris_2.sh
11334 ____________________________________________________________________________
11335 [  3310] By: gsar                                  on 1999/05/06  05:14:35
11336         Log: emit more accurate diagnostic for syntax errors involving <>
11337              within eval""
11338      Branch: perl
11339            ! toke.c utils/perldoc.PL
11340 ____________________________________________________________________________
11341 [  3309] By: gsar                                  on 1999/05/06  04:36:31
11342         Log: additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
11343      Branch: perl
11344            ! t/lib/open3.t
11345 ____________________________________________________________________________
11346 [  3308] By: gsar                                  on 1999/05/06  03:19:16
11347         Log: applied first part of suggested patch (bug described cannot be
11348              reproduced any longer, so the second inconclusive part has not
11349              been applied)
11350              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11351              Date: Sun, 28 Mar 1999 04:51:34 +0100
11352              Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
11353              Subject: [PATCH 5.005_56] Re: A core dump 
11354      Branch: perl
11355            ! toke.c
11356 ____________________________________________________________________________
11357 [  3307] By: gsar                                  on 1999/05/06  01:56:06
11358         Log: fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
11359              change#3180)
11360      Branch: perl
11361            ! op.c
11362 ____________________________________________________________________________
11363 [  3306] By: gsar                                  on 1999/05/05  17:17:34
11364         Log: applied non-conflicting parts of suggested patch
11365              From: Charles Bailey <BAILEY@newman.upenn.edu>
11366              Date: Sat, 27 Mar 1999 00:16:51 -0400 (EDT)
11367              Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
11368              Subject: [Patch 5.005_56] Revised VMS patch
11369      Branch: perl
11370            ! Changes ext/B/defsubs.h.PL hv.c iperlsys.h perl.c
11371            ! pod/perldiag.pod proto.h util.c vms/perlvms.pod vms/vms.c
11372 ____________________________________________________________________________
11373 [  3305] By: gsar                                  on 1999/05/05  16:20:19
11374         Log: make perldoc use backslashed pathnames within system() on win32
11375      Branch: perl
11376            ! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
11377 ____________________________________________________________________________
11378 [  3304] By: gsar                                  on 1999/05/05  07:29:43
11379         Log: upgrade Pod::Parser to v1.081 from CPAN
11380      Branch: perl
11381            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
11382            ! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
11383            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
11384 ____________________________________________________________________________
11385 [  3303] By: gsar                                  on 1999/05/05  07:02:07
11386         Log: From: Andy Dougherty <doughera@lafayette.edu>
11387              Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
11388              Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
11389              Subject: [PATCH 5.005_03-MT3] INSTALL patches
11390      Branch: perl
11391            ! INSTALL
11392 ____________________________________________________________________________
11393 [  3302] By: gsar                                  on 1999/05/05  06:55:21
11394         Log: load base packages based on nonexistent $VERSION
11395              From: andreas.koenig@anima.de (Andreas J. Koenig)
11396              Date: 19 Mar 1999 06:00:28 +0100
11397              Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
11398              Subject: Re: base.pm flaw
11399      Branch: perl
11400            ! lib/base.pm lib/locale.pm
11401 ____________________________________________________________________________
11402 [  3301] By: gsar                                  on 1999/05/04  05:41:08
11403         Log: pod2man outputs switched date and revision label (fix suggested by
11404              EthanSasiela@mede.com)
11405      Branch: perl
11406            ! pod/pod2man.PL
11407 ____________________________________________________________________________
11408 [  3300] By: gsar                                  on 1999/05/03  18:48:25
11409         Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
11410              (makes opendir(D,"c:") work reliably)
11411      Branch: perl
11412            ! win32/win32.c
11413 ____________________________________________________________________________
11414 [  3299] By: gsar                                  on 1999/05/02  19:39:55
11415         Log: add test case for change#3298
11416      Branch: perl
11417            ! sv.c t/op/readdir.t
11418 ____________________________________________________________________________
11419 [  3298] By: gsar                                  on 1999/05/02  19:24:41
11420         Log: close directory handles properly when localized
11421      Branch: perl
11422            ! sv.c
11423 ____________________________________________________________________________
11424 [  3297] By: jhi                                   on 1999/04/30  11:42:14
11425         Log: Integrate from mainperl.
11426      Branch: cfgperl
11427           !> Changes config_h.SH configure.com lib/AutoLoader.pm
11428           !> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
11429           !> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
11430           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
11431           !> vms/subconfigure.com win32/win32.c
11432 ____________________________________________________________________________
11433 [  3293] By: chip                                  on 1999/04/29  18:50:49
11434         Log: Fix shebang lines.
11435      Branch: maint-5.004/perl
11436            ! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
11437            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
11438            ! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
11439            ! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
11440            ! x2p/find2perl.PL x2p/s2p.PL
11441 ____________________________________________________________________________
11442 [  3284] By: gsar                                  on 1999/04/27  00:48:42
11443         Log: integrate change#3279 from maint-5.004
11444      Branch: perl
11445            ! lib/AutoLoader.pm
11446 ____________________________________________________________________________
11447 [  3279] By: chip                                  on 1999/04/26  23:09:26
11448         Log: Make &AutoLoad::AUTOLOAD reentrant.
11449      Branch: maint-5.004/perl
11450            ! lib/AutoLoader.pm
11451 ____________________________________________________________________________
11452 [  3276] By: chip                                  on 1999/04/26  22:34:36
11453         Log: Make porting scripts executable.
11454      Branch: maint-5.004/perl
11455            ! Changes Porting/genlog Porting/makerel Porting/p4desc
11456            ! Porting/patchls
11457 ____________________________________________________________________________
11458 [  3274] By: gsar                                  on 1999/04/26  17:30:31
11459         Log: allow embedded null characters in diagnostics
11460      Branch: perl
11461            ! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
11462 ____________________________________________________________________________
11463 [  3273] By: gsar                                  on 1999/04/26  08:27:22
11464         Log: hand-applied conflicting parts of suggested patch
11465              From: Charles Bailey <BAILEY@newman.upenn.edu>
11466              Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
11467              Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
11468              Subject: [PATCH 5.005_56] VMS configuration/build
11469      Branch: perl
11470            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
11471            ! vms/munchconfig.c vms/subconfigure.com
11472 ____________________________________________________________________________
11473 [  3272] By: gsar                                  on 1999/04/26  08:25:41
11474         Log: update Changes; tweak minor regressions
11475      Branch: perl
11476            ! Changes lib/AutoSplit.pm lib/File/Path.pm
11477 ____________________________________________________________________________
11478 [  3271] By: gsar                                  on 1999/04/26  07:52:51
11479         Log: integrate change#3229 from maint-5.004
11480      Branch: perl
11481            ! pp_ctl.c util.c
11482 ____________________________________________________________________________
11483 [  3270] By: gsar                                  on 1999/04/25  22:58:27
11484         Log: fix buggy reference count on refs to SVs with autoviv magic
11485              (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
11486              accessing free()d memory)
11487      Branch: perl
11488            ! pp.c t/op/ref.t
11489 ____________________________________________________________________________
11490 [  3269] By: gsar                                  on 1999/04/24  17:07:55
11491         Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
11492              on win32)
11493      Branch: perl
11494            ! win32/win32.c
11495 ____________________________________________________________________________
11496 [  3268] By: gsar                                  on 1999/04/24  16:38:25
11497         Log: kill dup hunk
11498      Branch: perl
11499            ! config_h.SH
11500 ____________________________________________________________________________
11501 [  3267] By: gsar                                  on 1999/04/24  16:35:57
11502         Log: integrate cfgperl changes into mainline
11503      Branch: perl
11504           +> myconfig.SH
11505            - myconfig
11506            ! pod/perlre.pod
11507           !> (integrate 38 files)
11508 ____________________________________________________________________________
11509 [  3266] By: jhi                                   on 1999/04/23  18:42:44
11510         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
11511              To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
11512              Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
11513              Cc: Lionel Cons <lionel.cons@cern.ch>,
11514              Ilya Zakharevich <ilya@math.ohio-state.edu>,
11515              David Hayes <david@bdel.com>
11516              Subject: [PATCH] h2ph
11517              Date: Fri, 23 Apr 1999 12:37:23 -0400
11518              Message-ID: <19990423123723.A49550@O2.chapin.edu>
11519      Branch: cfgperl
11520            ! utils/h2ph.PL
11521 ____________________________________________________________________________
11522 [  3265] By: jhi                                   on 1999/04/21  18:17:12
11523         Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
11524              To: perlbug@perl.org
11525              Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
11526              Date: Wed, 21 Apr 1999 08:17:54 -0700
11527              Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
11528      Branch: cfgperl
11529            ! vms/descrip_mms.template
11530 ____________________________________________________________________________
11531 [  3264] By: jhi                                   on 1999/04/20  08:50:54
11532         Log: From: Andy Dougherty <doughera@lafayette.edu>
11533              To: The Perl Porters Mailing List <perl5-porters@perl.org>
11534              Subject: [PATCH 5.005_56] Re: 5.006 Todo
11535              Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
11536              Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
11537      Branch: cfgperl
11538            ! Porting/pumpkin.pod
11539 ____________________________________________________________________________
11540 [  3263] By: jhi                                   on 1999/04/20  08:05:01
11541         Log: From: Chip Salzenberg <chip@perlsupport.com>
11542              To: Perl 5 Porters <perl5-porters@perl.org>
11543              Subject: [PATCH 5.005_56] Configure: $sig_count
11544              Date: Sun, 18 Apr 1999 17:54:36 -0400
11545              Message-ID: <19990418175436.A27496@perlsupport.com>
11546      Branch: cfgperl
11547            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11548            ! config_h.SH
11549 ____________________________________________________________________________
11550 [  3262] By: jhi                                   on 1999/04/19  18:23:50
11551         Log: Subject: PATCH wrong faq reference in perlbook.pod
11552              From: Robin Barker <rmb1@cise.npl.co.uk>
11553              To: perlbug@perl.com
11554              Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
11555              Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
11556      Branch: cfgperl
11557            ! pod/perlbook.pod
11558 ____________________________________________________________________________
11559 [  3261] By: jhi                                   on 1999/04/15  13:59:04
11560         Log: From: Andy Dougherty <doughera@lafayette.edu>
11561              To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
11562              Cc: Perl Porters <perl5-porters@perl.org>
11563              Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
11564              Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
11565              Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
11566      Branch: cfgperl
11567            ! hints/solaris_2.sh
11568 ____________________________________________________________________________
11569 [  3260] By: jhi                                   on 1999/04/15  13:56:53
11570         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
11571              To: pumpkings@jhereg.perl.com
11572              Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
11573              Date: Thu, 15 Apr 1999 07:13:41 -0600
11574              Message-Id: <199904151313.HAA07682@jhereg.perl.com>
11575      Branch: cfgperl
11576            ! pod/perldata.pod
11577 ____________________________________________________________________________
11578 [  3259] By: jhi                                   on 1999/04/13  23:12:52
11579         Log: LDLIBPTH also on 'clean' targets.
11580      Branch: cfgperl
11581            ! Makefile.SH
11582 ____________________________________________________________________________
11583 [  3258] By: jhi                                   on 1999/04/13  21:38:46
11584         Log: Add information about the two DEC C compiler optimizer bugs
11585              (what patch levels of the compilers fix them).
11586      Branch: cfgperl
11587            ! pp.c t/op/repeat.t
11588 ____________________________________________________________________________
11589 [  3257] By: jhi                                   on 1999/04/13  14:25:08
11590         Log: Be polite about ccdlflags and lddflags, too.
11591              Avoid Perl's malloc only when threaded.
11592      Branch: cfgperl
11593            ! hints/aix.sh
11594 ____________________________________________________________________________
11595 [  3256] By: jhi                                   on 1999/04/13  10:21:33
11596         Log: Croak if no known ways to semctl() (don't assume union semun).
11597      Branch: cfgperl
11598            ! doio.c perl.h
11599 ____________________________________________________________________________
11600 [  3255] By: jhi                                   on 1999/04/13  09:10:26
11601         Log: From: Dan Sugalski <sugalskd@osshe.edu>
11602              To: perl5-porters@perl.org, vmsperl@perl.org
11603              Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
11604              Date: Mon, 12 Apr 1999 13:36:48 -0700
11605              Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
11606      Branch: cfgperl
11607            ! lib/ExtUtils/MM_VMS.pm
11608 ____________________________________________________________________________
11609 [  3254] By: jhi                                   on 1999/04/13  06:56:26
11610         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
11611              To: perlbug@perl.com
11612              Subject: Update for OpenBSD hints
11613              Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
11614              Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
11615      Branch: cfgperl
11616            ! hints/openbsd.sh
11617 ____________________________________________________________________________
11618 [  3229] By: chip                                  on 1999/04/13  04:04:14
11619         Log: Preserve errno from importunities of sfio.
11620      Branch: maint-5.004/perl
11621            ! pp_ctl.c util.c
11622 ____________________________________________________________________________
11623 [  3226] By: jhi                                   on 1999/04/11  12:52:26
11624         Log: If both ways to call semctl are broken,    skip the tests.
11625      Branch: cfgperl
11626            ! t/lib/ipc_sysv.t
11627 ____________________________________________________________________________
11628 [  3225] By: jhi                                   on 1999/04/10  22:27:28
11629         Log: From: Andy Dougherty <doughera@lafayette.edu>
11630              To: dsembr01@ox.slug.louisville.edu
11631              Cc: perlbug@perl.com
11632              Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
11633              Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
11634              Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
11635      Branch: cfgperl
11636            ! ext/POSIX/POSIX.xs
11637 ____________________________________________________________________________
11638 [  3224] By: jhi                                   on 1999/04/09  18:50:32
11639         Log: From: Andy Dougherty <doughera@lafayette.edu>
11640              To: Perl Porters <perl5-porters@perl.org>
11641              Subject: [PATCH 5.005_56] Re: prefix= in hints
11642              Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
11643              Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
11644              
11645              (Overrides change #3204 from Kurt)
11646      Branch: cfgperl
11647            ! hints/linux.sh
11648 ____________________________________________________________________________
11649 [  3223] By: jhi                                   on 1999/04/09  18:37:55
11650         Log: Understand Apollo's //node notation.
11651              
11652              From: Johann Klasek <jk@auto.tuwien.ac.at>
11653              To: jhi@iki.fi
11654              Subject: Re: DomainPerl
11655              Date: Fri, 9 Apr 1999 18:21:37 +0200
11656              Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
11657      Branch: cfgperl
11658            ! lib/Cwd.pm
11659 ____________________________________________________________________________
11660 [  3220] By: jhi                                   on 1999/04/04  16:33:49
11661         Log: Integrate from mainperl.
11662      Branch: cfgperl
11663           !> (integrate 39 files)
11664 ____________________________________________________________________________
11665 [  3219] By: gsar                                  on 1999/04/04  02:48:17
11666         Log: tweak previous change
11667      Branch: maint-5.005/perl
11668            ! win32/win32.c
11669 ____________________________________________________________________________
11670 [  3218] By: gsar                                  on 1999/04/04  02:44:47
11671         Log: be careful about extending the stack for the Win32:: builtins
11672      Branch: maint-5.005/perl
11673            ! win32/win32.c
11674 ____________________________________________________________________________
11675 [  3217] By: gsar                                  on 1999/04/04  01:59:26
11676         Log: correct places that said newSVpv() when they meant newSVpvn()
11677      Branch: perl
11678            ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
11679            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
11680            ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
11681            ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
11682            ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
11683            ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
11684            ! win32/win32.c
11685 ____________________________________________________________________________
11686 [  3216] By: gsar                                  on 1999/04/03  23:58:27
11687         Log: avoid duplicate code
11688      Branch: perl
11689            ! sv.c
11690 ____________________________________________________________________________
11691 [  3215] By: gsar                                  on 1999/04/03  23:14:34
11692         Log: grow PL_tmps_stack more efficiently; make it more amenable to
11693              STRESS_REALLOC testing
11694      Branch: perl
11695            ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
11696            ! sv.c
11697 ____________________________________________________________________________
11698 [  3214] By: gsar                                  on 1999/04/03  21:01:09
11699         Log: scrounge and save three extra branches in pp_entersub()
11700      Branch: perl
11701            ! cv.h pp_ctl.c pp_hot.c
11702 ____________________________________________________________________________
11703 [  3213] By: gsar                                  on 1999/04/03  17:43:23
11704         Log: remove duplicate code and an extra branch in sv_setsv() and
11705              other hot code by making SvTHINKFIRST() think about FAKE SVs
11706      Branch: perl
11707            ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
11708            ! proto.h scope.c sv.c sv.h
11709 ____________________________________________________________________________
11710 [  3212] By: jhi                                   on 1999/04/03  16:20:09
11711         Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
11712              
11713              From: John Bley <jbb6@acpub.duke.edu>
11714              To: perlbug@perl.org
11715              Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
11716              Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
11717              Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
11718      Branch: cfgperl
11719            ! doio.c pp_sys.c
11720 ____________________________________________________________________________
11721 [  3211] By: jhi                                   on 1999/04/03  13:27:26
11722         Log: Change #3210 was rather unportable.  This is better.
11723      Branch: cfgperl
11724            ! Configure config_h.SH
11725 ____________________________________________________________________________
11726 [  3210] By: jhi                                   on 1999/04/03  13:16:20
11727         Log: Avoid Digital UNIX' ksh.
11728              
11729              From: Jarkko Hietaniemi <jhi@iki.fi> 
11730              To: Henrik Tougaard <ht000@siberut.foa.dk> 
11731              Cc: perlbug@perl.com, ht000@foa.dk 
11732              Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
11733              Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET) 
11734              Message-ID: <13999.10289.319422.239987@alpha.hut.fi> 
11735      Branch: cfgperl
11736            ! Configure config_h.SH
11737 ____________________________________________________________________________
11738 [  3209] By: jhi                                   on 1999/04/03  12:49:04
11739         Log: Integrate from mainperl.
11740      Branch: cfgperl
11741           !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
11742 ____________________________________________________________________________
11743 [  3208] By: jhi                                   on 1999/04/03  12:27:24
11744         Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
11745              
11746              From: Lionel Cons <lionel.cons@cern.ch>
11747              To: jhi@iki.fi
11748              Cc: perlbug@perl.com, kstar@isinet.com,
11749              Philippe Defert <philippe.defert@cern.ch>
11750              Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
11751              Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
11752              Message-Id: <199904011205.OAA11380@mercury.cern.ch>
11753      Branch: cfgperl
11754            ! hints/irix_6.sh
11755 ____________________________________________________________________________
11756 [  3207] By: jhi                                   on 1999/04/03  12:20:21
11757         Log: Be polite about usemymalloc.
11758      Branch: cfgperl
11759            ! hints/aix.sh
11760 ____________________________________________________________________________
11761 [  3206] By: gsar                                  on 1999/04/02  23:31:59
11762         Log: a typo in change#3205
11763      Branch: perl
11764            ! t/lib/bigfloatpm.t
11765 ____________________________________________________________________________
11766 [  3205] By: gsar                                  on 1999/04/02  23:20:31
11767         Log: make testsuite reflect change#3157  (Math::BigFloat->new now
11768              returns NaNs faithfully)
11769      Branch: perl
11770            ! t/lib/bigfloatpm.t
11771 ____________________________________________________________________________
11772 [  3204] By: jhi                                   on 1999/04/02  22:03:23
11773         Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
11774              
11775              From: "Kurt D. Starsinic" <kstar@chapin.edu>
11776              To: perl5-porters@perl.org
11777              Subject: linux hints nit
11778              Date: Fri, 2 Apr 1999 16:49:47 -0500
11779              Message-ID: <19990402164947.E80926@O2.chapin.edu>
11780      Branch: cfgperl
11781            ! hints/linux.sh
11782 ____________________________________________________________________________
11783 [  3203] By: jhi                                   on 1999/04/02  22:00:56
11784         Log: Display exact glibc version in Linux. 
11785              
11786              From: Andy Dougherty <doughera@lafayette.edu>
11787              To: Perl Porters <perl5-porters@perl.org>
11788              Subject: Displaying glibc version on Linux
11789              Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
11790              Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
11791      Branch: cfgperl
11792            ! hints/linux.sh
11793 ____________________________________________________________________________
11794 [  3202] By: gsar                                  on 1999/04/02  21:23:18
11795         Log: various little goofs
11796      Branch: perl
11797            ! Changes Makefile.SH README installperl
11798 ____________________________________________________________________________
11799 [  3201] By: jhi                                   on 1999/04/02  13:13:39
11800         Log: Configure regen.
11801              
11802              Add llseek + offset_t probing.
11803              Change CONFIG to CONFIGDOTSH.
11804              'unset foo' is unportable, use foo=''.
11805      Branch: cfgperl
11806            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
11807            ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
11808            ! perl_exp.SH writemain.SH
11809 ____________________________________________________________________________
11810 [  3200] By: jhi                                   on 1999/04/02  12:06:22
11811         Log: Introduce myconfig.SH.
11812              
11813              From: Andy Dougherty <doughera@lafayette.edu>
11814              To: Jarkko Hietaniemi <jhi@iki.fi>
11815              Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
11816              Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
11817              Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
11818              Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
11819      Branch: cfgperl
11820            + myconfig.SH
11821            - myconfig
11822            ! MANIFEST
11823 ____________________________________________________________________________
11824 [  3195] By: jhi                                   on 1999/03/28  16:42:54
11825         Log: Update perlhist on 5_03.
11826      Branch: maint-5.005/perl
11827            ! pod/perlhist.pod
11828 ____________________________________________________________________________
11829 [  3194] By: jhi                                   on 1999/03/28  12:30:01
11830         Log: Integrate from mainperl.
11831      Branch: cfgperl
11832           +> t/op/grep.t
11833            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
11834            ! t/lib/bigintpm.t
11835           !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
11836           !> t/lib/thread.t
11837 ____________________________________________________________________________
11838 [  3189] By: gsar                                  on 1999/03/28  08:22:00
11839         Log: various pod niggles
11840      Branch: maint-5.005/perl
11841            ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
11842            ! pod/perlfunc.pod pod/perlhist.pod
11843 ____________________________________________________________________________
11844 [  3187] By: gsar                                  on 1999/03/28  07:31:16
11845         Log: regularize CAPI declarations (CAPI extensions now build under
11846              the Borland compiler)
11847      Branch: maint-5.005/perl
11848            ! win32/GenCAPI.pl
11849 ____________________________________________________________________________
11850 [  3186] By: gsar                                  on 1999/03/28  07:26:33
11851         Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
11852              -DPERL_CAPI
11853      Branch: maint-5.005/perl
11854            ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
11855 ____________________________________________________________________________
11856 [  3183] By: gsar                                  on 1999/03/28  06:00:46
11857         Log: update p4 utility to ignore non-text files
11858      Branch: perl
11859            ! Porting/p4desc
11860 ____________________________________________________________________________
11861 [  3181] By: gsar                                  on 1999/03/28  03:37:23
11862         Log: integrate change#3179 from maint-5.005
11863      Branch: perl
11864           !> ext/Thread/Thread.xs t/lib/thread.t
11865 ____________________________________________________________________________
11866 [  3180] By: gsar                                  on 1999/03/28  02:28:20
11867         Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
11868              (sometimes caused bizarreness in the BLOCK)
11869      Branch: perl
11870            + t/op/grep.t
11871            ! MANIFEST op.c
11872 ____________________________________________________________________________
11873 [  3179] By: gsar                                  on 1999/03/28  02:14:04
11874         Log: fix thread segfault when passing large number of arguments to child
11875              a la C<Thread->new($foo, 1..1000)>
11876      Branch: maint-5.005/perl
11877            ! ext/Thread/Thread.xs t/lib/thread.t
11878 ____________________________________________________________________________
11879 [  3178] By: gbarr                                 on 1999/03/28  01:39:23
11880         Log: fix $Config{'usethreads'} typo in perlthrtut
11881              
11882              From: Ian Maloney <szhmf9@wsblob.ubs.com>
11883              Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
11884              Message-Id: <199903251540.QAA02439@wsblob.>
11885              Subject: perlthrtut documentation error
11886      Branch: maint-5.005/perl
11887            ! pod/perlthrtut.pod
11888 ____________________________________________________________________________
11889 [  3173] By: gbarr                                 on 1999/03/27  18:19:47
11890         Log: Update Test.pm to VERSION 1.122 from CPAN
11891      Branch: maint-5.005/perl
11892            ! lib/Test.pm
11893 ____________________________________________________________________________
11894 [  3171] By: jhi                                   on 1999/03/26  22:38:28
11895         Log: Integrate from mainperl.
11896      Branch: cfgperl
11897           !> (integrate 37 files)
11898 ____________________________________________________________________________
11899 [  3170] By: gsar                                  on 1999/03/26  01:30:25
11900         Log: specify type of bracket in "Unmatched bracket" diagnostic;
11901              prefer 'brace' or 'curly bracket' over 'curly brace'
11902      Branch: perl
11903            ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
11904            ! t/op/misc.t t/op/re_tests toke.c
11905 ____________________________________________________________________________
11906 [  3169] By: gsar                                  on 1999/03/26  00:50:51
11907         Log: better description of "Integer overflow" diagnostic
11908      Branch: perl
11909            ! pod/perldiag.pod
11910 ____________________________________________________________________________
11911 [  3168] By: gsar                                  on 1999/03/25  11:02:46
11912         Log: applied needful parts of suggested patch
11913              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
11914              Date: Tue, 23 Mar 1999 16:21:43 -0800
11915              Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
11916              Subject: [PATCH 5.005_56] pp_formline correction
11917      Branch: perl
11918            ! ext/B/B/Bblock.pm ext/B/B/CC.pm
11919 ____________________________________________________________________________
11920 [  3167] By: gsar                                  on 1999/03/25  10:39:02
11921         Log: clarify what a "comment" means (due to Mark-Jason Dominus
11922              <mjd@plover.com>)
11923      Branch: perl
11924            ! pod/perlsyn.pod
11925 ____________________________________________________________________________
11926 [  3166] By: gsar                                  on 1999/03/25  10:33:18
11927         Log: describe current behavior on local($foo{nothere}) (suggested by
11928              Lionel Cons <lionel.cons@cern.ch>)
11929      Branch: perl
11930            ! pod/perlsub.pod
11931 ____________________________________________________________________________
11932 [  3165] By: gsar                                  on 1999/03/25  06:21:05
11933         Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
11934              <vishalb@hotmail.com>)
11935      Branch: perl
11936            ! ext/B/B/C.pm
11937 ____________________________________________________________________________
11938 [  3164] By: gsar                                  on 1999/03/25  06:17:27
11939         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
11940              Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
11941              Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
11942              Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
11943      Branch: perl
11944            ! ext/B/B.xs op.h opcode.pl
11945 ____________________________________________________________________________
11946 [  3163] By: gsar                                  on 1999/03/25  06:15:49
11947         Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
11948              Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
11949              Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
11950              Subject: [PATCH _56] B::Deparse 0.57
11951              --
11952              Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
11953              Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
11954              Subject: Re: [PATCH _56] B::Deparse 0.57 
11955      Branch: perl
11956            ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
11957 ____________________________________________________________________________
11958 [  3162] By: gsar                                  on 1999/03/25  06:11:46
11959         Log: fix a few places that said 'int', but meant 'STRLEN'
11960      Branch: perl
11961            ! pod/perlguts.pod proto.h sv.c
11962 ____________________________________________________________________________
11963 [  3161] By: gsar                                  on 1999/03/25  06:01:18
11964         Log: From: Russ Allbery <rra@stanford.edu>
11965              Date: 22 Mar 1999 04:26:26 -0800
11966              Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
11967              Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
11968      Branch: perl
11969            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
11970            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
11971            ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
11972            ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
11973 ____________________________________________________________________________
11974 [  3160] By: gsar                                  on 1999/03/25  02:26:31
11975         Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
11976      Branch: perl
11977            ! opcode.h opcode.pl
11978 ____________________________________________________________________________
11979 [  3159] By: gsar                                  on 1999/03/25  02:18:17
11980         Log: add statement-modifier loops to :base_loop class
11981      Branch: perl
11982            ! ext/Opcode/Opcode.pm
11983 ____________________________________________________________________________
11984 [  3158] By: gsar                                  on 1999/03/25  00:36:57
11985         Log: integrate changes#3105,3130,3154 from maint-5.005
11986      Branch: perl
11987           !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
11988 ____________________________________________________________________________
11989 [  3157] By: gsar                                  on 1999/03/25  00:24:17
11990         Log: remove bogus panic()
11991      Branch: perl
11992            ! Changes lib/Math/BigFloat.pm
11993 ____________________________________________________________________________
11994 [  3156] By: jhi                                   on 1999/03/24  22:43:43
11995         Log: Integrate from mainperl.
11996      Branch: cfgperl
11997           +> (branch 38 files)
11998           !> (integrate 68 files)
11999 ____________________________________________________________________________
12000 [  3155] By: jhi                                   on 1999/03/24  22:12:17
12001         Log: Configure regenerated because of changes #3130/#3154 and #3147.
12002      Branch: cfgperl
12003            ! Configure config_h.SH
12004 ____________________________________________________________________________
12005 [  3154] By: jhi                                   on 1999/03/24  21:40:51
12006         Log: Reword the shared library search path (LD_LIBRARY_PATH) info
12007              based on suggestions from Andy Dougherty.
12008      Branch: maint-5.005/perl
12009            ! INSTALL
12010 ____________________________________________________________________________
12011 [  3153] By: gsar                                  on 1999/03/24  10:38:05
12012         Log: applied suggested patch, modulo superceded parts
12013              From: Charles Bailey <BAILEY@newman.upenn.edu>
12014              Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
12015              Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
12016              Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
12017      Branch: perl
12018            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
12019            ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
12020            ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
12021            ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
12022 ____________________________________________________________________________
12023 [  3152] By: gsar                                  on 1999/03/24  10:30:51
12024         Log: applied suggested patch, modulo superceded parts
12025              From: Charles Bailey <BAILEY@newman.upenn.edu>
12026              Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
12027              Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
12028              Subject: [PATCH 5.005_56] Miscellaneous small fixes
12029      Branch: perl
12030            ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
12031            ! lib/File/Basename.pm
12032 ____________________________________________________________________________
12033 [  3151] By: gsar                                  on 1999/03/24  10:15:00
12034         Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
12035      Branch: perl
12036            ! pod/perlop.pod
12037 ____________________________________________________________________________
12038 [  3150] By: gsar                                  on 1999/03/24  10:09:13
12039         Log: missing integration in previous change
12040      Branch: perl
12041           !> README.apollo
12042 ____________________________________________________________________________
12043 [  3149] By: gsar                                  on 1999/03/24  10:06:44
12044         Log: integrate changes#3116,3119 from maint-5.005
12045      Branch: perl
12046            + README.apollo
12047           +> apollo/netinet/in.h
12048           !> MANIFEST hints/apollo.sh t/lib/io_udp.t
12049 ____________________________________________________________________________
12050 [  3148] By: gsar                                  on 1999/03/24  10:01:56
12051         Log: integrate changes#3091-3094 from maint-5.005
12052      Branch: perl
12053           !> README.hurd vms/subconfigure.com vos/config.h
12054           !> vos/config_h.SH_orig
12055 ____________________________________________________________________________
12056 [  3147] By: gsar                                  on 1999/03/24  09:31:49
12057         Log: warn about newfangled vfork() caveats
12058      Branch: perl
12059            ! Configure
12060 ____________________________________________________________________________
12061 [  3146] By: jhi                                   on 1999/03/24  09:20:14
12062         Log: Bring in changes #2808 and #2812 (from mainline perl)
12063              that enhance the perlbug checklist.
12064      Branch: maint-5.005/perl
12065            ! utils/perlbug.PL
12066 ____________________________________________________________________________
12067 [  3145] By: gsar                                  on 1999/03/24  08:37:02
12068         Log: integrate change#3115 from maint-5.005
12069      Branch: perl
12070           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
12071           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
12072 ____________________________________________________________________________
12073 [  3144] By: gsar                                  on 1999/03/24  08:33:59
12074         Log: add note about map in scalar context
12075      Branch: perl
12076            ! pod/perlfunc.pod
12077 ____________________________________________________________________________
12078 [  3143] By: gsar                                  on 1999/03/24  08:25:59
12079         Log: doc tweak
12080      Branch: perl
12081            ! lib/Time/Local.pm
12082 ____________________________________________________________________________
12083 [  3142] By: gsar                                  on 1999/03/24  08:20:37
12084         Log: applied suggested patch, modulo bogus hunk
12085              From: "Vishal Bhatia" <vishalb@hotmail.com>
12086              Date: Thu, 11 Mar 1999 07:40:27 PST
12087              Message-ID: <19990311154027.25891.qmail@hotmail.com>
12088              Subject: [PATCH 5.005_56] Minor fixes in perlcc
12089      Branch: perl
12090            ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
12091 ____________________________________________________________________________
12092 [  3141] By: gsar                                  on 1999/03/24  08:06:12
12093         Log: integrate change#3104 from maint-5.005
12094      Branch: perl
12095           !> README.os390 t/lib/posix.t
12096 ____________________________________________________________________________
12097 [  3140] By: gsar                                  on 1999/03/24  06:34:56
12098         Log: fix failure of C<&locked_sub;> under -Dusethreads
12099      Branch: perl
12100            ! pp_hot.c t/lib/thread.t
12101 ____________________________________________________________________________
12102 [  3139] By: gsar                                  on 1999/03/24  05:52:00
12103         Log: debugger tweak (wasn't printing a newline after recalled commands)
12104      Branch: perl
12105            ! lib/perl5db.pl
12106 ____________________________________________________________________________
12107 [  3138] By: gsar                                  on 1999/03/24  05:33:28
12108         Log: document OO exceptions (based on a suggestion by Andreas Koenig
12109              <andreas.koenig@anima.de>)
12110      Branch: perl
12111            ! pod/perlfunc.pod
12112 ____________________________________________________________________________
12113 [  3137] By: gsar                                  on 1999/03/24  02:50:20
12114         Log: better "Illegal %s digit ignored" warnings
12115      Branch: perl
12116            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
12117            ! toke.c util.c
12118 ____________________________________________________________________________
12119 [  3136] By: gsar                                  on 1999/03/24  02:26:38
12120         Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
12121      Branch: perl
12122            + t/pragma/utf8.t
12123            ! regcomp.c
12124 ____________________________________________________________________________
12125 [  3135] By: gsar                                  on 1999/03/24  01:29:09
12126         Log: flip release & version in win32_uname()
12127      Branch: perl
12128            ! win32/win32.c
12129 ____________________________________________________________________________
12130 [  3134] By: gsar                                  on 1999/03/24  01:08:33
12131         Log: support POSIX::uname() via win32_uname()
12132      Branch: perl
12133            ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
12134            ! win32/config.gc win32/config.vc win32/config_H.bc
12135            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
12136            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
12137 ____________________________________________________________________________
12138 [  3133] By: gsar                                  on 1999/03/23  22:20:10
12139         Log: From: jan.dubois@ibm.net (Jan Dubois)
12140              Date: Sat, 06 Mar 1999 21:42:56 +0100
12141              Message-ID: <36e49281.50337171@smtp1.ibm.net>
12142              Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
12143      Branch: perl
12144            ! pod/perldelta.pod
12145 ____________________________________________________________________________
12146 [  3132] By: gsar                                  on 1999/03/23  22:17:45
12147         Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
12148              Date: Sat, 06 Mar 1999 17:50:49 +0100
12149              Message-ID: <36e25209.33833760@smtp1.ibm.net>
12150              Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
12151              --
12152              Date: Sat, 06 Mar 1999 18:15:00 +0100
12153              Message-ID: <36e36222.37954195@smtp1.ibm.net>
12154              Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
12155      Branch: perl
12156            + t/lib/filefunc.t
12157            ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
12158            ! pod/perldelta.pod pod/perlmodlib.pod
12159 ____________________________________________________________________________
12160 [  3131] By: gsar                                  on 1999/03/23  22:07:59
12161         Log: integrate cfgperl changes into mainline
12162      Branch: perl
12163           +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
12164           !> Configure Makefile.SH config_h.SH configure.gnu handy.h
12165           !> installperl malloc.c perl.c perl.h pod/perl.pod
12166           !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
12167 ____________________________________________________________________________
12168 [  3130] By: jhi                                   on 1999/03/23  22:02:23
12169         Log: Don't use config.msg to remind about the
12170              LD_LIBRARY_PATH because Makefile.SH takes
12171              care of that.
12172              
12173              Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
12174              This used to be the default but in some MT or another it
12175              was dropped because of some transient error or another.
12176      Branch: maint-5.005/perl
12177            ! Configure hints/dec_osf.sh
12178 ____________________________________________________________________________
12179 [  3129] By: gsar                                  on 1999/03/23  21:38:03
12180         Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
12181              to size    and better maintainability)
12182      Branch: perl
12183            + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
12184            + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
12185            + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
12186            + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
12187            + t/pod/headings.t t/pod/headings.xr t/pod/include.t
12188            + t/pod/include.xr t/pod/included.t t/pod/included.xr
12189            + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
12190            + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
12191            + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
12192            + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
12193            + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
12194            ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
12195            ! win32/Makefile win32/makefile.mk win32/pod.mak
12196 ____________________________________________________________________________
12197 [  3128] By: jhi                                   on 1999/03/23  10:14:54
12198         Log: Integrate from mainperl.
12199      Branch: cfgperl
12200           !> (integrate 46 files)
12201 ____________________________________________________________________________
12202 [  3127] By: gsar                                  on 1999/03/23  06:57:30
12203         Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
12204              Date: Thu, 4 Mar 1999 10:54:01 -0800
12205              Message-Id: <9903041854.AA46868@frc0000>
12206              Subject: patch for useless Math::BigInt warnings
12207      Branch: perl
12208            ! lib/Math/BigInt.pm
12209 ____________________________________________________________________________
12210 [  3126] By: gsar                                  on 1999/03/23  05:54:37
12211         Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
12212              From: "Kurt D. Starsinic" <kstar@chapin.edu>
12213              Date: Fri, 19 Feb 1999 15:47:59 -0500
12214              Message-ID: <19990219154759.A32350@O2.chapin.edu>
12215              Subject: [PATCH] OSF/1 hints
12216      Branch: perl
12217            ! hints/dec_osf.sh
12218 ____________________________________________________________________________
12219 [  3125] By: gsar                                  on 1999/03/23  00:56:38
12220         Log: avoid typeglob persistence in pp_readline()
12221      Branch: perl
12222            ! sv.c t/op/gv.t
12223 ____________________________________________________________________________
12224 [  3124] By: gsar                                  on 1999/03/22  21:12:23
12225         Log: update copyright years
12226      Branch: perl
12227            ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
12228            ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
12229            ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
12230            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
12231            ! sv.c sv.h toke.c utf8.c utf8.h util.c
12232 ____________________________________________________________________________
12233 [  3123] By: gsar                                  on 1999/03/22  07:07:06
12234         Log: implement win32_spawnvp() internally, making it return true PIDs
12235              for asynchronous spawns; fix win32_kill() to always deal with
12236              PIDs
12237      Branch: perl
12238            ! win32/win32.c win32/win32.h
12239 ____________________________________________________________________________
12240 [  3122] By: jhi                                   on 1999/03/19  21:12:14
12241         Log: Describe the new Benchmark feature in more detail.
12242      Branch: cfgperl
12243            ! pod/perldelta.pod
12244      Branch: maint-5.005/perl
12245            ! pod/perldelta.pod
12246 ____________________________________________________________________________
12247 [  3121] By: jhi                                   on 1999/03/19  08:16:12
12248         Log: AVAILABILITY tuning.
12249      Branch: cfgperl
12250            ! pod/perl.pod
12251      Branch: maint-5.005/perl
12252            ! pod/perl.pod
12253 ____________________________________________________________________________
12254 [  3120] By: jhi                                   on 1999/03/17  14:52:17
12255         Log: Rhapsody change assumed too much.
12256      Branch: cfgperl
12257            ! t/op/stat.t
12258 ____________________________________________________________________________
12259 [  3119] By: jhi                                   on 1999/03/17  14:33:43
12260         Log: More Apollo fixes.
12261      Branch: maint-5.005/perl
12262            ! README.apollo hints/apollo.sh t/lib/io_udp.t
12263 ____________________________________________________________________________
12264 [  3118] By: jhi                                   on 1999/03/16  17:23:39
12265         Log: Nada.
12266      Branch: maint-5.005/perl
12267            ! README.apollo
12268 ____________________________________________________________________________
12269 [  3117] By: jhi                                   on 1999/03/16  17:18:49
12270         Log: Apollo DomainOS AVAILABILITY.
12271      Branch: cfgperl
12272            ! pod/perl.pod
12273      Branch: maint-5.005/perl
12274            ! pod/perl.pod
12275 ____________________________________________________________________________
12276 [  3116] By: jhi                                   on 1999/03/16  17:14:00
12277         Log: Apollo DomainOS patch
12278              From: Johann Klasek <jk@auto.tuwien.ac.at>
12279              Subject: Re: DomainPerl
12280              Date: Tue, 16 Mar 1999 17:46:32 +0100
12281              Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
12282      Branch: maint-5.005/perl
12283            + README.apollo apollo/netinet/in.h
12284            ! MANIFEST hints/apollo.sh
12285 ____________________________________________________________________________
12286 [  3115] By: jhi                                   on 1999/03/16  14:23:54
12287         Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
12288              To: Gurusamy Sarathy <gsar@activestate.com>,
12289              Graham Barr <gbarr@pobox.com>
12290              Cc: Perl5 Porters <perl5-porters@perl.org>,
12291              "Paul.Marquess" <Paul.Marquess@btinternet.com>
12292              Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
12293              Date: Sun, 14 Mar 1999 14:43:57 -0000
12294              Message-Id: <199903141841.NAA17040@defender.perl.org>
12295      Branch: maint-5.005/perl
12296            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
12297            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
12298 ____________________________________________________________________________
12299 [  3114] By: jhi                                   on 1999/03/16  12:42:20
12300         Log: Mention Rhapsody in 5.005_5X perldelta,
12301              and in Rhapsody and Netware in 5.005_0X and 5.005_5X
12302              *planned* AVAILABILITY.
12303      Branch: cfgperl
12304            ! pod/perl.pod pod/perldelta.pod
12305      Branch: maint-5.005/perl
12306            ! pod/perl.pod
12307 ____________________________________________________________________________
12308 [  3113] By: jhi                                   on 1999/03/16  10:38:53
12309         Log: perldelta niggling.
12310      Branch: cfgperl
12311            ! pod/perldelta.pod
12312      Branch: maint-5.005/perl
12313            ! pod/perldelta.pod
12314 ____________________________________________________________________________
12315 [  3112] By: jhi                                   on 1999/03/16  10:35:21
12316         Log: Integrate from mainperl.
12317      Branch: cfgperl
12318           !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
12319           !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
12320 ____________________________________________________________________________
12321 [  3111] By: jhi                                   on 1999/03/16  10:28:10
12322         Log: AVAILABILITY update: still mention PowerUX,
12323              Novell Netware now has sources available.
12324      Branch: cfgperl
12325            ! pod/perl.pod
12326      Branch: maint-5.005/perl
12327            ! pod/perl.pod
12328 ____________________________________________________________________________
12329 [  3110] By: gsar                                  on 1999/03/16  04:34:23
12330         Log: sundry pod niggles
12331      Branch: perl
12332            ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
12333            ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
12334 ____________________________________________________________________________
12335 [  3109] By: jhi                                   on 1999/03/15  17:00:11
12336         Log: Integrate from mainperl.
12337      Branch: cfgperl
12338           +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
12339           +> lib/unicode/Is/Syllable.pl
12340           +> lib/unicode/MakeEthiopicSyllables.PL
12341           +> lib/unicode/README.Ethiopic
12342           !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
12343           !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
12344           !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
12345           !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
12346           !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
12347           !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
12348           !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
12349           !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
12350 ____________________________________________________________________________
12351 [  3108] By: jhi                                   on 1999/03/15  16:58:12
12352         Log: First pass of integrating the Rhapsody port,
12353              
12354              From: Wilfredo Sanchez <wsanchez@apple.com> 
12355              Subject: Keeping the world in sync.
12356              Reply-To: wsanchez@apple.com 
12357              To: perlbug@perl.com 
12358              Date: Fri, 13 Nov 1998 17:11:30 -0800 
12359              Message-Id: <199811140111.RAA41784@scv4.apple.com> 
12360      Branch: cfgperl
12361            + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
12362            ! Configure Makefile.SH config_h.SH configure.gnu handy.h
12363            ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
12364            ! x2p/util.c
12365 ____________________________________________________________________________
12366 [  3107] By: gsar                                  on 1999/03/15  03:22:10
12367         Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
12368              From: Daniel Yacob <dmulholl@cs.indiana.edu>
12369              Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
12370              Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
12371              Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
12372      Branch: perl
12373            + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
12374            + lib/unicode/Is/Syllable.pl
12375            + lib/unicode/MakeEthiopicSyllables.PL
12376            + lib/unicode/README.Ethiopic
12377            ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
12378            ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
12379            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
12380            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
12381            ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
12382            ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
12383            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
12384            ! lib/unicode/Name.pl lib/unicode/Number.pl
12385 ____________________________________________________________________________
12386 [  3106] By: gsar                                  on 1999/03/12  20:35:36
12387         Log: change#3067 failed package.t due to needless creation of $a and $b;
12388              fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
12389      Branch: perl
12390            ! op.c
12391 ____________________________________________________________________________
12392 [  3105] By: jhi                                   on 1999/03/12  15:54:57
12393         Log: Recognize the NetBSD packages collection.
12394      Branch: maint-5.005/perl
12395            ! hints/netbsd.sh
12396 ____________________________________________________________________________
12397 [  3104] By: jhi                                   on 1999/03/12  09:07:04
12398         Log: From: pvhp@forte.com (Peter Prymmer)
12399              To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
12400              Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
12401              Date: Thu, 11 Mar 99 14:24:54 PST
12402              Message-Id: <9903112224.AA24346@forte.com>
12403      Branch: maint-5.005/perl
12404            ! README.os390 t/lib/posix.t
12405 ____________________________________________________________________________
12406 [  3103] By: jhi                                   on 1999/03/10  11:07:46
12407         Log: Integrate from mainperl.
12408      Branch: cfgperl
12409           !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
12410           !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
12411           !> t/pragma/warn/1global toke.c win32/makedef.pl
12412 ____________________________________________________________________________
12413 [  3102] By: jhi                                   on 1999/03/10  11:01:20
12414         Log: From: pvhp@forte.com (Peter Prymmer)
12415              To: perl5-porters@perl.org
12416              Subject: [5.005_03-MT6]Patch: time passes
12417              Date: Tue, 9 Mar 99 18:42:17 PST
12418              Message-Id: <9903100242.AA29057@forte.com>
12419      Branch: maint-5.005/perl
12420            ! perl.c
12421 ____________________________________________________________________________
12422 [  3101] By: jhi                                   on 1999/03/10  10:30:15
12423         Log: From: Mark-Jason Dominus <mjd@plover.com>
12424              To: perl5-porters@perl.com
12425              Subject: Minor fix to perlfunc.pod
12426              Date: Mon, 08 Mar 1999 20:05:53 -0500
12427              Message-ID: <19990309010553.13757.qmail@plover.com>
12428      Branch: maint-5.005/perl
12429            ! pod/perlfunc.pod
12430 ____________________________________________________________________________
12431 [  3100] By: gsar                                  on 1999/03/09  23:04:44
12432         Log: change#3060 had the wrong quotes
12433      Branch: perl
12434            ! pod/pod2man.PL
12435 ____________________________________________________________________________
12436 [  3099] By: jhi                                   on 1999/03/09  12:52:21
12437         Log: d_uname was broken (probably since _53), reported by
12438              
12439              From: Alan Burlison <Alan.Burlison@uk.sun.com>
12440              To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
12441              cpan-testers@perl.org
12442              Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
12443              Date: Mon, 08 Mar 1999 13:22:31 +0000
12444              Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
12445              
12446              and
12447              
12448              From: lvirden@cas.org (Larry W. Virden)
12449              To: perlbug@perl.com
12450              Subject: configure not correctly identifying uname posix compatibility
12451              Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
12452              Message-Id: <199903081136.GAA23682@cas.org>
12453      Branch: cfgperl
12454            ! Configure config_h.SH
12455 ____________________________________________________________________________
12456 [  3098] By: gsar                                  on 1999/03/09  03:16:07
12457         Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
12458      Branch: perl
12459            ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
12460 ____________________________________________________________________________
12461 [  3097] By: gsar                                  on 1999/03/09  02:50:43
12462         Log: use yyerror() instead of croak() so that compile-time failures in
12463              my(LIST) don't confuse globals with lexicals
12464      Branch: perl
12465            ! op.c toke.c
12466 ____________________________________________________________________________
12467 [  3096] By: gsar                                  on 1999/03/09  02:47:36
12468         Log: adjust testsuite for change#3067
12469      Branch: perl
12470            ! t/pragma/warn/1global
12471 ____________________________________________________________________________
12472 [  3095] By: gsar                                  on 1999/03/08  21:04:48
12473         Log: remove bogus symbols from global.sym
12474      Branch: perl
12475            ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
12476            ! perl.h win32/makedef.pl
12477 ____________________________________________________________________________
12478 [  3094] By: jhi                                   on 1999/03/06  16:16:15
12479         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
12480              To: jhi@iki.fi
12481              Subject: Oops
12482              Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
12483              Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
12484      Branch: maint-5.005/perl
12485            ! README.hurd
12486 ____________________________________________________________________________
12487 [  3093] By: jhi                                   on 1999/03/06  15:59:46
12488         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
12489              To: jhi@iki.fi
12490              Subject: New Hurd README
12491              Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
12492              Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
12493      Branch: maint-5.005/perl
12494            ! README.hurd
12495 ____________________________________________________________________________
12496 [  3092] By: jhi                                   on 1999/03/06  12:52:06
12497         Log: From: Paul_Green@stratus.com
12498              To: perl5-porters@perl.org
12499              Cc: jhi@iki.fi, Paul_Green@stratus.com
12500              Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
12501              Date: Fri, 5 Mar 1999 18:08:49 -0500 
12502              Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
12503      Branch: maint-5.005/perl
12504            ! vos/config.h vos/config_h.SH_orig
12505 ____________________________________________________________________________
12506 [  3091] By: jhi                                   on 1999/03/06  12:42:21
12507         Log: From: Dan Sugalski <sugalskd@osshe.edu>
12508              To: perl5-porters@perl.org, vmsperl@perl.org
12509              Subject: [PATCH 5.005_03-MT6]VMS build patch
12510              Date: Fri, 05 Mar 1999 12:36:19 -0800
12511              Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
12512      Branch: maint-5.005/perl
12513            ! vms/subconfigure.com
12514 ____________________________________________________________________________
12515 [  3090] By: gsar                                  on 1999/03/06  04:40:03
12516         Log: integrate change#3089 from mainline
12517              
12518              tolerate CRs after options
12519      Branch: maint-5.005/perl
12520           !> perl.c
12521 ____________________________________________________________________________
12522 [  3089] By: gsar                                  on 1999/03/06  04:30:40
12523         Log: tolerate CRs after options
12524      Branch: perl
12525            ! perl.c
12526 ____________________________________________________________________________
12527 [  3088] By: jhi                                   on 1999/03/05  12:49:01
12528         Log: Integrate from mainperl.
12529      Branch: cfgperl
12530           +> README.hurd
12531           !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
12532 ____________________________________________________________________________
12533 [  3087] By: gsar                                  on 1999/03/05  06:41:16
12534         Log: adjust timeouts to accomodate slow/busy systems
12535      Branch: perl
12536            ! t/lib/io_sock.t
12537 ____________________________________________________________________________
12538 [  3083] By: gsar                                  on 1999/03/05  01:32:47
12539         Log: integrate change#3081 from maint-5.005
12540      Branch: perl
12541           !> ext/Errno/Errno_pm.PL
12542 ____________________________________________________________________________
12543 [  3082] By: gsar                                  on 1999/03/05  01:31:06
12544         Log: integrate change#2904 from maint-5.005
12545      Branch: perl
12546           +> README.hurd
12547           !> MANIFEST
12548 ____________________________________________________________________________
12549 [  3081] By: gsar                                  on 1999/03/05  00:14:33
12550         Log: protect against doubled backslashes
12551      Branch: maint-5.005/perl
12552            ! ext/Errno/Errno_pm.PL
12553 ____________________________________________________________________________
12554 [  3077] By: jhi                                   on 1999/03/04  08:10:13
12555         Log: Integrate from mainperl.
12556      Branch: cfgperl
12557           +> ext/B/B/Stash.pm
12558           !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
12559           !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
12560           !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
12561           !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
12562 ____________________________________________________________________________
12563 [  3076] By: jhi                                   on 1999/03/04  08:07:59
12564         Log: Regen config_h.SH once more because of *size, 
12565              noticed by
12566              
12567              From: Hans Mulder <hansm@icgned.icgroup.nl>
12568              To: Jarkko Hietaniemi <jhi@iki.fi>
12569              Cc: perl5-porters@perl.org
12570              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
12571              Date: Thu,  4 Mar 99 00:10:45 +0100
12572              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
12573      Branch: cfgperl
12574            ! Configure config_h.SH
12575 ____________________________________________________________________________
12576 [  3068] By: gsar                                  on 1999/03/04  05:48:03
12577         Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
12578              Date: Thu,  4 Mar 99 00:10:45 +0100
12579              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
12580              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
12581      Branch: perl
12582            ! config_h.SH
12583 ____________________________________________________________________________
12584 [  3067] By: gsar                                  on 1999/03/04  05:44:32
12585         Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
12586              From: Graham Barr <gbarr@ti.com>
12587              Date: Wed, 3 Mar 1999 17:23:56 -0600
12588              Message-ID: <19990303172356.F7442@dal.asp.ti.com>
12589              Subject: Re: 'use strict' doesn't work for one-letter variables
12590      Branch: perl
12591            ! gv.c op.c
12592 ____________________________________________________________________________
12593 [  3066] By: gsar                                  on 1999/03/04  05:20:50
12594         Log: updates to compiler modules
12595              From: "Vishal Bhatia" <vishalb@hotmail.com>
12596              Date: Tue, 02 Mar 1999 23:27:25 PST
12597              Message-ID: <19990303072725.779.qmail@hotmail.com>
12598              Subject: PATCH 5.005_56 + Test procedure
12599      Branch: perl
12600            + ext/B/B/Stash.pm
12601            ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
12602            ! lib/Test/Harness.pm utils/perlcc.PL
12603 ____________________________________________________________________________
12604 [  3065] By: gsar                                  on 1999/03/04  05:03:30
12605         Log: more s/s_/s!/ etc.
12606      Branch: perl
12607            ! pod/perldelta.pod pod/perlfunc.pod
12608 ____________________________________________________________________________
12609 [  3064] By: gsar                                  on 1999/03/04  04:50:45
12610         Log: integrate cfgperl contents into mainline
12611      Branch: perl
12612           !> Configure README.vms bytecode.h config_h.SH configure.com
12613           !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
12614           !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
12615           !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
12616 ____________________________________________________________________________
12617 [  3063] By: gsar                                  on 1999/03/04  04:44:13
12618         Log: HP-UX has yet another spelling for /NaNQ?/
12619      Branch: perl
12620            ! t/lib/bigfloatpm.t
12621 ____________________________________________________________________________
12622 [  3062] By: gsar                                  on 1999/03/04  04:36:08
12623         Log: error-check for accept() test
12624      Branch: perl
12625            ! t/lib/io_sock.t
12626 ____________________________________________________________________________
12627 [  3061] By: gsar                                  on 1999/03/04  03:40:25
12628         Log: allow custom comparison function in File::Compare::compare_text()
12629              From: jan.dubois@ibm.net (Jan Dubois)
12630              Date: Fri, 26 Feb 1999 21:56:09 +0100
12631              Message-ID: <36db0838.8805651@smtp1.ibm.net>
12632              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
12633      Branch: perl
12634            ! lib/File/Compare.pm
12635 ____________________________________________________________________________
12636 [  3060] By: gsar                                  on 1999/03/04  03:37:38
12637         Log: better version of change#3038
12638              From: abigail@fnx.com
12639              Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
12640              Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
12641              Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
12642      Branch: perl
12643            ! pod/pod2man.PL
12644 ____________________________________________________________________________
12645 [  3058] By: jhi                                   on 1999/03/03  22:30:40
12646         Log: Configure regen to
12647              (1) match maint-5.005 patches #3056 and #3057
12648              (2) better version of PHOSTNAME of #3050
12649              (3) the crosscompile/multiarch config_h.SH trouble solved for now
12650      Branch: cfgperl
12651            ! Configure config_h.SH
12652 ____________________________________________________________________________
12653 [  3054] By: jhi                                   on 1999/03/03  09:57:59
12654         Log: Change #3053 missed perldelta.
12655      Branch: cfgperl
12656            ! pod/perldelta.pod
12657 ____________________________________________________________________________
12658 [  3053] By: jhi                                   on 1999/03/03  08:29:43
12659         Log: Use '!' to mark native integer packings instead of '_'.
12660      Branch: cfgperl
12661            ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
12662 ____________________________________________________________________________
12663 [  3052] By: jhi                                   on 1999/03/02  23:12:36
12664         Log: The HP-UX threads patch (change #3028) is needed also here.
12665      Branch: cfgperl
12666            ! hints/hpux.sh thread.h
12667 ____________________________________________________________________________
12668 [  3051] By: jhi                                   on 1999/03/02  08:24:52
12669         Log: From: Dan Sugalski <sugalskd@osshe.edu>
12670              To: perl5-porters@perl.org, vmsperl@perl.org
12671              Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
12672              Date: Mon, 01 Mar 1999 16:10:57 -0800
12673              Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
12674      Branch: cfgperl
12675            ! README.vms
12676      Branch: maint-5.005/perl
12677            ! README.vms
12678 ____________________________________________________________________________
12679 [  3050] By: jhi                                   on 1999/03/02  08:22:29
12680         Log: From: Dan Sugalski <sugalskd@osshe.edu>
12681              To: perl5-porters@perl.org, vmsperl@perl.org
12682              Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
12683              Date: Mon, 01 Mar 1999 16:06:29 -0800
12684              Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
12685              
12686              From: Dan Sugalski <sugalskd@osshe.edu>
12687              To: perl5-porters@perl.org, vmsperl@perl.org
12688              Subject: [PATCH 5.005_56]vmsish.pm patch
12689              Date: Mon, 01 Mar 1999 20:19:04 -0800
12690              Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
12691              
12692              plus Configure regen containing a "solution" to the
12693              crosscompile/multiarch problem.
12694      Branch: cfgperl
12695            ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
12696            ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
12697 ____________________________________________________________________________
12698 [  3049] By: jhi                                   on 1999/03/02  07:34:21
12699         Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
12700              To: perl5-porters@perl.org
12701              Subject: [PATCH] Eliminate (valid) warning in byterun.c
12702              Date: Mon, 01 Mar 1999 17:27:59 -0500
12703              Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
12704      Branch: cfgperl
12705            ! bytecode.h
12706      Branch: maint-5.005/perl
12707            ! bytecode.h
12708 ____________________________________________________________________________
12709 [  3048] By: gsar                                  on 1999/03/02  06:41:21
12710         Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
12711      Branch: perl
12712            ! MANIFEST README.hpux
12713 ____________________________________________________________________________
12714 [  3047] By: jhi                                   on 1999/03/01  06:34:43
12715         Log: Integrate from mainperl.
12716      Branch: cfgperl
12717           +> README.hpux lib/File/Spec/Functions.pm
12718           !> (integrate 28 files)
12719 ____________________________________________________________________________
12720 [  3046] By: gsar                                  on 1999/03/01  05:34:28
12721         Log: this is 5.005_56
12722      Branch: perl
12723            ! Changes
12724
12725 ----------------
12726 Version 5.005_56
12727 ----------------
12728
12729 ____________________________________________________________________________
12730 [  3045] By: gsar                                  on 1999/03/01  03:32:30
12731         Log: destroy PL_svref_mutex in perl_destruct()
12732      Branch: perl
12733            ! perl.c
12734 ____________________________________________________________________________
12735 [  3044] By: gsar                                  on 1999/03/01  00:38:50
12736         Log: up patchlevel &c.
12737      Branch: perl
12738            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
12739            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12740            ! win32/makefile.mk
12741 ____________________________________________________________________________
12742 [  3043] By: gsar                                  on 1999/03/01  00:14:15
12743         Log: integrate cfgperl contents into mainline
12744      Branch: perl
12745            ! pod/perldelta.pod
12746           !> Configure config_h.SH
12747 ____________________________________________________________________________
12748 [  3042] By: gsar                                  on 1999/02/28  23:55:08
12749         Log: slightly edited version of suggested patch
12750              From: jan.dubois@ibm.net (Jan Dubois)
12751              Date: Mon, 01 Mar 1999 00:32:05 +0100
12752              Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
12753              Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
12754      Branch: perl
12755            + lib/File/Spec/Functions.pm
12756            ! MANIFEST lib/File/Spec.pm
12757 ____________________________________________________________________________
12758 [  3041] By: gsar                                  on 1999/02/28  22:47:19
12759         Log: fix subtle bug in eval'' testsuite
12760      Branch: perl
12761            ! t/op/eval.t
12762 ____________________________________________________________________________
12763 [  3040] By: gsar                                  on 1999/02/28  22:46:24
12764         Log: avoid literal control characters in change#3039
12765      Branch: perl
12766            ! t/base/lex.t
12767 ____________________________________________________________________________
12768 [  3039] By: gsar                                  on 1999/02/28  21:47:18
12769         Log: todo item: permit extended control variables a la ${^Foo} (patch
12770              courtesy Mark-Jason Dominus <mjd@plover.com>)
12771      Branch: perl
12772            ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
12773            ! t/base/lex.t toke.c
12774 ____________________________________________________________________________
12775 [  3038] By: gsar                                  on 1999/02/28  21:21:05
12776         Log: From: abigail@fnx.com
12777              Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
12778              Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
12779              Subject: Recognize -> and => inside [A-Z]<> sequences.
12780      Branch: perl
12781            ! pod/pod2man.PL
12782 ____________________________________________________________________________
12783 [  3037] By: gsar                                  on 1999/02/28  21:12:22
12784         Log: fix longstanding bug: searches for lexicals originating within eval''
12785              weren't stopping at the subroutine boundary correctly
12786      Branch: perl
12787            ! op.c proto.h t/op/eval.t
12788 ____________________________________________________________________________
12789 [  3036] By: gsar                                  on 1999/02/28  20:02:29
12790         Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
12791              as stacked list values
12792              From: jan.dubois@ibm.net (Jan Dubois)
12793              Date: Sat, 27 Feb 1999 18:24:17 +0100
12794              Message-ID: <36e22849.36531259@smtp1.ibm.net>
12795              Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup 
12796      Branch: perl
12797            ! win32/win32.c
12798 ____________________________________________________________________________
12799 [  3035] By: gsar                                  on 1999/02/28  19:48:54
12800         Log: remove superfluous stack_sp decl
12801      Branch: perl
12802            ! jpl/JNI/JNI.xs
12803 ____________________________________________________________________________
12804 [  3034] By: gsar                                  on 1999/02/28  19:34:58
12805         Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
12806      Branch: perl
12807            ! lib/Getopt/Std.pm
12808 ____________________________________________________________________________
12809 [  3033] By: gsar                                  on 1999/02/28  19:23:41
12810         Log: add File::Compare::compare_text()
12811              From: jan.dubois@ibm.net (Jan Dubois)
12812              Date: Fri, 26 Feb 1999 00:20:41 +0100
12813              Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
12814              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
12815      Branch: perl
12816            ! lib/File/Compare.pm pod/perltodo.pod
12817 ____________________________________________________________________________
12818 [  3032] By: gsar                                  on 1999/02/28  19:01:33
12819         Log: add README.hpux
12820      Branch: perl
12821            + README.hpux
12822            ! MAINTAIN MANIFEST
12823 ____________________________________________________________________________
12824 [  3031] By: gsar                                  on 1999/02/28  18:49:08
12825         Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
12826              James Cromie <jcromie@fossil.uswc.uswest.com>
12827      Branch: perl
12828            ! lib/Pod/Html.pm
12829 ____________________________________________________________________________
12830 [  3030] By: gsar                                  on 1999/02/28  18:35:09
12831         Log: From: jan.dubois@ibm.net (Jan Dubois)
12832              Date: Wed, 24 Feb 1999 22:34:56 +0100
12833              Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
12834              Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
12835      Branch: perl
12836            ! lib/Test/Harness.pm
12837 ____________________________________________________________________________
12838 [  3029] By: gsar                                  on 1999/02/28  18:28:18
12839         Log: add note about env pollution
12840      Branch: perl
12841            ! INSTALL pod/perltodo.pod
12842 ____________________________________________________________________________
12843 [  3028] By: jhi                                   on 1999/02/26  14:40:00
12844         Log: HP-UX 11 threads.
12845              
12846              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
12847              To: perl5-porters@perl.org
12848              Cc: jhi@cc.hut.fi
12849              Subject: Maint 5 and _54 with threading on HP-UX 11.00
12850              Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
12851              Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
12852              
12853              NOTE from jhi: the hpux hints could still be more robust by
12854              disabling gdbm when necessary.
12855              
12856              Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
12857              linking -lgdbm -lpthread creates an executable that instantly
12858              core dumps on a pthreads internal panic:
12859              
12860              ./gdpt
12861              
12862              Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
12863              Return Pointer is 0xc082bf33
12864              17639 quit (core dumped)  ./gdpt
12865              
12866              You don't have to *use* either gdbm or pthreads in the executable,
12867              just linking them together is enough.  Workaround is to recompile
12868              the GDBM under HP-UX 11, that makes the problem go away.
12869      Branch: maint-5.005/perl
12870            ! hints/hpux.sh thread.h
12871 ____________________________________________________________________________
12872 [  3025] By: jhi                                   on 1999/02/25  20:41:07
12873         Log: Temporary workaround for the config_h.SH versus
12874              crosscompile and multiarch plus introduce 'rt'
12875              to $libswanted: in UNIX98 sched_yield() lives there.
12876      Branch: cfgperl
12877            ! Configure config_h.SH
12878 ____________________________________________________________________________
12879 [  3024] By: jhi                                   on 1999/02/24  12:54:59
12880         Log: Integrate from mainperl.
12881      Branch: cfgperl
12882           +> t/lib/fatal.t
12883           !> (integrate 44 files)
12884 ____________________________________________________________________________
12885 [  3023] By: gsar                                  on 1999/02/24  07:02:12
12886         Log: integrate cfgperl contents
12887      Branch: perl
12888           !> (integrate 30 files)
12889 ____________________________________________________________________________
12890 [  3022] By: gsar                                  on 1999/02/24  05:59:47
12891         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
12892              Date: 23 Feb 1999 17:53:22 -0700
12893              Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
12894              Subject: [PATCH: _55] perldoc -q broken
12895      Branch: perl
12896            ! utils/perldoc.PL
12897 ____________________________________________________________________________
12898 [  3021] By: gsar                                  on 1999/02/24  05:51:53
12899         Log: ansify perlio.c, fix PerlIO-ish typos
12900      Branch: perl
12901            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
12902            ! iperlsys.h perlio.c
12903 ____________________________________________________________________________
12904 [  3020] By: gsar                                  on 1999/02/24  05:28:06
12905         Log: adjust a Perl_malloc() flag for NeXT
12906              From: Hans Mulder <hansm@icgned.icgroup.nl>
12907              Date: Tue, 23 Feb 99 00:26:25 +0100
12908              Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
12909              Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
12910      Branch: perl
12911            ! perl.h
12912 ____________________________________________________________________________
12913 [  3019] By: gsar                                  on 1999/02/24  05:19:42
12914         Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
12915      Branch: perl
12916            ! pod/perltodo.pod
12917 ____________________________________________________________________________
12918 [  3018] By: gsar                                  on 1999/02/24  04:15:18
12919         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
12920              Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
12921              Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
12922              Subject: improved error message [PATCH _55] [RESEND]
12923      Branch: perl
12924            ! sv.c
12925 ____________________________________________________________________________
12926 [  3017] By: gsar                                  on 1999/02/24  03:50:34
12927         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
12928              Date: Sun, 21 Feb 1999 20:02:18 -0700
12929              Message-Id: <199902220302.UAA09981@jhereg.perl.com>
12930              Subject: perlfunc updates (against 55)
12931      Branch: perl
12932            ! pod/perlfunc.pod
12933 ____________________________________________________________________________
12934 [  3016] By: gsar                                  on 1999/02/24  03:17:05
12935         Log: testsuite adjustments
12936              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
12937              Date: Sat, 20 Feb 1999 15:24:57 +0000
12938              Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
12939              Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
12940      Branch: perl
12941            ! t/lib/io_sock.t t/op/lex_assign.t
12942 ____________________________________________________________________________
12943 [  3015] By: gsar                                  on 1999/02/24  02:54:47
12944         Log: avoid modifying readonly values from qw()
12945      Branch: perl
12946            ! lib/ExtUtils/MM_Unix.pm
12947 ____________________________________________________________________________
12948 [  3014] By: gsar                                  on 1999/02/24  02:49:04
12949         Log: more "correct" utbuf for utime()
12950      Branch: perl
12951            ! doio.c
12952 ____________________________________________________________________________
12953 [  3013] By: jhi                                   on 1999/02/22  19:27:44
12954         Log: Fix MacPerl version, change PowerUX to PowerMAX.
12955              
12956              From: Chris Nandor <pudge@pobox.com>
12957              To: jhi@iki.fi
12958              Cc: perl5-porters@perl.org
12959              Subject: Re: perl current availability as documented by perl.pod
12960              Date: Sun, 21 Feb 1999 11:06:03 -0500
12961              Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
12962              
12963              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
12964              To: jhi@iki.fi
12965              Cc: perl5-porters@perl.org
12966              Subject: Re: perl current availability as documented by perl.pod
12967              Date: Mon, 22 Feb 1999 13:08:30 GMT
12968              Message-Id: <199902221308.NAA19971@cleo.ccur.com>
12969      Branch: cfgperl
12970            ! pod/perl.pod
12971      Branch: maint-5.005/perl
12972            ! pod/perl.pod
12973 ____________________________________________________________________________
12974 [  3012] By: jhi                                   on 1999/02/22  10:26:11
12975         Log: Snapshot the cross-compilation/multiarchitecture stuff
12976              (currently broken in next)
12977      Branch: cfgperl
12978            ! Configure config_h.SH pp.c
12979 ____________________________________________________________________________
12980 [  3011] By: jhi                                   on 1999/02/22  10:24:51
12981         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
12982              To: gsar@activestate.com (Gurusamy Sarathy)
12983              Cc: perl5-porters@perl.org (Perl5 Porters)
12984              Subject: [PATCH 5.005_55] DB_File 1.64 patch
12985              Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
12986              Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
12987      Branch: cfgperl
12988            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
12989            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
12990 ____________________________________________________________________________
12991 [  3009] By: jhi                                   on 1999/02/22  09:14:26
12992         Log: Scratch #3008 and introduce $crosscompile and $multiarch
12993              also in non-Configure lands.
12994      Branch: cfgperl
12995            ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
12996            ! hints/next_4.sh vms/subconfigure.com win32/config.bc
12997            ! win32/config.gc win32/config.vc win32/config_H.bc
12998            ! win32/config_H.gc win32/config_H.vc
12999 ____________________________________________________________________________
13000 [  3008] By: jhi                                   on 1999/02/22  08:58:04
13001         Log: Add -DMULTIARCH (see change #3006).
13002      Branch: cfgperl
13003            ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
13004 ____________________________________________________________________________
13005 [  3007] By: jhi                                   on 1999/02/22  08:54:06
13006         Log: Undo the references to local{lib,arch} introduced by #3006.
13007      Branch: cfgperl
13008            ! Configure config_h.SH
13009 ____________________________________________________________________________
13010 [  3006] By: jhi                                   on 1999/02/22  08:43:50
13011         Log: From: hansm@icgned.icgroup.nl
13012              To: perlbug@perl.com
13013              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
13014              Date: Sun, 21 Feb 1999 22:58:55 +0100
13015              Reply-To: hansmu@xs4all.nl
13016              Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
13017              
13018              plus other Configure changes: prepare for cross-compilation/
13019              multiarchitecture builds.
13020      Branch: cfgperl
13021            ! Configure config_h.SH
13022 ____________________________________________________________________________
13023 [  3005] By: jhi                                   on 1999/02/22  08:35:30
13024         Log: Configure/Perl knew how to look for use Mach cthreads
13025              but Configure didn't let them to be used ($osname 'next').
13026      Branch: cfgperl
13027            ! Configure config_h.SH
13028      Branch: maint-5.005/perl
13029            ! Configure
13030 ____________________________________________________________________________
13031 [  3004] By: jhi                                   on 1999/02/21  15:46:02
13032         Log: Update Acorn AVAILABILITY.
13033      Branch: cfgperl
13034            ! pod/perl.pod
13035      Branch: maint-5.005/perl
13036            ! pod/perl.pod
13037 ____________________________________________________________________________
13038 [  3003] By: jhi                                   on 1999/02/21  14:50:42
13039         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
13040              To: perl5-porters@perl.org (Perl 5 Porters)
13041              Subject: PATCH: perlref.pod - symbolic ref example
13042              Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
13043              Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
13044      Branch: cfgperl
13045            ! pod/perlref.pod
13046      Branch: maint-5.005/perl
13047            ! pod/perlref.pod
13048 ____________________________________________________________________________
13049 [  3002] By: jhi                                   on 1999/02/21  14:35:22
13050         Log: Sync cfgperl with maint-5.005 change #3000.
13051      Branch: cfgperl
13052            ! pod/perlfunc.pod t/op/pack.t
13053 ____________________________________________________________________________
13054 [  2999] By: gsar                                  on 1999/02/20  22:48:30
13055         Log: From:    John Bley <jbb6@acpub.duke.edu>
13056              Date:    Sat, 20 Feb 1999 16:02:34 EST
13057              Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
13058              Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
13059      Branch: perl
13060            ! regcomp.c
13061 ____________________________________________________________________________
13062 [  2998] By: jhi                                   on 1999/02/20  14:13:06
13063         Log: Enhanced the endianness description.
13064      Branch: cfgperl
13065            ! pod/perlfunc.pod
13066 ____________________________________________________________________________
13067 [  2996] By: jhi                                   on 1999/02/20  13:55:41
13068         Log: Glossary now mostly fixed.
13069      Branch: cfgperl
13070            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13071            ! config_h.SH
13072 ____________________________________________________________________________
13073 [  2994] By: jhi                                   on 1999/02/20  11:58:33
13074         Log: Perldeltify GNU/Hurd.
13075      Branch: cfgperl
13076            ! pod/perldelta.pod
13077 ____________________________________________________________________________
13078 [  2993] By: gsar                                  on 1999/02/20  00:59:10
13079         Log: fix typo in Perl_sbrk()
13080              From: hansm@icgned.icgroup.nl
13081              Date: Fri, 19 Feb 1999 23:19:31 +0100
13082              Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
13083              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
13084      Branch: perl
13085            ! malloc.c
13086 ____________________________________________________________________________
13087 [  2992] By: gsar                                  on 1999/02/20  00:51:08
13088         Log: integrate change#2980 from maint-5.005
13089      Branch: perl
13090           !> utils/h2xs.PL
13091 ____________________________________________________________________________
13092 [  2991] By: gsar                                  on 1999/02/20  00:34:01
13093         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13094              Date: Thu, 18 Feb 1999 18:51:38 +0000
13095              Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
13096              Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55 
13097      Branch: perl
13098            ! pp_hot.c t/op/pat.t
13099 ____________________________________________________________________________
13100 [  2990] By: gsar                                  on 1999/02/20  00:30:48
13101         Log: From: jan.dubois@ibm.net (Jan Dubois)
13102              Date: Thu, 18 Feb 1999 19:14:07 +0100
13103              Message-ID: <36d15809.40853323@smtp1.ibm.net>
13104              Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
13105      Branch: perl
13106            ! win32/win32.c
13107 ____________________________________________________________________________
13108 [  2989] By: gsar                                  on 1999/02/20  00:27:01
13109         Log: do poll() emulation unless HAS_POLL && I_POLL
13110      Branch: perl
13111            ! ext/IO/poll.h
13112 ____________________________________________________________________________
13113 [  2988] By: gsar                                  on 1999/02/19  23:52:12
13114         Log: tweak RE for NaNQ? recognition
13115      Branch: perl
13116            ! t/lib/bigfloatpm.t
13117 ____________________________________________________________________________
13118 [  2987] By: gsar                                  on 1999/02/19  23:29:59
13119         Log: mention C<use utf8> and C<use warning> in perldelta
13120      Branch: perl
13121            ! pod/perldelta.pod
13122 ____________________________________________________________________________
13123 [  2985] By: jhi                                   on 1999/02/19  20:43:19
13124         Log: pack/unpack better in (network-)short-non-16-bits and
13125              (network-)long-non-32-bits systems such as Cray C90.
13126      Branch: cfgperl
13127            ! perl.h pp.c t/op/pack.t
13128 ____________________________________________________________________________
13129 [  2984] By: jhi                                   on 1999/02/19  20:38:54
13130         Log: Regen Configure.
13131      Branch: cfgperl
13132            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13133            ! perl.c
13134 ____________________________________________________________________________
13135 [  2982] By: jhi                                   on 1999/02/19  19:51:49
13136         Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
13137              not probed for and         
13138              
13139              From: "Kurt D. Starsinic" <kstar@chapin.edu>
13140              To: Chaim Frenkel <chaimf@pobox.com>,
13141              Russ Allbery <rra@stanford.edu>,
13142              Jarkko Hietaniemi <jhi@iki.fi>,
13143              Gurusamy Sarathy <gsar@activestate.com>,
13144              Graham Barr <gbarr@pobox.com>
13145              Cc: bdensch@ameritech.net, perlbug@perl.com
13146              Subject: [PATCH] Re: Solaris 7 for Intel
13147              Message-ID: <19990219124404.A30182@O2.chapin.edu>
13148              
13149              Glossary is still missing some terms because
13150              mkglossary is misbehaving (change #2981 updated
13151              Glossary manually)
13152      Branch: cfgperl
13153            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
13154            ! Porting/config_H
13155 ____________________________________________________________________________
13156 [  2980] By: gbarr                                 on 1999/02/19  16:06:53
13157         Log: Make result of h2xs work when user adds C<use strict>
13158      Branch: maint-5.005/perl
13159            ! utils/h2xs.PL
13160 ____________________________________________________________________________
13161 [  2979] By: gsar                                  on 1999/02/19  05:24:29
13162         Log: doc for change#2978
13163      Branch: perl
13164            ! pod/perlsub.pod
13165 ____________________________________________________________________________
13166 [  2978] By: gsar                                  on 1999/02/19  05:08:29
13167         Log: bring '*' prototype closer to how it behaves internally
13168      Branch: perl
13169            + t/lib/fatal.t
13170            ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
13171 ____________________________________________________________________________
13172 [  2977] By: gsar                                  on 1999/02/19  02:50:31
13173         Log: stem leakage of perly.h #defines #ifndef PERL_CORE
13174      Branch: perl
13175            ! perly.h
13176 ____________________________________________________________________________
13177 [  2975] By: gsar                                  on 1999/02/18  21:41:57
13178         Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
13179              of lexical searches in BEGIN|INIT|END)
13180      Branch: perl
13181            ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
13182            ! vms/perly_c.vms
13183 ____________________________________________________________________________
13184 [  2974] By: gsar                                  on 1999/02/18  21:03:06
13185         Log: missing PERL_POLLUTE_MALLOC
13186      Branch: perl
13187            ! ext/SDBM_File/sdbm/sdbm.h
13188 ____________________________________________________________________________
13189 [  2973] By: gsar                                  on 1999/02/18  17:10:49
13190         Log: From:    Andy Dougherty <doughera@lafayette.edu>
13191              Date:    Wed, 17 Feb 1999 17:22:50 EST
13192              Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
13193              Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
13194      Branch: perl
13195            ! lib/dotsh.pl
13196 ____________________________________________________________________________
13197 [  2972] By: gsar                                  on 1999/02/18  17:04:12
13198         Log: s/#defined/#define/
13199      Branch: perl
13200            ! ext/Data/Dumper/Dumper.xs
13201 ____________________________________________________________________________
13202 [  2970] By: gsar                                  on 1999/02/18  03:26:43
13203         Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
13204      Branch: perl
13205            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
13206            ! ext/GDBM_File/typemap
13207 ____________________________________________________________________________
13208 [  2969] By: gsar                                  on 1999/02/17  23:30:47
13209         Log: correct slurp mode doc
13210      Branch: perl
13211            ! pod/perlfunc.pod pod/perlop.pod
13212 ____________________________________________________________________________
13213 [  2968] By: jhi                                   on 1999/02/17  23:15:49
13214         Log: Ultrix hints update.
13215              
13216              From: Spider Boardman <spider@zk3.dec.com>
13217              To: perlbug@perl.com
13218              Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
13219              Date: Tue, 16 Feb 1999 23:04:28 -0500
13220              Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
13221      Branch: cfgperl
13222            ! hints/ultrix_4.sh
13223 ____________________________________________________________________________
13224 [  2966] By: jhi                                   on 1999/02/17  23:09:21
13225         Log: Change #2965 wiped out some Sarathy's _55 changes.
13226              Now unwiped.
13227      Branch: cfgperl
13228            ! Configure pp.c t/op/pack.t
13229 ____________________________________________________________________________
13230 [  2965] By: jhi                                   on 1999/02/17  23:00:04
13231         Log: Configure tweaks.
13232              
13233              Fix the Unixware/SCO uname scan:
13234              
13235              From: Tom Hughes <thh@cyberscience.com>
13236              To: perlbug@perl.com
13237              Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
13238              Date: 17 Feb 1999 15:34:15 +0000    
13239              Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
13240              
13241              AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
13242              
13243              From: Joe Buehler <jhpb@hekimian.com>
13244              To: perl5-porters@perl.org
13245              Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
13246              Date: 12 Feb 1999 11:25:21 -0500
13247              Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
13248              
13249              Make the pthreads joinable constant scan to output to fd 4, not 2.
13250      Branch: cfgperl
13251            ! Configure
13252 ____________________________________________________________________________
13253 [  2964] By: gsar                                  on 1999/02/17  21:30:07
13254         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
13255              Date: Wed, 17 Feb 1999 06:53:13 -0700
13256              Message-Id: <199902171353.GAA15682@jhereg.perl.com>
13257              Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
13258      Branch: perl
13259            ! lib/Pod/Functions.pm
13260 ____________________________________________________________________________
13261 [  2963] By: gsar                                  on 1999/02/17  21:18:21
13262         Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
13263              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13264              Date: Wed, 17 Feb 1999 10:06:01 +0000
13265              Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
13266              Subject: Re: [5.005_53] panic: pad_free curpad 
13267      Branch: perl
13268            ! regcomp.c regexec.c t/op/misc.t
13269 ____________________________________________________________________________
13270 [  2962] By: gsar                                  on 1999/02/16  21:26:28
13271         Log: NaNQ? tweak
13272      Branch: perl
13273            ! t/lib/bigfloatpm.t
13274 ____________________________________________________________________________
13275 [  2961] By: jhi                                   on 1999/02/16  19:26:38
13276         Log: Integrate from mainperl.
13277      Branch: cfgperl
13278           !> (integrate 37 files)
13279 ____________________________________________________________________________
13280 [  2960] By: gsar                                  on 1999/02/16  18:04:29
13281         Log: undo change#2465 (qw[] is a real list now)
13282      Branch: perl
13283            ! pod/perlop.pod
13284 ____________________________________________________________________________
13285 [  2959] By: gsar                                  on 1999/02/16  07:09:33
13286         Log: this was 5.005_55
13287      Branch: perl
13288            ! Changes
13289
13290 ----------------
13291 Version 5.005_55
13292 ----------------
13293
13294 ____________________________________________________________________________
13295 [  2958] By: gsar                                  on 1999/02/16  06:18:27
13296         Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
13297              elide dups and non-dependents from Changes
13298      Branch: perl
13299            ! Changes pod/perlhist.pod
13300           !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
13301           !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
13302           !> pod/perlport.pod pp.c t/op/pack.t
13303 ____________________________________________________________________________
13304 [  2957] By: gsar                                  on 1999/02/16  04:09:47
13305         Log: propagate PERL_VERSION everywhere, add to pod
13306      Branch: perl
13307            ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
13308            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
13309            ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
13310            ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
13311            ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
13312            ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
13313            ! vms/myconfig.com vms/subconfigure.com win32/config.bc
13314            ! win32/config.gc win32/config.vc win32/config_sh.PL
13315            ! win32/win32.c x2p/a2py.c
13316 ____________________________________________________________________________
13317 [  2955] By: jhi                                   on 1999/02/15  16:15:03
13318         Log: The pack tests now better in C90 (after the packnative patches).
13319      Branch: cfgperl
13320            ! t/op/pack.t
13321 ____________________________________________________________________________
13322 [  2954] By: gsar                                  on 1999/02/15  14:11:50
13323         Log: tweak Configure to follow new PERL_VERSION etc.
13324      Branch: perl
13325            ! Configure patchlevel.h pod/perlhist.pod
13326 ____________________________________________________________________________
13327 [  2953] By: jhi                                   on 1999/02/15  14:02:21
13328         Log: Integrate from mainperl.
13329      Branch: cfgperl
13330           !> MANIFEST Porting/makerel
13331 ____________________________________________________________________________
13332 [  2952] By: jhi                                   on 1999/02/15  13:50:07
13333         Log: Enhance the packnative patch: use the packnative code
13334              only if required.  Also added hefty testing (hopefully
13335              I didn't assume too much...).  Tested on alpha, ix86, sparc.
13336      Branch: cfgperl
13337            ! pod/perlfunc.pod pp.c t/op/pack.t
13338 ____________________________________________________________________________
13339 [  2951] By: jhi                                   on 1999/02/15  13:46:56
13340         Log: AVAILABILITY from 5.005_03-tobe, will of course
13341              require updating when 5.006 comes out.
13342      Branch: cfgperl
13343            ! pod/perl.pod
13344 ____________________________________________________________________________
13345 [  2949] By: gsar                                  on 1999/02/15  13:28:51
13346         Log: will this be it for 5.005_55?
13347      Branch: perl
13348            ! MANIFEST Porting/makerel
13349 ____________________________________________________________________________
13350 [  2948] By: jhi                                   on 1999/02/15  13:23:52
13351         Log: Integrate from mainperl.
13352      Branch: cfgperl
13353           !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
13354           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
13355           !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
13356           !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
13357           !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
13358           !> win32/config.gc win32/config.vc win32/config_H.bc
13359           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
13360 ____________________________________________________________________________
13361 [  2947] By: jhi                                   on 1999/02/15  13:20:41
13362         Log: perlport.pod 1.39 from Chris.
13363      Branch: cfgperl
13364            ! pod/perlport.pod
13365 ____________________________________________________________________________
13366 [  2946] By: jhi                                   on 1999/02/15  13:09:58
13367         Log: Import Ultrix update, change #2864, 
13368              
13369              From: Spider Boardman <spider@zk3.dec.com>
13370              To: perlbug@perl.com
13371              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
13372              Date: Wed, 10 Feb 1999 23:33:31 -0500
13373              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
13374      Branch: cfgperl
13375            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
13376 ____________________________________________________________________________
13377 [  2945] By: jhi                                   on 1999/02/15  13:04:50
13378         Log: OpenBSD sparc SHMLBA.
13379      Branch: cfgperl
13380            ! ext/IPC/SysV/SysV.xs
13381 ____________________________________________________________________________
13382 [  2944] By: gsar                                  on 1999/02/15  12:09:52
13383         Log: update win32/config* stuff, Changes
13384      Branch: perl
13385            ! Changes win32/Makefile win32/config.bc win32/config.gc
13386            ! win32/config.vc win32/config_H.bc win32/config_H.gc
13387            ! win32/config_H.vc win32/makefile.mk
13388 ____________________________________________________________________________
13389 [  2943] By: gsar                                  on 1999/02/15  11:54:08
13390         Log: #include patchlevel.h by default, provide
13391              PERL_{REVISION,VERSION,SUBVERSION}
13392      Branch: perl
13393            ! patchlevel.h perl.h
13394 ____________________________________________________________________________
13395 [  2942] By: gsar                                  on 1999/02/15  10:26:59
13396         Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
13397              misc fixes
13398      Branch: perl
13399            ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
13400 ____________________________________________________________________________
13401 [  2941] By: gsar                                  on 1999/02/15  10:24:37
13402         Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
13403              Message-ID: <19990207002851.B9185@toldyouso.com>
13404              Message-ID: <19990207212152.A9765@toldyouso.com>
13405              Message-ID: <19990207212041.A9622@toldyouso.com>
13406              Message-ID: <19990207213127.A10244@toldyouso.com>
13407              Message-ID: <19990207212559.A9950@toldyouso.com>
13408              Message-ID: <19990207212842.A9994@toldyouso.com>
13409              Message-ID: <19990207212500.A9860@toldyouso.com>
13410              Message-ID: <19990207213013.A10105@toldyouso.com>
13411      Branch: perl
13412            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
13413            ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
13414            ! pod/perlmodlib.pod pod/perltoc.pod
13415 ____________________________________________________________________________
13416 [  2940] By: gsar                                  on 1999/02/15  10:07:08
13417         Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
13418              of suggested patch)
13419              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
13420              Date: Mon, 08 Feb 1999 01:14:41 -0000
13421              Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
13422              Subject: [PATCH 5.005_54] some pending C.pm stuff 
13423      Branch: perl
13424            ! ext/B/B/C.pm
13425 ____________________________________________________________________________
13426 [  2939] By: jhi                                   on 1999/02/15  08:40:18
13427         Log: Integrate from mainperl.
13428      Branch: cfgperl
13429           +> t/lib/bigfloat.t t/lib/bigfloatpm.t
13430            - lib/File/PathConvert.pm
13431           !> (integrate 81 files)
13432 ____________________________________________________________________________
13433 [  2938] By: gsar                                  on 1999/02/15  06:56:39
13434         Log: change#2839 was bogus, redo
13435      Branch: perl
13436           !> t/lib/h2ph.pht
13437 ____________________________________________________________________________
13438 [  2937] By: gsar                                  on 1999/02/15  06:38:15
13439         Log: support Win32::GetFullPathName() and Win32::SetLastError()
13440              From: jan.dubois@ibm.net (Jan Dubois)
13441              Date: Tue, 09 Feb 1999 22:27:31 +0100
13442              Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
13443              Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
13444      Branch: perl
13445            ! win32/win32.c
13446 ____________________________________________________________________________
13447 [  2936] By: gsar                                  on 1999/02/15  06:26:39
13448         Log: support native integers, pack("L_",...) etc. (via private mail)
13449              From: Jarkko Hietaniemi <jhi@iki.fi>
13450              Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
13451              Message-Id: <199902092204.AAA29065@alpha.hut.fi>
13452              Subject: the "packnative" patch
13453      Branch: perl
13454            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
13455            ! t/lib/ipc_sysv.t t/op/pack.t
13456 ____________________________________________________________________________
13457 [  2935] By: gsar                                  on 1999/02/15  06:04:02
13458         Log: From: Michael G Schwern <schwern@pobox.com>
13459              Date: Tue, 9 Feb 1999 04:13:12 -0500
13460              Message-ID: <19990209041312.A15788@toldyouso.com>
13461              Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
13462      Branch: perl
13463            ! utils/h2xs.PL
13464 ____________________________________________________________________________
13465 [  2934] By: gsar                                  on 1999/02/15  05:30:13
13466         Log: fix bugs in the handling of negative numbers, among other things
13467              From: Steven Knight <knight@theopera.baldmt.citilink.com>
13468              Date: Mon, 8 Feb 1999 01:16:24 -0600
13469              Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
13470              Subject: Math::BigFloat and Math::BigInt
13471      Branch: perl
13472            + t/lib/bigfloat.t t/lib/bigfloatpm.t
13473            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
13474            ! t/lib/bigintpm.t
13475 ____________________________________________________________________________
13476 [  2933] By: gsar                                  on 1999/02/15  04:57:52
13477         Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
13478              Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
13479              Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
13480              Subject: s2p incorrectly handles hold space commands
13481      Branch: perl
13482            ! x2p/s2p.PL
13483 ____________________________________________________________________________
13484 [  2932] By: gsar                                  on 1999/02/15  04:45:55
13485         Log: clarify what a "line" is
13486      Branch: perl
13487            ! pod/perlfunc.pod pod/perlvar.pod
13488 ____________________________________________________________________________
13489 [  2931] By: gsar                                  on 1999/02/15  04:23:29
13490         Log: backout change#2811 and add newer version based on File::Spec
13491              From: Barrie Slaymaker <rbs@telerama.com>
13492              Date: Thu, 11 Feb 1999 16:29:24 -0500
13493              Message-ID: <36C34BB4.A62090E0@telerama.com>
13494              Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
13495      Branch: perl
13496            - lib/File/PathConvert.pm
13497            ! MANIFEST installhtml lib/Pod/Html.pm
13498 ____________________________________________________________________________
13499 [  2930] By: gsar                                  on 1999/02/15  04:16:25
13500         Log: From: Barrie Slaymaker <rbs@telerama.com>
13501              Date: Thu, 11 Feb 1999 19:39:48 -0500
13502              Message-ID: <36C37854.707D139@telerama.com>
13503              Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
13504      Branch: perl
13505            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
13506 ____________________________________________________________________________
13507 [  2929] By: gsar                                  on 1999/02/15  04:06:50
13508         Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
13509              Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
13510              Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
13511              Subject: [PATCH]5.005_54 (DOC) fix many typos
13512              --
13513              Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
13514              Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
13515              Subject: [PATCH]5.005_54 (DOC) typos
13516      Branch: perl
13517            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
13518            ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
13519            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
13520            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
13521            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
13522            ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
13523            ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
13524            ! pod/perlvar.pod pod/perlxs.pod
13525 ____________________________________________________________________________
13526 [  2928] By: gsar                                  on 1999/02/15  03:39:53
13527         Log: allow the Carp routines to pass through exception objects
13528      Branch: perl
13529            ! lib/Carp.pm
13530 ____________________________________________________________________________
13531 [  2927] By: gsar                                  on 1999/02/15  03:22:57
13532         Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
13533      Branch: perl
13534            ! pod/perlfaq8.pod
13535 ____________________________________________________________________________
13536 [  2926] By: gsar                                  on 1999/02/15  03:19:39
13537         Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
13538              have done that, but didn't)
13539      Branch: perl
13540           !> utils/h2ph.PL
13541 ____________________________________________________________________________
13542 [  2925] By: gsar                                  on 1999/02/15  03:17:01
13543         Log: integrate cfgperl changes into mainline
13544      Branch: perl
13545            ! Changes
13546           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
13547           !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
13548           !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
13549           !> vms/subconfigure.com
13550 ____________________________________________________________________________
13551 [  2924] By: gsar                                  on 1999/02/15  03:07:08
13552         Log: add const qualifier to most char* prototypes, handle ripple effect
13553      Branch: perl
13554            ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
13555            ! universal.c util.c
13556 ____________________________________________________________________________
13557 [  2923] By: gsar                                  on 1999/02/15  01:04:30
13558         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13559              Date: Thu, 04 Feb 1999 02:37:31 +0000
13560              Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
13561              Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop 
13562      Branch: perl
13563            ! pp_ctl.c t/op/range.t
13564 ____________________________________________________________________________
13565 [  2922] By: gsar                                  on 1999/02/15  00:24:34
13566         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13567              Date: Sun, 31 Jan 1999 01:50:06 +0000
13568              Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
13569              Subject: [PATCH 5.005_03t4] regexp flags bug
13570      Branch: perl
13571            ! regcomp.c t/op/re_tests
13572 ____________________________________________________________________________
13573 [  2921] By: gsar                                  on 1999/02/15  00:13:02
13574         Log: use New() et al., rather than safemalloc() et al.
13575              From: jan.dubois@ibm.net (Jan Dubois)
13576              Date: Fri, 29 Jan 1999 23:27:22 +0100
13577              Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
13578              Subject: [PATCH _03-MT5] POSIX.xs memory API
13579      Branch: perl
13580            ! ext/POSIX/POSIX.xs
13581 ____________________________________________________________________________
13582 [  2920] By: gsar                                  on 1999/02/15  00:05:33
13583         Log: tweak READ() docs to mention $buffer must be altered by reference
13584      Branch: perl
13585            ! pod/perltie.pod
13586 ____________________________________________________________________________
13587 [  2919] By: gsar                                  on 1999/02/14  23:50:39
13588         Log: applied suggested patch, with several language/readability tweaks
13589              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13590              Date: Fri, 29 Jan 1999 00:25:02 -0500
13591              Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
13592              Subject: Re: [PATCH 5.005_*] Better parsing docs
13593      Branch: perl
13594            ! pod/perlop.pod
13595 ____________________________________________________________________________
13596 [  2918] By: gsar                                  on 1999/02/14  23:20:42
13597         Log: several bug fixes; now croak()s when date exceeds integer limits (instead
13598              of silently returning bogus values)
13599              From: Peter Chines <pchines@nhgri.nih.gov>
13600              Date: Wed, 27 Jan 1999 16:11:31 -0500
13601              Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
13602              Subject: Time::Local
13603      Branch: perl
13604            ! lib/Time/Local.pm pod/perldelta.pod
13605 ____________________________________________________________________________
13606 [  2917] By: gsar                                  on 1999/02/14  11:21:43
13607         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13608              Date: Thu, 28 Jan 1999 10:02:20 -0500
13609              Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
13610              Subject: Re: [PATCH 5.005_53] Better perldoc
13611      Branch: perl
13612            ! utils/perldoc.PL
13613 ____________________________________________________________________________
13614 [  2916] By: gsar                                  on 1999/02/14  10:59:38
13615         Log: back out change#2751, apply updated version 
13616              From: jan.dubois@ibm.net (Jan Dubois)
13617              Date: Sat, 06 Feb 1999 01:06:29 +0100
13618              Message-ID: <36bc844c.18763049@smtp1.ibm.net>
13619              Subject: [PATCH] Cleanup of File::Spec module
13620      Branch: perl
13621            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
13622            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
13623            ! lib/File/Spec/Win32.pm
13624 ____________________________________________________________________________
13625 [  2915] By: gsar                                  on 1999/02/14  10:48:01
13626         Log: tweak select() test
13627      Branch: perl
13628            ! pod/perlipc.pod t/op/fh.t
13629 ____________________________________________________________________________
13630 [  2914] By: gsar                                  on 1999/02/14  10:25:55
13631         Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
13632      Branch: perl
13633            ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
13634 ____________________________________________________________________________
13635 [  2913] By: gsar                                  on 1999/02/14  10:03:51
13636         Log: From: Kenneth Albanowski <kjahds@kjahds.com>
13637              Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
13638              Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
13639              Subject: Re: SvOPV() or SvPV_nolen() or ...
13640      Branch: perl
13641            ! pod/perlguts.pod
13642 ____________________________________________________________________________
13643 [  2912] By: gsar                                  on 1999/02/14  09:57:29
13644         Log: provide SvPV_nolen(sv) to avoid use of PL_na
13645              From: jan.dubois@ibm.net (Jan Dubois)
13646              Date: Sun, 24 Jan 1999 02:45:32 +0100
13647              Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
13648              Subject: [PATCH 5.005_54]  _54 version of SvPV_nolen patch
13649      Branch: perl
13650            ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
13651            ! sv.h
13652 ____________________________________________________________________________
13653 [  2911] By: gsar                                  on 1999/02/14  06:51:05
13654         Log: elide stray effluvium
13655      Branch: perl
13656            ! pod/perldelta.pod
13657 ____________________________________________________________________________
13658 [  2910] By: gsar                                  on 1999/02/14  05:51:56
13659         Log: slurping an empty file should return '' rather than undef, with
13660              commensurate effects on ARGV processing
13661      Branch: perl
13662            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
13663            ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
13664 ____________________________________________________________________________
13665 [  2909] By: gsar                                  on 1999/02/14  00:02:11
13666         Log: perly_c.diff typo
13667      Branch: perl
13668            ! perly.c perly_c.diff vms/perly_c.vms
13669 ____________________________________________________________________________
13670 [  2908] By: gsar                                  on 1999/02/13  18:20:13
13671         Log: From: jan.dubois@ibm.net (Jan Dubois)
13672              Date: Sat, 13 Feb 1999 13:25:53 +0100
13673              Message-Id: <36c9629c.13334874@smtp1.ibm.net>
13674              Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
13675      Branch: perl
13676            ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
13677 ____________________________________________________________________________
13678 [  2907] By: jhi                                   on 1999/02/13  15:07:26
13679         Log: Integrate from mainperl.
13680      Branch: cfgperl
13681           +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
13682           !> (integrate 150 files)
13683 ____________________________________________________________________________
13684 [  2903] By: gsar                                  on 1999/02/12  13:25:59
13685         Log: From: jan.dubois@ibm.net (Jan Dubois)
13686              Date: Sun, 24 Jan 1999 01:12:00 +0100
13687              Message-ID: <36b66479.62756298@smtp1.ibm.net>
13688              Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
13689      Branch: perl
13690            ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
13691            ! proto.h sv.c sv.h
13692 ____________________________________________________________________________
13693 [  2902] By: gsar                                  on 1999/02/12  12:55:11
13694         Log: script to generate ctags from etags
13695              From: Colin Kuskie <ckuskie@cadence.com>
13696              Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
13697              Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
13698              Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
13699      Branch: perl
13700            + emacs/e2ctags.pl
13701            ! Makefile.SH pod/perlfaq3.pod
13702 ____________________________________________________________________________
13703 [  2901] By: gsar                                  on 1999/02/12  12:40:17
13704         Log: allow boolean assign ops to be lvalues
13705              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
13706              Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
13707              Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
13708              --
13709              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13710              Date: Mon, 18 Jan 1999 10:04:00 +0000
13711              Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
13712              Subject: Re: [inconsistency 5.005_54] ||= not an lvalue 
13713      Branch: perl
13714            + t/op/lop.t
13715            ! MANIFEST op.c
13716 ____________________________________________________________________________
13717 [  2899] By: jhi                                   on 1999/02/12  12:03:48
13718         Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
13719      Branch: cfgperl
13720            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13721            ! config_h.SH hints/openbsd.sh
13722 ____________________________________________________________________________
13723 [  2898] By: gsar                                  on 1999/02/12  11:49:25
13724         Log: support win32_putenv()
13725      Branch: perl
13726            ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
13727            ! win32/win32.c win32/win32iop.h
13728 ____________________________________________________________________________
13729 [  2894] By: gsar                                  on 1999/02/12  11:09:27
13730         Log: add missing hunk in change#2657
13731      Branch: perl
13732            ! ext/B/B/CC.pm
13733 ____________________________________________________________________________
13734 [  2893] By: gsar                                  on 1999/02/12  11:00:13
13735         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13736              Date: Tue, 19 Jan 1999 20:13:15 -0500
13737              Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
13738              Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
13739      Branch: perl
13740            ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
13741            ! t/pragma/subs.t t/pragma/warning.t
13742 ____________________________________________________________________________
13743 [  2892] By: gsar                                  on 1999/02/12  10:44:38
13744         Log: update change#2670 to later version
13745              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13746              Date: Sun, 31 Jan 1999 16:16:14 +0000
13747              Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
13748              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing 
13749      Branch: perl
13750            ! t/op/subst.t toke.c
13751 ____________________________________________________________________________
13752 [  2891] By: gsar                                  on 1999/02/12  10:31:17
13753         Log: make testsuite somewhat location independent
13754      Branch: perl
13755            ! (edit 117 files)
13756 ____________________________________________________________________________
13757 [  2890] By: gsar                                  on 1999/02/12  10:00:30
13758         Log: add $AutoLoader::VERSION
13759      Branch: perl
13760            ! lib/AutoLoader.pm
13761 ____________________________________________________________________________
13762 [  2889] By: gsar                                  on 1999/02/12  09:55:48
13763         Log: tweak PERL_STRICT_CR notes
13764      Branch: perl
13765            ! pod/perl5005delta.pod
13766 ____________________________________________________________________________
13767 [  2888] By: gsar                                  on 1999/02/12  09:41:45
13768         Log: add note about test-notty target
13769      Branch: perl
13770            ! README.win32
13771 ____________________________________________________________________________
13772 [  2887] By: gsar                                  on 1999/02/12  09:37:37
13773         Log: add perltodo.pod
13774      Branch: perl
13775            + pod/perltodo.pod
13776            ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
13777            ! win32/pod.mak
13778 ____________________________________________________________________________
13779 [  2886] By: jhi                                   on 1999/02/12  08:52:14
13780         Log: Integrate from mainperl.
13781      Branch: cfgperl
13782           +> t/op/fh.t
13783           !> (integrate 30 files)
13784 ____________________________________________________________________________
13785 [  2885] By: gsar                                  on 1999/02/12  08:42:10
13786         Log: note how to find REG_INFTY limit
13787      Branch: perl
13788            ! pod/perlre.pod
13789 ____________________________________________________________________________
13790 [  2884] By: jhi                                   on 1999/02/12  08:36:14
13791         Log: OpenBSD pthreads awareness, thanks to
13792              David Leonard <david.leonard@csee.uq.edu.au>
13793      Branch: maint-5.005/perl
13794            ! Configure hints/openbsd.sh
13795 ____________________________________________________________________________
13796 [  2882] By: gsar                                  on 1999/02/12  08:05:20
13797         Log: IO is maintained by p5p (per Graham Barr's wishes)
13798      Branch: perl
13799            ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
13800            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
13801            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
13802            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
13803 ____________________________________________________________________________
13804 [  2881] By: gsar                                  on 1999/02/12  07:57:13
13805         Log: fh.t typo
13806      Branch: perl
13807            ! t/op/fh.t
13808 ____________________________________________________________________________
13809 [  2880] By: gsar                                  on 1999/02/12  07:38:16
13810         Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
13811      Branch: perl
13812            ! perl.c pod/perlrun.pod
13813 ____________________________________________________________________________
13814 [  2879] By: gsar                                  on 1999/02/12  05:39:29
13815         Log: fix ops that are not filehandle constructors to not create GV if it
13816              doesn't already exist (avoids leaks); extend semantics of defined()
13817              so that defined(*{$foo}) works (experimental)
13818      Branch: perl
13819            + t/op/fh.t
13820            ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
13821            ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
13822 ____________________________________________________________________________
13823 [  2877] By: jhi                                   on 1999/02/11  20:44:00
13824         Log: From: Chris Nandor <pudge@pobox.com>
13825              To: perl5-porters@perl.org
13826              Subject: [PATCH] perlport.pod 1.39
13827              Date: Thu, 11 Feb 1999 12:28:35 -0500
13828              Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
13829      Branch: cfgperl
13830            ! pod/perlport.pod
13831 ____________________________________________________________________________
13832 [  2870] By: gsar                                  on 1999/02/11  11:17:08
13833         Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
13834      Branch: perl
13835            ! ext/IO/lib/IO/Pipe.pm
13836 ____________________________________________________________________________
13837 [  2869] By: gsar                                  on 1999/02/11  11:00:56
13838         Log: update win32/pod.mak
13839      Branch: perl
13840            ! win32/pod.mak
13841 ____________________________________________________________________________
13842 [  2868] By: gsar                                  on 1999/02/11  10:42:44
13843         Log: From: Benjamin Low <b.d.low@unsw.edu.au>
13844              Date: Fri, 08 Jan 1999 14:36:53 +1100
13845              Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
13846              Subject: Re: [Fwd: IO::Socket::connect and blocking]
13847      Branch: perl
13848            ! ext/IO/lib/IO/Socket.pm
13849 ____________________________________________________________________________
13850 [  2867] By: gsar                                  on 1999/02/11  09:43:03
13851         Log: av_extend() doc tweak from Jan Dubois
13852      Branch: perl
13853            ! pod/perlguts.pod
13854 ____________________________________________________________________________
13855 [  2866] By: gsar                                  on 1999/02/11  09:27:17
13856         Log: display full pathname of unreadable files
13857      Branch: perl
13858            ! utils/perldoc.PL
13859 ____________________________________________________________________________
13860 [  2865] By: gsar                                  on 1999/02/11  09:02:31
13861         Log: missing patch in change#2522
13862      Branch: perl
13863            ! lib/Pod/Text.pm
13864 ____________________________________________________________________________
13865 [  2864] By: jhi                                   on 1999/02/11  08:45:00
13866         Log: From: Spider Boardman <spider@zk3.dec.com>
13867              To: perlbug@perl.com
13868              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
13869              Date: Wed, 10 Feb 1999 23:33:31 -0500
13870              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
13871      Branch: maint-5.005/perl
13872            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
13873 ____________________________________________________________________________
13874 [  2862] By: gsar                                  on 1999/02/11  08:14:34
13875         Log: integrate changes#2738,2740 from maint-5.005
13876      Branch: perl
13877           !> lib/ExtUtils/MakeMaker.pm
13878 ____________________________________________________________________________
13879 [  2861] By: jhi                                   on 1999/02/11  08:04:25
13880         Log: Integrate from mainperl.
13881      Branch: cfgperl
13882           !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
13883           !> t/op/range.t win32/config.gc
13884 ____________________________________________________________________________
13885 [  2860] By: gsar                                  on 1999/02/11  07:30:08
13886         Log: binmode() support for cygwin32 (suggested by Steven Morlock
13887              <newspost@morlock.net>)
13888      Branch: perl
13889            ! perl.h
13890 ____________________________________________________________________________
13891 [  2859] By: gsar                                  on 1999/02/11  07:14:21
13892         Log: update Changes
13893      Branch: perl
13894            ! Changes
13895           !> pod/perl5005delta.pod
13896 ____________________________________________________________________________
13897 [  2856] By: gsar                                  on 1999/02/11  07:07:39
13898         Log: integrate perldelta changes from maint-5.005
13899      Branch: perl
13900           !> pod/perl5005delta.pod
13901 ____________________________________________________________________________
13902 [  2855] By: gsar                                  on 1999/02/11  06:31:50
13903         Log: applied suggested patch; added tests
13904              From: Adam Krolnik <adamk@gypsy.cyrix.com>
13905              Date: Sat, 12 Dec 98 15:30:18 -0600
13906              Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
13907              Subject: Range operation doesn't handle IV_MAX
13908      Branch: perl
13909            ! pp_ctl.c t/op/range.t
13910 ____________________________________________________________________________
13911 [  2854] By: gsar                                  on 1999/02/11  05:00:55
13912         Log: compatibility fix: magic non-propagation in foreach implicit localization
13913      Branch: perl
13914            ! pp_ctl.c t/op/local.t win32/config.gc
13915 ____________________________________________________________________________
13916 [  2852] By: gsar                                  on 1999/02/10  23:17:49
13917         Log: fair warning about -Dusethreads
13918      Branch: maint-5.005/perl
13919            ! Configure INSTALL README.threads
13920 ____________________________________________________________________________
13921 [  2847] By: jhi                                   on 1999/02/09  19:13:28
13922         Log: Integrate from mainperl.
13923      Branch: cfgperl
13924           !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
13925           !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
13926 ____________________________________________________________________________
13927 [  2846] By: gsar                                  on 1999/02/09  13:53:28
13928         Log: a modified version of suggested patch for pack template 'Z'; added docs
13929              From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
13930              Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
13931              Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
13932              Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
13933      Branch: perl
13934            ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
13935 ____________________________________________________________________________
13936 [  2845] By: gsar                                  on 1999/02/09  00:03:26
13937         Log: clarify docs for change#2835
13938      Branch: perl
13939            ! pod/perldelta.pod pod/perlop.pod
13940 ____________________________________________________________________________
13941 [  2844] By: gsar                                  on 1999/02/08  23:40:57
13942         Log: addendum to change#2823
13943              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
13944              Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
13945              Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
13946              Subject: [PATCH] Docs and tests for method-call syntax
13947      Branch: perl
13948            ! pod/perlobj.pod t/op/method.t
13949 ____________________________________________________________________________
13950 [  2843] By: jhi                                   on 1999/02/08  21:06:28
13951         Log: Ultrix mmap tidbit.
13952      Branch: cfgperl
13953            ! hints/ultrix_4.sh
13954 ____________________________________________________________________________
13955 [  2842] By: jhi                                   on 1999/02/08  20:22:55
13956         Log: Integrate from mainperl.
13957      Branch: cfgperl
13958           +> t/op/subst_wamp.t
13959           !> (integrate 35 files)
13960 ____________________________________________________________________________
13961 [  2841] By: jhi                                   on 1999/02/08  18:23:26
13962         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13963              To: Mailing list Perl5 <perl5-porters@perl.org>
13964              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
13965              Date: Sun, 7 Feb 1999 17:25:22 -0500
13966              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
13967      Branch: cfgperl
13968            + t/op/subst_amp.t
13969            ! MANIFEST regcomp.c t/op/subst.t
13970 ____________________________________________________________________________
13971 [  2840] By: jhi                                   on 1999/02/08  18:16:54
13972         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13973              To: Mailing list Perl5 <perl5-porters@perl.org>
13974              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
13975              Date: Sun, 7 Feb 1999 17:00:10 -0500
13976              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
13977      Branch: cfgperl
13978            ! pp_hot.c t/op/pat.t
13979 ____________________________________________________________________________
13980 [  2839] By: jhi                                   on 1999/02/08  17:25:30
13981         Log: A require was missing.
13982      Branch: cfgperl
13983            ! t/lib/h2ph.pht
13984 ____________________________________________________________________________
13985 [  2838] By: jhi                                   on 1999/02/08  16:38:41
13986         Log: Bring in the change #2809 (the Configure part has been
13987              modified rather a lot since the #2809, though.)
13988      Branch: cfgperl
13989            ! Configure utils/h2ph.PL
13990 ____________________________________________________________________________
13991 [  2835] By: gsar                                  on 1999/02/08  14:40:23
13992         Log: make qw() into a true list at compile time (slightly modified
13993              variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
13994      Branch: perl
13995            ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
13996 ____________________________________________________________________________
13997 [  2834] By: gsar                                  on 1999/02/08  13:23:16
13998         Log: make safesysmalloc() etc., always available; safemalloc() et al are
13999              now macros that point to the right malloc; fix various places in
14000              sources that need to always use safesysmalloc() et al
14001      Branch: perl
14002            ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
14003            ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
14004 ____________________________________________________________________________
14005 [  2833] By: gsar                                  on 1999/02/08  10:56:16
14006         Log: remove spurious #endif in last change
14007      Branch: perl
14008            ! perl.h
14009 ____________________________________________________________________________
14010 [  2832] By: gsar                                  on 1999/02/08  10:34:55
14011         Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
14012              them ask for insanity (untested)
14013      Branch: perl
14014            ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
14015            ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
14016            ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
14017 ____________________________________________________________________________
14018 [  2831] By: jhi                                   on 1999/02/08  08:33:33
14019         Log: Update vms/subconfigure.com along the lines of change #2829.
14020      Branch: cfgperl
14021            ! vms/subconfigure.com
14022 ____________________________________________________________________________
14023 [  2830] By: gsar                                  on 1999/02/08  00:19:46
14024         Log: integrate cfgperl changes into mainline
14025      Branch: perl
14026           +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
14027           +> lib/File/PathConvert.pm pod/perlthrtut.pod
14028            ! Changes
14029           !> (integrate 93 files)
14030 ____________________________________________________________________________
14031 [  2829] By: jhi                                   on 1999/02/07  23:49:46
14032         Log: Configure update.
14033              
14034              Probe for mmap() et alia.
14035              The *cc*symbols patch (just Configure, no h2ph).
14036      Branch: cfgperl
14037            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14038            ! config_h.SH perl.h
14039 ____________________________________________________________________________
14040 [  2828] By: gsar                                  on 1999/02/07  23:38:47
14041         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14042              Date: Sun, 7 Feb 1999 17:25:22 -0500
14043              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
14044              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
14045      Branch: perl
14046            + t/op/subst_amp.t t/op/subst_wamp.t
14047            ! MANIFEST regcomp.c t/op/subst.t
14048 ____________________________________________________________________________
14049 [  2827] By: gsar                                  on 1999/02/07  23:27:32
14050         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14051              Date: Sun, 7 Feb 1999 17:00:10 -0500
14052              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
14053              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
14054      Branch: perl
14055            ! pp_hot.c t/op/pat.t
14056 ____________________________________________________________________________
14057 [  2826] By: gsar                                  on 1999/02/07  23:26:04
14058         Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
14059              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14060              Date: Sun, 7 Feb 1999 15:07:27 -0500
14061              Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
14062              Subject: Re: fixing memory leaks in REx compilation
14063      Branch: perl
14064            ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
14065            ! regexec.c
14066 ____________________________________________________________________________
14067 [  2825] By: jhi                                   on 1999/02/07  18:05:13
14068         Log: Integrate from mainperl.
14069      Branch: cfgperl
14070           +> lib/DB.pm t/comp/bproto.t
14071           !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
14072           !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
14073           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
14074           !> toke.c vms/perly_c.vms
14075 ____________________________________________________________________________
14076 [  2824] By: gsar                                  on 1999/02/07  14:21:48
14077         Log: tweak doc on bitwise ops
14078      Branch: perl
14079            ! pod/perlop.pod
14080 ____________________________________________________________________________
14081 [  2823] By: gsar                                  on 1999/02/07  13:38:31
14082         Log: applied suggested patch; regen perly* and vms/perly*
14083              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
14084              Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
14085              Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
14086              Subject: [PATCH] Re: Suggestion for perlobj man page
14087      Branch: perl
14088            ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
14089 ____________________________________________________________________________
14090 [  2822] By: gsar                                  on 1999/02/07  12:39:09
14091         Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
14092              disabled, fails tests)
14093      Branch: perl
14094            ! regcomp.h
14095 ____________________________________________________________________________
14096 [  2821] By: gsar                                  on 1999/02/07  11:09:39
14097         Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
14098              <Alexander.Barilo@aexp.com>)
14099      Branch: perl
14100            ! lib/Pod/Html.pm
14101 ____________________________________________________________________________
14102 [  2820] By: gsar                                  on 1999/02/07  10:20:35
14103         Log: add draft debugging API implementation
14104      Branch: perl
14105            + lib/DB.pm
14106            ! MANIFEST
14107 ____________________________________________________________________________
14108 [  2819] By: gsar                                  on 1999/02/07  09:58:45
14109         Log: avoid garbage in db->dirbuf
14110              From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
14111              Date: Sat, 05 Dec 1998 14:14:54 +0900
14112              Message-Id: <199812050514.OAA23268@toshiba.co.jp>
14113              Subject: SDBM bug
14114      Branch: perl
14115            ! ext/SDBM_File/sdbm/sdbm.c
14116 ____________________________________________________________________________
14117 [  2818] By: gsar                                  on 1999/02/07  09:32:24
14118         Log: missing entry
14119      Branch: perl
14120            ! MANIFEST
14121 ____________________________________________________________________________
14122 [  2817] By: gsar                                  on 1999/02/07  09:30:47
14123         Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
14124      Branch: perl
14125            + t/comp/bproto.t
14126            ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
14127 ____________________________________________________________________________
14128 [  2816] By: gsar                                  on 1999/02/06  00:14:29
14129         Log: minor bug in dumping blessed subrefs
14130      Branch: perl
14131            ! ext/Data/Dumper/Dumper.pm
14132 ____________________________________________________________________________
14133 [  2812] By: jhi                                   on 1999/02/03  22:02:24
14134         Log: Enhance change #2808.
14135              
14136              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14137              To: perl5-porters@perl.org
14138              Subject: Re: [PATCH 5.00*]: perlbug checklist
14139              Date: Wed, 3 Feb 1999 19:02:27 +0000
14140              Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
14141      Branch: cfgperl
14142            ! utils/perlbug.PL
14143 ____________________________________________________________________________
14144 [  2811] By: jhi                                   on 1999/02/03  21:53:23
14145         Log: From: Barrie Slaymaker <rbs@telerama.com>
14146              To: perl5-porters@perl.org
14147              CC: pod-people@perl.org
14148              Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
14149              Date: Wed, 03 Feb 1999 10:34:18 -0500
14150              Message-ID: <36B86C7A.E99EFFF1@telerama.com>
14151              
14152              Add File::PathConvert.pm.
14153              Fix Pod::Html and installhtml to understand relative urls.
14154      Branch: cfgperl
14155            + lib/File/PathConvert.pm
14156            ! MANIFEST installhtml lib/Pod/Html.pm
14157 ____________________________________________________________________________
14158 [  2810] By: jhi                                   on 1999/02/03  20:25:10
14159         Log: From: Francois Desarmenien <desar@club-internet.fr>
14160              To: Mailing list Perl5 <perl5-porters@perl.org>
14161              Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
14162              Date: Wed, 03 Feb 1999 13:13:24 +0000
14163              Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
14164              
14165              (note: this patch completely overrides Tom Wolfe's patch,
14166              change #2604)
14167      Branch: cfgperl
14168            + ext/GDBM_File/hints/sco.pl
14169            ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
14170 ____________________________________________________________________________
14171 [  2809] By: jhi                                   on 1999/02/03  19:54:16
14172         Log: h2ph fixes + Configure patch to support them.
14173              
14174              From: "Kurt D. Starsinic" <kstar@chapin.edu>
14175              To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
14176              Gurusamy Sarathy <gsar@engin.umich.edu>
14177              Cc: perl5-porters@perl.org
14178              Subject: [PATCH 5.00503_MT5] h2ph.PL
14179              Date: Tue, 2 Feb 1999 19:48:06 -0500
14180              Message-ID: <19990202194806.E10647@O2.chapin.edu>
14181      Branch: maint-5.005/perl
14182            ! Configure utils/h2ph.PL
14183 ____________________________________________________________________________
14184 [  2808] By: jhi                                   on 1999/02/03  16:59:55
14185         Log: Enhance the perlbug checklist.
14186      Branch: cfgperl
14187            ! utils/perlbug.PL
14188 ____________________________________________________________________________
14189 [  2807] By: jhi                                   on 1999/02/03  14:01:37
14190         Log: Document the standard strftime %formats.
14191              
14192              From: Dominic Dunlop <domo@vo.lu>
14193              To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
14194              Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
14195              Date: Tue, 2 Feb 1999 15:55:29 +0100
14196              Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
14197      Branch: cfgperl
14198            ! ext/POSIX/POSIX.pod
14199 ____________________________________________________________________________
14200 [  2806] By: jhi                                   on 1999/02/03  13:58:00
14201         Log: Integrate from mainperl.
14202      Branch: cfgperl
14203           !> perl.h
14204 ____________________________________________________________________________
14205 [  2805] By: gsar                                  on 1999/02/03  03:32:31
14206         Log: PL_uuemap[] init needs help for sizeof()
14207      Branch: perl
14208            ! perl.h
14209 ____________________________________________________________________________
14210 [  2804] By: jhi                                   on 1999/02/02  20:44:30
14211         Log: These should've been already in #2803.
14212      Branch: cfgperl
14213            ! Configure config_h.SH vms/subconfigure.com
14214 ____________________________________________________________________________
14215 [  2803] By: jhi                                   on 1999/02/02  20:38:45
14216         Log: telldir prototype issue, from mists of time...
14217      Branch: cfgperl
14218            ! hints/netbsd.sh pp_sys.c
14219 ____________________________________________________________________________
14220 [  2801] By: jhi                                   on 1999/02/02  17:40:14
14221         Log: From: John Bley <jbb6@acpub.duke.edu>
14222              To: perlbug@perl.org
14223              Subject: [PATCH]5.005_54 (DOC) fix minor typos
14224              Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
14225              Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
14226      Branch: cfgperl
14227            ! pod/perlre.pod
14228 ____________________________________________________________________________
14229 [  2800] By: jhi                                   on 1999/02/02  17:26:49
14230         Log: Update todo with POSIX 1003.1 1996 Edition reminder.
14231      Branch: cfgperl
14232            ! Todo-5.005
14233 ____________________________________________________________________________
14234 [  2799] By: jhi                                   on 1999/02/02  17:18:51
14235         Log: Update FindBin from maint-5.005.
14236      Branch: cfgperl
14237            ! lib/FindBin.pm
14238 ____________________________________________________________________________
14239 [  2798] By: jhi                                   on 1999/02/02  17:16:07
14240         Log: Fix typecasts in #2797
14241              
14242              From: "G. Del Merritt" <del@intranetics.com>
14243              Date: Fri, 29 Jan 1999 11:47:25 -0700
14244              Message-Id: <199901291847.LAA04828@jhereg.perl.com>
14245              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
14246      Branch: cfgperl
14247            ! ext/POSIX/POSIX.xs
14248 ____________________________________________________________________________
14249 [  2797] By: jhi                                   on 1999/02/02  17:14:37
14250         Log: From: Ted Law <tedlaw@cibcwg.com>
14251              Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
14252              Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
14253              Subject: POSIX::strftime buffer overflow problem
14254      Branch: cfgperl
14255            ! ext/POSIX/POSIX.xs
14256 ____________________________________________________________________________
14257 [  2796] By: jhi                                   on 1999/02/02  17:13:23
14258         Log: Do not use File::Slurp.
14259      Branch: cfgperl
14260            ! t/lib/textfill.t
14261 ____________________________________________________________________________
14262 [  2795] By: jhi                                   on 1999/02/02  17:11:48
14263         Log: perlhist update from maint-5.005.
14264      Branch: cfgperl
14265            ! pod/perlhist.pod
14266 ____________________________________________________________________________
14267 [  2794] By: jhi                                   on 1999/02/02  17:10:33
14268         Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
14269      Branch: cfgperl
14270            ! ext/POSIX/POSIX.pm
14271 ____________________________________________________________________________
14272 [  2793] By: jhi                                   on 1999/02/02  17:08:39
14273         Log: Missed the html test from change #2787. 
14274      Branch: cfgperl
14275            ! t/lib/cgi-html.t
14276 ____________________________________________________________________________
14277 [  2792] By: jhi                                   on 1999/02/02  17:01:24
14278         Log: Update Getopt::Long to 2.19.
14279      Branch: cfgperl
14280            ! lib/Getopt/Long.pm
14281 ____________________________________________________________________________
14282 [  2791] By: jhi                                   on 1999/02/02  16:59:13
14283         Log: overload syntax is no longer experimental
14284      Branch: cfgperl
14285            ! lib/overload.pm
14286 ____________________________________________________________________________
14287 [  2789] By: jhi                                   on 1999/02/02  16:47:50
14288         Log: Still doc fixes.
14289      Branch: cfgperl
14290            ! lib/diagnostics.pm
14291 ____________________________________________________________________________
14292 [  2788] By: jhi                                   on 1999/02/02  16:47:07
14293         Log: Doc fixes.
14294      Branch: cfgperl
14295            ! lib/CGI.pm lib/diagnostics.pm
14296 ____________________________________________________________________________
14297 [  2787] By: jhi                                   on 1999/02/02  16:38:55
14298         Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
14299              where applicable).
14300      Branch: cfgperl
14301            ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
14302            ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
14303            ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
14304            ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
14305            ! eg/cgi/frameset.cgi eg/cgi/index.html
14306            ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
14307            ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
14308            ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
14309            ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
14310            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
14311            ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
14312 ____________________________________________________________________________
14313 [  2786] By: jhi                                   on 1999/02/02  16:17:52
14314         Log: Update CPAN to 1.47.
14315      Branch: cfgperl
14316            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
14317 ____________________________________________________________________________
14318 [  2785] By: jhi                                   on 1999/02/02  16:09:03
14319         Log: From: Mark-Jason Dominus <mjd@plover.com>
14320              Date: Sat, 16 Jan 1999 17:22:06 -0500
14321              Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
14322              Message-ID: <19990116222206.3674.qmail@plover.com>
14323      Branch: cfgperl
14324            ! pod/perlsub.pod
14325 ____________________________________________________________________________
14326 [  2784] By: jhi                                   on 1999/02/02  16:01:31
14327         Log: Fix incorrect "used only once" warnings
14328              
14329              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14330              Date: Fri, 8 Jan 1999 04:37:10 -0500
14331              Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
14332              Subject: Re: change#965 flakiness
14333      Branch: cfgperl
14334            ! gv.c
14335 ____________________________________________________________________________
14336 [  2783] By: jhi                                   on 1999/02/02  15:50:38
14337         Log: perldelta updates.
14338      Branch: cfgperl
14339            ! pod/perldelta.pod
14340 ____________________________________________________________________________
14341 [  2782] By: jhi                                   on 1999/02/02  14:28:26
14342         Log: Mirror change #2781.
14343      Branch: cfgperl
14344            ! hints/linux.sh
14345 ____________________________________________________________________________
14346 [  2781] By: jhi                                   on 1999/02/02  14:27:01
14347         Log: Update the MkLinux note.
14348      Branch: maint-5.005/perl
14349            ! hints/linux.sh
14350 ____________________________________________________________________________
14351 [  2780] By: jhi                                   on 1999/02/02  14:10:59
14352         Log: Update todo.
14353      Branch: cfgperl
14354            ! Todo-5.005
14355 ____________________________________________________________________________
14356 [  2779] By: jhi                                   on 1999/02/02  14:00:25
14357         Log: Integrate from mainperl.
14358      Branch: cfgperl
14359            ! t/lib/textfill.t t/lib/textwrap.t
14360           !> (integrate 32 files)
14361 ____________________________________________________________________________
14362 [  2778] By: jhi                                   on 1999/02/02  13:56:23
14363         Log: VMS update, applicable parts of
14364              
14365              From: Dan Sugalski <sugalskd@osshe.edu>
14366              To: perl5-porters@perl.org
14367              Subject: [PATCH 5.005_03MT3]VMS configure tweak
14368              Date: Wed, 20 Jan 1999 12:05:18 -0800
14369              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
14370              
14371              From: Dan Sugalski <sugalskd@osshe.edu>
14372              To: perlbug@perl.com, vmsperl@perl.org
14373              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
14374              Date: Tue, 26 Jan 1999 14:40:38 -0800
14375              Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
14376              
14377              From: Dan Sugalski <sugalskd@osshe.edu>
14378              To: perl5-porters@perl.org, vmsperl@perl.org
14379              Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
14380              Date: Tue, 26 Jan 1999 14:55:29 -0800
14381              Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
14382      Branch: cfgperl
14383            ! vms/ext/Stdio/test.pl vms/subconfigure.com
14384 ____________________________________________________________________________
14385 [  2777] By: jhi                                   on 1999/02/02  13:43:24
14386         Log: Synch usethreads parts from maint-5.005.
14387      Branch: cfgperl
14388            ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
14389            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
14390            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
14391            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
14392 ____________________________________________________________________________
14393 [  2776] By: jhi                                   on 1999/02/02  13:17:16
14394         Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
14395      Branch: cfgperl
14396            ! Makefile.SH hints/freebsd.sh
14397 ____________________________________________________________________________
14398 [  2774] By: jhi                                   on 1999/02/02  13:10:39
14399         Log: Add perlthrtut, update pod/* machinery.
14400              (a pod/Makefile.SH is sorely needed)
14401      Branch: cfgperl
14402            + pod/perlthrtut.pod
14403            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
14404 ____________________________________________________________________________
14405 [  2773] By: jhi                                   on 1999/02/02  12:54:24
14406         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14407              To: perl5-porters@perl.org
14408              Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
14409              Date: Tue, 26 Jan 1999 22:25:07 +0000
14410              Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
14411      Branch: cfgperl
14412            ! pod/perlguts.pod
14413 ____________________________________________________________________________
14414 [  2771] By: jhi                                   on 1999/02/02  12:47:34
14415         Log: Use perlbug instead of personal email address.
14416      Branch: cfgperl
14417            ! Configure
14418 ____________________________________________________________________________
14419 [  2770] By: jhi                                   on 1999/02/02  12:42:06
14420         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
14421              
14422              From: "G. Del Merritt" <del@intranetics.com>
14423              To: perlbug@perl.com
14424              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
14425              Date: Tue, 26 Jan 1999 12:09:09 -0700
14426              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
14427      Branch: cfgperl
14428            ! iperlsys.h
14429 ____________________________________________________________________________
14430 [  2769] By: jhi                                   on 1999/02/02  12:37:57
14431         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14432              To: Mailing list Perl5 <perl5-porters@perl.org>
14433              Subject: [PATCH 5.005_*] OS/2 threads
14434              Date: Tue, 26 Jan 1999 13:39:46 -0500
14435              Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
14436      Branch: cfgperl
14437            ! os2/os2ish.h
14438 ____________________________________________________________________________
14439 [  2768] By: jhi                                   on 1999/02/02  12:36:16
14440         Log: Apply change #2711 from maint-5.005:
14441              
14442              make ok", "make okfile", and "make nok" were broken
14443              with -Duseshrplib, because of a shared typo.
14444              
14445              From: Spider Boardman <spider@web.zk3.dec.com>
14446              To: perlbug@perl.com
14447              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
14448              Date: Wed, 27 Jan 1999 12:27:15 -0500
14449              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
14450      Branch: cfgperl
14451            ! Makefile.SH
14452 ____________________________________________________________________________
14453 [  2766] By: jhi                                   on 1999/02/02  12:27:08
14454         Log: Make Configure use "int main()" instead of bare "main()".
14455              Like maint-5.005 change #2703 but now via metaconfig.
14456      Branch: cfgperl
14457            ! Configure
14458 ____________________________________________________________________________
14459 [  2765] By: jhi                                   on 1999/02/02  11:59:30
14460         Log: Undo part of change #2562.
14461      Branch: cfgperl
14462            ! Configure
14463 ____________________________________________________________________________
14464 [  2764] By: jhi                                   on 1999/02/02  11:52:39
14465         Log: NetBSD synch with maint-5.005.
14466      Branch: cfgperl
14467            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
14468 ____________________________________________________________________________
14469 [  2763] By: jhi                                   on 1999/02/02  11:44:07
14470         Log: $Config{installusrbinperl}
14471              (maint-5.005 changes #2614 and #2709)
14472      Branch: cfgperl
14473            ! Configure installperl
14474 ____________________________________________________________________________
14475 [  2762] By: jhi                                   on 1999/02/02  11:29:13
14476         Log: Errno update from maint-5.005 (changes #2583, #2710).
14477      Branch: cfgperl
14478            ! Configure ext/Errno/Errno_pm.PL
14479 ____________________________________________________________________________
14480 [  2759] By: jhi                                   on 1999/02/02  10:53:20
14481         Log: Update Trig.pm from maint-5.005.
14482      Branch: cfgperl
14483            ! lib/Math/Trig.pm
14484 ____________________________________________________________________________
14485 [  2757] By: jhi                                   on 1999/02/02  10:41:26
14486         Log: MPE/iX update (mirror maint-5.005 change #2715)
14487      Branch: cfgperl
14488            ! hints/mpeix.sh mpeix/relink
14489 ____________________________________________________________________________
14490 [  2756] By: jhi                                   on 1999/02/02  10:38:08
14491         Log: BeOS update (Mirror maint-5.005 change #2727).
14492      Branch: cfgperl
14493            + ext/DynaLoader/dl_beos.xs
14494            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
14495            ! lib/ExtUtils/MM_Unix.pm
14496 ____________________________________________________________________________
14497 [  2754] By: gsar                                  on 1999/02/02  08:52:13
14498         Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
14499      Branch: perl
14500            ! Porting/pumpkin.pod Todo Todo-5.005
14501 ____________________________________________________________________________
14502 [  2753] By: gsar                                  on 1999/02/02  08:46:21
14503         Log: Todo tweaks
14504      Branch: perl
14505            ! Todo Todo-5.005
14506 ____________________________________________________________________________
14507 [  2752] By: jhi                                   on 1999/02/01  22:15:12
14508         Log: Add perlthrtut.pod.
14509              
14510              From: Dan Sugalski <sugalskd@osshe.edu>
14511              To: perl5-porters@perl.org
14512              Subject: perlthrtut.pod
14513              Date: Mon, 01 Feb 1999 10:57:11 -0800
14514              Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
14515      Branch: maint-5.005/perl
14516            + pod/perlthrtut.pod
14517            ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
14518            ! pod/roffitall
14519 ____________________________________________________________________________
14520 [  2751] By: gsar                                  on 1999/02/01  07:28:05
14521         Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
14522      Branch: perl
14523            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
14524            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
14525 ____________________________________________________________________________
14526 [  2750] By: gsar                                  on 1999/02/01  07:09:20
14527         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14528              Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
14529              Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
14530              Subject: [PATCH 5.005_53] Debugging REx with lookbehind
14531      Branch: perl
14532            ! regexec.c
14533 ____________________________________________________________________________
14534 [  2749] By: gsar                                  on 1999/02/01  07:07:59
14535         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14536              Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
14537              Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
14538              Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
14539      Branch: perl
14540            ! regexec.c
14541 ____________________________________________________________________________
14542 [  2748] By: gsar                                  on 1999/02/01  06:47:06
14543         Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
14544              Date: Thu, 3 Dec 1998 15:10:17 -0500
14545              Message-Id: <199812032010.PAA09692@jik.shore.net>
14546              Subject: sample checksum code in "perlfunc" man page is wrong
14547      Branch: perl
14548            ! pod/perlfunc.pod
14549 ____________________________________________________________________________
14550 [  2747] By: gsar                                  on 1999/02/01  06:35:13
14551         Log: typos in Pod/Text.pm
14552              From: "Greg Chapman" <glc@well.com>
14553              Date: Tue, 1 Dec 1998 10:50:18 -0800
14554              Message-Id: <199812011849.KAA08816@smtp.well.com>
14555              Subject: Glitch in Pod::Text
14556      Branch: perl
14557            ! lib/Pod/Text.pm
14558 ____________________________________________________________________________
14559 [  2746] By: gsar                                  on 1999/02/01  06:27:35
14560         Log: various win32-ish changes merged from maint-5.005
14561      Branch: perl
14562            ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
14563            ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
14564            ! win32/Makefile win32/config.bc win32/config.vc
14565            ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
14566            ! win32/win32.c
14567 ____________________________________________________________________________
14568 [  2745] By: gsar                                  on 1999/02/01  04:51:54
14569         Log: integrate cfgperl changes into mainline
14570      Branch: perl
14571           !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
14572 ____________________________________________________________________________
14573 [  2744] By: gsar                                  on 1999/02/01  04:31:09
14574         Log: improved diagnostic on syntax errors at EOL
14575      Branch: perl
14576            ! toke.c
14577 ____________________________________________________________________________
14578 [  2743] By: gsar                                  on 1999/02/01  03:59:13
14579         Log: don't attempt connect() to bogus IP addresses
14580              From:    Graham Barr <gbarr@pobox.com>
14581              Date:    Sun, 31 Jan 1999 21:50:45 CST
14582              Message-Id: <19990131215045.A633@pobox.com>
14583      Branch: perl
14584            ! t/lib/io_multihomed.t
14585 ____________________________________________________________________________
14586 [  2742] By: gsar                                  on 1999/02/01  03:08:58
14587         Log: update Changes
14588      Branch: perl
14589            ! Changes pod/perldelta.pod
14590 ____________________________________________________________________________
14591 [  2740] By: gsar                                  on 1999/02/01  02:43:07
14592         Log: CAPI inheritance tweak and doc
14593      Branch: maint-5.005/perl
14594            ! lib/ExtUtils/MakeMaker.pm
14595 ____________________________________________________________________________
14596 [  2739] By: jhi                                   on 1999/01/31  18:31:54
14597         Log: Undo changes #2730 and #2731 and replace them
14598              with an extensively tested patch from
14599              Anton Berezin <tobez@plab.ku.dk> (via private email).
14600      Branch: maint-5.005/perl
14601            ! Makefile.SH hints/freebsd.sh
14602 ____________________________________________________________________________
14603 [  2738] By: gsar                                  on 1999/01/31  05:04:32
14604         Log: fix bogus CAPI inheritance from change#2541
14605      Branch: maint-5.005/perl
14606            ! lib/ExtUtils/MakeMaker.pm
14607 ____________________________________________________________________________
14608 [  2731] By: jhi                                   on 1999/01/29  14:33:12
14609         Log: FreeBSD version numbers can be like "2.2.8-release".
14610      Branch: maint-5.005/perl
14611            ! hints/freebsd.sh
14612 ____________________________________________________________________________
14613 [  2730] By: jhi                                   on 1999/01/29  12:40:38
14614         Log: FreeBSD hints iteration (hopefully convergent).
14615              usethreads: require at least FreeBSD 2.2.8.
14616              signal type: mirror change #2429 in cfgperl.
14617      Branch: maint-5.005/perl
14618            ! hints/freebsd.sh
14619 ____________________________________________________________________________
14620 [  2727] By: gbarr                                 on 1999/01/29  04:09:57
14621         Log: From: Tom Spindler <dogcow@isi.net>
14622              Date: Thu, 28 Jan 1999 17:15:11 -0800
14623              Message-ID: <19990128171510.A11778@isi.net>
14624              Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
14625      Branch: maint-5.005/perl
14626            + ext/DynaLoader/dl_beos.xs
14627            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
14628            ! lib/ExtUtils/MM_Unix.pm
14629 ____________________________________________________________________________
14630 [  2726] By: gbarr                                 on 1999/01/29  03:30:51
14631         Log: Remove use of File::Slurp in t/lib/textfill.t
14632      Branch: maint-5.005/perl
14633            ! t/lib/textfill.t
14634 ____________________________________________________________________________
14635 [  2725] By: gbarr                                 on 1999/01/29  03:11:41
14636         Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
14637              Date: Wed, 27 Jan 1999 23:14:33 -0800
14638              Message-Id: <199901280714.XAA10176@activestate.com>
14639              Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
14640      Branch: maint-5.005/perl
14641            ! win32/Makefile win32/makefile.mk
14642 ____________________________________________________________________________
14643 [  2720] By: gsar                                  on 1999/01/27  21:54:42
14644         Log: missing space while munging CCFLAGS for PERL_CAPI
14645      Branch: perl
14646            ! lib/ExtUtils/MM_Unix.pm
14647 ____________________________________________________________________________
14648 [  2718] By: jhi                                   on 1999/01/27  19:46:04
14649         Log: io/fs.t fails test #18 (sense of tests appears to have been
14650              changed incompletely; this patch just skips the test attached,
14651              a la test #17 preceding it).
14652              
14653              From: "G. Del Merritt" <del@intranetics.com>
14654              To: perlbug@perl.com
14655              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
14656              Date: Tue, 26 Jan 1999 12:09:09 -0700
14657              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
14658      Branch: maint-5.005/perl
14659            ! t/io/fs.t
14660 ____________________________________________________________________________
14661 [  2717] By: jhi                                   on 1999/01/27  19:44:46
14662         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
14663              
14664              From: "G. Del Merritt" <del@intranetics.com>
14665              To: perlbug@perl.com
14666              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
14667              Date: Tue, 26 Jan 1999 12:09:09 -0700
14668              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
14669      Branch: maint-5.005/perl
14670            ! iperlsys.h
14671 ____________________________________________________________________________
14672 [  2715] By: jhi                                   on 1999/01/27  19:34:28
14673         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
14674              To: perl5-porters@perl.org
14675              Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
14676              Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
14677              Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
14678      Branch: maint-5.005/perl
14679            ! hints/mpeix.sh mpeix/relink
14680 ____________________________________________________________________________
14681 [  2710] By: jhi                                   on 1999/01/27  19:22:23
14682         Log: Errno fixes:
14683              
14684              From: Spider Boardman <spider@web.zk3.dec.com>
14685              To: perlbug@perl.com
14686              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
14687              Date: Wed, 27 Jan 1999 12:27:15 -0500
14688              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
14689              
14690              From: Spider Boardman <spider@web.zk3.dec.com>
14691              To: perlbug@perl.com
14692              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
14693              Date: Wed, 27 Jan 1999 13:31:16 -0500
14694              Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
14695      Branch: maint-5.005/perl
14696            ! Configure ext/Errno/Errno_pm.PL
14697 ____________________________________________________________________________
14698 [  2709] By: jhi                                   on 1999/01/27  19:17:35
14699         Log: Fix Configure installusrbinperl:
14700              
14701              From: Spider Boardman <spider@web.zk3.dec.com>
14702              To: jhi@iki.fi
14703              cc: perl5-porters@perl.org
14704              Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
14705              Date: Wed, 27 Jan 1999 13:03:35 -0500
14706              Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
14707      Branch: maint-5.005/perl
14708            ! Configure
14709 ____________________________________________________________________________
14710 [  2707] By: gbarr                                 on 1999/01/26  02:06:17
14711         Log: Add redef IO::Handle::* for setv?buf()
14712      Branch: maint-5.005/perl
14713            ! ext/POSIX/POSIX.pm
14714 ____________________________________________________________________________
14715 [  2705] By: jhi                                   on 1999/01/24  15:14:30
14716         Log: Mention year-1900 and month 0..11.
14717      Branch: cfgperl
14718            ! lib/Time/Local.pm
14719 ____________________________________________________________________________
14720 [  2704] By: jhi                                   on 1999/01/24  15:13:36
14721         Log: Document Configure -Uinstallusrbinperl.
14722      Branch: cfgperl
14723            ! INSTALL pod/perldelta.pod
14724 ____________________________________________________________________________
14725 [  2698] By: jhi                                   on 1999/01/24  12:46:00
14726         Log: Use only xlc_r for usethreads.
14727      Branch: cfgperl
14728            ! hints/aix.sh
14729 ____________________________________________________________________________
14730 [  2695] By: gsar                                  on 1999/01/24  07:09:05
14731         Log: integrate cfgperl changes into mainline
14732      Branch: perl
14733           +> lib/Exporter/Heavy.pm
14734           !> (integrate 65 files)
14735 ____________________________________________________________________________
14736 [  2694] By: gsar                                  on 1999/01/24  01:28:49
14737         Log: better notes on 'make' on win32
14738      Branch: perl
14739            ! README.win32
14740 ____________________________________________________________________________
14741 [  2683] By: jhi                                   on 1999/01/22  15:41:00
14742         Log: More de-cut-and-pastos.
14743      Branch: cfgperl
14744            ! hints/irix_6.sh hints/os2.sh
14745 ____________________________________________________________________________
14746 [  2682] By: jhi                                   on 1999/01/22  15:30:51
14747         Log: usethreads.cbu cut-and-pasto.
14748      Branch: cfgperl
14749            ! hints/solaris_2.sh
14750 ____________________________________________________________________________
14751 [  2681] By: jhi                                   on 1999/01/22  14:54:55
14752         Log: Better (I hope) LANGUAGE documentation.
14753      Branch: cfgperl
14754            ! pod/perllocale.pod
14755 ____________________________________________________________________________
14756 [  2680] By: jhi                                   on 1999/01/22  09:20:29
14757         Log: From: Dan Sugalski <sugalskd@osshe.edu>
14758              To: perl5-porters@perl.org
14759              Subject: [PATCH 5.005_03MT3]VMS configure tweak
14760              Date: Wed, 20 Jan 1999 12:05:18 -0800
14761              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
14762      Branch: cfgperl
14763            ! vms/subconfigure.com
14764 ____________________________________________________________________________
14765 [  2679] By: jhi                                   on 1999/01/22  09:13:18
14766         Log: nosuid getmntent() branch.
14767      Branch: cfgperl
14768            ! perl.c perl.h
14769 ____________________________________________________________________________
14770 [  2678] By: jhi                                   on 1999/01/22  08:54:19
14771         Log: nosuid patch continued: *BSD needs <sys/param.h>.
14772      Branch: cfgperl
14773            ! Configure config_h.SH
14774 ____________________________________________________________________________
14775 [  2676] By: gbarr                                 on 1999/01/22  01:54:02
14776         Log: Fixup FindBin to use File::Spec
14777              
14778              Message-Id: <19990120185157.D24479@west-tip.transeda.com>
14779              Date: Wed, 20 Jan 1999 18:51:57 +0000
14780              From: Paul Johnson <pjcj@transeda.com>
14781              Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
14782      Branch: maint-5.005/perl
14783            ! lib/FindBin.pm
14784 ____________________________________________________________________________
14785 [  2671] By: gbarr                                 on 1999/01/22  00:40:13
14786         Log: Fix win32 for Borland compiler and spaces in paths
14787              
14788              From: Gurusamy Sarathy <gsar@activestate.com>
14789              Date: Mon, 18 Jan 1999 20:33:17 -0800
14790              Message-Id: <199901190433.UAA03656@activestate.com>
14791              Subject: [PATCH] 5.005_03-trial3 win32 issues
14792      Branch: maint-5.005/perl
14793            ! README.win32 win32/Makefile win32/config_sh.PL
14794            ! win32/makefile.mk win32/runperl.c
14795 ____________________________________________________________________________
14796 [  2670] By: jhi                                   on 1999/01/21  16:12:38
14797         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14798              To: perl5-porters@perl.org
14799              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
14800              Date: Thu, 21 Jan 1999 12:08:01 +0000
14801              Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
14802      Branch: cfgperl
14803            ! pod/perldiag.pod t/op/subst.t toke.c
14804 ____________________________________________________________________________
14805 [  2669] By: jhi                                   on 1999/01/21  16:11:46
14806         Log: To: perl5-porters@perl.org
14807              Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
14808              From: Anton Berezin <tobez@plab.ku.dk>
14809              Date: 21 Jan 1999 17:07:28 +0100
14810              Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
14811      Branch: cfgperl
14812            ! hints/freebsd.sh
14813 ____________________________________________________________________________
14814 [  2668] By: jhi                                   on 1999/01/21  15:38:34
14815         Log: Add Daniel Grisinger <dgris@dimensional.com>.
14816      Branch: cfgperl
14817            ! AUTHORS MAINTAIN
14818 ____________________________________________________________________________
14819 [  2667] By: jhi                                   on 1999/01/21  15:32:28
14820         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14821              To: Mailing list Perl5 <perl5-porters@perl.org>
14822              Subject: [PATCH 5.005_53] Lean Exporter.pm
14823              Date: Thu, 21 Jan 1999 03:25:23 -0500
14824              Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
14825      Branch: cfgperl
14826            + lib/Exporter/Heavy.pm
14827            ! MANIFEST lib/Exporter.pm
14828 ____________________________________________________________________________
14829 [  2666] By: jhi                                   on 1999/01/21  15:24:10
14830         Log: From: "W. Phillip Moore" <wpm@ms.com>
14831              To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
14832              Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
14833              Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
14834              Message-ID: <13988.46383.298992.97303@zappa>
14835      Branch: cfgperl
14836            ! lib/File/Path.pm
14837 ____________________________________________________________________________
14838 [  2665] By: jhi                                   on 1999/01/21  15:20:48
14839         Log: CPAN update (CPAN-1.44_54) from Andreas and
14840              jumbo doc patch from Abigail.
14841              
14842              From: abigail@fnx.com
14843              To: perl5-porters@perl.org (Perl Porters)
14844              Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm]  Typos
14845              Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
14846              Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
14847              
14848              From: abigail@fnx.com
14849              To: perl5-porters@perl.org (Perl Porters)
14850              Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
14851              Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
14852              Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
14853              
14854              From: abigail@fnx.com
14855              To: perl5-porters@perl.org (Perl Porters)
14856              Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
14857              Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
14858              Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
14859              
14860              From: abigail@fnx.com
14861              To: perl5-porters@perl.org (Perl Porters)
14862              Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
14863              Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
14864              Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
14865              
14866              From: abigail@fnx.com
14867              To: perl5-porters@perl.org (Perl Porters)
14868              Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
14869              Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
14870              Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
14871              
14872              From: abigail@fnx.com
14873              To: perl5-porters@perl.org (Perl Porters)
14874              Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
14875              Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
14876              Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
14877              
14878              From: abigail@fnx.com
14879              To: perl5-porters@perl.org (Perl Porters)
14880              Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
14881              Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
14882              Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
14883              
14884              From: abigail@fnx.com
14885              To: perl5-porters@perl.org (Perl Porters)
14886              Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
14887              Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
14888              Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
14889              
14890              From: abigail@fnx.com
14891              To: perl5-porters@perl.org (Perl Porters)
14892              Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
14893              Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
14894              Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
14895              
14896              From: abigail@fnx.com
14897              To: perl5-porters@perl.org (Perl Porters)
14898              Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
14899              Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
14900              Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
14901              
14902              From: abigail@fnx.com
14903              To: perl5-porters@perl.org (Perl Porters)
14904              Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos  (ignore previous patch for this file...)
14905              Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
14906              Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
14907              
14908              From: abigail@fnx.com
14909              To: perl5-porters@perl.org (Perl Porters)
14910              Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
14911              Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
14912              Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
14913              
14914              From: abigail@fnx.com
14915              To: perl5-porters@perl.org (Perl Porters)
14916              Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
14917              Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
14918              Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
14919      Branch: cfgperl
14920            ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
14921            ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
14922            ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
14923            ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
14924 ____________________________________________________________________________
14925 [  2664] By: jhi                                   on 1999/01/21  14:47:43
14926         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14927              To: Mailing list Perl5 <perl5-porters@perl.org>
14928              Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
14929              Date: Thu, 21 Jan 1999 03:58:29 -0500
14930              Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
14931      Branch: cfgperl
14932            ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
14933 ____________________________________________________________________________
14934 [  2663] By: jhi                                   on 1999/01/21  14:43:58
14935         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14936              To: Mailing list Perl5 <perl5-porters@perl.org>
14937              Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
14938              Date: Thu, 21 Jan 1999 02:46:34 -0500
14939              Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
14940      Branch: cfgperl
14941            ! ext/Errno/Errno_pm.PL
14942 ____________________________________________________________________________
14943 [  2662] By: jhi                                   on 1999/01/21  14:42:42
14944         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
14945              To: Francois Desarmenien <desar@club-internet.fr>
14946              Cc: Gurusamy Sarathy <gsar@activestate.com>,
14947              Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
14948              Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
14949              Date: 21 Jan 1999 00:17:35 -0700
14950              Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
14951      Branch: cfgperl
14952            ! Porting/patching.pod
14953 ____________________________________________________________________________
14954 [  2661] By: jhi                                   on 1999/01/21  14:41:13
14955         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14956              To: Mailing list Perl5 <perl5-porters@perl.org>
14957              Subject: [PATCH 5.00*] makedepend
14958              Date: Thu, 21 Jan 1999 02:08:27 -0500
14959              Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
14960      Branch: cfgperl
14961            ! makedepend.SH
14962 ____________________________________________________________________________
14963 [  2660] By: jhi                                   on 1999/01/21  14:36:45
14964         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14965              To: Mailing list Perl5 <perl5-porters@perl.org>
14966              Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
14967              Date: Tue, 19 Jan 1999 20:06:45 -0500
14968              Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
14969      Branch: cfgperl
14970            ! os2/Changes os2/os2.c
14971 ____________________________________________________________________________
14972 [  2657] By: jhi                                   on 1999/01/21  11:40:35
14973         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
14974              To: perl5-porters@perl.org
14975              Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
14976              Date: Mon, 18 Jan 1999 01:32:31 PST
14977              Message-ID: <19990118093231.18443.qmail@hotmail.com>
14978      Branch: cfgperl
14979            ! ext/B/B/CC.pm
14980 ____________________________________________________________________________
14981 [  2656] By: jhi                                   on 1999/01/21  11:35:34
14982         Log: From: Achim Bohnet <ach@mpe.mpg.de>
14983              Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED) 
14984              Date: Wed, 20 Jan 1999 20:25:53 +0100
14985              Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
14986      Branch: cfgperl
14987            ! pp.c
14988 ____________________________________________________________________________
14989 [  2655] By: jhi                                   on 1999/01/21  10:46:01
14990         Log: Handle NIS (and NetInfo) more robustly.
14991      Branch: cfgperl
14992            ! t/op/grent.t t/op/pwent.t
14993 ____________________________________________________________________________
14994 [  2654] By: jhi                                   on 1999/01/21  10:17:20
14995         Log: Two-argument eaccess() of SCO.
14996      Branch: cfgperl
14997            ! pp_sys.c
14998 ____________________________________________________________________________
14999 [  2653] By: jhi                                   on 1999/01/21  08:53:14
15000         Log: -DNO_NOSUID_CHECK for those platforms which have no way
15001              of checking for nosuid but still want suidperl.
15002      Branch: cfgperl
15003            ! perl.c
15004 ____________________________________________________________________________
15005 [  2652] By: jhi                                   on 1999/01/21  08:22:50
15006         Log: The LANGUAGE mirrors LC_ALL usage.
15007      Branch: cfgperl
15008            ! Configure config_h.SH
15009 ____________________________________________________________________________
15010 [  2651] By: jhi                                   on 1999/01/20  22:01:21
15011         Log: I_MNTENT was missing.
15012      Branch: cfgperl
15013            ! Configure config_h.SH
15014 ____________________________________________________________________________
15015 [  2650] By: jhi                                   on 1999/01/19  13:42:03
15016         Log: NetBSD update, based on patches from the NetBSD packages system.
15017      Branch: cfgperl
15018            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
15019 ____________________________________________________________________________
15020 [  2649] By: jhi                                   on 1999/01/19  12:44:02
15021         Log: Jumbo Configure update.
15022              * -Uinstallusrbinperl: disable /usr/bin/perl installation
15023              by installperl
15024              * usethreads.cbu
15025              * use64bits.cbu
15026              * "nosuid"
15027      Branch: cfgperl
15028            ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
15029            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
15030            ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
15031            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
15032            ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
15033            ! pod/perldiag.pod
15034 ____________________________________________________________________________
15035 [  2648] By: jhi                                   on 1999/01/19  09:16:44
15036         Log: Mention /usr/share/locale.
15037      Branch: cfgperl
15038            ! pod/perllocale.pod
15039 ____________________________________________________________________________
15040 [  2647] By: jhi                                   on 1999/01/19  09:11:11
15041         Log: SHMLBA strikes back in NetBSD/sparc.
15042              
15043              From: Dave Nelson <David.Nelson@bellcow.com>
15044              To: jhi@iki.fi
15045              Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
15046              Date: Mon, 18 Jan 1999 22:07:56 -0600
15047              Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
15048      Branch: cfgperl
15049            ! ext/IPC/SysV/SysV.xs
15050 ____________________________________________________________________________
15051 [  2646] By: jhi                                   on 1999/01/19  08:58:17
15052         Log: Show LANGUAGE env var when needed. (Augment change #2645).
15053      Branch: cfgperl
15054            ! util.c utils/perlbug.PL
15055 ____________________________________________________________________________
15056 [  2645] By: jhi                                   on 1999/01/19  08:52:15
15057         Log: Document the GNU LANGUAGE env var.
15058      Branch: cfgperl
15059            ! pod/perllocale.pod
15060 ____________________________________________________________________________
15061 [  2644] By: jhi                                   on 1999/01/19  08:42:25
15062         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15063              To: Mailing list Perl5 <perl5-porters@perl.org>
15064              Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
15065              Date: Mon, 18 Jan 1999 20:57:02 -0500
15066              Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
15067      Branch: cfgperl
15068            ! pp_hot.c t/op/pat.t
15069 ____________________________________________________________________________
15070 [  2643] By: jhi                                   on 1999/01/18  11:23:41
15071         Log: Add various cruft to "clean" target. (Time for t/Makefile?)
15072      Branch: cfgperl
15073            ! Makefile.SH
15074 ____________________________________________________________________________
15075 [  2642] By: jhi                                   on 1999/01/18  11:03:38
15076         Log: GNU libc locale system has LANGUAGE env var that partly
15077              overrides even LC_ALL.
15078      Branch: cfgperl
15079            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
15080 ____________________________________________________________________________
15081 [  2641] By: jhi                                   on 1999/01/18  10:55:04
15082         Log: Integrate from mainperl.
15083      Branch: cfgperl
15084           +> ext/B/defsubs.h.PL
15085            ! t/op/groups.t
15086           !> (integrate 38 files)
15087 ____________________________________________________________________________
15088 [  2640] By: gsar                                  on 1999/01/18  10:06:29
15089         Log: a few random cleanups
15090      Branch: perl
15091            ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
15092 ____________________________________________________________________________
15093 [  2639] By: gsar                                  on 1999/01/18  05:56:21
15094         Log: From:    "Vishal Bhatia" <vishalb@hotmail.com>
15095              Date:    Sun, 17 Jan 1999 16:41:10 PST
15096              Message-Id: <19990118004111.29667.qmail@hotmail.com>
15097              Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
15098      Branch: perl
15099            ! ext/B/B/C.pm
15100 ____________________________________________________________________________
15101 [  2638] By: gsar                                  on 1999/01/18  05:41:21
15102         Log: From:    jan.dubois@ibm.net (Jan Dubois)
15103              Date:    Mon, 18 Jan 1999 00:37:41 +0100
15104              Message-Id: <36a271cd.2105507@smtp1.ibm.net>
15105              Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
15106      Branch: perl
15107            ! dump.c
15108 ____________________________________________________________________________
15109 [  2633] By: gsar                                  on 1999/01/17  13:39:59
15110         Log: bogus assert()
15111      Branch: perl
15112            ! pp.c t/op/groups.t
15113 ____________________________________________________________________________
15114 [  2632] By: gsar                                  on 1999/01/17  13:22:04
15115         Log: various tweaks for clean build and test on win32
15116      Branch: perl
15117            ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
15118            ! op.c t/pragma/warn/doio
15119 ____________________________________________________________________________
15120 [  2631] By: gsar                                  on 1999/01/17  12:28:06
15121         Log: undo change#2336, and add clarification about subversive
15122              CPAN distributions from Andreas Koenig
15123      Branch: perl
15124            ! Porting/pumpkin.pod lib/CPAN.pm
15125 ____________________________________________________________________________
15126 [  2630] By: gsar                                  on 1999/01/17  12:04:06
15127         Log: fix silent taint failures under -U
15128      Branch: perl
15129            ! doio.c
15130 ____________________________________________________________________________
15131 [  2629] By: gsar                                  on 1999/01/17  12:00:23
15132         Log: sanity check piped opens (tweaked version of patch suggested
15133              by Mark-Jason Dominus)
15134      Branch: perl
15135            ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
15136            ! t/op/taint.t t/pragma/warn/doio
15137 ____________________________________________________________________________
15138 [  2628] By: gsar                                  on 1999/01/17  11:26:21
15139         Log: regen headers
15140      Branch: perl
15141            ! embed.h embedvar.h objXSUB.h
15142 ____________________________________________________________________________
15143 [  2627] By: gsar                                  on 1999/01/17  11:23:37
15144         Log: PERL_OBJECTness for change#2595
15145      Branch: perl
15146            ! embed.pl op.c pod/perlport.pod proto.h
15147 ____________________________________________________________________________
15148 [  2626] By: gsar                                  on 1999/01/17  09:47:07
15149         Log: PERL_OBJECT tweaks for change#2426
15150      Branch: perl
15151            ! embed.pl proto.h regcomp.c
15152 ____________________________________________________________________________
15153 [  2625] By: gsar                                  on 1999/01/17  09:37:58
15154         Log: documentation in change#2596 is not quite right; fix it
15155      Branch: perl
15156            ! lib/Math/BigFloat.pm pod/perlguts.pod
15157 ____________________________________________________________________________
15158 [  2624] By: gsar                                  on 1999/01/17  09:28:34
15159         Log: undo change#2571; C<use File::Spec> instead
15160      Branch: perl
15161            ! lib/FindBin.pm
15162 ____________________________________________________________________________
15163 [  2623] By: gsar                                  on 1999/01/17  09:20:42
15164         Log: change#2572 is not applicable; undo, retaining scan_bin addition
15165              to global.sym
15166      Branch: perl
15167            ! global.sym perl.c proto.h
15168 ____________________________________________________________________________
15169 [  2622] By: gsar                                  on 1999/01/17  09:17:42
15170         Log: change#2576 is based on a wrong premise; undo it
15171      Branch: perl
15172            ! pp_ctl.c
15173 ____________________________________________________________________________
15174 [  2621] By: gsar                                  on 1999/01/17  09:12:42
15175         Log: fix change#2602 to not used hard coded constants
15176      Branch: perl
15177            ! ext/B/B/C.pm ext/B/defsubs.h.PL
15178 ____________________________________________________________________________
15179 [  2620] By: gsar                                  on 1999/01/17  09:02:07
15180         Log: integrate cfgperl changes into mainline, fix conflicts
15181      Branch: perl
15182           +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
15183           +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
15184           +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
15185           +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
15186           +> pod/perlopentut.pod
15187           !> (integrate 162 files)
15188 ____________________________________________________________________________
15189 [  2619] By: gsar                                  on 1999/01/17  08:42:04
15190         Log: a few doc typos
15191      Branch: perl
15192            ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
15193 ____________________________________________________________________________
15194 [  2616] By: gbarr                                 on 1999/01/16  18:59:55
15195         Log: Win32 changes from Jan
15196              
15197              From: jan.dubois@ibm.net (Jan Dubois)
15198              Date: Fri, 15 Jan 1999 23:38:35 +0100
15199              Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
15200              Subject: [PATCH 5.005_03m2] Win32 Makefile patches
15201              
15202              From: jan.dubois@ibm.net (Jan Dubois)
15203              Date: Sat, 16 Jan 1999 13:02:45 +0100
15204              Message-ID: <36a07da6.10722337@smtp1.ibm.net>
15205              Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
15206      Branch: maint-5.005/perl
15207            ! README.win32 win32/Makefile win32/makefile.mk
15208 ____________________________________________________________________________
15209 [  2615] By: gbarr                                 on 1999/01/16  18:48:48
15210         Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
15211              
15212              From: Gurusamy Sarathy <gsar@engin.umich.edu>
15213              Date: Thu, 07 Jan 1999 00:12:00 -0500
15214              Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
15215              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
15216              
15217              From: Gurusamy Sarathy <gsar@engin.umich.edu>
15218              Date: Thu, 14 Jan 1999 19:21:46 -0500
15219              Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
15220              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
15221      Branch: maint-5.005/perl
15222            ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
15223            ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
15224            ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
15225            ! win32/makedef.pl win32/runperl.c win32/win32.c
15226 ____________________________________________________________________________
15227 [  2614] By: gbarr                                 on 1999/01/16  16:48:38
15228         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
15229              Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
15230              Message-Id: <199901151528.RAA08785@alpha.hut.fi>
15231              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
15232              
15233              From: Jarkko Hietaniemi <jhi@iki.fi>
15234              Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
15235              Message-Id: <199901151644.SAA08184@alpha.hut.fi>
15236              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
15237              
15238              From: Jarkko Hietaniemi <jhi@iki.fi>
15239              Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
15240              Message-Id: <199901151652.SAA11259@alpha.hut.fi>
15241              Subject: the promised "installusrbinperl + NetBSD" fix
15242      Branch: maint-5.005/perl
15243            ! Configure Makefile.SH hints/netbsd.sh installperl
15244            ! makedepend.SH unixish.h
15245 ____________________________________________________________________________
15246 [  2611] By: jhi                                   on 1999/01/14  12:16:14
15247         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
15248              To: pumpkings@jhereg.perl.com
15249              Subject: perlopentut.pod
15250              Date: Sat, 09 Jan 1999 08:13:18 -0700
15251              Message-Id: <199901091513.IAA17512@jhereg.perl.com>
15252      Branch: cfgperl
15253            + pod/perlopentut.pod
15254            ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
15255 ____________________________________________________________________________
15256 [  2607] By: gbarr                                 on 1999/01/14  02:53:40
15257         Log: Added Carp::cluck to perldelta.pod
15258      Branch: maint-5.005/perl
15259            ! pod/perldelta.pod
15260 ____________________________________________________________________________
15261 [  2605] By: jhi                                   on 1999/01/13  18:26:19
15262         Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
15263              To: "'cpan@perl.org'" <cpan@perl.org>
15264              Subject: "Bug" fix for File::Find.pm
15265              Date:   Thu, 31 Dec 1998 13:01:50 -0500
15266              Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
15267      Branch: cfgperl
15268            ! lib/File/Find.pm
15269 ____________________________________________________________________________
15270 [  2604] By: jhi                                   on 1999/01/13  18:08:45
15271         Log: From: Peter Wolfe <wolfe@teloseng.com>
15272              Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
15273              To: perlbug@perl.com
15274              Date: 11 Jan 1999 23:00:05 +0200
15275              Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
15276      Branch: cfgperl
15277            ! hints/sco.sh
15278 ____________________________________________________________________________
15279 [  2603] By: jhi                                   on 1999/01/13  18:06:56
15280         Log: From: hans@icgroup.nl (Hans Mulder)
15281              Subject: [Patch for 5.005_54] re::debugcolors dumps core
15282              To: perlbug@perl.com
15283              Cc: hansmu@xs4all.nl
15284              Date: 11 Jan 1999 22:22:45 +0200
15285              Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
15286      Branch: cfgperl
15287            ! ext/re/re.pm regcomp.c
15288 ____________________________________________________________________________
15289 [  2602] By: jhi                                   on 1999/01/13  18:05:43
15290         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
15291              Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
15292              Date: 11 Jan 1999 08:02:41 +0200
15293              Lines: 134
15294              Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
15295      Branch: cfgperl
15296            ! ext/B/B.xs ext/B/B/C.pm
15297 ____________________________________________________________________________
15298 [  2601] By: jhi                                   on 1999/01/13  18:01:53
15299         Log: From: James FitzGibbon <james@ican.net>
15300              Subject: Trivial patch for HP-UX 11 and shared libperl
15301              To: perl5-porters@perl.org
15302              Date: 8 Jan 1999 19:13:23 +0200
15303              Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
15304      Branch: cfgperl
15305            ! Makefile.SH
15306 ____________________________________________________________________________
15307 [  2600] By: jhi                                   on 1999/01/13  17:59:45
15308         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
15309              Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
15310              To: perl5-porters@perl.org
15311              Date: 8 Jan 1999 12:43:36 +0200
15312              Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
15313      Branch: cfgperl
15314            ! ext/B/B/CC.pm
15315 ____________________________________________________________________________
15316 [  2599] By: jhi                                   on 1999/01/13  17:50:11
15317         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
15318              Subject: PATCH to installperl
15319              To: perl5-porters@perl.org
15320              Date: 4 Jan 1999 16:15:18 +0200
15321              Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
15322      Branch: cfgperl
15323            ! installperl
15324 ____________________________________________________________________________
15325 [  2598] By: jhi                                   on 1999/01/13  17:34:51
15326         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
15327              To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
15328              Cc: perl5-porters@perl.org
15329              Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
15330              Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
15331              Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
15332      Branch: cfgperl
15333            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
15334            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
15335 ____________________________________________________________________________
15336 [  2597] By: jhi                                   on 1999/01/13  17:30:33
15337         Log: From: David Dyck <dcd@tc.fluke.com>
15338              To: Perl Porters <perl5-porters@perl.org>,
15339              Gurusamy Sarathy <gsar@engin.umich.edu>
15340              Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
15341              Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
15342              Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
15343      Branch: cfgperl
15344            ! pod/perldsc.pod
15345 ____________________________________________________________________________
15346 [  2596] By: jhi                                   on 1999/01/13  17:26:44
15347         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
15348              To: perl5-porters@perl.org
15349              Subject: [PATCH] modglobal w/ spelling fixes
15350              Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
15351              Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
15352      Branch: cfgperl
15353            ! pod/perlguts.pod
15354 ____________________________________________________________________________
15355 [  2595] By: jhi                                   on 1999/01/13  17:24:59
15356         Log: From: Hans Mulder <hansm@icgroup.nl>
15357              Optimize common sort routines.  Thread started by the message
15358              
15359              From: Hans Mulder <hansm@icgroup.nl>
15360              Sender: owner-perl5-porters@perl.org
15361              To: perl5-porters@perl.org
15362              Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
15363              Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
15364              
15365              and the patch from the message
15366              
15367              From: Hans Mulder <hans@icgroup.nl>
15368              To: jhi@iki.fi
15369              Cc: perl5-porters@perl.org
15370              Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
15371              $b }
15372              Date: Wed, 13 Jan 1999 17:39:35 +0100
15373              Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
15374      Branch: cfgperl
15375            ! Todo op.c op.h pp_ctl.c t/op/sort.t
15376 ____________________________________________________________________________
15377 [  2594] By: jhi                                   on 1999/01/13  16:50:17
15378         Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
15379              (the diffs were based on 5.004_02).  Tested by Guido
15380              and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
15381      Branch: cfgperl
15382            + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
15383            + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
15384            + mint/sys/time.h mint/time.h
15385            ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
15386            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
15387 ____________________________________________________________________________
15388 [  2593] By: jhi                                   on 1999/01/09  16:54:26
15389         Log: Detypo.
15390      Branch: cfgperl
15391            ! hints/dec_osf.sh
15392 ____________________________________________________________________________
15393 [  2592] By: jhi                                   on 1999/01/09  16:17:13
15394         Log: Move usethreads and use64bits logic from hints to Configure.
15395      Branch: cfgperl
15396            ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
15397            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
15398            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
15399            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
15400 ____________________________________________________________________________
15401 [  2591] By: jhi                                   on 1999/01/09  14:45:24
15402         Log: Missing dTHRs added.
15403      Branch: cfgperl
15404            ! regcomp.c toke.c
15405 ____________________________________________________________________________
15406 [  2590] By: jhi                                   on 1999/01/08  15:27:17
15407         Log: Finalize change #2589 and add better AIX nm scanning from:
15408              
15409              Message-Id: <m0zyNW0-00017VC@gentoo.com>
15410              From: bll@gentoo.com (Brad Lanam)
15411              Subject: Re: mailhelp returned a non-zero status
15412              In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
15413              To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
15414      Branch: cfgperl
15415            ! Configure hints/freebsd.sh hints/linux.sh
15416 ____________________________________________________________________________
15417 [  2589] By: jhi                                   on 1999/01/08  15:14:54
15418         Log: Undo change #2581.
15419      Branch: cfgperl
15420            ! Configure hints/freebsd.sh hints/linux.sh
15421 ____________________________________________________________________________
15422 [  2588] By: jhi                                   on 1999/01/08  11:51:52
15423         Log: FAQ jumbo patch from tchrist.
15424              
15425              Message-Id: <199901080605.XAA20229@jhereg.perl.com>
15426              From: Tom Christiansen <tchrist@jhereg.perl.com>
15427              To: pumpkings@jhereg.perl.com
15428              Subject: newest version of perlfaq.pod
15429              Date: Thu, 7 Jan 1999 23:05:02 -0700
15430              
15431              Message-Id: <199901080605.XAA20231@jhereg.perl.com>
15432              From: Tom Christiansen <tchrist@jhereg.perl.com>
15433              To: pumpkings@jhereg.perl.com
15434              Subject: newest version of perlfaq1.pod
15435              Date: Thu, 7 Jan 1999 23:05:02 -0700
15436              
15437              Message-Id: <199901080605.XAA20233@jhereg.perl.com>
15438              From: Tom Christiansen <tchrist@jhereg.perl.com>
15439              To: pumpkings@jhereg.perl.com
15440              Subject: newest version of perlfaq2.pod
15441              Date: Thu, 7 Jan 1999 23:05:02 -0700
15442              
15443              Message-Id: <199901080605.XAA20235@jhereg.perl.com>
15444              From: Tom Christiansen <tchrist@jhereg.perl.com>
15445              To: pumpkings@jhereg.perl.com
15446              Subject: newest version of perlfaq3.pod
15447              Date: Thu, 7 Jan 1999 23:05:02 -0700
15448              
15449              Message-Id: <199901080605.XAA20237@jhereg.perl.com>
15450              From: Tom Christiansen <tchrist@jhereg.perl.com>
15451              To: pumpkings@jhereg.perl.com
15452              Subject: newest version of perlfaq4.pod
15453              Date: Thu, 7 Jan 1999 23:05:02 -0700
15454              
15455              Message-Id: <199901080605.XAA20239@jhereg.perl.com>
15456              From: Tom Christiansen <tchrist@jhereg.perl.com>
15457              To: pumpkings@jhereg.perl.com
15458              Subject: newest version of perlfaq5.pod
15459              Date: Thu, 7 Jan 1999 23:05:02 -0700
15460              
15461              Message-Id: <199901080605.XAA20241@jhereg.perl.com>
15462              From: Tom Christiansen <tchrist@jhereg.perl.com>
15463              To: pumpkings@jhereg.perl.com
15464              Subject: newest version of perlfaq6.pod
15465              Date: Thu, 7 Jan 1999 23:05:02 -0700
15466              
15467              Message-Id: <199901080605.XAA20243@jhereg.perl.com>
15468              From: Tom Christiansen <tchrist@jhereg.perl.com>
15469              To: pumpkings@jhereg.perl.com
15470              Subject: newest version of perlfaq7.pod
15471              Date: Thu, 7 Jan 1999 23:05:03 -0700
15472              
15473              Message-Id: <199901080605.XAA20245@jhereg.perl.com>
15474              From: Tom Christiansen <tchrist@jhereg.perl.com>
15475              To: pumpkings@jhereg.perl.com
15476              Subject: newest version of perlfaq8.pod
15477              Date: Thu, 7 Jan 1999 23:05:03 -0700
15478              
15479              Message-Id: <199901080605.XAA20257@jhereg.perl.com>
15480              From: Tom Christiansen <tchrist@jhereg.perl.com>
15481              To: pumpkings@jhereg.perl.com
15482              Subject: newest version of perlfaq9.pod
15483              Date: Thu, 7 Jan 1999 23:05:03 -0700
15484      Branch: cfgperl
15485            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
15486            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
15487            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
15488            ! pod/perlfaq9.pod
15489 ____________________________________________________________________________
15490 [  2587] By: jhi                                   on 1999/01/08  11:17:43
15491         Log: More doc fixes from Abigail.
15492      Branch: cfgperl
15493            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
15494            ! lib/User/pwent.pm
15495 ____________________________________________________________________________
15496 [  2585] By: jhi                                   on 1999/01/08  08:31:02
15497         Log: Change #2584 from maint-5.005:
15498              
15499              implemented Ilya's suggested fix, and added a testcase
15500              
15501              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15502              Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
15503              Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
15504              Subject: Re: Text::ParseWords: regex fix
15505      Branch: cfgperl
15506            ! lib/Text/ParseWords.pm t/lib/parsewords.t
15507 ____________________________________________________________________________
15508 [  2583] By: gbarr                                 on 1999/01/08  04:50:03
15509         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
15510              Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
15511              Message-Id: <199901071047.MAA24100@alpha.hut.fi>
15512              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
15513      Branch: maint-5.005/perl
15514            ! ext/Errno/Errno_pm.PL
15515 ____________________________________________________________________________
15516 [  2581] By: jhi                                   on 1999/01/07  16:38:03
15517         Log: Configure update:
15518              - usethreads, use64bits, and usemultiplicity
15519              are no more interactively asked by Configure
15520              - "int main()" (vs bare "main()") enforced in test programs
15521      Branch: cfgperl
15522            ! Configure hints/freebsd.sh hints/linux.sh
15523 ____________________________________________________________________________
15524 [  2580] By: jhi                                   on 1999/01/07  11:19:12
15525         Log: From: Dan Sugalski <sugalskd@osshe.edu>
15526              Date: Wed, 06 Jan 1999 13:47:34 -0800
15527              Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
15528              Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
15529      Branch: cfgperl
15530            ! vms/vms.c
15531 ____________________________________________________________________________
15532 [  2579] By: jhi                                   on 1999/01/07  09:08:36
15533         Log: Another set of doc patches from Abigail
15534              
15535              From: abigail@fnx.com
15536              Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
15537              Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
15538              Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
15539              
15540              From: abigail@fnx.com
15541              Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
15542              Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
15543              Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
15544              
15545              From: abigail@fnx.com
15546              Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
15547              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
15548              Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
15549              
15550              From: abigail@fnx.com
15551              Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
15552              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
15553              Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
15554              
15555              From: abigail@fnx.com
15556              Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
15557              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
15558              Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
15559              
15560              From: abigail@fnx.com
15561              Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
15562              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
15563              Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
15564              
15565              From: abigail@fnx.com
15566              Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
15567              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
15568              Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
15569              
15570              From: abigail@fnx.com
15571              Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
15572              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
15573              Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
15574              
15575              From: abigail@fnx.com
15576              Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
15577              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
15578              Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
15579              
15580              From: abigail@fnx.com
15581              Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
15582              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
15583              Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
15584              
15585              From: abigail@fnx.com
15586              Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
15587              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
15588              Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
15589              
15590              From: abigail@fnx.com
15591              Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
15592              Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
15593              Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
15594              
15595              From: abigail@fnx.com
15596              Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
15597              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
15598              Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
15599              
15600              From: abigail@fnx.com
15601              Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
15602              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
15603              Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
15604      Branch: cfgperl
15605            ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
15606            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
15607            ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
15608            ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
15609            ! lib/Tie/Array.pm lib/Tie/Hash.pm
15610 ____________________________________________________________________________
15611 [  2576] By: jhi                                   on 1999/01/06  17:05:20
15612         Log: Change #2582 fallout: the amagic_cmp* are no more file static.
15613      Branch: cfgperl
15614            ! pp_ctl.c
15615 ____________________________________________________________________________
15616 [  2575] By: jhi                                   on 1999/01/06  13:18:56
15617         Log: Enhance the great_circle_distance() documentation.
15618      Branch: cfgperl
15619            ! lib/Math/Trig.pm
15620 ____________________________________________________________________________
15621 [  2574] By: jhi                                   on 1999/01/06  12:58:03
15622         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
15623              To: perlbug@perl.com
15624              Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
15625              Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
15626              Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
15627      Branch: cfgperl
15628            ! t/op/sysio.t
15629 ____________________________________________________________________________
15630 [  2573] By: jhi                                   on 1999/01/06  12:40:19
15631         Log: From: "W. Phillip Moore" <wpm@ms.com>
15632              To: perlbug@perl.org
15633              Subject: [PATCH] POSIX getpgrp is not -w clean
15634              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
15635              Message-ID: <13970.20107.190314.549471@zappa>
15636      Branch: cfgperl
15637            ! ext/POSIX/POSIX.pm
15638 ____________________________________________________________________________
15639 [  2572] By: jhi                                   on 1999/01/06  12:25:24
15640         Log: Based on
15641              From: jan.dubois@ibm.net (Jan Dubois)
15642              To: perl5-porters@perl.org
15643              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
15644              Date: Wed, 06 Jan 1999 01:24:09 +0100
15645              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
15646              except that
15647              - objXSUB.h was already okay
15648              - embed.h patching is futile, global.sym patched instead
15649              - objpp.h does not exist
15650              - proto.h addition applied manually
15651              - win32/GenCAPI.pl was already okay
15652              - win32/makedef.pl was already okay
15653      Branch: cfgperl
15654            ! global.sym perl.c proto.h
15655 ____________________________________________________________________________
15656 [  2571] By: jhi                                   on 1999/01/06  11:25:48
15657         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
15658              To: perlbug@perl.com
15659              Subject: FindBin.pm on Win32 systems
15660              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
15661              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
15662      Branch: cfgperl
15663            ! lib/FindBin.pm
15664 ____________________________________________________________________________
15665 [  2570] By: jhi                                   on 1999/01/06  11:21:48
15666         Log: From: Dan Sugalski <sugalskd@osshe.edu>
15667              To: perl5-porters@perl.org, vmsperl@perl.org
15668              Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
15669              Date: Tue, 05 Jan 1999 16:47:31 -0800
15670              Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
15671              
15672              (the ext/IO/lib/IO/Socket.pm was not really changed here;
15673              it was a leftover from #2569)
15674      Branch: cfgperl
15675            ! ext/IO/lib/IO/Socket.pm taint.c
15676 ____________________________________________________________________________
15677 [  2569] By: jhi                                   on 1999/01/06  11:18:22
15678         Log: Jumbo doc patch from Abigail (almost identical to
15679              the 5.005-maint change #2562 except for the
15680              ext/IO/lib/IO/Socket.pm patch which was not
15681              applicable because the IO version of 5.005-devel
15682              is somewhat different (why?))
15683              
15684              From: abigail@fnx.com
15685              Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
15686              Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
15687              Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
15688              
15689              From: abigail@fnx.com
15690              Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
15691              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
15692              Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
15693              
15694              From: abigail@fnx.com
15695              Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
15696              Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
15697              Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
15698              
15699              From: abigail@fnx.com
15700              Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
15701              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
15702              Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
15703              
15704              From: abigail@fnx.com
15705              Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
15706              Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
15707              Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
15708              
15709              From: abigail@fnx.com
15710              Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
15711              Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
15712              Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
15713              
15714              From: abigail@fnx.com
15715              Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
15716              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
15717              Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
15718              
15719              From: abigail@fnx.com
15720              Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
15721              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
15722              Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
15723              
15724              From: abigail@fnx.com
15725              Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
15726              Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
15727              Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
15728              
15729              From: abigail@fnx.com
15730              Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
15731              Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
15732              Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
15733      Branch: cfgperl
15734            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
15735            ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
15736            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
15737            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
15738            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
15739 ____________________________________________________________________________
15740 [  2568] By: gbarr                                 on 1999/01/06  03:13:15
15741         Log: From: jan.dubois@ibm.net (Jan Dubois)
15742              Date: Wed, 06 Jan 1999 01:24:09 +0100
15743              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
15744              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
15745      Branch: maint-5.005/perl
15746            ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
15747            ! win32/GenCAPI.pl win32/makedef.pl
15748 ____________________________________________________________________________
15749 [  2566] By: gbarr                                 on 1999/01/06  02:29:05
15750         Log: From: "W. Phillip Moore" <wpm@ms.com>
15751              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
15752              Message-ID: <13970.20107.190314.549471@zappa>
15753              Subject: [PATCH] POSIX getpgrp is not -w clean
15754      Branch: maint-5.005/perl
15755            ! ext/POSIX/POSIX.pm
15756 ____________________________________________________________________________
15757 [  2565] By: gbarr                                 on 1999/01/06  02:19:00
15758         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
15759              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
15760              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
15761              Subject: FindBin.pm on Win32 systems
15762      Branch: maint-5.005/perl
15763            ! lib/FindBin.pm
15764 ____________________________________________________________________________
15765 [  2561] By: jhi                                   on 1999/01/05  10:49:10
15766         Log: Reword the setlocale() 1-arg case better.
15767      Branch: cfgperl
15768            ! ext/POSIX/POSIX.pod
15769 ____________________________________________________________________________
15770 [  2559] By: gbarr                                 on 1999/01/02  15:37:35
15771         Log: From: Blair Zajac <bzajac@geostaff.com>
15772              Date: Wed, 23 Dec 1998 17:13:32 -0800
15773              Message-ID: <3681953C.8B6A90AA@geostaff.com>
15774              Subject: Tie::SubstrHash patch
15775      Branch: maint-5.005/perl
15776            ! lib/Tie/SubstrHash.pm
15777 ____________________________________________________________________________
15778 [  2554] By: jhi                                   on 1999/01/02  14:55:06
15779         Log: Object destruction order testing.
15780      Branch: cfgperl
15781            ! t/op/misc.t
15782 ____________________________________________________________________________
15783 [  2553] By: jhi                                   on 1999/01/02  14:49:40
15784         Log: perldelta the Dumpvalue.pm of change #2513.
15785      Branch: cfgperl
15786            ! lib/Dumpvalue.pm pod/perldelta.pod
15787 ____________________________________________________________________________
15788 [  2552] By: nick                                  on 1999/01/02  14:45:38
15789         Log: Tone down Makefile.PL so it works on Win32
15790      Branch: perl
15791            ! ext/B/Makefile.PL
15792 ____________________________________________________________________________
15793 [  2551] By: nick                                  on 1999/01/02  14:06:30
15794         Log: Export constant subs from B.xs for op.h, cop.h and a few others.
15795              Use them in various B::* rather than have local defs.
15796      Branch: perl
15797            + ext/B/defsubs.h.PL
15798            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
15799            ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
15800            ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
15801 ____________________________________________________________________________
15802 [  2550] By: nick                                  on 1999/01/02  10:04:02
15803         Log: Integrate ext/B changes from //depot/cfgperl
15804      Branch: perl
15805           !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
15806 ____________________________________________________________________________
15807 [  2549] By: jhi                                   on 1999/01/01  13:54:16
15808         Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
15809              To: perlbug@perl.com
15810              Subject: op/groups.t fails test 1 on HP-UX 10.20
15811              Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
15812              Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
15813      Branch: cfgperl
15814            ! t/op/groups.t
15815 ____________________________________________________________________________
15816 [  2548] By: jhi                                   on 1999/01/01  13:53:31
15817         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15818              To: perl5-porters@perl.org
15819              cc: hv@crypt0.demon.co.uk
15820              Subject: [bug 5.004_54] duplicate error message
15821              Date: Thu, 31 Dec 1998 04:05:25 +0000
15822              Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
15823              
15824              Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
15825              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
15826              To: hv@crypt0.demon.co.uk
15827              Cc: perl5-porters@perl.org
15828              Subject: [PATCH _54] Re: duplicate error message
15829              Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
15830              
15831              Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
15832              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15833              To: Stephen McCamant <smccam@uclink4.berkeley.edu>
15834              cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
15835              Subject: [TEST PATCH _54] Re: duplicate error message 
15836              Date: Fri, 01 Jan 1999 07:32:14 +0000
15837      Branch: cfgperl
15838            ! op.c t/pragma/warn/op
15839 ____________________________________________________________________________
15840 [  2547] By: jhi                                   on 1998/12/31  14:15:04
15841         Log: From: Chris Nandor <pudge@pobox.com>
15842              To: jhi@iki.fi
15843              Cc: perl5-porters@perl.org
15844              Subject: Re: [PATCH] perlport.pod 1.38
15845              Date: Thu, 31 Dec 1998 09:06:48 -0500
15846              Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
15847      Branch: cfgperl
15848            ! pod/perlport.pod
15849 ____________________________________________________________________________
15850 [  2546] By: jhi                                   on 1998/12/31  11:18:17
15851         Log: From: Wilson P. Snyder II
15852              To: perl5-porters@perl.org
15853              Subject: [PATCH v5.5.53] REV2: Binary number support
15854              Date: 1998/11/30
15855              Message-ID: <199811301543.KAA15689@vulcan.maker.com>
15856      Branch: cfgperl
15857            ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
15858            ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
15859            ! toke.c util.c
15860 ____________________________________________________________________________
15861 [  2545] By: jhi                                   on 1998/12/31  09:27:40
15862         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
15863              To: perlbug@perl.com
15864              Subject: "perl -T -P" dumps core on OpenBSD and Linux
15865              Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
15866              Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
15867      Branch: cfgperl
15868            ! taint.c
15869 ____________________________________________________________________________
15870 [  2544] By: jhi                                   on 1998/12/31  09:21:45
15871         Log: From: Tim Bunce <Tim.Bunce@ig.co.uk> 
15872              To: perlbug@perl.com 
15873              Subject: bug in pod2man search for perl binary [5.005_5x]
15874              Date: Sat, 12 Dec 1998 23:08:51 +0000 
15875              Message-ID: <19981212230851.A20578@ig.co.uk> 
15876      Branch: cfgperl
15877            ! pod/pod2man.PL
15878 ____________________________________________________________________________
15879 [  2541] By: gbarr                                 on 1998/12/30  14:37:14
15880         Log: From: jan.dubois@ibm.net (Jan Dubois)
15881              Date: Wed, 23 Dec 1998 21:26:38 +0100
15882              Message-ID: <36895086.8849224@smtp1.ibm.net>
15883              Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
15884      Branch: maint-5.005/perl
15885            ! lib/ExtUtils/MakeMaker.pm
15886 ____________________________________________________________________________
15887 [  2540] By: jhi                                   on 1998/12/30  08:42:04
15888         Log: Evermore AUTHORS and MAINTAIN.
15889      Branch: cfgperl
15890            ! AUTHORS MAINTAIN
15891 ____________________________________________________________________________
15892 [  2539] By: jhi                                   on 1998/12/29  15:10:34
15893         Log: More AUTHORS and MAINTAIN.
15894      Branch: cfgperl
15895            ! AUTHORS MAINTAIN
15896 ____________________________________________________________________________
15897 [  2537] By: jhi                                   on 1998/12/29  14:34:47
15898         Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
15899              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
15900              Message-ID: <13942.32480.700000.640927@utensil>
15901              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
15902              (mirror change#2531 in the 5.005-maint)
15903      Branch: cfgperl
15904            ! lib/AutoSplit.pm
15905 ____________________________________________________________________________
15906 [  2531] By: gbarr                                 on 1998/12/29  14:12:25
15907         Log: change in_pod pattern to /^=\w/ from /^=/
15908              From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
15909              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
15910              Message-ID: <13942.32480.700000.640927@utensil>
15911              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
15912      Branch: maint-5.005/perl
15913            ! lib/AutoSplit.pm
15914 ____________________________________________________________________________
15915 [  2525] By: jhi                                   on 1998/12/29  13:06:26
15916         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
15917              To: perl5-porters@perl.org
15918              Subject: [PATCH 5.005_54] More minor  Fixes in CC.pm/C.pm
15919              Date: 16 Dec 1998 03:17:03 +0200
15920              Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
15921      Branch: cfgperl
15922            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
15923 ____________________________________________________________________________
15924 [  2524] By: jhi                                   on 1998/12/29  13:00:06
15925         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
15926              To: perl5-porters@perl.org
15927              Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
15928              Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
15929              Date: 10 Dec 1998 08:30:02 +0200
15930              Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
15931              
15932              (Nick's part was applied earlier, in change #2460)
15933      Branch: cfgperl
15934            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
15935 ____________________________________________________________________________
15936 [  2523] By: jhi                                   on 1998/12/29  12:41:31
15937         Log: From: "vishal bhatia" <vishalb@hotmail.com>
15938              To: nick@ni-s.u-net.com
15939              Cc: perl5-porters@perl.org
15940              Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
15941              Date: 9 Dec 1998 06:50:30 +0200
15942              Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
15943      Branch: cfgperl
15944            ! ext/B/B/CC.pm
15945 ____________________________________________________________________________
15946 [  2522] By: jhi                                   on 1998/12/29  12:15:18
15947         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
15948              To: perl5-porters@perl.org (Perl 5 Porters)
15949              Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
15950              Date: 25 Dec 1998 23:02:28 +0200
15951              Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
15952      Branch: cfgperl
15953            ! lib/Pod/Text.pm
15954 ____________________________________________________________________________
15955 [  2521] By: jhi                                   on 1998/12/29  12:07:54
15956         Log: Undo #2519 (breaks universal.c).
15957      Branch: cfgperl
15958            ! XSUB.h
15959 ____________________________________________________________________________
15960 [  2519] By: jhi                                   on 1998/12/29  11:41:10
15961         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
15962              To: perl5-porters@perl.org
15963              Cc: perl-xs@perl.org
15964              Subject: XSUB.h refinement [PATCH]
15965              Date: 18 Dec 1998 03:58:44 +0200
15966              Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
15967      Branch: cfgperl
15968            ! XSUB.h
15969 ____________________________________________________________________________
15970 [  2518] By: jhi                                   on 1998/12/29  11:36:19
15971         Log: From: abigail@fnx.com
15972              To: perl5-porters@perl.org (Perl Porters)
15973              Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
15974              Date: 28 Dec 1998 21:39:15 +0200
15975              Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
15976      Branch: cfgperl
15977            ! lib/fields.pm
15978 ____________________________________________________________________________
15979 [  2517] By: jhi                                   on 1998/12/29  11:35:03
15980         Log: Document change #2516.
15981      Branch: cfgperl
15982            ! pod/perldelta.pod
15983 ____________________________________________________________________________
15984 [  2516] By: jhi                                   on 1998/12/29  11:32:26
15985         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15986              To: perl5-porters@perl.org (Mailing list Perl5)
15987              Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
15988              Date: 9 Dec 1998 10:39:31 +0200
15989              Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
15990      Branch: cfgperl
15991            ! pod/perldiag.pod regcomp.c toke.c
15992 ____________________________________________________________________________
15993 [  2515] By: jhi                                   on 1998/12/29  11:27:11
15994         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15995              To: perl5-porters@perl.org (Mailing list Perl5)
15996              Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
15997              Date: 8 Dec 1998 09:02:04 +0200
15998              Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
15999              
16000              \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
16001      Branch: cfgperl
16002            ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
16003 ____________________________________________________________________________
16004 [  2514] By: jhi                                   on 1998/12/29  11:21:31
16005         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16006              To: perl5-porters@perl.org (Mailing list Perl5)
16007              Subject: [PATCH 5.005_53] Regexp tests and UTF8
16008              Date: 8 Dec 1998 07:02:01 +0200
16009              Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
16010      Branch: cfgperl
16011            ! regcomp.c
16012 ____________________________________________________________________________
16013 [  2513] By: jhi                                   on 1998/12/29  11:18:34
16014         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16015              Subject: [PATCH 5.005_*] Dumpvar.pm
16016              To: perl5-porters@perl.org (Mailing list Perl5)
16017              Date: 7 Dec 1998 10:17:35 +0200
16018              Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
16019      Branch: cfgperl
16020            + lib/Dumpvalue.pm
16021            ! MANIFEST
16022 ____________________________________________________________________________
16023 [  2511] By: gbarr                                 on 1998/12/28  14:55:28
16024         Log: From: jan.dubois@ibm.net (Jan Dubois)
16025              Date: Tue, 01 Dec 1998 00:07:33 +0100
16026              Message-ID: <366921b5.14512598@smtp1.ibm.net>
16027              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
16028              
16029              From: jan.dubois@ibm.net (Jan Dubois)
16030              Date: Wed, 02 Dec 1998 00:24:54 +0100
16031              Message-ID: <366a77bb.19498126@smtp1.ibm.net>
16032              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
16033      Branch: maint-5.005/perl
16034            ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
16035            ! win32/config.bc win32/config.gc win32/config.vc
16036            ! win32/config_sh.PL win32/makedef.pl
16037 ____________________________________________________________________________
16038 [  2509] By: jhi                                   on 1998/12/28  13:00:31
16039     Log: Kickstart AUTHORS and MAINTAIN.
16040  Branch: cfgperl
16041        + AUTHORS MAINTAIN
16042        ! MANIFEST
16043 ____________________________________________________________________________
16044 [  2508] By: jhi                                   on 1998/12/28  08:04:00
16045     Log: From: Nathan Torkington <gnat@frii.com>
16046          To: perlbug@perl.com
16047          Subject: [PATCH] perlxstut.pod fix
16048          Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
16049          Message-ID: <13956.15285.933914.320849@localhost.frii.com>
16050  Branch: cfgperl
16051        ! pod/perlxstut.pod
16052 ____________________________________________________________________________
16053 [  2507] By: jhi                                   on 1998/12/28  07:59:00
16054     Log: From: abigail@fnx.com
16055          To: perlbug@perl.com
16056          Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
16057          Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
16058          Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
16059          (slightly modified, a part of the patch was rejected)
16060          (strange, I thought I had already submitted this one
16061          but Perforce disagrees with me...)
16062  Branch: cfgperl
16063        ! pod/perlop.pod
16064 ____________________________________________________________________________
16065 [  2506] By: jhi                                   on 1998/12/28  07:56:59
16066     Log: From: Artur <artur@vogon-solutions.com>
16067          To: perlbug@perl.com
16068          Subject: PATCH: perlmodlib.pod
16069          Date: Fri, 25 Dec 1998 00:48:39 +0000
16070          Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
16071  Branch: cfgperl
16072        ! pod/perlmodlib.pod pod/perlop.pod
16073 ____________________________________________________________________________
16074 [  2505] By: jhi                                   on 1998/12/28  07:46:06
16075     Log: From: abigail@fnx.com
16076          To: perl5-porters@perl.org (Perl Porters)
16077          Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
16078          Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
16079          Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
16080  Branch: cfgperl
16081        ! pod/pod2html.PL
16082 ____________________________________________________________________________
16083 [  2504] By: jhi                                   on 1998/12/28  07:44:35
16084     Log: From: Jim Avera <avera@fjst.com>
16085          To: perlbug@perl.com
16086          Subject: perlbug bug - shows dates reversed
16087          Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
16088          Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
16089  Branch: cfgperl
16090        ! utils/perlbug.PL
16091 ____________________________________________________________________________
16092 [  2503] By: jhi                                   on 1998/12/28  07:41:39
16093     Log: From: jan.dubois@ibm.net (Jan Dubois)
16094          To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
16095          Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
16096          Date: Wed, 23 Dec 1998 21:26:38 +0100
16097          Message-ID: <36895086.8849224@smtp1.ibm.net>
16098  Branch: cfgperl
16099        ! lib/ExtUtils/MakeMaker.pm
16100 ____________________________________________________________________________
16101 [  2502] By: jhi                                   on 1998/12/28  07:39:20
16102     Log: From: Blair Zajac <bzajac@geostaff.com>
16103          To: perl5-porters@perl.org
16104          Subject: Tie::SubstrHash patch
16105          Date: Wed, 23 Dec 1998 17:13:32 -0800
16106          Message-ID: <3681953C.8B6A90AA@geostaff.com>
16107  Branch: cfgperl
16108        ! lib/Tie/SubstrHash.pm
16109 ____________________________________________________________________________
16110 [  2501] By: jhi                                   on 1998/12/28  07:37:16
16111     Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
16112          To: perlbug@perl.com
16113          Subject: perlfaq9 minor error
16114          Date: Wed, 23 Dec 1998 14:54:19 -0800
16115          Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
16116  Branch: cfgperl
16117        ! pod/perlfaq9.pod
16118 ____________________________________________________________________________
16119 [  2500] By: jhi                                   on 1998/12/23  10:38:18
16120     Log: More porting notes about filesystems, AmigaOS, and MiNT.
16121  Branch: cfgperl
16122        ! pod/perlport.pod
16123 ____________________________________________________________________________
16124 [  2499] By: jhi                                   on 1998/12/22  09:26:49
16125     Log: Add few MSG_ and uio constants.
16126  Branch: cfgperl
16127        ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
16128 ____________________________________________________________________________
16129 [  2498] By: jhi                                   on 1998/12/22  08:39:30
16130     Log: Slight recoding of util.c:repeatcpy() to circumnavigate
16131          a Digital C compiler optimizer bug that broke the 'x'
16132          operator under certain circumstances.  See t/op/repeat.t
16133          test #20 for graphic details.  Reported in
16134          
16135          From: Gisle Aas <gisle@aas.no>
16136          To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
16137          Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
16138          Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
16139          Date: 18 Dec 1998 14:27:40 +0100
16140          Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
16141          
16142          and discussed further in the thread
16143          
16144          From: Jarkko Hietaniemi <jhi@iki.fi>
16145          To: Gisle Aas <gisle@aas.no>
16146          Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
16147          cpan-testers@perl.org, perl5-porters@perl.org
16148          Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
16149          Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
16150          Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
16151  Branch: cfgperl
16152        ! t/op/repeat.t util.c
16153 ____________________________________________________________________________
16154 [  2497] By: jhi                                   on 1998/12/21  14:18:57
16155     Log: Change #2483 update.
16156  Branch: cfgperl
16157        ! t/op/tr.t
16158 ____________________________________________________________________________
16159 [  2496] By: jhi                                   on 1998/12/21  14:07:41
16160     Log: Update on change #2493.
16161  Branch: cfgperl
16162        ! t/pragma/warn/op
16163 ____________________________________________________________________________
16164 [  2495] By: jhi                                   on 1998/12/21  13:52:00
16165     Log: Change #2487 aftershock.
16166  Branch: cfgperl
16167        ! warning.pl
16168 ____________________________________________________________________________
16169 [  2494] By: jhi                                   on 1998/12/21  12:35:00
16170     Log: From: Chris Nandor <pudge@pobox.com>
16171          To: perl5-porters@perl.org
16172          Subject: [PATCH] perlport.pod v1.37
16173          Date: Sat, 19 Dec 1998 12:54:34 -0500
16174          Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
16175  Branch: cfgperl
16176        ! pod/perlport.pod
16177 ____________________________________________________________________________
16178 [  2493] By: jhi                                   on 1998/12/21  12:22:44
16179     Log: From: Mark-Jason Dominus <mjd@plover.com>
16180          To: perl5-porters@perl.com
16181          Subject: PATCH (5.005_02): Dejargonizing
16182          Date: Sun, 20 Dec 1998 14:35:20 -0500
16183          Message-ID: <19981220193520.11230.qmail@plover.com>
16184          
16185          From: Mark-Jason Dominus <mjd@plover.com>
16186          To: perl5-porters@perl.com
16187          Subject: PATCH (5.005_02): Spelling correction in warning message
16188          Date: Sun, 20 Dec 1998 13:51:30 -0500
16189          Message-ID: <19981220185130.11067.qmail@plover.com>
16190  Branch: cfgperl
16191        ! doio.c op.c
16192 ____________________________________________________________________________
16193 [  2492] By: jhi                                   on 1998/12/21  09:00:05
16194     Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
16195          To: perl5-porters@perl.org
16196          Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
16197          Date: Sun, 20 Dec 1998 19:03:25 PST
16198          Message-ID: <19981221030326.27660.qmail@hotmail.com>
16199          
16200          (slightly reformatted)
16201  Branch: cfgperl
16202        ! ext/B/B/CC.pm
16203 ____________________________________________________________________________
16204 [  2491] By: nick                                  on 1998/12/20  14:21:29
16205     Log: Save _all_ GV's which have SV, AV or HV set.
16206  Branch: perl
16207        ! ext/B/B/C.pm
16208 ____________________________________________________________________________
16209 [  2490] By: jhi                                   on 1998/12/18  15:13:19
16210     Log: Add idea about generalising cpp symbol probing of Errno.
16211  Branch: cfgperl
16212        ! Todo
16213 ____________________________________________________________________________
16214 [  2489] By: jhi                                   on 1998/12/18  14:47:57
16215     Log: Address some of the issues of:
16216          
16217          From: Tom Christiansen <tchrist@jhereg.perl.com>
16218          To: perl-porters-active@jhereg.perl.com
16219          Subject: Undocumentation Issues for 5.005
16220          Date: Thu, 17 Dec 1998 14:46:24 -0700
16221          Message-Id: <199812172146.OAA05316@jhereg.perl.com>
16222  Branch: cfgperl
16223        ! pod/perl5005delta.pod
16224 ____________________________________________________________________________
16225 [  2488] By: jhi                                   on 1998/12/18  11:26:32
16226     Log: From: root <root@dubravka.in-berlin.de>
16227          To: perlbug@perl.com
16228          Cc: k@dubravka.in-berlin.de
16229          Subject: Please add no_modify to PERL_POLLUTE
16230          Date: Fri, 18 Dec 1998 10:45:52 +0100
16231          Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
16232          
16233          (Really from Andreas König)
16234  Branch: cfgperl
16235        ! embed.pl
16236 ____________________________________________________________________________
16237 [  2487] By: jhi                                   on 1998/12/17  14:05:52
16238     Log: Some (by far not all) issues of the below message addressed.
16239          
16240          From: Tom Christiansen <tchrist@jhereg.perl.com>
16241          To: The Perl Porters Mailing List <perl5-porters@perl.org>
16242          Subject: important UNDOC issues for 5.005_54
16243          Date: Wed, 16 Dec 1998 21:14:53 -0700
16244          Message-Id: <199812170414.VAA25860@jhereg.perl.com>
16245  Branch: cfgperl
16246        ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
16247 ____________________________________________________________________________
16248 [  2486] By: jhi                                   on 1998/12/17  12:47:15
16249     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16250          To: domo@computer.org
16251          Cc: jhi@iki.fi, perl5-porters@perl.org
16252          Subject: Re: stuff related to malloc.c
16253          Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
16254          Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
16255  Branch: cfgperl
16256        ! malloc.c
16257 ____________________________________________________________________________
16258 [  2485] By: jhi                                   on 1998/12/17  12:17:19
16259     Log: More porting notes.
16260  Branch: cfgperl
16261        ! Porting/pumpkin.pod
16262 ____________________________________________________________________________
16263 [  2484] By: jhi                                   on 1998/12/15  08:38:05
16264     Log: Undo #2386 and #2205.
16265  Branch: cfgperl
16266        ! pod/perlfunc.pod
16267 ____________________________________________________________________________
16268 [  2483] By: jhi                                   on 1998/12/14  17:58:35
16269     Log: lib was missing from @INC.
16270  Branch: cfgperl
16271        ! t/op/tr.t
16272 ____________________________________________________________________________
16273 [  2482] By: jhi                                   on 1998/12/14  17:52:42
16274     Log: Was missing use Text::Wrap.
16275  Branch: cfgperl
16276        ! t/lib/textfill.t
16277 ____________________________________________________________________________
16278 [  2481] By: jhi                                   on 1998/12/14  16:00:22
16279     Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
16280          
16281          From: Jonathan Roy <roy@idle.com>
16282          To: perl5-porters@perl.org
16283          Subject: nlist.h add to Configure checks?
16284          Date: Sun, 13 Dec 1998 22:22:49 -0500
16285          Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
16286  Branch: cfgperl
16287        + ext/DynaLoader/hints/linux.pl
16288        ! MANIFEST
16289 ____________________________________________________________________________
16290 [  2480] By: jhi                                   on 1998/12/14  15:02:44
16291     Log: Give up completely using nm in AIX.
16292          
16293          From: "Kurt D. Starsinic" <kstar@chapin.edu>
16294          To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
16295          Cc: perl5-porters@perl.org
16296          Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
16297          Date: Thu, 10 Dec 1998 00:51:46 -0500
16298          Message-ID: <19981210005146.B29986@O2.chapin.edu>
16299  Branch: cfgperl
16300        ! hints/aix.sh
16301 ____________________________________________________________________________
16302 [  2479] By: jhi                                   on 1998/12/14  14:39:52
16303     Log: AIX' error messages are different.
16304          
16305          From: "Kurt D. Starsinic" <kstar@chapin.edu>
16306          To: Gurusamy Sarathy <gsar@engin.umich.edu>
16307          Cc: perl5-porters@perl.org
16308          Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
16309          Date: Thu, 10 Dec 1998 00:42:36 -0500
16310          Message-ID: <19981210004236.A29986@O2.chapin.edu>
16311          
16312          From: Michael Engel <engel@nms1.cc.huji.ac.il>
16313          To: perlbug@perl.com
16314          Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
16315          Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
16316          Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
16317  Branch: cfgperl
16318        ! t/pragma/warn/doio
16319 ____________________________________________________________________________
16320 [  2475] By: jhi                                   on 1998/12/13  12:35:55
16321     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16322          To: jhi@iki.fi
16323          Cc: Carl_Adler@idx.com, perl5-porters@perl.org
16324          Subject: Re: stuff related to malloc.c
16325          Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
16326          Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
16327  Branch: cfgperl
16328        ! malloc.c
16329 ____________________________________________________________________________
16330 [  2474] By: jhi                                   on 1998/12/13  12:32:42
16331     Log: Some notes about porting issues.
16332  Branch: cfgperl
16333        ! Porting/pumpkin.pod
16334 ____________________________________________________________________________
16335 [  2473] By: jhi                                   on 1998/12/13  12:03:58
16336     Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
16337          To: Perl 5 Porters <perl5-porters@perl.org>
16338          Subject: [patch 5.005_02] dos-djgpp update
16339          Date: Sun, 13 Dec 1998 00:08:44 +0100
16340          Message-ID: <19981213000844.C264@beeblebrox>
16341  Branch: cfgperl
16342        ! djgpp/config.over
16343 ____________________________________________________________________________
16344 [  2472] By: gbarr                                 on 1998/12/12  17:12:28
16345     Log: undo changes to Exporter.pm from #2312
16346  Branch: maint-5.005/perl
16347        ! lib/Exporter.pm
16348 ____________________________________________________________________________
16349 [  2465] By: jhi                                   on 1998/12/12  12:31:21
16350     Log: Document that qw() taints.
16351          
16352          From: Christian Burger <burger@terra.mpikg-teltow.mpg.de> 
16353          To: perlbug@perl.com 
16354          Subject: taint problems
16355          Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET) 
16356          Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
16357  Branch: cfgperl
16358        ! pod/perlop.pod
16359 ____________________________________________________________________________
16360 [  2464] By: jhi                                   on 1998/12/11  14:09:51
16361     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
16362          To: dist-users@foretune.co.jp
16363          Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
16364          Date: Mon, 07 Dec 1998 20:13:04 -0400
16365          Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
16366  Branch: cfgperl
16367        ! Configure
16368 ____________________________________________________________________________
16369 [  2463] By: jhi                                   on 1998/12/11  13:29:54
16370     Log: MAXPATHLEN.
16371  Branch: cfgperl
16372        ! perl.h
16373 ____________________________________________________________________________
16374 [  2462] By: jhi                                   on 1998/12/11  08:37:58
16375     Log: From: Mark Kettenis <kettenis@phys.uva.nl>
16376          To: perl5-porters@perl.org
16377          Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
16378          Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
16379          Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
16380  Branch: cfgperl
16381        + hints/gnu.sh
16382 ____________________________________________________________________________
16383 [  2461] By: nick                                  on 1998/12/10  21:00:50
16384     Log: Date: Wed, 09 Dec 1998 22:16:50 PST
16385          From: Vishal Bhatia <vishalb@hotmail.com>
16386          1. Fixes the bug  reported by  Robin Barker <rmb1@cise.npl.co.uk> 
16387          2. Fixes the bug  regarding return value of c-functions generated out 
16388          of perl subs. ( Just includes the patch I sent earlier)
16389          3. Incorporates the other changes that need to be done to get CC.pm
16390          use ISA search for packages and methods on the same lines as C.pm
16391          
16392          Vishal would appreciate comments about B::Stackobj changes from 
16393          someone knowing that module well.
16394  Branch: perl
16395        ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
16396 ____________________________________________________________________________
16397 [  2460] By: jhi                                   on 1998/12/08  08:11:27
16398     Log: Integrate from mainperl.
16399  Branch: cfgperl
16400       !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
16401       !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
16402       !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
16403       !> toke.c util.c
16404 ____________________________________________________________________________
16405 [  2459] By: jhi                                   on 1998/12/07  07:50:11
16406     Log: From: hansm@icgroup.nl 
16407          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
16408          Reply-To: hansmu@xs4all.nl 
16409          To: perlbug@perl.com 
16410          Date: Sun, 6 Dec 98 22:19:54 +0100 
16411          Message-Id: <9812062116.AA26445@icgned.icgroup.nl> 
16412  Branch: cfgperl
16413        ! util.c
16414 ____________________________________________________________________________
16415 [  2458] By: gsar                                  on 1998/12/07  06:00:55
16416     Log: fix dup lexical
16417  Branch: perl
16418        ! ext/B/B/Deparse.pm t/lib/io_unix.t
16419 ____________________________________________________________________________
16420 [  2457] By: gsar                                  on 1998/12/06  14:38:59
16421     Log: mention limit on line numbers reported by diagnostics
16422  Branch: perl
16423        ! pod/perl.pod toke.c
16424 ____________________________________________________________________________
16425 [  2456] By: gsar                                  on 1998/12/06  13:49:02
16426     Log: branch perldelta.pod
16427  Branch: maint-5.005/perl
16428       +> pod/perldelta.pod
16429 ____________________________________________________________________________
16430 [  2455] By: gsar                                  on 1998/12/06  13:47:21
16431     Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
16432  Branch: maint-5.005/perl
16433        - pod/perldelta.pod
16434 ____________________________________________________________________________
16435 [  2454] By: gsar                                  on 1998/12/06  13:35:31
16436     Log: fix outdated/incorrect info about arbitrary limits
16437  Branch: perl
16438        ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
16439        ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
16440 ____________________________________________________________________________
16441 [  2453] By: nick                                  on 1998/12/05  16:14:42
16442     Log: Avoid hard-coding op numbers
16443          Update CC.pm to save %INC, and to co-exist with new C.pm
16444  Branch: perl
16445        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
16446 ____________________________________________________________________________
16447 [  2452] By: nick                                  on 1998/12/05  10:44:28
16448     Log: B.xs had its own code to calculate hash() which differed from
16449          PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
16450          which meant that run-time require was re-done.
16451          Removed some debug from C.pm
16452  Branch: perl
16453        ! ext/B/B.xs ext/B/B/C.pm
16454 ____________________________________________________________________________
16455 [  2451] By: nick                                  on 1998/12/04  21:58:49
16456     Log: Snapshot of re-worked B::C which compiles Tk apps at least as
16457          well as _54, but with pre-scan for classes and save the ISA scheme.
16458  Branch: perl
16459        ! ext/B/B/C.pm
16460 ____________________________________________________________________________
16461 [  2450] By: nick                                  on 1998/12/04  17:58:44
16462     Log: Vishal Bhatia's patch as a basis.
16463  Branch: perl
16464        ! ext/B/B/C.pm ext/B/B/CC.pm
16465 ____________________________________________________________________________
16466 [  2449] By: jhi                                   on 1998/12/04  16:39:21
16467     Log: Integrate from mainperl.
16468  Branch: cfgperl
16469       !> t/op/goto.t t/op/tr.t
16470 ____________________________________________________________________________
16471 [  2448] By: gsar                                  on 1998/12/04  06:06:49
16472     Log: tweak test for UTEST
16473  Branch: perl
16474        ! t/op/tr.t
16475 ____________________________________________________________________________
16476 [  2444] By: jhi                                   on 1998/12/03  14:37:22
16477     Log: s/\bthe the\b/the/g *.pod
16478  Branch: cfgperl
16479        ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
16480 ____________________________________________________________________________
16481 [  2443] By: jhi                                   on 1998/12/03  13:39:53
16482     Log: Change#2441 aftermath.
16483  Branch: cfgperl
16484        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16485        ! config_h.SH thread.h vms/subconfigure.com
16486 ____________________________________________________________________________
16487 [  2441] By: jhi                                   on 1998/12/03  08:15:13
16488     Log: From: Dan Sugalski <sugalskd@osshe.edu>
16489          To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
16490          Subject: [PATCH 5.005_54]Initial VMS patches
16491          Date: 3 Dec 1998 01:05:55 +0200
16492          Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
16493          
16494          The patch to config_h.SH requires more study because
16495          metaconfig needs to agree.
16496  Branch: cfgperl
16497        ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
16498        ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
16499        ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
16500 ____________________________________________________________________________
16501 [  2440] By: gsar                                  on 1998/12/03  01:32:16
16502     Log: add failed check-in of goto.t from change#1867
16503  Branch: perl
16504        ! t/op/goto.t
16505 ____________________________________________________________________________
16506 [  2437] By: jhi                                   on 1998/12/02  18:03:51
16507     Log: Fix most of the bad L<> links of
16508          
16509          From: Tom Christiansen <tchrist@jhereg.perl.com> 
16510          Subject: bad L<> links
16511          Reply-to: tchrist@perl.com 
16512          To: perlbug@jhereg.perl.com 
16513          Date: Tue, 11 Aug 1998 10:58:07 -0500 
16514          Message-Id: <199808111658.KAA00484@jhereg.perl.com> 
16515          
16516          The ones not fixed may require darker Pod::HTML magic,
16517          for example the perlguts.html#tags should work fine, IMHO.
16518  Branch: cfgperl
16519        ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
16520        ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
16521        ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
16522        ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
16523        ! pod/perlvar.pod
16524 ____________________________________________________________________________
16525 [  2436] By: jhi                                   on 1998/12/02  16:35:04
16526     Log: One paste too many in #2345.
16527  Branch: cfgperl
16528        ! lib/Pod/Html.pm
16529 ____________________________________________________________________________
16530 [  2435] By: jhi                                   on 1998/12/02  16:32:33
16531     Log: Pod::Html and Pod::Text were not locale-savvy:
16532          for example in =head1 all non-ASCII-\w-runs were
16533          turned into underscores in NAME tags.  This could
16534          result in several NAME tags becoming identical.
16535          Reported by:
16536          
16537          From: Fyodor Krasnov <fyodor@aha.ru> 
16538          Subject: pod2html vs Russian Characters
16539          To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com 
16540          Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) 
16541          Message-Id: <199811241600.TAA05149@stat.aha.ru> 
16542  Branch: cfgperl
16543        ! lib/Pod/Html.pm lib/Pod/Text.pm
16544 ____________________________________________________________________________
16545 [  2434] By: jhi                                   on 1998/12/02  10:29:00
16546     Log: The real Mc5_54 integration.
16547  Branch: cfgperl
16548       !> Changes MANIFEST pod/perlhist.pod pp_hot.c
16549 ____________________________________________________________________________
16550 [  2433] By: jhi                                   on 1998/12/02  08:52:13
16551     Log: From: Andy Dougherty <doughera@lafayette.edu>
16552          To: Perl Porters <perl5-porters@perl.org>
16553          Subject: [PATCH 5.005_xx] Missing redirection of simple test program
16554          Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
16555          Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
16556  Branch: cfgperl
16557        ! Configure
16558 ____________________________________________________________________________
16559 [  2432] By: jhi                                   on 1998/12/02  08:49:47
16560     Log: From: Andy Dougherty <doughera@lafayette.edu>
16561          To: Perl Porters <perl5-porters@perl.org>
16562          Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
16563          Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
16564          Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
16565  Branch: cfgperl
16566        ! Configure
16567 ____________________________________________________________________________
16568 [  2431] By: jhi                                   on 1998/12/01  16:11:50
16569     Log: From: achampio@lehman.com (Alan Champion)
16570          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
16571          To: perlbug@perl.com
16572          Date: 1 Dec 1998 17:36:33 +0200
16573          Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
16574          
16575          Skip NIS includes.
16576  Branch: cfgperl
16577        ! t/op/pwent.t
16578 ____________________________________________________________________________
16579 [  2430] By: gsar                                  on 1998/12/01  12:12:50
16580     Log: 5.005_54, as released
16581  Branch: perl
16582        ! Changes MANIFEST pod/perlhist.pod pp_hot.c
16583 ____________________________________________________________________________
16584 [  2429] By: jhi                                   on 1998/12/01  11:28:39
16585     Log: From: Anton Berezin <tobez@plab.ku.dk>
16586          To: perl5-porters@perl.org
16587          Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
16588          Date: 30 Nov 1998 19:46:24 +0100
16589          Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
16590  Branch: cfgperl
16591        ! hints/freebsd.sh
16592 ____________________________________________________________________________
16593 [  2428] By: jhi                                   on 1998/12/01  11:08:16
16594     Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
16595  Branch: cfgperl
16596       +> (branch 30 files)
16597       !> (integrate 71 files)
16598 ____________________________________________________________________________
16599 [  2427] By: jhi                                   on 1998/12/01  10:51:37
16600     Log: Default to accepting a hinted $randfunc even when $csym
16601          does not find it.  (the previous defaylt behaviour was not
16602          to accept).
16603  Branch: cfgperl
16604        ! Configure
16605 ____________________________________________________________________________
16606 [  2426] By: jhi                                   on 1998/12/01  10:13:03
16607     Log: Separated the [:foo:] parsing to its own function.
16608          Passes all tests.
16609  Branch: cfgperl
16610        ! regcomp.c
16611 ____________________________________________________________________________
16612 [  2425] By: jhi                                   on 1998/12/01  08:22:49
16613     Log: Typo in comments.
16614  Branch: cfgperl
16615        ! regexec.c
16616 ____________________________________________________________________________
16617 [  2424] By: jhi                                   on 1998/12/01  08:21:38
16618     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16619          Subject: [PATCH 5.005_*] Debugger 'v' command
16620          To: perl5-porters@perl.org (Mailing list Perl5)
16621          Date: 1 Dec 1998 07:55:11 +0200
16622          Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
16623  Branch: cfgperl
16624        ! lib/perl5db.pl
16625 ____________________________________________________________________________
16626 [  2423] By: jhi                                   on 1998/12/01  08:19:08
16627     Log: From: pvhp@forte.com (Peter Prymmer)
16628          Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
16629          To: perl5-porters@perl.org
16630          Date: 1 Dec 1998 07:27:11 +0200
16631          Message-ID: <MLIST_9812010508.AA07791@forte.com>
16632  Branch: cfgperl
16633        ! hints/os390.sh
16634 ____________________________________________________________________________
16635 [  2417] By: jhi                                   on 1998/11/30  08:14:00
16636     Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
16637  Branch: cfgperl
16638        ! ext/Socket/Socket.xs
16639 ____________________________________________________________________________
16640 [  2416] By: jhi                                   on 1998/11/30  08:00:15
16641     Log: Undo #2395, seems more like a problem in netbsd-current.
16642  Branch: cfgperl
16643        ! util.c
16644
16645 ----------------
16646 Version 5.005_54
16647 ----------------
16648
16649 ____________________________________________________________________________
16650 [  2414] By: gsar                                  on 1998/11/30  02:23:55
16651     Log: more JPL tweaks
16652  Branch: perl
16653        - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
16654        ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
16655 ____________________________________________________________________________
16656 [  2413] By: gsar                                  on 1998/11/30  01:35:56
16657     Log: stub bin/jpl that just runs JPL::Compile::files()
16658  Branch: perl
16659        + jpl/bin/jpl
16660 ____________________________________________________________________________
16661 [  2412] By: gsar                                  on 1998/11/30  01:32:14
16662     Log: delete symlink
16663  Branch: perl
16664        - jpl/bin/jpl
16665 ____________________________________________________________________________
16666 [  2410] By: gsar                                  on 1998/11/30  01:30:44
16667     Log: branch jpl from perlext to perl
16668  Branch: perl
16669       +> (branch 30 files)
16670 ____________________________________________________________________________
16671 [  2407] By: gsar                                  on 1998/11/30  01:24:53
16672     Log: JPL tweaks to build with 5.005
16673  Branch: perlext
16674        ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
16675        ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
16676 ____________________________________________________________________________
16677 [  2406] By: gsar                                  on 1998/11/30  00:55:54
16678     Log: integrate changes#2273,2274,2288,2291 from maint-5.004
16679  Branch: perl
16680        ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
16681 ____________________________________________________________________________
16682 [  2405] By: gsar                                  on 1998/11/30  00:28:55
16683     Log: patchlevel up to 54
16684  Branch: perl
16685        ! patchlevel.h win32/Makefile win32/config_H.bc
16686        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
16687 ____________________________________________________________________________
16688 [  2403] By: gsar                                  on 1998/11/29  23:35:50
16689     Log: integrate cfgperl changes into mainline
16690  Branch: perl
16691       !> Configure Porting/Glossary Porting/config.sh Porting/config_H
16692       !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
16693 ____________________________________________________________________________
16694 [  2402] By: gsar                                  on 1998/11/29  23:08:42
16695     Log: sync Text::Wrap version number
16696  Branch: perl
16697        ! lib/Text/Wrap.pm
16698 ____________________________________________________________________________
16699 [  2401] By: gsar                                  on 1998/11/29  22:56:21
16700     Log: textfill.t tweak
16701  Branch: perl
16702        ! t/lib/textfill.t
16703 ____________________________________________________________________________
16704 [  2400] By: gsar                                  on 1998/11/29  22:50:41
16705     Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
16706          <muir@idiom.com>
16707  Branch: perl
16708        + t/lib/textfill.t
16709        ! MANIFEST lib/Text/Wrap.pm
16710 ____________________________________________________________________________
16711 [  2399] By: gsar                                  on 1998/11/29  22:28:05
16712     Log: updated to Text::Wrap 98.112801 from CPAN; one published change
16713          has happened without the authors knowledge or consent; the subversive
16714          version (which is in 5.00502) breaks one of the tests in the
16715          authors testsuite; attempts are being made to find a fix that
16716          avoids breaking code already running with the 5.005_02 version
16717          From:    David Muir Sharnoff <muir@idiom.com>
16718          Date:    Sat, 28 Nov 1998 04:34:17 PST
16719          Message-Id: <199811281234.EAA03082@idiom.com>
16720          Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
16721  Branch: perl
16722        ! lib/Text/Wrap.pm t/lib/textwrap.t
16723 ____________________________________________________________________________
16724 [  2397] By: nick                                  on 1998/11/29  20:13:58
16725     Log: Update docs and English.pm for $^C
16726  Branch: perl
16727        ! lib/English.pm pod/perlvar.pod
16728 ____________________________________________________________________________
16729 [  2396] By: jhi                                   on 1998/11/29  20:13:03
16730     Log: Mirror #2384.
16731  Branch: cfgperl
16732        ! t/op/pwent.t
16733 ____________________________________________________________________________
16734 [  2395] By: jhi                                   on 1998/11/29  19:59:12
16735     Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
16736  Branch: cfgperl
16737        ! util.c
16738 ____________________________________________________________________________
16739 [  2394] By: gsar                                  on 1998/11/29  19:49:08
16740     Log: updated perlreftut.pod
16741  Branch: perl
16742        ! pod/perlreftut.pod
16743 ____________________________________________________________________________
16744 [  2393] By: gsar                                  on 1998/11/29  19:31:56
16745     Log: misc tweaks
16746  Branch: perl
16747        ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
16748 ____________________________________________________________________________
16749 [  2392] By: gsar                                  on 1998/11/29  19:31:18
16750     Log: notes about -DPERL_POLLUTE
16751  Branch: perl
16752        ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
16753 ____________________________________________________________________________
16754 [  2391] By: gsar                                  on 1998/11/29  19:13:52
16755     Log: explain various win32 build caveats more clearly
16756  Branch: perl
16757        ! README.win32 win32/Makefile win32/makefile.mk
16758 ____________________________________________________________________________
16759 [  2390] By: gsar                                  on 1998/11/29  16:51:59
16760     Log: remove I_POLL detection (Configure will do that now)
16761  Branch: perl
16762        ! ext/IO/Makefile.PL
16763 ____________________________________________________________________________
16764 [  2389] By: jhi                                   on 1998/11/29  16:39:16
16765     Log: Add I_POLL for IO 1.20.
16766  Branch: cfgperl
16767        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16768        ! config_h.SH
16769 ____________________________________________________________________________
16770 [  2388] By: gsar                                  on 1998/11/29  16:23:30
16771     Log: add p4desc (augments 'p4 describe' output with diffs for new files)
16772  Branch: perl
16773        + Porting/p4desc
16774        ! MANIFEST
16775 ____________________________________________________________________________
16776 [  2387] By: gsar                                  on 1998/11/29  16:08:03
16777     Log: another threads reliability fix: serialize writes to thr->threadsv
16778          avoid most uses of PL_na (which is much more inefficient than a
16779          simple local); update docs to suit; PL_na now being thr->Tna may
16780          be a minor compatibility issue for extensions--will require dTHR
16781          outside of XSUBs (those get automatic dTHR)
16782  Branch: perl
16783        ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
16784        ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
16785        ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
16786        ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
16787        ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
16788        ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
16789        ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
16790        ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
16791        ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
16792 ____________________________________________________________________________
16793 [  2386] By: jhi                                   on 1998/11/29  15:40:42
16794     Log: Tune the "if" entry.
16795  Branch: cfgperl
16796        ! pod/perlfunc.pod
16797 ____________________________________________________________________________
16798 [  2385] By: gsar                                  on 1998/11/29  12:40:28
16799     Log: various fixes for race conditions under threads: mutex locks based
16800          on PL_threadnum were seriously flawed, since it means more than one
16801          thread could enter the critical region; PL_na was global instead of
16802          thread-local; child thread could finish and free thr structures
16803          before Thread->new() got around to creating the Thread object;
16804          cv_clone() needed locking, as it mucks with PL_comppad and other
16805          global data; new_struct_thread() needed to lock template-thread's
16806          mutex while copying its data
16807  Branch: perl
16808        ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
16809        ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
16810 ____________________________________________________________________________
16811 [  2384] By: gsar                                  on 1998/11/29  10:54:38
16812     Log: s/warn/print/ on multiply defined groups
16813  Branch: perl
16814        ! t/op/grent.t
16815 ____________________________________________________________________________
16816 [  2383] By: gsar                                  on 1998/11/29  10:48:39
16817     Log: backout change#2334
16818  Branch: perl
16819        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
16820 ____________________________________________________________________________
16821 [  2382] By: jhi                                   on 1998/11/29  10:33:40
16822     Log: Better NetInfo behaviour.
16823  Branch: cfgperl
16824        ! t/op/grent.t t/op/pwent.t
16825 ____________________________________________________________________________
16826 [  2381] By: jhi                                   on 1998/11/29  10:08:15
16827     Log: Integrate from mainperl.
16828  Branch: cfgperl
16829       +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
16830       +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
16831       +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
16832       +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
16833       +> t/lib/io_poll.t t/lib/io_unix.t
16834       !> (integrate 58 files)
16835 ____________________________________________________________________________
16836 [  2380] By: gsar                                  on 1998/11/29  08:22:49
16837     Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
16838          Tim Bunce)
16839  Branch: perl
16840        ! gv.c
16841 ____________________________________________________________________________
16842 [  2379] By: gsar                                  on 1998/11/29  07:06:43
16843     Log: fix for pat.t failure under USE_THREADS
16844  Branch: perl
16845        ! pp_ctl.c regexec.c
16846 ____________________________________________________________________________
16847 [  2378] By: nick                                  on 1998/11/28  22:46:57
16848     Log: More C.pm tweaks
16849          Save globs even if we have saved cv itself before - may be imported.
16850          
16851          While we don't save "bootstrap" CV we need to provide a stub,
16852          so that if we require it later we don't fall through and attempt
16853          to DynaLoad module again.
16854          
16855          Attempt to save %INC so that "require" does not reload things
16856          we have compiled-in (does not work right yet - seems to be due
16857          to PL_incgv being created in perl_parse() current scheme setting 
16858          GvHV() is "better" than saving the glob, but still does not 
16859          work as I expect). 
16860  Branch: perl
16861        ! ext/B/B/C.pm
16862 ____________________________________________________________________________
16863 [  2377] By: gsar                                  on 1998/11/28  22:30:38
16864     Log: various tweaks; result passes all tests for normal build on Solaris;
16865          fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
16866          win32 due to lack of select() that works on non-socket fds
16867  Branch: perl
16868        ! ext/IO/poll.c regcomp.c regexec.c scope.c
16869        ! t/lib/io_multihomed.t win32/makefile.mk
16870 ____________________________________________________________________________
16871 [  2376] By: gsar                                  on 1998/11/28  20:44:39
16872     Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
16873  Branch: perl
16874        ! myconfig
16875 ____________________________________________________________________________
16876 [  2375] By: gsar                                  on 1998/11/28  20:42:58
16877     Log: integrate cfgperl changes into mainline
16878  Branch: perl
16879       !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
16880       !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
16881 ____________________________________________________________________________
16882 [  2374] By: gsar                                  on 1998/11/28  20:02:03
16883     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16884          Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
16885          Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
16886          Subject: [PATCH 5.00553] Yet another OS/2 patch
16887  Branch: perl
16888        ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
16889 ____________________________________________________________________________
16890 [  2373] By: gsar                                  on 1998/11/28  19:30:06
16891     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16892          Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
16893          Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
16894          Subject: [PATCH 5.005_53] Change $#+
16895  Branch: perl
16896        ! mg.c pod/perlvar.pod t/op/pat.t
16897 ____________________________________________________________________________
16898 [  2372] By: gsar                                  on 1998/11/28  19:28:00
16899     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16900          Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
16901          Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
16902          Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
16903  Branch: perl
16904        ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
16905        ! thrdvar.h
16906 ____________________________________________________________________________
16907 [  2371] By: gsar                                  on 1998/11/28  19:23:53
16908     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16909          Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
16910          Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
16911          Subject: [PATCH 5.005_53] better -Mre=debugcolor
16912  Branch: perl
16913        ! embedvar.h objXSUB.h regexec.c thrdvar.h
16914 ____________________________________________________________________________
16915 [  2370] By: gsar                                  on 1998/11/28  19:21:17
16916     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16917          Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
16918          Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
16919          Subject: [PATCH 5.005_*] regcolors
16920  Branch: perl
16921        ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
16922 ____________________________________________________________________________
16923 [  2369] By: gsar                                  on 1998/11/28  19:00:15
16924     Log: allow final period in a file (not followed by a newline) to
16925          terminate format spec
16926  Branch: perl
16927        ! toke.c
16928 ____________________________________________________________________________
16929 [  2368] By: gsar                                  on 1998/11/28  18:58:25
16930     Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
16931          add C<$Config{installarchlib}/CORE> to the default locations searched
16932          on win32
16933  Branch: perl
16934        ! lib/ExtUtils/Liblist.pm
16935 ____________________________________________________________________________
16936 [  2367] By: gsar                                  on 1998/11/28  18:46:05
16937     Log: applied suggested patch with PERL_OBJECT tweaks
16938          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16939          Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
16940          Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
16941          Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
16942  Branch: perl
16943        ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
16944        ! regexec.c t/op/pat.t thrdvar.h
16945 ____________________________________________________________________________
16946 [  2366] By: gsar                                  on 1998/11/28  18:38:34
16947     Log: additional documentation for qr//
16948          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16949          Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
16950          Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
16951          Subject: [PATCH 5.005_*] Documentation (fwd)
16952  Branch: perl
16953        ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
16954 ____________________________________________________________________________
16955 [  2365] By: gsar                                  on 1998/11/28  18:35:35
16956     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16957          Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
16958          Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
16959          Subject: [PATCH 5.005_*] Fix \G in REx without //g
16960  Branch: perl
16961        ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
16962        ! regexp.h t/op/pat.t thrdvar.h
16963 ____________________________________________________________________________
16964 [  2364] By: gsar                                  on 1998/11/28  18:24:20
16965     Log: update Test.pm to Test-1.12; tweak 're' detection
16966  Branch: perl
16967        ! lib/Test.pm
16968 ____________________________________________________________________________
16969 [  2363] By: gsar                                  on 1998/11/28  18:12:04
16970     Log: avoid command-line quoting portability problems in lex_assign.t
16971  Branch: perl
16972        ! t/op/lex_assign.t
16973 ____________________________________________________________________________
16974 [  2362] By: gsar                                  on 1998/11/28  18:08:50
16975     Log: From: John Tobey <jtobey@channel1.com>
16976          Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
16977          Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
16978          Subject: PATCH: document English.pm sawampersand and thread issues
16979  Branch: perl
16980        ! lib/English.pm pod/perlvar.pod
16981 ____________________________________________________________________________
16982 [  2361] By: gsar                                  on 1998/11/28  18:03:04
16983     Log: fix uninitialized warnings
16984          From: Brian Callaghan <callagh@itginc.com>
16985          Date: Thu, 19 Nov 1998 17:49:10 -0800
16986          Message-Id: <3654CA96.B64FCAEB@itginc.com>
16987          Subject: Complete.pm patch (version 1.1)
16988  Branch: perl
16989        ! lib/Term/Complete.pm
16990 ____________________________________________________________________________
16991 [  2360] By: gsar                                  on 1998/11/28  17:59:16
16992     Log: s/Array/List/ suggested by John Tobey
16993  Branch: perl
16994        ! pod/perldata.pod
16995 ____________________________________________________________________________
16996 [  2359] By: gsar                                  on 1998/11/28  17:47:48
16997     Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
16998  Branch: perl
16999        ! lib/Tie/Handle.pm pod/perlfunc.pod
17000 ____________________________________________________________________________
17001 [  2358] By: jhi                                   on 1998/11/28  17:23:15
17002     Log: Revamp the locale tests.
17003          (0) Instead of rewiring a few locales scan for them.
17004          (1) Bogus test #101 removed.
17005          (2) All the locales are checked, the lists of failed
17006          and non-failed ones are displayed.
17007          (3) The test #103 is again 'active' so that it may fail.
17008          (4) To balance (3) a hopefully pacifying message is shown
17009          if the #103 fails.
17010  Branch: cfgperl
17011        ! t/pragma/locale.t
17012 ____________________________________________________________________________
17013 [  2357] By: gsar                                  on 1998/11/28  17:21:07
17014     Log: add perlreftut.pod
17015  Branch: perl
17016        + pod/perlreftut.pod
17017        ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
17018        ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
17019        ! win32/pod.mak
17020 ____________________________________________________________________________
17021 [  2356] By: jhi                                   on 1998/11/28  16:58:01
17022     Log: Change #2346 fallout.
17023  Branch: cfgperl
17024        ! t/op/undef.t
17025 ____________________________________________________________________________
17026 [  2355] By: gsar                                  on 1998/11/28  16:46:43
17027     Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
17028          ANSI prototypes
17029  Branch: perl
17030        ! ext/IO/IO.xs
17031 ____________________________________________________________________________
17032 [  2354] By: gsar                                  on 1998/11/28  16:08:07
17033     Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
17034          keep platform hacks that aren't in the 1.20 dist; add new files
17035          to MANIFEST; hack Makefile.PL; result hasn't been tested
17036          anywhere
17037  Branch: perl
17038        + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
17039        + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
17040        + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
17041        + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
17042        ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
17043        ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
17044        ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
17045        ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
17046        ! t/lib/io_sock.t t/lib/io_udp.t
17047 ____________________________________________________________________________
17048 [  2353] By: jhi                                   on 1998/11/28  15:51:03
17049     Log: Locale collation, ctype, and numeric, were initialized wrong
17050          (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
17051          as reported by
17052          
17053          From: Ilya.Sandler@etak.com (Ilya Sandler)
17054          Subject: a bug in locale handling: LC_COLLATE ignored sometimes
17055          To: perlbug@perl.com
17056          Date: 25 Nov 1998 04:53:52 +0200
17057          Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
17058  Branch: cfgperl
17059        ! util.c
17060 ____________________________________________________________________________
17061 [  2352] By: nick                                  on 1998/11/28  15:21:59
17062     Log: Implement $^C to allow perl access to -c flag - I think this 
17063          was agreed once...
17064  Branch: perl
17065        ! gv.c mg.c
17066 ____________________________________________________________________________
17067 [  2351] By: jhi                                   on 1998/11/28  15:14:24
17068     Log: Change #2251 fixup.
17069  Branch: cfgperl
17070        ! myconfig
17071 ____________________________________________________________________________
17072 [  2350] By: jhi                                   on 1998/11/28  14:58:19
17073     Log: Integrate from mainperl.
17074  Branch: cfgperl
17075       +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
17076       +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
17077       +> pod/perl5005delta.pod
17078       !> (integrate 49 files)
17079 ____________________________________________________________________________
17080 [  2349] By: jhi                                   on 1998/11/28  14:27:36
17081     Log: Passwd and group file groveling.
17082  Branch: cfgperl
17083        ! t/op/grent.t t/op/pwent.t
17084 ____________________________________________________________________________
17085 [  2348] By: gsar                                  on 1998/11/28  14:09:50
17086     Log: more conservative version of changes#2345,2346,2347; those break
17087          C<defined(@{"foo::ISA"})> which seems to be extensively used in
17088          the libs :-(
17089  Branch: perl
17090        ! pp.c t/op/method.t
17091 ____________________________________________________________________________
17092 [  2347] By: gsar                                  on 1998/11/28  13:36:08
17093     Log: tweak bogus test
17094  Branch: perl
17095        ! t/op/method.t
17096 ____________________________________________________________________________
17097 [  2346] By: gsar                                  on 1998/11/28  13:20:34
17098     Log: test cases for previous change
17099  Branch: perl
17100        ! t/op/undef.t
17101 ____________________________________________________________________________
17102 [  2345] By: gsar                                  on 1998/11/28  13:07:17
17103     Log: fix typo in pp_defined() causing C<defined %tied> to fail
17104  Branch: perl
17105        ! pp.c
17106 ____________________________________________________________________________
17107 [  2344] By: gsar                                  on 1998/11/28  13:03:29
17108     Log: s/comment/comment_t/ tweak (suggested by John Gorman
17109          <jgorman@webbysoft.com>)
17110  Branch: perl
17111        ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
17112 ____________________________________________________________________________
17113 [  2343] By: gsar                                  on 1998/11/28  12:52:40
17114     Log: add (stub) perldelta.pod
17115  Branch: perl
17116        + pod/perldelta.pod
17117 ____________________________________________________________________________
17118 [  2342] By: gsar                                  on 1998/11/28  12:49:26
17119     Log: rename perldelta.pod to perl5005delta.pod in preparation for
17120          starting a new one
17121  Branch: perl
17122       +> pod/perl5005delta.pod
17123        - pod/perldelta.pod
17124        ! MANIFEST pod/perl.pod
17125 ____________________________________________________________________________
17126 [  2341] By: gsar                                  on 1998/11/28  12:41:55
17127     Log: fix MALLOC_LOCK #define
17128  Branch: perl
17129        ! malloc.c
17130 ____________________________________________________________________________
17131 [  2340] By: gsar                                  on 1998/11/28  12:18:23
17132     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17133          Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
17134          Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
17135          Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
17136  Branch: perl
17137        ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
17138 ____________________________________________________________________________
17139 [  2339] By: jhi                                   on 1998/11/28  11:59:01
17140     Log: Add -lm to dynix/ptx POSIX hints.
17141          From: "Martin J. Bligh" <mbligh@sequent.com>
17142          To: jhi@iki.fi
17143          Subject: Re: Making Perl work on DYNIX/ptx
17144          Date: Wed, 25 Nov 1998 10:34:41 -0800
17145          Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
17146  Branch: cfgperl
17147        ! ext/POSIX/hints/dynixptx.pl
17148 ____________________________________________________________________________
17149 [  2338] By: jhi                                   on 1998/11/28  11:57:19
17150     Log: Detypo.
17151  Branch: cfgperl
17152        ! lib/filetest.pm
17153 ____________________________________________________________________________
17154 [  2337] By: jhi                                   on 1998/11/28  11:56:29
17155     Log: Better LD_LIBRARY_PATH instructions for Bourneists.
17156  Branch: cfgperl
17157        ! Configure
17158 ____________________________________________________________________________
17159 [  2336] By: gsar                                  on 1998/11/28  11:41:14
17160     Log: teach CPAN.pm to ignore beta perl distributions when looking for
17161          modules
17162          From: root@dogberry.rutgers.edu (root)
17163          Date: Thu, 12 Nov 1998 23:08:39 -0500
17164          Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
17165          Subject: recompile tries getting a perl distribution
17166  Branch: perl
17167        ! lib/CPAN.pm
17168 ____________________________________________________________________________
17169 [  2335] By: gsar                                  on 1998/11/28  11:27:46
17170     Log: make $1 et al readonly under threads; make C<undef $1> fail like
17171          C<$1 = undef> does
17172  Branch: perl
17173        ! op.c pp.c t/op/undef.t
17174 ____________________________________________________________________________
17175 [  2334] By: gsar                                  on 1998/11/28  10:24:52
17176     Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
17177  Branch: perl
17178        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
17179 ____________________________________________________________________________
17180 [  2333] By: gsar                                  on 1998/11/28  09:36:40
17181     Log: document changed PERL_HASH()
17182  Branch: perl
17183        ! pod/perlfunc.pod pod/perlguts.pod
17184 ____________________________________________________________________________
17185 [  2332] By: nick                                  on 1998/11/27  21:10:27
17186     Log: Handle INIT list in C.pm
17187          1. Provide init_av() from B.xs
17188          2. Export it in B.pm
17189          3. Use it in C.pm
17190          Also disable some pruning in savecv() which seems to undo
17191          my previous patch.
17192          Experimental feature - save pathnames of .so files in easily 
17193          grep-able form for use in wrapper to feed to linker.  
17194  Branch: perl
17195        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
17196 ____________________________________________________________________________
17197 [  2327] By: gsar                                  on 1998/11/27  15:12:01
17198     Log: integrate change#2315 from maint-5.005
17199  Branch: perl
17200        ! t/op/sort.t
17201       !> op.c sv.c
17202 ____________________________________________________________________________
17203 [  2326] By: gsar                                  on 1998/11/27  15:00:42
17204     Log: integrate changes#2304,2305,2306,2308 from maint-5.005
17205  Branch: perl
17206       !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
17207       !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
17208       !> lib/ExtUtils/typemap
17209 ____________________________________________________________________________
17210 [  2325] By: gsar                                  on 1998/11/27  14:46:18
17211     Log: malloc bugfix and documentation from Ilya Zakharevich
17212          Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
17213          Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
17214          Subject: [PATCH 5.005_*] Re: Internal coredump
17215          --
17216          Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
17217          Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
17218          Subject: [PATCH 5.005_*] malloc.c documentation
17219  Branch: perl
17220        ! malloc.c
17221 ____________________________________________________________________________
17222 [  2324] By: gsar                                  on 1998/11/27  14:41:38
17223     Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
17224  Branch: perl
17225        ! ext/B/B/C.pm
17226 ____________________________________________________________________________
17227 [  2323] By: gsar                                  on 1998/11/27  14:33:44
17228     Log: From: maeda@src.ricoh.co.jp
17229          Date: Tue, 24 Nov 1998 10:37:45 +0900
17230          Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
17231          Subject: format "..." bug
17232  Branch: perl
17233        ! pp_ctl.c t/op/write.t
17234 ____________________________________________________________________________
17235 [  2322] By: gsar                                  on 1998/11/27  14:20:12
17236     Log: add ext/Devel/Peek
17237          From: jan.dubois@ibm.net (Jan Dubois)
17238          Date: Mon, 23 Nov 1998 00:48:11 +0100
17239          Message-ID: <36589ec9.49964585@smtp1.ibm.net>
17240          Subject: [PATCH 5.005_53] Devel::Peek integration
17241  Branch: perl
17242        + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
17243        + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
17244        ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
17245        ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
17246        ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
17247 ____________________________________________________________________________
17248 [  2321] By: gsar                                  on 1998/11/27  13:03:08
17249     Log: ensure 'make regen_headers' even without perl installed
17250          (suggested by Ilya Zakharevich)
17251  Branch: perl
17252        ! bytecode.pl warning.pl
17253 ____________________________________________________________________________
17254 [  2320] By: gsar                                  on 1998/11/27  12:58:36
17255     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17256          Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
17257          Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
17258          Subject: [PATCH 5.005_*] Cosmetic malloc patch
17259  Branch: perl
17260        ! malloc.c
17261 ____________________________________________________________________________
17262 [  2319] By: gsar                                  on 1998/11/27  12:56:13
17263     Log: eliminate dup hunk from integration
17264  Branch: perl
17265        ! lib/filetest.pm perl.h
17266 ____________________________________________________________________________
17267 [  2318] By: gsar                                  on 1998/11/27  12:50:08
17268     Log: integrate cfgperl changes into mainline
17269  Branch: perl
17270       +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
17271        ! pod/perlfaq4.pod
17272       !> (integrate 30 files)
17273 ____________________________________________________________________________
17274 [  2317] By: jhi                                   on 1998/11/27  11:38:13
17275     Log: C<-x>.
17276  Branch: cfgperl
17277        ! lib/filetest.pm
17278 ____________________________________________________________________________
17279 [  2316] By: jhi                                   on 1998/11/27  11:10:22
17280     Log: Integrate from mainperl.
17281  Branch: cfgperl
17282       !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
17283       !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
17284       !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
17285       !> universal.c util.c win32/GenCAPI.pl win32/win32.h
17286       !> win32/win32sck.c
17287 ____________________________________________________________________________
17288 [  2315] By: gbarr                                 on 1998/11/27  05:16:50
17289     Log: integrate change#2246 from mainline, while still allowing
17290          C<sort $globref @foo>
17291          
17292          allow C<sort $coderef @foo>
17293  Branch: maint-5.005/perl
17294        ! op.c sv.c
17295       !> t/op/sort.t
17296 ____________________________________________________________________________
17297 [  2308] By: gbarr                                 on 1998/11/27  00:11:44
17298     Log: Updates for MPE/iX DynaLoader and installperl, via private mail
17299          forwarded by Jarkko Hietaniemi from Mark Bixby
17300  Branch: maint-5.005/perl
17301        ! ext/DynaLoader/dl_mpeix.xs installperl
17302 ____________________________________________________________________________
17303 [  2306] By: gbarr                                 on 1998/11/26  23:44:47
17304     Log: Allow PL_FILES to have multiple targets from one source by allowing
17305          an array ref as the value in the hash
17306  Branch: maint-5.005/perl
17307        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
17308        ! lib/ExtUtils/MakeMaker.pm
17309 ____________________________________________________________________________
17310 [  2305] By: gbarr                                 on 1998/11/26  23:38:06
17311     Log: fix unsigned variables to use SvUV and sv_setuv
17312  Branch: maint-5.005/perl
17313        ! lib/ExtUtils/typemap
17314 ____________________________________________________________________________
17315 [  2304] By: gbarr                                 on 1998/11/26  23:36:17
17316     Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
17317  Branch: maint-5.005/perl
17318        ! lib/ExtUtils/MM_Unix.pm
17319 ____________________________________________________________________________
17320 [  2301] By: gsar                                  on 1998/11/26  10:16:54
17321     Log: fix PL_defoutgv leak under threads
17322  Branch: perl
17323        ! ext/Thread/Thread.xs
17324 ____________________________________________________________________________
17325 [  2300] By: gsar                                  on 1998/11/26  09:04:44
17326     Log: properly free temporaries created by threads
17327  Branch: perl
17328        ! ext/Thread/Thread.xs
17329 ____________________________________________________________________________
17330 [  2299] By: gsar                                  on 1998/11/26  06:51:16
17331     Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
17332          to set the package for the block properly
17333  Branch: perl
17334        ! op.c t/comp/package.t t/lib/dumper.t
17335 ____________________________________________________________________________
17336 [  2298] By: nick                                  on 1998/11/24  22:04:20
17337     Log: Part-1 of tweaks to allow Tk to be "compiled"
17338          Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
17339          (May also need attention to exports etc. - to follow.)
17340  Branch: perl
17341        ! universal.c
17342 ____________________________________________________________________________
17343 [  2294] By: jhi                                   on 1998/11/23  10:44:26
17344     Log: The new socket tests need in some platforms
17345          to #include <sys/types.h>.
17346  Branch: cfgperl
17347        ! Configure
17348 ____________________________________________________________________________
17349 [  2293] By: jhi                                   on 1998/11/23  10:33:42
17350     Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
17351          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
17352          Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
17353          Date: Mon, 23 Nov 1998 10:07:04 +0100
17354          Message-Id: <9811230907.AA06484@AWT.nl>
17355          
17356          NeXTstep NetInfo uses nidump to get the user/group databases.
17357  Branch: cfgperl
17358        ! t/op/grent.t t/op/pwent.t
17359 ____________________________________________________________________________
17360 [  2291] By: TimBunce                              on 1998/11/22  22:23:09
17361     Log: Updated Porting/patchls utility.
17362  Branch: maint-5.004/perl
17363        ! Porting/patchls
17364 ____________________________________________________________________________
17365 [  2288] By: TimBunce                              on 1998/11/22  21:46:11
17366     Log: Title:  "Buglet in Sys::Syslog.pm (with fix)"
17367          From:  Henrik Tougaard <ht.000@foa.dk>
17368          Msg-ID:  <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
17369          Files:  lib/Sys/Syslog.pm
17370  Branch: maint-5.004/perl
17371        ! lib/Sys/Syslog.pm
17372 ____________________________________________________________________________
17373 [  2286] By: jhi                                   on 1998/11/22  19:08:42
17374     Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
17375  Branch: cfgperl
17376        ! ext/Socket/Socket.xs
17377 ____________________________________________________________________________
17378 [  2285] By: jhi                                   on 1998/11/22  18:21:07
17379     Log: MSG_PROXY for GNU/Hurd (previously we believed that
17380          all GNU libc platforms have MSG_PROXY.  Untrue).
17381          In fact this ended up as a major MSG_* and SCM_*
17382          update.  The MSG_XXX known to be enums in some
17383          versions of the glibc are now probed for and respective
17384          HAS_MSG_XXX are defined.  While I was at it I noticed
17385          SCM_RIGHTS being similarly an enum.  This reminded me of
17386          an ancient discussion in perl5-porters:
17387          http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
17388          The BSD socket interface has a nifty feature for passing
17389          file descriptors and credentials--via sockets.  It may be
17390          too late to add this functionality to the CORE but
17391          at least Configure now probes for the functions,
17392          structs, and includes, defining the appropriate
17393          HAS_YYY and I_ZZZ, and the Socket extension exports
17394          the constants, in case somebody wants to write an
17395          extension for this interface.
17396  Branch: cfgperl
17397        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17398        ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
17399        ! iperlsys.h
17400 ____________________________________________________________________________
17401 [  2284] By: jhi                                   on 1998/11/22  18:13:21
17402     Log: perlhist.pod 1.54, containing 5_53.
17403  Branch: cfgperl
17404        ! pod/perlhist.pod
17405 ____________________________________________________________________________
17406 [  2274] By: TimBunce                              on 1998/11/22  16:25:46
17407     Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
17408  Branch: maint-5.004/perl
17409        ! doio.c
17410 ____________________________________________________________________________
17411 [  2273] By: TimBunce                              on 1998/11/22  16:17:43
17412     Log: Improve op/die_exit.t test for implicit close changing $!
17413  Branch: maint-5.004/perl
17414        ! t/op/die_exit.t
17415 ____________________________________________________________________________
17416 [  2268] By: jhi                                   on 1998/11/22  14:44:11
17417     Log: Fix thinko.
17418  Branch: cfgperl
17419        ! hints/dynixptx.sh
17420 ____________________________________________________________________________
17421 [  2267] By: jhi                                   on 1998/11/22  13:19:41
17422     Log: Document the d_socket override.
17423  Branch: cfgperl
17424        ! hints/dynixptx.sh
17425 ____________________________________________________________________________
17426 [  2266] By: jhi                                   on 1998/11/22  12:12:29
17427     Log: From: John Tobey <jtobey@channel1.com>
17428          Subject: [PATCH] perlfaq typos
17429          To: perl5-porters@perl.com
17430          Date: 22 Nov 1998 04:25:15 +0200
17431          Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
17432  Branch: cfgperl
17433        ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
17434        ! pod/perlfaq7.pod pod/perlfaq8.pod
17435 ____________________________________________________________________________
17436 [  2265] By: jhi                                   on 1998/11/22  12:06:29
17437     Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
17438          Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
17439          Newsgroups: hut.lists.perl5-porters
17440          To: gsar@engin.umich.edu (Gurusamy Sarathy)
17441          Cc: perl5-porters@perl.org (Perl5 Porters)
17442          Date: 20 Nov 1998 12:20:41 +0200
17443  Branch: cfgperl
17444        ! ext/DB_File/Changes ext/DB_File/DB_File.pm
17445        ! ext/DB_File/DB_File.xs
17446 ____________________________________________________________________________
17447 [  2264] By: jhi                                   on 1998/11/22  11:55:09
17448     Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
17449          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
17450          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
17451          To: perlbug@perl.com
17452          Date: 20 Nov 1998 18:39:06 +0200
17453          Lines: 47
17454          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
17455  Branch: cfgperl
17456        ! t/op/grent.t t/op/pwent.t
17457 ____________________________________________________________________________
17458 [  2263] By: jhi                                   on 1998/11/22  11:42:59
17459     Log: Permission testing is tricky when we have too much power.
17460          Problem reported in
17461          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
17462          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
17463          To: perlbug@perl.com
17464          Date: 20 Nov 1998 18:39:06 +0200
17465          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
17466  Branch: cfgperl
17467        ! t/op/filetest.t
17468 ____________________________________________________________________________
17469 [  2262] By: gsar                                  on 1998/11/22  11:37:02
17470     Log: fix broken CAPI generation
17471  Branch: perl
17472        ! win32/GenCAPI.pl
17473 ____________________________________________________________________________
17474 [  2261] By: jhi                                   on 1998/11/22  11:17:00
17475     Log: -x should be C<-x>, reported by Gerben Wierda.
17476  Branch: cfgperl
17477        ! pod/perlfunc.pod
17478 ____________________________________________________________________________
17479 [  2260] By: gsar                                  on 1998/11/22  11:12:02
17480     Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
17481  Branch: perl
17482        ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
17483        ! proto.h
17484 ____________________________________________________________________________
17485 [  2259] By: jhi                                   on 1998/11/22  11:06:40
17486     Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
17487          Subject: Re: [PATCH] Re: pod2man bug in date generated line
17488          To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
17489          Cc: perlbug@perl.com
17490          Date: 20 Nov 1998 21:30:17 +0200
17491          Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
17492  Branch: cfgperl
17493        ! pod/pod2man.PL
17494 ____________________________________________________________________________
17495 [  2256] By: jhi                                   on 1998/11/21  10:44:01
17496     Log: From: Thomas Bowditch <bowditch@inmet.com>
17497          Subject: Benchmark.pm suggestion
17498          To: jhi@iki.fi, Tim.Bunce@ig.co.uk
17499          Date: Fri, 20 Nov 1998 17:43:46 -0500
17500          Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
17501          
17502          Added timesum().
17503  Branch: cfgperl
17504        ! lib/Benchmark.pm
17505 ____________________________________________________________________________
17506 [  2255] By: gsar                                  on 1998/11/21  08:45:06
17507     Log: another win32 portability fix: make sysread() and syswrite()
17508          work on sockets
17509  Branch: perl
17510        ! pp_sys.c win32/win32.h
17511 ____________________________________________________________________________
17512 [  2254] By: gsar                                  on 1998/11/21  07:49:06
17513     Log: win32_recvfrom() compatibility fix
17514  Branch: perl
17515        ! win32/win32sck.c
17516 ____________________________________________________________________________
17517 [  2253] By: jhi                                   on 1998/11/20  08:22:06
17518     Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
17519          To: jhi@iki.fi
17520          Subject: MPE/iX Perl 5.005_02 oops
17521          Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
17522          Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
17523  Branch: cfgperl
17524        ! ext/DynaLoader/dl_mpeix.xs installperl
17525 ____________________________________________________________________________
17526 [  2252] By: gsar                                  on 1998/11/19  17:38:03
17527     Log: mess_sv tweak for change#2249
17528  Branch: perl
17529        ! util.c
17530 ____________________________________________________________________________
17531 [  2251] By: jhi                                   on 1998/11/18  12:32:19
17532     Log: Display use64bits and usemultiplicity but only if necessary.
17533  Branch: cfgperl
17534        ! myconfig
17535 ____________________________________________________________________________
17536 [  2250] By: jhi                                   on 1998/11/18  12:26:50
17537     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl> 
17538          Subject: pp.c uses 'unsigned Quad_t'
17539          To: perlbug@perl.com 
17540          Date: Sun, 15 Nov 1998 20:57:05 -0300 
17541          Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
17542  Branch: cfgperl
17543        ! perl.h pp.c
17544 ____________________________________________________________________________
17545 [  2249] By: gsar                                  on 1998/11/18  05:43:11
17546     Log: use PL_mess_sv only during global destruction (fixes problems with
17547          overlapping invocations of form()/warn()/die()/croak() trampling on
17548          each other's messages)
17549  Branch: perl
17550        ! mg.c util.c
17551 ____________________________________________________________________________
17552 [  2248] By: gsar                                  on 1998/11/18  05:39:36
17553     Log: tweak change#2245 to skip previous message if any
17554  Branch: perl
17555        ! pp_ctl.c t/pragma/warn/pp_ctl
17556 ____________________________________________________________________________
17557 [  2247] By: jhi                                   on 1998/11/17  11:46:56
17558     Log: Integrate from mainperl.
17559  Branch: cfgperl
17560       !> (integrate 26 files)
17561 ____________________________________________________________________________
17562 [  2246] By: gsar                                  on 1998/11/17  09:41:10
17563     Log: allow C<sort $coderef @foo>
17564  Branch: perl
17565        ! op.c t/op/sort.t t/pragma/overload.t
17566 ____________________________________________________________________________
17567 [  2245] By: gsar                                  on 1998/11/17  08:28:26
17568     Log: propagate failures in DESTROY() as (optional) warnings
17569  Branch: perl
17570        ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
17571 ____________________________________________________________________________
17572 [  2244] By: gsar                                  on 1998/11/17  07:43:08
17573     Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
17574  Branch: perl
17575        ! perl.c thrdvar.h
17576 ____________________________________________________________________________
17577 [  2243] By: gsar                                  on 1998/11/17  07:40:09
17578     Log: sort WARN_FOO symbols to avoid hash traversal order dependency
17579  Branch: perl
17580        ! lib/warning.pm warning.h warning.pl
17581 ____________________________________________________________________________
17582 [  2242] By: gsar                                  on 1998/11/17  06:32:39
17583     Log: fix skipspace() to properly account for newlines in eval''-ed
17584          strings (caused bogus line numbers in diagnostics and debugger)
17585  Branch: perl
17586        ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
17587 ____________________________________________________________________________
17588 [  2241] By: gsar                                  on 1998/11/17  03:48:12
17589     Log: s/Perl_utf8skip/PL_utf8skip/g
17590  Branch: perl
17591        ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
17592 ____________________________________________________________________________
17593 [  2240] By: gsar                                  on 1998/11/14  06:09:06
17594     Log: rework op/groups.t
17595  Branch: perl
17596        ! t/op/filetest.t t/op/groups.t
17597 ____________________________________________________________________________
17598 [  2235] By: gsar                                  on 1998/11/14  00:17:05
17599     Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
17600  Branch: perl
17601        ! op.c
17602 ____________________________________________________________________________
17603 [  2234] By: gsar                                  on 1998/11/14  00:14:02
17604     Log: update Changes
17605  Branch: perl
17606        ! Changes win32/config.bc win32/config.gc win32/config.vc
17607 ____________________________________________________________________________
17608 [  2233] By: gsar                                  on 1998/11/13  09:43:03
17609     Log: doc tweak
17610  Branch: perl
17611        ! README.win32
17612 ____________________________________________________________________________
17613 [  2230] By: jhi                                   on 1998/11/12  17:07:45
17614     Log: Allow hints file override for d_socket
17615          (based on Sequent-induced change #2229).
17616  Branch: cfgperl
17617        ! Configure
17618 ____________________________________________________________________________
17619 [  2229] By: jhi                                   on 1998/11/12  16:32:33
17620     Log: 
17621          From: "Martin J. Bligh" <mbligh@sequent.com>
17622          To: jhi@iki.fi
17623          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
17624          Subject: Re: Making Perl work on DYNIX/ptx
17625          Date: Tue, 10 Nov 1998 16:24:26 -0800
17626          Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
17627  Branch: cfgperl
17628        ! hints/dynixptx.sh
17629 ____________________________________________________________________________
17630 [  2228] By: jhi                                   on 1998/11/12  11:40:37
17631     Log: From: "Martin J. Bligh" <mbligh@sequent.com>
17632          Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
17633          To: jhi@iki.fi
17634          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
17635          Subject: Re: Making Perl work on DYNIX/ptx
17636          Date: Tue, 10 Nov 1998 18:01:10 -0800
17637  Branch: cfgperl
17638        + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
17639 ____________________________________________________________________________
17640 [  2227] By: jhi                                   on 1998/11/12  11:17:42
17641     Log: Integrate from mainperl.
17642  Branch: cfgperl
17643       !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
17644       !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
17645       !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
17646       !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
17647       !> win32/win32.c x2p/s2p.PL
17648 ____________________________________________________________________________
17649 [  2226] By: gsar                                  on 1998/11/11  21:05:42
17650     Log: provide -DPERL_POLLUTE
17651  Branch: perl
17652        ! embed.pl embedvar.h
17653 ____________________________________________________________________________
17654 [  2225] By: jhi                                   on 1998/11/09  07:45:12
17655     Log: From: Hans Mulder <hansm@icgroup.nl>
17656          To: Ilya Zakharevich <ilya@math.ohio-state.edu>
17657          Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
17658          perl5-porters@perl.org
17659          Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
17660          (UNINSTALLED)
17661          Date: Sun,  8 Nov 98 22:20:23 +0100
17662          Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
17663  Branch: cfgperl
17664        ! malloc.c perl.h
17665 ____________________________________________________________________________
17666 [  2224] By: gsar                                  on 1998/11/09  03:13:14
17667     Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
17668          Christoph <lupe@alanya.m.isar.de>)
17669  Branch: perl
17670        ! lib/Text/Wrap.pm
17671 ____________________________________________________________________________
17672 [  2223] By: gsar                                  on 1998/11/09  02:09:06
17673     Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
17674          <lionel.fourquaux@wanadoo.fr>)
17675  Branch: perl
17676        ! x2p/s2p.PL
17677 ____________________________________________________________________________
17678 [  2222] By: gsar                                  on 1998/11/09  01:56:24
17679     Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
17680          Date: Wed, 04 Nov 1998 12:19:44 +0000
17681          Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
17682          Subject: [PATCH] Re: [5.005_53] read overflow? 
17683          --
17684          Date: Wed, 04 Nov 1998 13:15:18 +0000
17685          Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
17686          Subject: [PATCH 5.005_53] perl -V fix
17687  Branch: perl
17688        ! perl.c regexec.c
17689 ____________________________________________________________________________
17690 [  2221] By: gsar                                  on 1998/11/09  01:34:56
17691     Log: From: jan.dubois@ibm.net (Jan Dubois)
17692          Date: Sun, 01 Nov 1998 00:05:01 +0100
17693          Message-ID: <364294bd.18052307@smtp1.ibm.net>
17694          Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
17695  Branch: perl
17696        ! Changes win32/makedef.pl
17697 ____________________________________________________________________________
17698 [  2220] By: gsar                                  on 1998/11/08  21:13:07
17699     Log: integrate changes#2120,2168,2218 from maint-5.005;
17700          add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
17701          enum; make regen_headers
17702  Branch: perl
17703        ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
17704        ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
17705 ____________________________________________________________________________
17706 [  2219] By: gsar                                  on 1998/11/08  19:42:57
17707     Log: integrate cfgperl changes into mainline
17708  Branch: perl
17709       +> README.vmesa
17710       !> Configure MANIFEST Porting/Glossary Porting/config.sh
17711       !> Porting/config_H config_h.SH ext/Thread/Thread.xs
17712       !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
17713       !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
17714       !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
17715       !> thread.h vms/subconfigure.com vos/config.h
17716 ____________________________________________________________________________
17717 [  2218] By: gbarr                                 on 1998/11/08  16:48:44
17718     Log: From: Graham Barr <gbarr@ti.com>
17719          Date: Mon, 2 Nov 1998 07:38:52 -0600
17720          Message-ID: <19981102073852.A12751@asic.sc.ti.com>
17721          Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
17722  Branch: maint-5.005/perl
17723        ! ext/IPC/SysV/Msg.pm
17724 ____________________________________________________________________________
17725 [  2215] By: gsar                                  on 1998/11/08  02:52:52
17726     Log: set close-on-exec bit on pipe() FDs
17727  Branch: perl
17728        ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
17729 ____________________________________________________________________________
17730 [  2214] By: gsar                                  on 1998/11/08  02:27:57
17731     Log: typo in newHVhv()
17732  Branch: perl
17733        ! hv.c
17734 ____________________________________________________________________________
17735 [  2211] By: jhi                                   on 1998/11/07  21:14:18
17736     Log: Finalize the Mach CThreads support.
17737          
17738          From: Hans Mulder <hansm@icgroup.nl>
17739          Date: Sat,  7 Nov 98 22:06:20 +0100
17740          To: Gurusamy Sarathy <gsar@engin.umich.edu>
17741          Cc: jhi@iki.fi, perl5-porters@perl.org
17742          Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) 
17743          Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
17744  Branch: cfgperl
17745        ! malloc.c perl.h
17746 ____________________________________________________________________________
17747 [  2210] By: gsar                                  on 1998/11/06  20:36:50
17748     Log: fix AvREALISH bogusness
17749  Branch: perl
17750        ! av.c t/op/array.t
17751 ____________________________________________________________________________
17752 [  2209] By: jhi                                   on 1998/11/06  08:05:31
17753     Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
17754          ASSERT() causes problems in {NeXTStep,OpenStep}.
17755          
17756          From: Hans Mulder <hansm@icgroup.nl>
17757          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
17758          Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
17759          Date: Fri,  6 Nov 98 01:27:41 +0100
17760          Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
17761          
17762          and
17763          
17764          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17765          Subject: Re: ASSERT() in malloc.c
17766          To: jhi@iki.fi
17767          Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
17768          Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
17769  Branch: cfgperl
17770        ! malloc.c
17771 ____________________________________________________________________________
17772 [  2208] By: jhi                                   on 1998/11/06  07:55:38
17773     Log: Mach CThreads needs #include <mach/cthreads.h>.
17774  Branch: cfgperl
17775        ! perl.h
17776 ____________________________________________________________________________
17777 [  2206] By: jhi                                   on 1998/11/05  14:54:52
17778     Log: PERL_BADLANG wrongly documented.
17779          
17780          From: ts <decoux@moulon.inra.fr>
17781          To: jhi@cc.hut.fi
17782          Subject: Re: Locale warning messages
17783          Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
17784          Message-Id: <199811051334.OAA24863@moulon.inra.fr>
17785          
17786          and
17787          
17788          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17789          Subject: Re: PERL_BADLANG
17790          To: jhi@iki.fi
17791          Subject: Re: PERL_BADLANG
17792          Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
17793          Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
17794  Branch: cfgperl
17795        ! pod/perllocale.pod
17796 ____________________________________________________________________________
17797 [  2205] By: jhi                                   on 1998/11/05  14:24:33
17798     Log: Document all the control flow keywords in perlfunc
17799          so that "perlfunc -f while" works.
17800  Branch: cfgperl
17801        ! pod/perlfunc.pod
17802 ____________________________________________________________________________
17803 [  2204] By: jhi                                   on 1998/11/05  12:46:02
17804     Log: Configure update.  Remove last trace of PTHREADS_CREATED_JOINABLE
17805          (from vos/config.h).  Update Porting/{Glossary,config*}.
17806  Branch: cfgperl
17807        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17808        ! config_h.SH vos/config.h
17809 ____________________________________________________________________________
17810 [  2203] By: jhi                                   on 1998/11/05  08:34:39
17811     Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
17812  Branch: cfgperl
17813        ! hints/vmesa.sh vms/subconfigure.com
17814 ____________________________________________________________________________
17815 [  2202] By: jhi                                   on 1998/11/05  08:03:20
17816     Log: Integrate from mainperl.
17817  Branch: cfgperl
17818       !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
17819       !> win32/Makefile win32/makefile.mk win32/win32.c
17820 ____________________________________________________________________________
17821 [  2201] By: gsar                                  on 1998/11/05  04:40:44
17822     Log: another POPSTACK victim
17823  Branch: perl
17824        ! cop.h sv.c
17825 ____________________________________________________________________________
17826 [  2196] By: gsar                                  on 1998/11/05  02:07:54
17827     Log: fix a location affected by change#2191, add note about POPSTACK
17828  Branch: perl
17829        ! cop.h gv.c pp_ctl.c
17830 ____________________________________________________________________________
17831 [  2195] By: gsar                                  on 1998/11/05  02:04:45
17832     Log: makefile notes
17833  Branch: perl
17834        ! win32/Makefile win32/makefile.mk
17835 ____________________________________________________________________________
17836 [  2192] By: gsar                                  on 1998/11/04  23:48:53
17837     Log: indeterminate order-of-evaluation fixes
17838  Branch: perl
17839        ! mg.c
17840 ____________________________________________________________________________
17841 [  2191] By: gsar                                  on 1998/11/04  23:02:16
17842     Log: refetch local stack pointer in POPSTACK
17843  Branch: perl
17844        ! cop.h perl.c
17845 ____________________________________________________________________________
17846 [  2190] By: jhi                                   on 1998/11/04  08:50:40
17847     Log: Configure update.
17848          Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
17849          
17850          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
17851          To: Martin Bligh <mbligh@sequent.com>
17852          Cc: Jarkko Hietaniemi <jhi@iki.fi>
17853          Subject: Re: Perl 5's configure on DYNIX/ptx
17854          Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
17855          Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
17856          
17857          find sockets also from libsocket, not just libnet.
17858          OS390: $compile_ok instead of $compile for <inttypes.h>,
17859          
17860          From: pvhp@forte.com (Peter Prymmer)
17861          To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
17862          Subject: _53 not OK on os390 but looking better than ever
17863          Date: Tue, 3 Nov 98 17:33:22 PST
17864          Message-Id: <9811040133.AA09450@forte.com>
17865  Branch: cfgperl
17866        ! Configure
17867 ____________________________________________________________________________
17868 [  2189] By: jhi                                   on 1998/11/04  07:43:58
17869     Log: sysio.t failure: fix undefined order of evaluation, from
17870          
17871          From: Spider Boardman <spider@web.zk3.dec.com>
17872          Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
17873          To: perlbug@perl.com
17874          Date: 4 Nov 1998 01:22:30 +0200
17875          Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
17876  Branch: cfgperl
17877        ! pp_sys.c
17878 ____________________________________________________________________________
17879 [  2188] By: gsar                                  on 1998/11/04  02:59:16
17880     Log: fix return value of win32_pclose()
17881  Branch: perl
17882        ! win32/win32.c
17883 ____________________________________________________________________________
17884 [  2187] By: gsar                                  on 1998/11/04  02:56:34
17885     Log: s/sv_upgrade/SvUPGRADE/ a couple of places
17886  Branch: perl
17887        ! Changes doop.c gv.c util.c
17888 ____________________________________________________________________________
17889 [  2186] By: jhi                                   on 1998/11/03  08:17:52
17890     Log: Document quads in pack.
17891  Branch: cfgperl
17892        ! pod/perlfunc.pod
17893 ____________________________________________________________________________
17894 [  2185] By: jhi                                   on 1998/11/03  07:49:35
17895     Log: (IV) vs (I32) vs I_V()
17896          
17897          Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
17898          From: Anton Berezin <tobez@plab.ku.dk> 
17899          To: "p5p" <perl5-porters@perl.org> 
17900          Date: 01 Nov 1998 15:09:11 +0100 
17901          Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
17902          
17903          and
17904          
17905          From: Andy Dougherty <doughera@lafcol.lafayette.edu> 
17906          Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) 
17907          Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
17908  Branch: cfgperl
17909        ! sv.c
17910 ____________________________________________________________________________
17911 [  2184] By: jhi                                   on 1998/11/03  07:42:46
17912     Log: VM/ESA updates.
17913  Branch: cfgperl
17914        + README.vmesa
17915        ! MANIFEST pod/perlfunc.pod pod/perlport.pod
17916 ____________________________________________________________________________
17917 [  2183] By: jhi                                   on 1998/11/02  12:58:13
17918     Log: The id(1)-parsing is real fun.
17919  Branch: cfgperl
17920        ! t/op/groups.t
17921 ____________________________________________________________________________
17922 [  2182] By: jhi                                   on 1998/11/02  12:07:43
17923     Log: Decommission the symlink test.
17924  Branch: cfgperl
17925        ! t/op/lex_assign.t
17926 ____________________________________________________________________________
17927 [  2181] By: jhi                                   on 1998/11/02  12:03:08
17928     Log: Replace ATTR_JOINABLE with true Configure probe
17929          for PTHREAD_CREATE_JOINABLE (or equivalent:
17930          PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
17931          Remove ATTR_JOINABLE itself: Thread.xs uses
17932          PTHREAD_CREATE_JOINABLE (or equivalent) directly.
17933          
17934          Really scan for <mach/cthreads.h> only if usethreads.
17935  Branch: cfgperl
17936        ! Configure config_h.SH ext/Thread/Thread.xs thread.h
17937 ____________________________________________________________________________
17938 [  2180] By: jhi                                   on 1998/11/02  11:07:34
17939     Log: In HP-UX 10.X usethreads only if the required files are present.
17940  Branch: cfgperl
17941        ! hints/hpux.sh
17942 ____________________________________________________________________________
17943 [  2179] By: jhi                                   on 1998/11/02  09:10:33
17944     Log: Prefer groups(1).
17945          id -Gn can be broken.
17946          id -a can save the day.
17947  Branch: cfgperl
17948        ! t/op/groups.t
17949 ____________________________________________________________________________
17950 [  2178] By: jhi                                   on 1998/11/02  08:35:29
17951     Log: Detrail enum comma.
17952  Branch: cfgperl
17953        ! perl.h
17954 ____________________________________________________________________________
17955 [  2177] By: jhi                                   on 1998/11/02  08:24:12
17956     Log: 0**0 = 1, from
17957          
17958          From: d-lewart@uiuc.edu (Daniel S. Lewart)
17959          Subject: Math::Complex 0**0 patches
17960          Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
17961          Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
17962          To: jhi@iki.fi (Jarkko Hietaniemi),
17963          Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
17964  Branch: cfgperl
17965        ! lib/Math/Complex.pm t/lib/complex.t
17966 ____________________________________________________________________________
17967 [  2168] By: gbarr                                 on 1998/11/01  01:58:58
17968     Log: From: jan.dubois@ibm.net (Jan Dubois)   
17969          Date: Fri, 09 Oct 1998 23:28:31 +0200
17970          Message-ID: <36217b7f.3193091@smtp1.ibm.net>
17971          Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
17972  Branch: maint-5.005/perl
17973        ! XSUB.h
17974 ____________________________________________________________________________
17975 [  2164] By: jhi                                   on 1998/10/31  15:50:02
17976     Log: Integrate from mainperl.
17977  Branch: cfgperl
17978       +> t/op/lex_assign.t
17979       !> (integrate 45 files)
17980
17981 ----------------
17982 Version 5.005_53
17983 ----------------
17984
17985 ____________________________________________________________________________
17986 [  2163] By: gsar                                  on 1998/10/31  11:31:12
17987     Log: bump patchlevel; other minor fixes for clean build and test on
17988          Solaris and win32
17989  Branch: perl
17990        ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
17991        ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
17992        ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
17993        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
17994        ! x2p/a2p.c
17995 ____________________________________________________________________________
17996 [  2162] By: gsar                                  on 1998/10/31  09:40:31
17997     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17998          Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
17999          Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
18000          Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
18001  Branch: perl
18002        ! pp.h
18003 ____________________________________________________________________________
18004 [  2161] By: gsar                                  on 1998/10/31  09:39:13
18005     Log: From: Albert Dvornik <bert@genscan.com>
18006          Date: 30 Oct 1998 17:50:04 -0500
18007          Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
18008          Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
18009  Branch: perl
18010        ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
18011 ____________________________________________________________________________
18012 [  2160] By: gsar                                  on 1998/10/31  09:35:03
18013     Log: fix for bugs in -x mode
18014          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18015          Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
18016          Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
18017          Subject: [PATCH 5.00552] Fix h2xs
18018  Branch: perl
18019        ! utils/h2xs.PL
18020 ____________________________________________________________________________
18021 [  2159] By: gsar                                  on 1998/10/31  09:31:36
18022     Log: Data::Dumper update
18023  Branch: perl
18024        ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
18025        ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
18026 ____________________________________________________________________________
18027 [  2153] By: gsar                                  on 1998/10/30  21:40:09
18028     Log: add testsuite portion of patch
18029          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18030          Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
18031          Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
18032          Subject: [PATCH 5.00321 ;-)] 87% speedup
18033  Branch: perl
18034        + t/op/lex_assign.t
18035        ! MANIFEST
18036 ____________________________________________________________________________
18037 [  2152] By: gsar                                  on 1998/10/30  21:08:11
18038     Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
18039  Branch: perl
18040        ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
18041 ____________________________________________________________________________
18042 [  2151] By: gsar                                  on 1998/10/30  20:18:09
18043     Log: From: Mark-Jason Dominus <mjd@plover.com>
18044          Date: Fri, 30 Oct 1998 14:24:23 EST
18045          Message-Id: <19981030192423.27276.qmail@plover.com>
18046          Subject: PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'
18047  Branch: perl
18048        ! x2p/walk.c
18049 ____________________________________________________________________________
18050 [  2150] By: gsar                                  on 1998/10/30  20:08:57
18051     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18052          Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
18053          Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
18054          Subject: [PATCH 5.00552] Overloaded <> and deref again
18055  Branch: perl
18056        ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
18057        ! t/pragma/overload.t toke.c
18058 ____________________________________________________________________________
18059 [  2149] By: gsar                                  on 1998/10/30  19:38:15
18060     Log: From: Roderick Schertler <roderick@argon.org>
18061          Date: Thu, 29 Oct 1998 14:50:18 -0500
18062          Message-ID: <17625.909690618@eeyore.ibcinc.com>
18063          Subject: patch for daemonization docs in perlipc
18064  Branch: perl
18065        ! pod/perlipc.pod
18066 ____________________________________________________________________________
18067 [  2148] By: gsar                                  on 1998/10/30  19:36:07
18068     Log: From: Anton Berezin <tobez@plab.ku.dk>
18069          Date: 29 Oct 1998 17:06:25 +0100
18070          Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
18071          Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
18072  Branch: perl
18073        ! win32/win32.c
18074 ____________________________________________________________________________
18075 [  2147] By: gsar                                  on 1998/10/30  19:31:37
18076     Log: tweaked version of suggested patch
18077          From: Anton Berezin <tobez@plab.ku.dk>
18078          Date: 29 Oct 1998 14:48:54 +0100
18079          Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
18080          Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
18081  Branch: perl
18082        ! win32/win32.c
18083 ____________________________________________________________________________
18084 [  2146] By: gsar                                  on 1998/10/30  19:03:50
18085     Log: hand-apply whitespace-mutiliated patch
18086          From: "vishal bhatia" <vishalb@hotmail.com>
18087          Date: Wed, 28 Oct 1998 23:45:32 PST
18088          Message-ID: <19981029074534.2334.qmail@hotmail.com>
18089          Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
18090  Branch: perl
18091        ! ext/B/B/C.pm ext/B/B/CC.pm
18092 ____________________________________________________________________________
18093 [  2145] By: gsar                                  on 1998/10/30  18:46:58
18094     Log: remaining PL_foo stragglers
18095  Branch: perl
18096        ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
18097        ! op.h os2/os2.c vms/gen_shrfls.pl
18098 ____________________________________________________________________________
18099 [  2144] By: gsar                                  on 1998/10/30  17:38:36
18100     Log: integrate cfgperl tweaks into mainline
18101  Branch: perl
18102       !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
18103       !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
18104 ____________________________________________________________________________
18105 [  2143] By: jhi                                   on 1998/10/30  13:27:39
18106     Log: There can be multiple yacc/bison errors.
18107  Branch: cfgperl
18108        ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
18109 ____________________________________________________________________________
18110 [  2142] By: jhi                                   on 1998/10/30  13:18:43
18111     Log: README.posix-bc update.
18112  Branch: cfgperl
18113        ! README.posix-bc
18114 ____________________________________________________________________________
18115 [  2141] By: jhi                                   on 1998/10/30  09:12:59
18116     Log: #2133 fallout.
18117  Branch: cfgperl
18118        ! doio.c ext/POSIX/POSIX.xs
18119 ____________________________________________________________________________
18120 [  2140] By: jhi                                   on 1998/10/30  08:43:18
18121     Log: Integrate from mainperl.
18122  Branch: cfgperl
18123       +> globvar.sym pp.sym
18124        - objpp.h thread.sym
18125       !> (integrate 61 files)
18126 ____________________________________________________________________________
18127 [  2133] By: gsar                                  on 1998/10/30  02:51:39
18128     Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
18129          (objpp.h is gone, embed.pl now does some of that); objXSUB.h
18130          should soon be automated also; the global variables that
18131          escaped the PL_foo conversion are now reined in; renamed
18132          MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
18133          type of same name; duplicated lists of pp_things in various
18134          places is now gone; result has only been tested on win32
18135  Branch: perl
18136        + globvar.sym pp.sym
18137        - objpp.h thread.sym
18138        ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
18139        ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
18140        ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
18141        ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
18142        ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
18143        ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
18144        ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
18145        ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
18146        ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
18147        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18148        ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
18149 ____________________________________________________________________________
18150 [  2130] By: jhi                                   on 1998/10/29  15:31:26
18151     Log: Pure bison yylex() proto was broken.
18152  Branch: cfgperl
18153        ! proto.h
18154 ____________________________________________________________________________
18155 [  2126] By: jhi                                   on 1998/10/29  08:35:54
18156     Log: Integrate mainperl.
18157  Branch: cfgperl
18158       !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
18159       !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
18160       !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
18161       !> t/pragma/warn/doio toke.c win32/makefile.mk
18162 ____________________________________________________________________________
18163 [  2125] By: jhi                                   on 1998/10/29  08:32:38
18164     Log: EBCDIC Makefile.SH iteration converges.  Hopefully.
18165  Branch: cfgperl
18166        ! Makefile.SH
18167 ____________________________________________________________________________
18168 [  2124] By: jhi                                   on 1998/10/29  08:06:44
18169     Log: EBCDIC Makefile.SH tuneup.
18170  Branch: cfgperl
18171        ! Makefile.SH
18172 ____________________________________________________________________________
18173 [  2119] By: gsar                                  on 1998/10/28  23:24:04
18174     Log: remove doubled hunk from integration
18175  Branch: perl
18176        ! pp.c
18177 ____________________________________________________________________________
18178 [  2118] By: gsar                                  on 1998/10/28  22:03:31
18179     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18180          Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
18181          Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
18182          Subject: [PATCH 5.00552] Minor debugger tweaks
18183  Branch: perl
18184        ! lib/perl5db.pl
18185 ____________________________________________________________________________
18186 [  2117] By: gsar                                  on 1998/10/28  22:02:30
18187     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18188          Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
18189          Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
18190          Subject: [PATCH 5.00552] Make sort respect overloading
18191  Branch: perl
18192        ! pp_ctl.c proto.h t/pragma/overload.t
18193 ____________________________________________________________________________
18194 [  2116] By: gsar                                  on 1998/10/28  21:51:11
18195     Log: MM patches from Ilya Zakharevich
18196          Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
18197          Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
18198          Subject: [PATCH 5.00552] Make MakeMaker more verbose
18199          --
18200          Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
18201          Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
18202          Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
18203  Branch: perl
18204        ! lib/ExtUtils/MakeMaker.pm
18205 ____________________________________________________________________________
18206 [  2115] By: gsar                                  on 1998/10/28  21:46:19
18207     Log: add explicit references to perl source path in ld2 and gcc2
18208  Branch: perl
18209        ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
18210 ____________________________________________________________________________
18211 [  2114] By: gsar                                  on 1998/10/28  21:39:56
18212     Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
18213          Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
18214          Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
18215          Subject: [PATCH] Re: Problems with: Creating an installable tar archive
18216  Branch: perl
18217        ! INSTALL
18218 ____________________________________________________________________________
18219 [  2113] By: gsar                                  on 1998/10/28  21:21:16
18220     Log: integrate cfgperl into mainline
18221  Branch: perl
18222       +> t/op/filetest.t
18223       !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
18224       !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
18225       !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
18226       !> thread.h toke.c vmesa/Makefile
18227 ____________________________________________________________________________
18228 [  2112] By: gsar                                  on 1998/10/28  21:14:18
18229     Log: minor cleanup
18230  Branch: perl
18231        ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
18232 ____________________________________________________________________________
18233 [  2111] By: gsar                                  on 1998/10/28  18:52:10
18234     Log: smarter C<$SIG{FOO} = BAREWORD;> warning
18235  Branch: perl
18236        ! toke.c
18237 ____________________________________________________________________________
18238 [  2110] By: jhi                                   on 1998/10/28  15:07:54
18239     Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
18240  Branch: cfgperl
18241        ! Makefile.SH
18242 ____________________________________________________________________________
18243 [  2109] By: jhi                                   on 1998/10/28  13:39:54
18244     Log: a2p.y needs to generate also y.tab.h.
18245  Branch: cfgperl
18246        ! Makefile.SH
18247 ____________________________________________________________________________
18248 [  2108] By: jhi                                   on 1998/10/28  10:33:36
18249     Log: The "parse error" must be converted to "syntax error",
18250          just matching it aint' enough.
18251  Branch: cfgperl
18252        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
18253        ! t/pragma/warning.t
18254 ____________________________________________________________________________
18255 [  2107] By: jhi                                   on 1998/10/28  10:23:05
18256     Log: Regen sig_n{ame,umber}* if slightest doubt.
18257  Branch: cfgperl
18258        ! Configure
18259 ____________________________________________________________________________
18260 [  2106] By: jhi                                   on 1998/10/28  08:44:49
18261     Log: Bison says 'parse error', not 'parser error'.
18262  Branch: cfgperl
18263        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
18264        ! t/pragma/warning.t
18265 ____________________________________________________________________________
18266 [  2105] By: jhi                                   on 1998/10/28  08:42:09
18267     Log: yylex() parametrization.
18268  Branch: cfgperl
18269        ! proto.h toke.c
18270 ____________________________________________________________________________
18271 [  2104] By: jhi                                   on 1998/10/28  08:25:09
18272     Log: Bring in #2102.
18273  Branch: cfgperl
18274        ! pp.c
18275 ____________________________________________________________________________
18276 [  2103] By: jhi                                   on 1998/10/28  08:22:04
18277     Log: From: Dominic Dunlop <domo@vo.lu>
18278          Subject: [PATCH 5.005_02]  Re: perl5.004_04 testing problem
18279          Date: 27 Oct 1998 20:47:25 +0200
18280          Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
18281  Branch: cfgperl
18282        ! t/op/groups.t
18283 ____________________________________________________________________________
18284 [  2102] By: larry                                 on 1998/10/27  18:58:55
18285     Log: utf8 change to quotemeta broke EBCDIC
18286  Branch: perl
18287        ! pp.c
18288 ____________________________________________________________________________
18289 [  2101] By: jhi                                   on 1998/10/27  12:55:34
18290     Log: $Config{sig_num_init}.
18291          Also, a new approach to the 'pthreads-created-joinable': drop
18292          it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
18293          directly. (See also #2096).
18294  Branch: cfgperl
18295        ! Configure config_h.SH
18296 ____________________________________________________________________________
18297 [  2100] By: jhi                                   on 1998/10/27  10:48:55
18298     Log: Regenerated perly_c.diff.
18299  Branch: cfgperl
18300        ! perly_c.diff
18301 ____________________________________________________________________________
18302 [  2099] By: jhi                                   on 1998/10/27  08:42:25
18303     Log: First the mangler was Netscape, then it was me.
18304  Branch: cfgperl
18305        ! vmesa/Makefile
18306 ____________________________________________________________________________
18307 [  2098] By: jhi                                   on 1998/10/27  08:34:40
18308     Log: `id -Gn` might be available where `groups` is not.
18309  Branch: cfgperl
18310        ! t/op/groups.t
18311 ____________________________________________________________________________
18312 [  2097] By: jhi                                   on 1998/10/27  08:05:17
18313     Log: Netscape had mangled the tabs.
18314  Branch: cfgperl
18315        ! vmesa/Makefile
18316 ____________________________________________________________________________
18317 [  2096] By: jhi                                   on 1998/10/27  08:03:05
18318     Log: ATTR_JOINABLE logic, based on (private email)
18319          
18320          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
18321          Subject: Some little diffs
18322          Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
18323          Date: Tue, 27 Oct 1998 13:44:42 +1300
18324  Branch: cfgperl
18325        ! thread.h
18326 ____________________________________________________________________________
18327 [  2095] By: jhi                                   on 1998/10/27  07:56:57
18328     Log: Mach cthreads support based on:
18329          
18330          From: brie@corp.home.net (Brian Harrison)
18331          Subject: perl5.005_02 patch for mthreads
18332          To: perl5-porters@perl.org
18333          Date: 24 Oct 1998 01:01:55 +0300
18334          Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
18335          
18336          Pthread yield probe (dejavu)
18337          Cosmetic nanochange for the union semun output.
18338          Better inttypes.h probe.
18339          Undo the 'void *' $selecttype probe from #1971 because
18340          it breaks the $selectminbits test.
18341  Branch: cfgperl
18342        ! Configure config_h.SH perl.h thread.h
18343 ____________________________________________________________________________
18344 [  2094] By: jhi                                   on 1998/10/26  13:02:07
18345     Log: Also posix-bc wants to reyacc.
18346  Branch: cfgperl
18347        ! Makefile.SH
18348 ____________________________________________________________________________
18349 [  2093] By: jhi                                   on 1998/10/26  10:17:21
18350     Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
18351          5_02 and really breaking things in non-ASCII worlds.
18352  Branch: cfgperl
18353        ! pp.c
18354 ____________________________________________________________________________
18355 [  2092] By: jhi                                   on 1998/10/26  09:08:00
18356     Log: More robustness.
18357  Branch: cfgperl
18358        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
18359        ! t/pragma/warning.t
18360 ____________________________________________________________________________
18361 [  2091] By: jhi                                   on 1998/10/26  08:47:32
18362     Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
18363          Bison really wants YYLEX_PARAM.
18364  Branch: cfgperl
18365        ! perly.y proto.h toke.c
18366 ____________________________________________________________________________
18367 [  2090] By: jhi                                   on 1998/10/26  08:21:25
18368     Log: s/YYLEX_PARAM/YYLEXPARAM/
18369  Branch: cfgperl
18370        ! perly.y
18371 ____________________________________________________________________________
18372 [  2089] By: jhi                                   on 1998/10/26  08:17:33
18373     Log: Indicate skipped subtests.
18374  Branch: cfgperl
18375        ! t/io/pipe.t
18376 ____________________________________________________________________________
18377 [  2088] By: jhi                                   on 1998/10/26  08:11:36
18378     Log: Integrate from mainperl.
18379  Branch: cfgperl
18380       !> (integrate 54 files)
18381 ____________________________________________________________________________
18382 [  2087] By: jhi                                   on 1998/10/26  08:08:02
18383     Log: Add test for filetests.
18384  Branch: cfgperl
18385        + t/op/filetest.t
18386        ! MANIFEST
18387 ____________________________________________________________________________
18388 [  2086] By: gsar                                  on 1998/10/26  02:44:44
18389     Log: various win32 tweaks; disable new xs_cpp section (it creates
18390          ambiguous inference graph for %.xs --> %.o)
18391  Branch: perl
18392        ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
18393        ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
18394        ! win32/config.gc win32/config_H.gc win32/makedef.pl
18395        ! win32/makefile.mk win32/win32.h
18396 ____________________________________________________________________________
18397 [  2085] By: gsar                                  on 1998/10/26  00:50:02
18398     Log: sanity-check $Config{drand01} in rand.t
18399  Branch: perl
18400        ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
18401        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18402 ____________________________________________________________________________
18403 [  2078] By: gsar                                  on 1998/10/25  10:22:04
18404     Log: update win32/config*.?c
18405  Branch: perl
18406        ! Changes win32/config.bc win32/config.gc win32/config.vc
18407        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18408 ____________________________________________________________________________
18409 [  2077] By: gsar                                  on 1998/10/25  08:39:25
18410     Log: From: Graham Barr <gbarr@pobox.com>
18411          Date: Sat, 24 Oct 1998 21:45:50 -0500
18412          Message-ID: <19981024214550.C508@pobox.com>
18413          Subject: Re: die with a reference  should use overload "" operator
18414  Branch: perl
18415        ! pp_ctl.c
18416 ____________________________________________________________________________
18417 [  2076] By: gsar                                  on 1998/10/25  08:37:49
18418     Log: From: Graham Barr <gbarr@pobox.com>
18419          Date: Sat, 24 Oct 1998 12:45:21 -0500
18420          Message-ID: <19981024124521.C512@pobox.com>
18421          Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
18422  Branch: perl
18423        ! sv.c
18424 ____________________________________________________________________________
18425 [  2075] By: gsar                                  on 1998/10/25  08:24:09
18426     Log: fix C<print $n += 5;> etc.
18427  Branch: perl
18428        ! toke.c
18429 ____________________________________________________________________________
18430 [  2074] By: gsar                                  on 1998/10/25  08:12:28
18431     Log: list builtins with portability caveats
18432          From: Jarkko Hietaniemi <jhi@iki.fi>
18433          Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
18434          Message-Id: <199810231105.OAA02411@alpha.hut.fi>
18435          Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
18436  Branch: perl
18437        ! pod/perlfunc.pod
18438 ____________________________________________________________________________
18439 [  2073] By: gsar                                  on 1998/10/25  07:55:43
18440     Log: fix stack overrun in file test operators
18441  Branch: perl
18442        ! pp_sys.c
18443 ____________________________________________________________________________
18444 [  2072] By: gsar                                  on 1998/10/25  07:29:45
18445     Log: implement C<goto &func> and other fixes (via private mail)
18446          From:    "vishal bhatia" <vishalb@hotmail.com>
18447          Date:    Wed, 21 Oct 1998 22:59:03 PDT
18448          Message-Id: <19981022055904.20083.qmail@hotmail.com>
18449          Subject: [PATCH 5.005_52] More fixes for B
18450  Branch: perl
18451        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
18452 ____________________________________________________________________________
18453 [  2071] By: gsar                                  on 1998/10/25  07:14:41
18454     Log: From: Graham Barr <gbarr@pobox.com>
18455          Date: Sat, 17 Oct 1998 20:42:41 -0500
18456          Message-ID: <19981017204241.G510@pobox.com>
18457          Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
18458  Branch: perl
18459        ! pp_ctl.c
18460 ____________________________________________________________________________
18461 [  2070] By: gsar                                  on 1998/10/25  07:07:29
18462     Log: avoid bogus line number in XSUB redefined warnings
18463  Branch: perl
18464        ! op.c
18465 ____________________________________________________________________________
18466 [  2069] By: gsar                                  on 1998/10/25  06:59:03
18467     Log: From: Martijn Koster <mak@excitecorp.com>
18468          Date: Wed, 21 Oct 1998 13:12:03 +0100
18469          Message-ID: <19981021131203.A15661@excitecorp.com>
18470          Subject: File::Path::mkpath reports the wrong error
18471  Branch: perl
18472        ! lib/File/Path.pm
18473 ____________________________________________________________________________
18474 [  2068] By: gsar                                  on 1998/10/25  06:54:43
18475     Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
18476          Date: Tue, 20 Oct 1998 20:52:20 -0500
18477          Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
18478          Subject: Exporter.pm's export_to_level() argument handling buggy
18479  Branch: perl
18480        ! lib/Exporter.pm
18481 ____________________________________________________________________________
18482 [  2067] By: gsar                                  on 1998/10/25  06:50:19
18483     Log: From: jan.dubois@ibm.net (Jan Dubois)
18484          Date: Wed, 21 Oct 1998 00:55:51 +0200
18485          Message-ID: <36380269.55370608@smtp1.ibm.net>
18486          Subject: Make _really_ sure Dynaloader.xs code is initialized only once
18487  Branch: perl
18488        ! ext/DynaLoader/DynaLoader_pm.PL
18489 ____________________________________________________________________________
18490 [  2066] By: gsar                                  on 1998/10/25  06:48:19
18491     Log: recognize '%' as a shell metachar for win32
18492          From: jan.dubois@ibm.net (Jan Dubois)
18493          Date: Tue, 20 Oct 1998 21:57:35 +0200
18494          Message-ID: <3636ea31.49170453@smtp1.ibm.net>
18495          Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?
18496  Branch: perl
18497        ! win32/win32.c
18498 ____________________________________________________________________________
18499 [  2065] By: gsar                                  on 1998/10/25  06:46:30
18500     Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
18501  Branch: perl
18502        ! sv.c
18503 ____________________________________________________________________________
18504 [  2064] By: gsar                                  on 1998/10/25  06:45:09
18505     Log: From: Gisle Aas <gisle@aas.no>
18506          Date: 20 Oct 1998 14:24:44 +0200
18507          Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
18508          Subject: ord() and unpack("U*",...) should not be negative
18509  Branch: perl
18510        ! pp.c
18511 ____________________________________________________________________________
18512 [  2063] By: gsar                                  on 1998/10/25  06:42:29
18513     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18514          Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
18515          Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
18516          Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
18517  Branch: perl
18518        ! os2/os2.c
18519 ____________________________________________________________________________
18520 [  2062] By: gsar                                  on 1998/10/25  06:41:26
18521     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18522          Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
18523          Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
18524          Subject: [PATCH 5.005_*] Speed up aassign
18525  Branch: perl
18526        ! pp_hot.c
18527 ____________________________________________________________________________
18528 [  2061] By: gsar                                  on 1998/10/25  06:39:04
18529     Log: From: Graham Barr <gbarr@pobox.com>
18530          Date: Sat, 17 Oct 1998 22:22:02 -0500
18531          Message-ID: <19981017222202.J510@pobox.com>
18532          Subject: Re: '*' prototype does not allow bareword with strict
18533  Branch: perl
18534        ! toke.c
18535 ____________________________________________________________________________
18536 [  2060] By: gsar                                  on 1998/10/25  06:37:34
18537     Log: handle '::' in section names properly
18538          From: Graham Barr <gbarr@pobox.com>
18539          Date: Sat, 17 Oct 1998 12:57:54 -0500
18540          Message-ID: <19981017125754.C510@pobox.com>
18541          Subject: Re: pod2html
18542  Branch: perl
18543        ! lib/Pod/Html.pm
18544 ____________________________________________________________________________
18545 [  2059] By: gsar                                  on 1998/10/25  06:33:43
18546     Log: integrate changes#1982,2014,2021 (from maint-5.005)
18547  Branch: perl
18548       !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
18549       !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
18550 ____________________________________________________________________________
18551 [  2058] By: gsar                                  on 1998/10/25  05:44:17
18552     Log: allow more win32 symbol exports (suggested by Jan Dubois)
18553  Branch: perl
18554        ! win32/makedef.pl
18555 ____________________________________________________________________________
18556 [  2057] By: gsar                                  on 1998/10/25  05:40:40
18557     Log: integrate change#2053 from maint-5.005
18558  Branch: perl
18559       !> cop.h t/cmd/while.t
18560 ____________________________________________________________________________
18561 [  2056] By: gsar                                  on 1998/10/25  05:16:41
18562     Log: commented version of a patch suggested by Drago Goricanec
18563          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
18564          Date: 16 Oct 1998 15:24:45 +0300
18565          Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
18566          Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
18567  Branch: perl
18568        ! pp_sys.c
18569 ____________________________________________________________________________
18570 [  2055] By: gsar                                  on 1998/10/25  05:11:03
18571     Log: include eof() in description of buffering caveats
18572          From: Anton Berezin <tobez@plab.ku.dk>
18573          Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
18574          Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
18575          Subject: [DOCPATCH] pod/perlfunc.pod
18576  Branch: perl
18577        ! pod/perlfunc.pod
18578 ____________________________________________________________________________
18579 [  2054] By: gsar                                  on 1998/10/25  05:07:42
18580     Log: disallow 'x' in hex numbers (except leading '0x')
18581          From: Gisle Aas <gisle@aas.no>
18582          Date: 16 Oct 1998 16:33:12 +0200
18583          Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
18584          Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
18585  Branch: perl
18586        ! perlvars.h t/op/oct.t util.c
18587 ____________________________________________________________________________
18588 [  2052] By: gsar                                  on 1998/10/25  04:49:04
18589     Log: avoid the circular refcnt logic in magic_mutexfree()
18590  Branch: perl
18591        ! mg.c pp.c pp_hot.c
18592 ____________________________________________________________________________
18593 [  2051] By: gsar                                  on 1998/10/25  04:35:07
18594     Log: properly restore PL_rsfp_filters after require
18595  Branch: perl
18596        ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
18597        ! scope.h
18598 ____________________________________________________________________________
18599 [  2050] By: gsar                                  on 1998/10/25  02:42:32
18600     Log: integrate cfgperl changes back into mainline
18601  Branch: perl
18602       +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
18603       +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
18604       !> (integrate 33 files)
18605 ____________________________________________________________________________
18606 [  2049] By: gsar                                  on 1998/10/25  01:30:48
18607     Log: avoid "mysterious" compile-time failures without messages
18608  Branch: perl
18609        ! gv.c
18610 ____________________________________________________________________________
18611 [  2041] By: gsar                                  on 1998/10/23  21:11:56
18612     Log: checkin jpl under //depot/perlext/jpl/...
18613  Branch: perlext
18614        + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
18615        + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
18616        + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
18617        + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
18618        + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
18619        + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
18620        + jpl/PerlInterpreter/Makefile.PL
18621        + jpl/PerlInterpreter/PerlInterpreter.c
18622        + jpl/PerlInterpreter/PerlInterpreter.h
18623        + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
18624        + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
18625        + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
18626        + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
18627        + jpl/get_jdk/jdk_hosts jpl/install-jpl
18628 ____________________________________________________________________________
18629 [  2040] By: larry                                 on 1998/10/23  19:31:42
18630     Log: chr(0xFFFFFFFF) didn't translate to utf8 character
18631  Branch: perl
18632        ! pp.c
18633 ____________________________________________________________________________
18634 [  2039] By: larry                                 on 1998/10/23  18:48:34
18635     Log: tr///d does not seem to work
18636  Branch: perl
18637        ! lib/utf8_heavy.pl
18638 ____________________________________________________________________________
18639 [  2038] By: larry                                 on 1998/10/23  18:00:41
18640     Log: Program with utf8 identifiers fails to compile
18641  Branch: perl
18642        ! doop.c gv.c op.c pp.c pp_hot.c toke.c
18643 ____________________________________________________________________________
18644 [  2037] By: jhi                                   on 1998/10/23  14:04:51
18645     Log: Test suite portability:
18646          - posix-bc does not write to broken pipes
18647          - filehand #11 only iff we have fork
18648          - warning.t can now match $expected using regular expressions
18649  Branch: cfgperl
18650        ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
18651        ! t/pragma/warning.t
18652 ____________________________________________________________________________
18653 [  2036] By: jhi                                   on 1998/10/23  12:12:07
18654     Log: yacc clarification.
18655  Branch: cfgperl
18656        ! README.posix-bc
18657 ____________________________________________________________________________
18658 [  2035] By: jhi                                   on 1998/10/23  12:09:59
18659     Log: Some C compilers get upset about 8-bit characters in /* comments. */
18660  Branch: cfgperl
18661        ! mg.c
18662 ____________________________________________________________________________
18663 [  2034] By: jhi                                   on 1998/10/22  09:11:52
18664     Log: Configure update: both for pthread_yield more robust
18665          testing (all variants of pthread_attr_getdetachstate()) --
18666          and because Configure was broken in major way! About 1000
18667          last lines were truncated.
18668  Branch: cfgperl
18669        ! Configure
18670 ____________________________________________________________________________
18671 [  2033] By: jhi                                   on 1998/10/22  07:47:10
18672     Log: DJGPP feedback for #2028.
18673  Branch: cfgperl
18674        ! thread.h
18675 ____________________________________________________________________________
18676 [  2032] By: jhi                                   on 1998/10/21  13:03:57
18677     Log: yielding, the saga continues.
18678  Branch: cfgperl
18679        ! Configure config_h.SH
18680       !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
18681       !> t/op/goto.t t/pragma/constant.t
18682 ____________________________________________________________________________
18683 [  2031] By: jhi                                   on 1998/10/21  09:15:42
18684     Log: VM/ESA feedback for #2028.
18685  Branch: cfgperl
18686        ! Configure config_h.SH thread.h
18687 ____________________________________________________________________________
18688 [  2030] By: gsar                                  on 1998/10/21  04:22:53
18689     Log: fix handling of mayhaps-extended @_ in goto &sub
18690  Branch: perl
18691        ! av.c pp_ctl.c t/op/goto.t
18692 ____________________________________________________________________________
18693 [  2029] By: gsar                                  on 1998/10/21  00:54:14
18694     Log: restore sanity to "constant" references
18695  Branch: perl
18696        ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
18697 ____________________________________________________________________________
18698 [  2028] By: jhi                                   on 1998/10/20  15:01:20
18699     Log: OLD_PTHREADS_API reorganizing.
18700  Branch: cfgperl
18701        ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
18702        ! vmesa/vmesaish.h
18703 ____________________________________________________________________________
18704 [  2027] By: jhi                                   on 1998/10/20  14:14:51
18705     Log: #2026 fallout.
18706  Branch: cfgperl
18707        ! Makefile.SH
18708 ____________________________________________________________________________
18709 [  2026] By: jhi                                   on 1998/10/20  11:47:21
18710     Log: VM/ESA update.
18711  Branch: cfgperl
18712        ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
18713 ____________________________________________________________________________
18714 [  2025] By: jhi                                   on 1998/10/20  08:20:56
18715     Log: 64-bitness, based on
18716          
18717          From: Scott Henry <scotth@sgi.com>
18718          To: perl-64bit@perl.org
18719          Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
18720          Subject: Re: Configure problems/questions...
18721          Date: 19 Oct 1998 22:38:06 -0700
18722  Branch: cfgperl
18723        ! hints/irix_6.sh perl.h
18724 ____________________________________________________________________________
18725 [  2024] By: jhi                                   on 1998/10/20  08:09:07
18726     Log: Add lseeksize.
18727  Branch: cfgperl
18728        ! config_h.SH
18729 ____________________________________________________________________________
18730 [  2023] By: jhi                                   on 1998/10/20  08:08:33
18731     Log: Mumble about _yields() only when threaded.
18732  Branch: cfgperl
18733        ! Configure
18734 ____________________________________________________________________________
18735 [  2022] By: jhi                                   on 1998/10/20  07:46:26
18736     Log: Thinko at PTHREADS_CREATED_JOINABLE.
18737  Branch: cfgperl
18738        ! thread.h
18739 ____________________________________________________________________________
18740 [  2021] By: gbarr                                 on 1998/10/20  01:25:23
18741     Log: From: Chip Salzenberg <chip@perlsupport.com>
18742          Date: Tue, 6 Oct 1998 13:33:05 -0400
18743          Message-ID: <19981006133305.A2348@perlsupport.com>
18744          Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
18745  Branch: maint-5.005/perl
18746        ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
18747        ! t/op/tie.t
18748 ____________________________________________________________________________
18749 [  2020] By: jhi                                   on 1998/10/19  09:15:53
18750     Log: YIELD more robustly.
18751  Branch: cfgperl
18752        ! thread.h
18753 ____________________________________________________________________________
18754 [  2019] By: jhi                                   on 1998/10/19  08:48:33
18755     Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
18756          the 'new' one (just like DJGPP, it seems).
18757  Branch: cfgperl
18758        ! thread.h
18759 ____________________________________________________________________________
18760 [  2018] By: jhi                                   on 1998/10/19  07:02:44
18761     Log: vmesaish.h doesn't exclude unixish.h.
18762  Branch: cfgperl
18763        ! perl.h
18764 ____________________________________________________________________________
18765 [  2017] By: jhi                                   on 1998/10/19  06:44:19
18766     Log: 1<<$randbits is not good for randbits=48.
18767  Branch: cfgperl
18768        ! t/op/rand.t
18769 ____________________________________________________________________________
18770 [  2016] By: jhi                                   on 1998/10/19  06:39:47
18771     Log: Make #2012 glob pattern more portable.
18772  Branch: cfgperl
18773        ! Makefile.SH
18774 ____________________________________________________________________________
18775 [  2014] By: gbarr                                 on 1998/10/17  20:31:42
18776     Log: Fix POSIX::sigprocmask not to check type of $old parameter
18777          as it is output only
18778  Branch: maint-5.005/perl
18779        ! ext/POSIX/POSIX.xs
18780 ____________________________________________________________________________
18781 [  2012] By: jhi                                   on 1998/10/17  15:04:23
18782     Log: clean numbered core dumps and t/tmp[0-9]*.
18783  Branch: cfgperl
18784        ! Makefile.SH
18785 ____________________________________________________________________________
18786 [  2011] By: jhi                                   on 1998/10/17  14:59:15
18787     Log: More robust yacc/bison failure output handling.
18788  Branch: cfgperl
18789        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
18790 ____________________________________________________________________________
18791 [  2010] By: jhi                                   on 1998/10/17  14:51:05
18792     Log: BC2000 POSIX update.
18793  Branch: cfgperl
18794        ! MANIFEST
18795 ____________________________________________________________________________
18796 [  2009] By: jhi                                   on 1998/10/17  14:49:46
18797     Log: POSIX BC2000 port from perl-mvs:
18798          
18799          Subject: Ported perl 5.005.02 to BS2000 / POSIX
18800          From: Dorner Thomas <Thomas.Dorner@start.de> 
18801          Date: Tue, 29 Sep 1998 13:29:36 +0100 
18802          Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> 
18803  Branch: cfgperl
18804        + README.posix-bc hints/posix-bc.sh
18805        ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
18806        ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
18807        ! unixish.h
18808 ____________________________________________________________________________
18809 [  2008] By: jhi                                   on 1998/10/17  14:07:49
18810     Log: VM/ESA-update.
18811  Branch: cfgperl
18812        ! MANIFEST
18813 ____________________________________________________________________________
18814 [  2007] By: jhi                                   on 1998/10/17  13:55:34
18815     Log: Forgot few S_I* imports.
18816  Branch: cfgperl
18817        ! t/lib/ipc_sysv.t
18818 ____________________________________________________________________________
18819 [  2006] By: jhi                                   on 1998/10/17  13:43:54
18820     Log: The VM/ESA port essentials, based on
18821          
18822          perl-mvs:
18823          
18824          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
18825          Subject: Re: Can't find Data/Dumper.pm
18826          Date: Mon, 28 Sep 1998 07:40:49 +1300
18827          Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
18828          
18829          private email:
18830          
18831          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
18832          Subject: Re: Perl thread problems in VM/ESA
18833          Date: Thu, 15 Oct 1998 07:18:35 +1300
18834          Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
18835          
18836          and private email:
18837          
18838          From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
18839          Subject:  perl archive
18840          Date:  Sun, 11 Oct 1998 19:28:54 EDT
18841          Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
18842          which gave a pointer to
18843          
18844          http://pucc.princeton.edu/~neale/perl.tar
18845          
18846          (based on Perl 5.005_51)
18847  Branch: cfgperl
18848        + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
18849        ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
18850        ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
18851        ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
18852 ____________________________________________________________________________
18853 [  2005] By: jhi                                   on 1998/10/17  13:17:19
18854     Log: Integrate mainperl.
18855  Branch: cfgperl
18856       !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
18857       !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
18858       !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
18859       !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
18860       !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
18861       !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
18862       !> win32/makefile.mk
18863 ____________________________________________________________________________
18864 [  2004] By: jhi                                   on 1998/10/17  11:19:06
18865     Log: Removed an extra ' from the int64_t test.
18866  Branch: cfgperl
18867        ! Configure
18868 ____________________________________________________________________________
18869 [  2003] By: gsar                                  on 1998/10/17  04:11:40
18870     Log: silence -w noises (suggested by Greg Bacon)
18871  Branch: perl
18872        ! lib/Term/Complete.pm
18873 ____________________________________________________________________________
18874 [  2002] By: gsar                                  on 1998/10/17  04:07:48
18875     Log: From: Gisle Aas <gisle@aas.no>
18876          Date: 14 Oct 1998 15:53:14 +0200
18877          Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
18878          Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
18879  Branch: perl
18880        ! util.c
18881 ____________________________________________________________________________
18882 [  2001] By: gsar                                  on 1998/10/17  04:06:10
18883     Log: From: Gisle Aas <gisle@aas.no>
18884          Date: 14 Oct 1998 15:17:44 +0200
18885          Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
18886          Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
18887  Branch: perl
18888        ! toke.c
18889 ____________________________________________________________________________
18890 [  2000] By: gsar                                  on 1998/10/17  03:06:33
18891     Log: From: Gisle Aas <gisle@aas.no>
18892          Date: 14 Oct 1998 00:38:06 +0200
18893          Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
18894          Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
18895  Branch: perl
18896        ! sv.c
18897 ____________________________________________________________________________
18898 [  1999] By: gsar                                  on 1998/10/17  03:04:48
18899     Log: From: Dan Sugalski <sugalskd@osshe.edu>
18900          Date: Tue, 13 Oct 1998 15:10:57 -0700
18901          Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
18902          Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
18903  Branch: perl
18904        ! vms/ext/Stdio/Stdio.pm
18905 ____________________________________________________________________________
18906 [  1998] By: gsar                                  on 1998/10/17  03:00:40
18907     Log: skip readonly vars and unref references when doing a reset()
18908  Branch: perl
18909        ! sv.c
18910 ____________________________________________________________________________
18911 [  1997] By: gsar                                  on 1998/10/17  02:49:19
18912     Log: fix buggy treatment of large checksums on unicode strings
18913          From: Gisle Aas <gisle@aas.no>
18914          Date: 13 Oct 1998 21:35:39 +0200
18915          Message-ID: <m31zocp850.fsf@furu.g.aas.no>
18916          Subject: unpack("%48U*",...)  [PATCH 5.005_52]
18917  Branch: perl
18918        ! pp.c
18919 ____________________________________________________________________________
18920 [  1996] By: gsar                                  on 1998/10/17  02:43:22
18921     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18922          Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
18923          Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
18924          Subject: [PATCH 5.005_52] Memory overrun in os2.c
18925  Branch: perl
18926        ! os2/Makefile.SHs os2/os2.c
18927 ____________________________________________________________________________
18928 [  1995] By: gsar                                  on 1998/10/17  02:42:01
18929     Log: clarify section name rules for typemaps
18930  Branch: perl
18931        ! pod/perlxs.pod
18932 ____________________________________________________________________________
18933 [  1994] By: gsar                                  on 1998/10/17  02:33:02
18934     Log: whitespace-proof grent.t
18935  Branch: perl
18936        ! t/op/grent.t
18937 ____________________________________________________________________________
18938 [  1993] By: gsar                                  on 1998/10/17  02:27:29
18939     Log: fix bug in B::CC::pp_sassign()
18940          From: "vishal bhatia" <vishalb@hotmail.com>
18941          Date: Sun, 11 Oct 1998 18:41:38 PDT
18942          Message-ID: <19981012014139.19614.qmail@hotmail.com>
18943          Subject: B::CC problems with pp_sassign routine
18944  Branch: perl
18945        ! ext/B/B/CC.pm
18946 ____________________________________________________________________________
18947 [  1992] By: gsar                                  on 1998/10/17  02:17:49
18948     Log: applied suggested patch with small doc tweak
18949          From: Gisle Aas <gisle@aas.no>
18950          Date: 11 Oct 1998 12:53:13 +0200
18951          Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
18952          Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
18953  Branch: perl
18954        ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
18955        ! t/op/tiehandle.t
18956 ____________________________________________________________________________
18957 [  1991] By: gsar                                  on 1998/10/17  02:08:30
18958     Log: apply non-conflicting parts from suggested patch
18959          From: jan.dubois@ibm.net (Jan Dubois)
18960          Date: Sat, 10 Oct 1998 13:15:45 +0200
18961          Message-ID: <36223ed7.18279374@smtp1.ibm.net>
18962          Subject: [PATCH 5.005_52] Still more MakeMaker  patches
18963  Branch: perl
18964        ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
18965 ____________________________________________________________________________
18966 [  1990] By: gsar                                  on 1998/10/17  02:01:24
18967     Log: provide option to enable optimization with VC (suggested by Jan
18968          Dubois)
18969  Branch: perl
18970        ! win32/Makefile win32/makefile.mk
18971 ____________________________________________________________________________
18972 [  1989] By: gsar                                  on 1998/10/17  01:55:27
18973     Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
18974          Dave Leppik <dleppik@gage.com>
18975  Branch: perl
18976        ! perl.h
18977 ____________________________________________________________________________
18978 [  1988] By: gsar                                  on 1998/10/17  01:49:05
18979     Log: stray typo found by Hugo van der Sanden
18980  Branch: perl
18981        ! op.c
18982 ____________________________________________________________________________
18983 [  1987] By: gsar                                  on 1998/10/17  01:45:52
18984     Log: perldoc pod update
18985          From: Daniel Grisinger <dgris@perrin.dimensional.com>
18986          Date: 06 Oct 1998 23:56:51 -0600
18987          Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
18988          Subject: [PATCH _02 and _52] perldoc
18989  Branch: perl
18990        ! utils/perldoc.PL
18991 ____________________________________________________________________________
18992 [  1986] By: gsar                                  on 1998/10/17  01:41:40
18993     Log: qualify names of builtins
18994  Branch: perl
18995        ! ext/POSIX/POSIX.pm
18996 ____________________________________________________________________________
18997 [  1982] By: gbarr                                 on 1998/10/17  00:20:57
18998     Log: From: Jochen Wiedmann <joe@ispsoft.de>
18999          Date: Thu, 17 Sep 1998 17:16:06 +0200
19000          Message-ID: <360127B6.E44564A@ispsoft.de>
19001          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
19002  Branch: maint-5.005/perl
19003        ! lib/ExtUtils/MakeMaker.pm
19004 ____________________________________________________________________________
19005 [  1978] By: gsar                                  on 1998/10/16  01:58:58
19006     Log: integrate cfgperl mods into mainline
19007  Branch: perl
19008       +> ext/DynaLoader/dl_vmesa.xs
19009        ! Porting/genlog
19010       !> Configure MANIFEST Makefile.SH config_h.SH
19011       !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
19012       !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
19013       !> x2p/Makefile.SH
19014 ____________________________________________________________________________
19015 [  1976] By: gsar                                  on 1998/10/16  00:10:52
19016     Log: stray tweak
19017  Branch: perl
19018        ! op.c
19019 ____________________________________________________________________________
19020 [  1975] By: gsar                                  on 1998/10/15  23:54:38
19021     Log: propagate typeness of lexicals while cloning them
19022  Branch: perl
19023        ! op.c
19024 ____________________________________________________________________________
19025 [  1974] By: gsar                                  on 1998/10/15  23:53:25
19026     Log: s/last/first/ typo in append_list()
19027  Branch: perl
19028        ! op.c
19029 ____________________________________________________________________________
19030 [  1973] By: gsar                                  on 1998/10/15  20:06:17
19031     Log: nuke confperl branch and contents
19032  Branch: confperl
19033        - (delete 1284 files)
19034 ____________________________________________________________________________
19035 [  1972] By: jhi                                   on 1998/10/15  07:07:35
19036     Log: Test #162 had been added but the "print 1..161" had not been updated.
19037  Branch: cfgperl
19038        ! t/op/pat.t
19039 ____________________________________________________________________________
19040 [  1971] By: gsar                                  on 1998/10/15  03:09:58
19041     Log: check in all confperl changes as of change#1964 into cfgperl
19042  Branch: cfgperl
19043        + ext/DynaLoader/dl_vmesa.xs
19044        ! Configure MANIFEST Makefile.SH config_h.SH
19045        ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
19046        ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
19047 ____________________________________________________________________________
19048 [  1970] By: gsar                                  on 1998/10/15  03:05:59
19049     Log: integrate mainline to get tr.t
19050  Branch: cfgperl
19051       +> t/op/tr.t
19052 ____________________________________________________________________________
19053 [  1969] By: gsar                                  on 1998/10/15  03:04:17
19054     Log: add missing tr.t to repository
19055  Branch: perl
19056        + t/op/tr.t
19057 ____________________________________________________________________________
19058 [  1968] By: gsar                                  on 1998/10/15  03:02:43
19059     Log: create cfgperl branch
19060  Branch: cfgperl
19061       +> (branch 1282 files)
19062 ____________________________________________________________________________
19063 [  1967] By: gsar                                  on 1998/10/15  02:46:08
19064     Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
19065          (MAN3PODS cannot be set to ' '; stray stricture violation)
19066  Branch: perl
19067        ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
19068        ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
19069        ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
19070        ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
19071        ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
19072        ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
19073        ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
19074        ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
19075        ! ext/attrs/Makefile.PL ext/re/Makefile.PL
19076        ! lib/ExtUtils/MM_Unix.pm
19077 ____________________________________________________________________________
19078 [  1966] By: gsar                                  on 1998/10/15  02:19:03
19079     Log: tweak to make fix in change#1944 behave correctly for closures
19080          created within eval''
19081  Branch: perl
19082        ! op.c t/op/eval.t
19083 ____________________________________________________________________________
19084 [  1965] By: gsar                                  on 1998/10/14  23:22:41
19085     Log: use better numbers for exitstatus test
19086  Branch: perl
19087        ! t/op/die_exit.t
19088 ____________________________________________________________________________
19089 [  1964] By: jhi                                   on 1998/10/14  17:25:41
19090     Log: Add VM/ESA dynaloading (uses <dll.h>).
19091  Branch: confperl
19092        + ext/DynaLoader/dl_vmesa.xs
19093        ! MANIFEST
19094 ____________________________________________________________________________
19095 [  1963] By: jhi                                   on 1998/10/14  17:17:10
19096     Log: Remove a2p.loadmap in 'clean' target.
19097  Branch: confperl
19098        ! x2p/Makefile.SH
19099 ____________________________________________________________________________
19100 [  1962] By: jhi                                   on 1998/10/14  17:13:11
19101     Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
19102  Branch: confperl
19103        ! Makefile.SH
19104 ____________________________________________________________________________
19105 [  1961] By: jhi                                   on 1998/10/14  16:27:39
19106     Log: VM/ESA creates executable.loadmaps.
19107  Branch: confperl
19108        ! Makefile.SH
19109 ____________________________________________________________________________
19110 [  1960] By: jhi                                   on 1998/10/14  15:37:39
19111     Log: Introduce SCHED_YIELD (one of sched_yield(),
19112          pthread_yield(), or pthread_yield(NULL)).
19113          YIELD is then defined using SCHED_YIELD unless
19114          a platform-specific YIELD has already been defined.
19115          
19116          Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
19117          
19118          The need for pthread_yield(NULL) and pthread_attr_setdet...
19119          introduced by (private email)
19120          
19121          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
19122          Date: Sat, 10 Oct 1998 21:08:15 +1300
19123          Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
19124          Subject: Re: Perl thread problems in VM/ESA
19125          
19126          Better select() protoprobe (for AIX), from (private email)
19127          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
19128          Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
19129          Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
19130          Subject: AIX select (fwd)
19131          From: Lars Hecking <lhecking@nmrc.ucc.ie>
19132          To: Andy Dougherty <doughera@lafcol.lafayette.edu>
19133          Date: Fri, 2 Oct 1998 10:40:01 +0100
19134          Subject: AIX select
19135          
19136          Linux-avoid-so.X.Y, based on
19137          From: "Kurt D. Starsinic" <kstar@chapin.edu>
19138          Date: Tue, 13 Oct 1998 15:55:07 -0400
19139          Message-ID: <19981013155507.B4004@O2.chapin.edu>
19140          Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
19141  Branch: confperl
19142        ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
19143        ! thread.h
19144 ____________________________________________________________________________
19145 [  1959] By: jhi                                   on 1998/10/14  12:51:26
19146     Log: Some old pthread implementations have
19147          pthread_attr_setdetachstate(pthread_attr_t*, int*).
19148  Branch: confperl
19149        ! ext/Thread/Thread.xs
19150 ____________________________________________________________________________
19151 [  1958] By: jhi                                   on 1998/10/14  12:41:11
19152     Log: SCHED_YIELD and ATTR_JOINABLE fixes.  Thread.xs and Configure
19153          counterparts will follow soon.
19154  Branch: confperl
19155        ! thread.h
19156 ____________________________________________________________________________
19157 [  1957] By: jhi                                   on 1998/10/14  12:38:11
19158     Log: Add tr.t (MANIFEST already knew about it, strange)
19159  Branch: confperl
19160        + t/op/tr.t
19161 ____________________________________________________________________________
19162 [  1956] By: jhi                                   on 1998/10/14  12:24:35
19163     Log: Mutexen should be initialized only once.
19164  Branch: confperl
19165        ! gv.c op.c
19166 ____________________________________________________________________________
19167 [  1955] By: jhi                                   on 1998/10/14  12:19:38
19168     Log: os390 has its own cppstdin.
19169  Branch: confperl
19170        ! hints/os390.sh
19171 ____________________________________________________________________________
19172 [  1954] By: jhi                                   on 1998/10/14  12:15:06
19173     Log: Integrate with mainperl.
19174  Branch: confperl
19175       !> (integrate 1280 files)
19176 ____________________________________________________________________________
19177 [  1953] By: jhi                                   on 1998/10/14  11:48:08
19178     Log: Removed duplicate CMA threads code for HPUX 10.X.
19179          (probably residue of patch(1) being too understanding)
19180          Enhanced 64-bit settings. (redo change#1940)
19181  Branch: confperl
19182        ! hints/hpux.sh
19183 ____________________________________________________________________________
19184 [  1952] By: jhi                                   on 1998/10/14  11:45:16
19185     Log: (redo change#1949) Detypo in the d_open64 warning about
19186          the impending WHOA.
19187  Branch: confperl
19188        ! hints/irix_6.sh
19189 ____________________________________________________________________________
19190 [  1951] By: jhi                                   on 1998/10/14  10:54:16
19191     Log: Mutexen should only be inited once, after they have been New()ed.
19192  Branch: confperl
19193        ! gv.c op.c
19194 ____________________________________________________________________________
19195 [  1950] By: jhi                                   on 1998/10/14  10:41:43
19196     Log: Own cppstdin.
19197  Branch: confperl
19198        ! hints/os390.sh
19199 ____________________________________________________________________________
19200 [  1949] By: jhi                                   on 1998/10/14  10:34:23
19201     Log: Detypo in the d_open64 warning about the impending WHOA.
19202  Branch: confperl
19203        ! hints/irix_6.sh
19204 ____________________________________________________________________________
19205 [  1948] By: gsar                                  on 1998/10/14  05:38:01
19206     Log: two typos
19207  Branch: perl
19208        ! pp_hot.c t/op/eval.t
19209 ____________________________________________________________________________
19210 [  1947] By: gsar                                  on 1998/10/14  05:37:10
19211     Log: let docatch() pass the buck when restartop turns out to be null,
19212          making exceptions in BEGIN{} propagate as expected
19213  Branch: perl
19214        ! pp_ctl.c t/op/misc.t
19215 ____________________________________________________________________________
19216 [  1946] By: gsar                                  on 1998/10/13  03:41:49
19217     Log: add missing file from change#1943
19218  Branch: perl
19219        ! proto.h
19220 ____________________________________________________________________________
19221 [  1945] By: gsar                                  on 1998/10/13  03:32:02
19222     Log: defer "deep recursion" warnings until CXt_SUB context is properly
19223          set up
19224  Branch: perl
19225        ! pp_hot.c t/pragma/warn/pp_hot
19226 ____________________________________________________________________________
19227 [  1944] By: gsar                                  on 1998/10/13  03:15:50
19228     Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
19229          fixup the cop_seq value that must be seen by lexical lookups that
19230          emanate within eval''
19231  Branch: perl
19232        ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
19233 ____________________________________________________________________________
19234 [  1943] By: gsar                                  on 1998/10/13  02:06:09
19235     Log: ensure recursive attempts to findlex()icals know enough about where
19236          the last eval'' context was encountered
19237  Branch: perl
19238        ! op.c t/op/eval.t
19239 ____________________________________________________________________________
19240 [  1942] By: gsar                                  on 1998/10/13  02:01:24
19241     Log: force copy of substrings when matching against temporaries
19242  Branch: perl
19243        ! pp_hot.c t/op/pat.t
19244 ____________________________________________________________________________
19245 [  1941] By: gsar                                  on 1998/10/13  01:49:16
19246     Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
19247          implementation)
19248  Branch: perl
19249        ! pp_ctl.c t/op/runlevel.t
19250 ____________________________________________________________________________
19251 [  1940] By: jhi                                   on 1998/10/12  09:57:44
19252     Log: Removed duplicate CMA threads code for HPUX 10.X.
19253          (probably residue of patch(1) being too understanding)
19254          Enhanced 64-bit settings.
19255  Branch: confperl
19256        ! hints/hpux.sh
19257 ____________________________________________________________________________
19258 [  1939] By: jhi                                   on 1998/10/12  09:53:11
19259     Log: Initial sync from mainline perl.
19260  Branch: confperl
19261        + (add 1282 files)
19262 ____________________________________________________________________________
19263 [  1937] By: gsar                                  on 1998/10/06  21:16:34
19264     Log: fix $/ init for USE_THREADS
19265  Branch: perl
19266        ! perl.c
19267 ____________________________________________________________________________
19268 [  1936] By: gsar                                  on 1998/10/06  07:19:39
19269     Log: fix globals caught by change#1927; builds and tests on Solaris
19270  Branch: perl
19271        ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
19272        ! warning.h warning.pl
19273 ____________________________________________________________________________
19274 [  1935] By: gsar                                  on 1998/10/06  06:50:35
19275     Log: add test for previous fix
19276  Branch: perl
19277        ! ext/Thread/create.t
19278 ____________________________________________________________________________
19279 [  1934] By: gsar                                  on 1998/10/06  06:37:36
19280     Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
19281  Branch: perl
19282        ! util.c
19283 ____________________________________________________________________________
19284 [  1933] By: gsar                                  on 1998/10/06  05:04:20
19285     Log: undo bogus part of change#1903 (as pointed out by Larry)
19286  Branch: perl
19287        ! pp_ctl.c
19288 ____________________________________________________________________________
19289 [  1932] By: gsar                                  on 1998/10/06  04:21:31
19290     Log: added tweaked version of suggested patch
19291          From: jan.dubois@ibm.net (Jan Dubois)
19292          Date: Sat, 03 Oct 1998 19:04:48 +0200
19293          Message-ID: <361d54b2.36841294@smtp1.ibm.net>
19294          Subject: [PATCH 5.005_52] More MakeMaker  patches
19295  Branch: perl
19296        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
19297        ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
19298 ____________________________________________________________________________
19299 [  1931] By: gsar                                  on 1998/10/06  04:04:33
19300     Log: use cpp symbols instead of hardwired constants
19301          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19302          Date: Mon, 05 Oct 1998 09:23:33 +0100
19303          Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
19304          Subject: [PATCH 5.005_52] By the numbers (resend)
19305  Branch: perl
19306        ! op.c
19307 ____________________________________________________________________________
19308 [  1930] By: gsar                                  on 1998/10/06  04:01:55
19309     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19310          Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
19311          Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
19312          Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
19313  Branch: perl
19314        ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
19315        ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
19316 ____________________________________________________________________________
19317 [  1929] By: gsar                                  on 1998/10/06  03:50:36
19318     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19319          Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
19320          Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
19321          Subject: [PATCH 5.00552] Minor test improvement
19322  Branch: perl
19323        ! t/op/magic.t
19324 ____________________________________________________________________________
19325 [  1928] By: gsar                                  on 1998/10/06  03:49:03
19326     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19327          Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
19328          Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
19329          Subject: [PATCH 5.00552] emacs/ptags inprovements
19330  Branch: perl
19331        ! emacs/ptags
19332 ____________________________________________________________________________
19333 [  1927] By: gsar                                  on 1998/10/06  03:47:44
19334     Log: disable C<#define dirty PL_dirty> et al.
19335  Branch: perl
19336        ! embed.pl embedvar.h
19337 ____________________________________________________________________________
19338 [  1926] By: gsar                                  on 1998/10/06  03:43:32
19339     Log: From: Mark-Jason Dominus <mjd@plover.com>
19340          Date: Sun, 04 Oct 1998 14:48:11 -0400
19341          Message-ID: <19981004184811.16048.qmail@plover.com>
19342          Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
19343  Branch: perl
19344        ! utils/perldoc.PL
19345 ____________________________________________________________________________
19346 [  1925] By: gsar                                  on 1998/10/06  03:27:35
19347     Log: disable USE_THREADS when PERL_OBJECT is enabled
19348  Branch: perl
19349        ! win32/Makefile win32/makefile.mk
19350 ____________________________________________________________________________
19351 [  1924] By: gsar                                  on 1998/10/06  03:26:54
19352     Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
19353  Branch: perl
19354        ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
19355        ! vms/perly_c.vms
19356 ____________________________________________________________________________
19357 [  1923] By: gsar                                  on 1998/10/03  05:19:56
19358     Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
19359          overridden
19360  Branch: perl
19361        ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
19362        ! proto.h vms/perly_c.vms
19363 ____________________________________________________________________________
19364 [  1922] By: gsar                                  on 1998/10/03  03:59:50
19365     Log: suppress manifypods leak in extensions
19366  Branch: perl
19367        ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
19368 ____________________________________________________________________________
19369 [  1921] By: gsar                                  on 1998/10/02  22:30:15
19370     Log: os390 fixes (suggested by Peter Prymmer)
19371  Branch: perl
19372        ! Makefile.SH regcomp.c
19373 ____________________________________________________________________________
19374 [  1920] By: gsar                                  on 1998/10/02  21:41:19
19375     Log: squelch undef warnings
19376          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19377          Date: Fri, 02 Oct 1998 11:01:14 +0100
19378          Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
19379          Subject: [PATCH] Re: Apparent bug in Math::BigInt 
19380  Branch: perl
19381        ! Changes lib/Math/BigInt.pm
19382 ____________________________________________________________________________
19383 [  1919] By: gsar                                  on 1998/10/02  04:59:13
19384     Log: add note to INSTALL about ANSI C
19385  Branch: perl
19386        ! INSTALL
19387 ____________________________________________________________________________
19388 [  1918] By: gsar                                  on 1998/10/02  04:21:10
19389     Log: tolerate spaces when fixing up __cplusplus output by old h2xs
19390          From: jan.dubois@ibm.net (Jan Dubois)
19391          Date: Wed, 30 Sep 1998 23:35:30 +0200
19392          Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
19393          Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
19394  Branch: perl
19395        ! lib/ExtUtils/xsubpp
19396 ____________________________________________________________________________
19397 [  1917] By: gsar                                  on 1998/10/02  04:16:02
19398     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
19399          Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
19400          Message-Id: <199810010837.LAA31371@alpha.hut.fi>
19401          Subject: Re: Configure test for selectbits busted
19402  Branch: perl
19403        ! Configure
19404 ____________________________________________________________________________
19405 [  1916] By: gsar                                  on 1998/10/02  04:14:17
19406     Log: From: Dan Sugalski <sugalskd@osshe.edu>
19407          Date: Wed, 30 Sep 1998 17:15:20 -0700
19408          Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
19409          Subject: [PATCH 5.005_02]VMS config tweaks
19410  Branch: perl
19411        ! vms/descrip_mms.template vms/subconfigure.com
19412 ____________________________________________________________________________
19413 [  1915] By: gsar                                  on 1998/10/02  04:10:47
19414     Log: use Off_t to permit 64-bit seek()
19415          From: Scott Henry <scotth@sgi.com>
19416          Date: 29 Sep 1998 17:38:46 -0700
19417          Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
19418          Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
19419          --
19420          Date: 28 Sep 1998 18:55:37 -0700
19421          Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
19422          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
19423  Branch: perl
19424        ! doio.c pp_sys.c proto.h sv.c
19425 ____________________________________________________________________________
19426 [  1914] By: gsar                                  on 1998/10/02  04:05:36
19427     Log: normalize tm struct passed to strftime() with mktime()
19428          From: Spider Boardman <spider@orb.nashua.nh.us>
19429          Date: Wed, 30 Sep 1998 15:12:09 -0400
19430          Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
19431          Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
19432  Branch: perl
19433        ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
19434 ____________________________________________________________________________
19435 [  1913] By: gsar                                  on 1998/10/02  03:59:46
19436     Log: don't try to run foo_SH.orig etc.
19437  Branch: perl
19438        ! Configure
19439 ____________________________________________________________________________
19440 [  1912] By: gsar                                  on 1998/10/02  03:45:37
19441     Log: make warning about glob process failure optional
19442  Branch: perl
19443        ! pod/perldiag.pod pp_hot.c
19444 ____________________________________________________________________________
19445 [  1911] By: gsar                                  on 1998/10/02  02:52:21
19446     Log: document yet another RE diagnostic, make it consistent with REG_INFTY
19447          From: Dominic Dunlop <domo@vo.lu>
19448          Date: Tue, 29 Sep 1998 21:06:30 +0000
19449          Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
19450          Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
19451          --
19452          Date: Wed, 30 Sep 1998 11:46:44 +0000
19453          Message-Id: <v03110702b237beb04830@[212.24.192.74]>
19454          Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
19455  Branch: perl
19456        ! pod/perldiag.pod regcomp.c
19457 ____________________________________________________________________________
19458 [  1910] By: gsar                                  on 1998/10/02  02:48:48
19459     Log: minor Configure tweaks (via private mail)
19460          From: Jarkko Hietaniemi <jhi@iki.fi>
19461          Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
19462          Message-Id: <199809292325.CAA19737@alpha.hut.fi>
19463          Subject: [PATCH] 5.005_52: the drizzle continues
19464  Branch: perl
19465        ! Configure config_h.SH handy.h
19466 ____________________________________________________________________________
19467 [  1909] By: gsar                                  on 1998/10/02  02:46:39
19468     Log: update SCO hints for dynamic loading
19469          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
19470          Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
19471          Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
19472          Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
19473          --
19474          Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
19475          Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
19476          Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
19477  Branch: perl
19478        ! hints/sco.sh
19479 ____________________________________________________________________________
19480 [  1908] By: gsar                                  on 1998/10/02  02:33:39
19481     Log: make File::Find work when wanted() is autoloaded or a symbolic ref
19482  Branch: perl
19483        ! lib/File/Find.pm
19484 ____________________________________________________________________________
19485 [  1907] By: gsar                                  on 1998/10/02  02:21:52
19486     Log: applied patches, but retained old behavior for win32 (where compilers
19487          can't read from stdin at all)
19488          From: Graham Barr <gbarr@ti.com>
19489          Date: Mon, 28 Sep 1998 09:41:49 -0500
19490          Message-ID: <19980928094149.B26576@asic.sc.ti.com>
19491          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
19492          --
19493          Date: Tue, 29 Sep 1998 12:35:43 -0500
19494          Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
19495          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
19496  Branch: perl
19497        ! ext/Errno/Errno_pm.PL
19498 ____________________________________________________________________________
19499 [  1906] By: gsar                                  on 1998/10/02  02:02:19
19500     Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
19501          Hietaniemi)
19502  Branch: perl
19503        ! t/op/grent.t
19504 ____________________________________________________________________________
19505 [  1905] By: gsar                                  on 1998/10/02  01:59:56
19506     Log: win32 caveats about truncate()
19507  Branch: perl
19508        ! pod/perlport.pod
19509 ____________________________________________________________________________
19510 [  1904] By: gsar                                  on 1998/10/02  01:53:25
19511     Log: various Configure and hints updates (prefer drand48() or random()
19512          over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
19513          applied modulo SCO hints superceded by later patch
19514          From: Jarkko Hietaniemi <jhi@iki.fi>
19515          Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
19516          Message-Id: <199809282156.AAA18615@alpha.hut.fi>
19517          Subject: [PATCH] 5.005_52: Configure et al:
19518  Branch: perl
19519        + ext/IPC/SysV/hints/next_3.pl
19520        ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
19521        ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
19522        ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
19523 ____________________________________________________________________________
19524 [  1903] By: gsar                                  on 1998/10/02  01:42:37
19525     Log: fixes for bugs in /RE/p        from Hugo van der Sanden
19526          Date: Mon, 28 Sep 1998 17:41:49 +0100
19527          Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
19528          Subject: [PATCH 5.005_52] Re: More on ?p 
19529          --
19530          Date: Thu, 01 Oct 1998 09:10:58 +0100
19531          Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
19532          Subject: [PATCH 5.005_52] ?p fix
19533          --
19534          Date: Thu, 01 Oct 1998 10:45:56 +0100
19535          Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
19536          Subject: [PATCH 5.005_52] more on ?p
19537  Branch: perl
19538        ! pp_ctl.c
19539 ____________________________________________________________________________
19540 [  1902] By: gsar                                  on 1998/10/02  01:36:14
19541     Log: From: Kenneth Duda <kjd@cisco.com>
19542          Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
19543          Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
19544          Subject: writemain dies when there are more than 4000 characters of extensions
19545  Branch: perl
19546        ! writemain.SH
19547 ____________________________________________________________________________
19548 [  1901] By: gsar                                  on 1998/10/02  01:33:16
19549     Log: tweak run_byacc recipe
19550  Branch: perl
19551        ! Makefile.SH Porting/pumpkin.pod
19552 ____________________________________________________________________________
19553 [  1900] By: gsar                                  on 1998/10/02  01:02:09
19554     Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
19555  Branch: perl
19556        ! perl.h pp_ctl.c
19557 ____________________________________________________________________________
19558 [  1899] By: gsar                                  on 1998/09/28  20:46:30
19559     Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
19560          Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
19561          Dvornik)
19562  Branch: perl
19563        ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
19564 ____________________________________________________________________________
19565 [  1898] By: gsar                                  on 1998/09/28  20:42:52
19566     Log: flush unsubmitted 5.00552 change
19567  Branch: perl
19568        ! MANIFEST
19569 ____________________________________________________________________________
19570 [  1897] By: gsar                                  on 1998/09/27  04:43:06
19571     Log: run vms_yfix.pl
19572  Branch: perl
19573        ! vms/perly_c.vms
19574 ____________________________________________________________________________
19575 [  1896] By: gsar                                  on 1998/09/27  03:38:55
19576     Log: small tweak on last change
19577  Branch: perl
19578        ! win32/win32.c
19579 ____________________________________________________________________________
19580 [  1895] By: gsar                                  on 1998/09/27  03:17:17
19581     Log: fix win32_stat() to do the right thing for share names
19582  Branch: perl
19583        ! win32/win32.c
19584 ____________________________________________________________________________
19585 [  1891] By: larry                                 on 1998/09/25  18:50:40
19586     Log: Fixed apostrophe problem from Mark Knutsen.
19587  Branch: perl
19588        ! sv.h
19589
19590 ----------------
19591 Version 5.005_52
19592 ----------------
19593
19594 ____________________________________________________________________________
19595 [  1890] By: gsar                                  on 1998/09/25  10:25:00
19596     Log: update template config.sh, add new config vars to win32 stuff
19597  Branch: perl
19598        ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
19599        ! pp_sys.c proto.h win32/config.bc win32/config.gc
19600        ! win32/config.vc win32/config_H.bc win32/config_H.gc
19601        ! win32/config_H.vc win32/win32.h
19602 ____________________________________________________________________________
19603 [  1889] By: gsar                                  on 1998/09/25  07:13:13
19604     Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
19605          for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
19606          of full-fledged 64-bit support (including support for: fseeko/ftello,
19607          Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
19608          in Fcntl)
19609          From: Jarkko Hietaniemi <jhi@iki.fi>
19610          Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
19611          Message-Id: <199809112056.XAA04720@alpha.hut.fi>
19612          Subject: [PATCH] 5.005_51: Configure "Massive Attack"
19613          --
19614          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
19615          Date: 12 Sep 1998 09:44:25 +0300
19616          Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
19617          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
19618  Branch: perl
19619        + lib/filetest.pm
19620        ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
19621        ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
19622        ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
19623        ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
19624        ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
19625        ! win32/makedef.pl
19626 ____________________________________________________________________________
19627 [  1888] By: gsar                                  on 1998/09/25  06:27:12
19628     Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
19629  Branch: perl
19630        ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
19631        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19632        ! win32/makedef.pl win32/makefile.mk win32/win32.c
19633 ____________________________________________________________________________
19634 [  1887] By: gsar                                  on 1998/09/25  04:50:49
19635     Log: win32.c tweak
19636  Branch: perl
19637        ! win32/win32.c
19638 ____________________________________________________________________________
19639 [  1886] By: gsar                                  on 1998/09/25  04:47:32
19640     Log: s/MAKEMAKEROPT/PERL_MM_OPT/
19641  Branch: perl
19642        ! lib/ExtUtils/MakeMaker.pm
19643 ____________________________________________________________________________
19644 [  1885] By: gsar                                  on 1998/09/25  04:05:09
19645     Log: From: Dominic Dunlop <domo@vo.lu>
19646          Date: Thu, 10 Sep 1998 11:02:46 +0000
19647          Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
19648          Subject: MM_Unix::canonpath erroneously turns leading // into /
19649  Branch: perl
19650        ! lib/ExtUtils/MM_Unix.pm
19651 ____________________________________________________________________________
19652 [  1884] By: gsar                                  on 1998/09/25  03:06:10
19653     Log: temporarily disable perl malloc for a2p until we clean up
19654          conflicting malloc() declarations everywhere
19655  Branch: perl
19656        ! x2p/Makefile.SH
19657 ____________________________________________________________________________
19658 [  1883] By: gsar                                  on 1998/09/25  02:27:00
19659     Log: remove obsolete win32/bin/*.pl
19660  Branch: perl
19661        - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
19662        ! Changes MANIFEST win32/Makefile win32/makefile.mk
19663 ____________________________________________________________________________
19664 [  1882] By: gsar                                  on 1998/09/25  02:04:43
19665     Log: missing file in last submit
19666  Branch: perl
19667        ! proto.h
19668 ____________________________________________________________________________
19669 [  1881] By: gsar                                  on 1998/09/25  01:56:54
19670     Log: serial access to PL_x[inpr]v_root for USE_THREADS
19671  Branch: perl
19672        ! sv.c
19673 ____________________________________________________________________________
19674 [  1880] By: gsar                                  on 1998/09/25  01:19:38
19675     Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
19676          From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
19677          Date: Thu, 24 Sep 1998 22:01:09 +0900
19678          Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
19679          Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
19680  Branch: perl
19681        ! hv.c proto.h
19682 ____________________________________________________________________________
19683 [  1879] By: gsar                                  on 1998/09/25  00:20:07
19684     Log: tweaks to enable PERL_OBJECT to build & test on win32
19685  Branch: perl
19686        ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
19687        ! win32/GenCAPI.pl
19688 ____________________________________________________________________________
19689 [  1878] By: gsar                                  on 1998/09/25  00:13:36
19690     Log: fix change#1861, which breaks default boot_xxx symbol generation
19691  Branch: perl
19692        ! lib/ExtUtils/Mksymlists.pm
19693 ____________________________________________________________________________
19694 [  1877] By: gsar                                  on 1998/09/24  10:29:54
19695     Log: two tweaks for clean build and test on Solaris
19696  Branch: perl
19697        ! op.c t/op/subst.t
19698 ____________________________________________________________________________
19699 [  1876] By: gsar                                  on 1998/09/24  09:04:43
19700     Log: From: Colin Kuskie <ckuskie@cadence.com>
19701          Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
19702          Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
19703          Subject: [PATCH 5.005_51] perlform.pod
19704  Branch: perl
19705        ! pod/perlform.pod
19706 ____________________________________________________________________________
19707 [  1875] By: gsar                                  on 1998/09/24  08:47:47
19708     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19709          Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
19710          Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
19711          Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
19712  Branch: perl
19713        ! regexec.c
19714 ____________________________________________________________________________
19715 [  1874] By: gsar                                  on 1998/09/24  08:44:55
19716     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19717          Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
19718          Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
19719          Subject: Re: your Regexp.patch dated 21.8 [PATCH]
19720  Branch: perl
19721        ! toke.c
19722 ____________________________________________________________________________
19723 [  1873] By: gsar                                  on 1998/09/24  08:39:41
19724     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19725          Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
19726          Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
19727          Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
19728  Branch: perl
19729        ! Changes regcomp.c
19730 ____________________________________________________________________________
19731 [  1872] By: gsar                                  on 1998/09/24  08:37:00
19732     Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
19733          Date: Sun, 23 Aug 1998 23:18:38 PDT
19734          Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
19735          Subject: new irix_6.sh hints file
19736  Branch: perl
19737        ! hints/irix_6.sh
19738 ____________________________________________________________________________
19739 [  1871] By: gsar                                  on 1998/09/24  07:26:37
19740     Log: correct FSF address in various places
19741  Branch: perl
19742        ! Copying README ext/B/README lib/Getopt/Long.pm
19743 ____________________________________________________________________________
19744 [  1870] By: gsar                                  on 1998/09/24  07:11:56
19745     Log: From:    Dan Sugalski <sugalskd@osshe.edu>
19746          Date:    Fri, 14 Aug 1998 09:20:16 PDT
19747          Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
19748          Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
19749  Branch: perl
19750        ! configure.com
19751 ____________________________________________________________________________
19752 [  1869] By: gsar                                  on 1998/09/24  06:55:59
19753     Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
19754          From:    Scott Henry <scotth@sgi.com>
19755          Date:    13 Aug 1998 09:52:15 PDT
19756          Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
19757          Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
19758  Branch: perl
19759        ! hints/irix_6.sh
19760 ____________________________________________________________________________
19761 [  1868] By: gsar                                  on 1998/09/24  06:51:23
19762     Log: From:    Nathan Torkington <gnat@frii.com>
19763          Date:    Thu, 13 Aug 1998 10:59:48 MDT
19764          Message-Id: <199808131659.KAA06179@prometheus.frii.com>
19765          Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
19766  Branch: perl
19767        ! pod/perlfunc.pod
19768 ____________________________________________________________________________
19769 [  1867] By: gsar                                  on 1998/09/24  06:45:13
19770     Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
19771          that are autoloaded)
19772  Branch: perl
19773        ! pp_ctl.c
19774 ____________________________________________________________________________
19775 [  1866] By: gsar                                  on 1998/09/24  05:21:19
19776     Log: grandfather deprecated "$$<digit>" no more
19777  Branch: perl
19778        ! pod/perldiag.pod toke.c
19779 ____________________________________________________________________________
19780 [  1865] By: gsar                                  on 1998/09/24  04:52:48
19781     Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
19782          low bits (suggested by Ilya Zakharevich)
19783  Branch: perl
19784        ! hv.h
19785 ____________________________________________________________________________
19786 [  1864] By: gsar                                  on 1998/09/24  04:29:14
19787     Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
19788          perly_c.diff
19789  Branch: perl
19790        ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
19791        ! perly_c.diff toke.c
19792 ____________________________________________________________________________
19793 [  1863] By: gsar                                  on 1998/09/24  03:36:30
19794     Log: provide locked access to string table for USE_THREADS
19795  Branch: perl
19796        ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
19797 ____________________________________________________________________________
19798 [  1862] By: gsar                                  on 1998/09/24  03:30:32
19799     Log: remove bogus warn()
19800  Branch: perl
19801        ! embed.pl
19802 ____________________________________________________________________________
19803 [  1861] By: gsar                                  on 1998/09/24  02:58:51
19804     Log: applied suggested patch, adapted for all platforms
19805          From: jan.dubois@ibm.net (Jan Dubois)
19806          Date: Sun, 20 Sep 1998 12:56:38 +0200
19807          Message-ID: <3604de0c.12319885@smtp1.ibm.net>
19808          Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
19809  Branch: perl
19810        ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
19811        ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
19812        ! lib/ExtUtils/MakeMaker.pm
19813 ____________________________________________________________________________
19814 [  1860] By: gsar                                  on 1998/09/24  02:16:14
19815     Log: upgrade to CPAN-1.40
19816  Branch: perl
19817        ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
19818 ____________________________________________________________________________
19819 [  1859] By: gsar                                  on 1998/09/24  02:08:59
19820     Log: use $ENV{MAKEMAKEROPT} to set default command line args
19821  Branch: perl
19822        ! lib/ExtUtils/MakeMaker.pm
19823 ____________________________________________________________________________
19824 [  1857] By: gsar                                  on 1998/09/23  10:58:36
19825     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19826          Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
19827          Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
19828          Subject: More verbose Test::Harness [PATCH]
19829  Branch: perl
19830        ! lib/Test/Harness.pm
19831 ____________________________________________________________________________
19832 [  1856] By: gsar                                  on 1998/09/23  10:56:24
19833     Log: update hints for OPENSTEP 4.2 on i386
19834          From: Gerben Wierda <Gerben_Wierda@RnA.nl>
19835          Date: Sun, 20 Sep 1998 01:03:18 +0200
19836          Message-Id: <9809192303.AA29190@Spike>
19837          Subject: Perl 5.005_02 compilation problems
19838  Branch: perl
19839        ! hints/next_4.sh
19840 ____________________________________________________________________________
19841 [  1855] By: gsar                                  on 1998/09/23  10:52:27
19842     Log: reset errno after C<require> search (as suggested by Larry)
19843  Branch: perl
19844        ! pp_ctl.c
19845 ____________________________________________________________________________
19846 [  1854] By: gsar                                  on 1998/09/23  10:50:26
19847     Log: misc pod tweaks
19848  Branch: perl
19849        ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
19850 ____________________________________________________________________________
19851 [  1853] By: gsar                                  on 1998/09/23  10:46:06
19852     Log: make Pod/Html.pm handle the --title option properly (as suggested
19853          by gml4410@ggr.co.uk)
19854  Branch: perl
19855        ! lib/Pod/Html.pm
19856 ____________________________________________________________________________
19857 [  1852] By: gsar                                  on 1998/09/23  10:41:39
19858     Log: SSNEW() API for allocating memory on the savestack
19859          From: Albert Dvornik <bert@genscan.com>
19860          Date: 17 Sep 1998 19:23:07 -0400
19861          Message-Id: <tqemtae338.fsf@puma.genscan.com>
19862          Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
19863  Branch: perl
19864        ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
19865        ! perl.h proto.h scope.c scope.h t/io/tell.t
19866 ____________________________________________________________________________
19867 [  1851] By: gsar                                  on 1998/09/23  10:37:05
19868     Log: From: Jochen Wiedmann <joe@ispsoft.de>
19869          Date: Thu, 17 Sep 1998 17:16:06 +0200
19870          Message-ID: <360127B6.E44564A@ispsoft.de>
19871          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
19872  Branch: perl
19873        ! lib/ExtUtils/MakeMaker.pm
19874 ____________________________________________________________________________
19875 [  1850] By: gsar                                  on 1998/09/23  10:33:05
19876     Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
19877          Date: 15 Sep 1998 01:32:31 +0200
19878          Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
19879          Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
19880  Branch: perl
19881        ! lib/ExtUtils/MM_Unix.pm
19882 ____________________________________________________________________________
19883 [  1849] By: gsar                                  on 1998/09/23  10:29:04
19884     Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
19885          Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
19886          Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
19887          Subject: Re: extralibs.ld problem in MM_VMS.pm
19888  Branch: perl
19889        ! lib/ExtUtils/MM_VMS.pm
19890 ____________________________________________________________________________
19891 [  1848] By: gsar                                  on 1998/09/23  10:25:24
19892     Log: From: Roderick Schertler <roderick@argon.org>
19893          Date: 11 Sep 1998 16:19:21 -0400
19894          Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
19895          Subject: Re: Open2 and memory leaks
19896  Branch: perl
19897        ! lib/IPC/Open3.pm
19898 ____________________________________________________________________________
19899 [  1847] By: gsar                                  on 1998/09/23  10:18:31
19900     Log: From: Roderick Schertler <roderick@argon.org>
19901          Date: Wed, 09 Sep 1998 23:52:48 -0400
19902          Message-ID: <20567.905399568@eeyore.ibcinc.com>
19903          Subject: seed srand from /dev/urandom when possible
19904  Branch: perl
19905        ! pod/perlfunc.pod pp.c
19906 ____________________________________________________________________________
19907 [  1846] By: gsar                                  on 1998/09/23  10:12:22
19908     Log: From: Roderick Schertler <roderick@argon.org>
19909          Date: Thu, 10 Sep 1998 00:32:17 -0400
19910          Message-ID: <21142.905401937@eeyore.ibcinc.com>
19911          Subject: doc update for crypt()'s salt
19912  Branch: perl
19913        ! pod/perlfunc.pod
19914 ____________________________________________________________________________
19915 [  1845] By: gsar                                  on 1998/09/23  10:09:23
19916     Log: fix h2ph handling of C<#error "foo">
19917          From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
19918          Date: Thu, 10 Sep 1998 09:59:33 +0900
19919          Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
19920          Subject: [5.005_02] h2ph problem
19921  Branch: perl
19922        ! utils/h2ph.PL
19923 ____________________________________________________________________________
19924 [  1844] By: gsar                                  on 1998/09/23  10:06:13
19925     Log: plug strictly private function leaks in API listing
19926  Branch: perl
19927        ! pod/perlguts.pod
19928 ____________________________________________________________________________
19929 [  1843] By: gsar                                  on 1998/09/23  10:02:57
19930     Log: hide symbol for static build
19931          From: Dominic Dunlop <domo@vo.lu>
19932          Date: Tue, 8 Sep 1998 21:40:46 +0000
19933          Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
19934          Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
19935  Branch: perl
19936        ! regcomp.c
19937 ____________________________________________________________________________
19938 [  1842] By: gsar                                  on 1998/09/23  09:52:46
19939     Log: define PUT_svindex(), PUT_opindex()
19940  Branch: perl
19941        ! ext/B/B/Assembler.pm
19942 ____________________________________________________________________________
19943 [  1841] By: gsar                                  on 1998/09/23  09:44:25
19944     Log: From: Dominic Dunlop <domo@vo.lu>
19945          Date: Tue, 8 Sep 1998 15:34:53 +0000
19946          Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
19947          Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
19948  Branch: perl
19949        ! t/pragma/warn/regexec
19950 ____________________________________________________________________________
19951 [  1840] By: gsar                                  on 1998/09/23  09:42:17
19952     Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
19953  Branch: perl
19954        ! win32/bin/pl2bat.pl
19955 ____________________________________________________________________________
19956 [  1839] By: gsar                                  on 1998/09/23  09:38:18
19957     Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
19958          Date: Mon, 7 Sep 1998 17:36:09 +0900
19959          Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
19960          Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
19961  Branch: perl
19962        ! ext/Thread/Thread.xs
19963 ____________________________________________________________________________
19964 [  1838] By: gsar                                  on 1998/09/23  09:21:11
19965     Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
19966          Date: Thu, 10 Sep 1998 00:02:07 -0400
19967          Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
19968          Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
19969  Branch: perl
19970        + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
19971        + vos/config.h vos/config_h.SH_orig vos/perl.bind
19972        + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
19973        ! MANIFEST perl.c perl.h pod/perlport.pod
19974 ____________________________________________________________________________
19975 [  1837] By: gsar                                  on 1998/09/23  08:45:58
19976     Log: (via private mail)
19977          From: Charles Bailey <BAILEY@newman.upenn.edu>
19978          Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
19979          Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
19980          Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
19981  Branch: perl
19982        ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
19983        ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
19984        ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
19985        ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
19986        ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
19987        ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
19988        ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
19989        ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
19990        ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
19991        ! vms/writemain.pl
19992 ____________________________________________________________________________
19993 [  1836] By: gsar                                  on 1998/09/23  08:17:42
19994     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19995          Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
19996          Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
19997          Subject: [PATCH 5.005_*] OS/2 spawning typos
19998  Branch: perl
19999        ! os2/os2.c
20000 ____________________________________________________________________________
20001 [  1835] By: gsar                                  on 1998/09/23  08:09:55
20002     Log: warn on C<my($foo,$foo)>
20003  Branch: perl
20004        ! op.c pod/perldiag.pod
20005 ____________________________________________________________________________
20006 [  1834] By: gsar                                  on 1998/09/23  07:35:56
20007     Log: From: pvhp@forte.com (Peter Prymmer)
20008          Date: Fri, 4 Sep 98 13:27:41 PDT
20009          Message-Id: <9809042027.AA04463@forte.com>
20010          Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
20011  Branch: perl
20012        ! README.vms
20013 ____________________________________________________________________________
20014 [  1833] By: gsar                                  on 1998/09/23  07:27:34
20015     Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
20016          Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
20017          Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
20018          Subject: PATCH: 5.005_02 hint/hpux.sh
20019  Branch: perl
20020        ! hints/hpux.sh
20021 ____________________________________________________________________________
20022 [  1832] By: gsar                                  on 1998/09/23  07:22:40
20023     Log: fix (some) installhtml bugs
20024          From: Larry Parmelee <parmelee@CS.Cornell.EDU>
20025          Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
20026          Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
20027          Subject: installhtml script needs work
20028  Branch: perl
20029        ! installhtml
20030 ____________________________________________________________________________
20031 [  1831] By: gsar                                  on 1998/09/23  07:19:30
20032     Log: document 'U' magic with examples
20033          From: Alan Burlison <Alan.Burlison@UK.Sun.com>
20034          Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
20035          Message-Id: <199809011455.PAA00631@sale-wts>
20036          Subject: Re: Looking for some XS MAGIC examples...
20037  Branch: perl
20038        ! pod/perlguts.pod
20039 ____________________________________________________________________________
20040 [  1830] By: gsar                                  on 1998/09/23  07:16:43
20041     Log: From: pvhp@forte.com (Peter Prymmer)
20042          Date: Mon, 31 Aug 98 17:13:49 PDT
20043          Message-Id: <9809010013.AA06737@forte.com>
20044          Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
20045  Branch: perl
20046        ! README.os390
20047 ____________________________________________________________________________
20048 [  1829] By: gsar                                  on 1998/09/23  07:15:08
20049     Log: fix problematic typecast in filter_del()
20050          From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
20051          Date: Mon, 31 Aug 1998 21:13:11 GMT
20052          Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
20053          Subject: perl5.005_02 does not build on Cray T90
20054  Branch: perl
20055        ! toke.c
20056 ____________________________________________________________________________
20057 [  1828] By: gsar                                  on 1998/09/23  07:11:34
20058     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20059          Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
20060          Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
20061          Subject: [PATCH 5.005_5*] (?>) broken in RE
20062  Branch: perl
20063        ! regexec.c t/op/re_tests
20064 ____________________________________________________________________________
20065 [  1827] By: gsar                                  on 1998/09/23  07:09:50
20066     Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
20067  Branch: perl
20068        ! t/op/grent.t t/op/groups.t
20069 ____________________________________________________________________________
20070 [  1826] By: gsar                                  on 1998/09/23  07:03:16
20071     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
20072          Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
20073          Message-Id: <199808121941.WAA06263@alpha.hut.fi>
20074          Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
20075  Branch: perl
20076        - interp.sym
20077        ! MANIFEST Makefile.SH embed.pl perl_exp.SH
20078 ____________________________________________________________________________
20079 [  1825] By: gsar                                  on 1998/09/23  06:56:40
20080     Log: re-introduce change#1703
20081  Branch: perl
20082        ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
20083 ____________________________________________________________________________
20084 [  1824] By: gsar                                  on 1998/09/23  06:44:19
20085     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20086          Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
20087          Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
20088          Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
20089  Branch: perl
20090        ! lib/perl5db.pl
20091 ____________________________________________________________________________
20092 [  1823] By: gsar                                  on 1998/09/23  06:41:34
20093         Log: From: Joe Buehler <jhpb@hekimian.com>
20094              Date: 29 Aug 1998 17:13:28 -0400
20095              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
20096              Subject: patches for perl 5.005_51 under U/WIN
20097      Branch: perl
20098            + hints/uwin.sh
20099            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
20100            ! t/lib/posix.t
20101 ____________________________________________________________________________
20102 [  1822] By: gsar                                  on 1998/09/23  06:36:59
20103         Log: add missing C<no utf8;> tweak from Larry
20104      Branch: perl
20105            ! t/op/subst.t
20106 ____________________________________________________________________________
20107 [  1821] By: gsar                                  on 1998/09/23  06:27:51
20108         Log: s/runops/CALLRUNOPS/
20109      Branch: perl
20110            ! cc_runtime.h
20111 ____________________________________________________________________________
20112 [  1820] By: gsar                                  on 1998/09/23  06:24:49
20113         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
20114      Branch: perl
20115           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
20116           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
20117           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
20118           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
20119           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
20120           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
20121           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
20122           +> t/pragma/warn/util
20123            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
20124            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
20125            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
20126            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
20127            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
20128            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
20129            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
20130            - t/pragma/warn-util
20131            ! MANIFEST t/pragma/warning.t
20132 ____________________________________________________________________________
20133 [  1819] By: gsar                                  on 1998/09/23  06:08:46
20134         Log: make \(%foo) return refs to values (not copies of values)
20135              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
20136              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
20137              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
20138              --
20139              From: Roderick Schertler <roderick@argon.org>
20140              Date: Sat, 29 Aug 1998 00:58:33 -0400
20141              Message-ID: <29894.904366713@eeyore.ibcinc.com>
20142              Subject: Re: \(%x) problems
20143      Branch: perl
20144            ! doop.c pod/perlref.pod
20145 ____________________________________________________________________________
20146 [  1818] By: gsar                                  on 1998/09/23  06:05:08
20147         Log: make h2xs generate ANSI prototypes
20148      Branch: perl
20149            ! utils/h2xs.PL
20150 ____________________________________________________________________________
20151 [  1817] By: gsar                                  on 1998/09/23  05:57:16
20152         Log: updated usethreads hints for hpux 10.X
20153              From: Matthew T Harden <mthard@mthard1.monsanto.com>
20154              Date: Fri, 28 Aug 1998 14:10:42 GMT
20155              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
20156              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
20157      Branch: perl
20158            ! hints/hpux.sh perl.h
20159 ____________________________________________________________________________
20160 [  1816] By: gsar                                  on 1998/09/23  05:53:31
20161         Log: don't create empty directories in installperl
20162              From: Robin Barker <rmb1@cise.npl.co.uk>
20163              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
20164              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
20165              Subject: [PATCH 5.005_02] install: empty dirs
20166      Branch: perl
20167            ! installperl
20168 ____________________________________________________________________________
20169 [  1815] By: gsar                                  on 1998/09/23  05:50:36
20170         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
20171              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20172              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
20173              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
20174              Subject: Re: your mail
20175      Branch: perl
20176            ! regexec.c t/op/re_tests
20177 ____________________________________________________________________________
20178 [  1814] By: gsar                                  on 1998/09/23  05:45:17
20179         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
20180              Date: Thu, 20 Aug 1998 20:59:03 -0400
20181              Message-ID: <19980820205903.A12908@O2.chapin.edu>
20182              Subject: [PATCH] h2ph misquotes #error directives
20183      Branch: perl
20184            ! t/lib/h2ph.pht utils/h2ph.PL
20185 ____________________________________________________________________________
20186 [  1813] By: gsar                                  on 1998/09/23  05:42:41
20187         Log: patch to support computed regular subexpressions
20188              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20189              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
20190              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
20191              Subject: [5.005_5* PATCH] Postponed RE - now!
20192      Branch: perl
20193            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
20194            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
20195 ____________________________________________________________________________
20196 [  1812] By: gsar                                  on 1998/09/23  05:26:26
20197         Log: better CR-handling on shebang line and in formats (fixed variant of
20198              patch suggested by Igor Sysoev <igor@nitek.ru>)
20199      Branch: perl
20200            ! perl.c toke.c
20201 ____________________________________________________________________________
20202 [  1811] By: gsar                                  on 1998/09/23  04:35:46
20203         Log: document non-loopish blocks better
20204              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
20205              Date: Tue, 18 Aug 1998 12:28:36 +0100
20206              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
20207              Subject: Re: next in do {} while block gives error message
20208      Branch: perl
20209            ! pod/perlfunc.pod
20210 ____________________________________________________________________________
20211 [  1810] By: gsar                                  on 1998/09/23  04:12:05
20212         Log: fix bogus integerization of pop()'s return value
20213              From: Gurusamy Sarathy <gsar@engin.umich.edu>
20214              Date: Sat, 15 Aug 1998 23:27:54 -0400
20215              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
20216              Subject: Re: Complex expression does integer arithmetic 
20217      Branch: perl
20218            ! opcode.h opcode.pl
20219 ____________________________________________________________________________
20220 [  1809] By: gsar                                  on 1998/09/23  04:09:43
20221         Log: tweak README.win32
20222      Branch: perl
20223            ! README.win32
20224 ____________________________________________________________________________
20225 [  1808] By: gsar                                  on 1998/09/23  03:40:57
20226         Log: better diagnostic for do{} used as lvalue
20227      Branch: perl
20228            ! op.c pod/perlport.pod
20229 ____________________________________________________________________________
20230 [  1807] By: gsar                                  on 1998/09/23  03:38:30
20231         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
20232              From: hansm@icgroup.nl
20233              Date: Tue, 11 Aug 98 21:08:51 +0200
20234              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
20235              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
20236      Branch: perl
20237            ! malloc.c
20238 ____________________________________________________________________________
20239 [  1806] By: gsar                                  on 1998/09/23  03:36:08
20240         Log: support make written in perl (aka "pmake") on win32
20241      Branch: perl
20242            ! lib/ExtUtils/MM_Win32.pm
20243 ____________________________________________________________________________
20244 [  1805] By: gsar                                  on 1998/09/23  03:30:07
20245         Log: fix mismatched UV/U32 types for to_utf8_*()
20246      Branch: perl
20247            ! utf8.c
20248 ____________________________________________________________________________
20249 [  1804] By: gsar                                  on 1998/09/23  03:22:22
20250         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
20251              Date: Sun, 9 Aug 1998 22:38:23 +0200
20252              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
20253              Subject: [PATCH 5.5002] dos-djgpp update
20254      Branch: perl
20255            ! t/io/fs.t
20256 ____________________________________________________________________________
20257 [  1803] By: gsar                                  on 1998/09/23  03:20:13
20258         Log: apply minimal variant of patch (sent via private mail)
20259              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
20260              Date: Wed, 12 Aug 1998 15:42:35 +0300
20261              Message-Id: <199808121242.PAA29761@comanche.spices>
20262              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
20263      Branch: perl
20264            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
20265            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
20266 ____________________________________________________________________________
20267 [  1802] By: gsar                                  on 1998/09/23  03:03:39
20268         Log: adjust searchdict.t for EBCDIC (still needs documenting)
20269              From: pvhp@forte.com (Peter Prymmer)
20270              Date: Thu, 6 Aug 98 18:09:39 PDT
20271              Message-Id: <9808070109.AA06158@forte.com>
20272              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
20273      Branch: perl
20274            ! README.os390 t/lib/searchdict.t
20275 ____________________________________________________________________________
20276 [  1801] By: gsar                                  on 1998/09/23  02:54:15
20277         Log: silence redefined warning for XS(INIT) {}
20278      Branch: perl
20279            ! op.c
20280 ____________________________________________________________________________
20281 [  1800] By: gsar                                  on 1998/09/23  02:42:23
20282         Log: support match indices via special variables @- and @+
20283              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20284              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
20285              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
20286              Subject: [PATCH 5.004_76] @- and @+
20287      Branch: perl
20288            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
20289            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
20290 ____________________________________________________________________________
20291 [  1799] By: gsar                                  on 1998/09/23  01:44:31
20292         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20293              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
20294              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
20295              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
20296      Branch: perl
20297            ! regcomp.c t/op/re_tests
20298 ____________________________________________________________________________
20299 [  1798] By: gsar                                  on 1998/09/23  01:39:23
20300         Log: integrate maint-5.005 changes (except conflicting change#1794)
20301      Branch: perl
20302            ! Changes
20303           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
20304           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
20305           !> win32/win32.h
20306 ____________________________________________________________________________
20307 [  1797] By: gsar                                  on 1998/09/23  01:32:36
20308         Log: add note to win32/Makefile about setting CCHOME
20309      Branch: perl
20310            ! win32/Makefile win32/makefile.mk
20311 ____________________________________________________________________________
20312 [  1796] By: gsar                                  on 1998/09/23  01:31:32
20313         Log: perl.pod tweak
20314      Branch: perl
20315            ! pod/perl.pod
20316 ____________________________________________________________________________
20317 [  1795] By: gsar                                  on 1998/09/21  20:34:10
20318         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
20319      Branch: perl
20320            ! lib/ExtUtils/xsubpp
20321 ____________________________________________________________________________
20322 [  1789] By: gsar                                  on 1998/09/18  18:01:37
20323         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
20324      Branch: perl
20325            ! cop.h t/cmd/for.t
20326 ____________________________________________________________________________
20327 [  1788] By: gsar                                  on 1998/09/17  02:19:11
20328         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
20329      Branch: perl
20330            ! win32/config.bc win32/config.gc win32/config.vc
20331 ____________________________________________________________________________
20332 [  1787] By: gsar                                  on 1998/09/17  01:45:14
20333         Log: suppress bogus warning on C<sub x {} x()>
20334      Branch: perl
20335            ! toke.c
20336 ____________________________________________________________________________
20337 [  1786] By: gsar                                  on 1998/09/17  01:42:51
20338         Log: ntohl typo in objXSUB.h
20339      Branch: perl
20340            ! objXSUB.h
20341 ____________________________________________________________________________
20342 [  1785] By: gsar                                  on 1998/09/17  01:41:48
20343         Log: fill gaps in sig_* entries in win32/config.?c
20344      Branch: perl
20345            ! win32/config.bc win32/config.gc win32/config.vc
20346 ____________________________________________________________________________
20347 [  1781] By: larry                                 on 1998/09/05  23:48:24
20348         Log: tr/// logic was hosed under utf8
20349      Branch: perl
20350            ! doop.c op.c op.h pp.c proto.h
20351 ____________________________________________________________________________
20352 [  1780] By: larry                                 on 1998/09/05  23:44:16
20353         Log: several new tests needed tweaking to work under utf8
20354      Branch: perl
20355            ! t/comp/require.t t/op/pack.t t/op/substr.t
20356 ____________________________________________________________________________
20357 [  1779] By: larry                                 on 1998/09/05  23:41:42
20358         Log: index() applied BM optimization to wrong argument
20359      Branch: perl
20360            ! op.c util.c
20361 ____________________________________________________________________________
20362 [  1778] By: larry                                 on 1998/09/05  23:38:29
20363         Log: Implicit require during compile reset line numbering
20364      Branch: perl
20365            ! pp_ctl.c
20366
20367 ----------------
20368 Version 5.005_51
20369 ----------------
20370
20371 ____________________________________________________________________________
20372 [  1777] By: gsar                                  on 1998/08/10  07:02:38
20373         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
20374              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
20375              lexical warning testsuite for win32
20376      Branch: perl
20377            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
20378            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
20379            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
20380            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
20381            ! win32/Makefile win32/makefile.mk
20382 ____________________________________________________________________________
20383 [  1776] By: gsar                                  on 1998/08/09  17:53:48
20384         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
20385      Branch: perl
20386            ! Changes MANIFEST perl.c pod/perlhist.pod
20387 ____________________________________________________________________________
20388 [  1775] By: gsar                                  on 1998/08/09  14:35:33
20389         Log: tweak warning test
20390      Branch: perl
20391            ! t/pragma/warn-toke
20392 ____________________________________________________________________________
20393 [  1774] By: gsar                                  on 1998/08/09  14:13:46
20394         Log: add missing dTHR; notes for test failures due to small stacksize
20395      Branch: perl
20396            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
20397            ! toke.c universal.c util.c
20398 ____________________________________________________________________________
20399 [  1773] By: gsar                                  on 1998/08/09  11:31:53
20400         Log: lexical warnings; tweaks to places that didn't apply correctly
20401              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
20402              Date:    Wed, 29 Jul 1998 09:28:45 BST
20403              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
20404              Subject: lexical warnings patch for 5.005_50
20405      Branch: perl
20406            + README.lexwarn lib/warning.pm t/pragma/warn-2use
20407            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
20408            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
20409            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
20410            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
20411            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
20412            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
20413            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
20414            + warning.h warning.pl
20415            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
20416            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
20417            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
20418            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
20419            ! universal.c util.c
20420 ____________________________________________________________________________
20421 [  1772] By: gsar                                  on 1998/08/08  23:06:00
20422         Log: bump patchlevel to 5.005_51
20423      Branch: perl
20424            ! patchlevel.h win32/Makefile win32/config_H.bc
20425            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
20426 ____________________________________________________________________________
20427 [  1771] By: gsar                                  on 1998/08/08  23:01:57
20428         Log: fix bogus warning on "\x{123}"
20429              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
20430              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
20431              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
20432              Subject: [5.005_50 PATCH] Some unicode problems
20433      Branch: perl
20434            ! regcomp.c toke.c
20435 ____________________________________________________________________________
20436 [  1770] By: gsar                                  on 1998/08/08  22:56:55
20437         Log: hide dup symbol for static build of ext/re
20438              From: Dominic Dunlop <domo@ppp72.vo.lu>
20439              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
20440              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
20441              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
20442      Branch: perl
20443            ! regcomp.c
20444 ____________________________________________________________________________
20445 [  1769] By: gsar                                  on 1998/08/08  22:45:06
20446         Log: fix double free on -Mutf8 -e '$b=uc("")'
20447              From: larry@wall.org (Larry Wall)
20448              Date: Fri, 7 Aug 1998 14:42:43 -0700
20449              Message-Id: <199808072142.OAA14920@wall.org>
20450              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
20451      Branch: perl
20452            ! pp.c
20453 ____________________________________________________________________________
20454 [  1768] By: gsar                                  on 1998/08/08  22:42:29
20455         Log: substr() assumes utf8 without say-so
20456              From: larry@wall.org (Larry Wall)
20457              Date: Fri, 7 Aug 1998 12:25:12 -0700
20458              Message-Id: <199808071925.MAA13436@wall.org>
20459              Subject: [PATCH 5.005_50] substr bug?
20460      Branch: perl
20461            ! pp.c
20462 ____________________________________________________________________________
20463 [  1767] By: gsar                                  on 1998/08/08  22:38:25
20464         Log: fix intolerance of SWASHes for blank lines
20465              From: Gisle Aas <aas@sn.no>
20466              Date: 06 Aug 1998 23:28:57 +0200
20467              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
20468              Subject: Re: Re[2]: another joyride begins
20469      Branch: perl
20470            ! lib/utf8_heavy.pl
20471 ____________________________________________________________________________
20472 [  1766] By: gsar                                  on 1998/08/08  22:33:10
20473         Log: utf8 doc tweak
20474              From: Gisle Aas <aas@sn.no>
20475              Date: 05 Aug 1998 00:41:04 +0200
20476              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
20477              Subject: Matching clumps
20478      Branch: perl
20479            ! lib/utf8.pm
20480 ____________________________________________________________________________
20481 [  1765] By: gsar                                  on 1998/08/08  22:31:37
20482         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
20483              From: Gisle Aas <aas@sn.no>
20484              Date: 04 Aug 1998 22:56:11 +0200
20485              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
20486              Subject: Re: another joyride begins
20487      Branch: perl
20488            ! lib/utf8_heavy.pl
20489 ____________________________________________________________________________
20490 [  1764] By: gsar                                  on 1998/08/08  22:28:43
20491         Log: From: larry@wall.org (Larry Wall)
20492              Date: Tue, 4 Aug 1998 17:04:51 -0700
20493              Message-Id: <199808050004.RAA22592@wall.org>
20494              Subject: [PATCH 5.005_50] \pX not implemented!
20495      Branch: perl
20496            ! regcomp.c
20497 ____________________________________________________________________________
20498 [  1763] By: gsar                                  on 1998/08/08  22:27:15
20499         Log: From: Stephen McCamant <alias@mcs.com>
20500              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
20501              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
20502              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
20503      Branch: perl
20504            ! op.c
20505 ____________________________________________________________________________
20506 [  1762] By: gsar                                  on 1998/08/08  22:26:09
20507         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
20508              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
20509              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
20510              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
20511      Branch: perl
20512            + t/op/grent.t t/op/pwent.t
20513            ! MANIFEST
20514 ____________________________________________________________________________
20515 [  1761] By: gsar                                  on 1998/08/08  22:21:52
20516         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20517              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
20518              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
20519              Subject: [5.005_50 PATCH] misprint in RE engine
20520      Branch: perl
20521            ! regexec.c t/op/re_tests
20522 ____________________________________________________________________________
20523 [  1760] By: gsar                                  on 1998/08/08  22:18:54
20524         Log: integrate maint-5.005 changes into mainline
20525      Branch: perl
20526           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
20527           !> (integrate 138 files)
20528 ____________________________________________________________________________
20529 [  1672] By: gsar                                  on 1998/07/27  18:35:28
20530         Log: create new Changes
20531      Branch: perl
20532            + Changes
20533            ! Changes5.005 MANIFEST
20534 ____________________________________________________________________________
20535 [  1671] By: gsar                                  on 1998/07/27  18:30:57
20536         Log: rename Changes --> Changes5.005
20537      Branch: perl
20538           +> Changes5.005
20539            - Changes
20540 ____________________________________________________________________________
20541 [  1670] By: gsar                                  on 1998/07/27  18:10:14
20542         Log: integrate 5.005_01 changes from maint
20543      Branch: perl
20544            ! Changes
20545           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
20546           !> win32/win32.c
20547 ____________________________________________________________________________
20548 [  1667] By: nick                                  on 1998/07/26  14:31:01
20549         Log: Add dTHR so that it compiles miniperl in threaded mode
20550      Branch: perl
20551            ! doop.c mg.c regcomp.c regexec.c
20552 ____________________________________________________________________________
20553 [  1666] By: nick                                  on 1998/07/26  13:01:10
20554         Log: Resolve ansiperl against mainline (@1648?)
20555              Unclear that change number has "taken".
20556      Branch: ansiperl
20557           +> (branch 169 files)
20558            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
20559           !> (integrate 131 files)
20560
20561 ----------------
20562 Version 5.005_50
20563 ----------------
20564
20565 ____________________________________________________________________________
20566 [  1665] By: gsar                                  on 1998/07/26  05:38:48
20567         Log: add trailing newline to file
20568      Branch: perl
20569            ! Changes lib/unicode/blocks.txt
20570 ____________________________________________________________________________
20571 [  1664] By: gsar                                  on 1998/07/26  05:08:48
20572         Log: integrate proto.h additions from maint-5.005
20573      Branch: perl
20574           !> pod/perlhist.pod proto.h
20575 ____________________________________________________________________________
20576 [  1663] By: gsar                                  on 1998/07/26  05:07:05
20577         Log: add new files to MANIFEST; add missing prototypes to proto.h;
20578              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
20579              add typecasts to silence warnings; tweaks for win32 builds
20580      Branch: perl
20581            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
20582            ! win32/Makefile win32/makefile.mk
20583 ____________________________________________________________________________
20584 [  1662] By: gsar                                  on 1998/07/26  05:01:52
20585         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
20586      Branch: maint-5.005/perl
20587            ! pod/perlhist.pod proto.h
20588 ____________________________________________________________________________
20589 [  1661] By: gsar                                  on 1998/07/26  02:52:48
20590         Log: up patchlevel to 5.005_50
20591      Branch: perl
20592            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
20593            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
20594 ____________________________________________________________________________
20595 [  1660] By: gsar                                  on 1998/07/26  02:43:57
20596         Log: integrate utfperl
20597      Branch: perl
20598           +> (branch 162 files)
20599           !> (integrate 29 files)
20600 ____________________________________________________________________________
20601 [  1659] By: gsar                                  on 1998/07/26  02:38:22
20602         Log: integrate maint-5.005 changes
20603      Branch: perl
20604           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
20605           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
20606           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
20607           !> vms/descrip_mms.template vms/subconfigure.com
20608 ____________________________________________________________________________
20609 [  1658] By: gsar                                  on 1998/07/26  02:23:46
20610         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
20611              Date: Fri, 24 Jul 1998 11:38:25 -0700
20612              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
20613              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
20614              --
20615              Date: Fri, 24 Jul 1998 12:30:36 -0700
20616              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
20617              Subject: [PATCH 5.005]Tweaks to README.vms
20618              --
20619              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
20620              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
20621              Subject: [PATCH 5.005] Final build cleanup patch
20622      Branch: maint-5.005/perl
20623            ! README.vms vms/descrip_mms.template vms/subconfigure.com
20624 ____________________________________________________________________________
20625 [  1657] By: gsar                                  on 1998/07/26  02:19:50
20626         Log: another platform where pp_sselect() needs a whole fd_set buffer
20627              From: Lupe Christoph <lupe@alanya.m.isar.de>
20628              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
20629              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
20630              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
20631      Branch: maint-5.005/perl
20632            ! pp_sys.c
20633 ____________________________________________________________________________
20634 [  1656] By: gsar                                  on 1998/07/26  02:12:46
20635         Log: fix problem building modules on dos-djgpp
20636              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
20637              Date: Sat, 25 Jul 1998 00:53:39 +0200
20638              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
20639              Subject: [PATCH 5.005] dos-djgpp and modules problem
20640      Branch: maint-5.005/perl
20641            ! djgpp/fixpmain
20642 ____________________________________________________________________________
20643 [  1655] By: gsar                                  on 1998/07/26  02:11:09
20644         Log: From: Tom Spindler <dogcow@home.merit.edu>
20645              Date: Wed, 22 Jul 1998 16:11:07 -0400
20646              Message-ID: <19980722161107.A16813@home.merit.edu>
20647              Subject: [PATCH 5.005] BeOS tweak
20648      Branch: maint-5.005/perl
20649            ! hints/beos.sh
20650 ____________________________________________________________________________
20651 [  1654] By: gsar                                  on 1998/07/26  02:09:29
20652         Log: various pod tweaks
20653      Branch: maint-5.005/perl
20654            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
20655            ! pod/perltoc.pod
20656 ____________________________________________________________________________
20657 [  1653] By: gsar                                  on 1998/07/26  02:05:46
20658         Log: fix emacs/ptags for PL_* changes
20659              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20660              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
20661              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
20662              Subject: [PATCH 5.004_76] Yet better ptags
20663      Branch: maint-5.005/perl
20664            ! emacs/ptags
20665 ____________________________________________________________________________
20666 [  1652] By: gsar                                  on 1998/07/26  02:03:01
20667         Log: fix behavior of <=> on bigints
20668              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
20669              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
20670              Date: Fri, 24 Jul 1998 18:29:53 +0100
20671              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
20672      Branch: maint-5.005/perl
20673            ! lib/Math/BigInt.pm t/lib/bigintpm.t
20674 ____________________________________________________________________________
20675 [  1651] By: larry                                 on 1998/07/24  05:44:33
20676         Log: Here are the long-expected Unicode/UTF-8 modifications.
20677      Branch: utfperl
20678            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
20679            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
20680            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
20681            + lib/unicode/Decomposition.pl
20682            + lib/unicode/In/AlphabeticPresentationForms.pl
20683            + lib/unicode/In/Arabic.pl
20684            + lib/unicode/In/ArabicPresentationForms-A.pl
20685            + lib/unicode/In/ArabicPresentationForms-B.pl
20686            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
20687            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
20688            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
20689            + lib/unicode/In/BoxDrawing.pl
20690            + lib/unicode/In/CJKCompatibility.pl
20691            + lib/unicode/In/CJKCompatibilityForms.pl
20692            + lib/unicode/In/CJKCompatibilityIdeographs.pl
20693            + lib/unicode/In/CJKSymbolsandPunctuation.pl
20694            + lib/unicode/In/CJKUnifiedIdeographs.pl
20695            + lib/unicode/In/CombiningDiacriticalMarks.pl
20696            + lib/unicode/In/CombiningHalfMarks.pl
20697            + lib/unicode/In/CombiningMarksforSymbols.pl
20698            + lib/unicode/In/ControlPictures.pl
20699            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
20700            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
20701            + lib/unicode/In/EnclosedAlphanumerics.pl
20702            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
20703            + lib/unicode/In/GeneralPunctuation.pl
20704            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
20705            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
20706            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
20707            + lib/unicode/In/HalfwidthandFullwidthForms.pl
20708            + lib/unicode/In/HangulCompatibilityJamo.pl
20709            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
20710            + lib/unicode/In/Hebrew.pl
20711            + lib/unicode/In/HighPrivateUseSurrogates.pl
20712            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
20713            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
20714            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
20715            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
20716            + lib/unicode/In/LatinExtended-A.pl
20717            + lib/unicode/In/LatinExtended-B.pl
20718            + lib/unicode/In/LatinExtendedAdditional.pl
20719            + lib/unicode/In/LetterlikeSymbols.pl
20720            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
20721            + lib/unicode/In/MathematicalOperators.pl
20722            + lib/unicode/In/MiscellaneousSymbols.pl
20723            + lib/unicode/In/MiscellaneousTechnical.pl
20724            + lib/unicode/In/NumberForms.pl
20725            + lib/unicode/In/OpticalCharacterRecognition.pl
20726            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
20727            + lib/unicode/In/SmallFormVariants.pl
20728            + lib/unicode/In/SpacingModifierLetters.pl
20729            + lib/unicode/In/Specials.pl
20730            + lib/unicode/In/SuperscriptsandSubscripts.pl
20731            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
20732            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
20733            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
20734            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
20735            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
20736            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
20737            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
20738            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
20739            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
20740            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
20741            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
20742            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
20743            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
20744            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
20745            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
20746            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
20747            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
20748            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
20749            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
20750            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
20751            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
20752            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
20753            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
20754            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
20755            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
20756            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
20757            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
20758            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
20759            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
20760            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
20761            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
20762            + lib/unicode/JamoShort.pl lib/unicode/Makefile
20763            + lib/unicode/Name.pl lib/unicode/Number.pl
20764            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
20765            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
20766            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
20767            + lib/unicode/blocks.txt lib/unicode/index2.txt
20768            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
20769            + lib/unicode/names2.txt lib/unicode/props2.txt
20770            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
20771            + utf8.c utf8.h
20772            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
20773            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
20774            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
20775            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
20776            ! t/op/vec.t toke.c util.c vms/vmsish.h
20777 ____________________________________________________________________________
20778 [  1650] By: gsar                                  on 1998/07/24  04:06:48
20779         Log: create utfperl branch
20780      Branch: utfperl
20781           +> (branch 1079 files)
20782 ____________________________________________________________________________
20783 [  1649] By: gsar                                  on 1998/07/24  03:56:56
20784         Log: create maint-5.005 branch
20785      Branch: maint-5.005/perl
20786           +> (branch 1079 files)
20787 ____________________________________________________________________________
20788 [  1648] By: gsar                                  on 1998/07/24  03:36:35
20789         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
20790      Branch: perl
20791            ! Changes
20792