8fb21a3cf3ca4e51d402097154d6c4bf4901d705
[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 February 2000):
18
19     Gisle Aas           <gisle@aas.no>
20     Abigail             <abigail@delanet.com>
21     Kenneth Albanowski  <kjahds@kjahds.com>
22     Russ Allbery        <rra@stanford.edu>
23     Brad Appleton       <bradapp@enteract.com>
24     Greg Bacon          <gbacon@itsc.uah.edu>
25     Robin Barker        <rmb1@cise.npl.co.uk>
26     Vishal Bhatia       <vishal@gol.com>
27     Spider Boardman     <spider@orb.nashua.nh.us>
28     Tom Christiansen    <tchrist@perl.com>
29     Mark-Jason Dominus  <mjd@plover.com>
30     Jan Dubois          <jand@activestate.com>
31     Dominic Dunlop      <domo@computer.org>
32     Eric Fifer          <efifer@sanwaint.com>
33     Hallvard B Furuseth <h.b.furuseth@usit.uio.no>
34     M. J. T. Guy        <mjtg@cus.cam.ac.uk>
35     Jarkko Hietaniemi   <jhi@iki.fi>
36     Tom Hughes          <tom@compton.nu>
37     Nick Ing-Simmons    <nik@tiuk.ti.com>
38     Andreas Koenig      <a.koenig@mind.de>
39     Douglas Lankshear   <dougl@activestate.com>
40     Doug MacEachern     <dougm@opengroup.org>
41     Raphael Manfredi    <Raphael.Manfredi@st.com>
42     Paul Marquess       <Paul.Marquess@btinternet.com>
43     Stephen McCamant    <alias@mcs.com>
44     Laszlo Molnar       <laszlo.molnar@eth.ericsson.se>
45     Hans Mulder         <hansmu@xs4all.nl>
46     Chris Nandor        <pudge@pobox.com>
47     Matthias Neeracher  <neeri@iis.ee.ethz.ch>
48     Jeff Okamoto        <okamoto@hpcc123.corp.hp.com>
49     Ulrich Pfeifer      <pfeifer@charly.informatik.uni-dortmund.de>
50     Tom Phoenix         <rootbeer@teleport.com>
51     Joshua Pritikin     <joshua.pritikin@db.com>
52     Peter Prymmer       <pvhp@forte.com>
53     Norbert Pueschel    <pueschel@imsdd.meb.uni-bonn.de>
54     Dean Roehrich       <roehrich@cray.com>
55     Hugo van der Sanden <hv@crypt0.demon.co.uk>
56     Michael G Schwern   <schwern@pobox.com>
57     Roderick Schertler  <roderick@argon.org>
58     Kurt D. Starsinic   <kstar@chapin.edu>
59     Benjamin Stuhl      <sho_pi@hotmail.com>
60     Dan Sugalski        <sugalskd@osshe.edu>
61     Nathan Torkington   <gnat@frii.com>
62     Larry W. Virden     <lvirden@cas.org>
63     Johan Vromans       <jvromans@squirrel.nl>
64     Ilya Zakharevich    <ilya@math.ohio-state.edu>
65
66 And the Keepers of the Patch Pumpkin:
67
68     Charles Bailey      <bailey@newman.upenn.edu>
69     Graham Barr         <gbarr@ti.com>
70     Malcolm Beattie     <mbeattie@sable.ox.ac.uk>
71     Tim Bunce           <Tim.Bunce@ig.co.uk>
72     Andy Dougherty      <doughera@lafcol.lafayette.edu>
73     Gurusamy Sarathy    <gsar@activestate.com>
74     Chip Salzenberg     <chip@perl.com>
75
76 And, of course, the Author of Perl:
77
78     Larry Wall          <larry@wall.org>
79
80
81 NOTE: Each change entry shows the change number; who checked it into the
82 repository; when; description of the change; which branch the change
83 happened in; and the affected files.  The file lists have a short symbolic
84 indicator:
85
86             !       modified
87             +       added
88             -       deleted
89             +>      branched (from elsewhere)
90             !>      merged changes (from elsewhere)
91
92
93 --------------
94 Version v5.6.0
95 --------------
96
97 ____________________________________________________________________________
98 [  5628] By: gsar                                  on 2000/03/09  17:39:58
99         Log: support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf"
100              semantics; the pragma sets defaults for both open() and qx//
101      Branch: perl
102            ! doio.c dosish.h embed.h embed.pl epoc/epocish.h lib/open.pm
103            ! mpeix/mpeixish.h op.c op.h opcode.h opcode.pl os2/os2ish.h
104            ! perl.h perlapi.c plan9/plan9ish.h pod/perlfunc.pod pp.sym
105            ! pp_proto.h pp_sys.c proto.h sv.h vms/vmsish.h vos/vosish.h
106 ____________________________________________________________________________
107 [  5627] By: gsar                                  on 2000/03/09  12:54:08
108         Log: avoid autoflushing behavior of fork/system/exec on Solaris (thanks
109              to fflush(NULL) bug)
110      Branch: perl
111            ! hints/solaris_2.sh pod/perldelta.pod
112 ____________________________________________________________________________
113 [  5626] By: gsar                                  on 2000/03/09  11:34:51
114         Log: abort build on HP-UX if bundled non-ANSI compiler is detected
115              (from Dominic Dunlop <domo@computer.org>)
116      Branch: perl
117            ! hints/hpux.sh
118 ____________________________________________________________________________
119 [  5625] By: gsar                                  on 2000/03/09  11:17:07
120         Log: patch from Larry to make -T filetest algorithm recognize utf8 as
121              "text"
122      Branch: perl
123            ! pp_sys.c
124 ____________________________________________________________________________
125 [  5624] By: gsar                                  on 2000/03/09  11:11:59
126         Log: provide support for deleting actions etc. (from Ronald J Kimball
127              <rjk@linguist.dartmouth.edu>)
128      Branch: perl
129            ! lib/perl5db.pl pod/perldebug.pod
130 ____________________________________________________________________________
131 [  5623] By: gsar                                  on 2000/03/09  06:39:21
132         Log: new xsubpp keywords should be in all caps
133      Branch: perl
134            ! lib/ExtUtils/xsubpp
135 ____________________________________________________________________________
136 [  5622] By: gsar                                  on 2000/03/09  06:26:04
137         Log: demand-load utf8.pm in swash routines
138      Branch: perl
139            ! op.c utf8.c
140 ____________________________________________________________________________
141 [  5621] By: gsar                                  on 2000/03/08  19:27:02
142         Log: make Dump() call the XSUB implementation transparently (modified
143              version of patch suggested by David Boyce <dsb@world.std.com>)
144      Branch: perl
145            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
146            ! pod/perldelta.pod
147 ____________________________________________________________________________
148 [  5620] By: gsar                                  on 2000/03/08  18:35:48
149         Log: do FILE should not see outside lexicals (from Rick Delaney
150              <rick@consumercontact.com>)
151      Branch: perl
152            ! op.c pp_ctl.c t/comp/require.t
153 ____________________________________________________________________________
154 [  5619] By: gsar                                  on 2000/03/08  18:04:45
155         Log: abstract code for C<use Foo 1.23 @ary;> into a Perl_load_module()
156              API function
157      Branch: perl
158            ! doio.c embed.h embed.pl global.sym objXSUB.h op.c op.h
159            ! perlapi.c pp_sys.c proto.h
160 ____________________________________________________________________________
161 [  5618] By: jhi                                   on 2000/03/08  18:03:30
162         Log: Integrate with Sarathy.
163      Branch: cfgperl
164           +> lib/Pod/Plainer.pm
165           !> Changes MANIFEST dosish.h embedvar.h lib/Pod/InputObjects.pm
166           !> lib/Pod/Parser.pm makedef.pl op.c op.h perl.c perlapi.h
167           !> perlvars.h pod/perlop.pod pod/pod2latex.PL sv.c unixish.h
168           !> vms/vmsish.h
169 ____________________________________________________________________________
170 [  5617] By: jhi                                   on 2000/03/08  15:44:05
171         Log: ICU todo fixes.
172      Branch: cfgperl
173            ! Todo-5.6
174 ____________________________________________________________________________
175 [  5616] By: jhi                                   on 2000/03/08  14:30:40
176         Log: Even more Todo.
177      Branch: cfgperl
178            ! Todo-5.6
179 ____________________________________________________________________________
180 [  5615] By: jhi                                   on 2000/03/08  14:13:45
181         Log: More Todo.
182      Branch: cfgperl
183            ! Todo-5.6
184 ____________________________________________________________________________
185 [  5614] By: jhi                                   on 2000/03/08  13:50:53
186         Log: wording changes
187      Branch: cfgperl
188            ! lib/Math/Complex.pm
189 ____________________________________________________________________________
190 [  5613] By: gsar                                  on 2000/03/08  12:51:35
191         Log: clarify docs on return value from binding operators
192      Branch: perl
193            ! pod/perlop.pod
194 ____________________________________________________________________________
195 [  5612] By: gsar                                  on 2000/03/08  12:41:38
196         Log: shore up pod2latex shortcomings, and a Pod::Parser fix (from
197              Robin Barker)
198      Branch: perl
199            + lib/Pod/Plainer.pm
200            ! MANIFEST lib/Pod/Parser.pm pod/pod2latex.PL
201 ____________________________________________________________________________
202 [  5611] By: gsar                                  on 2000/03/08  12:22:59
203         Log: integrate cfgperl changes into mainline
204      Branch: perl
205            ! Changes
206           !> installperl lib/Math/Complex.pm pod/perldelta.pod
207           !> t/lib/complex.t vms/vmsish.h
208 ____________________________________________________________________________
209 [  5610] By: gsar                                  on 2000/03/08  12:08:17
210         Log: add missing locks for op refcounts
211      Branch: perl
212            ! dosish.h embedvar.h makedef.pl op.c op.h perl.c perlapi.h
213            ! perlvars.h sv.c unixish.h vms/vmsish.h
214 ____________________________________________________________________________
215 [  5609] By: gsar                                  on 2000/03/08  11:30:32
216         Log: Pod::InputObjects tweak (from Brad Appleton)
217      Branch: perl
218            ! lib/Pod/InputObjects.pm
219 ____________________________________________________________________________
220 [  5608] By: jhi                                   on 2000/03/08  05:08:59
221         Log: Integrate with Sarathy.
222      Branch: cfgperl
223           !> (integrate 27 files)
224 ____________________________________________________________________________
225 [  5607] By: jhi                                   on 2000/03/08  05:07:06
226         Log: Make the stringification more customizable.
227              A potentially backward incompatible change.
228              Based on a suggestion by Roman Kosenko <ra@amk.al.lg.ua>.
229      Branch: cfgperl
230            ! lib/Math/Complex.pm pod/perldelta.pod t/lib/complex.t
231 ____________________________________________________________________________
232 [  5606] By: jhi                                   on 2000/03/08  00:49:14
233         Log: s/lfs/largefiles/
234      Branch: metaconfig
235            ! U/mksample
236 ____________________________________________________________________________
237 [  5605] By: gsar                                  on 2000/03/07  23:37:48
238         Log: VMS build patch (from Peter Prymmer)
239      Branch: perl
240            ! configure.com installhtml lib/lib.pm vms/descrip_mms.template
241            ! vms/subconfigure.com vms/vms.c
242 ____________________________________________________________________________
243 [  5604] By: gsar                                  on 2000/03/07  23:25:46
244         Log: CopFILEGV(&PL_compiling) must be reset properly (from Doug MacEachern)
245      Branch: perl
246            ! perl.c
247 ____________________________________________________________________________
248 [  5603] By: gsar                                  on 2000/03/07  23:05:16
249         Log: type mismatch
250      Branch: perl
251            ! sv.c
252 ____________________________________________________________________________
253 [  5602] By: gsar                                  on 2000/03/07  22:40:55
254         Log: add note to INSTALL about C++ compilers (from M J T Guy)
255      Branch: perl
256            ! INSTALL
257 ____________________________________________________________________________
258 [  5601] By: gsar                                  on 2000/03/07  22:30:35
259         Log: separate options to incpush() for adding version directories and
260              architecture directories (from Andy Dougherty)
261      Branch: perl
262            ! embed.h embed.pl perl.c proto.h t/lib/fatal.t
263 ____________________________________________________________________________
264 [  5600] By: gsar                                  on 2000/03/07  20:18:54
265         Log: support :void to enable croaking only in void context (from
266              Simon Cozens <simon@othersideofthe.earth.li>)
267      Branch: perl
268            ! lib/Fatal.pm t/lib/fatal.t
269 ____________________________________________________________________________
270 [  5599] By: gsar                                  on 2000/03/07  18:35:21
271         Log: Pod::Html tweak to avoid false falses
272      Branch: perl
273            ! lib/Pod/Html.pm
274 ____________________________________________________________________________
275 [  5598] By: gsar                                  on 2000/03/07  18:21:58
276         Log: skip null siblings encountered by goto out of loopish block
277              (from Doug Lankshear)
278      Branch: perl
279            ! pp_ctl.c
280 ____________________________________________________________________________
281 [  5597] By: gsar                                  on 2000/03/07  16:33:29
282         Log: omit XSLoader from bytecode dumps
283      Branch: perl
284            ! ext/B/B/Bytecode.pm ext/B/B/Stash.pm ext/B/B/Xref.pm
285 ____________________________________________________________________________
286 [  5596] By: gsar                                  on 2000/03/07  10:58:17
287         Log: avoid coredump on C<printf "%vd">
288      Branch: perl
289            ! sv.c
290 ____________________________________________________________________________
291 [  5595] By: gsar                                  on 2000/03/07  10:26:03
292         Log: add missing HTML escapes that can be displayed in xterm (from
293              Tim Jenness <timj@jach.hawaii.edu>)
294      Branch: perl
295            ! lib/Pod/Text.pm
296 ____________________________________________________________________________
297 [  5594] By: gsar                                  on 2000/03/07  10:24:55
298         Log: Fatal.pm pod tweak (from Matt Sergeant <matt@sergeant.org>)
299      Branch: perl
300            ! lib/Fatal.pm
301 ____________________________________________________________________________
302 [  5593] By: gsar                                  on 2000/03/07  09:57:24
303         Log: get ByteLoader working again
304      Branch: perl
305            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
306            ! ext/B/B/C.pm ext/ByteLoader/bytecode.h
307            ! ext/ByteLoader/byterun.c
308 ____________________________________________________________________________
309 [  5592] By: gsar                                  on 2000/03/07  05:14:49
310         Log: typo in makedef.pl
311      Branch: perl
312            ! lib/File/Path.pm makedef.pl
313 ____________________________________________________________________________
314 [  5591] By: jhi                                   on 2000/03/06  22:56:24
315         Log: Integrate with Sarathy.
316      Branch: cfgperl
317           !> Changes ext/File/Glob/Glob.xs lib/Pod/Html.pm
318 ____________________________________________________________________________
319 [  5590] By: gsar                                  on 2000/03/06  22:32:44
320         Log: fix incorrect prototypes in File::Glob
321      Branch: perl
322            ! ext/File/Glob/Glob.xs
323 ____________________________________________________________________________
324 [  5589] By: gsar                                  on 2000/03/06  22:07:38
325         Log: update Changes
326      Branch: perl
327            ! Changes
328 ____________________________________________________________________________
329 [  5588] By: jhi                                   on 2000/03/06  21:46:18
330         Log: From: "Craig A. Berry" <craig.berry@metamorgs.com>
331              To: vmsperl@perl.org, perl5-porters@perl.org
332              Cc: jhi@iki.fi, Charles Bailey <BAILEY@newman.upenn.edu>, gsar@activestate.com
333              Subject: [PATCH 5.5.670] circumvent VMS fileno bug in old DEC C version
334              Date: Mon, 06 Mar 2000 15:36:13 -0600
335              Message-Id: <4.2.2.20000306153539.00ca6420@exchi01.midwest.metamorgs.com>
336      Branch: cfgperl
337            ! vms/vmsish.h
338 ____________________________________________________________________________
339 [  5587] By: jhi                                   on 2000/03/06  21:23:27
340         Log: Use $^O.
341      Branch: cfgperl
342            ! installperl
343 ____________________________________________________________________________
344 [  5586] By: jhi                                   on 2000/03/06  21:19:15
345         Log: Undo drift from the mainline.
346      Branch: cfgperl
347           !> (integrate 1607 files)
348 ____________________________________________________________________________
349 [  5585] By: gsar                                  on 2000/03/06  20:23:37
350         Log: change#5513 accidentally undid change#5373, put it back
351      Branch: perl
352            ! lib/Pod/Html.pm
353 ____________________________________________________________________________
354 [  5584] By: jhi                                   on 2000/03/06  17:30:48
355         Log: Integrate with Sarathy.
356      Branch: cfgperl
357           !> lib/File/Path.pm lib/Getopt/Long.pm lib/IPC/Open2.pm
358           !> lib/Pod/Man.pm makedef.pl toke.c vms/subconfigure.com
359 ____________________________________________________________________________
360 [  5583] By: gsar                                  on 2000/03/06  17:02:52
361         Log: makedef.pl typos
362      Branch: perl
363            ! makedef.pl
364 ____________________________________________________________________________
365 [  5582] By: gsar                                  on 2000/03/06  15:24:14
366         Log: Pod::Man bugfixes (from Russ Allbery)
367      Branch: perl
368            ! lib/Pod/Man.pm
369 ____________________________________________________________________________
370 [  5581] By: gsar                                  on 2000/03/06  15:17:08
371         Log: File::Path::rmtree() doesn't delete stale symlinks correctly
372      Branch: perl
373            ! lib/File/Path.pm
374 ____________________________________________________________________________
375 [  5580] By: gsar                                  on 2000/03/06  14:55:57
376         Log: pod nits
377      Branch: perl
378            ! lib/Getopt/Long.pm lib/IPC/Open2.pm
379 ____________________________________________________________________________
380 [  5579] By: gsar                                  on 2000/03/06  14:55:08
381         Log: 64-bit build fix on VMS (from Dan Sugalski)
382      Branch: perl
383            ! toke.c vms/subconfigure.com
384 ____________________________________________________________________________
385 [  5578] By: jhi                                   on 2000/03/06  14:37:46
386         Log: Integrate with Sarathy.
387      Branch: cfgperl
388           !> README.win32 configure.com iperlsys.h lib/File/Spec/VMS.pm
389           !> lib/IPC/Open2.pm lib/IPC/Open3.pm perl.c t/lib/filefind.t
390           !> t/lib/filespec.t vms/ext/filespec.t vms/subconfigure.com
391           !> vms/test.com vms/vms.c win32/config.bc win32/config.gc
392           !> win32/config.vc win32/config_H.bc win32/config_H.gc
393           !> win32/config_H.vc win32/config_h.PL win32/perlhost.h
394           !> win32/win32.c win32/win32.h
395 ____________________________________________________________________________
396 [  5577] By: gsar                                  on 2000/03/06  07:26:18
397         Log: skip tests that need VMS::Filespec on other platforms
398      Branch: perl
399            ! t/lib/filespec.t
400 ____________________________________________________________________________
401 [  5576] By: gsar                                  on 2000/03/06  07:11:21
402         Log: integrate vmsperl contents into mainline
403      Branch: perl
404           !> configure.com lib/File/Spec/VMS.pm t/lib/filefind.t
405           !> t/lib/filespec.t vms/ext/filespec.t vms/subconfigure.com
406           !> vms/test.com vms/vms.c
407 ____________________________________________________________________________
408 [  5575] By: gsar                                  on 2000/03/06  07:05:34
409         Log: support for autovivified handles (from Tom Christiansen)
410      Branch: perl
411            ! lib/IPC/Open2.pm lib/IPC/Open3.pm
412 ____________________________________________________________________________
413 [  5574] By: gsar                                  on 2000/03/06  06:31:55
414         Log: vendorlib support for Windows; regen win32/config*
415      Branch: perl
416            ! README.win32 iperlsys.h perl.c win32/config.bc win32/config.gc
417            ! win32/config.vc win32/config_H.bc win32/config_H.gc
418            ! win32/config_H.vc win32/config_h.PL win32/perlhost.h
419            ! win32/win32.c win32/win32.h
420 ____________________________________________________________________________
421 [  5573] By: bailey                                on 2000/03/06  05:23:23
422         Log: Skip openpid.t while VMS subprocess intercommunication in flux (several vmsperlers)
423      Branch: vmsperl
424            ! vms/test.com
425 ____________________________________________________________________________
426 [  5572] By: gsar                                  on 2000/03/06  05:21:26
427         Log: the incpush()es weren't all quite right on Windows in change#5559
428      Branch: perl
429            ! perl.c
430 ____________________________________________________________________________
431 [  5571] By: bailey                                on 2000/03/06  05:18:59
432         Log: Fix ricochet in File::Spec::VMS
433              Fix eval error in filespec.t
434              Misc. minor fixes in filespec.t
435      Branch: vmsperl
436            ! lib/File/Spec/VMS.pm t/lib/filespec.t
437 ____________________________________________________________________________
438 [  5570] By: gsar                                  on 2000/03/06  05:00:44
439         Log: integrate cfgperl changes into mainline
440      Branch: perl
441           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
442           !> Porting/config_H config_h.SH epoc/config.sh
443           !> ext/DynaLoader/DynaLoader_pm.PL hints/aix.sh patchlevel.h
444           !> perl.c perl.h toke.c vos/config.def vos/config.h
445           !> vos/config_h.SH_orig
446 ____________________________________________________________________________
447 [  5569] By: jhi                                   on 2000/03/06  04:51:39
448         Log: Integrate with Sarathy.
449      Branch: cfgperl
450           !> installperl pp.c
451 ____________________________________________________________________________
452 [  5568] By: gsar                                  on 2000/03/06  04:48:17
453         Log: installperl wasn't putting extensions with two or more
454              nested package names in the archlib
455      Branch: perl
456            ! installperl
457 ____________________________________________________________________________
458 [  5567] By: bailey                                on 2000/03/06  03:43:36
459         Log: Set up for vendorarch (and fix 64bitint typo) (Dan Sugalski)
460      Branch: vmsperl
461            ! configure.com vms/subconfigure.com
462 ____________________________________________________________________________
463 [  5566] By: bailey                                on 2000/03/06  03:40:14
464         Log: Change $Config{'extensions'} to look Unixy (Charles Lane)
465              FIx logic error in glob-basic.t (Charles Lane)
466      Branch: vmsperl
467            ! configure.com vms/subconfigure.com
468 ____________________________________________________________________________
469 [  5565] By: bailey                                on 2000/03/06  03:37:46
470         Log: Remove trailing . from typeless files (Charles Lane)
471      Branch: vmsperl
472            ! t/lib/filefind.t
473 ____________________________________________________________________________
474 [  5564] By: bailey                                on 2000/03/06  03:36:26
475         Log: Resync with mainline, update test in vmsfspec.t
476      Branch: vmsperl
477           +> lib/Term/ANSIColor.pm t/lib/ansicolor.t
478            ! vms/ext/filespec.t
479           !> (integrate 171 files)
480 ____________________________________________________________________________
481 [  5563] By: gsar                                  on 2000/03/06  03:29:11
482         Log: avoid warning
483      Branch: perl
484            ! pp.c
485 ____________________________________________________________________________
486 [  5562] By: bailey                                on 2000/03/06  02:48:17
487         Log: Downcase function call to hush picky cc
488      Branch: vmsperl
489            ! vms/vms.c
490 ____________________________________________________________________________
491 [  5561] By: jhi                                   on 2000/03/06  00:23:22
492         Log: VOS patch from Paul Green.  Note that the vos/config_h.SH_orig
493              is not exactly identical to the current config_h.SH because
494              Paul needs better $sitearch control.
495      Branch: cfgperl
496            ! vos/config.def vos/config.h vos/config_h.SH_orig
497 ____________________________________________________________________________
498 [  5560] By: jhi                                   on 2000/03/05  23:26:41
499         Log: Avoid wiping out @dl_{librefs,modules} when XSLoader
500              falls back to DynaLoader.
501              
502              From: Doug MacEachern <dougm@pobox.com>
503              To: perl5-porters@perl.org
504              Subject: [PATCH v5.5.670] maintain DynaLoader::dl_{librefs,modules}
505              Date: Sun, 5 Mar 2000 15:19:01 -0800 (PST)
506              Message-ID: <Pine.LNX.4.10.10003051509460.16885-100000@mojo.covalent.net>
507      Branch: cfgperl
508            ! ext/DynaLoader/DynaLoader_pm.PL
509 ____________________________________________________________________________
510 [  5559] By: jhi                                   on 2000/03/05  22:05:54
511         Log: sitelib_stem and vendorlib_stem patches from Andy;
512              problem reported in
513              From: schwern@athens.arena-i.com (Michael G Schwern)
514              To: perl5-porters@perl.org
515              Subject: [ID 20000305.001] [BUG 5.5.670 perl.c] SITELIB_EXP mangled by hack.
516              Date: Sun,  5 Mar 2000 06:31:29 -0500 (EST)
517              Message-Id: <20000305113129.80DC23820@athens.arena-i.com>
518      Branch: cfgperl
519            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
520            ! config_h.SH epoc/config.sh patchlevel.h perl.c perl.h
521            ! vos/config.def vos/config.h vos/config_h.SH_orig
522      Branch: metaconfig
523            ! U/installdirs/instubperl.U U/installdirs/sitelib.U
524            ! U/installdirs/vendorlib.U
525 ____________________________________________________________________________
526 [  5558] By: jhi                                   on 2000/03/05  21:18:59
527         Log: Integrate with Sarathy.
528      Branch: cfgperl
529           !> hints/linux.sh lib/Getopt/Long.pm
530 ____________________________________________________________________________
531 [  5557] By: gsar                                  on 2000/03/05  20:35:13
532         Log: Getopt-Long v2.21 update (from Johan Vromans)
533      Branch: perl
534            ! lib/Getopt/Long.pm
535 ____________________________________________________________________________
536 [  5556] By: gsar                                  on 2000/03/05  20:26:57
537         Log: Linux needs -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 too
538              (from Matthias Urlichs <smurf@noris.net>)
539      Branch: perl
540            ! hints/linux.sh
541 ____________________________________________________________________________
542 [  5555] By: jhi                                   on 2000/03/05  20:15:34
543         Log: Integrate with Sarathy.
544      Branch: cfgperl
545           +> lib/Term/ANSIColor.pm t/lib/ansicolor.t
546           !> MANIFEST lib/Pod/InputObjects.pm opcode.h opcode.pl
547           !> pod/perldelta.pod pod/perlfunc.pod pp.c pp_sys.c
548           !> t/comp/proto.t toke.c utils/perlbug.PL
549 ____________________________________________________________________________
550 [  5554] By: gsar                                  on 2000/03/05  20:02:17
551         Log: prototype changes for eventually supporting C<binmode(F, ":raw")>
552              and C<open F, "-|", 'cat', '-v'>
553      Branch: perl
554            ! opcode.h opcode.pl pod/perlfunc.pod pp.c pp_sys.c
555            ! t/comp/proto.t toke.c
556 ____________________________________________________________________________
557 [  5553] By: jhi                                   on 2000/03/05  19:55:02
558         Log: AIX gcvt() cannot format long doubles very well.
559      Branch: cfgperl
560            ! hints/aix.sh
561 ____________________________________________________________________________
562 [  5552] By: jhi                                   on 2000/03/05  18:44:37
563         Log: the monster cpp expression needs to be on one line to
564              appease makedepend
565      Branch: cfgperl
566            ! toke.c
567 ____________________________________________________________________________
568 [  5551] By: jhi                                   on 2000/03/05  18:24:32
569         Log: IRIX cpp is fussy.
570      Branch: cfgperl
571            ! toke.c
572 ____________________________________________________________________________
573 [  5550] By: gsar                                  on 2000/03/05  17:46:18
574         Log: perlbug tweak to grok local_patches better
575      Branch: perl
576            ! utils/perlbug.PL
577 ____________________________________________________________________________
578 [  5549] By: gsar                                  on 2000/03/05  17:33:10
579         Log: add Term::ANSIColor, perldelta notes on Pod::Man, and fix a bug
580              in Pod::InputObjects (from Russ Allbery)
581      Branch: perl
582            + lib/Term/ANSIColor.pm t/lib/ansicolor.t
583            ! MANIFEST lib/Pod/InputObjects.pm pod/perldelta.pod
584 ____________________________________________________________________________
585 [  5548] By: jhi                                   on 2000/03/05  17:27:06
586         Log: clean up the makedepend temp file
587      Branch: cfgperl
588            ! Makefile.SH
589 ____________________________________________________________________________
590 [  5547] By: jhi                                   on 2000/03/05  17:23:18
591         Log: Integrate with Sarathy.
592      Branch: cfgperl
593           !> perl.c
594 ____________________________________________________________________________
595 [  5546] By: jhi                                   on 2000/03/05  17:16:12
596         Log: Integrate with Sarathy.
597      Branch: cfgperl
598           !> (integrate 47 files)
599 ____________________________________________________________________________
600 [  5545] By: gsar                                  on 2000/03/05  17:13:48
601         Log: strip last component of SITELIB_EXP only if it looks like a
602              number
603      Branch: perl
604            ! perl.c
605 ____________________________________________________________________________
606 [  5544] By: jhi                                   on 2000/03/05  17:12:42
607         Log: s/Perl/PeRl/; # yeah
608      Branch: cfgperl
609            ! Configure config_h.SH
610      Branch: metaconfig
611            ! U/modified/cpp_stuff.U
612 ____________________________________________________________________________
613 [  5543] By: gsar                                  on 2000/03/05  16:54:10
614         Log: thinko in change#4546 that caused variables to lose their importedness
615              (GvIMPORTED_XV_off should be !GvIMPORTED_XV)
616      Branch: perl
617            ! sv.c t/pragma/strict-vars
618 ____________________________________________________________________________
619 [  5542] By: gsar                                  on 2000/03/05  09:37:26
620         Log: regen win32/config*, up version numbers &c.
621      Branch: perl
622            ! patchlevel.h win32/Makefile win32/config.bc win32/config.gc
623            ! win32/config.vc win32/config_H.bc win32/config_H.gc
624            ! win32/config_H.vc win32/makefile.mk
625 ____________________________________________________________________________
626 [  5541] By: gsar                                  on 2000/03/05  09:20:12
627         Log: undo change#5506; add patch to make blank line warnings optional
628              (from Brad Appleton)
629      Branch: perl
630            ! lib/Pod/Checker.pm lib/Pod/Parser.pm t/pod/poderrs.xr
631 ____________________________________________________________________________
632 [  5540] By: gsar                                  on 2000/03/05  09:04:52
633         Log: fixes for most warnings identified by gcc -Wall
634      Branch: perl
635            ! av.c cop.h deb.c doop.c dump.c embed.h embed.pl gv.c hv.c mg.c
636            ! miniperlmain.c objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c
637            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c regexp.h run.c
638            ! scope.c sv.c sv.h toke.c universal.c util.c xsutils.c
639 ____________________________________________________________________________
640 [  5539] By: gsar                                  on 2000/03/05  06:37:58
641         Log: shup up warnings about dNOOP from gcc with __attribute__ ((unused))
642              (from Doug MacEachern <dougm@pobox.com>)
643      Branch: perl
644            ! patchlevel.h perl.h
645 ____________________________________________________________________________
646 [  5538] By: gsar                                  on 2000/03/05  05:50:44
647         Log: tyop
648      Branch: perl
649            ! config_h.SH
650 ____________________________________________________________________________
651 [  5537] By: gsar                                  on 2000/03/05  05:41:10
652         Log: integrate cfgperl contents into mainline; add new tests from
653              inc.t into 64bit.t
654      Branch: perl
655            ! t/op/64bit.t
656           !> Configure config_h.SH hints/hpux.sh hints/sco.sh perl.h
657           !> pod/perl.pod toke.c
658 ____________________________________________________________________________
659 [  5536] By: jhi                                   on 2000/03/05  05:37:22
660         Log: dethinko
661      Branch: cfgperl
662            ! toke.c
663 ____________________________________________________________________________
664 [  5535] By: jhi                                   on 2000/03/05  05:14:40
665         Log: Integrate with Sarathy.
666      Branch: cfgperl
667           !> pp.c t/op/inc.t toke.c
668 ____________________________________________________________________________
669 [  5534] By: gsar                                  on 2000/03/05  04:50:26
670         Log: optimize change#5533 to stick to IVs if constant is <= IV_MAX,
671              since runtime is highly optimized for IVs rather than UVs
672      Branch: perl
673            ! toke.c
674 ____________________________________________________________________________
675 [  5533] By: gsar                                  on 2000/03/05  04:30:02
676         Log: scan_num() sticks to UVs rather than IVs (now -2147483648 doesn't
677              end up being promoted to an NV)
678      Branch: perl
679            ! pp.c t/op/inc.t toke.c
680 ____________________________________________________________________________
681 [  5532] By: jhi                                   on 2000/03/05  01:11:37
682         Log: more cpp cosmetics, logic cleanup
683      Branch: cfgperl
684            ! toke.c
685 ____________________________________________________________________________
686 [  5531] By: jhi                                   on 2000/03/05  00:51:20
687         Log: Implement #5525 in metaconfig.
688      Branch: cfgperl
689            ! Configure config_h.SH
690      Branch: metaconfig
691            ! U/modified/cpp_stuff.U
692 ____________________________________________________________________________
693 [  5530] By: jhi                                   on 2000/03/05  00:32:51
694         Log: Integrate with Sarathy.
695      Branch: cfgperl
696           !> config_h.SH doio.c lib/Cwd.pm lib/Pod/Html.pm lib/bytes.pm
697           !> lib/charnames.pm lib/filetest.pm lib/integer.pm lib/locale.pm
698           !> lib/overload.pm lib/utf8.pm os2/os2ish.h pod/perldebug.pod
699           !> t/lib/ipc_sysv.t t/pragma/warn/regcomp win32/config_H.bc
700           !> win32/config_H.gc win32/config_H.vc
701 ____________________________________________________________________________
702 [  5529] By: jhi                                   on 2000/03/05  00:31:17
703         Log: Sanity check on the strtoll and strtoull.
704      Branch: cfgperl
705            ! Configure config_h.SH
706      Branch: metaconfig/U/perl
707            ! d_strtoll.U d_strtoull.U
708 ____________________________________________________________________________
709 [  5528] By: jhi                                   on 2000/03/05  00:07:21
710         Log: Reformat the fearful cpp expression to be a little bit less fearful.
711      Branch: cfgperl
712            ! toke.c
713 ____________________________________________________________________________
714 [  5527] By: gsar                                  on 2000/03/04  21:55:03
715         Log: make hints available via globals in the respective pragmas to
716              avoid duplicating the constants everywhere
717      Branch: perl
718            ! lib/bytes.pm lib/charnames.pm lib/filetest.pm lib/integer.pm
719            ! lib/locale.pm lib/overload.pm lib/utf8.pm
720 ____________________________________________________________________________
721 [  5526] By: gsar                                  on 2000/03/04  20:39:36
722         Log: remove deadcode
723      Branch: perl
724            ! lib/Cwd.pm
725 ____________________________________________________________________________
726 [  5525] By: gsar                                  on 2000/03/04  19:42:55
727         Log: make CAT2() portable for use as a macro argument with an extra
728              level of macros
729      Branch: perl
730            ! config_h.SH
731 ____________________________________________________________________________
732 [  5524] By: gsar                                  on 2000/03/04  19:02:27
733         Log: avoid looking up stale PL_statbuf (spotted by Charles Lane
734              <lane@DUPHY4.Physics.Drexel.Edu>)
735      Branch: perl
736            ! doio.c
737 ____________________________________________________________________________
738 [  5523] By: gsar                                  on 2000/03/04  18:59:03
739         Log: pod tweak
740      Branch: perl
741            ! pod/perldebug.pod
742 ____________________________________________________________________________
743 [  5522] By: gsar                                  on 2000/03/04  17:46:58
744         Log: regen win32/config_H*
745      Branch: perl
746            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
747 ____________________________________________________________________________
748 [  5521] By: jhi                                   on 2000/03/04  16:35:48
749         Log: From: "Matthias Urlichs" <smurf@noris.net>
750              To: perl5-porters@perl.org
751              Subject: BUG: Integer floatifies? +PATCH: reading BIG integers with SMALL floats
752              Date:   Sat, 4 Mar 2000 12:48:42 +0100
753              Message-ID: <20000304124841.A8090@noris.de>
754      Branch: cfgperl
755            ! toke.c
756 ____________________________________________________________________________
757 [  5520] By: jhi                                   on 2000/03/04  15:41:12
758         Log: unthink wishful thinking
759      Branch: cfgperl
760            ! pod/perl.pod
761 ____________________________________________________________________________
762 [  5519] By: gsar                                  on 2000/03/04  06:42:47
763         Log: fix OS/2 coredump with POSIX::tmpnam() (from Ilya Zakharevich)
764      Branch: perl
765            ! os2/os2ish.h
766 ____________________________________________________________________________
767 [  5518] By: gsar                                  on 2000/03/04  06:02:26
768         Log: avoid "scalars leaked" message in test
769      Branch: perl
770            ! t/pragma/warn/regcomp
771 ____________________________________________________________________________
772 [  5517] By: jhi                                   on 2000/03/04  06:01:16
773         Log: detypo
774      Branch: cfgperl
775            ! pod/perl.pod
776 ____________________________________________________________________________
777 [  5516] By: jhi                                   on 2000/03/04  05:59:21
778         Log: cleanup AVAILABILITY and mention binaries
779      Branch: cfgperl
780            ! pod/perl.pod
781 ____________________________________________________________________________
782 [  5515] By: gsar                                  on 2000/03/04  05:55:02
783         Log: syntax error in change#5498
784      Branch: perl
785            ! t/lib/ipc_sysv.t
786 ____________________________________________________________________________
787 [  5514] By: jhi                                   on 2000/03/04  05:50:56
788         Log: assuming that removing the libbind will be a good idea
789      Branch: cfgperl
790            ! hints/sco.sh
791 ____________________________________________________________________________
792 [  5513] By: gsar                                  on 2000/03/04  05:50:15
793         Log: Pod::Html fixups for nicer links to functions (from Wolfgang Laun
794              <wolfgang.laun@chello.at>)
795      Branch: perl
796            ! lib/Pod/Html.pm
797 ____________________________________________________________________________
798 [  5512] By: jhi                                   on 2000/03/04  05:45:52
799         Log: Integrate with Sarathy.
800      Branch: cfgperl
801           !> (integrate 41 files)
802 ____________________________________________________________________________
803 [  5511] By: jhi                                   on 2000/03/04  05:42:37
804         Log: HP-UX 64-bitness cures
805      Branch: cfgperl
806            ! hints/hpux.sh perl.h
807 ____________________________________________________________________________
808 [  5510] By: gsar                                  on 2000/03/04  05:40:08
809         Log: better error messages when xsubpp fails to find map for a particular
810              type (from Ilya Zakharevich)
811      Branch: perl
812            ! lib/ExtUtils/xsubpp
813 ____________________________________________________________________________
814 [  5509] By: jhi                                   on 2000/03/04  05:33:27
815         Log: scratch #5508
816      Branch: cfgperl
817            ! perl.h
818 ____________________________________________________________________________
819 [  5508] By: jhi                                   on 2000/03/04  05:31:19
820         Log: In HP-UX there is a secret handshake to get strtoll and strtoull.
821      Branch: cfgperl
822            ! perl.h
823 ____________________________________________________________________________
824 [  5507] By: gsar                                  on 2000/03/04  04:27:51
825         Log: more whitespace removal (from Michael G Schwern)
826      Branch: perl
827            ! ext/Data/Dumper/Dumper.pm ext/Errno/Errno_pm.PL
828            ! ext/File/Glob/Glob.pm ext/IO/lib/IO/Select.pm
829            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
830            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm lib/CGI.pm
831            ! lib/CGI/Cookie.pm lib/CGI/Fast.pm lib/CGI/Push.pm
832            ! lib/Carp/Heavy.pm lib/DB.pm lib/Exporter/Heavy.pm
833            ! lib/File/DosGlob.pm lib/File/Find.pm lib/Getopt/Long.pm
834            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/netent.pm
835            ! lib/SelfLoader.pm lib/Tie/Array.pm lib/Tie/Handle.pm
836            ! lib/Tie/Scalar.pm lib/Time/Local.pm lib/filetest.pm
837            ! lib/overload.pm x2p/s2p.PL
838 ____________________________________________________________________________
839 [  5506] By: gsar                                  on 2000/03/04  04:12:06
840         Log: temporarily disable blank line warning from Pod::Parser until
841              it can be made optional
842      Branch: perl
843            ! lib/Pod/Parser.pm t/pod/poderrs.xr
844 ____________________________________________________________________________
845 [  5505] By: gsar                                  on 2000/03/04  04:00:44
846         Log: rid blanks in pods (from Michael G Schwern)
847      Branch: perl
848            ! README.amiga README.dos README.os2
849 ____________________________________________________________________________
850 [  5504] By: gsar                                  on 2000/03/04  03:59:07
851         Log: avoid warnings from shmread() when given undefined variable
852              (from Tom Christiansen)
853      Branch: perl
854            ! doio.c
855 ____________________________________________________________________________
856 [  5503] By: gsar                                  on 2000/03/04  03:53:43
857         Log: fpsetmask() needs include on freebsd (from Slaven Rezic
858              <eserte@vran.herceg.de>)
859      Branch: perl
860            ! unixish.h
861 ____________________________________________________________________________
862 [  5502] By: gsar                                  on 2000/03/04  03:51:05
863         Log: avoid ambiguity in indirect object notation (breaks with overridden
864              run time require)
865      Branch: perl
866            ! lib/CGI.pm
867 ____________________________________________________________________________
868 [  5501] By: gsar                                  on 2000/03/04  01:08:54
869         Log: adjust perldelta
870      Branch: perl
871            ! Todo-5.6 pod/perl.pod pod/perldelta.pod
872 ____________________________________________________________________________
873 [  5500] By: gsar                                  on 2000/03/04  00:33:49
874         Log: integrate cfgperl contents into mainline
875      Branch: perl
876           !> hints/irix_6.sh hints/solaris_2.sh pod/perl.pod
877           !> pod/perlfunc.pod t/lib/ipc_sysv.t
878 ____________________________________________________________________________
879 [  5499] By: jhi                                   on 2000/03/03  22:51:53
880         Log: solaris hints tweak
881      Branch: cfgperl
882            ! hints/solaris_2.sh
883 ____________________________________________________________________________
884 [  5498] By: jhi                                   on 2000/03/03  22:35:46
885         Log: The SysV IPC test must use the native integers
886              (long or short), also noted this in the msgsnd/semctl
887              documentation.  Reported in
888              
889              From: schwern@athens.arena-i.com (Michael G Schwern)
890              To: perl5-porters@perl.org
891              Subject: [ID 20000302.006] [BUG 5.5.670 t/ipc_sysv.t] Fails 2,5,6 with 64bit on Linux
892              Date: Thu,  2 Mar 2000 17:15:03 -0500 (EST)
893              Message-Id: <20000302221503.EDF6E3830@athens.arena-i.com>
894      Branch: cfgperl
895            ! pod/perlfunc.pod t/lib/ipc_sysv.t
896 ____________________________________________________________________________
897 [  5497] By: jhi                                   on 2000/03/03  21:08:53
898         Log: Update AVAILABILITY.
899      Branch: cfgperl
900            ! pod/perl.pod
901 ____________________________________________________________________________
902 [  5496] By: gsar                                  on 2000/03/03  20:21:05
903         Log: perldebug tweak (from M J T Guy)
904      Branch: perl
905            ! pod/perldebug.pod
906 ____________________________________________________________________________
907 [  5495] By: jhi                                   on 2000/03/03  19:32:58
908         Log: Integrate with Sarathy.
909      Branch: cfgperl
910           !> (integrate 79 files)
911 ____________________________________________________________________________
912 [  5494] By: jhi                                   on 2000/03/03  19:14:01
913         Log: the workaround is needed in all 7.2.* compilers,
914              not just on IRIX64.
915      Branch: cfgperl
916            ! hints/irix_6.sh
917 ____________________________________________________________________________
918 [  5493] By: gsar                                  on 2000/03/03  18:58:45
919         Log: whitespace and readabiliti nits in the pods (from Michael G Schwern
920              and Robin Barker)
921      Branch: perl
922            ! Changes pod/perl.pod pod/perl5004delta.pod
923            ! pod/perl5005delta.pod pod/perlboot.pod pod/perldata.pod
924            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
925            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq2.pod
926            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
927            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
928            ! pod/perlfilter.pod pod/perlguts.pod pod/perlipc.pod
929            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodinstall.pod
930            ! pod/perlmodlib.pod pod/perlobj.pod pod/perlopentut.pod
931            ! pod/perlpod.pod pod/perlport.pod pod/perlre.pod
932            ! pod/perlref.pod pod/perlreftut.pod pod/perlsub.pod
933            ! pod/perltie.pod pod/perltodo.pod pod/perltoot.pod
934            ! pod/perltootc.pod pod/perltrap.pod pod/perlvar.pod
935            ! pod/perlxstut.pod
936 ____________________________________________________________________________
937 [  5492] By: gsar                                  on 2000/03/03  17:48:31
938         Log: support for list assignment to pseudohashes (from John Tobey
939              <jtobey@john-edwin-tobey.org>)
940      Branch: perl
941            ! av.c dump.c embed.h embed.pl global.sym objXSUB.h op.c op.h
942            ! perlapi.c pp_hot.c proto.h t/op/avhv.t t/op/hashwarn.t
943 ____________________________________________________________________________
944 [  5491] By: gsar                                  on 2000/03/03  16:45:49
945         Log: add MakeMaker caveat to INSTALL (from Andy Dougherty)
946      Branch: perl
947            ! INSTALL
948 ____________________________________________________________________________
949 [  5490] By: gsar                                  on 2000/03/03  16:44:42
950         Log: perldelta tweaks
951      Branch: perl
952            ! pod/perldelta.pod
953 ____________________________________________________________________________
954 [  5489] By: gsar                                  on 2000/03/03  16:26:52
955         Log: /dev/console may not be writable in Syslog.pm (from Ask Bjoern Hansen
956              <ask@valueclick.com>)
957      Branch: perl
958            ! ext/Sys/Syslog/Syslog.pm
959 ____________________________________________________________________________
960 [  5488] By: gsar                                  on 2000/03/03  16:21:34
961         Log: OS/2 patches for dlclose() support (from Yitzchak Scott-Thoennes
962              <sthoenna@efn.org>)
963      Branch: perl
964            ! makedef.pl os2/diff.configure os2/dl_os2.c os2/dlfcn.h
965            ! os2/os2.sym
966 ____________________________________________________________________________
967 [  5487] By: gsar                                  on 2000/03/03  16:16:34
968         Log: skip test on AFS (from Hans Ranke <Hans.Ranke@ei.tum.de>)
969      Branch: perl
970            ! t/lib/glob-basic.t
971 ____________________________________________________________________________
972 [  5486] By: gsar                                  on 2000/03/03  15:42:28
973         Log: integrate cfgperl and vmsperl contents into mainline
974      Branch: perl
975            ! pod/perl.pod
976           !> (integrate 38 files)
977 ____________________________________________________________________________
978 [  5485] By: jhi                                   on 2000/03/03  15:21:40
979         Log: pull the sparcv9 workshop libraries in front of loclibpth
980      Branch: cfgperl
981            ! hints/solaris_2.sh
982 ____________________________________________________________________________
983 [  5484] By: jhi                                   on 2000/03/03  15:09:03
984         Log: Introduce i_ieefp because FreeBSD on ix86 needs that
985              for ftpsetmask(0); regen Configure.
986      Branch: cfgperl
987            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
988            ! config_h.SH epoc/config.sh perl.h vms/subconfigure.com
989            ! vos/config.def vos/config.h vos/config_h.SH_orig
990            ! win32/config.bc win32/config.gc win32/config.vc
991            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
992 ____________________________________________________________________________
993 [  5483] By: jhi                                   on 2000/03/03  05:37:58
994         Log: The _cflags must be left-aligned.
995      Branch: cfgperl
996            ! hints/irix_6.sh
997 ____________________________________________________________________________
998 [  5482] By: bailey                                on 2000/03/03  04:42:45
999         Log: Once more unto resync
1000      Branch: vmsperl
1001           !> (integrate 48 files)
1002 ____________________________________________________________________________
1003 [  5481] By: bailey                                on 2000/03/03  04:36:46
1004         Log: VMS-specific perldelta update
1005      Branch: vmsperl
1006            ! pod/perldelta.pod
1007 ____________________________________________________________________________
1008 [  5480] By: bailey                                on 2000/03/03  04:05:28
1009         Log: Set up Perl invocation method during configuration (Peter Prymmer)
1010              Add missing bits to various utilities and install them (ditto)
1011      Branch: vmsperl
1012            ! configure.com pod/pod2usage.PL pod/podselect.PL
1013            ! utils/dprofpp.PL vms/descrip_mms.template
1014 ____________________________________________________________________________
1015 [  5479] By: bailey                                on 2000/03/03  04:01:48
1016         Log: Fix test to match new behavior of vmsify() (Craig Berry)
1017      Branch: vmsperl
1018            ! vms/ext/filespec.t
1019 ____________________________________________________________________________
1020 [  5478] By: bailey                                on 2000/03/03  03:54:10
1021         Log: Try to intuit whether typeless file invoked in subprocess
1022              is an executable image or DCL procedure.
1023      Branch: vmsperl
1024            ! vms/perlvms.pod vms/vms.c
1025 ____________________________________________________________________________
1026 [  5477] By: bailey                                on 2000/03/03  03:37:18
1027         Log: Remove leftover bits of VAXC support (Dan Sugalski)
1028      Branch: vmsperl
1029            ! vms/gen_shrfls.pl
1030 ____________________________________________________________________________
1031 [  5476] By: bailey                                on 2000/03/03  03:34:51
1032         Log: Add missing declaration (Dan Sugalski)
1033      Branch: vmsperl
1034            ! vms/vms.c
1035 ____________________________________________________________________________
1036 [  5475] By: gsar                                  on 2000/03/03  03:27:52
1037         Log: warn about /(?p{})/ (from Simon Cozens)
1038      Branch: perl
1039            ! regcomp.c toke.c
1040 ____________________________________________________________________________
1041 [  5474] By: bailey                                on 2000/03/03  03:27:05
1042         Log: Ad hoc patch for duping stdout into stderr
1043      Branch: vmsperl
1044            ! vms/vms.c
1045 ____________________________________________________________________________
1046 [  5473] By: bailey                                on 2000/03/03  03:23:29
1047         Log: Bypass PERL_INC_VERSION_LIST until we support in in Configure.Com
1048      Branch: vmsperl
1049            ! vms/subconfigure.com vms/vmsish.h
1050 ____________________________________________________________________________
1051 [  5472] By: gsar                                  on 2000/03/03  02:58:49
1052         Log: File::Spec bugs (spotted by Hack Kampbjorn <hack@hackdata.com>)
1053      Branch: perl
1054            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
1055            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
1056 ____________________________________________________________________________
1057 [  5471] By: jhi                                   on 2000/03/03  02:38:23
1058         Log: more todo
1059      Branch: cfgperl
1060            ! Todo-5.6
1061 ____________________________________________________________________________
1062 [  5470] By: gsar                                  on 2000/03/03  02:36:02
1063         Log: skip test if db doesn't have null key support
1064      Branch: perl
1065            ! t/lib/anydbm.t
1066 ____________________________________________________________________________
1067 [  5469] By: jhi                                   on 2000/03/03  02:26:53
1068         Log: Integrate with Sarathy.
1069      Branch: cfgperl
1070           !> INSTALL lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/SelfLoader.pm
1071           !> lib/Test/Harness.pm lib/constant.pm pod/perl.pod
1072           !> pod/perldelta.pod pod/perlpod.pod pod/perlre.pod
1073           !> pod/perltoc.pod regcomp.c t/op/misc.t t/op/pat.t toke.c
1074           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
1075 ____________________________________________________________________________
1076 [  5468] By: jhi                                   on 2000/03/03  02:24:05
1077         Log: irix hints tweak
1078      Branch: cfgperl
1079            ! hints/irix_6.sh
1080 ____________________________________________________________________________
1081 [  5467] By: gsar                                  on 2000/03/03  02:19:50
1082         Log: /(?p{})/ changed to /(??{})/, per Larry's suggestion (from
1083              Simon Cozens <simon@othersideofthe.earth.li>)
1084      Branch: perl
1085            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/SelfLoader.pm
1086            ! pod/perlre.pod pod/perltoc.pod regcomp.c t/op/misc.t
1087            ! t/op/pat.t toke.c
1088 ____________________________________________________________________________
1089 [  5466] By: jhi                                   on 2000/03/03  02:12:41
1090         Log: in words order bad
1091      Branch: cfgperl
1092            ! pod/perlre.pod
1093 ____________________________________________________________________________
1094 [  5465] By: jhi                                   on 2000/03/03  02:09:45
1095         Log: /[[:alpha]/ now dies on unmatched [] instead of
1096              "an unknown character class" (spotted by Tom Christiansen)
1097      Branch: cfgperl
1098            ! regcomp.c t/pragma/warn/regcomp
1099 ____________________________________________________________________________
1100 [  5464] By: gsar                                  on 2000/03/03  02:04:48
1101         Log: perldelta notes about IO::Socket changes (from Graham Barr)
1102      Branch: perl
1103            ! pod/perldelta.pod
1104 ____________________________________________________________________________
1105 [  5463] By: gsar                                  on 2000/03/03  02:02:50
1106         Log: relax restrictions on constant names a bit (from M J T Guy)
1107      Branch: perl
1108            ! lib/constant.pm
1109 ____________________________________________________________________________
1110 [  5462] By: gsar                                  on 2000/03/03  01:59:49
1111         Log: support for generation of accessor functions (from Hugo van der
1112              Sanden)
1113      Branch: perl
1114            ! utils/h2xs.PL
1115 ____________________________________________________________________________
1116 [  5461] By: jhi                                   on 2000/03/03  01:51:53
1117         Log: cosmetics
1118      Branch: cfgperl
1119            ! t/op/pack.t
1120 ____________________________________________________________________________
1121 [  5460] By: jhi                                   on 2000/03/03  01:50:07
1122         Log: detypo
1123      Branch: cfgperl
1124            ! t/op/pack.t
1125 ____________________________________________________________________________
1126 [  5459] By: gsar                                  on 2000/03/03  01:46:35
1127         Log: pod tweaks
1128      Branch: perl
1129            ! pod/perl.pod pod/perlpod.pod
1130 ____________________________________________________________________________
1131 [  5458] By: jhi                                   on 2000/03/03  01:25:21
1132         Log: solaris hints tweak
1133      Branch: cfgperl
1134            ! hints/solaris_2.sh
1135 ____________________________________________________________________________
1136 [  5457] By: jhi                                   on 2000/03/02  22:56:49
1137         Log: detypo
1138      Branch: cfgperl
1139            ! hints/solaris_2.sh
1140 ____________________________________________________________________________
1141 [  5456] By: gsar                                  on 2000/03/02  21:15:11
1142         Log: Test::Harness uses $ENV{HARNESS_PERL_SWITCHES} when running perl;
1143              add test targets for -C switch on windows
1144      Branch: perl
1145            ! lib/Test/Harness.pm win32/Makefile win32/makefile.mk
1146 ____________________________________________________________________________
1147 [  5455] By: gsar                                  on 2000/03/02  21:06:49
1148         Log: add note about failed tests on memory starved systems (from
1149              Andy Dougherty)
1150      Branch: perl
1151            ! INSTALL
1152 ____________________________________________________________________________
1153 [  5454] By: jhi                                   on 2000/03/02  21:03:35
1154         Log: Integrate with Sarathy.
1155      Branch: cfgperl
1156           !> Changes lib/Pod/Find.pm lib/Pod/Html.pm lib/Pod/Man.pm
1157           !> lib/Term/Cap.pm lib/Test/Harness.pm lib/blib.pm
1158           !> pod/perldata.pod pod/perldelta.pod pod/perlop.pod
1159 ____________________________________________________________________________
1160 [  5453] By: jhi                                   on 2000/03/02  20:58:43
1161         Log: Further long double patches from Spider Boardman.
1162      Branch: cfgperl
1163            ! t/comp/use.t t/lib/bigfltpm.t t/op/pack.t t/op/universal.t
1164 ____________________________________________________________________________
1165 [  5452] By: gsar                                  on 2000/03/02  20:52:08
1166         Log: move doc about v-strings from perlop to perldata (suggested by
1167              David Dyck <dcd@tc.fluke.com>)
1168      Branch: perl
1169            ! pod/perldata.pod pod/perldelta.pod pod/perlop.pod
1170 ____________________________________________________________________________
1171 [  5451] By: gsar                                  on 2000/03/02  20:30:29
1172         Log: integrate cfgperl changes into mainline
1173      Branch: perl
1174           !> Configure hints/irix_6.sh pp.c
1175 ____________________________________________________________________________
1176 [  5450] By: gsar                                  on 2000/03/02  20:08:10
1177         Log: still other multiline match cleanups (from Greg Bacon)
1178      Branch: perl
1179            ! Changes lib/Pod/Find.pm lib/Pod/Html.pm lib/Pod/Man.pm
1180            ! lib/Term/Cap.pm lib/Test/Harness.pm lib/blib.pm
1181 ____________________________________________________________________________
1182 [  5449] By: jhi                                   on 2000/03/02  20:01:58
1183         Log: Integrate with Sarathy.
1184      Branch: cfgperl
1185           !> configure.com ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
1186           !> lib/ExtUtils/MM_VMS.pm lib/Test/Harness.pm t/lib/glob-basic.t
1187           !> t/pragma/warn/8signal t/pragma/warn/pp_ctl
1188           !> vms/descrip_mms.template vms/gen_shrfls.pl
1189           !> vms/subconfigure.com vms/vms.c win32/Makefile
1190           !> win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
1191 ____________________________________________________________________________
1192 [  5448] By: jhi                                   on 2000/03/02  20:00:37
1193         Log: workaround for Tru64 compiler bug (cleaner fix will have
1194              to wait until 5.6.1), from Spider Boardman
1195      Branch: cfgperl
1196            ! pp.c
1197 ____________________________________________________________________________
1198 [  5447] By: jhi                                   on 2000/03/02  19:52:34
1199         Log: Workaround for an optimizer bug.
1200      Branch: cfgperl
1201            ! hints/irix_6.sh
1202 ____________________________________________________________________________
1203 [  5446] By: jhi                                   on 2000/03/02  19:44:35
1204         Log: installation directory fix from Andy Dougherty
1205              (installstyle was being clobbered, spotted by Spider Boardman)
1206      Branch: cfgperl
1207            ! Configure
1208      Branch: metaconfig
1209            ! U/installdirs/installstyle.U
1210 ____________________________________________________________________________
1211 [  5445] By: gsar                                  on 2000/03/02  19:40:44
1212         Log: patch to fix mingw32 build under USE_IMP_SYS (from Benjamin Stuhl);
1213              some parts not applied
1214      Branch: perl
1215            ! win32/Makefile win32/makefile.mk win32/perllib.c win32/win32.c
1216            ! win32/win32.h
1217 ____________________________________________________________________________
1218 [  5444] By: gsar                                  on 2000/03/02  19:26:08
1219         Log: avoid buffering issue in warn/8signal
1220      Branch: perl
1221            ! t/pragma/warn/8signal
1222 ____________________________________________________________________________
1223 [  5443] By: gsar                                  on 2000/03/02  18:13:28
1224         Log: integrate cfgperl changes into mainline
1225      Branch: perl
1226           !> Configure config_h.SH hints/aix.sh hints/hpux.sh
1227           !> hints/solaris_2.sh makedepend.SH sv.c t/lib/syslfs.t
1228           !> t/op/lfs.t t/op/pack.t
1229 ____________________________________________________________________________
1230 [  5442] By: gsar                                  on 2000/03/02  18:02:40
1231         Log: integrate vmsperl changes into mainline (denied their changes to
1232              Glob.pm, t/pragma/warn/{8signal,pp_ctl})
1233      Branch: perl
1234           !> configure.com ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
1235           !> lib/ExtUtils/MM_VMS.pm lib/Test/Harness.pm t/lib/glob-basic.t
1236           !> t/pragma/warn/8signal t/pragma/warn/pp_ctl
1237           !> vms/descrip_mms.template vms/gen_shrfls.pl
1238           !> vms/subconfigure.com vms/vms.c
1239 ____________________________________________________________________________
1240 [  5441] By: jhi                                   on 2000/03/02  17:56:20
1241         Log: nit from Spider Boardman
1242      Branch: cfgperl
1243            ! makedepend.SH
1244 ____________________________________________________________________________
1245 [  5440] By: jhi                                   on 2000/03/02  17:48:15
1246         Log: Confusion over uselargefiles.cbu and uselfs.cbu (the first one
1247              is the correct one), spotted by Robin Parker.
1248      Branch: cfgperl
1249            ! Configure config_h.SH hints/aix.sh hints/hpux.sh
1250      Branch: metaconfig/U/perl
1251            ! uselfs.U
1252 ____________________________________________________________________________
1253 [  5439] By: jhi                                   on 2000/03/02  15:32:04
1254         Log: Remove the pack.t kludge introduced to fudge the test
1255              to pass under long doubles: leave the similar kludge
1256              to posix.t because POSIX::strtod() is still double,
1257              not long double. 
1258      Branch: cfgperl
1259            ! t/op/pack.t
1260 ____________________________________________________________________________
1261 [  5438] By: jhi                                   on 2000/03/02  04:58:48
1262         Log: Integrate with Sarathy.
1263      Branch: cfgperl
1264           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
1265           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm lib/FindBin.pm
1266           !> lib/Pod/Html.pm op.c
1267 ____________________________________________________________________________
1268 [  5437] By: jhi                                   on 2000/03/02  04:51:46
1269         Log: A patch on #5407.
1270      Branch: cfgperl
1271            ! sv.c
1272 ____________________________________________________________________________
1273 [  5436] By: gsar                                  on 2000/03/02  04:45:37
1274         Log: avoid useless comparison
1275      Branch: perl
1276            ! op.c
1277 ____________________________________________________________________________
1278 [  5435] By: bailey                                on 2000/03/02  04:43:11
1279         Log: YA sync with mainline
1280      Branch: vmsperl
1281           +> lib/open.pm pod/perlboot.pod pod/perlnumber.pod
1282           +> t/lib/env-array.t
1283           !> (integrate 150 files)
1284 ____________________________________________________________________________
1285 [  5434] By: gsar                                  on 2000/03/02  04:28:48
1286         Log: make the "back to top" links optional
1287      Branch: perl
1288            ! lib/Pod/Html.pm
1289 ____________________________________________________________________________
1290 [  5433] By: bailey                                on 2000/03/02  04:26:58
1291         Log: Protect manipulation of open pipe list from concurrent ASTs (Charles Lane)
1292      Branch: vmsperl
1293            ! vms/vms.c
1294 ____________________________________________________________________________
1295 [  5432] By: bailey                                on 2000/03/02  04:20:51
1296         Log: Update dependencies and remove obsolete VAXC support
1297      Branch: vmsperl
1298            ! vms/descrip_mms.template
1299 ____________________________________________________________________________
1300 [  5431] By: bailey                                on 2000/03/02  04:19:42
1301         Log: Rmeove obsolete VAXC support
1302      Branch: vmsperl
1303            ! vms/gen_shrfls.pl
1304 ____________________________________________________________________________
1305 [  5430] By: bailey                                on 2000/03/02  04:18:57
1306         Log: Minor updates to subconfigure.com:
1307              - remove old VAXC support
1308              - avoid echoing commands to tempfiles
1309              - fix typos
1310              - define 64bit symbols (as "undef") when not using 64 bit support
1311      Branch: vmsperl
1312            ! vms/subconfigure.com
1313 ____________________________________________________________________________
1314 [  5429] By: bailey                                on 2000/03/02  04:16:11
1315         Log: Minor changes to Configure.Com:
1316              - permit operation in batch mode (splits output)
1317              - remove old VAXC support
1318              - default to enabling secure internal lnm translation
1319      Branch: vmsperl
1320            ! configure.com
1321 ____________________________________________________________________________
1322 [  5428] By: bailey                                on 2000/03/02  04:06:53
1323         Log: Optional warning for truncated logical name equivalence string (Dan Sugalski)
1324      Branch: vmsperl
1325            ! vms/vms.c
1326 ____________________________________________________________________________
1327 [  5427] By: bailey                                on 2000/03/02  04:05:47
1328         Log: FIx no-op in vms.c
1329      Branch: vmsperl
1330            ! vms/vms.c
1331 ____________________________________________________________________________
1332 [  5426] By: bailey                                on 2000/03/02  04:04:52
1333         Log: MIscellaneous tweaks to test and driver (Charles Lane)
1334      Branch: vmsperl
1335            ! t/pragma/warn/8signal t/pragma/warn/pp_sys t/pragma/warnings.t
1336            ! vms/test.com
1337 ____________________________________________________________________________
1338 [  5425] By: bailey                                on 2000/03/02  04:02:44
1339         Log: Take advantage of new subprocess invocation (Charles Lane)
1340      Branch: vmsperl
1341            ! t/op/runlevel.t t/pragma/strict.t t/pragma/subs.t
1342            ! t/pragma/warnings.t
1343 ____________________________________________________________________________
1344 [  5424] By: bailey                                on 2000/03/02  04:00:20
1345         Log: Increment counter for skipped tests (Charles Lane)
1346      Branch: vmsperl
1347            ! t/io/open.t
1348 ____________________________________________________________________________
1349 [  5423] By: bailey                                on 2000/03/02  03:59:14
1350         Log: Remove redundant elements of @INC to cope with VMS' 255-char limit
1351              on PERL5LIB logical (Dan Sugalski)
1352      Branch: vmsperl
1353            ! lib/Test/Harness.pm
1354 ____________________________________________________________________________
1355 [  5422] By: bailey                                on 2000/03/02  03:57:40
1356         Log: Use temp to construct dirspec in File::Find (Charles Lane)
1357      Branch: vmsperl
1358            ! lib/File/Find.pm
1359 ____________________________________________________________________________
1360 [  5421] By: bailey                                on 2000/03/02  03:56:13
1361         Log: Satisfy various Pod::* needs for Unix syntax (Charles Lane)
1362              (Should move to File::Spec in long term)
1363      Branch: vmsperl
1364            ! lib/Pod/Checker.pm lib/Pod/Parser.pm t/pod/testp2pt.pl
1365 ____________________________________________________________________________
1366 [  5420] By: bailey                                on 2000/03/02  03:52:45
1367         Log: Escape \n in commands written to Descrip.MMS (Charles Lane)
1368      Branch: vmsperl
1369            ! lib/ExtUtils/MM_VMS.pm
1370 ____________________________________________________________________________
1371 [  5419] By: bailey                                on 2000/03/02  03:50:53
1372         Log: Make File::Glob more VMS-friendly (Charles Lane)
1373      Branch: vmsperl
1374            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
1375            ! t/lib/glob-basic.t
1376 ____________________________________________________________________________
1377 [  5418] By: bailey                                on 2000/03/02  03:47:21
1378         Log: Miscellaneous fixes to build procedures (Peter Prymmer)
1379      Branch: vmsperl
1380            ! configure.com vms/subconfigure.com
1381 ____________________________________________________________________________
1382 [  5417] By: bailey                                on 2000/03/02  03:42:49
1383         Log: Temrinate statements in pp_ctl warning test (Charles Lane)
1384      Branch: vmsperl
1385            ! t/pragma/warn/pp_ctl
1386 ____________________________________________________________________________
1387 [  5416] By: bailey                                on 2000/03/02  03:39:46
1388         Log: Warn but continue installing when file missing (Dan Sugalski)
1389      Branch: vmsperl
1390            ! installperl
1391 ____________________________________________________________________________
1392 [  5415] By: jhi                                   on 2000/03/01  23:31:23
1393         Log: Make file sparseness detection more portable (Scott Henry)
1394      Branch: cfgperl
1395            ! t/lib/syslfs.t t/op/lfs.t
1396 ____________________________________________________________________________
1397 [  5414] By: jhi                                   on 2000/03/01  22:53:48
1398         Log: detypo #5411 continues: Sun grep doesn't have -e.
1399      Branch: cfgperl
1400            ! hints/solaris_2.sh
1401 ____________________________________________________________________________
1402 [  5413] By: jhi                                   on 2000/03/01  22:49:44
1403         Log: detypo #5411
1404      Branch: cfgperl
1405            ! hints/solaris_2.sh
1406 ____________________________________________________________________________
1407 [  5412] By: gsar                                  on 2000/03/01  20:04:42
1408         Log: typo in change#5408
1409      Branch: perl
1410            ! lib/ExtUtils/MM_Unix.pm
1411 ____________________________________________________________________________
1412 [  5411] By: jhi                                   on 2000/03/01  18:48:52
1413         Log: Better detection of the solaris workshop compiler.
1414      Branch: cfgperl
1415            ! hints/solaris_2.sh
1416 ____________________________________________________________________________
1417 [  5410] By: jhi                                   on 2000/03/01  18:18:04
1418         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
1419              To: perl5-porters@perl.org
1420              Subject: solaris 64-bit and gcc
1421              Date: Wed, 1 Mar 2000 17:59:36 GMT
1422              Message-Id: <200003011759.RAA03938@tempest.npl.co.uk>
1423      Branch: cfgperl
1424            ! hints/solaris_2.sh
1425 ____________________________________________________________________________
1426 [  5409] By: jhi                                   on 2000/03/01  18:16:43
1427         Log: Integrate with Sarathy.
1428      Branch: cfgperl
1429           +> t/lib/env-array.t
1430           !> MANIFEST README.cygwin ext/DynaLoader/DynaLoader_pm.PL
1431           !> ext/DynaLoader/dlutils.c lib/AutoLoader.pm lib/AutoSplit.pm
1432           !> lib/CGI/Carp.pm lib/CPAN.pm lib/Cwd.pm lib/Env.pm
1433           !> lib/File/Find.pm lib/File/Spec/Mac.pm lib/File/Spec/VMS.pm
1434           !> pod/perldebug.pod pod/perldelta.pod t/lib/env.t
1435           !> t/lib/filefind.t t/lib/glob-basic.t
1436 ____________________________________________________________________________
1437 [  5408] By: gsar                                  on 2000/03/01  18:15:49
1438         Log: still more multiline match cleanups (from Greg Bacon)
1439      Branch: perl
1440            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
1441            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm lib/FindBin.pm
1442 ____________________________________________________________________________
1443 [  5407] By: jhi                                   on 2000/03/01  18:11:09
1444         Log: A further patch from Spider Boardman for long doubleness.
1445      Branch: cfgperl
1446            ! sv.c
1447 ____________________________________________________________________________
1448 [  5406] By: gsar                                  on 2000/03/01  17:32:09
1449         Log: yet more multiline match cleanups (from Greg Bacon)
1450      Branch: perl
1451            ! lib/CPAN.pm lib/Cwd.pm
1452 ____________________________________________________________________________
1453 [  5405] By: gsar                                  on 2000/03/01  17:24:53
1454         Log: add support for Env arrays (from Gregor N. Purdy
1455              <gregor@focusresearch.com>)
1456      Branch: perl
1457            + t/lib/env-array.t
1458            ! MANIFEST lib/Env.pm pod/perldelta.pod t/lib/env.t
1459 ____________________________________________________________________________
1460 [  5404] By: gsar                                  on 2000/03/01  17:00:23
1461         Log: cygwin update (from Eric Fifer)
1462      Branch: perl
1463            ! README.cygwin t/lib/glob-basic.t
1464 ____________________________________________________________________________
1465 [  5403] By: gsar                                  on 2000/03/01  16:55:47
1466         Log: more multiline match cleanups (from Greg Bacon)
1467      Branch: perl
1468            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CGI/Carp.pm
1469            ! lib/File/Spec/Mac.pm lib/File/Spec/VMS.pm
1470 ____________________________________________________________________________
1471 [  5402] By: gsar                                  on 2000/03/01  16:38:48
1472         Log: avoid DProf entering dl_unload_file() (from Alan Burlison)
1473      Branch: perl
1474            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dlutils.c
1475 ____________________________________________________________________________
1476 [  5401] By: gsar                                  on 2000/03/01  16:35:28
1477         Log: fix minor compatibility issues with finddepth() (from Helmut Jarausch)
1478      Branch: perl
1479            ! lib/File/Find.pm t/lib/filefind.t
1480 ____________________________________________________________________________
1481 [  5400] By: gsar                                  on 2000/03/01  16:32:24
1482         Log: mention "r" debugger command (from Ilya Zakharevich)
1483      Branch: perl
1484            ! pod/perldebug.pod
1485 ____________________________________________________________________________
1486 [  5399] By: jhi                                   on 2000/03/01  14:58:33
1487         Log: Integrate with Sarathy.
1488      Branch: cfgperl
1489           !> Changes configure.com ext/File/Glob/Glob.pm
1490           !> ext/File/Glob/bsd_glob.c installperl lib/ExtUtils/MM_VMS.pm
1491           !> lib/File/Find.pm lib/Pod/Checker.pm lib/Pod/Parser.pm
1492           !> t/io/open.t t/io/openpid.t t/lib/glob-basic.t t/op/goto.t
1493           !> t/op/runlevel.t t/op/split.t t/pod/testp2pt.pl
1494           !> t/pragma/strict.t t/pragma/subs.t t/pragma/warn/8signal
1495           !> t/pragma/warn/pp_sys t/pragma/warnings.t
1496           !> vms/descrip_mms.template vms/subconfigure.com vms/test.com
1497           !> vms/vms.c
1498 ____________________________________________________________________________
1499 [  5398] By: gsar                                  on 2000/03/01  07:03:13
1500         Log: fix testsuite issues in change#5397
1501      Branch: perl
1502            ! Changes t/pragma/warn/8signal t/pragma/warn/pp_sys
1503
1504 ----------------
1505 Version v5.5.670
1506 ----------------
1507
1508 ____________________________________________________________________________
1509 [  5397] By: gsar                                  on 2000/03/01  06:44:42
1510         Log: consolidated VMS patches (from Craig A. Berry
1511              <craig.berry@metamorgs.com>); Glob.pm patch modified to use
1512              $DEFAULT_FLAGS, and iff no flags were supplied
1513      Branch: perl
1514            ! configure.com ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
1515            ! installperl lib/ExtUtils/MM_VMS.pm lib/File/Find.pm
1516            ! lib/Pod/Checker.pm lib/Pod/Parser.pm t/io/open.t
1517            ! t/io/openpid.t t/lib/glob-basic.t t/op/goto.t t/op/runlevel.t
1518            ! t/op/split.t t/pod/testp2pt.pl t/pragma/strict.t
1519            ! t/pragma/subs.t t/pragma/warn/8signal t/pragma/warn/pp_sys
1520            ! t/pragma/warnings.t vms/descrip_mms.template
1521            ! vms/subconfigure.com vms/test.com vms/vms.c
1522 ____________________________________________________________________________
1523 [  5396] By: gsar                                  on 2000/03/01  06:28:22
1524         Log: integrate cfgperl changes into mainline
1525      Branch: perl
1526           !> ext/Fcntl/Fcntl.pm hints/solaris_2.sh pp.c sv.c
1527 ____________________________________________________________________________
1528 [  5395] By: jhi                                   on 2000/03/01  06:12:10
1529         Log: Integrate with Sarathy.
1530      Branch: cfgperl
1531           +> lib/open.pm
1532           !> MANIFEST Todo-5.6 mg.c
1533 ____________________________________________________________________________
1534 [  5394] By: gsar                                  on 2000/03/01  06:07:00
1535         Log: fix segfault on C<local ${^WARNING_BITS}>
1536      Branch: perl
1537            ! mg.c
1538 ____________________________________________________________________________
1539 [  5393] By: jhi                                   on 2000/03/01  06:02:12
1540         Log: Fcntl de-cut-and-pasto.
1541              From: Doug MacEachern <dougm@pobox.com>
1542              To: perl5-porters@perl.org
1543              Subject: [PATCH v5.5.660] Fcntl.pm
1544              Date: Tue, 29 Feb 2000 21:24:00 -0800 (PST)
1545              Message-ID: <Pine.LNX.4.10.10002292120200.382-100000@mojo.itixs.com>
1546      Branch: cfgperl
1547            ! ext/Fcntl/Fcntl.pm
1548 ____________________________________________________________________________
1549 [  5392] By: gsar                                  on 2000/03/01  05:55:20
1550         Log: update Todo-5.6, add stub open.pm
1551      Branch: perl
1552            + lib/open.pm
1553            ! MANIFEST Todo-5.6
1554 ____________________________________________________________________________
1555 [  5391] By: jhi                                   on 2000/03/01  05:42:25
1556         Log: The 64-bitallness does require the /usr/lib/sparcv9 in loclibpth.
1557      Branch: cfgperl
1558            ! hints/solaris_2.sh
1559 ____________________________________________________________________________
1560 [  5390] By: jhi                                   on 2000/03/01  05:35:53
1561         Log: Couple of math functions need to be Perl_ so that
1562              they are correctly long double, especially the frexp()
1563              in sv_vcatpvfn() (spotted by Spider Boardman).
1564      Branch: cfgperl
1565            ! pp.c sv.c
1566 ____________________________________________________________________________
1567 [  5389] By: jhi                                   on 2000/03/01  05:33:54
1568         Log: Integrate with Sarathy.
1569      Branch: cfgperl
1570           +> pod/perlnumber.pod
1571           !> Changes MANIFEST README.win32 ext/DynaLoader/DynaLoader_pm.PL
1572           !> ext/DynaLoader/Makefile.PL ext/DynaLoader/dl_dlopen.xs
1573           !> ext/DynaLoader/dlutils.c lib/File/Find.pm lib/Test/Harness.pm
1574           !> pod/Makefile pod/buildtoc pod/perl.pod pod/perldelta.pod
1575           !> pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
1576           !> pod/perlport.pod pod/perltoc.pod pod/roffitall vms/vms.c
1577           !> win32/perllib.c win32/win32.c win32/win32.h
1578 ____________________________________________________________________________
1579 [  5388] By: gsar                                  on 2000/03/01  03:38:03
1580         Log: Windows miscellany
1581      Branch: perl
1582            ! pod/perlguts.pod win32/perllib.c win32/win32.c win32/win32.h
1583 ____________________________________________________________________________
1584 [  5387] By: gsar                                  on 2000/03/01  03:13:37
1585         Log: mention ftp/rsync access to repository in perlhack
1586      Branch: perl
1587            ! Changes pod/perlhack.pod pod/perlhist.pod
1588 ____________________________________________________________________________
1589 [  5386] By: gsar                                  on 2000/03/01  03:04:54
1590         Log: support kill(0,$pid) on Windows to test if process exists
1591      Branch: perl
1592            ! README.win32 pod/perldelta.pod pod/perlport.pod win32/win32.c
1593 ____________________________________________________________________________
1594 [  5385] By: gsar                                  on 2000/03/01  02:10:01
1595         Log: integrate cfgperl changes into mainline
1596      Branch: perl
1597           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
1598           !> config_h.SH epoc/config.sh hints/dec_osf.sh hints/solaris_2.sh
1599           !> perl.h vms/subconfigure.com vos/config.def win32/config.bc
1600           !> win32/config.gc win32/config.vc
1601 ____________________________________________________________________________
1602 [  5384] By: gsar                                  on 2000/03/01  01:47:55
1603         Log: oops, change#5382 didn't really fix the typo
1604      Branch: perl
1605            ! ext/DynaLoader/dl_dlopen.xs
1606 ____________________________________________________________________________
1607 [  5383] By: gsar                                  on 2000/03/01  01:38:25
1608         Log: avoid warning on type-mismatch
1609      Branch: perl
1610            ! ext/DynaLoader/dlutils.c
1611 ____________________________________________________________________________
1612 [  5382] By: gsar                                  on 2000/03/01  01:33:42
1613         Log: fix bug in change#5381
1614      Branch: perl
1615            ! ext/DynaLoader/dl_dlopen.xs
1616 ____________________________________________________________________________
1617 [  5381] By: gsar                                  on 2000/03/01  00:46:44
1618         Log: unload extension shared objects when exiting, implemented
1619              only for dl_dlopen.xs (from Alan Burlison)
1620      Branch: perl
1621            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/Makefile.PL
1622            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
1623 ____________________________________________________________________________
1624 [  5380] By: gsar                                  on 2000/03/01  00:34:10
1625         Log: add perlnumber.pod (from Ilya Zakharevich); substantially edited
1626              prose
1627      Branch: perl
1628            + pod/perlnumber.pod
1629            ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
1630            ! pod/perltoc.pod pod/roffitall
1631 ____________________________________________________________________________
1632 [  5379] By: jhi                                   on 2000/02/29  23:37:01
1633         Log: Be understanding.
1634      Branch: cfgperl
1635            ! Configure config_h.SH
1636      Branch: metaconfig/U/perl
1637            ! use64bits.U uselfs.U
1638 ____________________________________________________________________________
1639 [  5378] By: gsar                                  on 2000/02/29  23:35:50
1640         Log: VMS fixups (from Dan Sugalski); cosmetic tweaks
1641      Branch: perl
1642            ! lib/Test/Harness.pm vms/vms.c
1643 ____________________________________________________________________________
1644 [  5377] By: jhi                                   on 2000/02/29  23:12:29
1645         Log: Tru64 hints fix from Spider Boardman; Tru64 hint for
1646              d_Gconvert on long doubles to use sprintf %Lg.
1647      Branch: cfgperl
1648            ! hints/dec_osf.sh
1649 ____________________________________________________________________________
1650 [  5376] By: jhi                                   on 2000/02/29  23:02:45
1651         Log: Integrate with Sarathy.
1652      Branch: cfgperl
1653           !> gv.c lib/Pod/Html.pm malloc.c pod/perlapi.pod pod/perlcall.pod
1654           !> pod/perldiag.pod pod/perlembed.pod pod/perlfunc.pod
1655           !> pod/perlguts.pod pod/perlop.pod
1656 ____________________________________________________________________________
1657 [  5375] By: gsar                                  on 2000/02/29  23:02:34
1658         Log: fix File::Find::finddepth() bugs (from Helmut Jarausch)
1659      Branch: perl
1660            ! lib/File/Find.pm
1661 ____________________________________________________________________________
1662 [  5374] By: jhi                                   on 2000/02/29  23:01:35
1663         Log: Add libsunmath (long double math library for Solaris,
1664              SUNWspro cc only) awareness; fix various Solaris nits.
1665      Branch: cfgperl
1666            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1667            ! config_h.SH epoc/config.sh hints/solaris_2.sh perl.h
1668            ! vms/subconfigure.com vos/config.def win32/config.bc
1669            ! win32/config.gc win32/config.vc
1670      Branch: metaconfig
1671            ! U/modified/libs.U
1672      Branch: metaconfig/U/perl
1673            + i_sunmath.U
1674 ____________________________________________________________________________
1675 [  5373] By: gsar                                  on 2000/02/29  22:56:10
1676         Log: fix Pod::Html to recognize C<< > >> etc., and convert some pods
1677              to the more readable form (from Robin Barker)
1678      Branch: perl
1679            ! lib/Pod/Html.pm pod/perlfunc.pod pod/perlop.pod
1680 ____________________________________________________________________________
1681 [  5372] By: gsar                                  on 2000/02/29  22:52:27
1682         Log: better fix for malloc bug in change#5346 (from Dominic Dunlop)
1683      Branch: perl
1684            ! malloc.c
1685 ____________________________________________________________________________
1686 [  5371] By: gsar                                  on 2000/02/29  22:29:36
1687         Log: fix pods to reflect newer canonical names for call_sv() etc.
1688      Branch: perl
1689            ! gv.c pod/perlapi.pod pod/perlcall.pod pod/perldiag.pod
1690            ! pod/perlembed.pod pod/perlguts.pod
1691 ____________________________________________________________________________
1692 [  5370] By: jhi                                   on 2000/02/29  22:08:26
1693         Log: Integrate with Sarathy.
1694      Branch: cfgperl
1695           !> perl.c perl.h win32/win32.c win32/win32.h
1696 ____________________________________________________________________________
1697 [  5369] By: gsar                                  on 2000/02/29  21:37:10
1698         Log: remove bogus code that caused test failures on HP-UX
1699      Branch: perl
1700            ! perl.h
1701 ____________________________________________________________________________
1702 [  5368] By: gsar                                  on 2000/02/29  20:45:01
1703         Log: change#5364 had a few problems
1704      Branch: perl
1705            ! perl.c win32/win32.c win32/win32.h
1706 ____________________________________________________________________________
1707 [  5367] By: gsar                                  on 2000/02/29  18:19:04
1708         Log: integrate cfgperl changes into mainline
1709      Branch: perl
1710           !> Configure config_h.SH epoc/config.sh hints/hpux.sh
1711           !> hints/solaris_2.sh regcomp.c vms/subconfigure.com
1712           !> vos/config.def win32/config.bc win32/config.gc win32/config.vc
1713 ____________________________________________________________________________
1714 [  5366] By: jhi                                   on 2000/02/29  18:15:09
1715         Log: Some compilers have problems with quad switch() controls.
1716      Branch: cfgperl
1717            ! regcomp.c
1718 ____________________________________________________________________________
1719 [  5365] By: jhi                                   on 2000/02/29  18:14:30
1720         Log: Integrate with Sarathy.
1721      Branch: cfgperl
1722           !> perl.c win32/Makefile win32/makefile.mk win32/win32.c
1723           !> win32/win32.h
1724 ____________________________________________________________________________
1725 [  5364] By: gsar                                  on 2000/02/29  18:11:34
1726         Log: utf8-ize @ARGV when -C switch is used on Windows
1727      Branch: perl
1728            ! perl.c win32/Makefile win32/makefile.mk win32/win32.c
1729            ! win32/win32.h
1730 ____________________________________________________________________________
1731 [  5363] By: jhi                                   on 2000/02/29  17:47:48
1732         Log: HP-UX lddlflags were broken.
1733      Branch: cfgperl
1734            ! Configure config_h.SH
1735      Branch: metaconfig/U/perl
1736            ! dlsrc.U
1737 ____________________________________________________________________________
1738 [  5362] By: jhi                                   on 2000/02/29  17:32:27
1739         Log: Make the failsafe question about socket address structure
1740              sizes hopefully a bit less confusing.
1741      Branch: cfgperl
1742            ! Configure config_h.SH
1743      Branch: metaconfig
1744            ! U/protos/socksizetype.U
1745 ____________________________________________________________________________
1746 [  5361] By: jhi                                   on 2000/02/29  17:17:10
1747         Log: Integrate with Sarathy.
1748      Branch: cfgperl
1749           !> malloc.c
1750 ____________________________________________________________________________
1751 [  5360] By: gsar                                  on 2000/02/29  17:16:09
1752         Log: malloc "fix" in change#5346 coredumps on HP-UX, revert
1753      Branch: perl
1754            ! malloc.c
1755 ____________________________________________________________________________
1756 [  5359] By: jhi                                   on 2000/02/29  17:06:12
1757         Log: Make the warning about preferring HP's ar more visible.
1758      Branch: cfgperl
1759            ! hints/hpux.sh
1760 ____________________________________________________________________________
1761 [  5358] By: jhi                                   on 2000/02/29  17:04:36
1762         Log: The sprintf option was blithely printing long doubles as
1763              doubles (spotted by Spider Boardman); dqgcvt() wasn't ever
1764              being used; made the test more thorough.
1765      Branch: cfgperl
1766            ! Configure config_h.SH epoc/config.sh vms/subconfigure.com
1767            ! vos/config.def win32/config.bc win32/config.gc win32/config.vc
1768      Branch: metaconfig
1769            ! U/compline/d_gconvert.U
1770 ____________________________________________________________________________
1771 [  5357] By: jhi                                   on 2000/02/29  16:58:08
1772         Log: Make the warning about abandoning long doubles more visible.
1773      Branch: cfgperl
1774            ! Configure config_h.SH
1775      Branch: metaconfig/U/perl
1776            ! uselongdbl.U
1777 ____________________________________________________________________________
1778 [  5356] By: jhi                                   on 2000/02/29  16:51:33
1779         Log: HP-UX gcc fix; detypo in use64bits.
1780      Branch: cfgperl
1781            ! Configure config_h.SH
1782      Branch: metaconfig/U/perl
1783            ! dlsrc.U use64bits.U
1784 ____________________________________________________________________________
1785 [  5355] By: jhi                                   on 2000/02/29  16:31:17
1786         Log: Solaris 64-bitness hints saga continues.
1787      Branch: cfgperl
1788            ! hints/solaris_2.sh
1789 ____________________________________________________________________________
1790 [  5354] By: jhi                                   on 2000/02/29  16:04:42
1791         Log: Integrate with Sarathy.
1792      Branch: cfgperl
1793           !> ext/Thread/Thread.xs perl.c perl.h
1794 ____________________________________________________________________________
1795 [  5353] By: jhi                                   on 2000/02/29  15:54:10
1796         Log: Solaris hints tweak for 64-bitallness.
1797      Branch: cfgperl
1798            ! hints/solaris_2.sh
1799 ____________________________________________________________________________
1800 [  5352] By: jhi                                   on 2000/02/29  15:35:13
1801         Log: Too many 64-bitness option combinations.
1802      Branch: cfgperl
1803            ! Configure config_h.SH
1804      Branch: metaconfig/U/perl
1805            ! use64bits.U
1806 ____________________________________________________________________________
1807 [  5351] By: gsar                                  on 2000/02/29  15:31:56
1808         Log: more adjustments needed for change#5342 under use5005threads
1809      Branch: perl
1810            ! ext/Thread/Thread.xs perl.c perl.h
1811 ____________________________________________________________________________
1812 [  5350] By: jhi                                   on 2000/02/29  15:24:59
1813         Log: Integrate with Sarathy.
1814      Branch: cfgperl
1815           +> pod/perlboot.pod
1816           !> (integrate 40 files)
1817 ____________________________________________________________________________
1818 [  5349] By: gsar                                  on 2000/02/29  08:13:56
1819         Log: more m//s and $ vs \z fixups (from Greg Bacon)
1820      Branch: perl
1821            ! lib/File/CheckTree.pm lib/File/Copy.pm lib/File/DosGlob.pm
1822            ! lib/File/Path.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
1823            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
1824            ! lib/File/Spec/Win32.pm
1825 ____________________________________________________________________________
1826 [  5348] By: gsar                                  on 2000/02/29  08:00:48
1827         Log: increase sleep to compensate for slow cpu (from Peter Haworth
1828              <pmh@edison.ioppublishing.com>)
1829      Branch: perl
1830            ! t/io/pipe.t
1831 ____________________________________________________________________________
1832 [  5347] By: gsar                                  on 2000/02/29  07:52:35
1833         Log: add OO tutorial for beginners (from Randal L. Schwartz
1834              <merlyn@stonehenge.com>)
1835      Branch: perl
1836            + pod/perlboot.pod
1837            ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
1838            ! pod/perldelta.pod pod/perltoc.pod
1839 ____________________________________________________________________________
1840 [  5346] By: gsar                                  on 2000/02/29  07:24:52
1841         Log: malloc bug fix and machten hints (from Dominic Dunlop
1842              <domo@computer.org>)
1843      Branch: perl
1844            ! hints/machten.sh malloc.c
1845 ____________________________________________________________________________
1846 [  5345] By: gsar                                  on 2000/02/29  06:32:56
1847         Log: integrate cfgperl contents into mainline
1848      Branch: perl
1849           !> Configure MANIFEST config_h.SH ext/DynaLoader/dl_aix.xs
1850           !> ext/DynaLoader/hints/aix.pl ext/File/Glob/Makefile.PL
1851           !> hints/aix.sh hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
1852           !> mg.c perl.h pod/perldelta.pod pod/perlop.pod pp.c sv.c
1853           !> t/lib/ipc_sysv.t t/op/64bit.t t/op/misc.t t/op/numconvert.t
1854           !> win32/config.bc win32/config.gc win32/config.vc
1855 ____________________________________________________________________________
1856 [  5344] By: gsar                                  on 2000/02/29  06:25:33
1857         Log: export list tweak
1858      Branch: perl
1859            ! makedef.pl
1860 ____________________________________________________________________________
1861 [  5343] By: gsar                                  on 2000/02/29  06:01:22
1862         Log: various shenanigans in change#5342
1863      Branch: perl
1864            ! makedef.pl thread.h util.c win32/Makefile win32/makefile.mk
1865            ! win32/win32.h win32/win32thread.h
1866 ____________________________________________________________________________
1867 [  5342] By: gsar                                  on 2000/02/29  04:53:00
1868         Log: support fetching current interpreter from TLS under useithreads
1869      Branch: perl
1870            ! embed.h embed.pl embedvar.h global.sym intrpvar.h makedef.pl
1871            ! objXSUB.h perl.c perl.h perlapi.h perlvars.h pod/perldelta.pod
1872            ! proto.h sv.c thread.h util.c win32/perlhost.h win32/perllib.c
1873            ! win32/win32.h win32/win32thread.c win32/win32thread.h
1874 ____________________________________________________________________________
1875 [  5341] By: jhi                                   on 2000/02/29  03:26:11
1876         Log: Don't know how to do large files using gcc in HP-UX.
1877      Branch: cfgperl
1878            ! hints/hpux.sh
1879 ____________________________________________________________________________
1880 [  5340] By: jhi                                   on 2000/02/29  03:07:16
1881         Log: Added few more libs to scan.
1882      Branch: cfgperl
1883            ! Configure config_h.SH
1884      Branch: metaconfig
1885            ! U/modified/Myinit.U U/modified/libs.U
1886 ____________________________________________________________________________
1887 [  5339] By: jhi                                   on 2000/02/29  01:37:43
1888         Log: Bigger warning on the changed behaviour of the unary ~.
1889      Branch: cfgperl
1890            ! pod/perldelta.pod
1891 ____________________________________________________________________________
1892 [  5338] By: jhi                                   on 2000/02/29  01:17:07
1893         Log: IRIX 64-bitness fixes.
1894      Branch: cfgperl
1895            ! Configure config_h.SH hints/irix_6.sh
1896      Branch: metaconfig
1897            ! U/modified/Cppsym.U
1898 ____________________________________________________________________________
1899 [  5337] By: jhi                                   on 2000/02/29  00:59:08
1900         Log: Userfriendliness.
1901      Branch: cfgperl
1902            ! Configure config_h.SH
1903      Branch: metaconfig/U/perl
1904            ! use64bits.U
1905 ____________________________________________________________________________
1906 [  5336] By: jhi                                   on 2000/02/29  00:53:51
1907         Log: Undo the sv_2pv() change of #5329, caused numconvert.t
1908              problems in IRIX 32-n32. 
1909      Branch: cfgperl
1910            ! sv.c
1911 ____________________________________________________________________________
1912 [  5335] By: jhi                                   on 2000/02/29  00:22:37
1913         Log: Fixes for building on HP-UX using gcc from Daniel S. Lewart.
1914      Branch: cfgperl
1915            ! Configure config_h.SH hints/hpux.sh
1916      Branch: metaconfig/U/perl
1917            ! dlsrc.U
1918 ____________________________________________________________________________
1919 [  5334] By: jhi                                   on 2000/02/28  23:59:59
1920         Log: Do not cast pointers into I32s.
1921      Branch: cfgperl
1922            ! mg.c
1923 ____________________________________________________________________________
1924 [  5333] By: jhi                                   on 2000/02/28  23:39:26
1925         Log: More AIX fixes from Steven Hirsch.
1926      Branch: cfgperl
1927            ! Configure config_h.SH ext/DynaLoader/dl_aix.xs
1928            ! ext/DynaLoader/hints/aix.pl hints/aix.sh
1929      Branch: metaconfig/U/perl
1930            ! use64bits.U
1931 ____________________________________________________________________________
1932 [  5332] By: jhi                                   on 2000/02/28  22:45:59
1933         Log: Detypo.
1934      Branch: cfgperl
1935            ! hints/irix_6.sh
1936 ____________________________________________________________________________
1937 [  5331] By: jhi                                   on 2000/02/28  22:23:36
1938         Log: Regularize the call-back units (and fix a bug in #5330).
1939      Branch: cfgperl
1940            ! hints/aix.sh hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
1941 ____________________________________________________________________________
1942 [  5330] By: jhi                                   on 2000/02/28  21:50:28
1943         Log: Don't be overeager to turn on 64-bitallness.
1944      Branch: cfgperl
1945            ! hints/solaris_2.sh
1946 ____________________________________________________________________________
1947 [  5329] By: jhi                                   on 2000/02/28  20:32:53
1948         Log: Lift the 32-bit straightjacket from bit ops;
1949              prefer IV/UV over NV in sv_2pv().
1950      Branch: cfgperl
1951            ! pod/perldelta.pod pod/perlop.pod pp.c sv.c t/op/64bit.t
1952            ! t/op/misc.t t/op/numconvert.t
1953 ____________________________________________________________________________
1954 [  5328] By: jhi                                   on 2000/02/28  20:11:59
1955         Log: Do not add -Ae for gcc.
1956      Branch: cfgperl
1957            ! hints/hpux.sh
1958 ____________________________________________________________________________
1959 [  5327] By: jhi                                   on 2000/02/28  17:35:39
1960         Log: Use the vendor file(1).
1961      Branch: cfgperl
1962            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
1963 ____________________________________________________________________________
1964 [  5326] By: jhi                                   on 2000/02/28  17:31:19
1965         Log: Put back madvise lost because of a typo.
1966      Branch: cfgperl
1967            ! Configure config_h.SH perl.h win32/config.bc win32/config.gc
1968            ! win32/config.vc
1969 ____________________________________________________________________________
1970 [  5325] By: jhi                                   on 2000/02/28  16:44:32
1971         Log: Tweak HP-UX libraries.
1972      Branch: cfgperl
1973            ! hints/hpux.sh
1974 ____________________________________________________________________________
1975 [  5324] By: jhi                                   on 2000/02/28  16:37:43
1976         Log: Don't be overeager to turn on largefileness.
1977      Branch: cfgperl
1978            ! hints/solaris_2.sh
1979 ____________________________________________________________________________
1980 [  5323] By: jhi                                   on 2000/02/28  16:23:15
1981         Log: AIX 64-bit patches from Steven Hirsch <hirschs@btv.ibm.com>
1982              The patch to File/Glob/Makefile.PL is inconvenient but at the
1983              moment necessary: adding an ext/FIle/Glob/hints/aix.pl to turn
1984              off the optimization ($self->{OPTIMIZE} = '') doesn't work,
1985              the file is processed by MakeMaker but OPTIMIZE ends up as -O
1986              in the resulting Makefile.  A MakeMaker bug?
1987      Branch: cfgperl
1988            ! MANIFEST ext/DynaLoader/dl_aix.xs ext/File/Glob/Makefile.PL
1989            ! hints/aix.sh t/lib/ipc_sysv.t
1990 ____________________________________________________________________________
1991 [  5322] By: jhi                                   on 2000/02/28  16:17:33
1992         Log: Integrate with Sarathy.
1993      Branch: cfgperl
1994           !> (integrate 45 files)
1995 ____________________________________________________________________________
1996 [  5321] By: gsar                                  on 2000/02/28  10:13:03
1997         Log: avoid warnings in legacy code (from David Dyck)
1998      Branch: perl
1999            ! lib/pwd.pl
2000 ____________________________________________________________________________
2001 [  5320] By: gsar                                  on 2000/02/28  10:11:37
2002         Log: find2perl doc tweak (from David Dyck <dcd@tc.fluke.com>)
2003      Branch: perl
2004            ! x2p/find2perl.PL
2005 ____________________________________________________________________________
2006 [  5319] By: gsar                                  on 2000/02/28  10:07:00
2007         Log: fix outdated URLs (from Michael G Schwern)
2008      Branch: perl
2009            ! pod/perldelta.pod pod/perlfaq1.pod pod/perlfaq2.pod
2010            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq8.pod
2011            ! pod/perlfaq9.pod pod/perlmodinstall.pod pod/perlmodlib.pod
2012            ! pod/perlopentut.pod pod/perlport.pod pod/perltoc.pod
2013            ! pod/perlvar.pod pod/perlxs.pod
2014 ____________________________________________________________________________
2015 [  5318] By: gsar                                  on 2000/02/28  10:04:57
2016         Log: update Changes, patchlevel etc.
2017      Branch: perl
2018            ! Changes patchlevel.h win32/Makefile win32/config.bc
2019            ! win32/config.gc win32/config.vc win32/config_H.bc
2020            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
2021 ____________________________________________________________________________
2022 [  5317] By: gsar                                  on 2000/02/28  09:39:47
2023         Log: make stringwise bitops work properly on utf8 strings
2024      Branch: perl
2025            ! doop.c t/op/bop.t
2026 ____________________________________________________________________________
2027 [  5316] By: gsar                                  on 2000/02/28  07:04:22
2028         Log: integrate cfgperl and vmsperl changes into mainline
2029      Branch: perl
2030            ! Porting/makerel
2031           !> Configure Makefile.SH config_h.SH configure.com
2032           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dl_vms.xs
2033           !> hints/hpux.sh lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
2034           !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Mksymlists.pm
2035           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm t/comp/script.t
2036           !> t/io/openpid.t t/lib/cgi-html.t t/op/goto.t t/op/split.t
2037           !> vms/descrip_mms.template vms/gen_shrfls.pl
2038           !> vms/subconfigure.com vms/vms.c
2039 ____________________________________________________________________________
2040 [  5315] By: jhi                                   on 2000/02/28  06:31:08
2041         Log: The search for static _s-suffixex libs was broken;
2042              add -L/lib/pa20_64 only iff there.
2043      Branch: cfgperl
2044            ! Configure config_h.SH hints/hpux.sh
2045      Branch: metaconfig
2046            ! U/modified/libs.U
2047 ____________________________________________________________________________
2048 [  5314] By: jhi                                   on 2000/02/28  06:08:40
2049         Log: Even better use64bitall logic.
2050      Branch: cfgperl
2051            ! Configure config_h.SH
2052      Branch: metaconfig/U/perl
2053            ! use64bits.U uselfs.U
2054 ____________________________________________________________________________
2055 [  5313] By: jhi                                   on 2000/02/28  05:47:27
2056         Log: Integrate with Sarathy.
2057      Branch: cfgperl
2058           !> lib/File/Basename.pm lib/File/Find.pm lib/fields.pm
2059           !> pod/perldelta.pod pod/perlfunc.pod pod/perlref.pod
2060           !> t/lib/fields.t x2p/find2perl.PL
2061 ____________________________________________________________________________
2062 [  5312] By: jhi                                   on 2000/02/28  05:09:31
2063         Log: Ask about use64bitall regardless of whether use64bitint is defined.
2064      Branch: cfgperl
2065            ! Configure config_h.SH
2066      Branch: metaconfig/U/perl
2067            ! use64bits.U
2068 ____________________________________________________________________________
2069 [  5311] By: bailey                                on 2000/02/28  05:05:56
2070         Log: Integrate mainline
2071      Branch: vmsperl
2072           !> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
2073           !> ext/File/Glob/Glob.pm hints/dos_djgpp.sh lib/File/Basename.pm
2074           !> lib/File/Find.pm lib/fields.pm op.c pod/perldelta.pod
2075           !> pod/perlfaq5.pod pod/perlfunc.pod pod/perlop.pod
2076           !> pod/perlref.pod pod/perlsec.pod pod/perltodo.pod pp_sys.c
2077           !> regexec.c sv.c t/lib/fields.t t/pragma/locale.t
2078           !> x2p/find2perl.PL
2079 ____________________________________________________________________________
2080 [  5310] By: bailey                                on 2000/02/28  04:36:20
2081         Log: Revert File::Spec::Unix functions and keep VMS versions VMS-specific
2082      Branch: vmsperl
2083            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
2084 ____________________________________________________________________________
2085 [  5309] By: jhi                                   on 2000/02/28  04:17:36
2086         Log: The #5249 wasn't doing any good.
2087      Branch: cfgperl
2088            ! Makefile.SH lib/ExtUtils/MM_Unix.pm
2089 ____________________________________________________________________________
2090 [  5308] By: bailey                                on 2000/02/28  03:56:51
2091         Log: Repair typo -- conjunction of variable with text
2092      Branch: vmsperl
2093            ! t/lib/cgi-html.t
2094 ____________________________________________________________________________
2095 [  5307] By: jhi                                   on 2000/02/28  03:46:14
2096         Log: A less ambitious version of #5292.
2097      Branch: cfgperl
2098            ! Makefile.SH
2099 ____________________________________________________________________________
2100 [  5306] By: bailey                                on 2000/02/28  03:42:38
2101         Log: Defer inclusion of VMS-specific code to runtime
2102      Branch: vmsperl
2103            ! t/io/openpid.t
2104 ____________________________________________________________________________
2105 [  5305] By: jhi                                   on 2000/02/28  03:41:48
2106         Log: The #5292 was Not So Good Idea.
2107      Branch: cfgperl
2108            ! Makefile.SH
2109 ____________________________________________________________________________
2110 [  5304] By: bailey                                on 2000/02/28  02:57:14
2111         Log: Minor test updates to accomodate new subprocess invocation
2112      Branch: vmsperl
2113            ! t/comp/script.t t/op/goto.t t/op/split.t
2114 ____________________________________________________________________________
2115 [  5303] By: bailey                                on 2000/02/28  02:52:47
2116         Log: Missed bit of #5302 (case-sensitive symbols)
2117      Branch: vmsperl
2118            ! lib/ExtUtils/Mksymlists.pm
2119 ____________________________________________________________________________
2120 [  5302] By: bailey                                on 2000/02/28  02:51:00
2121         Log: Support case-sensitive symbols usage in linker
2122      Branch: vmsperl
2123            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dl_vms.xs
2124            ! lib/ExtUtils/MM_VMS.pm vms/gen_shrfls.pl
2125 ____________________________________________________________________________
2126 [  5301] By: bailey                                on 2000/02/28  02:46:47
2127         Log: Free $PARSE context after lookups
2128      Branch: vmsperl
2129            ! vms/vms.c
2130 ____________________________________________________________________________
2131 [  5300] By: bailey                                on 2000/02/28  02:43:56
2132         Log: Don't wait for subprocess to read final EOF
2133      Branch: vmsperl
2134            ! vms/vms.c
2135 ____________________________________________________________________________
2136 [  5299] By: bailey                                on 2000/02/28  00:44:45
2137         Log: Dan Sugalski's config/build changes to .660
2138      Branch: vmsperl
2139            ! configure.com vms/descrip_mms.template vms/subconfigure.com
2140 ____________________________________________________________________________
2141 [  5298] By: bailey                                on 2000/02/28  00:07:13
2142         Log: When testing CGI.pm, use its notion of CRLF
2143      Branch: vmsperl
2144            ! t/lib/cgi-html.t
2145 ____________________________________________________________________________
2146 [  5297] By: bailey                                on 2000/02/28  00:00:08
2147         Log: Quote command line args which need to be upper case
2148              Tell subprocess we're finished before waiting for it
2149      Branch: vmsperl
2150            ! t/io/openpid.t
2151 ____________________________________________________________________________
2152 [  5296] By: gsar                                  on 2000/02/28  00:00:05
2153         Log: m/.*$/ etc should be m/.*\z/s in many file handling modules; fix
2154              these insidious errors in File::Basename, File::Find and find2perl
2155              (from Tom Christiansen)
2156              
2157              TODO: many other modules need to be fixed as well!
2158      Branch: perl
2159            ! lib/File/Basename.pm lib/File/Find.pm x2p/find2perl.PL
2160 ____________________________________________________________________________
2161 [  5295] By: jhi                                   on 2000/02/27  23:18:40
2162         Log: Version number update.
2163      Branch: cfgperl
2164            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
2165 ____________________________________________________________________________
2166 [  5294] By: gsar                                  on 2000/02/27  22:27:46
2167         Log: typos in change#5293
2168      Branch: perl
2169            ! lib/fields.pm
2170 ____________________________________________________________________________
2171 [  5293] By: gsar                                  on 2000/02/27  21:57:40
2172         Log: support fields::new() and fields::phash() to create pseudo-hash
2173              objects and plain pseudo-hashes respectively (this avoids users
2174              from having to diddle %FIELDS directly); update documentation to
2175              suit (from original fields::phash() implementation by Peter
2176              Scott <Peter@PSDT.com>)
2177      Branch: perl
2178            ! lib/fields.pm pod/perldelta.pod pod/perlfunc.pod
2179            ! pod/perlref.pod t/lib/fields.t
2180 ____________________________________________________________________________
2181 [  5292] By: jhi                                   on 2000/02/27  21:49:25
2182         Log: proto.h was mssing from the list of generated files;
2183              added rules to generate any single wanted file
2184              (a bunch of other files may also be generated
2185              at the same time, as before)
2186      Branch: cfgperl
2187            ! Makefile.SH
2188 ____________________________________________________________________________
2189 [  5291] By: jhi                                   on 2000/02/27  18:57:12
2190         Log: Integrate with Sarathy.
2191      Branch: cfgperl
2192           !> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
2193           !> ext/File/Glob/Glob.pm hints/dos_djgpp.sh lib/File/Spec/OS2.pm
2194           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
2195           !> lib/File/Spec/Win32.pm op.c pod/perldelta.pod pod/perlfaq5.pod
2196           !> pod/perlfunc.pod pod/perlop.pod pod/perlsec.pod
2197           !> pod/perltodo.pod pp_sys.c sv.c vms/perlvms.pod vms/vms.c
2198 ____________________________________________________________________________
2199 [  5290] By: gsar                                  on 2000/02/27  18:47:00
2200         Log: integrate cfgperl and vmsperl contents into mainline
2201      Branch: perl
2202           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
2203           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm regexec.c
2204           !> t/pragma/locale.t vms/perlvms.pod vms/vms.c
2205 ____________________________________________________________________________
2206 [  5289] By: gsar                                  on 2000/02/27  18:09:04
2207         Log: tweak change#5286 (we don't ever get to pp_glob() if we're using
2208              the internal glob())
2209      Branch: perl
2210            ! pp_sys.c
2211 ____________________________________________________________________________
2212 [  5288] By: gsar                                  on 2000/02/27  17:12:41
2213         Log: djgpp update (from Laszlo Molnar)
2214      Branch: perl
2215            ! README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
2216            ! hints/dos_djgpp.sh
2217 ____________________________________________________________________________
2218 [  5287] By: gsar                                  on 2000/02/27  16:58:53
2219         Log: tweak comment about core glob()
2220      Branch: perl
2221            ! ext/File/Glob/Glob.pm
2222 ____________________________________________________________________________
2223 [  5286] By: gsar                                  on 2000/02/27  16:52:54
2224         Log: remove outdated info about csh and glob(); glob() need not fail
2225              when tainting anymore if using internal globbing
2226      Branch: perl
2227            ! pod/perldelta.pod pod/perlfaq5.pod pod/perlfunc.pod
2228            ! pod/perlop.pod pod/perlsec.pod pod/perltodo.pod pp_sys.c
2229 ____________________________________________________________________________
2230 [  5285] By: gsar                                  on 2000/02/27  16:20:31
2231         Log: make readdir() respect IOf_UNTAINT flag (allows untainting of directory
2232              handles with: C<use IO::Handle; opendir D, $dir or die; D->untaint;>
2233      Branch: perl
2234            ! pp_sys.c
2235 ____________________________________________________________________________
2236 [  5284] By: gsar                                  on 2000/02/27  14:31:24
2237         Log: avoid compiler warnings (from Dan Sugalski)
2238      Branch: perl
2239            ! op.c sv.c
2240 ____________________________________________________________________________
2241 [  5283] By: gsar                                  on 2000/02/27  14:21:16
2242         Log: propagate utf8ness in sv_setsv() (from Gisle Aas)
2243      Branch: perl
2244            ! sv.c
2245 ____________________________________________________________________________
2246 [  5282] By: bailey                                on 2000/02/27  05:07:08
2247         Log: Impose security constraints on lnm lookup only if tainting
2248      Branch: vmsperl
2249            ! vms/vms.c
2250 ____________________________________________________________________________
2251 [  5281] By: bailey                                on 2000/02/27  05:05:35
2252         Log: Add new File::Spec::VMS methods
2253              Don't add implicit device in VMS <-> Unix filespec translation
2254              Make File::Spec::Unix{rel2abs|abs2rel} OS-independent
2255      Branch: vmsperl
2256            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
2257            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm vms/vms.c
2258 ____________________________________________________________________________
2259 [  5280] By: bailey                                on 2000/02/27  04:58:01
2260         Log: Accept filespecs as command verbs for subprocesses
2261      Branch: vmsperl
2262            ! vms/perlvms.pod vms/vms.c
2263 ____________________________________________________________________________
2264 [  5279] By: jhi                                   on 2000/02/27  04:01:53
2265         Log: Integrate with Sarathy.
2266      Branch: cfgperl
2267           !> pp_hot.c
2268 ____________________________________________________________________________
2269 [  5278] By: bailey                                on 2000/02/27  02:43:01
2270         Log: Resync with mainline again
2271      Branch: vmsperl
2272           !> Makefile.SH README.vms configure.com lib/ExtUtils/MM_Unix.pm
2273           !> lib/Pod/Checker.pm lib/Pod/InputObjects.pm
2274           !> lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
2275           !> lib/Pod/Usage.pm pod/perlfunc.pod pp_hot.c t/pod/poderrs.t
2276           !> t/pod/poderrs.xr vms/descrip_mms.template vms/sockadapt.h
2277           !> vms/subconfigure.com
2278 ____________________________________________________________________________
2279 [  5277] By: jhi                                   on 2000/02/27  02:36:36
2280         Log: Fix locale case-ignorant matching bug reported in
2281              
2282              From: gomar@md.media-web.de
2283              To: perl5-porters@perl.org
2284              Subject: [ID 20000223.005]
2285              Date: 23 Feb 2000 16:03:08 -0000
2286              Message-Id: <20000223160308.1830.qmail@md.media-web.de>
2287      Branch: cfgperl
2288            ! regexec.c t/pragma/locale.t
2289 ____________________________________________________________________________
2290 [  5276] By: gsar                                  on 2000/02/26  18:18:16
2291         Log: allow $fh->autoflush on globrefs, and thence autovivified filehandles
2292              (from Tom Christiansen)
2293      Branch: perl
2294            ! pp_hot.c
2295 ____________________________________________________________________________
2296 [  5275] By: jhi                                   on 2000/02/26  16:43:11
2297         Log: Integrate with Sarathy.
2298      Branch: cfgperl
2299           !> (integrate 34 files)
2300 ____________________________________________________________________________
2301 [  5274] By: gsar                                  on 2000/02/26  15:23:45
2302         Log: rework binmode() entry in perlfunc (from Martien Verbruggen
2303              <mgjv@comdyn.com.au>)
2304      Branch: perl
2305            ! pod/perlfunc.pod
2306 ____________________________________________________________________________
2307 [  5273] By: gsar                                  on 2000/02/26  15:04:54
2308         Log: PodParser v1.11 update (from Brad Appleton)
2309      Branch: perl
2310            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm
2311            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
2312            ! lib/Pod/Usage.pm t/pod/poderrs.t t/pod/poderrs.xr
2313 ____________________________________________________________________________
2314 [  5272] By: gsar                                  on 2000/02/26  14:48:24
2315         Log: add missing perl headers to perldepend action
2316      Branch: perl
2317            ! lib/ExtUtils/MM_Unix.pm
2318 ____________________________________________________________________________
2319 [  5271] By: gsar                                  on 2000/02/26  08:03:36
2320         Log: VMS patch (from Peter Prymmer)
2321      Branch: perl
2322            ! Makefile.SH README.vms configure.com vms/descrip_mms.template
2323            ! vms/sockadapt.h vms/subconfigure.com
2324 ____________________________________________________________________________
2325 [  5270] By: gsar                                  on 2000/02/26  07:46:35
2326         Log: integrate vmsperl changes into mainline
2327      Branch: perl
2328           !> av.c configure.com installperl lib/ExtUtils/MM_VMS.pm mg.h
2329           !> pp_sys.c scope.c vms/vms.c vms/vmsish.h
2330 ____________________________________________________________________________
2331 [  5269] By: bailey                                on 2000/02/26  07:04:55
2332         Log: Resync with mainline
2333      Branch: vmsperl
2334           +> cygwin/cygwin.c ext/DynaLoader/dl_dyld.xs
2335           +> ext/Sys/Hostname/Hostname.pm ext/Sys/Hostname/Hostname.xs
2336           +> ext/Sys/Hostname/Makefile.PL hints/darwin.sh lib/bytes.pm
2337           +> lib/bytes_heavy.pl t/pragma/warn/9enabled
2338            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm lib/byte.pm
2339            - lib/byte_heavy.pl lib/unicode/Eq/Latin1.pl
2340            - lib/unicode/Eq/Unicode.pl
2341           !> (integrate 323 files)
2342 ____________________________________________________________________________
2343 [  5268] By: gsar                                  on 2000/02/26  06:50:04
2344         Log: reintroduce useithreads (accidentally deleted in change#5261)
2345      Branch: perl
2346            ! win32/config.vc
2347 ____________________________________________________________________________
2348 [  5266] By: gsar                                  on 2000/02/26  06:46:06
2349         Log: integrate cfgperl changes into mainline
2350      Branch: perl
2351           +> cygwin/cygwin.c ext/DynaLoader/dl_dyld.xs hints/darwin.sh
2352            - ext/DynaLoader/dl_rhapsody.xs
2353           !> (integrate 62 files)
2354 ____________________________________________________________________________
2355 [  5265] By: gsar                                  on 2000/02/26  06:31:10
2356         Log: support for version vectors in UNIVERSAL::VERSION(), so that
2357              C<use Foo v1.2.3> etc., work; tests for the same
2358              
2359              TODO: XS_VERSION_BOOTCHECK needs to be revisited in light of this
2360      Branch: perl
2361            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
2362            ! t/comp/use.t toke.c universal.c
2363 ____________________________________________________________________________
2364 [  5264] By: jhi                                   on 2000/02/26  04:14:15
2365         Log: Add libscheck for IRIX.
2366      Branch: cfgperl
2367            ! hints/irix_6.sh
2368 ____________________________________________________________________________
2369 [  5263] By: jhi                                   on 2000/02/26  03:40:47
2370         Log: Add libscheck for Solaris.
2371      Branch: cfgperl
2372            ! hints/solaris_2.sh
2373 ____________________________________________________________________________
2374 [  5262] By: jhi                                   on 2000/02/26  03:10:47
2375         Log: Rhapsody/Darwin patches from Wilfredo Sanchez.
2376      Branch: cfgperl
2377            + ext/DynaLoader/dl_dyld.xs hints/darwin.sh
2378            - ext/DynaLoader/dl_rhapsody.xs
2379            ! Configure INSTALL MANIFEST Makefile.SH README.threads
2380            ! config_h.SH hints/rhapsody.sh installperl pp_sys.c
2381      Branch: metaconfig
2382            ! U/a_dvisory/multiarch.U
2383 ____________________________________________________________________________
2384 [  5261] By: jhi                                   on 2000/02/26  02:48:23
2385         Log: Rename use64bits to use64bitint;
2386              rename usefull64bits to use64bitall.
2387      Branch: cfgperl
2388            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2389            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
2390            ! hints/hpux.sh hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
2391            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/solaris_2.sh
2392            ! myconfig.SH perl.c perl.h pod/perldelta.pod pod/perlfunc.pod
2393            ! vms/subconfigure.com vos/config.def vos/config.h
2394            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
2395            ! win32/config.vc win32/config_H.bc win32/config_H.gc
2396            ! win32/config_H.vc
2397      Branch: metaconfig
2398            ! U/a_dvisory/quadtype.U U/mksample U/modified/libpth.U
2399            ! U/protos/socksizetype.U U/threads/archname.U
2400      Branch: metaconfig/U/perl
2401            ! Extensions.U dbm64.U perlxv.U stdio64.U use64bits.U uselfs.U
2402            ! usemorebits.U
2403 ____________________________________________________________________________
2404 [  5260] By: jhi                                   on 2000/02/25  22:57:16
2405         Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
2406              To: "'perl5-porters@perl.org'" <perl5-porters@perl.org>
2407              Subject: [PATCH 5.5.660] cygwin port
2408              Message-ID: <779F20BCCE5AD31186A50008C75D99791716E2@SILLDN_MAIL1>
2409      Branch: cfgperl
2410            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
2411 ____________________________________________________________________________
2412 [  5259] By: jhi                                   on 2000/02/25  22:53:51
2413         Log: Configure nits; add socksizetype; add getfsstat for completeness;
2414              add lseekproto, usefull64bits, socksizetype getfsstat to non-UNIX
2415              lands; regen Configure.
2416      Branch: cfgperl
2417            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2418            ! config_h.SH doio.c epoc/config.sh perl.c pp_sys.c
2419            ! vms/subconfigure.com vos/config.def win32/config.bc
2420            ! win32/config.gc win32/config.vc win32/config_H.bc
2421            ! win32/config_H.gc win32/config_H.vc
2422      Branch: metaconfig
2423            + U/protos/socksizetype.U
2424      Branch: metaconfig/U/perl
2425            + d_getfsstat.U
2426            ! d_fstatfs.U fpossize.U use64bits.U uselfs.U
2427 ____________________________________________________________________________
2428 [  5258] By: jhi                                   on 2000/02/25  21:04:17
2429         Log: Further fixes to malloc.c prototypes from Dominic Dunlop.
2430      Branch: cfgperl
2431            ! malloc.c
2432 ____________________________________________________________________________
2433 [  5257] By: jhi                                   on 2000/02/25  20:48:13
2434         Log: Integrate with Sarathy.
2435      Branch: cfgperl
2436           !> embed.h embed.pl objXSUB.h op.c op.h perlapi.c pp_ctl.c
2437           !> proto.h t/cmd/while.t
2438 ____________________________________________________________________________
2439 [  5256] By: gsar                                  on 2000/02/25  20:04:37
2440         Log: fix missing perl_alloc() declaration under PERL_IMPLICIT_SYS
2441      Branch: perl
2442            ! embed.h embed.pl objXSUB.h perlapi.c proto.h
2443 ____________________________________________________________________________
2444 [  5255] By: gsar                                  on 2000/02/25  19:23:58
2445         Log: change#4849 wasn't restoring savestack correctly; make loops that have
2446              continue blocks recognizable at run time
2447      Branch: perl
2448            ! op.c op.h pp_ctl.c t/cmd/while.t
2449 ____________________________________________________________________________
2450 [  5254] By: jhi                                   on 2000/02/25  06:00:01
2451         Log: Integrate with Sarathy.
2452      Branch: cfgperl
2453           !> ext/B/B.xs ext/B/B/C.pm lib/Pod/InputObjects.pm
2454           !> lib/Pod/Parser.pm lib/Pod/Select.pm lib/Pod/Usage.pm
2455           !> t/lib/filefind.t t/pod/poderrs.xr
2456 ____________________________________________________________________________
2457 [  5253] By: jhi                                   on 2000/02/25  05:57:59
2458         Log: Megalopatch for Configure: Andy's new installation schemes;
2459              introduce usefull64bits, beautify and regularize the various
2460              type probes; introduce d_lseekproto.
2461      Branch: cfgperl
2462            ! Configure INSTALL Policy_sh.SH config_h.SH perl.h
2463            ! pod/perldelta.pod
2464      Branch: metaconfig
2465            + U/installdirs/perl5.U U/installdirs/sitehtml1.U
2466            + U/installdirs/sitehtml3.U U/installdirs/siteman1.U
2467            + U/installdirs/siteman3.U U/installdirs/sitescript.U
2468            + U/installdirs/vendorhtml1.U U/installdirs/vendorhtml3.U
2469            + U/installdirs/vendorman1.U U/installdirs/vendorman3.U
2470            + U/installdirs/vendorscript.U U/protos/d_lseekproto.U
2471            - U/installdirs/vendorhtml1dir.U U/installdirs/vendorhtml3dir.U
2472            - U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
2473            - U/installdirs/vendorscriptdir.U
2474            ! U/compline/doublesize.U U/compline/ptrsize.U
2475            ! U/installdirs/archlib.U U/installdirs/bin.U
2476            ! U/installdirs/html1dir.U U/installdirs/html3dir.U
2477            ! U/installdirs/inc_version_list.U U/installdirs/installprefix.U
2478            ! U/installdirs/installstyle.U U/installdirs/instubperl.U
2479            ! U/installdirs/localarch.U U/installdirs/locallib.U
2480            ! U/installdirs/otherlibdirs.U U/installdirs/prefix.U
2481            ! U/installdirs/privlib.U U/installdirs/scriptdir.U
2482            ! U/installdirs/sitearch.U U/installdirs/sitebin.U
2483            ! U/installdirs/sitelib.U U/installdirs/siteprefix.U
2484            ! U/installdirs/vendorarch.U U/installdirs/vendorbin.U
2485            ! U/installdirs/vendorlib.U U/installdirs/vendorprefix.U
2486            ! U/modified/d_longdbl.U U/modified/d_longlong.U
2487            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
2488            ! U/typedefs/uidsize.U
2489      Branch: metaconfig/U/perl
2490            ! d_fpos64_t.U d_int64_t.U d_off64_t.U d_socklen_t.U fpossize.U
2491            ! patchlevel.U use64bits.U uselfs.U usemultiplicity.U
2492 ____________________________________________________________________________
2493 [  5252] By: gsar                                  on 2000/02/25  03:15:03
2494         Log: update PodParser to v1.10 (from Brad Appleton)
2495      Branch: perl
2496            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Select.pm
2497            ! lib/Pod/Usage.pm t/pod/poderrs.xr
2498 ____________________________________________________________________________
2499 [  5251] By: gsar                                  on 2000/02/25  03:10:51
2500         Log: make File::Find tests tolerate case-insensitive systems (from
2501              Laszlo Molnar)
2502      Branch: perl
2503            ! t/lib/filefind.t
2504 ____________________________________________________________________________
2505 [  5250] By: gsar                                  on 2000/02/25  01:50:04
2506         Log: more Compiler tweaks for useithreads
2507      Branch: perl
2508            ! ext/B/B.xs ext/B/B/C.pm
2509 ____________________________________________________________________________
2510 [  5249] By: jhi                                   on 2000/02/25  00:17:53
2511         Log: Remove NFS temp files and Configure temp C files.
2512      Branch: cfgperl
2513            ! Makefile.SH lib/ExtUtils/MM_Unix.pm
2514 ____________________________________________________________________________
2515 [  5248] By: jhi                                   on 2000/02/24  23:57:49
2516         Log: In FreeBSD disable floating point exception handlers.
2517              As the comment says, this should be done in the hints.
2518              
2519              From: dive <dive@ender.com>
2520              To: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2521              cc: perl5-porters@perl.org
2522              Subject: Re: [ID 20000216.004] apparent bug on freebsd systems when calculating large numbers
2523              Date: Thu, 24 Feb 2000 15:54:24 -0800 (PST)
2524              Message-ID: <Pine.LNX.4.04.10002241552080.448-100000@dragon.ender.com>
2525      Branch: cfgperl
2526            ! unixish.h
2527 ____________________________________________________________________________
2528 [  5247] By: jhi                                   on 2000/02/24  23:46:27
2529         Log: From: Gisle Aas <gisle@aas.no>
2530              To: perl5-porters@perl.org
2531              Subject: [PATCH v5.5.660] More UTF8_MAXLEN fixes
2532              Date: 25 Feb 2000 00:24:53 +0100
2533              Message-ID: <m3ema2tc8q.fsf@eik.g.aas.no>
2534      Branch: cfgperl
2535            ! doop.c op.c perl.c pp.c regcomp.c regexec.c sv.c
2536 ____________________________________________________________________________
2537 [  5246] By: jhi                                   on 2000/02/24  23:15:56
2538         Log: The op/stat.t patch in #5341 wasn't robust enough,
2539              it broke subtest 4 almost everywhere else.
2540      Branch: cfgperl
2541            ! t/op/stat.t
2542 ____________________________________________________________________________
2543 [  5245] By: jhi                                   on 2000/02/24  19:28:53
2544         Log: More VMS patches from Peter Prymmer.
2545      Branch: cfgperl
2546            ! configure.com vms/subconfigure.com
2547 ____________________________________________________________________________
2548 [  5244] By: jhi                                   on 2000/02/24  19:26:33
2549         Log: Largefileness in Solaris doesn't require long longs;
2550              use64bits enhancements; introduce usefull64bits.
2551      Branch: cfgperl
2552            ! Configure config_h.SH hints/aix.sh hints/hpux.sh
2553            ! hints/irix_6.sh hints/solaris_2.sh
2554      Branch: metaconfig
2555            ! U/threads/archname.U
2556      Branch: metaconfig/U/perl
2557            ! use64bits.U
2558 ____________________________________________________________________________
2559 [  5243] By: jhi                                   on 2000/02/24  18:40:25
2560         Log: Tidy up the 64-bit (and socklen_t) type probing.
2561      Branch: cfgperl
2562            ! Configure config_h.SH
2563      Branch: metaconfig
2564            ! U/modified/d_longdbl.U U/modified/d_longlong.U
2565      Branch: metaconfig/U/perl
2566            + d_fpos64_t.U d_off64_t.U
2567            - io64.U
2568            ! d_int64_t.U d_socklen_t.U
2569 ____________________________________________________________________________
2570 [  5242] By: jhi                                   on 2000/02/24  18:09:49
2571         Log: Integrate with Sarathy.
2572      Branch: cfgperl
2573           !> pod/perlop.pod
2574 ____________________________________________________________________________
2575 [  5241] By: jhi                                   on 2000/02/24  18:00:49
2576         Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
2577              To: "'perl5-porters@perl.org'" <perl5-porters@perl.org>
2578              Subject: [PATCH 5.5.660] cygwin port
2579              Date: Thu, 24 Feb 2000 17:15:28 -0000
2580              Message-ID: <779F20BCCE5AD31186A50008C75D99791716E1@SILLDN_MAIL1>
2581      Branch: cfgperl
2582            + cygwin/cygwin.c
2583            ! MANIFEST Makefile.SH README.cygwin cygwin/Makefile.SHs
2584            ! hints/cygwin.sh perl.c t/lib/glob-basic.t t/op/stat.t
2585 ____________________________________________________________________________
2586 [  5240] By: jhi                                   on 2000/02/24  17:53:12
2587         Log: VMS patch from Peter Prymmer; use full_ar.
2588      Branch: cfgperl
2589            ! vms/subconfigure.com
2590 ____________________________________________________________________________
2591 [  5239] By: jhi                                   on 2000/02/24  17:46:45
2592         Log: MPE/ix patches from Mark Bixby.
2593      Branch: cfgperl
2594            ! pp_sys.c t/io/pipe.t t/lib/glob-basic.t t/lib/io_poll.t
2595            ! t/lib/io_sock.t t/op/die_exit.t t/op/exec.t t/op/fork.t
2596            ! t/op/stat.t
2597 ____________________________________________________________________________
2598 [  5238] By: jhi                                   on 2000/02/24  17:13:22
2599         Log: Get -lbind if available.  Add pointer to perldelta.pod/64-bit
2600              support to t/op/numconvert.t.
2601              
2602              From: Lupe Christoph <lupe@lupe-christoph.de>
2603              To: perl5-porters@perl.org
2604              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
2605              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
2606              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
2607      Branch: cfgperl
2608            ! Configure config_h.SH t/op/numconvert.t
2609      Branch: metaconfig
2610            ! U/modified/libs.U
2611 ____________________________________________________________________________
2612 [  5237] By: jhi                                   on 2000/02/24  15:47:11
2613         Log: Remove more cruft from IO.
2614      Branch: cfgperl
2615            ! ext/IO/IO.xs
2616 ____________________________________________________________________________
2617 [  5236] By: jhi                                   on 2000/02/24  15:14:48
2618         Log: From: Hugo <hv@crypt.compulink.co.uk>
2619              To: perl5-porters@perl.org
2620              Subject: [PATCH 5.5.660] double EXPORT_OK in h2xs
2621              Date: Thu, 24 Feb 2000 13:24:10 +0000
2622              Message-Id: <200002241324.NAA05900@crypt.compulink.co.uk>
2623      Branch: cfgperl
2624            ! utils/h2xs.PL
2625 ____________________________________________________________________________
2626 [  5235] By: jhi                                   on 2000/02/24  15:12:40
2627         Log: Some Windows setups do not have S_IRGRP, S_IWGRP, S_IXGRP,
2628              S_IROTH, S_IWOTH, S_IXOTH.
2629              
2630              From: js@ddre.dk
2631              To: perl5-porters@perl.org
2632              Subject: [ID 20000224.004] Not OK: perl v5.5.660 on MSWin32-x86 4.0
2633              Date: Thu, 24 Feb 2000 15:11:33 +0100
2634              Message-Id: <2991B60B9F72D011811C0000F821BB4C983B0C@freja.ddre.dk>
2635      Branch: cfgperl
2636            ! perl.h
2637 ____________________________________________________________________________
2638 [  5234] By: gsar                                  on 2000/02/24  03:39:17
2639         Log: integrate cfgperl changes into mainline
2640      Branch: perl
2641            - lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
2642            ! pod/perlop.pod
2643           !> Configure MANIFEST Porting/Glossary Porting/config.sh
2644           !> Porting/config_H config_h.SH configpm configure.com doio.c
2645           !> ext/Fcntl/Fcntl.pm ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
2646           !> ext/Sys/Hostname/Hostname.xs hints/dec_osf.sh hints/irix_6.sh
2647           !> lib/unicode/mktables.PL malloc.c myconfig.SH pp_sys.c
2648           !> t/op/64bit.t vms/descrip_mms.template vms/subconfigure.com
2649 ____________________________________________________________________________
2650 [  5233] By: jhi                                   on 2000/02/24  01:31:38
2651         Log: VMS patch from Peter Prymmer.
2652      Branch: cfgperl
2653            ! vms/subconfigure.com
2654 ____________________________________________________________________________
2655 [  5232] By: jhi                                   on 2000/02/24  01:15:03
2656         Log: Detypo fpos64_t test.
2657      Branch: cfgperl
2658            ! Configure config_h.SH
2659      Branch: metaconfig/U/perl
2660            ! io64.U
2661 ____________________________________________________________________________
2662 [  5231] By: jhi                                   on 2000/02/24  01:11:17
2663         Log: miscut'n'paste in #5230.
2664      Branch: cfgperl
2665            ! Configure config_h.SH
2666      Branch: metaconfig/U/perl
2667            ! d_int64_t.U
2668 ____________________________________________________________________________
2669 [  5230] By: jhi                                   on 2000/02/24  01:02:05
2670         Log: The #5228 wasn't quite right + fix typos.
2671      Branch: cfgperl
2672            ! Configure config_h.SH
2673      Branch: metaconfig
2674            ! U/modified/d_longdbl.U U/modified/d_longlong.U
2675      Branch: metaconfig/U/perl
2676            ! d_int64_t.U d_socklen_t.U io64.U
2677 ____________________________________________________________________________
2678 [  5229] By: jhi                                   on 2000/02/24  00:40:01
2679         Log: Depickify the compiler (about unused and set but not used variables)
2680      Branch: cfgperl
2681            ! hints/irix_6.sh
2682 ____________________________________________________________________________
2683 [  5228] By: jhi                                   on 2000/02/24  00:34:35
2684         Log: Cosmetics.
2685      Branch: cfgperl
2686            ! Configure config_h.SH
2687      Branch: metaconfig
2688            ! U/modified/d_longdbl.U U/modified/d_longlong.U
2689      Branch: metaconfig/U/perl
2690            ! d_int64_t.U d_socklen_t.U
2691 ____________________________________________________________________________
2692 [  5227] By: jhi                                   on 2000/02/24  00:17:34
2693         Log: In IRIX <sys/mode.h> is something completely different.
2694              
2695              From: jarausch@numa1.igpm.rwth-aachen.de (Helmut Jarausch)
2696              To: perl5-porters@perl.org
2697              Subject: [ID 20000223.003] Not OK: perl v5.5.660 on IP26-irix 6.5
2698              Date: Wed, 23 Feb 2000 10:55:08 +0100 (CST)
2699              Message-Id: <200002230955.KAA89136@numa1.igpm.rwth-aachen.de>
2700      Branch: cfgperl
2701            ! hints/irix_6.sh
2702 ____________________________________________________________________________
2703 [  5226] By: jhi                                   on 2000/02/23  20:39:28
2704         Log: Integrate with Sarathy.
2705      Branch: cfgperl
2706           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
2707           !> t/comp/require.t t/op/ver.t toke.c
2708 ____________________________________________________________________________
2709 [  5225] By: jhi                                   on 2000/02/23  20:35:58
2710         Log: From: Dominic Dunlop <domo@computer.org>
2711              To: perl5-porters@perl.org
2712              Cc: Gurusamy Sarathy <gsar@activestate.com>
2713              Subject: [ID 20000223.008] [PATCH 5.5.660] squash malloc.c compile warnings
2714              Date: Wed, 23 Feb 2000 21:23:44 +0100
2715              Message-Id: <v04220800b4d9f1bcee1a@[212.24.193.51]>
2716      Branch: cfgperl
2717            ! malloc.c
2718 ____________________________________________________________________________
2719 [  5224] By: jhi                                   on 2000/02/23  20:22:43
2720         Log: From: Dan Sugalski <dan@sidhe.org>
2721              To: perl5-porters@perl.org, vmsperl@perl.org
2722              Subject: [PATCH 5.5.660]VMS build patches
2723              Date: Wed, 23 Feb 2000 15:14:27 -0500
2724              Message-Id: <4.3.0.20000223151302.01efa560@24.8.96.48>
2725              
2726              (the patch was mangled, had to be manually applied)
2727      Branch: cfgperl
2728            ! configure.com vms/descrip_mms.template vms/subconfigure.com
2729 ____________________________________________________________________________
2730 [  5223] By: jhi                                   on 2000/02/23  19:54:04
2731         Log: From: Dominic Dunlop <domo@computer.org>
2732              To: perl5-porters@perl.org
2733              Cc: Andy Dougherty <doughera@lafayette.edu>,
2734              Gurusamy Sarathy <gsar@activestate.com>
2735              Subject: [ID 20000223.007] [PATCH 5.5.660] $@ unsafe in Configure sed arguments
2736              Date: Wed, 23 Feb 2000 20:41:54 +0100
2737              Message-Id: <v04220800b4d9e48c51bb@[212.24.193.51]>
2738      Branch: cfgperl
2739            ! Configure config_h.SH
2740      Branch: metaconfig
2741            ! U/modified/Oldconfig.U U/modified/libs.U
2742      Branch: metaconfig/U/perl
2743            ! dlsrc.U
2744 ____________________________________________________________________________
2745 [  5222] By: jhi                                   on 2000/02/23  18:02:39
2746         Log: Remove &IO::EINPROGRESS now that IO uses Errno anyway
2747              (suggested by Graham Barr).
2748      Branch: cfgperl
2749            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
2750 ____________________________________________________________________________
2751 [  5221] By: jhi                                   on 2000/02/23  16:00:29
2752         Log: Streamline #5218 even more.
2753      Branch: cfgperl
2754            ! ext/IO/lib/IO/Socket.pm
2755 ____________________________________________________________________________
2756 [  5220] By: gsar                                  on 2000/02/23  09:10:43
2757         Log: per Larry's idea, parse 1.2.3 as v1.2.3; C<require 5.6.0> and
2758              C<use 5.6.0> work as well; underscores are now permitted in v-strings
2759      Branch: perl
2760            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
2761            ! t/comp/require.t t/op/ver.t toke.c
2762 ____________________________________________________________________________
2763 [  5219] By: jhi                                   on 2000/02/23  04:24:54
2764         Log: Streamline #5218.
2765      Branch: cfgperl
2766            ! ext/IO/lib/IO/Socket.pm
2767 ____________________________________________________________________________
2768 [  5218] By: jhi                                   on 2000/02/23  02:08:19
2769         Log: Trying to connect to an already open socket may give EISCONN.
2770      Branch: cfgperl
2771            ! ext/IO/lib/IO/Socket.pm
2772 ____________________________________________________________________________
2773 [  5217] By: jhi                                   on 2000/02/22  23:54:51
2774         Log: Fix prototype conflicts with POSIX.pm.
2775      Branch: cfgperl
2776            ! ext/Fcntl/Fcntl.pm
2777 ____________________________________________________________________________
2778 [  5216] By: jhi                                   on 2000/02/22  22:27:19
2779         Log: See http://www.unicode.org/unicode/reports/tr15/
2780              for in-depth description of the problem.
2781      Branch: cfgperl
2782            - lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
2783            ! MANIFEST lib/unicode/mktables.PL
2784 ____________________________________________________________________________
2785 [  5215] By: jhi                                   on 2000/02/22  22:11:17
2786         Log: Add uselongdouble, regroup the use* more logically.
2787      Branch: cfgperl
2788            ! myconfig.SH
2789 ____________________________________________________________________________
2790 [  5214] By: jhi                                   on 2000/02/22  22:04:43
2791         Log: Integrate with Sarathy.
2792      Branch: cfgperl
2793           !> malloc.c perl.c pod/perldelta.pod pod/perldiag.pod
2794           !> pod/perlpod.pod pod/perlrun.pod toke.c utils/perldoc.PL
2795 ____________________________________________________________________________
2796 [  5213] By: jhi                                   on 2000/02/22  22:03:26
2797         Log: Add socklen_t probe; Configure maintenance.
2798      Branch: cfgperl
2799            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2800            ! config_h.SH doio.c ext/Sys/Hostname/Hostname.xs pp_sys.c
2801      Branch: metaconfig
2802            ! U/a_dvisory/quadtype.U U/compline/alignbytes.U U/modified/cc.U
2803            ! U/modified/libs.U
2804      Branch: metaconfig/U/perl
2805            + d_int64_t.U d_socklen_t.U
2806            - d_int64t.U
2807            ! i_sysutsname.U
2808 ____________________________________________________________________________
2809 [  5212] By: gsar                                  on 2000/02/22  21:46:45
2810         Log: make Perl's malloc work for allocations over 2GB (from Ilya
2811              Zakharevich)
2812      Branch: perl
2813            ! malloc.c
2814 ____________________________________________________________________________
2815 [  5211] By: gsar                                  on 2000/02/22  19:51:47
2816         Log: add -W and -X to -h output; fix other pod omissions
2817      Branch: perl
2818            ! perl.c pod/perlrun.pod
2819 ____________________________________________________________________________
2820 [  5210] By: gsar                                  on 2000/02/22  19:51:13
2821         Log: describe C<< ... >> in perlpod.pod (from Brad Appleton)
2822      Branch: perl
2823            ! pod/perlpod.pod
2824 ____________________________________________________________________________
2825 [  5209] By: jhi                                   on 2000/02/22  19:40:43
2826         Log: The subtests 28 and 31 were wrong.  Tightened also the similar
2827              tests nearby.
2828      Branch: cfgperl
2829            ! t/op/64bit.t
2830 ____________________________________________________________________________
2831 [  5208] By: gsar                                  on 2000/02/22  19:13:44
2832         Log: s/Activeware/ActiveState/
2833      Branch: perl
2834            ! pod/perlrun.pod
2835 ____________________________________________________________________________
2836 [  5207] By: jhi                                   on 2000/02/22  18:38:29
2837         Log: Perl version nit spotted by Spider Boardman.
2838      Branch: cfgperl
2839            ! configpm
2840 ____________________________________________________________________________
2841 [  5206] By: gsar                                  on 2000/02/22  17:50:44
2842         Log: change#5205 wasn't quite right; SvCUR() should be SvLEN()
2843      Branch: perl
2844            ! toke.c
2845 ____________________________________________________________________________
2846 [  5205] By: gsar                                  on 2000/02/22  17:36:26
2847         Log: fix memory overrun due to off-by-one in change#5192
2848      Branch: perl
2849            ! toke.c
2850 ____________________________________________________________________________
2851 [  5204] By: gsar                                  on 2000/02/22  17:10:39
2852         Log: sundry typos and such
2853      Branch: perl
2854            ! pod/perldelta.pod pod/perldiag.pod utils/perldoc.PL
2855 ____________________________________________________________________________
2856 [  5203] By: jhi                                   on 2000/02/22  17:10:22
2857         Log: Integrate with Sarathy.
2858      Branch: cfgperl
2859           !> (integrate 56 files)
2860 ____________________________________________________________________________
2861 [  5202] By: gsar                                  on 2000/02/22  16:48:58
2862         Log: remove vestiges of older attribute syntax
2863      Branch: perl
2864            ! ext/attrs/attrs.pm pod/Win32.pod pod/perldelta.pod
2865            ! pod/perlop.pod pod/perlthrtut.pod pod/perlvar.pod
2866 ____________________________________________________________________________
2867 [  5201] By: jhi                                   on 2000/02/22  14:39:56
2868         Log: Configure nits spotted by Spider Boardman.
2869      Branch: cfgperl
2870            ! Configure config_h.SH
2871      Branch: metaconfig
2872            ! U/modified/libs.U
2873      Branch: metaconfig/U/perl
2874            ! fpossize.U
2875 ____________________________________________________________________________
2876 [  5200] By: jhi                                   on 2000/02/22  14:31:21
2877         Log: Tru64 V5.0 patches from Spider Boardman.
2878      Branch: cfgperl
2879            ! hints/dec_osf.sh
2880
2881 ----------------
2882 Version v5.5.660
2883 ----------------
2884
2885 ____________________________________________________________________________
2886 [  5199] By: gsar                                  on 2000/02/22  11:29:28
2887         Log: beta2
2888      Branch: perl
2889            ! Changes
2890 ____________________________________________________________________________
2891 [  5198] By: gsar                                  on 2000/02/22  10:45:54
2892         Log: PodParser-1.093 update (from Brad Appleton's site)
2893      Branch: perl
2894            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
2895            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
2896            ! lib/Pod/Usage.pm t/pod/poderrs.t t/pod/poderrs.xr
2897            ! t/pod/special_seqs.t t/pod/special_seqs.xr
2898 ____________________________________________________________________________
2899 [  5197] By: gsar                                  on 2000/02/22  10:24:13
2900         Log: integrate cfgperl contents into mainline, update Changes
2901      Branch: perl
2902            ! Changes pod/perlhist.pod
2903           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
2904           !> config_h.SH hints/solaris_2.sh malloc.c perl.h
2905           !> pod/perldelta.pod
2906 ____________________________________________________________________________
2907 [  5196] By: gsar                                  on 2000/02/22  10:10:36
2908         Log: dos-djgpp updates (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
2909      Branch: perl
2910            ! djgpp/config.over djgpp/configure.bat djgpp/djgppsed.sh
2911            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
2912            ! t/lib/glob-taint.t t/lib/io_unix.t
2913 ____________________________________________________________________________
2914 [  5195] By: gsar                                  on 2000/02/22  10:01:49
2915         Log: s/undef/NO_INIT/g in change#5183
2916      Branch: perl
2917            ! lib/ExtUtils/xsubpp pod/perlxs.pod
2918 ____________________________________________________________________________
2919 [  5194] By: gsar                                  on 2000/02/22  09:44:07
2920         Log: perlipc bug (spotted by Ben Low)
2921      Branch: perl
2922            ! pod/perlipc.pod
2923 ____________________________________________________________________________
2924 [  5193] By: gsar                                  on 2000/02/22  09:38:58
2925         Log: EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)
2926      Branch: perl
2927            ! README.epoc epoc/config.sh epoc/createpkg.pl perl.c
2928 ____________________________________________________________________________
2929 [  5192] By: gsar                                  on 2000/02/22  09:26:06
2930         Log: improvements for high-bit text literals (from Gisle Aas)
2931      Branch: perl
2932            ! t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/sv
2933            ! t/pragma/warn/toke t/pragma/warn/utf8 toke.c
2934 ____________________________________________________________________________
2935 [  5191] By: gsar                                  on 2000/02/22  07:35:47
2936         Log: allow C<print v10>, $h{v13.10} etc.
2937      Branch: perl
2938            ! t/op/ver.t toke.c
2939 ____________________________________________________________________________
2940 [  5190] By: gsar                                  on 2000/02/22  05:35:27
2941         Log: adjust for lost fp precision in require version check
2942      Branch: perl
2943            ! pp_ctl.c t/comp/require.t
2944 ____________________________________________________________________________
2945 [  5189] By: jhi                                   on 2000/02/22  05:14:35
2946         Log: Check the alignment of long doubles if they are to be used;
2947              regen Configure.
2948      Branch: cfgperl
2949            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2950            ! config_h.SH
2951      Branch: metaconfig
2952            ! U/compline/alignbytes.U
2953 ____________________________________________________________________________
2954 [  5188] By: gsar                                  on 2000/02/22  04:45:57
2955         Log: use same treatment for EINVAL as for ETIMEDOUT
2956      Branch: perl
2957            ! ext/IO/lib/IO/Socket/INET.pm
2958 ____________________________________________________________________________
2959 [  5187] By: gsar                                  on 2000/02/21  23:15:12
2960         Log: type mismatch
2961      Branch: perl
2962            ! sv.c
2963 ____________________________________________________________________________
2964 [  5186] By: gsar                                  on 2000/02/21  21:10:26
2965         Log: remove dual-valueness of v-strings (i.e., they are pure strings
2966              now); avoid the word "tuple" to describe strings represented as
2967              character ordinals; usurp $PERL_VERSION for $^V as suggested by
2968              Larry, deprecate $] ; adjust the documentation and testsuite
2969              accordingly
2970      Branch: perl
2971            ! MANIFEST lib/English.pm op.c pod/perldelta.pod
2972            ! pod/perlfunc.pod pod/perlop.pod pod/perlvar.pod
2973            ! t/comp/require.t t/op/ver.t toke.c
2974 ____________________________________________________________________________
2975 [  5185] By: jhi                                   on 2000/02/21  20:36:05
2976         Log: detypo
2977      Branch: cfgperl
2978            ! perl.h
2979 ____________________________________________________________________________
2980 [  5184] By: gsar                                  on 2000/02/21  18:37:38
2981         Log: clarify "use Module VERSION LIST" (from Robin Barker)
2982      Branch: perl
2983            ! pod/perlfunc.pod
2984 ____________________________________________________________________________
2985 [  5183] By: gsar                                  on 2000/02/21  18:31:42
2986         Log: allow optional XSUB parameters without being forced to use a
2987              default (from Hugo van der Sanden)
2988      Branch: perl
2989            ! lib/ExtUtils/xsubpp pod/perlfunc.pod pod/perlxs.pod
2990 ____________________________________________________________________________
2991 [  5182] By: jhi                                   on 2000/02/21  18:22:47
2992         Log: Add Solaris LP64 notes. 
2993      Branch: cfgperl
2994            ! hints/solaris_2.sh
2995 ____________________________________________________________________________
2996 [  5181] By: gsar                                  on 2000/02/21  16:53:39
2997         Log: generalize "%v" format into a flag for any integral format type:
2998              "%vd", "%v#o", "%*vX", etc are allowed
2999      Branch: perl
3000            ! perl.c pod/perldelta.pod pod/perlfunc.pod sv.c t/op/ver.t
3001            ! utils/perlbug.PL
3002 ____________________________________________________________________________
3003 [  5180] By: gsar                                  on 2000/02/21  07:11:00
3004         Log: detypo
3005      Branch: perl
3006            ! ext/B/B.xs
3007 ____________________________________________________________________________
3008 [  5179] By: gsar                                  on 2000/02/21  07:08:38
3009         Log: undo accidental delete
3010      Branch: perl
3011            ! ext/B/B.pm ext/B/B.xs
3012 ____________________________________________________________________________
3013 [  5178] By: gsar                                  on 2000/02/21  07:02:16
3014         Log: get Compiler "working" under useithreads
3015      Branch: perl
3016            ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
3017            ! ext/B/B/Deparse.pm ext/B/B/Xref.pm
3018 ____________________________________________________________________________
3019 [  5177] By: jhi                                   on 2000/02/21  03:16:24
3020         Log: Thou shalt not printf longs with %d.
3021      Branch: cfgperl
3022            ! malloc.c
3023 ____________________________________________________________________________
3024 [  5176] By: jhi                                   on 2000/02/21  01:37:35
3025         Log: Integrate with Sarathy.
3026      Branch: cfgperl
3027           +> t/pragma/warn/9enabled
3028           !> (integrate 63 files)
3029 ____________________________________________________________________________
3030 [  5175] By: gsar                                  on 2000/02/21  00:25:00
3031         Log: misplaced braces
3032      Branch: perl
3033            ! malloc.c
3034 ____________________________________________________________________________
3035 [  5174] By: gsar                                  on 2000/02/21  00:09:16
3036         Log: more malloc.c tweaks for change#5070
3037      Branch: perl
3038            ! malloc.c
3039 ____________________________________________________________________________
3040 [  5173] By: gsar                                  on 2000/02/21  00:01:17
3041         Log: malloc.c fixups in change#5170 need to fetch thx pointer
3042      Branch: perl
3043            ! malloc.c
3044 ____________________________________________________________________________
3045 [  5172] By: gsar                                  on 2000/02/20  23:52:39
3046         Log: missing file in change#5170
3047      Branch: perl
3048            + t/pragma/warn/9enabled
3049 ____________________________________________________________________________
3050 [  5171] By: gsar                                  on 2000/02/20  23:49:17
3051         Log: skip conditionally defined symbols in change#5162
3052      Branch: perl
3053            ! makedef.pl
3054 ____________________________________________________________________________
3055 [  5170] By: gsar                                  on 2000/02/20  22:58:09
3056         Log: lexical warnings update, ability to inspect bitmask in calling
3057              scope, among other things (from Paul Marquess)
3058      Branch: perl
3059            ! MANIFEST lib/warnings.pm malloc.c mg.c op.c pod/perldiag.pod
3060            ! pod/perlfunc.pod pod/perllexwarn.pod pp.c pp_ctl.c pp_hot.c
3061            ! regcomp.c regexec.c sv.c t/op/substr.t t/pragma/warn/op
3062            ! t/pragma/warn/pp t/pragma/warn/pp_ctl t/pragma/warn/pp_hot
3063            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
3064            ! t/pragma/warn/toke toke.c warnings.h warnings.pl
3065 ____________________________________________________________________________
3066 [  5169] By: gsar                                  on 2000/02/20  22:22:28
3067         Log: windows fixes for virtualizing child std{in,out,err} handles,
3068              attempts to lock uninitialized critical section in files that
3069              were never explicitly opened (from Doug Lankshear)
3070      Branch: perl
3071            ! iperlsys.h win32/perlhost.h win32/win32.c win32/win32.h
3072 ____________________________________________________________________________
3073 [  5168] By: gsar                                  on 2000/02/20  20:19:11
3074         Log: update Changes, credits
3075      Branch: perl
3076            ! Changes
3077 ____________________________________________________________________________
3078 [  5167] By: gsar                                  on 2000/02/20  18:54:27
3079         Log: avoid reading out-of-bounds memory when matching against reference
3080      Branch: perl
3081            ! regexec.c
3082 ____________________________________________________________________________
3083 [  5166] By: gsar                                  on 2000/02/20  17:59:41
3084         Log: byte mode chop() should clear UTF8 (from Gisle Aas)
3085      Branch: perl
3086            ! doop.c
3087 ____________________________________________________________________________
3088 [  5165] By: gsar                                  on 2000/02/20  17:57:08
3089         Log: test fix needed by change#5164
3090      Branch: perl
3091            ! t/pragma/warn/toke
3092 ____________________________________________________________________________
3093 [  5164] By: gsar                                  on 2000/02/20  17:50:38
3094         Log: default mkdir() mode argument to 0777
3095      Branch: perl
3096            ! opcode.h opcode.pl pod/perldiag.pod pod/perlfunc.pod pp_sys.c
3097            ! t/op/mkdir.t toke.c
3098 ____________________________________________________________________________
3099 [  5163] By: gsar                                  on 2000/02/20  16:34:33
3100         Log: glob() takes one or no user arguments and a non-user-visible second
3101              hidden argument, fix its prototype-checking accordingly
3102      Branch: perl
3103            ! op.c opcode.h opcode.pl
3104 ____________________________________________________________________________
3105 [  5162] By: gsar                                  on 2000/02/20  16:07:38
3106         Log: make change#3386 a build-time option (avoids problems due to
3107              perl_run() longjmping out)
3108      Branch: perl
3109            ! Todo-5.6 embed.h embed.pl embedvar.h intrpvar.h objXSUB.h
3110            ! perl.c perl.h perlapi.c perlvars.h pp_ctl.c proto.h scope.c
3111            ! scope.h sv.c thrdvar.h util.c
3112 ____________________________________________________________________________
3113 [  5161] By: gsar                                  on 2000/02/20  12:13:37
3114         Log: IO::Socket now sets $!, avoids eval/die (patch from Graham Barr
3115              modified to use Errno more portably)
3116      Branch: perl
3117            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
3118 ____________________________________________________________________________
3119 [  5160] By: gsar                                  on 2000/02/20  11:53:28
3120         Log: mention portability caveat about C<use Errno 'EFOO'>
3121      Branch: perl
3122            ! ext/Errno/Errno_pm.PL
3123 ____________________________________________________________________________
3124 [  5159] By: gsar                                  on 2000/02/20  11:14:36
3125         Log: revise docs on @+ and @- (from Tom "Camel" Christiansen)
3126      Branch: perl
3127            ! pod/perlvar.pod
3128 ____________________________________________________________________________
3129 [  5158] By: gsar                                  on 2000/02/20  10:53:49
3130         Log: README.vms and related updates (from Peter Prymmer <pvhp@best.com>)
3131      Branch: perl
3132            ! MANIFEST Makefile.SH README.vms pod/perl5005delta.pod
3133            ! pod/perldelta.pod pod/perlport.pod pod/podchecker.PL
3134            ! vms/descrip_mms.template
3135 ____________________________________________________________________________
3136 [  5157] By: jhi                                   on 2000/02/19  20:29:26
3137         Log: Be explicit about what ops work with bt vectors.
3138              (And implicit about which don't.)
3139      Branch: cfgperl
3140            ! pod/perldelta.pod
3141 ____________________________________________________________________________
3142 [  5156] By: jhi                                   on 2000/02/19  18:38:14
3143         Log: Integrate with Sarathy.
3144      Branch: cfgperl
3145           +> lib/bytes.pm lib/bytes_heavy.pl
3146            - lib/byte.pm lib/byte_heavy.pl
3147           !> (integrate 61 files)
3148 ____________________________________________________________________________
3149 [  5155] By: gsar                                  on 2000/02/19  17:57:39
3150         Log: char vs U8 warnings
3151      Branch: perl
3152            ! sv.c
3153 ____________________________________________________________________________
3154 [  5154] By: gsar                                  on 2000/02/19  17:44:56
3155         Log: remove outdated caveat about C<while ($k = each %foo)> (from
3156              Hugo van der Sanden)
3157      Branch: perl
3158            ! pod/perlfunc.pod
3159 ____________________________________________________________________________
3160 [  5153] By: gsar                                  on 2000/02/19  17:41:41
3161         Log: tests, doc tweak (from Gisle Aas)
3162      Branch: perl
3163            ! pod/perlfaq9.pod t/op/ord.t
3164 ____________________________________________________________________________
3165 [  5152] By: gsar                                  on 2000/02/19  17:35:50
3166         Log: document behavior of splice(@ary) (from Gisle Aas)
3167      Branch: perl
3168            ! pod/perlfunc.pod
3169 ____________________________________________________________________________
3170 [  5151] By: gsar                                  on 2000/02/19  17:33:59
3171         Log: fix bug in backtracking optimizer (from Makoto Ishisone
3172              <ishisone@sra.co.jp>)
3173      Branch: perl
3174            ! regexec.c t/op/pat.t
3175 ____________________________________________________________________________
3176 [  5150] By: gsar                                  on 2000/02/19  17:33:05
3177         Log: more B fixups to cope with empty GVs (these can only happen in pads)
3178      Branch: perl
3179            ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm op.c
3180 ____________________________________________________________________________
3181 [  5149] By: gsar                                  on 2000/02/19  17:32:03
3182         Log: avoid compiler warnings
3183      Branch: perl
3184            ! malloc.c perl.h
3185 ____________________________________________________________________________
3186 [  5148] By: gsar                                  on 2000/02/19  17:18:09
3187         Log: document 'lvalue' attribute (from Simon Cozens <simon@brecon.co.uk>)
3188      Branch: perl
3189            ! lib/attributes.pm
3190 ____________________________________________________________________________
3191 [  5147] By: gsar                                  on 2000/02/19  17:15:34
3192         Log: avoid failing on $!{ENOTHERE} (they can always use C<exists $!{NOTHERE}>
3193              for that)
3194      Branch: perl
3195            ! ext/Errno/Errno_pm.PL
3196 ____________________________________________________________________________
3197 [  5146] By: gsar                                  on 2000/02/19  16:18:46
3198         Log: integrate cfgperl contents into mainline
3199      Branch: perl
3200           !> Configure config_h.SH ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
3201           !> ext/SDBM_File/sdbm/sdbm.c ext/Socket/Socket.pm
3202           !> ext/Socket/Socket.xs hints/hpux.sh perl.h pod/perldelta.pod
3203           !> pod/perlfunc.pod pod/perlopentut.pod t/lib/syslfs.t
3204 ____________________________________________________________________________
3205 [  5145] By: gsar                                  on 2000/02/19  16:10:37
3206         Log: POSIX::strftime gets the date wrong (from John Tobey
3207              <jtobey@epsilondev.com>)
3208      Branch: perl
3209            ! ext/POSIX/POSIX.xs t/lib/posix.t
3210 ____________________________________________________________________________
3211 [  5144] By: gsar                                  on 2000/02/19  16:02:40
3212         Log: don't blindly set bool=char on linux (from Andy Dougherty)
3213      Branch: perl
3214            ! handy.h hints/linux.sh x2p/a2p.h
3215 ____________________________________________________________________________
3216 [  5143] By: gsar                                  on 2000/02/19  15:54:04
3217         Log: some rearrangement of the includes for easier "microperl" build;
3218              add PERL_MICRO guards supplied by Simon Cozens <simon@brecon.co.uk>
3219      Branch: perl
3220            ! doio.c perl.c perl.h pp_hot.c pp_sys.c toke.c util.c
3221 ____________________________________________________________________________
3222 [  5142] By: gsar                                  on 2000/02/19  15:22:17
3223         Log: fixes for Pod::Html issues (from Wolfgang Laun
3224              <wolfgang.laun@chello.at>)
3225      Branch: perl
3226            ! lib/Pod/Html.pm
3227 ____________________________________________________________________________
3228 [  5141] By: gsar                                  on 2000/02/19  08:27:29
3229         Log: grammos (spotted by Tom Christiansen)
3230      Branch: perl
3231            ! pod/perlfunc.pod
3232 ____________________________________________________________________________
3233 [  5140] By: gsar                                  on 2000/02/19  08:17:04
3234         Log: various xsubpp enhancements that make it easier to use with
3235              C::Scan (from Ilya Zakharevich)
3236              
3237              TODO: still needs documentation
3238      Branch: perl
3239            ! lib/ExtUtils/xsubpp
3240 ____________________________________________________________________________
3241 [  5139] By: gsar                                  on 2000/02/19  07:55:18
3242         Log: s/croak/Perl_croak/
3243      Branch: perl
3244            ! sv.c
3245 ____________________________________________________________________________
3246 [  5138] By: gsar                                  on 2000/02/19  07:51:39
3247         Log: make comparisons promote to utf8 as necessary (from Gisle Aas)
3248      Branch: perl
3249            ! Todo-5.6 embed.h embed.pl global.sym objXSUB.h perlapi.c
3250            ! pp_hot.c proto.h sv.c toke.c
3251 ____________________________________________________________________________
3252 [  5137] By: gsar                                  on 2000/02/19  07:42:12
3253         Log: set close-on-exec flag on sockets too, like we do for files
3254              and pipes
3255      Branch: perl
3256            ! pod/perldelta.pod pod/perlfunc.pod pod/perlvar.pod pp_sys.c
3257 ____________________________________________________________________________
3258 [  5136] By: gsar                                  on 2000/02/19  07:23:48
3259         Log: allocate sufficient buffer sizes for 64-bit wide utf8 characters
3260              permitted by change#5011 (from Gisle Aas)
3261      Branch: perl
3262            ! pp.c utf8.c utf8.h
3263 ____________________________________________________________________________
3264 [  5135] By: gsar                                  on 2000/02/19  06:53:13
3265         Log: s/WARN_PRECEDENCE/WARN_BAREWORD/, vide change#5131
3266      Branch: perl
3267            ! lib/warnings.pm op.c warnings.h warnings.pl
3268 ____________________________________________________________________________
3269 [  5134] By: gsar                                  on 2000/02/19  06:36:46
3270         Log: s/byte/bytes/g remnants
3271      Branch: perl
3272            ! lib/bytes.pm lib/bytes_heavy.pl
3273 ____________________________________________________________________________
3274 [  5133] By: gsar                                  on 2000/02/19  06:33:49
3275         Log: rename byte:: to bytes::
3276      Branch: perl
3277           +> lib/bytes.pm lib/bytes_heavy.pl
3278            - lib/byte.pm lib/byte_heavy.pl
3279            ! MANIFEST lib/charnames.pm lib/utf8.pm pod/perldelta.pod
3280            ! pod/perltoc.pod pod/perlunicode.pod pod/perlvar.pod
3281            ! t/lib/charnames.t t/op/ver.t
3282 ____________________________________________________________________________
3283 [  5132] By: gsar                                  on 2000/02/19  05:58:42
3284         Log: English names for $^R and $^S
3285      Branch: perl
3286            ! lib/English.pm pod/perlvar.pod
3287 ____________________________________________________________________________
3288 [  5131] By: gsar                                  on 2000/02/19  05:44:20
3289         Log: rename "Probable precendence problem" diagnostic to "Bareword found
3290              in conditional" to better reflect the class of error (as suggested
3291              by Larry)
3292      Branch: perl
3293            ! op.c pod/perldelta.pod pod/perldiag.pod t/pragma/warn/op
3294 ____________________________________________________________________________
3295 [  5130] By: gsar                                  on 2000/02/19  05:43:10
3296         Log: fix outdated info about PerlClinic and the bug-tracking system
3297      Branch: perl
3298            ! pod/perlfaq2.pod pod/perltodo.pod
3299 ____________________________________________________________________________
3300 [  5129] By: gsar                                  on 2000/02/19  04:14:19
3301         Log: some fixes for mingw32/GCC (SETERRNO() still appears to
3302              trash memory)
3303      Branch: perl
3304            ! README.win32 t/lib/safe2.t t/op/mkdir.t win32/makefile.mk
3305            ! win32/win32.h
3306 ____________________________________________________________________________
3307 [  5128] By: gsar                                  on 2000/02/18  06:55:33
3308         Log: avoid $@-clearing sideeffect of require in Carp
3309      Branch: perl
3310            ! lib/Carp.pm
3311 ____________________________________________________________________________
3312 [  5127] By: gsar                                  on 2000/02/18  04:58:26
3313         Log: stronger testcase for change#5126
3314      Branch: perl
3315            ! t/op/pat.t
3316 ____________________________________________________________________________
3317 [  5126] By: gsar                                  on 2000/02/18  04:44:28
3318         Log: make /\S/ match the same things /[\S]/ matches; likewise for
3319              \D (from Rick Delaney <rick@consumercontact.com>)
3320      Branch: perl
3321            ! regexec.c t/op/pat.t
3322 ____________________________________________________________________________
3323 [  5125] By: gsar                                  on 2000/02/18  03:57:43
3324         Log: Compiler fixups from Jan Dubois
3325      Branch: perl
3326            ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm utils/perlcc.PL
3327 ____________________________________________________________________________
3328 [  5124] By: jhi                                   on 2000/02/17  22:09:09
3329         Log: Take out the -Wl,-z as we have survice so far without.
3330      Branch: cfgperl
3331            ! hints/hpux.sh
3332 ____________________________________________________________________________
3333 [  5123] By: jhi                                   on 2000/02/17  18:40:17
3334         Log: Integrate with Sarathy.
3335      Branch: cfgperl
3336           !> dump.c ext/ODBM_File/ODBM_File.xs t/op/split.t
3337 ____________________________________________________________________________
3338 [  5122] By: gsar                                  on 2000/02/17  18:01:14
3339         Log: fix test that depends on op_dump() output
3340      Branch: perl
3341            ! t/op/split.t
3342 ____________________________________________________________________________
3343 [  5121] By: gsar                                  on 2000/02/17  17:55:18
3344         Log: op_dump() tweak
3345      Branch: perl
3346            ! dump.c
3347 ____________________________________________________________________________
3348 [  5120] By: jhi                                   on 2000/02/16  23:11:04
3349         Log: Regularize the use* questions, and replace
3350              "Configure *must* be run with -Duse..." with.
3351              "can be run".
3352      Branch: cfgperl
3353            ! Configure config_h.SH
3354      Branch: metaconfig
3355            ! U/threads/usethreads.U
3356      Branch: metaconfig/U/perl
3357            ! use64bits.U uselfs.U uselongdbl.U uselonglong.U
3358            ! usemultiplicity.U useperlio.U usesocks.U
3359 ____________________________________________________________________________
3360 [  5119] By: jhi                                   on 2000/02/16  22:29:11
3361         Log: HP-UX 64-bitness/largefile fixes.
3362      Branch: cfgperl
3363            ! Configure config_h.SH ext/SDBM_File/sdbm/sdbm.c hints/hpux.sh
3364            ! perl.h
3365      Branch: metaconfig
3366            ! U/modified/cc.U U/modified/libpth.U U/modified/libs.U
3367      Branch: metaconfig/U/perl
3368            ! Extensions.U
3369 ____________________________________________________________________________
3370 [  5118] By: jhi                                   on 2000/02/16  19:47:51
3371         Log: Fcntl: more O_ constants, move SEEK_ to @EXPORT_OK
3372              (tag :seek), add S_I constants (and functions) (tag :mode);
3373              refer only to the SEEK_ of Fcntl, not the ones from
3374              POSIX or IO::; add SHUT_ to Socket; get trigonometric
3375              functions from Math::Trig instead of POSIX.
3376      Branch: cfgperl
3377            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs ext/Socket/Socket.pm
3378            ! ext/Socket/Socket.xs perl.h pod/perldelta.pod pod/perlfunc.pod
3379            ! pod/perlopentut.pod t/lib/syslfs.t
3380      Branch: metaconfig/U/perl
3381            + i_sysmode.U
3382 ____________________________________________________________________________
3383 [  5117] By: gsar                                  on 2000/02/16  06:39:06
3384         Log: avoid warnings due to redefined NULL
3385      Branch: perl
3386            ! ext/ODBM_File/ODBM_File.xs
3387 ____________________________________________________________________________
3388 [  5116] By: gsar                                  on 2000/02/16  00:10:25
3389         Log: integrate cfgperl changes into mainline
3390      Branch: perl
3391           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
3392           !> Porting/config_H config_h.SH ext/Sys/Hostname/Hostname.xs
3393           !> ext/Sys/Syslog/Syslog.xs hints/aix.sh hints/hpux.sh
3394           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm myconfig.SH
3395 ____________________________________________________________________________
3396 [  5115] By: jhi                                   on 2000/02/15  23:11:55
3397         Log: Probe for <sys/utsname.h>.
3398      Branch: cfgperl
3399            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3400            ! config_h.SH ext/Sys/Hostname/Hostname.xs
3401      Branch: metaconfig/U/perl
3402            + i_sysutsname.U
3403 ____________________________________________________________________________
3404 [  5114] By: jhi                                   on 2000/02/15  22:59:59
3405         Log: Integrate with Sarathy.
3406      Branch: cfgperl
3407           +> ext/Sys/Hostname/Hostname.pm ext/Sys/Hostname/Hostname.xs
3408           +> ext/Sys/Hostname/Makefile.PL
3409            - lib/Sys/Hostname.pm
3410           !> (integrate 41 files)
3411 ____________________________________________________________________________
3412 [  5113] By: gsar                                  on 2000/02/15  21:22:18
3413         Log: update Changes, patchlevel
3414      Branch: perl
3415            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
3416            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
3417 ____________________________________________________________________________
3418 [  5112] By: gsar                                  on 2000/02/15  20:57:12
3419         Log: fix change#5104 under useithreads
3420      Branch: perl
3421            ! op.c
3422 ____________________________________________________________________________
3423 [  5111] By: gsar                                  on 2000/02/15  20:45:10
3424         Log: export list tweak needed by change#5103
3425      Branch: perl
3426            ! makedef.pl
3427 ____________________________________________________________________________
3428 [  5110] By: gsar                                  on 2000/02/15  19:32:56
3429         Log: add XS version of Sys::Hostname (from Greg Bacon
3430              <gbacon@itsc.uah.edu>)
3431      Branch: perl
3432            + ext/Sys/Hostname/Hostname.pm ext/Sys/Hostname/Hostname.xs
3433            + ext/Sys/Hostname/Makefile.PL
3434            - lib/Sys/Hostname.pm
3435            ! MANIFEST ext/DynaLoader/Makefile.PL ext/Sys/Syslog/Makefile.PL
3436            ! pod/perldelta.pod t/lib/hostname.t win32/Makefile
3437            ! win32/makefile.mk
3438 ____________________________________________________________________________
3439 [  5109] By: gsar                                  on 2000/02/15  18:35:28
3440         Log: UNIVERSAL::can and UNIVERSAL::isa should return undef when
3441              given undefined values (from Graham Barr <gbarr@pobox.com>)
3442      Branch: perl
3443            ! universal.c
3444 ____________________________________________________________________________
3445 [  5108] By: gsar                                  on 2000/02/15  18:25:05
3446         Log: avoid accidental #line directives (from Rick Delaney
3447              <rick@consumercontact.com>)
3448      Branch: perl
3449            ! pod/perlsyn.pod toke.c
3450 ____________________________________________________________________________
3451 [  5107] By: gsar                                  on 2000/02/15  18:04:31
3452         Log: locale guards needed (from Simon Cozens <simon@brecon.co.uk>)
3453      Branch: perl
3454            ! perl.c
3455 ____________________________________________________________________________
3456 [  5106] By: gsar                                  on 2000/02/15  18:02:17
3457         Log: incorrect docs about delete() (spotted by Martyn Pearce
3458              <martyn@inpharmatica.co.uk>)
3459      Branch: perl
3460            ! pod/perldelta.pod pod/perlfunc.pod
3461 ____________________________________________________________________________
3462 [  5105] By: gsar                                  on 2000/02/15  17:43:27
3463         Log: s/use vars/our/ (from Gisle Aas)
3464      Branch: perl
3465            ! bytecode.pl
3466 ____________________________________________________________________________
3467 [  5104] By: gsar                                  on 2000/02/15  17:42:06
3468         Log: optimize pseudohash slice in array slice at compile time (from
3469              John Tobey <jtobey@john-edwin-tobey.org>)
3470      Branch: perl
3471            ! op.c t/lib/fields.t
3472 ____________________________________________________________________________
3473 [  5103] By: gsar                                  on 2000/02/15  17:18:12
3474         Log: provide malloc stats via get_mstats() (from Ilya Zakharevich)
3475      Branch: perl
3476            ! embed.h embed.pl global.sym makedef.pl malloc.c objXSUB.h
3477            ! perl.h perlapi.c proto.h vos/vos_dummies.c
3478 ____________________________________________________________________________
3479 [  5102] By: gsar                                  on 2000/02/15  17:05:12
3480         Log: doc patches from Rick Delaney and Chris Nandor; update Todo-5.6
3481      Branch: perl
3482            ! Todo-5.6 pod/perldata.pod pod/perlport.pod
3483 ____________________________________________________________________________
3484 [  5101] By: gsar                                  on 2000/02/15  17:02:51
3485         Log: fix regen_headers target to make all the autogenerated files
3486              writable first
3487      Branch: perl
3488            ! Makefile.SH
3489 ____________________________________________________________________________
3490 [  5100] By: gsar                                  on 2000/02/15  16:41:53
3491         Log: fix misoptimization of C<my($x,$y); $x = $y = 1 + $z;> (from
3492              Ilya Zakharevich)
3493      Branch: perl
3494            ! op.c t/op/lex_assign.t
3495 ____________________________________________________________________________
3496 [  5099] By: gsar                                  on 2000/02/15  16:17:36
3497         Log: more complete File::Spec support for Mac and VMS, tests (from
3498              Barrie Slaymaker <barries@slaysys.com>)
3499      Branch: perl
3500            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
3501            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm t/lib/filespec.t
3502 ____________________________________________________________________________
3503 [  5098] By: gsar                                  on 2000/02/15  16:10:46
3504         Log: fix incompatibility with bison generated parser (from
3505              Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
3506      Branch: perl
3507            ! toke.c
3508 ____________________________________________________________________________
3509 [  5097] By: gsar                                  on 2000/02/15  16:07:17
3510         Log: propagate st_mode bits to group/other for Borland build
3511              (from Vadim Konovalov <vkonovalov@lucent.com>)
3512      Branch: perl
3513            ! win32/win32.c
3514 ____________________________________________________________________________
3515 [  5096] By: jhi                                   on 2000/02/15  14:22:23
3516         Log: Integrate with Sarathy.
3517      Branch: cfgperl
3518           !> win32/Makefile win32/bin/exetype.pl win32/makefile.mk
3519 ____________________________________________________________________________
3520 [  5095] By: jhi                                   on 2000/02/15  14:19:22
3521         Log: cc_r can be in different places (/usr/ibmcxx/bin or /usr/bin),
3522              easier just to drop the paranoid test.
3523      Branch: cfgperl
3524            ! hints/aix.sh
3525 ____________________________________________________________________________
3526 [  5094] By: gsar                                  on 2000/02/15  05:42:17
3527         Log: update exetype.pl tool
3528      Branch: perl
3529            ! win32/Makefile win32/bin/exetype.pl win32/makefile.mk
3530 ____________________________________________________________________________
3531 [  5093] By: jhi                                   on 2000/02/15  05:24:02
3532         Log: Integrate with Sarathy.
3533      Branch: cfgperl
3534           !> Porting/pumpkin.pod embed.h embed.pl ext/DB_File/DB_File.xs
3535           !> ext/GDBM_File/GDBM_File.xs ext/NDBM_File/NDBM_File.xs
3536           !> ext/ODBM_File/ODBM_File.xs ext/SDBM_File/SDBM_File.xs hv.c
3537           !> perl.c proto.h sv.c t/op/ord.t t/pragma/warnings.t
3538 ____________________________________________________________________________
3539 [  5092] By: jhi                                   on 2000/02/15  05:22:09
3540         Log: Unroll the libs scan thanks to HP-UX.
3541      Branch: cfgperl
3542            ! Configure config_h.SH hints/hpux.sh
3543      Branch: metaconfig
3544            ! U/modified/libpth.U U/modified/libs.U
3545      Branch: metaconfig/U/perl
3546            ! Extensions.U dlsrc.U
3547 ____________________________________________________________________________
3548 [  5091] By: gsar                                  on 2000/02/15  05:17:56
3549         Log: fix leaks in *DBM_File; safemalloc()ed things need to be freed with
3550              safefree() rather than Safefree()
3551      Branch: perl
3552            ! ext/DB_File/DB_File.xs ext/GDBM_File/GDBM_File.xs
3553            ! ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
3554            ! ext/SDBM_File/SDBM_File.xs
3555 ____________________________________________________________________________
3556 [  5090] By: gsar                                  on 2000/02/15  04:54:17
3557         Log: fix memory leak in C<$x = *Y> provoked by change#4198, which
3558              introduced XPVMG storage in arenas
3559      Branch: perl
3560            ! sv.c
3561 ____________________________________________________________________________
3562 [  5089] By: jhi                                   on 2000/02/15  00:41:36
3563         Log: AIX perl linkage tweakage.
3564      Branch: cfgperl
3565            ! Makefile.SH
3566 ____________________________________________________________________________
3567 [  5088] By: jhi                                   on 2000/02/15  00:07:06
3568         Log: abort instead of just promising.
3569      Branch: cfgperl
3570            ! hints/aix.sh
3571 ____________________________________________________________________________
3572 [  5087] By: jhi                                   on 2000/02/14  23:51:05
3573         Log: silly compilers don't know that croak() exits
3574              and complain about unitialized RETVALs
3575      Branch: cfgperl
3576            ! ext/Sys/Syslog/Syslog.xs
3577 ____________________________________________________________________________
3578 [  5086] By: jhi                                   on 2000/02/14  21:13:24
3579         Log: Add lseektype and lseeksize to myconfig.
3580      Branch: cfgperl
3581            ! myconfig.SH
3582 ____________________________________________________________________________
3583 [  5085] By: gsar                                  on 2000/02/14  18:51:11
3584         Log: avoid warnings
3585      Branch: perl
3586            ! perl.c
3587 ____________________________________________________________________________
3588 [  5084] By: gsar                                  on 2000/02/14  18:26:08
3589         Log: fix small interpreter leaks identified by Purify
3590      Branch: perl
3591            ! Porting/pumpkin.pod embed.h embed.pl hv.c perl.c proto.h sv.c
3592            ! t/op/ord.t t/pragma/warnings.t
3593 ____________________________________________________________________________
3594 [  5083] By: jhi                                   on 2000/02/14  17:50:52
3595         Log: Remove tagged core files.
3596      Branch: cfgperl
3597            ! lib/ExtUtils/MM_Unix.pm
3598 ____________________________________________________________________________
3599 [  5082] By: jhi                                   on 2000/02/14  17:41:07
3600         Log: Prefer full_ar.
3601      Branch: cfgperl
3602            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
3603 ____________________________________________________________________________
3604 [  5081] By: jhi                                   on 2000/02/14  17:20:32
3605         Log: Add ivtype, ivsize, nvtype, nvsize to myconfig.
3606      Branch: cfgperl
3607            ! myconfig.SH
3608 ____________________________________________________________________________
3609 [  5080] By: jhi                                   on 2000/02/14  15:33:03
3610         Log: Integrate with Sarathy.
3611      Branch: cfgperl
3612           !> Porting/pumpkin.pod av.c malloc.c sv.c
3613 ____________________________________________________________________________
3614 [  5079] By: gsar                                  on 2000/02/14  08:50:06
3615         Log: notes about running Purify
3616      Branch: perl
3617            ! Porting/pumpkin.pod av.c sv.c
3618 ____________________________________________________________________________
3619 [  5078] By: gsar                                  on 2000/02/14  07:27:21
3620         Log: use system malloc() instead of sbrk() in Perl_malloc() under -DPURIFY
3621      Branch: perl
3622            ! malloc.c
3623 ____________________________________________________________________________
3624 [  5077] By: gsar                                  on 2000/02/14  07:25:44
3625         Log: integrate cfgperl contents into mainline
3626      Branch: perl
3627           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
3628           !> config_h.SH epoc/config.sh hints/aix.sh hints/hpux.sh
3629           !> hints/irix_6.sh hints/solaris_2.sh perl.h pod/perldelta.pod
3630           !> vms/subconfigure.com vos/config.def vos/config.h
3631           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
3632           !> win32/config.vc win32/config_H.bc win32/config_H.gc
3633           !> win32/config_H.vc
3634 ____________________________________________________________________________
3635 [  5076] By: jhi                                   on 2000/02/14  05:01:56
3636         Log: Integrate with Sarathy.
3637      Branch: cfgperl
3638           !> embed.h embed.pl objXSUB.h perl.c perlapi.c proto.h sv.c
3639 ____________________________________________________________________________
3640 [  5075] By: jhi                                   on 2000/02/14  04:56:52
3641         Log: Configure -A stopped processing of any further options.
3642      Branch: cfgperl
3643            ! Configure config_h.SH
3644      Branch: metaconfig
3645            ! U/modified/Options.U
3646 ____________________________________________________________________________
3647 [  5074] By: gsar                                  on 2000/02/14  04:45:01
3648         Log: remove outdated -DPURIFY code--it reports bogus errors during global
3649              destruction since we actually depend on SVs being in arenas there
3650      Branch: perl
3651            ! embed.h embed.pl objXSUB.h perl.c perlapi.c proto.h sv.c
3652 ____________________________________________________________________________
3653 [  5073] By: jhi                                   on 2000/02/13  19:28:17
3654         Log: Integrate with Sarathy.
3655      Branch: cfgperl
3656            - Todo-5.005
3657           !> cop.h op.c perl.c pp_ctl.c regcomp.c regexec.c scope.c sv.c
3658           !> util.c
3659 ____________________________________________________________________________
3660 [  5072] By: gsar                                  on 2000/02/13  19:02:07
3661         Log: more purification (pp_require() could access free memory; vdie()
3662              could think message was random length when passed a null argument;
3663              utilize() didn't set up the hash for the method name leading to
3664              pp_method_named() accessing random state; PL_curpm wasn't zeroed
3665              properly)
3666      Branch: perl
3667            ! cop.h op.c perl.c pp_ctl.c regcomp.c regexec.c scope.c sv.c
3668            ! util.c
3669 ____________________________________________________________________________
3670 [  5071] By: jhi                                   on 2000/02/12  19:59:35
3671         Log: uselonglong sits deep.
3672      Branch: cfgperl
3673            ! Configure config_h.SH hints/solaris_2.sh
3674      Branch: metaconfig/U/perl
3675            ! use64bits.U
3676 ____________________________________________________________________________
3677 [  5070] By: jhi                                   on 2000/02/12  01:25:41
3678         Log: megalomaniac 64-bit update: most importantly,
3679              uselonglong is eradicated, only backward
3680              compatibility hooks in use64bits remain.
3681      Branch: cfgperl
3682            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3683            ! config_h.SH epoc/config.sh hints/aix.sh hints/hpux.sh
3684            ! hints/irix_6.sh hints/solaris_2.sh perl.h vms/subconfigure.com
3685            ! vos/config.def vos/config.h vos/config_h.SH_orig
3686            ! win32/config.bc win32/config.gc win32/config.vc
3687            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3688      Branch: metaconfig
3689            ! U/a_dvisory/quadtype.U U/modified/libpth.U U/modified/libs.U
3690      Branch: metaconfig/U/perl
3691            ! use64bits.U
3692 ____________________________________________________________________________
3693 [  5069] By: jhi                                   on 2000/02/11  21:13:41
3694         Log: undo #5064 for now; there seems to be no good selection
3695              of flags to add the new option.
3696      Branch: cfgperl
3697            ! hints/hpux.sh
3698 ____________________________________________________________________________
3699 [  5068] By: jhi                                   on 2000/02/11  21:01:21
3700         Log: Guard against accidental long long use.
3701      Branch: cfgperl
3702            ! perl.h
3703 ____________________________________________________________________________
3704 [  5067] By: jhi                                   on 2000/02/11  19:50:32
3705         Log: logic fixes
3706      Branch: cfgperl
3707            ! Configure config_h.SH
3708      Branch: metaconfig/U/perl
3709            ! uselonglong.U
3710 ____________________________________________________________________________
3711 [  5066] By: jhi                                   on 2000/02/11  19:32:30
3712         Log: Clarify 64-bit issues.
3713      Branch: cfgperl
3714            ! pod/perldelta.pod
3715 ____________________________________________________________________________
3716 [  5065] By: jhi                                   on 2000/02/11  18:13:29
3717         Log: Integrate with Sarathy.
3718      Branch: cfgperl
3719           !> ext/Devel/Peek/Peek.xs regcomp.c t/comp/require.t t/comp/use.t
3720           !> toke.c
3721 ____________________________________________________________________________
3722 [  5064] By: jhi                                   on 2000/02/11  18:11:47
3723         Log: Silence linker warnings about binary backward incompatibilities.
3724      Branch: cfgperl
3725            ! hints/hpux.sh
3726 ____________________________________________________________________________
3727 [  5063] By: gsar                                  on 2000/02/11  16:36:14
3728         Log: fix uninitialized memory reads found by purify
3729      Branch: perl
3730            ! ext/Devel/Peek/Peek.xs regcomp.c
3731 ____________________________________________________________________________
3732 [  5062] By: jhi                                   on 2000/02/11  00:11:39
3733         Log: de-fancify the largefiles hints
3734      Branch: cfgperl
3735            ! hints/hpux.sh
3736 ____________________________________________________________________________
3737 [  5061] By: gsar                                  on 2000/02/10  19:17:09
3738         Log: longstanding bug in parsing "require VERSION", could reallocate
3739              current line and not know it; exposed by change#5004; manifested
3740              as parse failure of C<{require 5.003}>
3741      Branch: perl
3742            ! t/comp/require.t t/comp/use.t toke.c
3743 ____________________________________________________________________________
3744 [  5060] By: jhi                                   on 2000/02/10  13:29:25
3745         Log: Integrate with Sarathy.
3746      Branch: cfgperl
3747           !> makedef.pl pp_ctl.c t/op/write.t win32/vdir.h
3748 ____________________________________________________________________________
3749 [  5059] By: gsar                                  on 2000/02/10  06:21:21
3750         Log: make global symbol exports AIX-specific
3751      Branch: perl
3752            ! makedef.pl
3753 ____________________________________________________________________________
3754 [  5058] By: gsar                                  on 2000/02/10  06:16:57
3755         Log: integrate cfgperl contents into mainline
3756      Branch: perl
3757           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
3758           !> Porting/config_H config_h.SH makedef.pl perl.h
3759           !> vms/subconfigure.com vos/config.def win32/config.bc
3760           !> win32/config.gc win32/config.vc win32/config_H.bc
3761           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
3762           !> win32/config_sh.PL
3763 ____________________________________________________________________________
3764 [  5057] By: gsar                                  on 2000/02/10  01:08:01
3765         Log: windows bugfixes for virtual directories under USE_ITHREADS:
3766              allows path mapping to unknown devices to work properly;
3767              special file names like CONOUT$ can be opened with sysopen()
3768              again
3769      Branch: perl
3770            ! win32/vdir.h
3771 ____________________________________________________________________________
3772 [  5056] By: gsar                                  on 2000/02/10  00:56:27
3773         Log: formline() could wipe out readonly-ness, freeing constants
3774              prematurely, or affect cloning of pad constants
3775      Branch: perl
3776            ! pp_ctl.c t/op/write.t
3777 ____________________________________________________________________________
3778 [  5055] By: jhi                                   on 2000/02/09  19:48:58
3779         Log: Regenerate Configure for I_SYSLOG.
3780      Branch: cfgperl
3781            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3782            ! config_h.SH
3783 ____________________________________________________________________________
3784 [  5054] By: jhi                                   on 2000/02/09  19:38:04
3785         Log: fix AIX and multiplicity problems
3786      Branch: cfgperl
3787            ! Makefile.SH makedef.pl
3788 ____________________________________________________________________________
3789 [  5053] By: bailey                                on 2000/02/09  10:58:11
3790         Log: remove redundant archcore directory prefix in installperl
3791      Branch: vmsperl
3792            ! installperl
3793 ____________________________________________________________________________
3794 [  5052] By: bailey                                on 2000/02/09  10:44:22
3795         Log: Work around prefixing bug in older DECC preprocessors
3796      Branch: vmsperl
3797            ! vms/vms.c vms/vmsish.h
3798 ____________________________________________________________________________
3799 [  5051] By: bailey                                on 2000/02/09  09:52:06
3800         Log: Eliminate unnecessary (and sometimes confounding) test for
3801              word boundary
3802      Branch: vmsperl
3803            ! lib/ExtUtils/MM_VMS.pm
3804 ____________________________________________________________________________
3805 [  5050] By: bailey                                on 2000/02/09  09:29:06
3806         Log: Minor fixes to assuage picky compilers (unsigned comparisons and
3807              alias rules lead to compilation warnings)
3808      Branch: vmsperl
3809            ! av.c mg.h pp_sys.c scope.c sv.c vms/vms.c
3810 ____________________________________________________________________________
3811 [  5049] By: bailey                                on 2000/02/09  09:09:45
3812         Log: Resync with mainline
3813      Branch: vmsperl
3814           +> Todo-5.6 ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
3815           +> ext/Sys/Syslog/Syslog.xs lib/Pod/Find.pm lib/Pod/ParseUtils.pm
3816           +> pod/perlapi.pod pod/perlintern.pod pod/perlunicode.pod
3817           +> t/op/exists_sub.t t/op/ver.t t/pragma/diagnostics.t
3818           +> vos/config.def vos/config.pl win32/bin/exetype.pl
3819            - Todo-5.005 lib/Sys/Syslog.pm lib/caller.pm
3820            ! vms/subconfigure.com
3821           !> (integrate 358 files)
3822 ____________________________________________________________________________
3823 [  5048] By: jhi                                   on 2000/02/09  03:54:05
3824         Log: OS/2 gcc doesn't like -o foo.exe and -Zexe simultaneously
3825              (reported by Yitzchak Scott-Thoennes in p5p)
3826      Branch: cfgperl
3827            ! Configure config_h.SH
3828      Branch: metaconfig
3829            ! U/modified/Cppsym.U
3830 ____________________________________________________________________________
3831 [  5047] By: jhi                                   on 2000/02/09  02:56:43
3832         Log: (fake) use of getcwd.
3833      Branch: cfgperl
3834            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3835            ! config_h.SH perl.h
3836 ____________________________________________________________________________
3837 [  5046] By: jhi                                   on 2000/02/09  02:22:50
3838         Log: lib scan fix
3839      Branch: cfgperl
3840            ! Configure config_h.SH
3841      Branch: metaconfig
3842            ! U/modified/libs.U
3843 ____________________________________________________________________________
3844 [  5045] By: jhi                                   on 2000/02/09  02:17:34
3845         Log: Reintroduce #5019 via metaconfig.
3846      Branch: cfgperl
3847            ! Configure config_h.SH
3848      Branch: metaconfig
3849            ! U/installdirs/inc_version_list.U
3850 ____________________________________________________________________________
3851 [  5044] By: jhi                                   on 2000/02/09  02:07:08
3852         Log: Add/restore probes for getcwd/mk*temp*/mmap.
3853      Branch: cfgperl
3854            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3855            ! config_h.SH perl.h vms/subconfigure.com vos/config.def
3856            ! win32/config.bc win32/config.gc win32/config.vc
3857            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3858            ! win32/config_h.PL win32/config_sh.PL
3859      Branch: metaconfig
3860            ! U/modified/d_mkstemp.U U/modified/libs.U
3861      Branch: metaconfig/U/perl
3862            + d_mkdtemp.U d_mkstemps.U
3863 ____________________________________________________________________________
3864 [  5043] By: jhi                                   on 2000/02/08  20:58:02
3865         Log: Integrate with Sarathy.
3866      Branch: cfgperl
3867           +> Todo-5.6 t/op/ver.t win32/bin/exetype.pl
3868           !> (integrate 110 files)
3869 ____________________________________________________________________________
3870 [  5042] By: gsar                                  on 2000/02/08  20:32:12
3871         Log: avoid exiting just because we didn't scan for libm ('libs' may still
3872              have it, but we avoided scan for things in 'libs')
3873      Branch: perl
3874            ! Configure
3875
3876 ----------------
3877 Version v5.5.650
3878 ----------------
3879
3880 ____________________________________________________________________________
3881 [  5041] By: gsar                                  on 2000/02/08  07:57:11
3882         Log: update Changes
3883      Branch: perl
3884            ! Changes
3885 ____________________________________________________________________________
3886 [  5040] By: gsar                                  on 2000/02/08  07:51:20
3887         Log: documentation patches (from Michael Schwern and Yitzchak
3888              Scott-Thoennes)
3889      Branch: perl
3890            ! av.c hv.c lib/UNIVERSAL.pm pod/perlapi.pod
3891 ____________________________________________________________________________
3892 [  5039] By: gsar                                  on 2000/02/08  07:22:46
3893         Log: alias to $^V to $PERL_VERSION_TUPLE
3894      Branch: perl
3895            ! lib/English.pm pod/perlvar.pod
3896 ____________________________________________________________________________
3897 [  5038] By: gsar                                  on 2000/02/08  07:03:34
3898         Log: update Changes
3899      Branch: perl
3900            ! Changes pod/perlhist.pod
3901 ____________________________________________________________________________
3902 [  5037] By: gsar                                  on 2000/02/08  06:59:55
3903         Log: Windows has a somewhat different sitelib layout, and needs
3904              $sitelib/archname added as well
3905      Branch: perl
3906            ! perl.c
3907 ____________________________________________________________________________
3908 [  5036] By: gsar                                  on 2000/02/08  06:59:03
3909         Log: change#4987 appears to have broken libs scan for platforms that
3910              don't set ignore_versioned_solibs (Solaris is one of them); add
3911              derivative fix from the older logic for skipping versioned .so
3912              libs
3913      Branch: perl
3914            ! Configure
3915 ____________________________________________________________________________
3916 [  5035] By: gsar                                  on 2000/02/07  21:21:44
3917         Log: sprintf("%v"...) buffer resizing busted
3918      Branch: perl
3919            ! sv.c
3920 ____________________________________________________________________________
3921 [  5034] By: gsar                                  on 2000/02/07  19:16:21
3922         Log: update Changes
3923      Branch: perl
3924            ! Changes pod/perlhist.pod
3925 ____________________________________________________________________________
3926 [  5033] By: gsar                                  on 2000/02/07  19:01:08
3927         Log: stringify "\x{FFF}" to utf8 correctly; set SvUTF8 on "\x{XX}"
3928              only when XX > 127
3929      Branch: perl
3930            ! pp_hot.c toke.c
3931 ____________________________________________________________________________
3932 [  5032] By: gsar                                  on 2000/02/07  18:25:31
3933         Log: add note about printf("%v",...)
3934      Branch: perl
3935            ! pod/perldelta.pod
3936 ____________________________________________________________________________
3937 [  5031] By: gsar                                  on 2000/02/07  18:18:43
3938         Log: update Changes
3939      Branch: perl
3940            ! Changes Todo-5.6
3941 ____________________________________________________________________________
3942 [  5030] By: gsar                                  on 2000/02/07  18:17:49
3943         Log: thinko in change#5029
3944      Branch: perl
3945            ! gv.c
3946 ____________________________________________________________________________
3947 [  5029] By: gsar                                  on 2000/02/07  17:49:58
3948         Log: change $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_widesyscalls/;
3949              introduce -C switch (sets $^WIDE_SYSTEM_CALLS)
3950      Branch: perl
3951            ! embedvar.h gv.c intrpvar.h mg.c perl.c perlapi.h
3952            ! pod/perlrun.pod pod/perlunicode.pod pod/perlvar.pod
3953            ! win32/win32.h
3954 ____________________________________________________________________________
3955 [  5028] By: gsar                                  on 2000/02/07  17:10:03
3956         Log: perlport updates (from Peter Prymmer)
3957      Branch: perl
3958            ! pod/perlport.pod
3959 ____________________________________________________________________________
3960 [  5027] By: gsar                                  on 2000/02/07  16:53:47
3961         Log: fix up Todo-5.6
3962      Branch: perl
3963            ! Todo-5.6
3964 ____________________________________________________________________________
3965 [  5026] By: gsar                                  on 2000/02/07  16:32:31
3966         Log: rename Todo-5.005 to Todo-5.6
3967      Branch: perl
3968           +> Todo-5.6
3969            - Todo-5.005
3970            ! MANIFEST
3971 ____________________________________________________________________________
3972 [  5025] By: gsar                                  on 2000/02/07  16:09:54
3973         Log: ${^Warnings} renamed to ${^WARNING_BITS}
3974      Branch: perl
3975            ! gv.c lib/warnings.pm mg.c pod/perltoc.pod pod/perlvar.pod
3976            ! toke.c warnings.pl
3977 ____________________________________________________________________________
3978 [  5024] By: gsar                                  on 2000/02/07  11:47:06
3979         Log: various Windows tweaks: make $^E a little less buggy by saving
3980              and restoring system error across TLS fetch; avoid needless
3981              copying of buffers
3982      Branch: perl
3983            ! win32/Makefile win32/makefile.mk win32/perllib.c win32/win32.c
3984            ! win32/win32.h
3985 ____________________________________________________________________________
3986 [  5023] By: gsar                                  on 2000/02/07  11:44:19
3987         Log: avoid MakeMaker setting $^W=1
3988      Branch: perl
3989            ! lib/ExtUtils/MakeMaker.pm
3990 ____________________________________________________________________________
3991 [  5022] By: gsar                                  on 2000/02/07  10:38:56
3992         Log: up to v5.5.650
3993      Branch: perl
3994            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
3995            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
3996 ____________________________________________________________________________
3997 [  5021] By: gsar                                  on 2000/02/07  10:10:31
3998         Log: mention threads status in pod
3999      Branch: perl
4000            ! ext/Thread/Thread.pm
4001 ____________________________________________________________________________
4002 [  5020] By: gsar                                  on 2000/02/07  09:57:46
4003         Log: tolerate NULL SITELIB_EXP
4004      Branch: perl
4005            ! perl.c
4006 ____________________________________________________________________________
4007 [  5019] By: gsar                                  on 2000/02/07  09:46:11
4008         Log: NULL-terminate PERL_INC_VERSION_LIST
4009      Branch: perl
4010            ! Configure perl.c win32/config.bc win32/config.gc
4011            ! win32/config.vc win32/config_H.bc win32/config_H.gc
4012            ! win32/config_H.vc
4013 ____________________________________________________________________________
4014 [  5018] By: gsar                                  on 2000/02/07  09:13:10
4015         Log: add compatible versions from $Config{inc_ver_list} to search
4016              paths automatically (from Tom Hughes <tom@compton.nu>)
4017      Branch: perl
4018            ! lib/lib.pm perl.c
4019 ____________________________________________________________________________
4020 [  5017] By: gsar                                  on 2000/02/07  08:58:56
4021         Log: makefiles now use exetype.pl to make wperl.exe
4022      Branch: perl
4023            ! sv.c win32/Makefile win32/makefile.mk
4024 ____________________________________________________________________________
4025 [  5016] By: gsar                                  on 2000/02/07  08:38:25
4026         Log: add exetype.pl (from Jan Dubois)
4027      Branch: perl
4028            + win32/bin/exetype.pl
4029            ! MANIFEST
4030 ____________________________________________________________________________
4031 [  5015] By: gsar                                  on 2000/02/07  08:29:28
4032         Log: pod fixes (from Abigail and M J T Guy)
4033      Branch: perl
4034            ! Changes README.os2 gv.c pod/perlapi.pod pod/perldebug.pod
4035            ! pod/perldelta.pod pod/perldiag.pod pod/perlopentut.pod
4036            ! pod/perlport.pod pod/perlvar.pod
4037 ____________________________________________________________________________
4038 [  5014] By: gsar                                  on 2000/02/07  07:09:08
4039         Log: clarify behavior of vec() when arguments are off the end of the
4040              string (from M J T Guy)
4041      Branch: perl
4042            ! pod/perlfunc.pod
4043 ____________________________________________________________________________
4044 [  5013] By: gsar                                  on 2000/02/07  07:08:15
4045         Log: remove $^U dependent behaviors in runtime; chr() and sprintf('%c',...)
4046              now return bytes all the way to 255, they will be transparently
4047              coerced (in future) to UTF-8 when they are used in operations
4048              involving other UTF-8 strings; C<use utf8> doesn't set $^U anymore
4049      Branch: perl
4050            ! lib/byte.pm lib/utf8.pm pod/perlunicode.pod pod/perlvar.pod
4051            ! pp.c sv.c
4052 ____________________________________________________________________________
4053 [  5012] By: gsar                                  on 2000/02/07  06:36:33
4054         Log: partly revert change#4851, apparently POSIX::uname() may not be correct
4055              per strict reading of standard (says Tom Christiansen)
4056      Branch: perl
4057            ! lib/Sys/Hostname.pm
4058 ____________________________________________________________________________
4059 [  5011] By: gsar                                  on 2000/02/07  06:26:30
4060         Log: allow 64-bit utf8-encoded integers (from Ilya Zakharevich)
4061      Branch: perl
4062            ! utf8.c utf8.h
4063 ____________________________________________________________________________
4064 [  5010] By: gsar                                  on 2000/02/06  21:27:03
4065         Log: fix debug code in Perl_malloc() (from Ilya Zakharevich)
4066      Branch: perl
4067            ! malloc.c
4068 ____________________________________________________________________________
4069 [  5009] By: gsar                                  on 2000/02/06  20:45:30
4070         Log: set SvUTF8 on vectors only if there are chars > 127; update copyright
4071              years (from Gisle Aas)
4072      Branch: perl
4073            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
4074            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
4075            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
4076            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
4077            ! toke.c utf8.c utf8.h util.c util.h
4078 ____________________________________________________________________________
4079 [  5008] By: gsar                                  on 2000/02/06  19:28:31
4080         Log: use builtin __CYGWIN__ rather than -DCYGWIN (from Eric Fifer
4081              <EFifer@sanwaint.com>)
4082      Branch: perl
4083            ! EXTERN.h XSUB.h doio.c ext/POSIX/POSIX.xs
4084            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/sdbm.c
4085            ! hints/cygwin.sh lib/ExtUtils/MM_Cygwin.pm mg.c perl.h
4086            ! unixish.h util.c
4087 ____________________________________________________________________________
4088 [  5007] By: gsar                                  on 2000/02/06  17:47:01
4089         Log: reduce memory consumption of POSIX.pm (from Ilya Zakharevich)
4090      Branch: perl
4091            ! ext/POSIX/POSIX.pm
4092 ____________________________________________________________________________
4093 [  5006] By: gsar                                  on 2000/02/06  17:28:35
4094         Log: integrate cfgperl contents into mainline
4095      Branch: perl
4096           !> Configure config_h.SH ext/Sys/Syslog/Syslog.xs hints/hpux.sh
4097           !> perl.h pp_sys.c
4098 ____________________________________________________________________________
4099 [  5005] By: gsar                                  on 2000/02/06  17:18:39
4100         Log: VOS port updates (from Paul Green <Paul_Green@stratus.com>)
4101      Branch: perl
4102            ! README.vos pod/perlport.pod vos/Changes vos/build.cm
4103            ! vos/compile_perl.cm vos/config.def vos/config.h vos/config.pl
4104            ! vos/config_h.SH_orig vos/perl.bind vos/test_vos_dummies.c
4105            ! vos/vos_dummies.c vos/vosish.h
4106 ____________________________________________________________________________
4107 [  5004] By: gsar                                  on 2000/02/06  17:00:49
4108         Log: fix parse error on C<{ use strict }> and other constructs that
4109              make the parser reenter while LEX_KNOWNEXT is active
4110      Branch: perl
4111            ! t/comp/use.t toke.c
4112 ____________________________________________________________________________
4113 [  5003] By: gsar                                  on 2000/02/06  14:57:30
4114         Log: avoid -Bforcearchive on netbsd too
4115      Branch: perl
4116            ! Changes hints/netbsd.sh
4117 ____________________________________________________________________________
4118 [  5002] By: gsar                                  on 2000/02/06  14:45:17
4119         Log: revised notes about Pod::Parser & Co.
4120      Branch: perl
4121            ! lib/Pod/Usage.pm pod/perldelta.pod
4122 ____________________________________________________________________________
4123 [  5001] By: gsar                                  on 2000/02/06  14:02:43
4124         Log: fix description of obsolete diagnostic
4125      Branch: perl
4126            ! pod/perldiag.pod
4127 ____________________________________________________________________________
4128 [  5000] By: gsar                                  on 2000/02/06  13:59:58
4129         Log: allow "\x{12ab}" even without C<use utf8>
4130      Branch: perl
4131            ! t/pragma/warn/toke toke.c
4132 ____________________________________________________________________________
4133 [  4999] By: gsar                                  on 2000/02/06  13:58:31
4134         Log: make perlbug use new-style version numbers; improve compatibility
4135              (runs with perl 5.005); fix swapped old vs new version reporting
4136      Branch: perl
4137            ! utils/perlbug.PL
4138 ____________________________________________________________________________
4139 [  4998] By: gsar                                  on 2000/02/06  13:56:45
4140         Log: support sprintf("v%v", v1.2.3) (works on any string argument, in
4141              fact); add tests for version tuples
4142      Branch: perl
4143            + t/op/ver.t
4144            ! MANIFEST perl.c pod/perldiag.pod pod/perlfunc.pod
4145            ! pod/perlop.pod sv.c toke.c
4146 ____________________________________________________________________________
4147 [  4997] By: gsar                                  on 2000/02/04  21:40:08
4148         Log: change#4970 fallout for useithreads
4149      Branch: perl
4150            ! sv.c
4151 ____________________________________________________________________________
4152 [  4996] By: jhi                                   on 2000/02/04  20:09:00
4153         Log: Largefilify offsets of tied handles.
4154      Branch: cfgperl
4155            ! pp_sys.c
4156 ____________________________________________________________________________
4157 [  4995] By: jhi                                   on 2000/02/04  19:54:25
4158         Log: Sanity check for libraries scan.
4159      Branch: cfgperl
4160            ! Configure config_h.SH
4161      Branch: metaconfig
4162            ! U/modified/libs.U
4163 ____________________________________________________________________________
4164 [  4994] By: jhi                                   on 2000/02/04  19:48:42
4165         Log: HP-UX largefileness doesn't like lseek being redeclared;
4166              no more USE_LONG_LONG.
4167      Branch: cfgperl
4168            ! perl.h
4169 ____________________________________________________________________________
4170 [  4993] By: jhi                                   on 2000/02/04  19:18:59
4171         Log: fix the description as much as possible; the whole
4172              separation into three different symbols lists is
4173              pretty broken now.
4174      Branch: metaconfig
4175            ! U/modified/Cppsym.U
4176 ____________________________________________________________________________
4177 [  4992] By: jhi                                   on 2000/02/04  19:13:10
4178         Log: Use <syslog.h>, not <sys/syslog.h>.
4179      Branch: cfgperl
4180            ! Configure config_h.SH ext/Sys/Syslog/Syslog.xs
4181 ____________________________________________________________________________
4182 [  4991] By: gsar                                  on 2000/02/04  19:11:07
4183         Log: dmake is on CPAN now
4184      Branch: perl
4185            ! README.win32
4186 ____________________________________________________________________________
4187 [  4990] By: jhi                                   on 2000/02/04  19:04:01
4188         Log: Re-introduce #4817 and #4964 wiped out by #4987.
4189      Branch: cfgperl
4190            ! Configure config_h.SH
4191      Branch: metaconfig
4192            ! U/threads/usethreads.U
4193      Branch: metaconfig/U/perl
4194            ! patchlevel.U
4195 ____________________________________________________________________________
4196 [  4989] By: jhi                                   on 2000/02/04  18:54:00
4197         Log: typo fix
4198      Branch: cfgperl
4199            ! Configure config_h.SH
4200      Branch: metaconfig
4201            ! U/modified/libs.U
4202 ____________________________________________________________________________
4203 [  4988] By: jhi                                   on 2000/02/04  18:34:06
4204         Log: Integrate with Sarathy.
4205      Branch: cfgperl
4206           +> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
4207           +> ext/Sys/Syslog/Syslog.xs
4208            - lib/Sys/Syslog.pm
4209           !> (integrate 37 files)
4210 ____________________________________________________________________________
4211 [  4987] By: jhi                                   on 2000/02/04  18:31:05
4212         Log: Configure megamaintenance.  Cppsym (hopefully) final spasms;
4213              default is to use long long if available; various nits
4214              here and there; fixed to hpux 64-bitnes and largefileness.
4215      Branch: cfgperl
4216            ! Configure config_h.SH hints/hpux.sh perl.h
4217      Branch: metaconfig
4218            ! U/a_dvisory/quadtype.U U/modified/Cppsym.U
4219            ! U/modified/d_gethname.U U/modified/libpth.U U/modified/libs.U
4220      Branch: metaconfig/U/perl
4221            ! d_fseeko.U d_ftello.U dlsrc.U uselongdbl.U uselonglong.U
4222            ! usemultiplicity.U xs_apiversion.U
4223 ____________________________________________________________________________
4224 [  4986] By: gsar                                  on 2000/02/04  17:26:37
4225         Log: avoid bad cast warnings (from Robin Barker <rmb1@cise.npl.co.uk>)
4226      Branch: perl
4227            ! sv.c
4228 ____________________________________________________________________________
4229 [  4985] By: gsar                                  on 2000/02/04  16:43:49
4230         Log: avoid 'na' (spotted by Yitzchak Scott-Thoennes <sthoenna@efn.org>)
4231      Branch: perl
4232            ! ext/Devel/DProf/DProf.xs
4233 ____________________________________________________________________________
4234 [  4984] By: gsar                                  on 2000/02/04  08:20:05
4235         Log: CPAN.pm updated to v1.52 (from Andreas Koenig)
4236      Branch: perl
4237            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
4238 ____________________________________________________________________________
4239 [  4983] By: gsar                                  on 2000/02/04  08:00:38
4240         Log: updated OpenBSD hints (From Todd C. Miller <Todd.Miller@courtesan.com>)
4241      Branch: perl
4242            ! hints/openbsd.sh
4243 ____________________________________________________________________________
4244 [  4982] By: gsar                                  on 2000/02/04  07:54:04
4245         Log: pod typos (from Gregor N. Purdy <gregor@focusresearch.com>)
4246      Branch: perl
4247            ! lib/Pod/Parser.pm
4248 ____________________________________________________________________________
4249 [  4981] By: gsar                                  on 2000/02/04  07:34:38
4250         Log: avoid assuming cc accepts -o switch (from Tom Hughes)
4251      Branch: perl
4252            ! Makefile.SH
4253 ____________________________________________________________________________
4254 [  4980] By: gsar                                  on 2000/02/04  07:29:59
4255         Log: Sys::Syslog goes the XS way (from Tom Hughes <tom@compton.nu>)
4256      Branch: perl
4257            + ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
4258            + ext/Sys/Syslog/Syslog.xs
4259            - lib/Sys/Syslog.pm
4260            ! MANIFEST pod/perldelta.pod
4261 ____________________________________________________________________________
4262 [  4979] By: gsar                                  on 2000/02/04  07:13:19
4263         Log: pod updates (from David Adler, M J T Guy)
4264      Branch: perl
4265            ! pod/perlfaq2.pod pod/perlop.pod pod/perlsyn.pod
4266 ____________________________________________________________________________
4267 [  4978] By: gsar                                  on 2000/02/04  07:08:14
4268         Log: typos in config_h.SH (from Paul_Green@vos.stratus.com)
4269      Branch: perl
4270            ! config_h.SH
4271 ____________________________________________________________________________
4272 [  4977] By: gsar                                  on 2000/02/04  07:06:10
4273         Log: avoid adding null components to LD_LIBRARY_PATH, OpenBSD has trouble
4274              with them (from Todd C. Miller <Todd.Miller@courtesan.com>)
4275      Branch: perl
4276            ! Makefile.SH
4277 ____________________________________________________________________________
4278 [  4976] By: gsar                                  on 2000/02/04  06:33:43
4279         Log: VMS update (from Dan Sugalski and Peter Prymmer)
4280      Branch: perl
4281            ! configure.com vms/descrip_mms.template vms/subconfigure.com
4282 ____________________________________________________________________________
4283 [  4975] By: gsar                                  on 2000/02/04  05:51:14
4284         Log: patch to provide more informative names for evals and anonymous
4285              subroutines (from Ilya Zakharevich)
4286      Branch: perl
4287            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs lib/Dumpvalue.pm
4288            ! lib/dumpvar.pl lib/perl5db.pl op.c perl.h pod/perldebug.pod
4289            ! pod/perlvar.pod pp_ctl.c
4290 ____________________________________________________________________________
4291 [  4974] By: gsar                                  on 2000/02/04  05:05:57
4292         Log: off-by-one in malloc.c (from Ilya Zakharevich)
4293      Branch: perl
4294            ! malloc.c
4295 ____________________________________________________________________________
4296 [  4973] By: gsar                                  on 2000/02/04  05:03:00
4297         Log: OS/2 build fixups from Ilya Zakharevich
4298      Branch: perl
4299            ! ext/Devel/DProf/DProf.xs os2/Makefile.SHs t/op/fork.t
4300 ____________________________________________________________________________
4301 [  4972] By: gsar                                  on 2000/02/04  04:58:57
4302         Log: avoid /* within comment
4303      Branch: perl
4304            ! xsutils.c
4305 ____________________________________________________________________________
4306 [  4971] By: gsar                                  on 2000/02/04  04:56:09
4307         Log: another HINT_BYTE victim
4308      Branch: perl
4309            ! lib/charnames.pm
4310 ____________________________________________________________________________
4311 [  4970] By: gsar                                  on 2000/02/04  04:45:13
4312         Log: fix pad_alloc panic from C<my $w; sub { my($i) = @_; sub { $w } }>
4313      Branch: perl
4314            ! op.c scope.c scope.h t/op/closure.t toke.c
4315 ____________________________________________________________________________
4316 [  4969] By: gsar                                  on 2000/02/04  01:09:37
4317         Log: byte.pm and HINT_BYTE don't match (0x8, not 0x10!)
4318      Branch: perl
4319            ! lib/byte.pm
4320 ____________________________________________________________________________
4321 [  4968] By: jhi                                   on 2000/02/02  13:17:25
4322         Log: Integrate with Sarathy.
4323      Branch: cfgperl
4324           +> lib/Pod/Find.pm lib/Pod/ParseUtils.pm
4325            ! Configure
4326           !> (integrate 29 files)
4327
4328 ----------------
4329 Version v5.5.640
4330 ----------------
4331
4332 ____________________________________________________________________________
4333 [  4967] By: gsar                                  on 2000/02/02  12:22:29
4334         Log: update makerel for new version format
4335      Branch: perl
4336            ! Changes Porting/makerel
4337 ____________________________________________________________________________
4338 [  4966] By: gsar                                  on 2000/02/02  11:42:03
4339         Log: workaround for undefined symbol
4340      Branch: perl
4341            ! win32/win32.h
4342 ____________________________________________________________________________
4343 [  4965] By: gsar                                  on 2000/02/02  11:19:19
4344         Log: on cygwin, h_errno is now "__declspec(dllimport) int h_errno"
4345              (from Eric Fifer <EFifer@sanwaint.com>)
4346      Branch: perl
4347            ! pp_sys.c
4348 ____________________________________________________________________________
4349 [  4964] By: gsar                                  on 2000/02/02  11:11:15
4350         Log: adjust notes on use5005threads
4351      Branch: perl
4352            ! Configure INSTALL README.threads
4353 ____________________________________________________________________________
4354 [  4963] By: gsar                                  on 2000/02/02  10:14:30
4355         Log: fix typo
4356      Branch: perl
4357            ! Configure
4358 ____________________________________________________________________________
4359 [  4962] By: gsar                                  on 2000/02/02  10:13:10
4360         Log: integrate selected changes from cfgperl (#4899,4900,4904,4918)
4361      Branch: perl
4362           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
4363           !> config_h.SH ext/IO/IO.xs lib/Benchmark.pm
4364 ____________________________________________________________________________
4365 [  4961] By: gsar                                  on 2000/02/02  09:55:45
4366         Log: PodParser-1.092 update via CPAN (from Brad Appleton)
4367      Branch: perl
4368            + lib/Pod/Find.pm lib/Pod/ParseUtils.pm
4369            ! MANIFEST lib/Pod/Checker.pm t/pod/poderrs.t t/pod/poderrs.xr
4370 ____________________________________________________________________________
4371 [  4960] By: gsar                                  on 2000/02/02  08:22:31
4372         Log: replace misleading docs with a BUGS section
4373      Branch: perl
4374            ! lib/English.pm
4375 ____________________________________________________________________________
4376 [  4959] By: gsar                                  on 2000/02/02  08:16:17
4377         Log: remove FUD from perlfunc/use (from M J T Guy)
4378      Branch: perl
4379            ! pod/perlfunc.pod
4380 ____________________________________________________________________________
4381 [  4958] By: gsar                                  on 2000/02/02  08:13:04
4382         Log: Benchmark displays bogus CPU stats (suggested by Cedric Auzanne
4383              <cedric.auzanne@nist.gov>)
4384      Branch: perl
4385            ! Changes lib/Benchmark.pm
4386 ____________________________________________________________________________
4387 [  4957] By: gsar                                  on 2000/02/02  08:04:52
4388         Log: fix coredump on C<"x" =~ /x/; print @-> (from Ilya Zakharevich)
4389      Branch: perl
4390            ! pp_hot.c
4391 ____________________________________________________________________________
4392 [  4956] By: gsar                                  on 2000/02/02  08:02:57
4393         Log: flock() pod talks about "adding" in the sense of "or-ing"
4394      Branch: perl
4395            ! pod/perlfunc.pod
4396 ____________________________________________________________________________
4397 [  4955] By: gsar                                  on 2000/02/02  07:58:35
4398         Log: fixes for switching files in the debugger (from Ilya Zakharevich)
4399      Branch: perl
4400            ! lib/perl5db.pl pod/perldebug.pod
4401 ____________________________________________________________________________
4402 [  4954] By: gsar                                  on 2000/02/02  07:53:51
4403         Log: use warnings rather than fiddling with $^W (from Paul Marquess)
4404      Branch: perl
4405            ! lib/Cwd.pm lib/English.pm lib/ExtUtils/MM_Unix.pm
4406            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm lib/Fatal.pm
4407            ! lib/File/Spec/Win32.pm lib/Math/BigFloat.pm
4408            ! lib/Text/ParseWords.pm lib/utf8_heavy.pl
4409 ____________________________________________________________________________
4410 [  4953] By: gsar                                  on 2000/02/02  07:40:33
4411         Log: dynixptx hints tweak (from Martin J. Bligh <mbligh@sequent.com>)
4412      Branch: perl
4413            ! hints/dynixptx.sh
4414 ____________________________________________________________________________
4415 [  4952] By: gsar                                  on 2000/02/02  07:36:39
4416         Log: deltanotes on weakrefs and Pod::Parser (from Tuomas Lukka and
4417              Brad Appleton)
4418      Branch: perl
4419            ! pod/perldelta.pod
4420 ____________________________________________________________________________
4421 [  4951] By: gsar                                  on 2000/02/02  06:54:22
4422         Log: avoid mismatched type warnings
4423      Branch: perl
4424            ! embed.pl perlapi.h
4425 ____________________________________________________________________________
4426 [  4950] By: jhi                                   on 2000/02/02  06:49:10
4427         Log: Integrate with Sarathy.
4428      Branch: cfgperl
4429           +> pod/perlunicode.pod
4430           !> MANIFEST Makefile.SH lib/File/Spec/Win32.pm lib/Text/Tabs.pm
4431           !> lib/byte.pm lib/byte_heavy.pl lib/utf8.pm lib/warnings.pm
4432           !> makedef.pl op.c perl.h pod/perldelta.pod pp_ctl.c regcomp.c
4433           !> regexec.c t/pragma/warn/2use utf8.h utils/perldoc.PL
4434           !> vms/descrip_mms.template warnings.pl
4435 ____________________________________________________________________________
4436 [  4949] By: gsar                                  on 2000/02/02  06:41:17
4437         Log: fix broken abs2rel() (from François Allard <franka@host.ott.igs.net>)
4438      Branch: perl
4439            ! lib/File/Spec/Win32.pm
4440 ____________________________________________________________________________
4441 [  4948] By: gsar                                  on 2000/02/02  06:30:41
4442         Log: makefile tweak
4443      Branch: perl
4444            ! Makefile.SH
4445 ____________________________________________________________________________
4446 [  4947] By: gsar                                  on 2000/02/02  06:27:43
4447         Log: future-proof unknown warning categories (from Greg Bacon
4448              <gbacon@cs.uah.edu>)
4449      Branch: perl
4450            ! lib/warnings.pm t/pragma/warn/2use warnings.pl
4451 ____________________________________________________________________________
4452 [  4946] By: gsar                                  on 2000/02/02  06:21:34
4453         Log: doc tweak (from Michael G Schwern <schwern@pobox.com>)
4454      Branch: perl
4455            ! lib/Text/Tabs.pm
4456 ____________________________________________________________________________
4457 [  4945] By: gsar                                  on 2000/02/02  06:03:04
4458         Log: more meaningful message on invalid pattern argument (from
4459              Kevin Meltzer <KMeltzer@USCO.com>)
4460      Branch: perl
4461            ! utils/perldoc.PL
4462 ____________________________________________________________________________
4463 [  4944] By: gsar                                  on 2000/02/02  05:43:49
4464         Log: XSLoader build patch for VMS (from Craig A. Berry
4465              <craig.berry@metamorgs.com>)
4466      Branch: perl
4467            ! vms/descrip_mms.template
4468 ____________________________________________________________________________
4469 [  4943] By: gsar                                  on 2000/02/02  03:40:49
4470         Log: reword some sections of perlunicode.pod
4471      Branch: perl
4472            ! pod/perlunicode.pod
4473 ____________________________________________________________________________
4474 [  4942] By: gsar                                  on 2000/02/01  21:02:01
4475         Log: AIX warning on undefined symbol
4476      Branch: perl
4477            ! makedef.pl
4478 ____________________________________________________________________________
4479 [  4941] By: gsar                                  on 2000/02/01  20:29:30
4480         Log: HINT_UTF8 is not propagated to the op tree anymore; add a
4481              perlunicode.pod that reflects changes to unicode support so far
4482      Branch: perl
4483            + pod/perlunicode.pod
4484            ! MANIFEST lib/byte.pm lib/byte_heavy.pl lib/utf8.pm op.c perl.h
4485            ! pod/perldelta.pod pp_ctl.c regcomp.c regexec.c utf8.h
4486 ____________________________________________________________________________
4487 [  4940] By: jhi                                   on 2000/02/01  12:22:30
4488         Log: Integrate with Sarathy.
4489      Branch: cfgperl
4490           !> embed.pl embedvar.h global.sym gv.c intrpvar.h
4491           !> lib/charnames.pm lib/utf8.pm mg.c objXSUB.h op.c op.h
4492           !> perlapi.c perlapi.h pod/perlvar.pod pp.c sv.c sv.h
4493           !> t/lib/charnames.t toke.c win32/win32.c win32/win32.h
4494 ____________________________________________________________________________
4495 [  4939] By: gsar                                  on 2000/02/01  08:52:16
4496         Log: export pregexec(), Tk uses it
4497      Branch: perl
4498            ! embed.pl global.sym objXSUB.h perlapi.c
4499 ____________________________________________________________________________
4500 [  4938] By: gsar                                  on 2000/02/01  04:00:09
4501         Log: mark literal utf8 in string literals properly
4502      Branch: perl
4503            ! toke.c
4504 ____________________________________________________________________________
4505 [  4937] By: gsar                                  on 2000/01/31  20:19:34
4506         Log: introduce $^U, a global bit to indicate whether system
4507              calls should using widechar APIs; chr and sprintf "%c" also
4508              follow this flag in the absense of "use byte"; "use utf8"
4509              sets $^U=1 (this appears kludgey)
4510      Branch: perl
4511            ! embedvar.h gv.c intrpvar.h lib/charnames.pm lib/utf8.pm mg.c
4512            ! op.c op.h perlapi.h pod/perlvar.pod pp.c sv.c sv.h
4513            ! t/lib/charnames.t win32/win32.h
4514 ____________________________________________________________________________
4515 [  4936] By: jhi                                   on 2000/01/31  20:17:44
4516         Log: HP-UX (induced) fixes.
4517      Branch: cfgperl
4518            ! Configure config_h.SH hints/hpux.sh
4519      Branch: metaconfig
4520            ! U/modified/Oldconfig.U U/modified/libs.U
4521      Branch: metaconfig/U/perl
4522            ! quadfio.U
4523 ____________________________________________________________________________
4524 [  4935] By: jhi                                   on 2000/01/31  19:15:43
4525         Log: Cosmetics.
4526      Branch: metaconfig
4527            ! U/compline/d_gconvert.U
4528 ____________________________________________________________________________
4529 [  4934] By: jhi                                   on 2000/01/31  19:15:22
4530         Log: Cppsym saga continues.
4531      Branch: cfgperl
4532            ! Configure config_h.SH
4533      Branch: metaconfig
4534            ! U/modified/Cppsym.U
4535 ____________________________________________________________________________
4536 [  4933] By: gsar                                  on 2000/01/31  18:45:07
4537         Log: !USING_WIDE() branch is busted in win32_stat()
4538      Branch: perl
4539            ! win32/win32.c
4540 ____________________________________________________________________________
4541 [  4932] By: jhi                                   on 2000/01/31  06:41:47
4542         Log: Reveal even more symbols.
4543      Branch: cfgperl
4544            ! Configure config_h.SH
4545      Branch: metaconfig
4546            ! U/modified/Cppsym.U
4547 ____________________________________________________________________________
4548 [  4931] By: jhi                                   on 2000/01/31  06:21:41
4549         Log: Integrate with Sarathy.
4550      Branch: cfgperl
4551            - lib/caller.pm
4552           !> (integrate 29 files)
4553 ____________________________________________________________________________
4554 [  4930] By: gsar                                  on 2000/01/31  04:57:42
4555         Log: runtime now looks at the SVf_UTF8 bit on the SV to decide
4556              whether to use widechar semantics; lexer and RE engine continue
4557              to need "use utf8" to enable unicode awareness in literals
4558              and patterns (TODO: this needs to be fixed); $1 et al are marked
4559              SvUTF8 if the pattern was compiled for utf8 (TODO: propagating
4560              it from the data is probably better)
4561      Branch: perl
4562            ! doop.c gv.c mg.c op.c op.h pp.c pp_ctl.c pp_hot.c regcomp.c
4563            ! sv.c t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/sv
4564            ! t/pragma/warn/toke t/pragma/warn/utf8 toke.c utf8.h
4565 ____________________________________________________________________________
4566 [  4929] By: gsar                                  on 2000/01/31  04:17:09
4567         Log: remove caller.pm from change#3534 (flawed idea)
4568      Branch: perl
4569            - lib/caller.pm
4570            ! MANIFEST pod/perldelta.pod pod/perlfunc.pod
4571 ____________________________________________________________________________
4572 [  4928] By: gsar                                  on 2000/01/31  04:16:01
4573         Log: fix factual regression (-e doesn't create temporary files anymore)
4574      Branch: perl
4575            ! pod/perlfilter.pod
4576 ____________________________________________________________________________
4577 [  4927] By: gsar                                  on 2000/01/30  21:27:12
4578         Log: introduce $^V (eq chr($revision) . chr($version) . chr($subversion));
4579              document version tuples
4580      Branch: perl
4581            ! gv.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
4582            ! pod/perlvar.pod
4583 ____________________________________________________________________________
4584 [  4926] By: gsar                                  on 2000/01/28  18:10:12
4585         Log: implement -follow option in find2perl (from Helmut Jarausch
4586              <jarausch@igpm.rwth-aachen.de>)
4587      Branch: perl
4588            ! lib/File/Find.pm x2p/find2perl.PL
4589 ____________________________________________________________________________
4590 [  4925] By: gsar                                  on 2000/01/28  18:03:28
4591         Log: document what chdir() without an argument does (from Mark-Jason
4592              Dominus <mjd@plover.com>)
4593      Branch: perl
4594            ! pod/perlfunc.pod
4595 ____________________________________________________________________________
4596 [  4924] By: gsar                                  on 2000/01/28  17:49:34
4597         Log: README.cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
4598      Branch: perl
4599            ! README.cygwin
4600 ____________________________________________________________________________
4601 [  4923] By: gsar                                  on 2000/01/28  17:10:08
4602         Log: avoid leaking lexicals into program being debugged (from Ilya
4603              Zakharevich)
4604      Branch: perl
4605            ! lib/perl5db.pl
4606 ____________________________________________________________________________
4607 [  4922] By: gsar                                  on 2000/01/28  16:36:13
4608         Log: perldelta note about export list changes
4609      Branch: perl
4610            ! Changes pod/perldelta.pod
4611 ____________________________________________________________________________
4612 [  4921] By: gsar                                  on 2000/01/28  15:49:04
4613         Log: alias realpath() to abs_path() (from Tom Christiansen)
4614      Branch: perl
4615            ! lib/Cwd.pm
4616 ____________________________________________________________________________
4617 [  4920] By: jhi                                   on 2000/01/28  09:52:47
4618         Log: Cppsym fixup from Andy.
4619      Branch: cfgperl
4620            ! Configure config_h.SH
4621      Branch: metaconfig
4622            ! U/modified/Cppsym.U
4623 ____________________________________________________________________________
4624 [  4919] By: jhi                                   on 2000/01/28  09:52:22
4625         Log: In HP-UX no largefiles if no 64 bits.
4626      Branch: cfgperl
4627            ! hints/hpux.sh
4628 ____________________________________________________________________________
4629 [  4918] By: jhi                                   on 2000/01/28  09:03:37
4630         Log: The #4880 was too eager, the $n test is useful too.
4631      Branch: cfgperl
4632            ! lib/Benchmark.pm
4633 ____________________________________________________________________________
4634 [  4917] By: jhi                                   on 2000/01/28  06:27:50
4635         Log: Integrate with Sarathy.
4636      Branch: cfgperl
4637           +> pod/perlapi.pod pod/perlintern.pod
4638           !> (integrate 39 files)
4639 ____________________________________________________________________________
4640 [  4916] By: gsar                                  on 2000/01/28  05:29:37
4641         Log: more exported symbols needed for build on windows
4642      Branch: perl
4643            ! embed.pl global.sym objXSUB.h perlapi.c pod/perlapi.pod
4644            ! pod/perlintern.pod t/lib/thread.t win32/win32.c
4645 ____________________________________________________________________________
4646 [  4915] By: gsar                                  on 2000/01/28  03:43:52
4647         Log: autogenerate API listing from comments in the source (from Benjamin
4648              Stuhl <sho_pi@hotmail.com>); fix the markup format to be more
4649              flexible for better readability; add missing docs in sv.c; regenerate
4650              perltoc
4651      Branch: perl
4652            + pod/perlapi.pod pod/perlintern.pod
4653            ! MANIFEST XSUB.h av.c av.h cop.h cv.h embed.pl global.sym gv.c
4654            ! gv.h handy.h hv.c hv.h intrpvar.h makedef.pl mg.c objXSUB.h
4655            ! op.c op.h perl.c perlapi.c pod/Makefile pod/buildtoc
4656            ! pod/perl.pod pod/perldelta.pod pod/perlguts.pod
4657            ! pod/perltoc.pod pod/roffitall pp.h scope.h sv.c sv.h thrdvar.h
4658            ! universal.c util.c
4659 ____________________________________________________________________________
4660 [  4914] By: gsar                                  on 2000/01/27  19:43:35
4661         Log: document unimplemented status of forking pipe open() on windows
4662      Branch: perl
4663            ! pod/perlfork.pod t/op/fork.t
4664 ____________________________________________________________________________
4665 [  4913] By: jhi                                   on 2000/01/27  11:18:51
4666         Log: Integrate with Sarathy.
4667      Branch: cfgperl
4668           !> (integrate 51 files)
4669 ____________________________________________________________________________
4670 [  4912] By: jhi                                   on 2000/01/27  10:35:48
4671         Log: Cppsym update continues.
4672      Branch: cfgperl
4673            ! Configure config_h.SH
4674      Branch: metaconfig
4675            ! U/modified/Cppsym.U
4676 ____________________________________________________________________________
4677 [  4911] By: gsar                                  on 2000/01/27  08:04:17
4678         Log: add missing flag in change#4892
4679      Branch: perl
4680            ! win32/win32.c
4681 ____________________________________________________________________________
4682 [  4910] By: gsar                                  on 2000/01/27  03:56:48
4683         Log: various pod nits identified by installhtml (all fixed except
4684              unresolved links)
4685      Branch: perl
4686            ! ext/B/B/C.pm ext/Devel/Peek/Peek.pm ext/File/Glob/Glob.pm
4687            ! ext/IO/lib/IO/Socket/INET.pm ext/IPC/SysV/SysV.pm
4688            ! ext/Thread/Thread.pm lib/Class/Struct.pm lib/File/Find.pm
4689            ! lib/File/Spec/VMS.pm lib/Pod/Html.pm lib/UNIVERSAL.pm
4690            ! pod/buildtoc pod/perlcompile.pod pod/perlfork.pod
4691            ! pod/perlre.pod pod/perltoc.pod pod/perltodo.pod
4692 ____________________________________________________________________________
4693 [  4909] By: gsar                                  on 2000/01/26  22:45:28
4694         Log: typo
4695      Branch: perl
4696            ! Porting/p4desc
4697 ____________________________________________________________________________
4698 [  4908] By: gsar                                  on 2000/01/26  22:41:18
4699         Log: update p4 tool
4700      Branch: perl
4701            ! Porting/p4desc
4702 ____________________________________________________________________________
4703 [  4907] By: gsar                                  on 2000/01/26  21:45:41
4704         Log: revised attribute syntax: C<my $foo :a :b :c>, C<my $foo : a b c>
4705              and C<my $foo : a : b : c> are all valid (from Spider Boardman)
4706      Branch: perl
4707            ! lib/AutoSplit.pm lib/SelfLoader.pm lib/attributes.pm
4708            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
4709            ! t/op/attrs.t toke.c
4710 ____________________________________________________________________________
4711 [  4906] By: gsar                                  on 2000/01/26  20:16:39
4712         Log: pod typos and warnings (from Abigail <abigail@delanet.com>)
4713      Branch: perl
4714            ! README.win32 ext/B/B/Deparse.pm lib/Class/Struct.pm
4715 ____________________________________________________________________________
4716 [  4905] By: gsar                                  on 2000/01/26  19:10:26
4717         Log: s/STOP/CHECK/ blocks
4718      Branch: perl
4719            ! embedvar.h ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm intrpvar.h
4720            ! keywords.h keywords.pl lib/constant.pm op.c perl.c perlapi.h
4721            ! perly.c perly.y pod/perldelta.pod pod/perldiag.pod
4722            ! pod/perlfunc.pod pod/perlmod.pod pod/perlrun.pod
4723            ! pod/perlsub.pod pod/perltodo.pod sv.c t/op/misc.t toke.c
4724            ! vms/perly_c.vms
4725 ____________________________________________________________________________
4726 [  4904] By: jhi                                   on 2000/01/26  13:58:18
4727         Log: In UNICOS and UNICOS/mk after a successful fcntl F_SETFL
4728              of O_NONBLOCK a subsequent fcntl F_GETFL will return O_NDELAY.
4729      Branch: cfgperl
4730            ! ext/IO/IO.xs
4731 ____________________________________________________________________________
4732 [  4903] By: jhi                                   on 2000/01/26  11:16:34
4733         Log: Continue cpp symbol update.
4734      Branch: cfgperl
4735            ! Configure config_h.SH
4736      Branch: metaconfig
4737            ! U/modified/Cppsym.U
4738 ____________________________________________________________________________
4739 [  4902] By: gsar                                  on 2000/01/26  09:28:37
4740         Log: tweak exports list on Windows
4741      Branch: perl
4742            ! makedef.pl t/op/fork.t win32/win32.h
4743 ____________________________________________________________________________
4744 [  4901] By: jhi                                   on 2000/01/26  08:05:57
4745         Log: Integrate with Sarathy.
4746      Branch: cfgperl
4747           !> Changes README.win32 lib/File/Path.pm lib/Getopt/Std.pm op.c
4748           !> pod/perldelta.pod pod/perldiag.pod t/op/grep.t
4749           !> t/pragma/strict-vars toke.c win32/Makefile win32/makefile.mk
4750           !> win32/win32.c win32/win32.h
4751 ____________________________________________________________________________
4752 [  4900] By: jhi                                   on 2000/01/26  07:59:05
4753         Log: s/d_nvpresuv/d_nv_preserves_uv/;
4754              plus cosmetic change for #4899.
4755      Branch: cfgperl
4756            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4757            ! config_h.SH
4758      Branch: metaconfig
4759            ! U/modified/Cppsym.U
4760      Branch: metaconfig/U/perl
4761            ! perlxv.U
4762 ____________________________________________________________________________
4763 [  4899] By: jhi                                   on 2000/01/26  07:46:56
4764         Log: Update the scan of the cpp symbols.
4765      Branch: cfgperl
4766            ! Configure config_h.SH
4767      Branch: metaconfig
4768            ! U/modified/Cppsym.U
4769 ____________________________________________________________________________
4770 [  4898] By: gsar                                  on 2000/01/26  04:49:45
4771         Log: allow '--' to terminate argument processing (suggested by
4772              Marc Espie <espie@schutzenberger.liafa.jussieu.fr>)
4773      Branch: perl
4774            ! lib/Getopt/Std.pm
4775 ____________________________________________________________________________
4776 [  4897] By: gsar                                  on 2000/01/26  02:42:38
4777         Log: change#3744 should have made grep more like map instead of the
4778              other way around
4779      Branch: perl
4780            ! t/op/grep.t toke.c
4781 ____________________________________________________________________________
4782 [  4896] By: gsar                                  on 2000/01/26  00:56:14
4783         Log: integrate cfgperl contents into mainline
4784      Branch: perl
4785           +> vos/config.def vos/config.pl
4786            ! Changes
4787           !> Configure MANIFEST config_h.SH hints/unicosmk.sh
4788           !> lib/Benchmark.pm pod/perldelta.pod pod/perlhist.pod pp.c
4789           !> vos/config.h vos/config_h.SH_orig
4790 ____________________________________________________________________________
4791 [  4895] By: gsar                                  on 2000/01/26  00:45:45
4792         Log: fix parse failure of (my $foo : bar) and similar (from Spider
4793              Boardman)
4794      Branch: perl
4795            ! toke.c
4796 ____________________________________________________________________________
4797 [  4894] By: gsar                                  on 2000/01/26  00:33:53
4798         Log: avoid failure if directories already read by rmtree() are
4799              deleted by another process
4800      Branch: perl
4801            ! lib/File/Path.pm
4802 ____________________________________________________________________________
4803 [  4893] By: gsar                                  on 2000/01/25  23:19:18
4804         Log: typo in change#4892
4805      Branch: perl
4806            ! win32/win32.c
4807 ____________________________________________________________________________
4808 [  4892] By: gsar                                  on 2000/01/25  22:16:19
4809         Log: eliminate need for perl95.exe on Windows 9x by working around CRT
4810              bug internally (from Benjamin Stuhl <sho_pi@hotmail.com>); modified
4811              to call the fixed version of open_osfhandle() only on Windows 9x;
4812              updated the makefiles and README.win32 to suit
4813      Branch: perl
4814            ! README.win32 win32/Makefile win32/makefile.mk win32/win32.c
4815            ! win32/win32.h
4816 ____________________________________________________________________________
4817 [  4891] By: gsar                                  on 2000/01/25  20:22:01
4818         Log: produce redeclaration warning on C<our $foo; { our $foo; ... }>
4819      Branch: perl
4820            ! op.c pod/perldelta.pod pod/perldiag.pod t/pragma/strict-vars
4821 ____________________________________________________________________________
4822 [  4890] By: gsar                                  on 2000/01/25  19:21:17
4823         Log: update Makefile notes on the now deprecated USE_5005THREADS and
4824              USE_OBJECT
4825      Branch: perl
4826            ! win32/Makefile win32/makefile.mk
4827 ____________________________________________________________________________
4828 [  4889] By: jhi                                   on 2000/01/25  14:44:55
4829         Log: Misedit in #4888.
4830      Branch: cfgperl
4831            ! pp.c
4832 ____________________________________________________________________________
4833 [  4888] By: jhi                                   on 2000/01/25  14:38:59
4834         Log: UNICOS/mk patches.  Removing the _CRAYMPP test may be
4835              rash but it's the best move I can think of right now.
4836              UNICOS/mk doesn't anymore (2.0.4.82) define _CRAYMPP,
4837              but I think it did in the past.
4838              Removing the _CRAYMPP test fixes a legion of pack/unpack
4839              failures (hint: SHORTSIZE=4,INTSIZE=8,LONGSIZE=8).
4840              One subtest, t/lib/io_sock.t #14, is still failing.
4841      Branch: cfgperl
4842            ! Configure config_h.SH hints/unicosmk.sh pp.c
4843      Branch: metaconfig
4844            ! U/modified/Oldconfig.U
4845 ____________________________________________________________________________
4846 [  4887] By: jhi                                   on 2000/01/25  06:13:14
4847         Log: Integrate with Sarathy.
4848      Branch: cfgperl
4849           !> Changes Makefile.SH XSUB.h cflags.SH embed.pl globals.c
4850           !> installperl lib/Pod/Html.pm makedef.pl mg.c objXSUB.h perl.h
4851           !> perlapi.c perlapi.h pod/perldelta.pod pod/perldiag.pod
4852           !> t/io/fs.t win32/Makefile win32/makefile.mk win32/perlhost.h
4853           !> win32/perllib.c win32/win32.c win32/win32.h
4854 ____________________________________________________________________________
4855 [  4886] By: gsar                                  on 2000/01/25  02:54:00
4856         Log: consistently use MAX_PATH+1 buffer sizes
4857      Branch: perl
4858            ! win32/win32.c
4859 ____________________________________________________________________________
4860 [  4885] By: gsar                                  on 2000/01/25  02:51:35
4861         Log: workaround for rename('x','X') bug in Windows NT
4862      Branch: perl
4863            ! t/io/fs.t win32/win32.c
4864 ____________________________________________________________________________
4865 [  4884] By: gsar                                  on 2000/01/25  01:32:57
4866         Log: windows build fixups from uniform DLL name change to perl56.dll
4867      Branch: perl
4868            ! installperl makedef.pl win32/perllib.c
4869 ____________________________________________________________________________
4870 [  4883] By: gsar                                  on 2000/01/25  01:31:27
4871         Log: more fixes for warnings from change#4840
4872      Branch: perl
4873            ! lib/Pod/Html.pm
4874 ____________________________________________________________________________
4875 [  4882] By: gsar                                  on 2000/01/24  15:35:12
4876         Log: assorted little nits
4877      Branch: perl
4878            ! mg.c win32/Makefile win32/makefile.mk win32/perlhost.h
4879            ! win32/win32.c
4880 ____________________________________________________________________________
4881 [  4881] By: gsar                                  on 2000/01/24  14:32:31
4882         Log: add new warnings to perldelta
4883      Branch: perl
4884            ! Changes pod/perldelta.pod pod/perldiag.pod
4885 ____________________________________________________________________________
4886 [  4880] By: jhi                                   on 2000/01/24  14:14:23
4887         Log: From: Stephane Payrard <properler@freesurf.fr>
4888              To: Gurusamy Sarathy <gsar@ActiveState.com>
4889              Cc: perl5-porters@perl.org
4890              Subject: <patch> avoid division by 0 in Benchmark.pm
4891              Date: Mon, 24 Jan 2000 16:15:38 +0100
4892              Message-ID: <20000124161538.A995@freesurf.fr>
4893      Branch: cfgperl
4894            ! lib/Benchmark.pm
4895 ____________________________________________________________________________
4896 [  4879] By: gsar                                  on 2000/01/24  14:14:20
4897         Log: force linkage of the function wrappers for globals in change#4878
4898      Branch: perl
4899            ! embed.pl globals.c perlapi.h win32/win32.h
4900 ____________________________________________________________________________
4901 [  4878] By: gsar                                  on 2000/01/24  13:04:45
4902         Log: enable function wrappers for access to globals under MULTIPLICITY
4903              (provides binary compatibility in the face of changes in interpreter
4904              structure)
4905      Branch: perl
4906            ! Makefile.SH XSUB.h cflags.SH embed.pl makedef.pl objXSUB.h
4907            ! perl.h perlapi.c perlapi.h win32/Makefile win32/makefile.mk
4908 ____________________________________________________________________________
4909 [  4877] By: jhi                                   on 2000/01/24  11:41:57
4910         Log: perlhist update.
4911      Branch: cfgperl
4912            ! pod/perlhist.pod
4913 ____________________________________________________________________________
4914 [  4876] By: jhi                                   on 2000/01/24  11:32:07
4915         Log: Updates on the large file support status.
4916      Branch: cfgperl
4917            ! pod/perldelta.pod
4918 ____________________________________________________________________________
4919 [  4875] By: jhi                                   on 2000/01/24  11:23:16
4920         Log: Integrate with Sarathy.
4921      Branch: cfgperl
4922           !> ext/DB_File/Makefile.PL ext/NDBM_File/NDBM_File.pm
4923           !> ext/ODBM_File/ODBM_File.pm lib/AutoSplit.pm
4924           !> lib/Math/Complex.pm lib/Math/Trig.pm lib/Shell.pm
4925 ____________________________________________________________________________
4926 [  4874] By: gsar                                  on 2000/01/24  10:43:03
4927         Log: fix typos; avoid use constant for lowercase constants (produces
4928              warnings now)
4929      Branch: perl
4930            ! ext/DB_File/Makefile.PL lib/Math/Complex.pm lib/Math/Trig.pm
4931            ! lib/Shell.pm
4932 ____________________________________________________________________________
4933 [  4873] By: gsar                                  on 2000/01/24  09:40:24
4934         Log: avoid warnings when there's no subs to autosplit
4935      Branch: perl
4936            ! lib/AutoSplit.pm
4937 ____________________________________________________________________________
4938 [  4872] By: jhi                                   on 2000/01/24  09:39:01
4939         Log: Create a tool for converting a config_h.SH into a VOS config.h.
4940      Branch: cfgperl
4941            + vos/config.def vos/config.pl
4942            ! MANIFEST vos/config.h vos/config_h.SH_orig
4943 ____________________________________________________________________________
4944 [  4871] By: gsar                                  on 2000/01/24  09:15:20
4945         Log: typos in change#4623
4946      Branch: perl
4947            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
4948 ____________________________________________________________________________
4949 [  4870] By: jhi                                   on 2000/01/24  06:43:19
4950         Log: Sync metaconfig units to comply with the typo fixes of #4869. 
4951      Branch: cfgperl
4952            ! Configure config_h.SH
4953      Branch: metaconfig
4954            + U/modified/cf_email.U U/modified/so.U
4955      Branch: metaconfig/U/perl
4956            ! dlsrc.U
4957 ____________________________________________________________________________
4958 [  4869] By: jhi                                   on 2000/01/24  06:04:31
4959         Log: Integrate with Sarathy.
4960      Branch: cfgperl
4961           +> t/pragma/diagnostics.t
4962           !> (integrate 120 files)
4963 ____________________________________________________________________________
4964 [  4868] By: gsar                                  on 2000/01/23  21:49:28
4965         Log: on windows, set seek position to end for files opened in append mode
4966              (improves compatibility with Unix, avoids buffering issues)
4967      Branch: perl
4968            ! win32/win32.c
4969 ____________________________________________________________________________
4970 [  4867] By: gsar                                  on 2000/01/23  21:19:31
4971         Log: change#4866 was flawed; revert and add better fix for warning
4972      Branch: perl
4973            ! op.c op.h
4974 ____________________________________________________________________________
4975 [  4866] By: gsar                                  on 2000/01/23  20:43:56
4976         Log: optimize away runtime code for our($foo) (also avoid warnings)
4977      Branch: perl
4978            ! op.c
4979 ____________________________________________________________________________
4980 [  4865] By: gsar                                  on 2000/01/23  13:17:18
4981         Log: DB_File 1.72 update from Paul Marquess <paul.marquess@bt.com>
4982      Branch: perl
4983            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
4984            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
4985 ____________________________________________________________________________
4986 [  4864] By: gsar                                  on 2000/01/23  13:12:31
4987         Log: system('VAR123=foo cmd') wasn't invoking shell (de-locale-ized patch
4988              suggested by Dominic Dunlop <domo@computer.org>)
4989      Branch: perl
4990            ! doio.c
4991 ____________________________________________________________________________
4992 [  4863] By: gsar                                  on 2000/01/23  13:01:35
4993         Log: fix misclassified warnings
4994      Branch: perl
4995            ! pod/perldiag.pod
4996 ____________________________________________________________________________
4997 [  4862] By: gsar                                  on 2000/01/23  12:52:12
4998         Log: document bareword prototype incompatibility
4999      Branch: perl
5000            ! pod/perldelta.pod pod/perlsub.pod
5001 ____________________________________________________________________________
5002 [  4861] By: gsar                                  on 2000/01/23  12:32:25
5003         Log: faulty edit
5004      Branch: perl
5005            ! lib/File/stat.pm
5006 ____________________________________________________________________________
5007 [  4860] By: gsar                                  on 2000/01/23  12:23:48
5008         Log: s/use vars/our/g modules that aren't independently maintained on CPAN
5009      Branch: perl
5010            ! ext/B/B/Asmdata.pm ext/Data/Dumper/Dumper.pm
5011            ! ext/Devel/DProf/DProf.pm ext/Fcntl/Fcntl.pm
5012            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm
5013            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/File.pm
5014            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm
5015            ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Seekable.pm
5016            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
5017            ! ext/IO/lib/IO/Socket/UNIX.pm ext/NDBM_File/NDBM_File.pm
5018            ! ext/ODBM_File/ODBM_File.pm ext/Opcode/Opcode.pm
5019            ! ext/Opcode/Safe.pm ext/POSIX/POSIX.pm
5020            ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
5021            ! ext/Thread/Thread.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
5022            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Dumpvalue.pm
5023            ! lib/ExtUtils/Command.pm lib/ExtUtils/Install.pm
5024            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Liblist.pm
5025            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Mksymlists.pm
5026            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
5027            ! lib/File/Compare.pm lib/File/Copy.pm lib/File/Find.pm
5028            ! lib/File/Path.pm lib/File/stat.pm lib/FileHandle.pm
5029            ! lib/Math/Complex.pm lib/Math/Trig.pm lib/Net/Ping.pm
5030            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
5031            ! lib/Net/servent.pm lib/Shell.pm lib/Test.pm
5032            ! lib/Test/Harness.pm lib/Tie/Array.pm lib/Tie/Handle.pm
5033            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
5034            ! lib/User/pwent.pm lib/base.pm lib/caller.pm lib/constant.pm
5035            ! lib/diagnostics.pm lib/fields.pm lib/lib.pm lib/strict.pm
5036 ____________________________________________________________________________
5037 [  4859] By: gsar                                  on 2000/01/23  11:29:22
5038         Log: fix diagnostics to report "our" vs "my" correctly
5039      Branch: perl
5040            ! op.c pod/perldiag.pod
5041 ____________________________________________________________________________
5042 [  4858] By: gsar                                  on 2000/01/23  10:14:46
5043         Log: set api_version to 5.5.0 (binary compatibility needs to get tested
5044              more widely)
5045      Branch: perl
5046            ! patchlevel.h
5047 ____________________________________________________________________________
5048 [  4857] By: gsar                                  on 2000/01/23  10:04:03
5049         Log: disallow our($foo::bar)
5050      Branch: perl
5051            ! pod/perldiag.pod toke.c
5052 ____________________________________________________________________________
5053 [  4856] By: gsar                                  on 2000/01/23  09:50:54
5054         Log: dprofpp can't find Devel::DProf::VERSION due to change#4852
5055      Branch: perl
5056            ! utils/dprofpp.PL
5057 ____________________________________________________________________________
5058 [  4855] By: gsar                                  on 2000/01/23  09:36:51
5059         Log: new test (from Michael G Schwern <schwern@pobox.com>)
5060      Branch: perl
5061            + t/pragma/diagnostics.t
5062            ! MANIFEST
5063 ____________________________________________________________________________
5064 [  4854] By: gsar                                  on 2000/01/23  09:24:40
5065         Log: add PREREQ_PM to default template (suggested by Michael G Schwern
5066              <schwern@pobox.com>)
5067      Branch: perl
5068            ! utils/h2xs.PL
5069 ____________________________________________________________________________
5070 [  4853] By: gsar                                  on 2000/01/23  09:08:30
5071         Log: cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
5072      Branch: perl
5073            ! cygwin/Makefile.SHs hints/cygwin.sh t/io/tell.t
5074 ____________________________________________________________________________
5075 [  4852] By: gsar                                  on 2000/01/23  08:52:44
5076         Log: mark some extensions as "special versions" to avoid CPAN indexer
5077              confusion (from Ilya Zakharevich)
5078      Branch: perl
5079            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
5080 ____________________________________________________________________________
5081 [  4851] By: gsar                                  on 2000/01/23  08:48:46
5082         Log: prefer POSIX::uname() rather than syscalls, which require attempting
5083              to load syscall.ph (from David Huggins-Daines <dhd@eradicator.org>)
5084      Branch: perl
5085            ! lib/Sys/Hostname.pm
5086 ____________________________________________________________________________
5087 [  4850] By: gsar                                  on 2000/01/23  08:36:43
5088         Log: integrate cfgperl contents into mainline
5089      Branch: perl
5090           !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
5091           !> Porting/config_H config_h.SH perl.h
5092 ____________________________________________________________________________
5093 [  4849] By: gsar                                  on 2000/01/23  08:17:30
5094         Log: fix localization in while BLOCK when there is a continue BLOCK
5095              by introducing an explicit scope (c.f. change#4848)
5096      Branch: perl
5097            ! op.c pp_ctl.c t/cmd/while.t
5098 ____________________________________________________________________________
5099 [  4848] By: gsar                                  on 2000/01/23  06:43:51
5100         Log: fix scope cleanup when next jumps to a continue block; this is rather
5101              in the nature of a kludge; it doesn't fix the longstanding bug that
5102              makes C<while (!$x++) { local $x = 7 } continue { print $x }> print "7"
5103              instead of "1")
5104      Branch: perl
5105            ! pp_ctl.c t/cmd/while.t
5106 ____________________________________________________________________________
5107 [  4847] By: gsar                                  on 2000/01/23  04:47:25
5108         Log: don't warn about masked lexical in C<if (my $x = 1) { my $x; }>,
5109              C<while (my $x = foo()) { my $x = bar(); }> etc.
5110      Branch: perl
5111            ! op.c
5112 ____________________________________________________________________________
5113 [  4846] By: gsar                                  on 2000/01/23  04:44:17
5114         Log: avoid warnings in change#4839
5115      Branch: perl
5116            ! lib/Carp/Heavy.pm
5117 ____________________________________________________________________________
5118 [  4845] By: gsar                                  on 2000/01/22  13:12:38
5119         Log: Configure typos (from Ray Phillips <r.phillips@mailbox.uq.edu.au>)
5120      Branch: perl
5121            ! Changes Configure
5122 ____________________________________________________________________________
5123 [  4844] By: gsar                                  on 2000/01/22  12:46:26
5124         Log: wrong category for exec() warning
5125      Branch: perl
5126            ! op.c pod/perlop.pod
5127 ____________________________________________________________________________
5128 [  4843] By: gsar                                  on 2000/01/22  12:42:40
5129         Log: fix line continuations in argument lists (from Helmut Jarausch)
5130      Branch: perl
5131            ! lib/ExtUtils/xsubpp
5132 ____________________________________________________________________________
5133 [  4842] By: gsar                                  on 2000/01/22  12:34:39
5134         Log: CGI.pm upgraded to v2.56 from CPAN
5135      Branch: perl
5136            ! eg/cgi/index.html lib/CGI.pm lib/CGI/Apache.pm
5137            ! lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Switch.pm
5138            ! t/lib/cgi-html.t
5139 ____________________________________________________________________________
5140 [  4841] By: gsar                                  on 2000/01/22  12:07:23
5141         Log: avoid warnings due to lack of forward declarations
5142      Branch: perl
5143            ! lib/Pod/Html.pm
5144 ____________________________________________________________________________
5145 [  4840] By: gsar                                  on 2000/01/22  12:04:30
5146         Log: heavy cleanup of Pod::Html bug fixes (from Wolfgang Laun
5147              <wolfgang.laun@alcatel.at>)
5148      Branch: perl
5149            ! lib/Pod/Html.pm
5150 ____________________________________________________________________________
5151 [  4839] By: gsar                                  on 2000/01/22  11:57:24
5152         Log: better Carp reporting within subclassed modules (from Wolfgang Laun
5153              <wolfgang.laun@alcatel.at>)
5154      Branch: perl
5155            ! lib/Carp/Heavy.pm pod/perldelta.pod
5156 ____________________________________________________________________________
5157 [  4838] By: gsar                                  on 2000/01/22  10:53:06
5158         Log: truncate(FH) flushes FH before truncating it
5159      Branch: perl
5160            ! pp_sys.c t/io/fs.t
5161 ____________________________________________________________________________
5162 [  4837] By: gsar                                  on 2000/01/22  10:37:16
5163         Log: #line directives without a filename leave the file name as it was
5164              instead of setting it to the script name (from Andrew Pimlott
5165              <andrew@pimlott.ne.mediaone.net>)
5166      Branch: perl
5167            ! toke.c
5168 ____________________________________________________________________________
5169 [  4836] By: gsar                                  on 2000/01/22  10:06:53
5170         Log: add patch for printf-style format typechecks (from Robin Barker
5171              <rmb1@cise.npl.co.uk>); fixes for problems so identified
5172      Branch: perl
5173            ! XSUB.h doio.c dump.c embed.pl gv.c op.c perl.c perl.h pp_ctl.c
5174            ! pp_hot.c pp_sys.c proto.h regcomp.c sv.c toke.c
5175 ____________________________________________________________________________
5176 [  4835] By: gsar                                  on 2000/01/22  08:42:52
5177         Log: From: John Tobey <jtobey@isay.com>
5178              Date: Thu, 16 Dec 1999 20:20:38 -0500
5179              Message-Id: <E11ym4U-0000c7-00@einstein.localnet>
5180              Subject: [ID 19991216.006] [PATCH 5.005_63] Reloading modules that use 'fields'
5181      Branch: perl
5182            ! lib/base.pm lib/fields.pm t/lib/fields.t
5183 ____________________________________________________________________________
5184 [  4834] By: gsar                                  on 2000/01/22  08:08:08
5185         Log: fix deeply nested closures that have no references to lexical in
5186              intervening subs
5187      Branch: perl
5188            ! embed.h embed.pl op.c proto.h t/op/closure.t
5189 ____________________________________________________________________________
5190 [  4833] By: gsar                                  on 2000/01/21  17:04:21
5191         Log: add $VERSION
5192      Branch: perl
5193            ! lib/Text/Soundex.pm lib/Tie/Handle.pm
5194 ____________________________________________________________________________
5195 [  4832] By: gsar                                  on 2000/01/21  16:49:09
5196         Log: fix bug in dumping self-referential scalars
5197      Branch: perl
5198            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
5199            ! t/lib/dumper.t
5200 ____________________________________________________________________________
5201 [  4831] By: jhi                                   on 2000/01/21  09:16:07
5202         Log: Integrate with Sarathy.
5203      Branch: cfgperl
5204           +> t/op/exists_sub.t
5205           !> INSTALL MANIFEST embed.h embed.pl global.sym objXSUB.h op.c
5206           !> op.h perlapi.c pod/perldelta.pod pod/perldiag.pod
5207           !> pod/perlfunc.pod pod/perlop.pod pod/perlvar.pod pp.c pp_hot.c
5208           !> pp_sys.c proto.h sv.c sv.h t/pragma/warn/pp_hot
5209           !> t/pragma/warn/pp_sys util.c utils/h2xs.PL
5210 ____________________________________________________________________________
5211 [  4830] By: gsar                                  on 2000/01/21  04:28:08
5212         Log: patch to report warnings on bogus filehandles passed to flock(),
5213              more consistent warnings, from Greg Bacon <gbacon@itsc.uah.edu>
5214              (slightly modified)
5215      Branch: perl
5216            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
5217            ! pod/perldiag.pod pp_hot.c pp_sys.c proto.h
5218            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
5219 ____________________________________________________________________________
5220 [  4829] By: gsar                                  on 2000/01/21  03:43:46
5221         Log: typo fix
5222      Branch: perl
5223            ! pod/perlop.pod
5224 ____________________________________________________________________________
5225 [  4828] By: gsar                                  on 2000/01/21  03:32:31
5226         Log: notes about $^H and %^H from Ilya Zakharevich; substantial
5227              fixups of faulty facts and prose
5228      Branch: perl
5229            ! pod/perlvar.pod
5230 ____________________________________________________________________________
5231 [  4827] By: gsar                                  on 2000/01/21  01:45:51
5232         Log: support for C<exists &func> (from Spider Boardman)
5233      Branch: perl
5234            + t/op/exists_sub.t
5235            ! MANIFEST op.c op.h pod/perldelta.pod pod/perldiag.pod
5236            ! pod/perlfunc.pod pp.c
5237 ____________________________________________________________________________
5238 [  4826] By: gsar                                  on 2000/01/21  01:35:46
5239         Log: mention the fact that open(my $foo, ...) covers all handle
5240              constructors
5241      Branch: perl
5242            ! pod/perldelta.pod
5243 ____________________________________________________________________________
5244 [  4825] By: gsar                                  on 2000/01/21  01:03:34
5245         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5246              Date: Wed, 19 Jan 2000 15:05:11 -0500
5247              Message-ID: <20000119150511.A22859@monk.mps.ohio-state.edu>
5248              Subject: [PATCH 5.005_63] h2xs goof and a depessimization
5249      Branch: perl
5250            ! utils/h2xs.PL
5251 ____________________________________________________________________________
5252 [  4824] By: gsar                                  on 2000/01/20  19:14:26
5253         Log: INSTALL updates from Andy Dougherty
5254      Branch: perl
5255            ! INSTALL
5256 ____________________________________________________________________________
5257 [  4823] By: gsar                                  on 2000/01/20  08:40:13
5258         Log: sv_true() has a superfluous test
5259      Branch: perl
5260            ! sv.c sv.h
5261 ____________________________________________________________________________
5262 [  4822] By: bailey                                on 2000/01/20  02:03:35
5263         Log: Minor cosmetic updates
5264      Branch: vmsperl
5265            ! configure.com
5266 ____________________________________________________________________________
5267 [  4821] By: bailey                                on 2000/01/20  00:25:30
5268         Log: Quick integration of mainline changes to date
5269      Branch: vmsperl
5270           +> (branch 74 files)
5271            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu epoc/config.h
5272            - epoc/perl.mmp epoc/perl.pkg ext/DynaLoader/dl_cygwin.xs
5273            - lib/Pod/PlainText.pm lib/unicode/Eq/Latin1
5274            - lib/unicode/Eq/Unicode lib/unicode/Jamo-2.txt
5275            - lib/unicode/Unicode.html lib/unicode/UnicodeData-Latest.txt
5276            - lib/warning.pm os2/POSIX.mkfifo warning.h
5277           !> (integrate 462 files)
5278 ____________________________________________________________________________
5279 [  4820] By: jhi                                   on 2000/01/19  22:46:42
5280         Log: More robust inc_version_list from Andy.
5281      Branch: cfgperl
5282            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5283            ! config_h.SH
5284      Branch: metaconfig
5285            ! U/installdirs/inc_version_list.U
5286 ____________________________________________________________________________
5287 [  4819] By: jhi                                   on 2000/01/19  17:36:56
5288         Log: Add NV_PRESERVES_UV.
5289      Branch: cfgperl
5290            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5291            ! config_h.SH perl.h
5292      Branch: metaconfig
5293            ! U/protos/selecttype.U
5294      Branch: metaconfig/U/perl
5295            - nvpresuv.U
5296            ! perlxv.U
5297 ____________________________________________________________________________
5298 [  4818] By: jhi                                   on 2000/01/19  08:13:05
5299         Log: Integrate with Sarathy.
5300      Branch: cfgperl
5301           !> Changes Configure win32/config.bc win32/config.gc
5302           !> win32/config.vc win32/config_H.bc win32/config_H.gc
5303           !> win32/config_H.vc
5304 ____________________________________________________________________________
5305 [  4817] By: gsar                                  on 2000/01/19  05:25:43
5306         Log: regen win32/config*
5307      Branch: perl
5308            ! Configure win32/config.bc win32/config.gc win32/config.vc
5309            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5310 ____________________________________________________________________________
5311 [  4816] By: jhi                                   on 2000/01/18  21:19:10
5312         Log: Policy patch from Andy for installation directories,
5313              removing the $apiversion.
5314      Branch: cfgperl
5315            ! Policy_sh.SH
5316 ____________________________________________________________________________
5317 [  4815] By: jhi                                   on 2000/01/18  21:11:03
5318         Log: Move _GNU_SOURCE into config_h.SH awaay from Configure
5319              as suggested by Andy.
5320      Branch: cfgperl
5321            ! Configure config_h.SH
5322      Branch: metaconfig
5323            ! U/compline/d_gnulibc.U U/modified/cc.U
5324 ____________________________________________________________________________
5325 [  4814] By: gsar                                  on 2000/01/18  20:48:10
5326         Log: integrate cfgperl changes into mainline
5327      Branch: perl
5328            ! Changes
5329           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
5330           !> Porting/pumpkin.pod config_h.SH doop.c patchlevel.h perl.c
5331           !> perl.h t/lib/posix.t t/op/pack.t utf8.c
5332 ____________________________________________________________________________
5333 [  4813] By: jhi                                   on 2000/01/18  19:41:33
5334         Log: metaconfig todo note from Andy.
5335      Branch: cfgperl
5336            ! Configure config_h.SH
5337      Branch: metaconfig
5338            ! U/installdirs/inc_version_list.U
5339 ____________________________________________________________________________
5340 [  4812] By: jhi                                   on 2000/01/18  15:02:55
5341         Log: More -V.
5342      Branch: cfgperl
5343            ! perl.c
5344 ____________________________________________________________________________
5345 [  4811] By: jhi                                   on 2000/01/18  10:35:30
5346         Log: More compile-time options shown with -V.
5347      Branch: cfgperl
5348            ! perl.c
5349 ____________________________________________________________________________
5350 [  4810] By: jhi                                   on 2000/01/17  08:35:49
5351         Log: Add -D_GNU_SOURCE into ccflags for gcc (for now to expose
5352              the strtold() and qgcvt() prototypes for long doubles, but
5353              it should be okay in any case); fix bad assumptions in the
5354              test suite about string->float conversions; though the out
5355              parameter of strtold() (and strtoll()) is unused, it is nicer
5356              to have it in correct type.
5357      Branch: cfgperl
5358            ! Configure config_h.SH perl.h t/lib/posix.t t/op/pack.t
5359      Branch: metaconfig
5360            ! U/modified/cc.U
5361 ____________________________________________________________________________
5362 [  4809] By: jhi                                   on 2000/01/16  19:21:18
5363         Log: strtoll works better ternary.
5364      Branch: cfgperl
5365            ! perl.h
5366 ____________________________________________________________________________
5367 [  4808] By: jhi                                   on 2000/01/16  19:12:58
5368         Log: Know strtoll.
5369      Branch: cfgperl
5370            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5371            ! config_h.SH perl.h
5372 ____________________________________________________________________________
5373 [  4807] By: jhi                                   on 2000/01/16  17:57:03
5374         Log: Integrate with Sarathy.
5375      Branch: cfgperl
5376           !> dump.c gv.c gv.h lib/vars.pm op.c op.h perl.h pod/perlfunc.pod
5377           !> sv.c sv.h t/pragma/strict-vars toke.c util.c
5378 ____________________________________________________________________________
5379 [  4806] By: jhi                                   on 2000/01/16  16:37:47
5380         Log: Continue qgcvt work; closer now but not yet there.
5381      Branch: cfgperl
5382            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5383            ! config_h.SH doop.c utf8.c
5384      Branch: metaconfig
5385            ! U/compline/d_gconvert.U
5386      Branch: metaconfig/U/perl
5387            ! d_qgcvt.U
5388 ____________________________________________________________________________
5389 [  4805] By: jhi                                   on 2000/01/15  22:26:16
5390         Log: Metaconfig and Porting patches from Andy; start using the new
5391              long long and long double thingies from #4804; regen Configure.
5392      Branch: cfgperl
5393            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5394            ! Porting/pumpkin.pod config_h.SH patchlevel.h perl.h util.c
5395      Branch: metaconfig
5396            + U/dist_patches/dist-p70a U/dist_patches/dist-p70b
5397            + U/dist_patches/dist-p70c U/installdirs/inc_version_list.U
5398            + U/modified/myhostname.U U/modified/nis.U U/nullified/fpu.U
5399            + U/nullified/lib.U
5400            ! U/README U/compline/d_gconvert.U U/installdirs/sitearch.U
5401            ! U/installdirs/sitelib.U U/installdirs/vendorarch.U
5402            ! U/installdirs/vendorlib.U U/modified/Cppsym.U U/modified/Loc.U
5403            ! U/modified/Oldconfig.U U/modified/Signal.U
5404            ! U/modified/sig_name.U U/threads/usethreads.U
5405      Branch: metaconfig/U/perl
5406            ! d_qgcvt.U d_strtold.U d_strtoll.U d_strtoq.U d_strtoull.U
5407            ! d_strtouq.U dlsrc.U i_db.U libperl.U patchlevel.U
5408            ! usemultiplicity.U
5409      Branch: perl
5410            ! perl.h util.c
5411 ____________________________________________________________________________
5412 [  4804] By: jhi                                   on 2000/01/14  14:22:24
5413         Log: Add more quad/long long/long double sciency.
5414      Branch: metaconfig/U/perl
5415            + d_qgcvt.U d_strtold.U d_strtoll.U d_strtoq.U d_strtoull.U
5416            + d_strtouq.U
5417 ____________________________________________________________________________
5418 [  4803] By: gsar                                  on 2000/01/14  04:40:49
5419         Log: minor optimization (avoid double sv_upgrade() for "our Foo $bar;")
5420      Branch: perl
5421            ! op.c
5422 ____________________________________________________________________________
5423 [  4802] By: gsar                                  on 2000/01/14  04:35:55
5424         Log: add note about "our"
5425      Branch: perl
5426            ! lib/vars.pm
5427 ____________________________________________________________________________
5428 [  4801] By: gsar                                  on 2000/01/14  04:16:51
5429         Log: nailed "our" declarations, and better warnings on duplicate
5430              "our" declarations
5431      Branch: perl
5432            ! dump.c gv.c gv.h op.c pod/perlfunc.pod sv.c sv.h
5433            ! t/pragma/strict-vars toke.c
5434 ____________________________________________________________________________
5435 [  4800] By: gsar                                  on 2000/01/14  01:27:13
5436         Log: avoid spurious "Useless use of variable" warning on C<our $foo;>
5437      Branch: perl
5438            ! dump.c op.c op.h
5439 ____________________________________________________________________________
5440 [  4799] By: gsar                                  on 2000/01/14  01:17:15
5441         Log: doc typo
5442      Branch: perl
5443            ! pod/perlfunc.pod
5444 ____________________________________________________________________________
5445 [  4798] By: jhi                                   on 2000/01/13  16:31:34
5446         Log: Integrate with Sarathy.
5447      Branch: cfgperl
5448           +> epoc/config.sh epoc/epocish.c epoc/link.pl
5449           +> ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/hints/openbsd.pl
5450           +> ext/IPC/SysV/hints/cygwin.pl ext/NDBM_File/hints/cygwin.pl
5451           +> ext/ODBM_File/hints/cygwin.pl lib/byte.pm lib/byte_heavy.pl
5452           +> lib/unicode/Unicode.300 pod/perlfork.pod t/lib/glob-case.t
5453           +> win32/perlhost.h win32/vdir.h win32/vmem.h
5454            - epoc/Config.pm epoc/autosplit.pl epoc/config.h epoc/perl.mmp
5455            - epoc/perl.pkg ext/DynaLoader/dl_cygwin.xs
5456            - lib/unicode/UnicodeData-Latest.txt os2/POSIX.mkfifo
5457           !> (integrate 282 files)
5458 ____________________________________________________________________________
5459 [  4797] By: gsar                                  on 2000/01/13  08:12:56
5460         Log: clearer docs for change#4796; faster av_exists()
5461      Branch: perl
5462            ! av.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
5463 ____________________________________________________________________________
5464 [  4796] By: gsar                                  on 2000/01/13  06:49:03
5465         Log: support delete() and exists() on array, tied array, and pseudo-hash
5466              elements or slices
5467      Branch: perl
5468            ! av.c embed.h embed.pl global.sym lib/Tie/Array.pm
5469            ! lib/Tie/Hash.pm objXSUB.h op.c perlapi.c pod/perldelta.pod
5470            ! pod/perlfunc.pod pod/perlref.pod pod/perltie.pod pp.c proto.h
5471            ! t/op/avhv.t t/op/delete.t
5472 ____________________________________________________________________________
5473 [  4795] By: gsar                                  on 2000/01/11  20:52:30
5474         Log: extend site_perl changes change#4773 to vendor_perl as well
5475      Branch: perl
5476            ! Configure
5477 ____________________________________________________________________________
5478 [  4794] By: gsar                                  on 2000/01/11  19:18:50
5479         Log: rework INSTALL to reflect new logic for versioning sitelibs
5480      Branch: perl
5481            ! INSTALL
5482 ____________________________________________________________________________
5483 [  4793] By: gsar                                  on 2000/01/11  01:44:00
5484         Log: test for change#4792
5485      Branch: perl
5486            ! t/op/fork.t
5487 ____________________________________________________________________________
5488 [  4792] By: gsar                                  on 2000/01/11  01:22:36
5489         Log: pseudo forked children inherit environment correctly
5490      Branch: perl
5491            ! win32/perlhost.h
5492 ____________________________________________________________________________
5493 [  4791] By: gsar                                  on 2000/01/10  19:14:03
5494         Log: test tweak
5495      Branch: perl
5496            ! t/op/fork.t
5497 ____________________________________________________________________________
5498 [  4790] By: gsar                                  on 2000/01/10  18:56:16
5499         Log: check for USE_ITHREADS sanity was too restrictive
5500      Branch: perl
5501            ! perl.h
5502 ____________________________________________________________________________
5503 [  4789] By: gsar                                  on 2000/01/10  18:30:24
5504         Log: add workaround for textmode read() bug in MSVCRT; make chdir() do
5505              a real SetCurrentDirectory() in toplevel host
5506      Branch: perl
5507            ! README.win32 win32/Makefile win32/makefile.mk win32/perlhost.h
5508            ! win32/vdir.h win32/win32.c
5509 ____________________________________________________________________________
5510 [  4782] By: gsar                                  on 2000/01/10  05:27:03
5511         Log: EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)
5512      Branch: perl
5513            + epoc/config.sh epoc/epocish.c epoc/link.pl
5514            - epoc/Config.pm epoc/autosplit.pl epoc/config.h epoc/perl.mmp
5515            - epoc/perl.pkg
5516            ! MANIFEST README.epoc epoc/createpkg.pl epoc/epoc.c
5517            ! epoc/epoc_stubs.c epoc/epocish.h ext/IO/lib/IO/Socket.pm
5518            ! lib/Sys/Hostname.pm
5519 ____________________________________________________________________________
5520 [  4781] By: gsar                                  on 2000/01/10  05:11:03
5521         Log: pod typos (from Abigail <abigail@delanet.com>)
5522      Branch: perl
5523            ! pod/perl.pod pod/perllexwarn.pod pod/perlxstut.pod
5524 ____________________________________________________________________________
5525 [  4780] By: gsar                                  on 2000/01/10  05:07:35
5526         Log: failing RE test added (from Robert Cunningham <rkc@ll.mit.edu>)
5527      Branch: perl
5528            ! t/lib/thread.t
5529 ____________________________________________________________________________
5530 [  4779] By: gsar                                  on 2000/01/10  05:06:16
5531         Log: terminate -s switch processing only on C<-->, not on C<--foo>
5532      Branch: perl
5533            ! perl.c
5534 ____________________________________________________________________________
5535 [  4778] By: gsar                                  on 2000/01/10  04:38:45
5536         Log: useithreads needs usemultiplicity
5537      Branch: perl
5538            ! Configure perl.h
5539 ____________________________________________________________________________
5540 [  4777] By: gsar                                  on 2000/01/10  01:18:04
5541         Log: use $Config{version} rather than $] where appropriate
5542      Branch: perl
5543            ! lib/CPAN.pm lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Unix.pm
5544            ! lib/ExtUtils/Mksymlists.pm lib/Pod/Man.pm lib/diagnostics.pm
5545            ! lib/lib.pm
5546 ____________________________________________________________________________
5547 [  4776] By: gsar                                  on 2000/01/10  00:11:34
5548         Log: enable fork.t on windows
5549      Branch: perl
5550            ! t/op/fork.t
5551 ____________________________________________________________________________
5552 [  4775] By: gsar                                  on 2000/01/10  00:07:29
5553         Log: broken test for use5005threads
5554      Branch: perl
5555            ! t/lib/safe2.t
5556 ____________________________________________________________________________
5557 [  4774] By: gsar                                  on 2000/01/09  23:56:37
5558         Log: more windows build tweaks
5559      Branch: perl
5560            ! installperl makedef.pl win32/Makefile win32/config_H.bc
5561            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
5562            ! win32/makefile.mk
5563 ____________________________________________________________________________
5564 [  4773] By: gsar                                  on 2000/01/09  22:27:19
5565         Log: more changes for new-style version numbers (versions numbers on
5566              the filesystem look like 5.5.640, except on DOS-DJGPP and VMS where
5567              they look like 5_5_640; delete @Config{pm_apiversion,xs_apiversion};
5568              split $Config{apiversion} into three, @Config{apirevision,apiversion,
5569              apisubversion} for CPP friendliness; $Config{sitelib} now defaults
5570              to .../site_perl/$version, just like $Config{privlib}, making sitelib
5571              completely independent across versions and substantially eliminating
5572              chances of breaking older installations by overwriting newly built
5573              extensions; all this means compatibility inclusions for @INC will need
5574              to take into account older sitelib versions (this still TODO)
5575              
5576              windows, vms, dos tweaks for the above
5577      Branch: perl
5578            ! Changes Configure INSTALL Porting/config.sh Porting/config_H
5579            ! config_h.SH configure.com dosish.h installman installperl
5580            ! patchlevel.h perl.c perl.h vms/vmsish.h win32/Makefile
5581            ! win32/config.bc win32/config.gc win32/config.vc
5582            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5583            ! win32/config_h.PL win32/config_sh.PL win32/makefile.mk
5584            ! win32/win32.c
5585 ____________________________________________________________________________
5586 [  4772] By: gsar                                  on 2000/01/09  19:05:33
5587         Log: s/usethreads/use5005threads/g
5588      Branch: perl
5589            ! myconfig.SH t/lib/english.t t/lib/thread.t t/op/nothread.t
5590 ____________________________________________________________________________
5591 [  4771] By: gsar                                  on 2000/01/09  18:51:50
5592         Log: Configure changes for new-style version numbers (from Andy Dougherty,
5593              slightly altered)
5594      Branch: perl
5595            ! Configure INSTALL Porting/Glossary Porting/config.sh
5596            ! Porting/config_H config_h.SH perl.h win32/Makefile
5597            ! win32/config.bc win32/config.gc win32/config.vc
5598            ! win32/makefile.mk
5599 ____________________________________________________________________________
5600 [  4770] By: gsar                                  on 2000/01/07  22:18:54
5601         Log: fix for 'make utest' failures (from Ilya Zakharevich)
5602      Branch: perl
5603            ! regexec.c
5604 ____________________________________________________________________________
5605 [  4769] By: gsar                                  on 2000/01/07  18:23:16
5606         Log: cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
5607      Branch: perl
5608            + ext/IPC/SysV/hints/cygwin.pl ext/NDBM_File/hints/cygwin.pl
5609            + ext/ODBM_File/hints/cygwin.pl
5610            ! Configure INSTALL MANIFEST ext/POSIX/Makefile.PL
5611            ! hints/cygwin.sh installman installperl lib/Cwd.pm
5612            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec/Unix.pm lib/perl5db.pl
5613            ! perlsdio.h t/op/magic.t t/op/stat.t utils/perlcc.PL
5614 ____________________________________________________________________________
5615 [  4768] By: gsar                                  on 2000/01/07  18:12:15
5616         Log: typo on h2xs.PL (from Helmut Jarausch)
5617      Branch: perl
5618            ! utils/h2xs.PL
5619 ____________________________________________________________________________
5620 [  4767] By: gsar                                  on 2000/01/07  17:58:45
5621         Log: VMS update (from Peter Prymmer <pvhp@forte.com>)
5622      Branch: perl
5623            ! README.vms configure.com vms/subconfigure.com
5624 ____________________________________________________________________________
5625 [  4766] By: gsar                                  on 2000/01/07  17:54:05
5626         Log: os2/POSIX.mkfifo not needed (from Yitzchak Scott-Thoennes
5627              <sthoenna@efn.org>)
5628      Branch: perl
5629            - os2/POSIX.mkfifo
5630            ! MANIFEST README.os2
5631 ____________________________________________________________________________
5632 [  4765] By: gsar                                  on 2000/01/06  20:11:46
5633         Log: add workaround for dlopen() bug on OpenBSD (relative paths that
5634              match /^lib/ won't load properly)
5635      Branch: perl
5636            + ext/DynaLoader/hints/openbsd.pl
5637            ! Changes MANIFEST ext/DynaLoader/dl_dlopen.xs
5638 ____________________________________________________________________________
5639 [  4764] By: gsar                                  on 2000/01/06  19:51:08
5640         Log: add undocumented globals for compatibility--find.pl, and find2perl
5641              generated code need them (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
5642      Branch: perl
5643            ! lib/File/Find.pm
5644 ____________________________________________________________________________
5645 [  4763] By: gsar                                  on 2000/01/06  10:51:07
5646         Log: fix various C-backend shenanigans
5647      Branch: perl
5648            ! ext/B/B/C.pm
5649 ____________________________________________________________________________
5650 [  4762] By: gsar                                  on 2000/01/06  04:09:00
5651         Log: tweak test in change#4757 for Windows
5652      Branch: perl
5653            ! t/io/open.t
5654 ____________________________________________________________________________
5655 [  4761] By: gsar                                  on 2000/01/06  02:55:30
5656         Log: USE_ITHREADS tweak (reused pad values could be SvREADONLY if
5657              they belonged to freed OP_CONSTs)
5658      Branch: perl
5659            ! op.c
5660 ____________________________________________________________________________
5661 [  4760] By: gsar                                  on 2000/01/06  00:22:40
5662         Log: constant ranges could escape bareword check in list context
5663      Branch: perl
5664            ! op.c t/pragma/strict-subs
5665 ____________________________________________________________________________
5666 [  4759] By: gsar                                  on 2000/01/05  20:52:50
5667         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5668              Date: Wed, 05 Jan 2000 15:23:18 EST
5669              Message-Id: <20000105152318.A7400@monk.mps.ohio-state.edu>
5670              Subject: Re: minimal m//g matches appear busted
5671      Branch: perl
5672            ! regexec.c t/op/pat.t
5673 ____________________________________________________________________________
5674 [  4758] By: gsar                                  on 2000/01/05  12:49:40
5675         Log: various nits identified by warnings unmasked by recent changes
5676      Branch: perl
5677            ! ext/B/Makefile.PL lib/ExtUtils/Install.pm pod/perlfunc.pod
5678 ____________________________________________________________________________
5679 [  4757] By: gsar                                  on 2000/01/05  12:48:10
5680         Log: severe bugs in change#3786 fixed
5681      Branch: perl
5682            ! doio.c t/io/open.t
5683 ____________________________________________________________________________
5684 [  4756] By: gsar                                  on 2000/01/05  11:25:10
5685         Log: tweak change#4745 to make ebcdic output match for chars <= 037
5686      Branch: perl
5687            ! ext/Data/Dumper/Dumper.pm
5688 ____________________________________________________________________________
5689 [  4755] By: gsar                                  on 2000/01/05  06:56:05
5690         Log: cygwin support tweaks (from Eric Fifer <EFifer@sanwaint.com>)
5691      Branch: perl
5692            ! Configure util.c utils/perlcc.PL
5693 ____________________________________________________________________________
5694 [  4754] By: gsar                                  on 2000/01/05  06:52:25
5695         Log: avoid expensive Version_check (from Andreas Koenig)
5696      Branch: perl
5697            ! Changes lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
5698            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
5699 ____________________________________________________________________________
5700 [  4753] By: gsar                                  on 2000/01/05  06:48:22
5701         Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
5702              Date: 03 Jan 2000 21:56:02 +0100
5703              Message-ID: <sfcvh5azxgd.fsf@hohenstaufen.in-berlin.de>
5704              Subject: Reloading File::Copy
5705      Branch: perl
5706            ! Changes lib/File/Copy.pm t/lib/filecopy.t
5707 ____________________________________________________________________________
5708 [  4752] By: gsar                                  on 2000/01/04  01:19:20
5709         Log: s/USE_TEXTMODE_SCRIPTS/PERL_TEXTMODE_SCRIPTS/g
5710      Branch: perl
5711            ! win32/Makefile win32/makefile.mk win32/win32.h
5712 ____________________________________________________________________________
5713 [  4751] By: gsar                                  on 2000/01/03  18:26:08
5714         Log: avoid using (custom) autoloader in MakeMaker (from Andreas Koenig)
5715      Branch: perl
5716            ! lib/ExtUtils/MakeMaker.pm
5717 ____________________________________________________________________________
5718 [  4750] By: gsar                                  on 2000/01/02  21:58:02
5719         Log: make DProf look at $ENV{PERL_DPROF_OUT_FILE_NAME} to make it possible
5720              to write to a file other than tmon.out (suggested by Haakon Alstadheim
5721              <Haakon.Alstadheim@sds.no>)
5722      Branch: perl
5723            ! ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.xs
5724 ____________________________________________________________________________
5725 [  4749] By: gsar                                  on 2000/01/02  21:37:29
5726         Log: disable optimization in change#3612 for join() and quotemeta()--this
5727              removes all the gross hacks for the special cases in that change; fix
5728              pp_concat() for when TARG == arg (modified version of patch suggested
5729              by Ilya Zakharevich)
5730      Branch: perl
5731            ! op.c opcode.h opcode.pl pp_hot.c sv.c t/op/lex_assign.t
5732 ____________________________________________________________________________
5733 [  4748] By: gsar                                  on 2000/01/02  20:26:06
5734         Log: MakeMaker should attempt to "require" rather than "use" prerequisites
5735              to avoid imports (from Michael G Schwern <schwern@pobox.com>)
5736      Branch: perl
5737            ! lib/ExtUtils/MakeMaker.pm
5738 ____________________________________________________________________________
5739 [  4747] By: gsar                                  on 2000/01/02  20:17:36
5740         Log: fix 4-arg substr() when used as argument to subroutine
5741      Branch: perl
5742            ! pp.c t/op/substr.t
5743 ____________________________________________________________________________
5744 [  4746] By: gsar                                  on 2000/01/02  18:45:58
5745         Log: usethreads build fixups for NeXTstep (as suggested by Hans Mulder)
5746      Branch: perl
5747            ! embed.h embed.pl ext/DynaLoader/dl_beos.xs
5748            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
5749            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
5750            ! perlapi.c proto.h thread.h util.c
5751 ____________________________________________________________________________
5752 [  4745] By: gsar                                  on 2000/01/02  18:15:44
5753         Log: ebcdic fix for Data::Dumper from Peter Prymmer
5754      Branch: perl
5755            ! ext/Data/Dumper/Dumper.pm regcomp.c
5756 ____________________________________________________________________________
5757 [  4744] By: gsar                                  on 1999/12/31  22:42:23
5758         Log: missing files in previous submit
5759      Branch: perl
5760            ! embed.h embed.pl ext/Devel/DProf/DProf.xs globals.c
5761            ! lib/ExtUtils/MM_Unix.pm objXSUB.h perlapi.c proto.h
5762 ____________________________________________________________________________
5763 [  4743] By: gsar                                  on 1999/12/31  06:47:18
5764         Log: various Windows build tweaks
5765      Branch: perl
5766            ! win32/win32.h
5767 ____________________________________________________________________________
5768 [  4742] By: gsar                                  on 1999/12/30  21:32:36
5769         Log: change#4705 breaks code that interpolates $], so leave string value
5770              of $] as it was for compatibility (and perhaps introduce $^V or similar
5771              for the utf8 representation, maybe?)
5772      Branch: perl
5773            ! configpm gv.c
5774 ____________________________________________________________________________
5775 [  4741] By: gsar                                  on 1999/12/30  19:36:21
5776         Log: avoid CRLF in byteloadable files created by perlcc
5777      Branch: perl
5778            ! utils/perlcc.PL
5779 ____________________________________________________________________________
5780 [  4740] By: gsar                                  on 1999/12/30  19:35:07
5781         Log: leave DATA open in binmode if __END__ line doesn't have CRLF
5782      Branch: perl
5783            ! pod/perldelta.pod toke.c
5784 ____________________________________________________________________________
5785 [  4739] By: gsar                                  on 1999/12/30  05:44:21
5786         Log: enable the PERL_BINMODE_SCRIPTS behavior by default on Windows
5787              to allow ByteLoader to work; the DATA filehandles continue to
5788              be left open in text mode for compatibility
5789      Branch: perl
5790            ! embed.h embed.pl objXSUB.h pod/perldelta.pod proto.h sv.c
5791            ! toke.c win32/Makefile win32/makefile.mk win32/win32.c
5792            ! win32/win32.h
5793 ____________________________________________________________________________
5794 [  4738] By: gsar                                  on 1999/12/30  04:36:12
5795         Log: CR-LF support broken for formats
5796      Branch: perl
5797            ! toke.c
5798 ____________________________________________________________________________
5799 [  4737] By: gsar                                  on 1999/12/29  22:30:52
5800         Log: make DProf functional under pseudo-fork()
5801      Branch: perl
5802            ! ext/Devel/DProf/DProf.xs
5803 ____________________________________________________________________________
5804 [  4736] By: gsar                                  on 1999/12/29  21:04:59
5805         Log: slurp mode fix in change#2910 wasn't quite right (spotted by Hans
5806              Mulder)
5807      Branch: perl
5808            ! doio.c pp_hot.c t/io/argv.t
5809 ____________________________________________________________________________
5810 [  4735] By: gsar                                  on 1999/12/29  18:12:40
5811         Log: re.pm is needed earlier, xsubpp now uses it (spotted by Andreas
5812              Koenig)
5813      Branch: perl
5814            ! Makefile.SH
5815 ____________________________________________________________________________
5816 [  4734] By: gsar                                  on 1999/12/28  21:10:37
5817         Log: Windows build tweaks
5818      Branch: perl
5819            ! INTERN.h sv.c
5820 ____________________________________________________________________________
5821 [  4733] By: gsar                                  on 1999/12/28  20:45:15
5822         Log: remove never-taken branch for making getc() operate on ARGV (spotted 
5823              by Ralph Corderoy <ralph@inputplus.demon.co.uk>)
5824      Branch: perl
5825            ! pp_sys.c
5826 ____________________________________________________________________________
5827 [  4732] By: gsar                                  on 1999/12/28  20:42:13
5828         Log: tests for change#4642 and pod fixups suggested by Ralph Corderoy
5829              <ralph@inputplus.demon.co.uk>
5830      Branch: perl
5831            ! pod/perldelta.pod pod/perlfunc.pod pod/perlre.pod t/io/argv.t
5832 ____________________________________________________________________________
5833 [  4731] By: gsar                                  on 1999/12/28  20:23:17
5834         Log: optimize XSUBs to use targets if the -nooptimize xsubpp option is
5835              not supplied (variant of patch suggested by Ilya Zakharevich)
5836      Branch: perl
5837            ! XSUB.h lib/ExtUtils/xsubpp
5838 ____________________________________________________________________________
5839 [  4730] By: gsar                                  on 1999/12/28  19:55:56
5840         Log: range operator does magical string increment iff both operands
5841              are non-numbers, from Tom Phoenix <rootbeer@redcat.com>; fixed
5842              the "foreach (RANGE)" case as well
5843      Branch: perl
5844            ! pp_ctl.c t/op/range.t
5845 ____________________________________________________________________________
5846 [  4729] By: gsar                                  on 1999/12/28  18:40:19
5847         Log: Win9x + GCC update from Benjamin Stuhl <sho_pi@hotmail.com>
5848      Branch: perl
5849            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
5850            ! EXTERN.h INTERN.h MANIFEST README.win32 iperlsys.h
5851            ! lib/ExtUtils/MM_Win32.pm makedef.pl win32/Makefile
5852            ! win32/config.gc win32/genmk95.pl win32/makefile.mk
5853            ! win32/perlhost.h win32/perllib.c win32/runperl.c win32/win32.c
5854            ! win32/win32.h
5855 ____________________________________________________________________________
5856 [  4728] By: gsar                                  on 1999/12/28  07:44:19
5857         Log: typecasts needed
5858      Branch: perl
5859            ! toke.c
5860 ____________________________________________________________________________
5861 [  4727] By: gsar                                  on 1999/12/28  06:23:08
5862         Log: change#4721 needed line number adjustments
5863      Branch: perl
5864            ! MANIFEST global.sym proto.h t/pragma/warn/doop
5865            ! t/pragma/warn/pp t/pragma/warn/regcomp t/pragma/warn/sv
5866            ! t/pragma/warn/toke t/pragma/warn/utf8
5867 ____________________________________________________________________________
5868 [  4726] By: gsar                                  on 1999/12/28  04:18:15
5869         Log: integrate utfperl contents into mainline
5870      Branch: perl
5871           +> lib/byte.pm lib/byte_heavy.pl
5872           !> configpm embed.h embed.pl embedvar.h gv.c intrpvar.h objXSUB.h
5873           !> patchlevel.h perl.c perl.h perlapi.c pp_ctl.c pp_hot.c proto.h
5874           !> regnodes.h sv.c sv.h t/comp/require.t toke.c utf8.h
5875 ____________________________________________________________________________
5876 [  4725] By: gsar                                  on 1999/12/28  04:08:09
5877         Log: integrate mainline contents
5878      Branch: utfperl
5879            - ext/DynaLoader/dl_cygwin.xs lib/unicode/Eq/Latin1
5880            - lib/unicode/Eq/Unicode
5881           !> (integrate 60 files)
5882 ____________________________________________________________________________
5883 [  4724] By: gsar                                  on 1999/12/28  03:44:10
5884         Log: fix for /(^|a)b/ breakage from Ilya Zakharevich
5885      Branch: perl
5886            ! regcomp.c t/op/re_tests
5887 ____________________________________________________________________________
5888 [  4723] By: gsar                                  on 1999/12/28  03:28:39
5889         Log: more ebcdic testsuite fixups (from Peter Prymmer)
5890      Branch: perl
5891            ! Changes lib/bigfloat.pl t/lib/charnames.t t/lib/dumper.t
5892            ! t/pragma/overload.t t/pragma/utf8.t
5893 ____________________________________________________________________________
5894 [  4722] By: gsar                                  on 1999/12/28  03:14:48
5895         Log: avoid "used once" warning
5896      Branch: perl
5897            ! lib/diagnostics.pm
5898 ____________________________________________________________________________
5899 [  4721] By: gsar                                  on 1999/12/28  03:10:32
5900         Log: ebcdic tweaks for tests from Peter Prymmer
5901      Branch: perl
5902            ! t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/regcomp
5903            ! t/pragma/warn/sv t/pragma/warn/toke t/pragma/warn/utf8
5904 ____________________________________________________________________________
5905 [  4720] By: gsar                                  on 1999/12/28  03:08:39
5906         Log: pod nits from Simon Cozens <simon@brecon.co.uk> and others
5907      Branch: perl
5908            ! README.os2 lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
5909            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
5910            ! lib/ExtUtils/Mkbootstrap.pm pod/perlop.pod
5911 ____________________________________________________________________________
5912 [  4719] By: gsar                                  on 1999/12/28  03:01:04
5913         Log: perlport v1.45 from Chris Nandor
5914      Branch: perl
5915            ! pod/perlport.pod
5916 ____________________________________________________________________________
5917 [  4718] By: gsar                                  on 1999/12/28  02:59:16
5918         Log: newer version of constant.pm from Tom Phoenix; added Tom's notes to
5919              perldelta; added STOP, DESTROY and AUTOLOAD to specials list
5920      Branch: perl
5921            ! lib/constant.pm pod/perldelta.pod pod/perlvar.pod
5922            ! t/pragma/constant.t
5923 ____________________________________________________________________________
5924 [  4717] By: gsar                                  on 1999/12/28  02:47:04
5925         Log: cygwin update from Eric Fifer <EFifer@sanwaint.com>
5926      Branch: perl
5927            - ext/DynaLoader/dl_cygwin.xs
5928            ! MAINTAIN MANIFEST ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/pair.c
5929            ! hints/cygwin.sh installperl mg.c pod/perlfaq3.pod t/op/stat.t
5930            ! util.c
5931 ____________________________________________________________________________
5932 [  4716] By: gsar                                  on 1999/12/28  02:40:51
5933         Log: tweak to show up db-linked-with-libpthread-but-not-perl problem
5934              (from Andy Dougherty)
5935      Branch: perl
5936            ! Configure
5937 ____________________________________________________________________________
5938 [  4715] By: gsar                                  on 1999/12/28  02:38:44
5939         Log: better variant of change#4644 (from Andy Dougherty)
5940      Branch: perl
5941            ! Configure
5942 ____________________________________________________________________________
5943 [  4714] By: gsar                                  on 1999/12/28  02:36:40
5944         Log: be defensive about setting {host,group,pass}cat (from Andy Dougherty)
5945      Branch: perl
5946            ! Configure
5947 ____________________________________________________________________________
5948 [  4713] By: gsar                                  on 1999/12/28  02:35:15
5949         Log: $sitelib should be $prefix/lib/perl5/site_perl, as documented in
5950              INSTALL (from Andy Dougherty)
5951      Branch: perl
5952            ! Configure
5953 ____________________________________________________________________________
5954 [  4712] By: gsar                                  on 1999/12/28  02:30:55
5955         Log: avoid creating new files during make install
5956      Branch: perl
5957            ! Makefile.SH
5958 ____________________________________________________________________________
5959 [  4711] By: gsar                                  on 1999/12/28  02:24:44
5960         Log: pod edits from Paul Marquess and Mark-Jason Dominus
5961      Branch: perl
5962            ! AUTHORS Changes ext/DynaLoader/dl_aix.xs
5963            ! ext/DynaLoader/dl_dlopen.xs lib/Net/Ping.pm pod/perlcall.pod
5964            ! pod/perldelta.pod
5965 ____________________________________________________________________________
5966 [  4710] By: gsar                                  on 1999/12/28  02:05:23
5967         Log: miniperl build fixes for os2 (from Yitzchak Scott-Thoennes
5968              <sthoenna@efn.org>); add explicit target for opmini.o
5969      Branch: perl
5970            ! Makefile.SH cygwin/Makefile.SHs os2/Makefile.SHs
5971 ____________________________________________________________________________
5972 [  4709] By: gsar                                  on 1999/12/28  01:20:39
5973         Log: partly fix perldiag regressions identified by Tom Christiansen
5974      Branch: perl
5975            ! doio.c lib/diagnostics.pm pod/perldiag.pod pp_hot.c pp_sys.c
5976            ! t/pragma/warn/4lint t/pragma/warn/doio t/pragma/warn/pp_hot
5977            ! t/pragma/warn/pp_sys
5978 ____________________________________________________________________________
5979 [  4708] By: gsar                                  on 1999/12/27  23:33:24
5980         Log: update perldiag for change#4707
5981      Branch: perl
5982            ! perl.c pod/perldiag.pod
5983 ____________________________________________________________________________
5984 [  4707] By: gsar                                  on 1999/12/27  23:23:39
5985         Log: allow spaces in -I switch argument
5986      Branch: perl
5987            ! perl.c
5988 ____________________________________________________________________________
5989 [  4706] By: gsar                                  on 1999/12/26  23:44:53
5990         Log: fix typos
5991      Branch: utfperl
5992            ! sv.h toke.c
5993 ____________________________________________________________________________
5994 [  4705] By: gsar                                  on 1999/12/24  04:02:35
5995         Log: support for v5.5.640 style version numbers
5996      Branch: utfperl
5997            ! configpm embedvar.h gv.c intrpvar.h objXSUB.h patchlevel.h
5998            ! perl.c perl.h pp_ctl.c sv.c sv.h t/comp/require.t toke.c
5999 ____________________________________________________________________________
6000 [  4704] By: gsar                                  on 1999/12/23  08:54:27
6001         Log: bring in basic threads stuff under USE_ITHREADS
6002      Branch: perl
6003            ! makedef.pl op.c perl.c perl.h perlvars.h pp_sys.c thread.h
6004            ! util.c
6005 ____________________________________________________________________________
6006 [  4703] By: gsar                                  on 1999/12/23  00:10:06
6007         Log: integrate mainline contents into utfperl
6008      Branch: utfperl
6009           !> (integrate 33 files)
6010 ____________________________________________________________________________
6011 [  4702] By: gsar                                  on 1999/12/20  17:18:23
6012         Log: virtual directory handling broken on paths with trailing slash
6013      Branch: perl
6014            ! win32/Makefile win32/makefile.mk win32/vdir.h
6015 ____________________________________________________________________________
6016 [  4701] By: gsar                                  on 1999/12/20  17:09:55
6017         Log: revert optimization in change#4700 (it appears OPpRUNTIME flag
6018              isn't set for all m/$foo/o)
6019      Branch: perl
6020            ! pp_ctl.c
6021 ____________________________________________________________________________
6022 [  4700] By: gsar                                  on 1999/12/20  16:28:51
6023         Log: avoid pp_regcomp() changing optree at run time under USE_*THREADS (or
6024              we have a race on our hands)
6025      Branch: perl
6026            ! pp_ctl.c
6027 ____________________________________________________________________________
6028 [  4699] By: gsar                                  on 1999/12/20  16:19:00
6029         Log: pod tweaks
6030      Branch: perl
6031            ! pod/perldelta.pod pod/perlfilter.pod pod/perlopentut.pod
6032 ____________________________________________________________________________
6033 [  4698] By: gsar                                  on 1999/12/20  07:55:07
6034         Log: uv_to_utf8() could lose 37th bit on HAS_QUAD platforms
6035      Branch: perl
6036            ! utf8.c
6037 ____________________________________________________________________________
6038 [  4697] By: gsar                                  on 1999/12/18  01:35:50
6039         Log: fix from Larry for parsing C<{ 0x1 => 'foo'}> as an
6040              anon hash rather than a block; test case for the same
6041      Branch: perl
6042            ! t/comp/term.t toke.c
6043 ____________________________________________________________________________
6044 [  4696] By: gsar                                  on 1999/12/17  19:55:03
6045         Log: leak in change#4694 spotted by Larry
6046      Branch: perl
6047            ! hv.c
6048 ____________________________________________________________________________
6049 [  4695] By: gsar                                  on 1999/12/17  18:14:11
6050         Log: test case for change#4694
6051      Branch: perl
6052            ! t/op/delete.t
6053 ____________________________________________________________________________
6054 [  4694] By: gsar                                  on 1999/12/17  18:09:08
6055         Log: delete() should return the value as is, not a copy thereof
6056      Branch: perl
6057            ! hv.c pod/perldelta.pod
6058 ____________________________________________________________________________
6059 [  4693] By: gsar                                  on 1999/12/17  17:45:58
6060         Log: fix for C<"\nx\taa\n" =~ /^\S\s+aa$/m> (from Ilya Zakharevich)
6061      Branch: perl
6062            ! regexec.c t/op/re_tests
6063 ____________________________________________________________________________
6064 [  4692] By: gsar                                  on 1999/12/17  17:41:10
6065         Log: credits tweak
6066      Branch: perl
6067            ! lib/File/Spec.pm
6068 ____________________________________________________________________________
6069 [  4691] By: gsar                                  on 1999/12/17  07:12:53
6070         Log: DynaLoader doesn't build properly when $(DLSRC) changes
6071              (fix suggested by Hans Mulder)
6072      Branch: perl
6073            ! ext/DynaLoader/Makefile.PL
6074 ____________________________________________________________________________
6075 [  4690] By: gsar                                  on 1999/12/17  06:26:34
6076         Log: add missing new ops
6077      Branch: perl
6078            ! ext/B/ramblings/runtime.porting
6079 ____________________________________________________________________________
6080 [  4689] By: gsar                                  on 1999/12/17  06:16:49
6081         Log: test harness tweak from Hans Mulder
6082      Branch: perl
6083            ! t/TEST
6084 ____________________________________________________________________________
6085 [  4688] By: gsar                                  on 1999/12/17  06:14:23
6086         Log: miniperl build fixes for NeXTstep and cygwin (from Hans Mulder
6087              and Lucian CIONCA <Lucian.Cionca@algoritma.ro>)
6088      Branch: perl
6089            ! Makefile.SH cygwin/Makefile.SHs
6090 ____________________________________________________________________________
6091 [  4687] By: gsar                                  on 1999/12/17  06:06:46
6092         Log: applied suggested patch with whitespace adjustments
6093              From: Helmut Jarausch <jarausch@numa1.igpm.rwth-aachen.de>
6094              Date: Thu, 16 Dec 1999 08:57:55 +0100
6095              Message-id: <38589B82.C4668E10@numa1.igpm.rwth-aachen.de>
6096              Subject: Re: [ID 19991215.001] patch 5.005_63: Find::Fill cannot handle /
6097      Branch: perl
6098            ! lib/File/Find.pm
6099 ____________________________________________________________________________
6100 [  4686] By: gsar                                  on 1999/12/17  05:48:53
6101         Log: avoid warnings due to symbols unintroduced by XSLoader (spotted
6102              by Hans Mulder)
6103      Branch: perl
6104            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
6105            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
6106            ! ext/DynaLoader/dl_rhapsody.xs
6107 ____________________________________________________________________________
6108 [  4685] By: gsar                                  on 1999/12/17  05:37:51
6109         Log: fix bug when one of the operands is +0E+0 (from Ronald J Kimball
6110              <rjk@linguist.dartmouth.edu>)
6111      Branch: perl
6112            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
6113 ____________________________________________________________________________
6114 [  4684] By: gsar                                  on 1999/12/16  09:32:48
6115         Log: spell out how to get 4-digit year (from Micheal G Schwern
6116              <schwern@pobox.com>)
6117      Branch: perl
6118            ! pod/perlfunc.pod
6119 ____________________________________________________________________________
6120 [  4683] By: gsar                                  on 1999/12/16  09:26:53
6121         Log: type mismatch for %c format argument (spotted by Robin Barker
6122              <rmb1@cise.npl.co.uk>)
6123      Branch: perl
6124            ! regcomp.c
6125 ____________________________________________________________________________
6126 [  4682] By: gsar                                  on 1999/12/16  08:33:28
6127         Log: mingw32 doesn't have anonymous union (from Benjamin Stuhl
6128              <sho_pi@hotmail.com>)
6129      Branch: perl
6130            ! win32/win32.c
6131 ____________________________________________________________________________
6132 [  4681] By: gsar                                  on 1999/12/16  08:31:15
6133         Log: missing backslash (spotted by Johan Vromans)
6134      Branch: perl
6135            ! perl.c
6136 ____________________________________________________________________________
6137 [  4680] By: gsar                                  on 1999/12/16  08:26:00
6138         Log: avoid coredump on diagnostics when STDERR is closed
6139      Branch: perl
6140            ! perl.h
6141 ____________________________________________________________________________
6142 [  4679] By: gsar                                  on 1999/12/12  18:09:41
6143         Log: integrate mainline changes
6144      Branch: utfperl
6145           +> (branch 39 files)
6146            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
6147            - lib/unicode/UnicodeData-Latest.txt
6148           !> (integrate 447 files)
6149 ____________________________________________________________________________
6150 [  4678] By: gsar                                  on 1999/12/10  01:39:13
6151         Log: interpreter structure should be nulled under -DMULTIPLICITY
6152      Branch: perl
6153            ! perl.c
6154 ____________________________________________________________________________
6155 [  4677] By: gsar                                  on 1999/12/09  11:10:27
6156         Log: update Changes
6157      Branch: perl
6158            ! Changes
6159
6160 ----------------
6161 Version 5.005_63
6162 ----------------
6163
6164 ____________________________________________________________________________
6165 [  4676] By: gsar                                  on 1999/12/09  10:51:43
6166         Log: fix File::Find testsuite bugs in symlink-less places
6167      Branch: perl
6168            ! t/lib/filefind.t
6169 ____________________________________________________________________________
6170 [  4675] By: gsar                                  on 1999/12/09  10:22:31
6171         Log: USE_ITHREADS tweaks and notes
6172      Branch: perl
6173            ! op.c pod/perldelta.pod sv.c
6174 ____________________________________________________________________________
6175 [  4674] By: gsar                                  on 1999/12/09  10:21:53
6176         Log: allow new style sort subs to work under usethreads
6177      Branch: perl
6178            ! pp_ctl.c
6179 ____________________________________________________________________________
6180 [  4673] By: gsar                                  on 1999/12/09  04:00:23
6181         Log: document compatibility issue with literal list slices and NOTOP
6182              (C<not (1,2,3)[0]> is now a syntax error)
6183      Branch: perl
6184            ! pod/perldelta.pod
6185 ____________________________________________________________________________
6186 [  4672] By: gsar                                  on 1999/12/09  01:14:46
6187         Log: avoid mismatched expectation <-> int types for C++ builds
6188      Branch: perl
6189            ! embed.pl intrpvar.h proto.h toke.c
6190 ____________________________________________________________________________
6191 [  4671] By: gsar                                  on 1999/12/09  00:36:24
6192         Log: newer version of File::Find with support for following symlinks and
6193              other features, from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>
6194      Branch: perl
6195            ! lib/File/Find.pm pod/perldelta.pod t/lib/filefind.t
6196 ____________________________________________________________________________
6197 [  4670] By: gsar                                  on 1999/12/09  00:13:06
6198         Log: avoid initializing GvCV slot for autovivified filehandles
6199      Branch: perl
6200            ! pp.c
6201 ____________________________________________________________________________
6202 [  4669] By: gsar                                  on 1999/12/08  19:09:27
6203         Log: apply change#4618 again along with Ilya's patch to fix bugs
6204              in it (see change#4622)
6205      Branch: perl
6206            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h regexec.c
6207            ! t/op/re_tests t/op/subst.t
6208 ____________________________________________________________________________
6209 [  4668] By: gsar                                  on 1999/12/08  18:56:53
6210         Log: patch to fix parser bug in C<${h{${a[0]}}} = 13>
6211              From: Larry Wall <larry@wall.org>
6212              Date: Tue, 7 Dec 1999 12:39:30 -0800 (PST)
6213              Message-Id: <199912072039.MAA13257@kiev.wall.org>
6214              Subject: Re: [ID 19991204.002] Inconsistency of ${hash{key}}
6215      Branch: perl
6216            ! embedvar.h intrpvar.h objXSUB.h sv.c toke.c
6217 ____________________________________________________________________________
6218 [  4667] By: gsar                                  on 1999/12/08  18:47:37
6219         Log: patch to fix aix hints from ortmann@vnet.ibm.com
6220      Branch: perl
6221            ! hints/aix.sh
6222 ____________________________________________________________________________
6223 [  4666] By: gsar                                  on 1999/12/08  18:29:02
6224         Log: documentation tweaks from M. J. T. Guy, Micheal Schwern, and
6225              Tim Meadowcroft
6226      Branch: perl
6227            ! Changes lib/Benchmark.pm pod/perlipc.pod pod/perlre.pod
6228 ____________________________________________________________________________
6229 [  4665] By: gsar                                  on 1999/12/08  02:22:31
6230         Log: introduce save_I8() for saving byte values
6231      Branch: perl
6232            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
6233            ! regcomp.c regexec.c scope.c scope.h sv.c
6234 ____________________________________________________________________________
6235 [  4664] By: gsar                                  on 1999/12/08  02:02:33
6236         Log: use SAVEINT() rather than SAVEDESTRUCTOR() for saving PL_expect etc.
6237      Branch: perl
6238            ! toke.c
6239 ____________________________________________________________________________
6240 [  4663] By: gsar                                  on 1999/12/08  01:11:44
6241         Log: longstanding typo in lexer: PL_lex_expect was not properly
6242              saved on reentry
6243      Branch: perl
6244            ! toke.c
6245 ____________________________________________________________________________
6246 [  4662] By: gsar                                  on 1999/12/07  23:16:21
6247         Log: typos in change#4546
6248      Branch: perl
6249            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm sv.c
6250 ____________________________________________________________________________
6251 [  4661] By: gsar                                  on 1999/12/07  09:33:50
6252         Log: typos in change#4660
6253      Branch: perl
6254            ! embed.h embed.pl objXSUB.h perl.h perlapi.c pp_sys.c proto.h
6255 ____________________________________________________________________________
6256 [  4660] By: gsar                                  on 1999/12/06  23:42:55
6257         Log: tweaks for building with -DUSE_ITHREADS on !WIN32 platforms;
6258              fix bug where lc($readonly) could result in bogus errors
6259      Branch: perl
6260            ! embed.h embed.pl iperlsys.h makedef.pl objXSUB.h perlapi.c
6261            ! pp.c pp_sys.c proto.h sv.c
6262 ____________________________________________________________________________
6263 [  4659] By: gsar                                  on 1999/12/06  15:24:31
6264         Log: allow IRIX 6.5 to build perl (from Helmut Jarausch
6265              <jarausch@igpm.rwth-aachen.de>)
6266      Branch: perl
6267            ! perl.h
6268 ____________________________________________________________________________
6269 [  4658] By: gsar                                  on 1999/12/06  15:18:30
6270         Log: fix for -Dp via $^D (suggested by Stephane Payrard
6271              <stef@adnaccess.com>)
6272      Branch: perl
6273            ! mg.c
6274 ____________________________________________________________________________
6275 [  4657] By: gsar                                  on 1999/12/06  06:50:01
6276         Log: change#4641 needs perldiag.pod edit
6277      Branch: perl
6278            - lib/unicode/UnicodeData-Latest.txt
6279            ! pod/perldiag.pod
6280 ____________________________________________________________________________
6281 [  4656] By: gsar                                  on 1999/12/06  01:36:56
6282         Log: Makefile tweak for change#4649
6283      Branch: perl
6284            ! Makefile.SH
6285 ____________________________________________________________________________
6286 [  4655] By: gsar                                  on 1999/12/05  17:23:57
6287         Log: change#4653 was missing a patch reject
6288      Branch: perl
6289            ! win32/makefile.mk
6290 ____________________________________________________________________________
6291 [  4654] By: gsar                                  on 1999/12/05  11:41:04
6292         Log: windows build tweaks for Borland compiler
6293      Branch: perl
6294            ! win32/makefile.mk win32/perlhost.h win32/win32.c win32/win32.h
6295 ____________________________________________________________________________
6296 [  4653] By: gsar                                  on 1999/12/05  11:07:37
6297         Log: applied somewhat modified version of suggested patch
6298              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
6299              Date: Thu, 18 Nov 1999 18:45:27 PST
6300              Message-ID: <19991119024527.72749.qmail@hotmail.com>
6301              Subject: [PATCH 5.005_62] Perl on Win95, Mark IIB
6302      Branch: perl
6303            + win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
6304            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
6305            ! lib/ExtUtils/MM_Win32.pm win32/config_sh.PL win32/genmk95.pl
6306            ! win32/makefile.mk win32/win32.h
6307 ____________________________________________________________________________
6308 [  4652] By: gsar                                  on 1999/12/05  09:24:45
6309         Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
6310              Date: Thu, 4 Nov 1999 16:34:23 -0800 (PST)
6311              Message-Id: <199911050034.QAA06499@scoot.pdev.sco.com>
6312              Subject: [ID 19991104.005] modified hints file for UnixWare7 ( svr5)
6313      Branch: perl
6314            ! Changes hints/svr5.sh
6315 ____________________________________________________________________________
6316 [  4651] By: gsar                                  on 1999/12/05  09:01:19
6317         Log: on dosish platforms, avoid infinite recursion in File::Path::mkpath()
6318              when given non-existent drive names
6319      Branch: perl
6320            ! lib/File/Path.pm
6321 ____________________________________________________________________________
6322 [  4650] By: gsar                                  on 1999/12/05  08:47:11
6323         Log: windows build tweaks for change#4649
6324      Branch: perl
6325            ! win32/Makefile win32/makefile.mk
6326 ____________________________________________________________________________
6327 [  4649] By: gsar                                  on 1999/12/05  07:49:28
6328         Log: make File::Glob::glob() the default for CORE::glob()
6329              (old csh glob can still be had with -DPERL_EXTERNAL_GLOB)
6330      Branch: perl
6331            ! Makefile.SH op.c pod/perldelta.pod win32/Makefile
6332            ! win32/makefile.mk
6333 ____________________________________________________________________________
6334 [  4648] By: gsar                                  on 1999/12/05  00:33:34
6335         Log: fix bug in processing L<> tags (from j.vavruska@post.cz)
6336      Branch: perl
6337            ! lib/Pod/Html.pm
6338 ____________________________________________________________________________
6339 [  4647] By: gsar                                  on 1999/12/05  00:14:01
6340         Log: remove outdated entry
6341      Branch: perl
6342            ! pod/perltrap.pod
6343 ____________________________________________________________________________
6344 [  4646] By: gsar                                  on 1999/12/04  22:48:51
6345         Log: s/block/loop block/ in diagnostics about next, last, redo
6346      Branch: perl
6347            ! pod/perldiag.pod pp_ctl.c t/op/runlevel.t t/pragma/warn/pp_ctl
6348 ____________________________________________________________________________
6349 [  4645] By: gsar                                  on 1999/12/04  22:25:32
6350         Log: readability tweak suggested by GRommel@sears.com
6351      Branch: perl
6352            ! pp.c
6353 ____________________________________________________________________________
6354 [  4644] By: gsar                                  on 1999/12/04  22:05:00
6355         Log: Configure tweak from Peter Prymmer
6356      Branch: perl
6357            ! Configure
6358 ____________________________________________________________________________
6359 [  4643] By: gsar                                  on 1999/12/04  21:55:27
6360         Log: make weak keyword check look for defined(&lock), not
6361              merely defined(*lock)
6362      Branch: perl
6363            ! toke.c
6364 ____________________________________________________________________________
6365 [  4642] By: gsar                                  on 1999/12/04  21:11:51
6366         Log: make eof() open ARGV if it isn't open already; also fixes bug
6367              where eof() would operate on any last-read filehandle, not
6368              just ARGV
6369      Branch: perl
6370            ! pp_sys.c
6371 ____________________________________________________________________________
6372 [  4641] By: gsar                                  on 1999/12/04  04:42:25
6373         Log: make uninitialized value warnings report opcode
6374      Branch: perl
6375            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
6376            ! opcode.pl perl.h perlapi.c pp.c pp_hot.c proto.h sv.c
6377            ! t/op/misc.t t/pragma/warn/1global t/pragma/warn/2use
6378            ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/7fatal
6379            ! t/pragma/warn/doio t/pragma/warn/pp t/pragma/warn/pp_hot
6380            ! t/pragma/warn/sv
6381 ____________________________________________________________________________
6382 [  4640] By: gsar                                  on 1999/12/04  02:40:44
6383         Log: provide explicit functions timegm_nocheck() and timelocal_nocheck()
6384              that don't do range checking
6385      Branch: perl
6386            ! lib/Time/Local.pm
6387 ____________________________________________________________________________
6388 [  4639] By: gsar                                  on 1999/12/04  01:00:49
6389         Log: better implementation of change#3326; open(local $foo,...) now
6390              allowed in addition to any uninitialized variable, for consistency
6391              with how autovivification works elsewhere; add code to use the
6392              variable name as the name of the handle for simple variables, so
6393              that diagnostics report the handle: "... at - line 1, <$foo> line 10."
6394      Branch: perl
6395            ! op.c pod/perldelta.pod pp.c t/io/open.t
6396 ____________________________________________________________________________
6397 [  4638] By: gsar                                  on 1999/12/03  21:20:00
6398         Log: pod nits
6399      Branch: perl
6400            ! pod/perlfunc.pod pod/perlrun.pod
6401 ____________________________________________________________________________
6402 [  4637] By: gsar                                  on 1999/12/03  08:59:04
6403         Log: change#4431 was flawed
6404      Branch: perl
6405            ! Makefile.SH
6406 ____________________________________________________________________________
6407 [  4636] By: gsar                                  on 1999/12/03  07:59:52
6408         Log: pod embellishments from Nathan Torkington
6409      Branch: perl
6410            ! pod/perlfaq2.pod pod/perlhack.pod
6411 ____________________________________________________________________________
6412 [  4635] By: gsar                                  on 1999/12/03  07:56:04
6413         Log: perlfaq4 typo (from Jeff Pinyan <jeffp@crusoe.net>)
6414      Branch: perl
6415            ! pod/perlfaq4.pod
6416 ____________________________________________________________________________
6417 [  4634] By: gsar                                  on 1999/12/03  07:47:47
6418         Log: test tweak for VMS (from Craig A. Berry)
6419      Branch: perl
6420            ! t/io/nargv.t
6421 ____________________________________________________________________________
6422 [  4633] By: gsar                                  on 1999/12/03  07:44:52
6423         Log: patchls tweak from Andreas Koenig
6424      Branch: perl
6425            ! Porting/patchls
6426 ____________________________________________________________________________
6427 [  4632] By: gsar                                  on 1999/12/03  07:42:23
6428         Log: don't mess with the umask()
6429      Branch: perl
6430            ! installhtml installman installperl lib/ExtUtils/Install.pm
6431            ! lib/ExtUtils/Manifest.pm
6432 ____________________________________________________________________________
6433 [  4631] By: gsar                                  on 1999/12/03  06:52:50
6434         Log: support -a switch to append bytecode to an existing file and make
6435              perlcc use it (from Tom Hughes <tom@compton.nu>)
6436      Branch: perl
6437            ! ext/B/B/Bytecode.pm utils/perlcc.PL
6438 ____________________________________________________________________________
6439 [  4630] By: gsar                                  on 1999/12/03  06:46:16
6440         Log: document incompatible perl4 vec() vs bitwise ops interaction trap
6441              (from Tom Phoenix)
6442      Branch: perl
6443            ! pod/perltrap.pod
6444 ____________________________________________________________________________
6445 [  4629] By: gsar                                  on 1999/12/03  06:40:15
6446         Log: use PerlIO abstraction rather than straight stdio (from
6447              Chip Salzenberg)
6448      Branch: perl
6449            ! ext/ByteLoader/ByteLoader.xs
6450 ____________________________________________________________________________
6451 [  4628] By: gsar                                  on 1999/12/03  06:15:54
6452         Log: avoid warning in IO::Select::exists() if socket doesn't exist
6453      Branch: perl
6454            ! ext/IO/lib/IO/Select.pm
6455 ____________________________________________________________________________
6456 [  4627] By: gsar                                  on 1999/12/03  06:05:19
6457         Log: two small patches from Peter Prymmer <pvhp@forte.com>
6458      Branch: perl
6459            ! makedepend.SH win32/Makefile win32/makefile.mk
6460 ____________________________________________________________________________
6461 [  4626] By: gsar                                  on 1999/12/03  05:36:38
6462         Log: From: Peter Prymmer <pvhp@forte.com>
6463              Date: Thu, 25 Nov 1999 21:06:19 -0800 (PST)
6464              Message-Id: <199911260506.VAA17230@brio.forte.com>
6465              Subject: [PATCH: 5.005_62] implement /[:ascii:]/ on ebcdic machines
6466      Branch: perl
6467            ! regcomp.c
6468 ____________________________________________________________________________
6469 [  4625] By: gsar                                  on 1999/12/03  05:20:21
6470         Log: Windows build tweaks due to change#4623
6471      Branch: perl
6472            ! win32/Makefile win32/makefile.mk win32/perlhost.h
6473 ____________________________________________________________________________
6474 [  4624] By: gsar                                  on 1999/12/03  04:58:30
6475         Log: add missing file
6476      Branch: perl
6477            + ext/DynaLoader/XSLoader_pm.PL
6478 ____________________________________________________________________________
6479 [  4623] By: gsar                                  on 1999/12/03  04:47:03
6480         Log: applied suggested patch; removed $VERSION = $VERSION hack
6481              (change#4043 fixed the need for that)
6482              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6483              Date: Tue, 16 Nov 1999 01:50:31 EST
6484              Message-Id: <199911160650.BAA18874@monk.mps.ohio-state.edu>
6485              Subject: [PATCH 5.005_62] XSLoader.pm
6486      Branch: perl
6487            ! MANIFEST ext/B/B.pm ext/ByteLoader/ByteLoader.pm
6488            ! ext/DB_File/DB_File.pm ext/Data/Dumper/Dumper.pm
6489            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
6490            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/Makefile.PL
6491            ! ext/DynaLoader/dlutils.c ext/Fcntl/Fcntl.pm
6492            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm ext/IO/IO.pm
6493            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
6494            ! ext/Opcode/Opcode.pm ext/POSIX/POSIX.pm
6495            ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
6496            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
6497            ! lib/AutoLoader.pm lib/FindBin.pm lib/Getopt/Std.pm
6498 ____________________________________________________________________________
6499 [  4622] By: gsar                                  on 1999/12/03  04:02:39
6500         Log: revert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:/x/>)
6501      Branch: perl
6502            ! Changes embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
6503 ____________________________________________________________________________
6504 [  4621] By: gsar                                  on 1999/12/02  22:24:53
6505         Log: caveat about thread-safety of extensions
6506      Branch: perl
6507            ! pod/perlfork.pod
6508 ____________________________________________________________________________
6509 [  4620] By: gsar                                  on 1999/12/02  20:31:02
6510         Log: XS documentation patches suggested by Ilya, severally adjusted
6511      Branch: perl
6512            ! pod/perlxs.pod pod/perlxstut.pod
6513 ____________________________________________________________________________
6514 [  4619] By: gsar                                  on 1999/12/02  17:52:50
6515         Log: re-add missing Unicode database master
6516      Branch: perl
6517            + lib/unicode/Unicode.300
6518 ____________________________________________________________________________
6519 [  4618] By: gsar                                  on 1999/12/02  06:56:18
6520         Log: applied suggested patch with prototype changes
6521              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
6522              Date:    Tue, 23 Nov 1999 22:55:55 EST
6523              Message-Id: <199911240355.WAA23033@monk.mps.ohio-state.edu>
6524              Subject: [PATCH 5.005_62] First char cognizance
6525      Branch: perl
6526            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
6527 ____________________________________________________________________________
6528 [  4617] By: gsar                                  on 1999/12/02  06:04:57
6529         Log: fixes for bugs in change#4586 and OS/2 pod tweak, from Ilya
6530      Branch: perl
6531            ! os2/OS2/REXX/REXX.pm regexec.c t/op/re_tests
6532 ____________________________________________________________________________
6533 [  4616] By: gsar                                  on 1999/12/02  04:30:22
6534         Log: various documentation tweaks suggested by M. J. T. Guy
6535      Branch: perl
6536            ! INSTALL lib/strict.pm pod/perlfunc.pod pod/perlsyn.pod
6537 ____________________________________________________________________________
6538 [  4615] By: gsar                                  on 1999/12/02  04:17:43
6539         Log: various File::Glob fixes for DOSISH platforms
6540              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
6541              Date: Tue, 02 Nov 1999 11:11:25 GMT
6542              Message-Id: <714DFA46B9BBD0119CD000805FC1F53BDC38E3@UKRUX002.rundc.uk.origin-it.com>
6543              Subject: File::Glob again. Final patch, honest!
6544      Branch: perl
6545            + t/lib/glob-case.t
6546            ! MANIFEST ext/File/Glob/Changes ext/File/Glob/Glob.pm
6547            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
6548            ! ext/File/Glob/bsd_glob.h op.c t/lib/glob-global.t
6549 ____________________________________________________________________________
6550 [  4614] By: gsar                                  on 1999/12/02  03:42:55
6551         Log: allow XSUBs and prototyped subroutines to be used with sort() (tweaked
6552              variant of patch suggested by Peter Haworth <pmh@edison.ioppublishing.com>)
6553      Branch: perl
6554            ! pod/perldelta.pod pod/perlfunc.pod pp_ctl.c t/op/sort.t
6555 ____________________________________________________________________________
6556 [  4613] By: gsar                                  on 1999/12/02  01:59:19
6557         Log: ignore yet another known scalar leak
6558      Branch: perl
6559            ! t/pragma/warn/regcomp
6560 ____________________________________________________________________________
6561 [  4612] By: gsar                                  on 1999/12/02  01:15:02
6562         Log: avoid potential stack extension bug in pp_unpack() (spotted by Ilya)
6563      Branch: perl
6564            ! pp.c
6565 ____________________________________________________________________________
6566 [  4611] By: gsar                                  on 1999/12/02  00:31:43
6567         Log: a somewhat tweaked version of suggested patch
6568              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6569              Date: Wed, 27 Oct 1999 18:57:41 -0400 (EDT)
6570              Message-Id: <199910272257.SAA29928@monk.mps.ohio-state.edu>
6571              Subject: [PATCH 5.005_62] Another round of pack/vec docs patches
6572      Branch: perl
6573            ! pod/perlfunc.pod
6574 ____________________________________________________________________________
6575 [  4610] By: gsar                                  on 1999/12/01  19:09:31
6576         Log: more accurate require() pseudocode (from James P. Williams
6577              <James.P.Williams@USAHQ.UnitedSpaceAlliance.com>)
6578      Branch: perl
6579            ! pod/perlfunc.pod
6580 ____________________________________________________________________________
6581 [  4609] By: gsar                                  on 1999/12/01  18:43:49
6582         Log: avoid "Callback called exit" error on intentional exit()
6583      Branch: perl
6584            ! embedvar.h intrpvar.h objXSUB.h perl.c perl.h pp_ctl.c
6585 ____________________________________________________________________________
6586 [  4608] By: gsar                                  on 1999/12/01  18:42:38
6587         Log: find_byclass() prototype was incoherent
6588      Branch: perl
6589            ! regexec.c
6590 ____________________________________________________________________________
6591 [  4607] By: gsar                                  on 1999/12/01  05:45:10
6592         Log: better documentation for goto &NAME (from M. J. T. Guy)
6593      Branch: perl
6594            ! pod/perlfunc.pod
6595 ____________________________________________________________________________
6596 [  4606] By: gsar                                  on 1999/12/01  05:33:14
6597         Log: integrate cfgperl contents into mainline
6598      Branch: perl
6599           +> lib/unicode/Jamo.txt lib/unicode/NamesList.html
6600           +> lib/unicode/UCD300.html lib/unicode/Unicode3.html
6601            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
6602            ! Changes
6603           !> (integrate 210 files)
6604 ____________________________________________________________________________
6605 [  4605] By: gsar                                  on 1999/12/01  05:15:27
6606         Log: avoid PTR->IV cast warnings
6607      Branch: perl
6608            ! mg.c op.c scope.h
6609 ____________________________________________________________________________
6610 [  4604] By: gsar                                  on 1999/12/01  03:59:56
6611         Log: email address changes
6612      Branch: perl
6613            ! AUTHORS Changes Porting/genlog Porting/p4d2p Porting/p4desc
6614            ! README.win32 ext/Data/Dumper/Dumper.pm lib/DB.pm
6615            ! lib/File/DosGlob.pm lib/Math/Complex.pm lib/Math/Trig.pm
6616            ! pod/perl5005delta.pod pod/perlport.pod t/op/runlevel.t
6617            ! utils/perlbug.PL utils/perldoc.PL win32/bin/perlglob.pl
6618 ____________________________________________________________________________
6619 [  4603] By: gsar                                  on 1999/12/01  03:45:13
6620         Log: minor USE_ITHREADS tweaks
6621      Branch: perl
6622            ! doio.c op.c op.h pp_hot.c pp_sys.c run.c win32/Makefile
6623            ! win32/perllib.c win32/win32.h
6624 ____________________________________________________________________________
6625 [  4602] By: gsar                                  on 1999/12/01  01:00:09
6626         Log: more complete pseudo-fork() support for Windows
6627      Branch: perl
6628            + pod/perlfork.pod win32/perlhost.h win32/vdir.h win32/vmem.h
6629            ! MANIFEST XSUB.h cop.h dump.c embed.h embed.pl embedvar.h
6630            ! ext/B/B/CC.pm ext/Opcode/Opcode.xs global.sym globals.c
6631            ! globvar.sym gv.c hv.c intrpvar.h iperlsys.h makedef.pl mg.c
6632            ! mpeix/mpeixish.h objXSUB.h op.c op.h os2/os2ish.h perl.c
6633            ! perl.h perlapi.c plan9/plan9ish.h pod/Makefile pod/buildtoc
6634            ! pod/perl.pod pod/roffitall pp.c pp_ctl.c pp_hot.c pp_sys.c
6635            ! proto.h regcomp.c run.c scope.c scope.h sv.c t/op/fork.t
6636            ! toke.c unixish.h util.c vos/vosish.h win32/Makefile
6637            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
6638            ! win32/win32iop.h win32/win32thread.h
6639 ____________________________________________________________________________
6640 [  4601] By: gsar                                  on 1999/12/01  00:45:38
6641         Log: rudimentary support for remote debugging, from aeons ago (somewhat
6642              modified)
6643              From: Graham TerMarsch <grahamt@ActiveState.com>
6644              Date: Sat, 12 Sep 1998 10:46:55 -0700
6645              Message-ID: <35FAB38F.EA9AAC50@activestate.com>
6646              Subject: Re: Patches to perl5db.pl to allow for remote debugging
6647      Branch: perl
6648            ! lib/perl5db.pl
6649 ____________________________________________________________________________
6650 [  4600] By: chip                                  on 1999/11/19  21:16:00
6651         Log: Document known limitations of fdopen() on some systems,
6652              as they apply to open() and sysopen().
6653      Branch: perl
6654            ! pod/perlfunc.pod
6655 ____________________________________________________________________________
6656 [  4599] By: chip                                  on 1999/11/19  17:20:19
6657         Log: Undef printf before redirecting it to PerlIO_stdoutf.
6658              (Avoids an irritating warning when compiling with PerlIO.)
6659      Branch: perl
6660            ! perl.h
6661 ____________________________________________________________________________
6662 [  4598] By: jhi                                   on 1999/11/22  21:30:17
6663         Log: Small VMS nits from Craig A. Berry, <craig.berry@metamor.com>.
6664      Branch: cfgperl
6665            ! README.vms t/io/open.t
6666 ____________________________________________________________________________
6667 [  4597] By: jhi                                   on 1999/11/21  16:21:21
6668         Log: Replace #4596 with the change done in 5.005_03.
6669      Branch: cfgperl
6670            ! ext/Errno/Errno_pm.PL
6671 ____________________________________________________________________________
6672 [  4596] By: jhi                                   on 1999/11/21  16:07:20
6673         Log: Skip processing a file if the file to be opened is '-'
6674              (can happen in UNICOS)
6675      Branch: cfgperl
6676            ! ext/Errno/Errno_pm.PL
6677 ____________________________________________________________________________
6678 [  4595] By: jhi                                   on 1999/11/21  14:05:10
6679         Log: VMS patches from Peter Prymmer.
6680      Branch: cfgperl
6681            ! doio.c mg.c taint.c vms/subconfigure.com vms/vms.c
6682 ____________________________________________________________________________
6683 [  4594] By: jhi                                   on 1999/11/18  17:07:14
6684         Log: The find_byclass prototype is already in proto.h. 
6685      Branch: cfgperl
6686            ! regexec.c
6687 ____________________________________________________________________________
6688 [  4593] By: gsar                                  on 1999/11/16  21:25:21
6689         Log: typo in flag checks
6690      Branch: utfperl
6691            ! sv.h
6692 ____________________________________________________________________________
6693 [  4592] By: jhi                                   on 1999/11/16  21:17:25
6694         Log: Regen Configure.
6695      Branch: cfgperl
6696            ! Configure config_h.SH pp.c pp.h vms/subconfigure.com
6697      Branch: metaconfig
6698            ! U/a_dvisory/quadtype.U
6699 ____________________________________________________________________________
6700 [  4591] By: jhi                                   on 1999/11/16  14:53:19
6701         Log: Integrate with Sarathy.
6702      Branch: cfgperl
6703           !> cop.h deb.c embed.h embed.pl global.sym lib/Pod/Checker.pm
6704           !> lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Select.pm
6705           !> lib/Pod/Usage.pm makedef.pl objXSUB.h perl.c perlapi.c
6706           !> pod/podchecker.PL pp_sys.c proto.h sv.c t/pod/poderrs.t
6707           !> t/pod/poderrs.xr
6708 ____________________________________________________________________________
6709 [  4590] By: gsar                                  on 1999/11/16  05:57:56
6710         Log: Pod::Parser updates (v1.091) from Brad Appleton <bradapp@enteract.com>
6711      Branch: perl
6712            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
6713            ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/podchecker.PL
6714            ! t/pod/poderrs.t t/pod/poderrs.xr
6715 ____________________________________________________________________________
6716 [  4589] By: gsar                                  on 1999/11/15  18:47:34
6717         Log: add a synchronous stub fork() for USE_ITHREADS to prove that a simple
6718              C<if (fork()) { print "parent" } else { print "child" }> works on
6719              Windows (incidentally running a cloned^2 interpreter :)
6720      Branch: perl
6721            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perlapi.c
6722            ! pp_sys.c proto.h sv.c
6723 ____________________________________________________________________________
6724 [  4588] By: gsar                                  on 1999/11/15  14:34:36
6725         Log: cloning the stack (part 1)
6726      Branch: perl
6727            ! cop.h deb.c perl.c sv.c
6728 ____________________________________________________________________________
6729 [  4587] By: jhi                                   on 1999/11/15  00:22:20
6730         Log: Integrate with Sarathy.
6731      Branch: cfgperl
6732           !> Changes embed.h embed.pl embedvar.h global.sym intrpvar.h
6733           !> makedef.pl objXSUB.h op.c perl.h perlapi.c proto.h run.c sv.c
6734           !> win32/perllib.c
6735 ____________________________________________________________________________
6736 [  4586] By: jhi                                   on 1999/11/14  21:17:26
6737         Log: Ilya's "hopscotch" patch, reworked by Ilya to fit.
6738      Branch: cfgperl
6739            ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
6740 ____________________________________________________________________________
6741 [  4585] By: gsar                                  on 1999/11/14  20:01:45
6742         Log: tweak for win32 build
6743      Branch: perl
6744            ! embed.h embed.pl op.c proto.h
6745 ____________________________________________________________________________
6746 [  4584] By: gsar                                  on 1999/11/14  19:46:25
6747         Log: cosmetic tweaks
6748      Branch: perl
6749            ! embed.h embed.pl embedvar.h global.sym intrpvar.h makedef.pl
6750            ! objXSUB.h perl.h perlapi.c proto.h sv.c win32/perllib.c
6751 ____________________________________________________________________________
6752 [  4583] By: gsar                                  on 1999/11/14  17:38:32
6753         Log: fix problem pointer casts
6754      Branch: perl
6755            ! Changes run.c sv.c
6756 ____________________________________________________________________________
6757 [  4582] By: jhi                                   on 1999/11/14  17:10:01
6758         Log: Integrate with Sarathy.
6759      Branch: cfgperl
6760           !> cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c perly.c
6761           !> perly.y pp_ctl.c pp_sys.c sv.c t/op/misc.t toke.c util.c
6762           !> vms/perly_c.vms win32/perllib.c
6763 ____________________________________________________________________________
6764 [  4581] By: jhi                                   on 1999/11/14  17:08:23
6765         Log: The separation of 64-bitness and largefileness continues
6766              (with a setback, see hpux.sh).
6767      Branch: cfgperl
6768            ! Configure MANIFEST config_h.SH hints/aix.sh hints/hpux.sh
6769            ! hints/solaris_2.sh
6770      Branch: metaconfig
6771            ! U/threads/archname.U U/typedefs/lseektype.U
6772      Branch: metaconfig/U/perl
6773            ! fpossize.U use64bits.U uselfs.U
6774 ____________________________________________________________________________
6775 [  4580] By: jhi                                   on 1999/11/14  13:26:41
6776         Log: Another Unicode update.
6777      Branch: cfgperl
6778            + lib/unicode/Jamo.txt lib/unicode/NamesList.html
6779            + lib/unicode/UCD300.html lib/unicode/Unicode3.html
6780            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
6781            ! (edit 189 files)
6782 ____________________________________________________________________________
6783 [  4579] By: gsar                                  on 1999/11/14  10:21:49
6784         Log: sundry cleanups for cloned interpreters (only known failure mode
6785              is due to regexps keeping non-constant data in their compiled
6786              structures)
6787      Branch: perl
6788            ! cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c pp_ctl.c
6789            ! pp_sys.c sv.c toke.c util.c win32/perllib.c
6790 ____________________________________________________________________________
6791 [  4578] By: gsar                                  on 1999/11/14  03:37:37
6792         Log: fix bug in change#4515 (STOP blocks now see @ARGV like the rest)
6793      Branch: perl
6794            ! perly.c perly.y t/op/misc.t vms/perly_c.vms
6795 ____________________________________________________________________________
6796 [  4577] By: jhi                                   on 1999/11/13  19:50:24
6797         Log: Change #4576 accidentally leaked also parts of
6798              Ilya's patch that won't apply cleanly anymore.
6799      Branch: cfgperl
6800            ! regexec.c t/op/re_tests
6801 ____________________________________________________________________________
6802 [  4576] By: jhi                                   on 1999/11/13  19:43:37
6803         Log: Integrate with Sarathy.
6804      Branch: cfgperl
6805            ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
6806           !> ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm t/lib/dumper.t
6807           !> t/op/regexp.t t/pragma/overload.t
6808 ____________________________________________________________________________
6809 [  4575] By: gsar                                  on 1999/11/13  19:41:46
6810         Log: typos in change#4561 and change#4565
6811      Branch: perl
6812            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm
6813 ____________________________________________________________________________
6814 [  4574] By: gsar                                  on 1999/11/13  19:31:19
6815         Log: revert non-kosher parts of change#4562 (sort order problems
6816              should be ignored (on ebcdic) by fixing dumper.t/T() to sort
6817              result and expected lines; /[:ascii:]/ not working should be
6818              fixed, not ignored in regexp.t; result from sort should be
6819              fixed to be ascii portable on ebcdic, not ebcdic-specific)
6820      Branch: perl
6821            ! t/lib/dumper.t t/op/regexp.t t/pragma/overload.t
6822 ____________________________________________________________________________
6823 [  4573] By: gsar                                  on 1999/11/13  19:13:04
6824         Log: integrate cfgperl changes into mainline
6825      Branch: perl
6826           +> lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
6827           +> lib/unicode/In/BopomofoExtended.pl
6828           +> lib/unicode/In/BraillePatterns.pl
6829           +> lib/unicode/In/CJKRadicalsSupplement.pl
6830           +> lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
6831           +> lib/unicode/In/Cherokee.pl
6832           +> lib/unicode/In/IdeographicDescriptionCharacters.pl
6833           +> lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
6834           +> lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
6835           +> lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
6836           +> lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
6837           +> lib/unicode/In/Thaana.pl
6838           +> lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
6839           +> lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
6840            - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
6841           !> (integrate 213 files)
6842 ____________________________________________________________________________
6843 [  4572] By: jhi                                   on 1999/11/13  18:44:50
6844         Log: From: "Craig A. Berry" <craig.berry@metamor.com>
6845              To: perl5-porters@perl.org, VMSPERL@perl.org
6846              Subject: [PATCH 5.005_03 and 5.005_62] updates to README.vms
6847              Date: Wed, 27 Oct 1999 11:02:54 -0500
6848              Message-Id: <4.2.0.58.19991027105257.00addc10@mmtnt11.metamor.com>
6849      Branch: cfgperl
6850            ! README.vms
6851 ____________________________________________________________________________
6852 [  4571] By: jhi                                   on 1999/11/13  18:33:39
6853         Log: From: jand@activestate.com (Jan Dubois)
6854              To: perl5-porters@perl.org, Perl-Win32-Porters@activestate.com
6855              Cc: Douglas Lankshear <dougl@activestate.com>,
6856              Gurusamy Sarathy <gsar@activestate.com>
6857              Subject: [5.005_62 PATCH] support link() on WinNT and NTFS
6858              Date: Tue, 09 Nov 1999 00:38:33 +0100
6859              Message-ID: <382b5d24.10899522@smtprelay.t-online.de>
6860      Branch: cfgperl
6861            ! XSUB.h iperlsys.h pp_sys.c t/io/fs.t win32/config.bc
6862            ! win32/config.gc win32/config.vc win32/config_H.bc
6863            ! win32/config_H.gc win32/config_H.vc win32/perllib.c
6864            ! win32/win32.c win32/win32iop.h
6865 ____________________________________________________________________________
6866 [  4570] By: jhi                                   on 1999/11/13  18:30:37
6867         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6868              To: perl5-porters@perl.org (Mailing list Perl5)
6869              Subject: [PATCH 5.005_62] makedef.pl goof
6870              Date: Mon, 8 Nov 1999 23:55:21 -0500 (EST)
6871              Message-Id: <199911090455.XAA25627@monk.mps.ohio-state.edu>
6872      Branch: cfgperl
6873            ! makedef.pl
6874 ____________________________________________________________________________
6875 [  4569] By: jhi                                   on 1999/11/13  18:06:54
6876         Log: From: Michael G Schwern <schwern@pobox.com>
6877              To: perl5-porters@perl.org, pod-people@perl.org
6878              Cc: tchrist@mox.perl.com, gnat@frii.com
6879              Subject: [DOCPATCH 5.005_62 perlfaq9.pod] Mention HTML::FormatText
6880              Date: Wed, 10 Nov 1999 17:21:46 -0500
6881              Message-ID: <19991110172146.A23527@athens.aocn.com>
6882      Branch: cfgperl
6883            ! pod/perlfaq9.pod
6884 ____________________________________________________________________________
6885 [  4568] By: jhi                                   on 1999/11/13  18:05:33
6886         Log: From: "Paul Moore" <gustav@morpheus.demon.co.uk>
6887              To: <perl5-porters@perl.org>
6888              Subject: DynaLoader_pm.PL patch (backslashes in strings)
6889              Date: Wed, 10 Nov 1999 22:52:02 -0000
6890              Message-ID: <LPBBIIMJKJMPNOGHGLLCMEBFCAAA.gustav@morpheus.demon.co.uk>
6891      Branch: cfgperl
6892            ! ext/DynaLoader/DynaLoader_pm.PL
6893 ____________________________________________________________________________
6894 [  4567] By: jhi                                   on 1999/11/13  18:03:52
6895         Log: From: JD Laub <jdl@access-health.com>
6896              To: perl5-porters@perl.org
6897              Subject: [ID 19991112.002] patch: Exporter.pm not reporting path
6898              Date: Fri, 12 Nov 1999 08:58:28 -0700 (MST)
6899              Message-Id: <199911121558.IAA08915@mocha.iasi.com>
6900      Branch: cfgperl
6901            ! lib/Exporter/Heavy.pm
6902 ____________________________________________________________________________
6903 [  4566] By: jhi                                   on 1999/11/13  18:01:24
6904         Log: From: Bernard Quatermass <bernard@quatermass.co.uk>
6905              To: perl5-porters@perl.org
6906              Subject: small patch for perldoc
6907              Date: Fri, 12 Nov 1999 23:11:43 GMT
6908              Message-Id: <VA.0000001c.00d1e05a@quatermass.co.uk>
6909      Branch: cfgperl
6910            ! utils/perldoc.PL
6911 ____________________________________________________________________________
6912 [  4565] By: jhi                                   on 1999/11/13  17:58:54
6913         Log: From: Scott Gifford <sgifford@tir.com>
6914              To: perl5-porters@perl.org
6915              Cc: gbarr@pobox.com
6916              Subject: [ID 19991112.004] Bug in IO::Socket (patch included)
6917              Date: 12 Nov 1999 18:55:30 -0500
6918              Message-Id: <m3emdvw9hp.fsf@sgifford.tir.com>
6919      Branch: cfgperl
6920            ! ext/IO/lib/IO/Socket.pm
6921 ____________________________________________________________________________
6922 [  4564] By: jhi                                   on 1999/11/13  17:45:39
6923         Log: Applied manually:
6924              From: "Craig A. Berry" <craig.berry@metamor.com>
6925              To: perl5-porters@perl.org, VMSPERL@perl.org
6926              Subject: [PATCH 5.005_62] patches required to build on VMS
6927              Date: Tue, 09 Nov 1999 18:16:14 -0600
6928              Message-Id: <4.2.2.19991109173839.00d12630@mmtnt11.metamor.com>
6929      Branch: cfgperl
6930            ! configure.com vms/descrip_mms.template vms/subconfigure.com
6931            ! vms/vms.c vms/vmsish.h
6932 ____________________________________________________________________________
6933 [  4563] By: jhi                                   on 1999/11/13  17:18:41
6934         Log: Regen Unicode tables to include a warning:
6935              Thou Shalt Not Edit Them By Hand; add missing
6936              (Unicode 2.0 -introduced) tables to MANIFEST;
6937              convert the equivalence tables to be valid Perl code.
6938      Branch: cfgperl
6939            + lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
6940            + lib/unicode/In/BopomofoExtended.pl
6941            + lib/unicode/In/BraillePatterns.pl
6942            + lib/unicode/In/CJKRadicalsSupplement.pl
6943            + lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
6944            + lib/unicode/In/Cherokee.pl
6945            + lib/unicode/In/IdeographicDescriptionCharacters.pl
6946            + lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
6947            + lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
6948            + lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
6949            + lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
6950            + lib/unicode/In/Thaana.pl
6951            + lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
6952            + lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
6953            - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
6954            ! (edit 169 files)
6955 ____________________________________________________________________________
6956 [  4562] By: jhi                                   on 1999/11/13  16:53:00
6957         Log: From: Peter Prymmer <pvhp@forte.com>
6958              To: gsar@activestate.com, perl-mvs@perl.org, perlbug@perl.com
6959              Subject: [PATCH: 5.005_62]was Re: [ID 19991102.003] perl on os390
6960              Date: Wed, 10 Nov 1999 14:34:36 -0800 (PST)
6961              Message-Id: <199911102234.OAA01018@brio.forte.com>
6962      Branch: cfgperl
6963            ! t/lib/dumper.t t/op/pack.t t/op/regexp.t t/pragma/locale.t
6964            ! t/pragma/overload.t
6965 ____________________________________________________________________________
6966 [  4561] By: jhi                                   on 1999/11/13  16:29:37
6967         Log: $Config{myarchname} is not a good architecture identifier
6968              because it may contain host/node identification like
6969              CPU serial numbers.
6970      Branch: cfgperl
6971            ! ext/Errno/Errno_pm.PL
6972 ____________________________________________________________________________
6973 [  4560] By: jhi                                   on 1999/11/13  16:26:13
6974         Log: Continue largefileness separation from quadness;
6975              move nv-preserving test out of perl.h into Configure;
6976              use HAS_SETVBUF in IO.
6977      Branch: cfgperl
6978            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6979            ! config_h.SH ext/IO/IO.xs hints/solaris_2.sh perl.h pp_sys.c
6980      Branch: metaconfig
6981            ! U/a_dvisory/quadtype.U
6982      Branch: metaconfig/U/perl
6983            + nvpresuv.U
6984            ! d_fseeko.U d_ftello.U io64.U perlxv.U
6985 ____________________________________________________________________________
6986 [  4559] By: jhi                                   on 1999/11/13  13:46:38
6987         Log: Try to fix largefileness so that it "works" without a quad IV.
6988      Branch: cfgperl
6989            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6990            ! config_h.SH perl.h pp_sys.c t/lib/syslfs.t t/op/lfs.t
6991      Branch: metaconfig
6992            ! U/a_dvisory/quadtype.U U/typedefs/lseektype.U
6993      Branch: metaconfig/U/perl
6994            ! io64.U
6995 ____________________________________________________________________________
6996 [  4558] By: jhi                                   on 1999/11/13  11:36:19
6997         Log: Undo drift from mainline.
6998      Branch: cfgperl
6999            ! regcomp.c util.c utils/h2xs.PL
7000 ____________________________________________________________________________
7001 [  4557] By: gsar                                  on 1999/11/13  10:54:46
7002         Log: typo
7003      Branch: perl
7004            ! util.c
7005 ____________________________________________________________________________
7006 [  4556] By: gsar                                  on 1999/11/13  10:53:41
7007         Log: integrate cfgperl contents (op.[ch] needed manual resolve)
7008      Branch: perl
7009           +> epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
7010           +> epoc/epoc_stubs.c
7011           !> (integrate 48 files)
7012 ____________________________________________________________________________
7013 [  4555] By: jhi                                   on 1999/11/13  10:05:54
7014         Log: Integrate with Sarathy.
7015      Branch: cfgperl
7016           !> dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
7017           !> sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
7018 ____________________________________________________________________________
7019 [  4554] By: jhi                                   on 1999/11/13  10:03:07
7020         Log: s/_SIGN$/_sign/g;
7021      Branch: metaconfig
7022            ! U/typedefs/gidsign.U U/typedefs/pidsign.U U/typedefs/uidsign.U
7023 ____________________________________________________________________________
7024 [  4553] By: gsar                                  on 1999/11/13  02:17:53
7025         Log: cloned interpreters now actually run and pass all but 55/10386
7026              subtests; various subtle bugs, new and old, observed when running
7027              cloned interpreters have been fixed
7028              
7029              still to do:
7030              |  * dup psig_ptr table
7031              |  * merge PADOP GVs support with "our" SVs (existing PADOPs are too
7032              |    simple-minded and grab one pad entry each, heavily bloating
7033              |    the pad by not avoiding dups)
7034              |  * overloaded constants are not really immutable--they need to
7035              |    be PADOPs
7036              |  * allocator for constants and OPs need to be spelled differently
7037              |    (shared vs interpreter-local allocations)
7038              |  * optree refcounting is still missing locking (macros are in place)
7039              |  * curstackinfo, {mark,scope,save,ret}stack need to be cloned so
7040              |    perl_clone() can be called from within runops*()
7041      Branch: perl
7042            ! dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
7043            ! sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
7044 ____________________________________________________________________________
7045 [  4552] By: jhi                                   on 1999/11/11  23:17:43
7046         Log: Turn on largefileness always if available and
7047              continue 64-bit fixes.
7048      Branch: cfgperl
7049            ! Configure config_h.SH handy.h hints/aix.sh hints/dec_osf.sh
7050            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh perl.h pp.c
7051            ! sv.c t/lib/syslfs.t t/op/lfs.t utf8.c
7052 ____________________________________________________________________________
7053 [  4551] By: jhi                                   on 1999/11/11  23:16:15
7054         Log: Split int64type from i_inttypes, rename quadcase into quadkind.
7055      Branch: metaconfig
7056            ! U/a_dvisory/quadtype.U
7057      Branch: metaconfig/U/perl
7058            + d_int64t.U
7059            ! i_inttypes.U io64.U
7060 ____________________________________________________________________________
7061 [  4550] By: jhi                                   on 1999/11/11  20:24:55
7062         Log: Fix a thinko in 4548.
7063      Branch: cfgperl
7064            ! pp_sys.c
7065 ____________________________________________________________________________
7066 [  4549] By: jhi                                   on 1999/11/11  19:48:21
7067         Log: Integrate with Sarathy.
7068      Branch: cfgperl
7069           !> (integrate 56 files)
7070 ____________________________________________________________________________
7071 [  4548] By: jhi                                   on 1999/11/11  19:41:56
7072         Log: Try to do something if st_size, st_uid, st_gid are too big for an IV;
7073              regen Configure.
7074      Branch: cfgperl
7075            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7076            ! config_h.SH pp_sys.c
7077 ____________________________________________________________________________
7078 [  4547] By: jhi                                   on 1999/11/11  19:40:38
7079         Log: s/_SIZE$/_size/g; add sizesize and ssizesize.
7080      Branch: metaconfig
7081            + U/typedefs/sizesize.U U/typedefs/ssizesize.U
7082            ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
7083 ____________________________________________________________________________
7084 [  4546] By: gsar                                  on 1999/11/11  10:32:54
7085         Log: avoid stash pointers in optree under USE_ITHREADS
7086      Branch: perl
7087            ! bytecode.pl cop.h ext/B/B.xs ext/B/B/Asmdata.pm
7088            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
7089            ! ext/B/B/Deparse.pm ext/ByteLoader/bytecode.h
7090            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
7091            ! ext/Opcode/Opcode.xs gv.c op.c perl.c pp.c pp_ctl.c pp_hot.c
7092            ! scope.h sv.c
7093 ____________________________________________________________________________
7094 [  4545] By: gsar                                  on 1999/11/11  06:04:20
7095         Log: another change towards a shareable optree: avoid pointer to filegv
7096              in COP; revert parts of change#4485 and s/xcv_filegv/xcv_file/
7097              (CvFILE() may yet come in handy somewhere); adjust compiler doodads
7098              to suit
7099      Branch: perl
7100            ! bytecode.pl cop.h cv.h dump.c ext/B/B.pm ext/B/B.xs
7101            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
7102            ! ext/B/B/CC.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
7103            ! ext/B/B/Lint.pm ext/B/B/Xref.pm ext/ByteLoader/bytecode.h
7104            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
7105            ! ext/Devel/Peek/Peek.pm gv.c gv.h op.c perl.c pp.c pp_ctl.c
7106            ! pp_sys.c scope.c scope.h sv.c sv.h toke.c util.c util.h
7107            ! win32/perllib.c
7108 ____________________________________________________________________________
7109 [  4544] By: gsar                                  on 1999/11/10  18:19:12
7110         Log: more cleanups for change#4539
7111      Branch: perl
7112            ! gv.h op.c op.h pp_ctl.c pp_hot.c
7113 ____________________________________________________________________________
7114 [  4543] By: gsar                                  on 1999/11/10  01:52:22
7115         Log: remove dead branch/infinite looper in change#3612
7116      Branch: perl
7117            ! op.c
7118 ____________________________________________________________________________
7119 [  4542] By: gsar                                  on 1999/11/09  20:05:47
7120         Log: IoDIRP may be fake when used in source filters, mark as such
7121      Branch: perl
7122            ! sv.c sv.h toke.c
7123 ____________________________________________________________________________
7124 [  4541] By: gsar                                  on 1999/11/09  05:47:53
7125         Log: small nits in changes#4538,4539
7126      Branch: perl
7127            ! op.c sv.c
7128 ____________________________________________________________________________
7129 [  4540] By: gsar                                  on 1999/11/08  20:30:58
7130         Log: win32 symbol export tweak
7131      Branch: perl
7132            ! makedef.pl win32/win32.c win32/win32iop.h
7133 ____________________________________________________________________________
7134 [  4539] By: gsar                                  on 1999/11/08  18:50:40
7135         Log: preliminary support for GVOP indirection via pad
7136      Branch: perl
7137            ! doio.c dump.c embed.h embed.pl global.sym objXSUB.h op.c op.h
7138            ! opcode.pl perlapi.c pp_hot.c pp_sys.c proto.h run.c
7139 ____________________________________________________________________________
7140 [  4538] By: gsar                                  on 1999/11/08  11:25:49
7141         Log: preliminary support for perl_clone() (still needs work in
7142              the following areas: SVOPs must indirect via pad; context
7143              stack, scope stack, and runlevels must be cloned; must
7144              hook up the virtualized pseudo-process support provided by
7145              "host"; ...)
7146      Branch: perl
7147            ! av.h embed.h embed.pl embedvar.h global.sym hv.c hv.h
7148            ! intrpvar.h makedef.pl objXSUB.h perl.h perlapi.c proto.h sv.c
7149            ! win32/perllib.c win32/win32.c
7150 ____________________________________________________________________________
7151 [  4537] By: gsar                                  on 1999/11/08  11:19:18
7152         Log: more thorough cleanup in perl_destroy()
7153      Branch: perl
7154            ! perl.c util.c
7155 ____________________________________________________________________________
7156 [  4536] By: gsar                                  on 1999/11/08  07:16:10
7157         Log: win32 internal data must be interpreter-local
7158      Branch: perl
7159            ! win32/win32.c win32/win32.h win32/win32sck.c
7160 ____________________________________________________________________________
7161 [  4535] By: gsar                                  on 1999/11/08  04:17:28
7162         Log: tweak change#4502
7163      Branch: perl
7164            ! doio.c perl.c
7165 ____________________________________________________________________________
7166 [  4534] By: jhi                                   on 1999/11/07  13:17:03
7167         Log: Four special class subs, not three.
7168      Branch: cfgperl
7169            ! pod/perlmod.pod
7170 ____________________________________________________________________________
7171 [  4533] By: jhi                                   on 1999/11/07  13:13:15
7172         Log: Integrate with Sarathy.
7173      Branch: cfgperl
7174           !> mg.c t/io/print.t
7175 ____________________________________________________________________________
7176 [  4532] By: jhi                                   on 1999/11/07  12:36:10
7177         Log: More test program maintenance.
7178      Branch: cfgperl
7179            ! Configure config_h.SH
7180      Branch: metaconfig
7181            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
7182            ! U/compline/charsize.U U/compline/d_sigaction.U
7183            ! U/compline/doublesize.U U/compline/floatsize.U
7184            ! U/compline/nblock_io.U U/compline/ptrsize.U
7185            ! U/modified/Signal.U U/typedefs/gidsize.U U/typedefs/pidsize.U
7186            ! U/typedefs/uidsize.U
7187      Branch: metaconfig/U/perl
7188            ! fpossize.U
7189 ____________________________________________________________________________
7190 [  4531] By: jhi                                   on 1999/11/07  00:34:09
7191         Log: Tidy up the metaconfig test programs.
7192      Branch: cfgperl
7193            ! Configure config_h.SH
7194      Branch: metaconfig
7195            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
7196            ! U/compline/charsize.U U/compline/doublesize.U
7197            ! U/compline/nblock_io.U U/compline/ptrsize.U
7198            ! U/modified/d_longlong.U U/typedefs/gidsize.U
7199            ! U/typedefs/lseektype.U U/typedefs/pidsize.U
7200            ! U/typedefs/uidsize.U
7201      Branch: metaconfig/U/perl
7202            ! fpossize.U
7203 ____________________________________________________________________________
7204 [  4530] By: jhi                                   on 1999/11/06  23:51:34
7205         Log: So many printfs, so little time.
7206      Branch: cfgperl
7207            ! op.c perl.c regcomp.c scope.c util.c
7208 ____________________________________________________________________________
7209 [  4529] By: jhi                                   on 1999/11/06  23:27:35
7210         Log: Replace the explicit zeros with NOOPs.
7211      Branch: cfgperl
7212            ! perl.h
7213 ____________________________________________________________________________
7214 [  4528] By: jhi                                   on 1999/11/06  23:10:54
7215         Log: From: jand@activestate.com (Jan Dubois)
7216              To: perl5-porters@perl.org
7217              Cc: Mike Blazer <blazer@mail.nevalink.ru>,
7218              Mark Borgerding <mborgerding@acm.org>
7219              Subject: [5.005_62 PATCH] binmode and locale support for -T and -B filetest operators
7220              Date: Sat, 06 Nov 1999 22:16:43 +0100
7221              Message-ID: <38279207.46448719@smtprelay.t-online.de>
7222      Branch: cfgperl
7223            ! op.c op.h
7224 ____________________________________________________________________________
7225 [  4527] By: jhi                                   on 1999/11/06  20:22:14
7226         Log: ...and fewer.
7227      Branch: cfgperl
7228            ! dump.c
7229 ____________________________________________________________________________
7230 [  4526] By: jhi                                   on 1999/11/06  20:19:04
7231         Log: ...and they are getting fewer.
7232      Branch: cfgperl
7233            ! dump.c op.c util.c
7234 ____________________________________________________________________________
7235 [  4525] By: jhi                                   on 1999/11/06  19:59:59
7236         Log: More printf miscasts flushed out.
7237      Branch: cfgperl
7238            ! dump.c ext/B/B.xs ext/Data/Dumper/Dumper.xs regcomp.c
7239            ! regexec.c
7240 ____________________________________________________________________________
7241 [  4524] By: jhi                                   on 1999/11/06  15:39:05
7242         Log: Crushing the remaining %ld guerillas.
7243      Branch: cfgperl
7244            ! ext/Devel/DProf/DProf.xs
7245 ____________________________________________________________________________
7246 [  4523] By: jhi                                   on 1999/11/06  15:11:38
7247         Log: Update CPAN sites list.
7248      Branch: cfgperl
7249            ! pod/perlmodlib.pod
7250 ____________________________________________________________________________
7251 [  4522] By: jhi                                   on 1999/11/05  19:50:46
7252         Log: The -n32 is normally part of $cc, not $ccflags.
7253      Branch: cfgperl
7254            ! hints/irix_6.sh
7255 ____________________________________________________________________________
7256 [  4521] By: gsar                                  on 1999/11/05  04:35:30
7257         Log: allow $\ to work right when set to a string with embedded nulls
7258      Branch: perl
7259            ! mg.c t/io/print.t
7260 ____________________________________________________________________________
7261 [  4520] By: jhi                                   on 1999/11/04  23:30:09
7262         Log: Integrate with Sarathy.
7263      Branch: cfgperl
7264           !> embedvar.h ext/B/B/Bytecode.pm ext/B/B/Lint.pm
7265           !> ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm ext/File/Glob/Glob.pm
7266           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h intrpvar.h
7267           !> keywords.h keywords.pl objXSUB.h op.c perl.c pod/perldelta.pod
7268           !> pod/perldiag.pod pod/perlfunc.pod pod/perlmod.pod
7269           !> pod/perlrun.pod pod/perlsub.pod pod/perltodo.pod toke.c
7270 ____________________________________________________________________________
7271 [  4519] By: jhi                                   on 1999/11/04  23:09:25
7272         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7273              To: perl5-porters@perl.org (Mailing list Perl5)
7274              Subject: [PATCH 5.005_62] ref to non-lvalue method
7275              Date: Wed, 3 Nov 1999 03:52:48 -0500 (EST)
7276              Message-Id: <199911030852.DAA06563@monk.mps.ohio-state.edu>
7277      Branch: cfgperl
7278            ! op.c
7279 ____________________________________________________________________________
7280 [  4518] By: jhi                                   on 1999/11/04  23:07:27
7281         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7282              To: perl5-porters@perl.org (Mailing list Perl5)
7283              Subject: [PATCH 5.005_62] xsubpp dependency
7284              Date: Wed, 3 Nov 1999 02:57:23 -0500 (EST)
7285              Message-Id: <199911030757.CAA06325@monk.mps.ohio-state.edu>
7286      Branch: cfgperl
7287            ! lib/ExtUtils/MM_Unix.pm
7288 ____________________________________________________________________________
7289 [  4517] By: jhi                                   on 1999/11/04  23:05:59
7290         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7291              To: perl5-porters@perl.org (Mailing list Perl5)
7292              Subject: [PATCH 5.005_62] regexp.h
7293              Date: Wed, 3 Nov 1999 02:55:21 -0500 (EST)
7294              Message-Id: <199911030755.CAA06311@monk.mps.ohio-state.edu>
7295      Branch: cfgperl
7296            ! regexp.h
7297 ____________________________________________________________________________
7298 [  4516] By: gsar                                  on 1999/11/04  18:25:45
7299         Log: change#4485 didn't do the right thing for B::Bytecode
7300      Branch: perl
7301            ! ext/B/B/Bytecode.pm
7302 ____________________________________________________________________________
7303 [  4515] By: gsar                                  on 1999/11/04  17:28:29
7304         Log: implement STOP blocks and fix compiler to use them (minimally
7305              tested)
7306      Branch: perl
7307            ! embedvar.h ext/B/B/Lint.pm ext/B/B/Stash.pm ext/B/NOTES
7308            ! ext/B/O.pm intrpvar.h keywords.h keywords.pl objXSUB.h op.c
7309            ! perl.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
7310            ! pod/perlmod.pod pod/perlrun.pod pod/perlsub.pod
7311            ! pod/perltodo.pod toke.c
7312 ____________________________________________________________________________
7313 [  4514] By: gsar                                  on 1999/11/04  15:59:46
7314         Log: display BSD license in Glob.pm (for clause #2 conformity)
7315      Branch: perl
7316            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
7317            ! ext/File/Glob/bsd_glob.h
7318 ____________________________________________________________________________
7319 [  4513] By: jhi                                   on 1999/11/04  08:26:19
7320         Log: Integrate with Sarathy.
7321      Branch: cfgperl
7322           +> t/io/nargv.t
7323           !> (integrate 34 files)
7324 ____________________________________________________________________________
7325 [  4512] By: jhi                                   on 1999/11/04  08:01:25
7326         Log: Incremental Mac integration from Matthias.
7327      Branch: cfgperl
7328            ! perl.c perl.h pp_ctl.c pp_hot.c run.c sv.c t/pod/testpchk.pl
7329            ! toke.c util.c
7330 ____________________________________________________________________________
7331 [  4511] By: gsar                                  on 1999/11/04  02:53:37
7332         Log: remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
7333      Branch: perl
7334            ! dosish.h embed.pl mg.c os2/os2ish.h perl.c perl.h perly.c
7335            ! perly_c.diff pp_ctl.c proto.h regcomp.c regexec.c sv.c toke.c
7336            ! universal.c vms/perly_c.vms vms/vmsish.h win32/win32.h
7337            ! xsutils.c
7338 ____________________________________________________________________________
7339 [  4510] By: jhi                                   on 1999/11/02  22:12:29
7340         Log: S_init_interp is a better place to diddle with PL_opargs
7341              than perl_construct.
7342      Branch: cfgperl
7343            ! perl.c
7344 ____________________________________________________________________________
7345 [  4509] By: jhi                                   on 1999/11/02  21:30:02
7346         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7347              To: ben@mucus.advanced.org, perl5-porters@perl.org
7348              Subject: Re: [ID 19991102.002] unpack('N', pack('N', -1)) not idempotent
7349              Date: Tue, 02 Nov 1999 21:36:00 +0000
7350              Message-Id: <E11ilay-00020o-00@taurus.cus.cam.ac.uk>
7351      Branch: cfgperl
7352            ! pod/perlfunc.pod
7353 ____________________________________________________________________________
7354 [  4508] By: jhi                                   on 1999/11/02  20:46:27
7355         Log: Initial integration of the MacPerl changes form Matthias.
7356      Branch: cfgperl
7357            ! doio.c ext/DynaLoader/DynaLoader_pm.PL ext/Fcntl/Fcntl.pm
7358            ! ext/Fcntl/Fcntl.xs gv.c mg.c opcode.pl perl.c perl.h pp_ctl.c
7359            ! pp_hot.c pp_sys.c run.c sv.c toke.c util.c
7360 ____________________________________________________________________________
7361 [  4507] By: jhi                                   on 1999/11/01  23:05:07
7362         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7363              To: lvirden@cas.org (Larry W. Virden)
7364              Cc: perl5-porters@perl.org, lvirden@cas.org
7365              Subject: Re: [ID 19991026.001] perl segmentation fault report
7366              Date: Mon, 1 Nov 1999 18:14:16 -0500 (EST)
7367              Message-Id: <199911012314.SAA22664@monk.mps.ohio-state.edu>
7368      Branch: cfgperl
7369            ! regexec.c t/op/pat.t
7370 ____________________________________________________________________________
7371 [  4506] By: jhi                                   on 1999/11/01  19:56:28
7372         Log: From: Olaf Flebbe <olaf@science-computing.de>
7373              To: perl5-porters@perl.org
7374              Subject: [PATCH: 5.005_62] Patch for EPOC Support
7375              Date: Mon, 1 Nov 1999 20:46:54 +0100 (MET)
7376              Message-ID: <Pine.LNX.4.10.9911012045190.411-100000@dragon.science-computing.de>
7377      Branch: cfgperl
7378            + epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
7379            + epoc/epoc_stubs.c
7380            ! MANIFEST README.epoc epoc/epocish.h epoc/perl.mmp
7381            ! epoc/perl.pkg
7382 ____________________________________________________________________________
7383 [  4505] By: gsar                                  on 1999/11/01  17:09:44
7384         Log: macros for COP.cop_filegv access
7385      Branch: perl
7386            ! cop.h deb.c gv.c op.c perl.c pp_ctl.c pp_sys.c scope.c toke.c
7387            ! util.c
7388 ____________________________________________________________________________
7389 [  4504] By: gsar                                  on 1999/11/01  17:08:28
7390         Log: enable better Win32::DomainName() by demand loading netapi32.dll
7391              (from Jan Dubois)
7392      Branch: perl
7393            ! pod/Win32.pod win32/win32.c
7394 ____________________________________________________________________________
7395 [  4503] By: gsar                                  on 1999/10/31  20:56:06
7396         Log: change#4502 was missing a file
7397      Branch: perl
7398            + t/io/nargv.t
7399 ____________________________________________________________________________
7400 [  4502] By: gsar                                  on 1999/10/31  20:46:02
7401         Log: make nested ARGV/$^I loops work correctly; fixes several bugs
7402              in the way ARGV state was handled in readline(); writing a
7403              subroutine to do inplace edits is now possible, provided *ARGV,
7404              *ARGVOUT, $^I and $_ are localized where needed
7405      Branch: perl
7406            ! MANIFEST doio.c embedvar.h intrpvar.h objXSUB.h perl.c
7407            ! pp_hot.c scope.c
7408 ____________________________________________________________________________
7409 [  4501] By: jhi                                   on 1999/10/31  12:43:54
7410         Log: Integrate with Sarathy.
7411      Branch: cfgperl
7412           !> perl.h win32/config.bc win32/config.gc win32/config.vc
7413           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
7414 ____________________________________________________________________________
7415 [  4500] By: gsar                                  on 1999/10/31  10:01:17
7416         Log: updated windows config* files
7417      Branch: perl
7418            ! win32/config.bc win32/config.gc win32/config.vc
7419            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7420 ____________________________________________________________________________
7421 [  4499] By: gsar                                  on 1999/10/31  09:15:17
7422         Log: integrate cfgperl contents into mainline
7423      Branch: perl
7424           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
7425           !> config_h.SH perl.h
7426 ____________________________________________________________________________
7427 [  4498] By: gsar                                  on 1999/10/31  09:13:41
7428         Log: remove unused struct Outrec
7429      Branch: perl
7430            ! perl.h
7431 ____________________________________________________________________________
7432 [  4497] By: jhi                                   on 1999/10/30  12:41:50
7433         Log: Add HAS_QUAD ($Config{d_quad}); use it.
7434      Branch: cfgperl
7435            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7436            ! config_h.SH perl.h
7437      Branch: metaconfig
7438            ! U/a_dvisory/quadtype.U U/compline/charsize.U U/typedefs/gidf.U
7439            ! U/typedefs/uidf.U
7440      Branch: metaconfig/U/perl
7441            ! perlxv.U
7442 ____________________________________________________________________________
7443 [  4496] By: gsar                                  on 1999/10/30  00:28:32
7444         Log: integrate cfgperl contents into mainline
7445      Branch: perl
7446           !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
7447           !> Porting/config_H README.hurd config_h.SH doop.c handy.h
7448           !> hints/aix.sh hints/irix_6.sh hints/solaris_2.sh mg.c perl.c
7449           !> perl.h pp.c pp.h regexec.c sv.c taint.c
7450 ____________________________________________________________________________
7451 [  4495] By: jhi                                   on 1999/10/29  23:36:19
7452         Log: Continue what #4494 started; introduce uid and gid formats.
7453      Branch: cfgperl
7454            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7455            ! config_h.SH handy.h perl.h
7456      Branch: metaconfig
7457            + U/a_dvisory/quadtype.U U/typedefs/gidf.U U/typedefs/uidf.U
7458            - U/typedefs/quadtype.U
7459      Branch: metaconfig/U/perl
7460            ! perlxv.U
7461 ____________________________________________________________________________
7462 [  4494] By: jhi                                   on 1999/10/29  22:09:01
7463         Log: Move the IV, UV, I8, U8, ..., and NV to metaconfig
7464              from perl.h and handy.h.
7465      Branch: cfgperl
7466            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7467            ! config_h.SH handy.h perl.h
7468      Branch: metaconfig/U/perl
7469            + perlxv.U perlxvf.U
7470 ____________________________________________________________________________
7471 [  4493] By: jhi                                   on 1999/10/29  22:08:06
7472         Log: Finetuning the output continues along the lines of #4490 and #4491.
7473      Branch: metaconfig
7474            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
7475            ! U/typedefs/fpostype.U
7476      Branch: metaconfig/U/perl
7477            + fpossize.U
7478            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
7479            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
7480 ____________________________________________________________________________
7481 [  4492] By: jhi                                   on 1999/10/29  21:14:53
7482         Log: Hurd update from Mark Kettenis.
7483      Branch: cfgperl
7484            ! README.hurd
7485 ____________________________________________________________________________
7486 [  4491] By: jhi                                   on 1999/10/29  20:37:02
7487         Log: A new try at what #4490 tried to accomplish.
7488      Branch: metaconfig
7489            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
7490      Branch: metaconfig/U/perl
7491            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
7492            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
7493 ____________________________________________________________________________
7494 [  4490] By: jhi                                   on 1999/10/29  20:19:41
7495         Log: metaconfig nits.
7496      Branch: metaconfig
7497            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
7498      Branch: metaconfig/U/perl
7499            + d_iovec_s.U
7500            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
7501            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
7502 ____________________________________________________________________________
7503 [  4489] By: jhi                                   on 1999/10/29  16:08:43
7504         Log: Integrate with Sarathy.
7505      Branch: cfgperl
7506           !> (integrate 31 files)
7507 ____________________________________________________________________________
7508 [  4488] By: jhi                                   on 1999/10/29  15:30:30
7509         Log: Regen Configure and Glossary.
7510      Branch: cfgperl
7511            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7512            ! config_h.SH
7513 ____________________________________________________________________________
7514 [  4487] By: jhi                                   on 1999/10/29  15:24:13
7515         Log: Remove quad logic from perl.h; regen Configure;
7516              add -DUSE_LONG_LONG to ccflags if not already there.
7517      Branch: cfgperl
7518            ! Configure config_h.SH doop.c hints/aix.sh hints/irix_6.sh
7519            ! hints/solaris_2.sh perl.h pp.c pp.h regexec.c sv.c
7520 ____________________________________________________________________________
7521 [  4486] By: jhi                                   on 1999/10/29  15:22:38
7522         Log: metaconfig: moved quad logic from perl.h to Configure (quadtype.U);
7523              fixed the use*.U to define their stuff only iff not already defined
7524              (so that ccflags can have any -DUSE_* it wants);
7525              uselonglong.U added; various small nits fixed.
7526      Branch: metaconfig
7527            + U/typedefs/quadtype.U
7528            ! U/modified/d_longdbl.U U/modified/d_longlong.U
7529            ! U/modified/d_statblks.U U/modified/usenm.U
7530            ! U/threads/usethreads.U
7531      Branch: metaconfig/U/perl
7532            + uselonglong.U
7533            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
7534            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U i_inttypes.U
7535            ! quadfio.U use64bits.U uselfs.U uselongdbl.U usemorebits.U
7536            ! usemultiplicity.U useperlio.U usesocks.U
7537 ____________________________________________________________________________
7538 [  4485] By: gsar                                  on 1999/10/29  06:08:50
7539         Log: more cleanup: avoid unused knowledge of "file GV" notion in CV and GV
7540      Branch: perl
7541            ! bytecode.pl cv.h dump.c ext/B/B.pm ext/B/B.xs
7542            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
7543            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/ByteLoader/byterun.c
7544            ! ext/ByteLoader/byterun.h ext/Devel/Peek/Peek.pm gv.c gv.h op.c
7545            ! sv.h
7546 ____________________________________________________________________________
7547 [  4484] By: gsar                                  on 1999/10/29  03:00:21
7548         Log: usurp GVOP slot for new PADOP (one small step to making optree
7549              shareable across interpreters)
7550      Branch: perl
7551            ! bytecode.pl doio.c dump.c ext/B/B.pm ext/B/B.xs
7552            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
7553            ! ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
7554            ! ext/B/B/Terse.pm ext/B/typemap ext/ByteLoader/byterun.c
7555            ! ext/ByteLoader/byterun.h op.c op.h opcode.h opcode.pl perl.h
7556            ! pp_hot.c pp_sys.c regexec.c run.c
7557 ____________________________________________________________________________
7558 [  4483] By: jhi                                   on 1999/10/28  22:01:12
7559         Log: Regen Configure.
7560      Branch: cfgperl
7561            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7562            ! config_h.SH
7563 ____________________________________________________________________________
7564 [  4482] By: jhi                                   on 1999/10/28  21:45:26
7565         Log: Installdirs patches from Andy.
7566      Branch: metaconfig
7567            ! U/installdirs/sitearch.U U/installdirs/sitebin.U
7568            ! U/installdirs/sitehtml1dir.U U/installdirs/sitehtml3dir.U
7569            ! U/installdirs/sitelib.U U/installdirs/siteman1dir.U
7570            ! U/installdirs/siteman3dir.U U/installdirs/siteprefix.U
7571            ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
7572            ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
7573            ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
7574            ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
7575            ! U/installdirs/vendorprefix.U U/installdirs/vendorscriptdir.U
7576 ____________________________________________________________________________
7577 [  4481] By: gsar                                  on 1999/10/28  17:33:49
7578         Log: remove C<use Time::Local 'no_range_check'> misfeature (global
7579              can still be directly set)
7580      Branch: perl
7581            ! lib/Time/Local.pm
7582 ____________________________________________________________________________
7583 [  4480] By: jhi                                   on 1999/10/28  13:49:26
7584         Log: Fix printing of uids and gids; regen Configure.
7585      Branch: cfgperl
7586            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7587            ! config_h.SH mg.c perl.c perl.h taint.c
7588 ____________________________________________________________________________
7589 [  4479] By: jhi                                   on 1999/10/28  11:53:57
7590         Log: Fix typo.
7591      Branch: metaconfig
7592            ! U/typedefs/gidsize.U
7593 ____________________________________________________________________________
7594 [  4478] By: jhi                                   on 1999/10/28  06:50:02
7595         Log: Integrate with Sarathy.
7596      Branch: cfgperl
7597           !> Changes iperlsys.h makedef.pl patchlevel.h perl.h
7598           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
7599           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
7600           !> win32/config_sh.PL win32/makefile.mk win32/win32.h
7601 ____________________________________________________________________________
7602 [  4477] By: jhi                                   on 1999/10/28  06:40:54
7603         Log: (Slightly) better comments for Policy_sh.SH from Andy.
7604      Branch: cfgperl
7605            ! Policy_sh.SH
7606 ____________________________________________________________________________
7607 [  4476] By: gsar                                  on 1999/10/27  23:54:36
7608         Log: regen config* stuff for windows
7609      Branch: perl
7610            ! Changes patchlevel.h win32/Makefile win32/config.bc
7611            ! win32/config.gc win32/config.vc win32/config_H.bc
7612            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
7613            ! win32/makefile.mk
7614 ____________________________________________________________________________
7615 [  4475] By: gsar                                  on 1999/10/27  21:32:30
7616         Log: integrate cfgperl contents into mainline; merge conflicts
7617      Branch: perl
7618           !> (integrate 46 files)
7619 ____________________________________________________________________________
7620 [  4474] By: gsar                                  on 1999/10/27  21:15:07
7621         Log: patch up egcs-1.1.2-mingw32 build (builds a working miniperl, but not
7622              perl; stdout/stderr redirects seem broken as well)
7623      Branch: perl
7624            ! iperlsys.h makedef.pl perl.h win32/makefile.mk win32/win32.h
7625 ____________________________________________________________________________
7626 [  4473] By: jhi                                   on 1999/10/27  21:11:11
7627         Log: Do not block if no message queues available.
7628      Branch: cfgperl
7629            ! t/lib/ipc_sysv.t
7630 ____________________________________________________________________________
7631 [  4472] By: jhi                                   on 1999/10/27  18:27:40
7632         Log: Remove unused "squatter" symbols; regen Configure.
7633      Branch: cfgperl
7634            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
7635            ! Porting/config_H config_h.SH epoc/config.h iperlsys.h perl.h
7636            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7637 ____________________________________________________________________________
7638 [  4471] By: jhi                                   on 1999/10/27  18:26:55
7639         Log: metaconfig; split socket; fix output.
7640      Branch: metaconfig
7641            ! U/modified/d_socket.U U/modified/d_statblks.U
7642      Branch: metaconfig/U/perl
7643            + d_cmsghdr_s.U d_msghdr_s.U d_recvmsg.U d_sendmsg.U
7644            ! i_sysstatfs.U i_sysvfs.U
7645 ____________________________________________________________________________
7646 [  4470] By: jhi                                   on 1999/10/27  17:19:06
7647         Log: Regen Configure.
7648      Branch: cfgperl
7649            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7650            ! config_h.SH perl.c perl.h
7651 ____________________________________________________________________________
7652 [  4469] By: jhi                                   on 1999/10/27  17:18:41
7653         Log: metaconfig; split statfs.
7654      Branch: metaconfig/U/perl
7655            + d_fs_data_s.U d_statfs_f_flags.U d_statfs_s.U
7656            ! d_statfs.U
7657 ____________________________________________________________________________
7658 [  4468] By: jhi                                   on 1999/10/27  14:06:44
7659         Log: Integrate with Sarathy; manual resolve on regcomp.c conflicts
7660              (Ilya's changes won).
7661      Branch: cfgperl
7662           +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
7663           +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
7664           +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
7665           !> (integrate 65 files)
7666 ____________________________________________________________________________
7667 [  4467] By: jhi                                   on 1999/10/27  13:38:41
7668         Log: Regen Configure.
7669      Branch: cfgperl
7670            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7671            ! config_h.SH
7672 ____________________________________________________________________________
7673 [  4466] By: jhi                                   on 1999/10/27  13:18:06
7674         Log: metaconfig fixes from Andy.
7675      Branch: metaconfig
7676            + U/modified/libnlist.U U/modified/usrinc.U
7677            ! U/Glossary.patch U/mkglossary U/modified/libpth.U
7678 ____________________________________________________________________________
7679 [  4465] By: jhi                                   on 1999/10/27  13:06:27
7680         Log: Nosuid checking for statfs() people.
7681      Branch: cfgperl
7682            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7683            ! config_h.SH perl.c perl.h pod/perldiag.pod
7684 ____________________________________________________________________________
7685 [  4464] By: jhi                                   on 1999/10/27  13:04:20
7686         Log: metaconfig maintenance; fix Hasfield, statfs;
7687              add Hasstruct, statfs3, statfs4, ustat, sysvfs;
7688              split fstatfs away from statfs.
7689      Branch: metaconfig
7690            + U/protos/Hasstruct.U
7691            ! U/protos/Hasfield.U
7692      Branch: metaconfig/U/perl
7693            + d_fstatfs.U d_statfs3.U d_statfs4.U d_ustat.U i_sysvfs.U
7694            + i_ustat.U
7695            ! d_statfs.U
7696 ____________________________________________________________________________
7697 [  4463] By: jhi                                   on 1999/10/27  07:55:53
7698         Log: We need cc to be able to test for cc -v.
7699      Branch: cfgperl
7700            ! hints/dec_osf.sh
7701 ____________________________________________________________________________
7702 [  4462] By: gsar                                  on 1999/10/27  01:31:41
7703         Log: more GCC v2.95 induced adjustments
7704      Branch: perl
7705            ! globals.c mg.c opcode.h opcode.pl perl.h sv.c
7706            ! win32/makefile.mk win32/win32.c x2p/walk.c
7707 ____________________________________________________________________________
7708 [  4461] By: gsar                                  on 1999/10/26  21:42:59
7709         Log: warnings and const violations identified by compiling in C++ mode
7710              with GCC v2.95
7711      Branch: perl
7712            ! doio.c embed.pl mg.c op.c perl.c perlapi.c proto.h regcomp.c
7713            ! sv.c taint.c toke.c win32/win32.c
7714 ____________________________________________________________________________
7715 [  4459] By: jhi                                   on 1999/10/26  10:15:58
7716         Log: Regen Configure.
7717      Branch: cfgperl
7718            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7719            ! config_h.SH
7720 ____________________________________________________________________________
7721 [  4458] By: jhi                                   on 1999/10/26  09:48:37
7722         Log: Minor rewordings.
7723      Branch: metaconfig/U/perl
7724            ! d_getmnt.U d_getmntent.U d_statfs.U d_statvfs.U
7725 ____________________________________________________________________________
7726 [  4456] By: jhi                                   on 1999/10/26  09:11:49
7727         Log: Fix d_statfsflags; add d_getmnt.
7728      Branch: metaconfig/U/perl
7729            + d_getmnt.U
7730            ! d_statfs.U
7731 ____________________________________________________________________________
7732 [  4455] By: jhi                                   on 1999/10/26  08:12:27
7733         Log: Massive multitypo in #4446.
7734      Branch: cfgperl
7735            ! hints/dec_osf.sh
7736 ____________________________________________________________________________
7737 [  4454] By: jhi                                   on 1999/10/25  08:28:45
7738         Log: From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
7739              To: Perl 5 Porters <perl5-porters@perl.org>
7740              Subject: [PATCH 5.005_62] dos-djgpp update
7741              Date: Mon, 25 Oct 1999 10:11:30 +0200
7742              Message-ID: <19991025101130.K459@crater.eth.ericsson.se>
7743      Branch: cfgperl
7744            ! djgpp/config.over djgpp/configure.bat djgpp/djgppsed.sh
7745            ! pod/perldelta.pod t/lib/io_unix.t
7746 ____________________________________________________________________________
7747 [  4453] By: jhi                                   on 1999/10/25  08:25:50
7748         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7749              To: perl5-porters@perl.org (Mailing list Perl5)
7750              Subject: [PATCH 5.005_62] Remove the last regnode<==>char*
7751              Date: Mon, 25 Oct 1999 03:06:21 -0400 (EDT)
7752              Message-Id: <199910250706.DAA16825@monk.mps.ohio-state.edu>
7753      Branch: cfgperl
7754            ! embed.h embed.pl proto.h regcomp.c regcomp.h regexec.c
7755 ____________________________________________________________________________
7756 [  4452] By: jhi                                   on 1999/10/25  08:16:55
7757         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7758              To: perl5-porters@perl.org (Mailing list Perl5)
7759              Subject: [PATCH 5.005_62] Missing REx engine patch
7760              Date: Sun, 24 Oct 1999 23:47:45 -0400 (EDT)
7761              Message-Id: <199910250347.XAA16094@monk.mps.ohio-state.edu>
7762      Branch: cfgperl
7763            ! pod/perldiag.pod regcomp.c regexec.c
7764 ____________________________________________________________________________
7765 [  4451] By: jhi                                   on 1999/10/25  08:13:06
7766         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7767              To: perl5-porters@perl.org (Mailing list Perl5)
7768              Subject: [PATCH 5.005_62] charnames and UTEST
7769              Date: Sun, 24 Oct 1999 23:39:49 -0400 (EDT)
7770              Message-Id: <199910250339.XAA16058@monk.mps.ohio-state.edu>
7771      Branch: cfgperl
7772            ! t/lib/charnames.t
7773 ____________________________________________________________________________
7774 [  4450] By: gsar                                  on 1999/10/25  07:38:15
7775         Log: win32 tweak
7776      Branch: perl
7777            ! win32/perllib.c
7778 ____________________________________________________________________________
7779 [  4449] By: gsar                                  on 1999/10/24  23:20:10
7780         Log: remove inconsistent tainting behavior of sprintf("%e",...)
7781              (all bets are off is "C" locale is compromised)
7782      Branch: perl
7783            ! pod/perlfunc.pod pod/perllocale.pod sv.c
7784 ____________________________________________________________________________
7785 [  4448] By: gsar                                  on 1999/10/24  22:20:42
7786         Log: remove unused interpreter globals
7787      Branch: perl
7788            ! deb.c dump.c embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs
7789            ! global.sym gv.c gv.h intrpvar.h objXSUB.h perl.c perlapi.c
7790            ! proto.h toke.c
7791 ____________________________________________________________________________
7792 [  4447] By: jhi                                   on 1999/10/24  21:49:52
7793         Log: Another hints tweak.
7794      Branch: cfgperl
7795            ! hints/aix.sh
7796 ____________________________________________________________________________
7797 [  4446] By: jhi                                   on 1999/10/24  21:48:02
7798         Log: Hints tweak.
7799      Branch: cfgperl
7800            ! hints/dec_osf.sh
7801 ____________________________________________________________________________
7802 [  4445] By: nick                                  on 1999/10/24  21:03:28
7803         Log: Integrate own changes to mainline.
7804      Branch: utfperl
7805           !> installperl pp.c
7806 ____________________________________________________________________________
7807 [  4444] By: nick                                  on 1999/10/24  20:54:06
7808         Log: Avoid creating GV with NULL name when vivifying nameless scalars.
7809              (Fix/workround for [ID19991024.001])
7810      Branch: perl
7811            ! pp.c
7812 ____________________________________________________________________________
7813 [  4443] By: nick                                  on 1999/10/24  15:09:51
7814         Log: Follow that camel ... another sync.
7815      Branch: utfperl
7816           +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
7817           +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
7818           +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
7819           !> (integrate 36 files)
7820 ____________________________________________________________________________
7821 [  4442] By: gsar                                  on 1999/10/24  14:40:01
7822         Log: typo in installperl (from Paul Moore <gustav@morpheus.demon.co.uk>)
7823      Branch: perl
7824            ! installperl
7825 ____________________________________________________________________________
7826 [  4441] By: gsar                                  on 1999/10/24  14:33:11
7827         Log: test in change#4428 needs strict interpretation of C modulus
7828      Branch: perl
7829            ! t/op/int.t
7830 ____________________________________________________________________________
7831 [  4440] By: gsar                                  on 1999/10/24  13:47:17
7832         Log: don't allow SIGCHLD to be ignored at startup, or wait*() and
7833              $? break
7834      Branch: perl
7835            ! perl.c pod/perldelta.pod pod/perldiag.pod
7836 ____________________________________________________________________________
7837 [  4439] By: jhi                                   on 1999/10/24  13:19:17
7838         Log: test for #2835 (yeah, better later than never)
7839      Branch: cfgperl
7840            ! t/op/array.t
7841 ____________________________________________________________________________
7842 [  4438] By: gsar                                  on 1999/10/24  12:59:12
7843         Log: typo, doc tweak
7844      Branch: perl
7845            ! lib/attributes.pm pod/perlop.pod
7846 ____________________________________________________________________________
7847 [  4437] By: gsar                                  on 1999/10/24  11:59:55
7848         Log: allow get() and reftype() functions to be imported (from
7849              Spider Boardman)
7850      Branch: perl
7851            ! lib/attributes.pm
7852 ____________________________________________________________________________
7853 [  4436] By: gsar                                  on 1999/10/24  11:52:53
7854         Log: suppress scalar leak messages for known leaks (from
7855              Robin Barker <rmb1@cise.npl.co.uk>)
7856      Branch: perl
7857            ! Changes t/op/lex_assign.t t/pragma/warn/op
7858 ____________________________________________________________________________
7859 [  4435] By: gsar                                  on 1999/10/24  11:39:42
7860         Log: VMS tweak (suggested by Craig A. Berry <craig.berry@metamor.com>)
7861      Branch: perl
7862            ! ext/B/defsubs_h.PL
7863 ____________________________________________________________________________
7864 [  4434] By: gsar                                  on 1999/10/24  11:36:08
7865         Log: relax range checking if they ask for it (from John L. Allen
7866              <allen@grumman.com>)
7867      Branch: perl
7868            ! lib/Time/Local.pm
7869 ____________________________________________________________________________
7870 [  4433] By: gsar                                  on 1999/10/24  11:25:51
7871         Log: README nits pointed out by Chris Nandor <pudge@pobox.com>
7872      Branch: perl
7873            ! README lib/File/Path.pm
7874 ____________________________________________________________________________
7875 [  4432] By: gsar                                  on 1999/10/24  11:11:02
7876         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7877              Date: Sun, 24 Oct 1999 03:24:28 -0400 (EDT)
7878              Message-Id: <199910240724.DAA12230@monk.mps.ohio-state.edu>
7879              Subject: Re: [PATCH 5.005_62] OS/2 improvements
7880      Branch: perl
7881            + os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
7882            + os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
7883            + os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
7884            ! MANIFEST hints/os2.sh mg.c miniperlmain.c os2/Changes
7885            ! os2/OS2/REXX/Changes os2/OS2/REXX/Makefile.PL
7886            ! os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
7887            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
7888            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
7889            ! os2/OS2/REXX/t/rx_vrexx.t os2/dl_os2.c os2/os2.c os2/os2ish.h
7890            ! perl.c perl.h t/io/fs.t t/op/magic.t
7891 ____________________________________________________________________________
7892 [  4431] By: gsar                                  on 1999/10/24  10:50:14
7893         Log: install all README.foo with pod content as podfoo.pod
7894      Branch: perl
7895            ! Makefile.SH installman
7896 ____________________________________________________________________________
7897 [  4430] By: gsar                                  on 1999/10/24  09:28:24
7898         Log: @INC needs ../lib
7899      Branch: perl
7900            ! t/op/int.t
7901 ____________________________________________________________________________
7902 [  4429] By: jhi                                   on 1999/10/23  21:47:49
7903         Log: More printf-fixes (see also #4426).
7904      Branch: cfgperl
7905            ! deb.c dump.c ext/Data/Dumper/Dumper.xs
7906            ! ext/Devel/DProf/DProf.xs malloc.c mg.c op.c perl.c pp.c
7907            ! pp_ctl.c regcomp.c regexec.c run.c scope.c sv.c util.c
7908 ____________________________________________________________________________
7909 [  4428] By: gsar                                  on 1999/10/23  20:28:56
7910         Log: fix accidental C modulo semantics on integer-valued operations
7911              (e.g. caused C<length("abc") % -10> to return 3 rather than -7)
7912      Branch: perl
7913            ! op.c t/op/int.t
7914 ____________________________________________________________________________
7915 [  4427] By: jhi                                   on 1999/10/23  16:10:10
7916         Log: Integrate with Sarathy.
7917      Branch: cfgperl
7918           !> sv.c win32/win32.c
7919 ____________________________________________________________________________
7920 [  4426] By: jhi                                   on 1999/10/23  16:04:02
7921         Log: Fix the printfing nits pointed out by using gcc -Wall and
7922              Configure -Duse64bits -Dccflags=-DDEBUGGING in Solaris,
7923              plus few other warnings in Dumper.xs.
7924      Branch: cfgperl
7925            ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
7926            ! ext/Devel/Peek/Peek.xs regcomp.c regexec.c sv.c util.c
7927 ____________________________________________________________________________
7928 [  4425] By: jhi                                   on 1999/10/23  15:16:41
7929         Log: Configure regen to pick up the new installation directories
7930              from Policy_sh.SH.  The explanations of "public add-ons" and
7931              "vendor-supplied" could do with more work.
7932      Branch: cfgperl
7933            ! Configure config_h.SH
7934 ____________________________________________________________________________
7935 [  4424] By: nick                                  on 1999/10/23  00:46:22
7936         Log: Resolve mainline before possible hacking operertunity this weekend
7937      Branch: utfperl
7938           +> pod/perlfilter.pod
7939           !> (integrate 32 files)
7940 ____________________________________________________________________________
7941 [  4423] By: jhi                                   on 1999/10/22  22:53:17
7942         Log: Update Policy_sh.SH to handle the newer installation directives.
7943              From: Andy Dougherty <doughera@lafayette.edu>
7944              To: Perl Porters <perl5-porters@perl.org>
7945              Subject: [PATCH 5.005_62] Policy_sh.SH update
7946              Date: Fri, 22 Oct 1999 16:47:34 -0400 (EDT)
7947              Message-ID: <Pine.SOL.4.10.9910221645470.15232-100000@maxwell.phys.lafayette.edu>
7948      Branch: cfgperl
7949            ! Policy_sh.SH
7950 ____________________________________________________________________________
7951 [  4422] By: jhi                                   on 1999/10/22  22:44:44
7952         Log: so back to 'so', from Stephanie Beals <bealzy@us.ibm.com>
7953      Branch: cfgperl
7954            ! hints/aix.sh
7955 ____________________________________________________________________________
7956 [  4421] By: gsar                                  on 1999/10/22  21:16:44
7957         Log: sv_vcatpvfn() bug: fell through to assuming intsize of 'q' for
7958              C<"%ld", long_val>
7959      Branch: perl
7960            ! sv.c
7961 ____________________________________________________________________________
7962 [  4420] By: gsar                                  on 1999/10/22  16:36:46
7963         Log: win32_utime() on directories should use localtime() rather
7964              than gmtime() (from Jan Dubois)
7965      Branch: perl
7966            ! win32/win32.c
7967 ____________________________________________________________________________
7968 [  4419] By: jhi                                   on 1999/10/21  10:31:41
7969         Log: Integrate with Sarathy.
7970      Branch: cfgperl
7971           !> Makefile.SH lib/CPAN/FirstTime.pm op.c opcode.h opcode.pl
7972           !> t/lib/glob-basic.t t/op/sort.t
7973 ____________________________________________________________________________
7974 [  4418] By: gsar                                  on 1999/10/20  23:49:47
7975         Log: add test for change#4417
7976      Branch: perl
7977            ! t/op/sort.t
7978 ____________________________________________________________________________
7979 [  4417] By: gsar                                  on 1999/10/20  23:45:03
7980         Log: avoid coredump on C<sort { my $c; return $a cmp $b } ...>
7981      Branch: perl
7982            ! op.c
7983 ____________________________________________________________________________
7984 [  4416] By: gsar                                  on 1999/10/20  01:00:50
7985         Log: fix prototype mismatch (from Hans Mulder <hansm@xs4all.nl>)
7986      Branch: perl
7987            ! lib/CPAN/FirstTime.pm
7988 ____________________________________________________________________________
7989 [  4415] By: gsar                                  on 1999/10/20  00:52:34
7990         Log: disable optimizing troublesome ops in change#3612
7991              (from Ilya Zakharevich)
7992      Branch: perl
7993            ! Makefile.SH opcode.h opcode.pl
7994 ____________________________________________________________________________
7995 [  4414] By: gsar                                  on 1999/10/20  00:37:46
7996         Log: skip unreadable directory test when running as root
7997      Branch: perl
7998            ! t/lib/glob-basic.t
7999 ____________________________________________________________________________
8000 [  4413] By: jhi                                   on 1999/10/19  09:26:52
8001         Log: Avoid GNU ar if HP cc is being used.
8002      Branch: cfgperl
8003            ! hints/hpux.sh
8004 ____________________________________________________________________________
8005 [  4412] By: jhi                                   on 1999/10/19  07:24:29
8006         Log: Integrate with Sarathy.
8007      Branch: cfgperl
8008           !> perlvars.h
8009 ____________________________________________________________________________
8010 [  4411] By: jhi                                   on 1999/10/19  07:22:34
8011         Log: Long double support: sqrtl et al are not available everywhere,
8012              e.g. not in Solaris, even when long doubles are.
8013      Branch: cfgperl
8014            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8015            ! config_h.SH perl.h
8016 ____________________________________________________________________________
8017 [  4410] By: jhi                                   on 1999/10/19  07:21:42
8018         Log: Add sqrtl probe, add echo dependencies.
8019      Branch: metaconfig
8020            ! U/threads/d_pthreadj.U
8021      Branch: metaconfig/U/perl
8022            + d_sqrtl.U
8023            ! i_inttypes.U io64.U
8024 ____________________________________________________________________________
8025 [  4409] By: gsar                                  on 1999/10/19  02:18:54
8026         Log: perl_mutex n/a if !USE_THREADS
8027      Branch: perl
8028            ! perlvars.h
8029 ____________________________________________________________________________
8030 [  4408] By: jhi                                   on 1999/10/18  20:13:02
8031         Log: Forgotten s/warning/warnings/.
8032      Branch: cfgperl
8033            ! Makefile.SH
8034 ____________________________________________________________________________
8035 [  4407] By: jhi                                   on 1999/10/18  20:02:12
8036         Log: Integrate with Sarathy.
8037      Branch: cfgperl
8038           +> pod/perlfilter.pod
8039           !> (integrate 30 files)
8040 ____________________________________________________________________________
8041 [  4406] By: gsar                                  on 1999/10/18  16:32:10
8042         Log: added intro to source filters from Paul Marquess
8043      Branch: perl
8044            + pod/perlfilter.pod
8045            ! MANIFEST pod/perldelta.pod
8046 ____________________________________________________________________________
8047 [  4405] By: gsar                                  on 1999/10/18  05:53:06
8048         Log: missing manpages
8049      Branch: perl
8050            ! installman
8051 ____________________________________________________________________________
8052 [  4404] By: gsar                                  on 1999/10/18  05:09:22
8053         Log: pod updates from Tom Christiansen
8054      Branch: perl
8055            ! lib/Pod/Man.pm pod/perldelta.pod pod/perlmodlib.pod
8056 ____________________________________________________________________________
8057 [  4403] By: gsar                                  on 1999/10/17  23:43:59
8058         Log: PL_malloc_mutex needs to be global, not per-interpreter
8059              (malloc.c has static data)
8060      Branch: perl
8061            ! embedvar.h intrpvar.h objXSUB.h perl.c perlvars.h
8062 ____________________________________________________________________________
8063 [  4402] By: gsar                                  on 1999/10/17  22:30:30
8064         Log: support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on
8065              windows
8066      Branch: perl
8067            ! XSUB.h ext/POSIX/POSIX.xs intrpvar.h makedef.pl malloc.c
8068            ! perl.c perl.h perlio.c win32/perllib.c win32/win32.c
8069            ! win32/win32.h
8070 ____________________________________________________________________________
8071 [  4401] By: gsar                                  on 1999/10/17  20:33:42
8072         Log: serious bug introduced by G_VOID changes in 5.003_96: scalar
8073              eval"" did not pop stack correctly; C<$a = eval "(1,2)x1">
8074              is one symptom of the problem
8075      Branch: perl
8076            ! pp_ctl.c t/op/eval.t
8077 ____________________________________________________________________________
8078 [  4400] By: gsar                                  on 1999/10/17  18:36:46
8079         Log: remove FileHandle from list of PodParser dependencies (the
8080              difference is 20 files vs 6 files loaded!)
8081      Branch: perl
8082            ! lib/Pod/Parser.pm lib/Pod/Select.pm pod/perldelta.pod
8083            ! t/pod/testcmp.pl
8084 ____________________________________________________________________________
8085 [  4399] By: nick                                  on 1999/10/17  14:51:35
8086         Log: Pre-trip resolve
8087      Branch: utfperl
8088           !> installperl lib/Text/Tabs.pm perl.c pp_hot.c
8089 ____________________________________________________________________________
8090 [  4398] By: gsar                                  on 1999/10/17  09:19:24
8091         Log: make installperl ignore RCS files (from Michael G Schwern
8092              <schwern@pobox.com>)
8093      Branch: perl
8094            ! installperl lib/Text/Tabs.pm
8095 ____________________________________________________________________________
8096 [  4397] By: gsar                                  on 1999/10/16  18:30:14
8097         Log: another bug in change#3386 (CATCH_SET wasn't reverted correctly)
8098      Branch: perl
8099            ! perl.c
8100 ____________________________________________________________________________
8101 [  4396] By: jhi                                   on 1999/10/16  17:44:39
8102         Log: Missing comma.
8103      Branch: cfgperl
8104            ! lib/diagnostics.pm
8105 ____________________________________________________________________________
8106 [  4395] By: gsar                                  on 1999/10/16  17:18:36
8107         Log: assumption about @_ always being non-REAL doesn't hold when
8108              debugger is running; DB::sub() can call arbitrary stuff
8109              that modifies @_ at will
8110      Branch: perl
8111            ! pp_hot.c
8112 ____________________________________________________________________________
8113 [  4394] By: nick                                  on 1999/10/16  09:35:20
8114         Log: Resolve utfperl branch against mainline as of _62
8115      Branch: utfperl
8116           +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
8117           +> ext/DB_File/hints/sco.pl ext/DynaLoader/hints/aix.pl
8118           +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
8119           +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
8120           +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
8121           +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
8122           +> pod/perlhack.pod t/lib/glob-basic.t t/lib/glob-global.t
8123           +> t/lib/glob-taint.t win32/genmk95.pl
8124            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
8125           !> (integrate 144 files)
8126 ____________________________________________________________________________
8127 [  4393] By: gsar                                  on 1999/10/16  04:07:02
8128         Log: OS/2 support bits (from Ilya Zakharevich)
8129      Branch: perl
8130            ! hints/os2.sh makedef.pl os2/Makefile.SHs t/lib/glob-basic.t
8131 ____________________________________________________________________________
8132 [  4392] By: jhi                                   on 1999/10/15  10:28:09
8133         Log: Integrate with Sarathy.
8134      Branch: cfgperl
8135           !> Changes MANIFEST Makefile.SH Porting/makerel lib/Pod/Man.pm
8136           !> lib/Pod/Parser.pm op.c pod/perldelta.pod pod/perlopentut.pod
8137           !> win32/Makefile win32/makefile.mk
8138
8139 ----------------
8140 Version 5.005_62
8141 ----------------
8142
8143 ____________________________________________________________________________
8144 [  4391] By: gsar                                  on 1999/10/15  10:12:42
8145         Log: here be 5.005_62
8146      Branch: perl
8147            ! Changes MANIFEST Porting/makerel
8148 ____________________________________________________________________________
8149 [  4390] By: gsar                                  on 1999/10/15  09:45:51
8150         Log: lvalue subs patch (change#4081) breaks C<\(Foo->Bar())>;
8151              avoid tickling it in Pod::Man for now; other nits in
8152              Pod::*
8153      Branch: perl
8154            ! lib/Pod/Man.pm lib/Pod/Parser.pm pod/perldelta.pod
8155            ! pod/perlopentut.pod
8156 ____________________________________________________________________________
8157 [  4389] By: gsar                                  on 1999/10/15  08:55:01
8158         Log: disable internal globbing for miniperl (or build breaks out
8159              in a rash of failed dependencies)
8160      Branch: perl
8161            ! Makefile.SH op.c win32/Makefile win32/makefile.mk
8162 ____________________________________________________________________________
8163 [  4388] By: jhi                                   on 1999/10/15  08:07:49
8164         Log: Integrate with Sarathy.
8165      Branch: cfgperl
8166           !> Changes ext/POSIX/POSIX.xs lib/Benchmark.pm pod/perldelta.pod
8167           !> pod/perlfaq2.pod win32/include/dirent.h win32/win32.c
8168 ____________________________________________________________________________
8169 [  4387] By: gsar                                  on 1999/10/15  07:46:24
8170         Log: integrate cfgperl contents into mainline
8171      Branch: perl
8172            ! Changes
8173           !> pod/perldelta.pod pod/perldiag.pod regcomp.c
8174           !> t/pragma/warn/regcomp
8175 ____________________________________________________________________________
8176 [  4386] By: gsar                                  on 1999/10/15  05:45:36
8177         Log: various little goofs in change#4385
8178      Branch: perl
8179            ! win32/include/dirent.h win32/win32.c
8180 ____________________________________________________________________________
8181 [  4385] By: gsar                                  on 1999/10/15  04:49:09
8182         Log: win32_*dir() cleanup; win32_readdir() iterates as necessary
8183              rather than win32_opendir() reading all files up front (untested)
8184      Branch: perl
8185            ! win32/include/dirent.h win32/win32.c
8186 ____________________________________________________________________________
8187 [  4384] By: gsar                                  on 1999/10/15  01:34:09
8188         Log: Benchmark notes (from Barrie Slaymaker <barries@slaysys.com>)
8189      Branch: perl
8190            ! lib/Benchmark.pm pod/perldelta.pod
8191 ____________________________________________________________________________
8192 [  4383] By: gsar                                  on 1999/10/15  01:22:32
8193         Log: include info about Perl Mongers in perlfaq2 (from David H. Adler
8194              <dha@panix.com>)
8195      Branch: perl
8196            ! pod/perlfaq2.pod
8197 ____________________________________________________________________________
8198 [  4382] By: gsar                                  on 1999/10/15  01:14:22
8199         Log: From: jand@ActiveState.com (Jan Dubois)
8200              Date: Fri, 15 Oct 1999 01:14:23 +0200
8201              Message-ID: <380f61ae.18202914@smtprelay.t-online.de>
8202              Subject: [PATCH 5.005_61] Prevent "Out of memory" error in POSIX's strftime()
8203      Branch: perl
8204            ! ext/POSIX/POSIX.xs
8205 ____________________________________________________________________________
8206 [  4381] By: jhi                                   on 1999/10/14  22:11:36
8207         Log: Integrate with Sarathy.
8208      Branch: cfgperl
8209           !> XSUB.h cop.h embed.h embed.pl ext/File/Glob/bsd_glob.c
8210           !> lib/Time/Local.pm perl.c perlapi.c pod/perlop.pod pp_ctl.c
8211           !> proto.h scope.c scope.h t/op/runlevel.t util.c win32/Makefile
8212           !> win32/makefile.mk
8213 ____________________________________________________________________________
8214 [  4380] By: jhi                                   on 1999/10/14  22:08:22
8215         Log: Warn inside character classes about unknown backslash escapes
8216              (that are not caught earlier because of being completely unknown,
8217              such as \m), such as \z (because they make do sense inside regexen,
8218              but not inside character classes).
8219      Branch: cfgperl
8220            ! pod/perldelta.pod pod/perldiag.pod regcomp.c
8221            ! t/pragma/warn/regcomp
8222 ____________________________________________________________________________
8223 [  4379] By: gsar                                  on 1999/10/14  18:26:56
8224         Log: clarify significance of parens for "x" (from M.J.T. Guy
8225              <mjtg@cus.cam.ac.uk>)
8226      Branch: perl
8227            ! pod/perlop.pod
8228 ____________________________________________________________________________
8229 [  4378] By: gsar                                  on 1999/10/14  18:25:20
8230         Log: make timelocal work better when time is close to the epoch
8231              east of GMT (from Keiki SATOH <kki@wakusei.ne.jp>)
8232      Branch: perl
8233            ! lib/Time/Local.pm
8234 ____________________________________________________________________________
8235 [  4377] By: gsar                                  on 1999/10/14  18:15:11
8236         Log: integrate cfgperl contents into mainline
8237      Branch: perl
8238           +> ext/DB_File/hints/sco.pl
8239           !> MANIFEST hints/aix.sh hints/linux.sh hints/svr5.sh
8240           !> pod/perldelta.pod pod/perldiag.pod pod/perlop.pod
8241           !> pod/perlre.pod regcomp.c t/op/re_tests t/pragma/warn/regcomp
8242 ____________________________________________________________________________
8243 [  4376] By: gsar                                  on 1999/10/14  17:47:35
8244         Log: fix POPSTACK panics that ensued from bad interaction between
8245              runlevels and stack of stacks (change#3988 done right);
8246              basically, we pop the runlevel if the stacklevel is not the
8247              same one we started the runlevel with
8248      Branch: perl
8249            ! cop.h perl.c pp_ctl.c t/op/runlevel.t util.c
8250 ____________________________________________________________________________
8251 [  4375] By: gsar                                  on 1999/10/14  15:54:48
8252         Log: avoid warnings
8253      Branch: perl
8254            ! ext/File/Glob/bsd_glob.c
8255 ____________________________________________________________________________
8256 [  4374] By: jhi                                   on 1999/10/14  10:08:44
8257         Log: Warn about false ranges like \d-\w (see the change #4355).
8258              The invalid ranges (b-a) warning message also enhanced.
8259      Branch: cfgperl
8260            ! pod/perldelta.pod pod/perldiag.pod regcomp.c t/op/re_tests
8261            ! t/pragma/warn/regcomp
8262 ____________________________________________________________________________
8263 [  4373] By: gsar                                  on 1999/10/14  03:49:54
8264         Log: File::Glob fixes for Windows
8265      Branch: perl
8266            ! XSUB.h ext/File/Glob/bsd_glob.c win32/Makefile
8267            ! win32/makefile.mk
8268 ____________________________________________________________________________
8269 [  4372] By: gsar                                  on 1999/10/14  02:21:31
8270         Log: avoid inefficiency in change#3386 (every longjmp() was followed
8271              by an avoidable call to setjmp())
8272      Branch: perl
8273            ! embed.h embed.pl perl.c perlapi.c pod/perldelta.pod pp_ctl.c
8274            ! proto.h scope.c scope.h
8275 ____________________________________________________________________________
8276 [  4371] By: jhi                                   on 1999/10/13  21:17:17
8277         Log: Integrate with Sarathy.
8278      Branch: cfgperl
8279           !> op.c pod/perldelta.pod
8280 ____________________________________________________________________________
8281 [  4370] By: gsar                                  on 1999/10/13  18:08:45
8282         Log: misc tweaks
8283      Branch: perl
8284            ! op.c pod/perldelta.pod
8285 ____________________________________________________________________________
8286 [  4369] By: jhi                                   on 1999/10/13  16:18:58
8287         Log: Integrate with Sarathy.
8288      Branch: cfgperl
8289           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
8290 ____________________________________________________________________________
8291 [  4368] By: gsar                                  on 1999/10/13  16:14:16
8292         Log: pod nits from various perl porters
8293      Branch: perl
8294            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
8295 ____________________________________________________________________________
8296 [  4367] By: jhi                                   on 1999/10/13  12:10:30
8297         Log: From: Vlad Harchev <hvv@hippo.ru>
8298              To: perl5-porters@perl.org
8299              Subject: [ID 19991013.002] fix for 'perlop.pod' shipped with perl5.00503
8300              Date: Wed, 13 Oct 1999 15:48:59 +0500 (SAMST)
8301              Message-Id: <Pine.LNX.4.10.9910131546580.3542-100000@localhost.localdomain>
8302      Branch: cfgperl
8303            ! pod/perlop.pod
8304 ____________________________________________________________________________
8305 [  4366] By: gsar                                  on 1999/10/13  08:11:11
8306         Log: typos and language goofs pointed out by Hugo van der Sanden
8307              <hv@crypt.compulink.co.uk>
8308      Branch: perl
8309            ! pod/perldelta.pod pod/perldiag.pod
8310 ____________________________________________________________________________
8311 [  4365] By: jhi                                   on 1999/10/13  07:27:44
8312         Log: Integrate with Sarathy.
8313      Branch: cfgperl
8314           +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
8315           +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
8316           +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
8317           +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
8318           +> t/lib/glob-basic.t t/lib/glob-global.t t/lib/glob-taint.t
8319           !> Changes MANIFEST README.win32 ext/ODBM_File/hints/sco.pl
8320           !> lib/perl5db.pl op.c pod/perldelta.pod pod/perlfaq8.pod
8321           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod t/op/glob.t
8322           !> t/op/readdir.t t/op/taint.t t/pragma/overload.t util.c
8323 ____________________________________________________________________________
8324 [  4364] By: gsar                                  on 1999/10/13  07:06:04
8325         Log: debugger tweak (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
8326      Branch: perl
8327            ! lib/perl5db.pl
8328 ____________________________________________________________________________
8329 [  4363] By: jhi                                   on 1999/10/13  07:03:43
8330         Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
8331              To: perl5-porters@perl.org
8332              Subject: [ID 19991012.002] Latest UnixWare7 (svr5.sh) hints file
8333              Date: Tue, 12 Oct 1999 19:48:11 -0700 (PDT)
8334              Message-Id: <199910130248.TAA14636@scoot.pdev.sco.com>
8335      Branch: cfgperl
8336            ! hints/svr5.sh
8337 ____________________________________________________________________________
8338 [  4362] By: jhi                                   on 1999/10/13  06:57:16
8339         Log: Add DB_File hint for SCO ODT.
8340              From: hops@sco.com
8341              To: perl5-porters@perl.org
8342              Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
8343              Date: Tue, 12 Oct 1999 20:16:04 PDT
8344              Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
8345      Branch: cfgperl
8346            + ext/DB_File/hints/sco.pl
8347            ! MANIFEST
8348 ____________________________________________________________________________
8349 [  4361] By: gsar                                  on 1999/10/13  06:56:08
8350         Log: PL_numeric_radix used without being defined (from Ilya
8351              Zakharevich)
8352      Branch: perl
8353            ! util.c
8354 ____________________________________________________________________________
8355 [  4360] By: gsar                                  on 1999/10/13  06:43:03
8356         Log: use libdbm.nfs.a if available (libdbm.a is missing dbmclose())
8357              From: hops@sco.com
8358              Date: Tue, 12 Oct 1999 20:16:04 PDT
8359              Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
8360              Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
8361      Branch: perl
8362            + ext/NDBM_File/hints/sco.pl
8363            ! MANIFEST ext/ODBM_File/hints/sco.pl
8364 ____________________________________________________________________________
8365 [  4359] By: gsar                                  on 1999/10/13  06:34:53
8366         Log: various pod tweaks (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
8367      Branch: perl
8368            ! README.win32 pod/perlfaq8.pod pod/perlfunc.pod pod/perlop.pod
8369            ! pod/perlport.pod
8370 ____________________________________________________________________________
8371 [  4358] By: gsar                                  on 1999/10/12  19:10:27
8372         Log: perldelta updates
8373      Branch: perl
8374            ! pod/perldelta.pod
8375 ____________________________________________________________________________
8376 [  4357] By: gsar                                  on 1999/10/12  17:11:18
8377         Log: update perldelta for change#4356
8378      Branch: perl
8379            ! Changes pod/perldelta.pod
8380 ____________________________________________________________________________
8381 [  4356] By: gsar                                  on 1999/10/12  16:53:31
8382         Log: add File::BSDGlob as File::Glob and load it at compile-time
8383              if perl was built with -DPERL_INTERNAL_GLOB
8384              
8385              TODO: we currently get a compile-time failure if File/Glob.pm
8386              can't be found; such failure needs to be made to emit a warning
8387              and use the csh implementation instead
8388      Branch: perl
8389            + ext/File/Glob/Changes ext/File/Glob/Glob.pm
8390            + ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
8391            + ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
8392            + ext/File/Glob/bsd_glob.h t/lib/glob-basic.t
8393            + t/lib/glob-global.t t/lib/glob-taint.t
8394            ! MANIFEST op.c t/op/glob.t t/op/readdir.t t/op/taint.t
8395            ! t/pragma/overload.t
8396 ____________________________________________________________________________
8397 [  4355] By: jhi                                   on 1999/10/12  15:30:05
8398         Log: Revert the parts of #3926 that outlawed character ranges
8399              that have character classes such as \w as either endpoint.
8400              This change re-establishes the old behavior which meant that
8401              such ranges weren't really ranges, the "-" was literal.
8402              Moreover, this change also fixes the old behavior to be
8403              more consistent: [\w-.] and [\s-\w] worked, but [.-\w] didn't.
8404              Now they all do work as described above.  The #3926 outlawed
8405              all of those.
8406      Branch: cfgperl
8407            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
8408 ____________________________________________________________________________
8409 [  4354] By: jhi                                   on 1999/10/12  09:58:59
8410         Log: Integrate with Sarathy.
8411      Branch: cfgperl
8412           !> (integrate 33 files)
8413 ____________________________________________________________________________
8414 [  4353] By: gsar                                  on 1999/10/12  05:53:40
8415         Log: apply parts of LynxOS patches from Alan Johnson
8416              <johnson@alonn.gemse.fr>
8417      Branch: perl
8418            ! Changes hints/lynxos.sh pod/perldelta.pod t/lib/safe2.t
8419            ! t/op/groups.t
8420 ____________________________________________________________________________
8421 [  4352] By: gsar                                  on 1999/10/12  05:24:39
8422         Log: allow any unpack specifier to take a count via '/'
8423              (from Ilya Zakharevich)
8424      Branch: perl
8425            ! pp.c t/op/pack.t
8426 ____________________________________________________________________________
8427 [  4351] By: gsar                                  on 1999/10/12  05:02:35
8428         Log: avoid warnings
8429      Branch: perl
8430            ! malloc.c
8431 ____________________________________________________________________________
8432 [  4350] By: gsar                                  on 1999/10/12  04:50:52
8433         Log: various cleanups
8434      Branch: perl
8435            ! ext/Devel/DProf/DProf.xs op.c perl.c perly.c perly.y
8436            ! perly_c.diff pp_hot.c toke.c vms/perly_c.vms win32/config.bc
8437            ! win32/config.gc win32/config.vc win32/config_H.bc
8438            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
8439 ____________________________________________________________________________
8440 [  4349] By: gsar                                  on 1999/10/12  00:23:11
8441         Log: update Changes, patchlevel etc.
8442      Branch: perl
8443            ! Changes Porting/findvars patchlevel.h win32/Makefile
8444            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8445            ! win32/makefile.mk
8446 ____________________________________________________________________________
8447 [  4348] By: gsar                                  on 1999/10/11  23:11:57
8448         Log: add vec() example from Chaim Frenkel <chaimf@pobox.com>
8449      Branch: perl
8450            ! pod/perlfunc.pod
8451 ____________________________________________________________________________
8452 [  4347] By: jhi                                   on 1999/10/11  21:25:03
8453         Log: Sparc Linux -Duseshrplib fix.
8454              
8455              From: Brian Jepson <bjepson@home.com>
8456              To: Nick Ing-Simmons <nick@ing-simmons.net>
8457              cc: perl5-porters@perl.org
8458              Subject: Re: [ID 19990813.002] Can't build Perl 5.005_60 on SPARC/Linux with -Duseshrplib
8459              Date: Fri, 20 Aug 1999 11:25:17 -0500 (EST)
8460              Message-ID: <Pine.LNX.4.10.9908201123570.5116-100000@cx384756-a.sking1.ri.home.com>
8461      Branch: cfgperl
8462            ! hints/linux.sh
8463 ____________________________________________________________________________
8464 [  4346] By: gsar                                  on 1999/10/11  20:28:32
8465         Log: more pack/unpack documentation (from Ilya Zakharevich); changed
8466              the behavior of 'Z*' and 'Z3' to always pack a trailing
8467              null byte; changed documentation to suit; added test
8468      Branch: perl
8469            ! pod/perlfunc.pod pp.c t/op/pack.t
8470 ____________________________________________________________________________
8471 [  4345] By: gsar                                  on 1999/10/11  19:15:46
8472         Log: writing to perllocal.pod fails if it was never created;
8473              tweak pseudo-hash example (both suggested by Michael G Schwern
8474              <schwern@pobox.com>)
8475      Branch: perl
8476            ! lib/ExtUtils/MM_Unix.pm pod/perlref.pod
8477 ____________________________________________________________________________
8478 [  4344] By: gsar                                  on 1999/10/11  17:57:31
8479         Log: slightly edited variant of suggested patch
8480              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8481              Date: Thu, 9 Sep 1999 18:35:37 -0400
8482              Message-ID: <19990909183537.A28682@monk.mps.ohio-state.edu>
8483              Subject: [PATCH 5.005_58] How RExen match?
8484      Branch: perl
8485            ! pod/perlre.pod
8486 ____________________________________________________________________________
8487 [  4343] By: gsar                                  on 1999/10/11  16:55:48
8488         Log: change#4327 was inefficient
8489      Branch: perl
8490            ! lib/lib.pm
8491 ____________________________________________________________________________
8492 [  4342] By: jhi                                   on 1999/10/11  07:01:46
8493         Log: Integrate with Sarathy.
8494      Branch: cfgperl
8495           +> pod/perlhack.pod
8496           !> (integrate 28 files)
8497 ____________________________________________________________________________
8498 [  4341] By: jhi                                   on 1999/10/11  06:37:47
8499         Log: The 2.5th cut at the AIX C++ extension problems.
8500      Branch: cfgperl
8501            ! hints/aix.sh
8502 ____________________________________________________________________________
8503 [  4340] By: gsar                                  on 1999/10/10  23:48:07
8504         Log: add perlhack.pod from Nathan Torkington <gnat@frii.com>
8505      Branch: perl
8506            + pod/perlhack.pod
8507            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
8508 ____________________________________________________________________________
8509 [  4339] By: gsar                                  on 1999/10/10  20:42:40
8510         Log: revert SAVEDESTRUCTOR() to accepting void(*)(void*) for source
8511              compatibility; introduce SAVEDESTRUCTOR_X() that accepts
8512              void(*)(pTHX_ void*)
8513      Branch: perl
8514            ! embed.h embed.pl ext/Devel/DProf/DProf.xs global.sym mg.c
8515            ! objXSUB.h perl.h perlapi.c perly.c perly.y perly_c.diff
8516            ! pod/perlguts.pod pod/perltoc.pod pp.c pp_hot.c proto.h
8517            ! regcomp.h regexec.c scope.c scope.h toke.c vms/perly_c.vms
8518 ____________________________________________________________________________
8519 [  4338] By: gsar                                  on 1999/10/10  20:38:59
8520         Log: add missing new diagnostics to perldelta
8521      Branch: perl
8522            ! pod/perldelta.pod
8523 ____________________________________________________________________________
8524 [  4337] By: gsar                                  on 1999/10/10  17:40:13
8525         Log: update perldelta for change#3406
8526      Branch: perl
8527            ! embed.pl pod/perldata.pod pod/perldelta.pod
8528 ____________________________________________________________________________
8529 [  4336] By: gsar                                  on 1999/10/10  16:33:14
8530         Log: integrate cfgperl contents into mainline
8531      Branch: perl
8532           +> ext/DynaLoader/hints/aix.pl
8533           !> MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh hints/irix_6.sh
8534           !> makedef.pl perl.h pod/perldelta.pod
8535 ____________________________________________________________________________
8536 [  4335] By: jhi                                   on 1999/10/10  11:09:48
8537         Log: Update perldelta.
8538      Branch: cfgperl
8539            ! pod/perldelta.pod
8540 ____________________________________________________________________________
8541 [  4334] By: jhi                                   on 1999/10/10  10:31:46
8542         Log: Integrate with Sarathy.
8543      Branch: cfgperl
8544           +> win32/genmk95.pl
8545           !> Changes MANIFEST README.win32 cop.h ext/Thread/Thread.pm
8546           !> ext/Thread/Thread.xs ext/Thread/Thread/Queue.pm
8547           !> ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm
8548           !> ext/Thread/sync.t ext/Thread/sync2.t installperl
8549           !> lib/Exporter.pm lib/ExtUtils/MM_Unix.pm
8550           !> lib/ExtUtils/MM_Win32.pm lib/diagnostics.pm lib/lib.pm perl.c
8551           !> pod/perldelta.pod pod/perlfunc.pod pp_ctl.c pp_hot.c pp_sys.c
8552           !> utils/perldoc.PL win32/makefile.mk
8553 ____________________________________________________________________________
8554 [  4333] By: gsar                                  on 1999/10/10  06:33:15
8555         Log: install pods to 'pods' rather than 'pod' on cygwin (modified
8556              a patch suggested by cwilson@cc865179-c.chmbl1.ga.home.com)
8557      Branch: perl
8558            ! installperl lib/diagnostics.pm utils/perldoc.PL
8559 ____________________________________________________________________________
8560 [  4332] By: gsar                                  on 1999/10/10  05:15:26
8561         Log: add $VERSION
8562      Branch: perl
8563            ! lib/Exporter.pm
8564 ____________________________________________________________________________
8565 [  4331] By: gsar                                  on 1999/10/10  05:10:22
8566         Log: describe what can go in an export list (from Anno Siegel
8567              <anno4000@lublin.zrz.tu-berlin.de>)
8568      Branch: perl
8569            ! lib/Exporter.pm
8570 ____________________________________________________________________________
8571 [  4330] By: gsar                                  on 1999/10/10  04:50:43
8572         Log: more basic support for building modules under Windows 95/98
8573              (applied relevant parts from a patch suggested by
8574              Jochen Wiedmann <joe@ispsoft.de>)
8575      Branch: perl
8576            ! lib/ExtUtils/MM_Unix.pm
8577 ____________________________________________________________________________
8578 [  4329] By: gsar                                  on 1999/10/10  04:28:38
8579         Log: rudimentary support for building under Windows 95/98 (from
8580              Benjamin Stuhl <sho_pi@hotmail.com>)
8581      Branch: perl
8582            + win32/genmk95.pl
8583            ! MANIFEST README.win32 lib/ExtUtils/MM_Win32.pm
8584            ! win32/makefile.mk
8585 ____________________________________________________________________________
8586 [  4328] By: gsar                                  on 1999/10/10  03:37:21
8587         Log: fix two leaks in Thread.xs (from Eugene Alterman
8588              <Eugene.Alterman@bremer-inc.com>); convert places with
8589              'use attrs' to new attributes syntax
8590      Branch: perl
8591            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
8592            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
8593            ! ext/Thread/Thread/Specific.pm ext/Thread/sync.t
8594            ! ext/Thread/sync2.t
8595 ____________________________________________________________________________
8596 [  4327] By: gsar                                  on 1999/10/10  02:23:52
8597         Log: avoid duplicates in @INC, they cause leaks in mod_perl etc
8598              (suggested by Tod Irwin <irwin@stockmaster.com>)
8599      Branch: perl
8600            ! lib/lib.pm
8601 ____________________________________________________________________________
8602 [  4326] By: gsar                                  on 1999/10/10  00:51:48
8603         Log: better documentation for recv() (from Anton Berezin
8604              <tobez@plab.ku.dk>)
8605      Branch: perl
8606            ! pod/perlfunc.pod
8607 ____________________________________________________________________________
8608 [  4325] By: gsar                                  on 1999/10/09  22:46:23
8609         Log: perldelta updates (see TODO markers)
8610      Branch: perl
8611            ! Changes pod/perldelta.pod pp_sys.c
8612 ____________________________________________________________________________
8613 [  4324] By: gsar                                  on 1999/10/09  19:43:10
8614         Log: fix Exporter::export_to_level() documentation
8615      Branch: perl
8616            ! lib/Exporter.pm
8617 ____________________________________________________________________________
8618 [  4323] By: gsar                                  on 1999/10/09  18:48:31
8619         Log: don't run END blocks when running under -c switch (older,
8620              rarely useful behavior may still be obtained by putting
8621              BEGIN { $^C = 0; exit; } at the end of the script)
8622      Branch: perl
8623            ! perl.c
8624 ____________________________________________________________________________
8625 [  4322] By: jhi                                   on 1999/10/09  05:31:26
8626         Log: While awaiting a good test program to detect the broken gcc.
8627              From: Thomas Conté <tom@fr.uu.net>
8628              To: <jhi@iki.fi>
8629              Cc: <perl5-porters@perl.org>
8630              Subject: Re: [ID 19990825.007] test t/lib/ipc_sysv.t failing under irix 6.4
8631              Date: Wed, 6 Oct 1999 19:56:29 +0200
8632              Message-ID: <000a01bf1024$1d938f20$252ad0d4@eng.iway.fr>
8633      Branch: cfgperl
8634            ! hints/irix_6.sh perl.h
8635 ____________________________________________________________________________
8636 [  4321] By: gsar                                  on 1999/10/09  00:41:02
8637         Log: POPSUB() gave up the refcount to the CV before LEAVE had a chance to
8638              clear entries in the CV's pad, leading to coredumps when CV had no
8639              other references to it; this is a slightly edited version of the
8640              patch suggested by Russel O'Connor <roconnor@world.std.com>
8641      Branch: perl
8642            ! cop.h pp_ctl.c pp_hot.c
8643 ____________________________________________________________________________
8644 [  4320] By: gsar                                  on 1999/10/08  22:50:51
8645         Log: revert POP{SUB,LOOP}{1,2} logic to the simpler pre-5.003_24
8646              situation (assumptions about cx invalidation are not valid
8647              anymore)
8648      Branch: perl
8649            ! cop.h pp_ctl.c pp_hot.c
8650 ____________________________________________________________________________
8651 [  4319] By: jhi                                   on 1999/10/08  14:33:31
8652         Log: Integrate with Sarathy.
8653      Branch: cfgperl
8654           !> cop.h ext/Thread/Thread.xs op.c opcode.h perl.c perl.h perly.c
8655           !> perly.y pod/perldiag.pod pod/perlfunc.pod pp_ctl.c pp_sys.c
8656           !> t/comp/bproto.t thrdvar.h toke.c util.c
8657 ____________________________________________________________________________
8658 [  4318] By: jhi                                   on 1999/10/08  13:51:34
8659         Log: The second cut at AIX C++ extension troubles.
8660      Branch: cfgperl
8661            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
8662            ! hints/aix.sh
8663 ____________________________________________________________________________
8664 [  4317] By: jhi                                   on 1999/10/08  10:44:13
8665         Log: The first cut at fixing Perl extensions written in C++ in AIX,
8666              statics don't get initialized right.  This patch at least
8667              doesn't seem to break the build in my AIX, but unfortunately
8668              I don't have the IBM C++ to do further testing.
8669              
8670              Problem reported by Stephanie Beals in
8671              From: bealzy@us.ibm.com
8672              To: perl5-porters@perl.org
8673              Subject: [ID 19991007.005] DynaLoader/dl_aix.xs problem using load and unload on AIX
8674              Date: Thu, 7 Oct 1999 15:05:54 -0400
8675              Message-Id: <85256803.0068E70D.00@D51MTA03.pok.ibm.com>
8676      Branch: cfgperl
8677            + ext/DynaLoader/hints/aix.pl
8678            ! MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh
8679 ____________________________________________________________________________
8680 [  4316] By: gsar                                  on 1999/10/08  10:26:15
8681         Log: remove kludgey duplicate background error avoidance (caused
8682              "leaks"; %@ wasn't even user-visible under -Dusethreads);
8683              only repeats of most recent error are now avoided
8684      Branch: perl
8685            ! ext/Thread/Thread.xs perl.c perl.h pp_ctl.c thrdvar.h util.c
8686 ____________________________________________________________________________
8687 [  4315] By: jhi                                   on 1999/10/08  09:48:59
8688         Log: Fix omission.
8689      Branch: cfgperl
8690            ! makedef.pl
8691 ____________________________________________________________________________
8692 [  4314] By: gsar                                  on 1999/10/08  07:17:01
8693         Log: extend change#2299 to C<use> (fixes scoping problems in
8694              C<if (...) { use foo; ... }>)
8695      Branch: perl
8696            ! op.c
8697 ____________________________________________________________________________
8698 [  4313] By: gsar                                  on 1999/10/08  04:52:19
8699         Log: small tweak for change#4309
8700      Branch: perl
8701            ! op.c
8702 ____________________________________________________________________________
8703 [  4312] By: gsar                                  on 1999/10/08  02:31:13
8704         Log: add suggested patch =~ s/NOTOP/OP_NOT/ with tests
8705              From: Larry Wall <larry@wall.org>
8706              Date: Wed, 6 Oct 1999 09:55:57 -0700 (PDT)
8707              Message-Id: <199910061655.JAA11333@kiev.wall.org>
8708              Subject: Re: [ID 19991001.004] apparent parsing error with not(arg)
8709      Branch: perl
8710            ! opcode.h t/comp/bproto.t toke.c
8711 ____________________________________________________________________________
8712 [  4311] By: gsar                                  on 1999/10/08  00:58:19
8713         Log: typo
8714      Branch: perl
8715            ! pp_sys.c
8716 ____________________________________________________________________________
8717 [  4310] By: gsar                                  on 1999/10/07  23:51:38
8718         Log: fix setpgrp vs getpgrp and POSIX vs BSD confusion (spotted by
8719              Brian Mitchell <brian@chele.cais.net>)
8720      Branch: perl
8721            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
8722 ____________________________________________________________________________
8723 [  4309] By: gsar                                  on 1999/10/07  22:57:52
8724         Log: change#3728 was flawed (loop contexts saw the wrong statement
8725              info, causing loop control constructs to not find the label);
8726              disable OP_SETSTATE entirely and add a fix that is specifically
8727              targetted at disabling the OP_LINESEQ optimization in else BLOCK,
8728              which was what the original patch was supposed to fix
8729              
8730              TODO: remove the remainder of the setstate logic if it can't
8731              be used anywhere else (it isn't used anywhere now)
8732      Branch: perl
8733            ! cop.h op.c perly.c perly.y
8734 ____________________________________________________________________________
8735 [  4308] By: jhi                                   on 1999/10/07  19:21:27
8736         Log: Integrate with Sarathy.
8737      Branch: cfgperl
8738           !> lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
8739 ____________________________________________________________________________
8740 [  4307] By: gsar                                  on 1999/10/07  15:12:24
8741         Log: update to podlators-0.08 from Russ Allbery
8742      Branch: perl
8743            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
8744 ____________________________________________________________________________
8745 [  4306] By: jhi                                   on 1999/10/06  17:20:34
8746         Log: Integrate with Sarathy.
8747      Branch: cfgperl
8748           !> (integrate 45 files)
8749 ____________________________________________________________________________
8750 [  4305] By: gsar                                  on 1999/10/06  16:55:45
8751         Log: some versions of mingw32 have __int64, define iff it isn't
8752      Branch: perl
8753            ! win32/win32.h
8754 ____________________________________________________________________________
8755 [  4304] By: gsar                                  on 1999/10/06  03:45:44
8756         Log: fix typos in change#4288
8757      Branch: perl
8758            ! Changes dump.c sv.c
8759 ____________________________________________________________________________
8760 [  4303] By: gsar                                  on 1999/10/06  03:22:46
8761         Log: integrate cfgperl contents into mainline
8762      Branch: perl
8763           +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
8764            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
8765           !> (integrate 31 files)
8766 ____________________________________________________________________________
8767 [  4302] By: gsar                                  on 1999/10/06  02:36:53
8768         Log: make die/warn and other diagnostics go to wherever STDERR happens
8769              to point at; change places that meant Perl_debug_log rather than
8770              PerlIO_stderr()
8771      Branch: perl
8772            ! cop.h doio.c embedvar.h ext/Devel/Peek/Peek.xs
8773            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
8774            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
8775            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
8776            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
8777            ! ext/DynaLoader/dl_rhapsody.xs ext/DynaLoader/dl_vmesa.xs
8778            ! ext/DynaLoader/dl_vms.xs ext/DynaLoader/dlutils.c
8779            ! ext/Thread/Thread.xs ext/Thread/typemap intrpvar.h malloc.c
8780            ! mg.c objXSUB.h op.c perl.c perl.h perlio.c pp.c pp_ctl.c
8781            ! pp_hot.c regexec.c scope.c scope.h sv.c thread.h toke.c util.c
8782            ! win32/dl_win32.xs win32/win32.c win32/win32thread.c
8783 ____________________________________________________________________________
8784 [  4301] By: jhi                                   on 1999/10/05  23:03:46
8785         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8786              To: François Désarménien <desar@club-internet.fr>
8787              Cc: "perl5-porters@perl.org" <perl5-porters@perl.org>
8788              Subject: Re: Strange RE engine breakage in 5_61
8789              Date: Mon, 4 Oct 1999 19:58:03 -0400
8790              Message-ID: <19991004195803.A21760@monk.mps.ohio-state.edu>
8791              
8792              (had to apply pat.t part manually because there
8793              already were more tests than there was in _61)
8794      Branch: cfgperl
8795            ! regcomp.c regexec.c t/op/pat.t t/op/re_tests
8796 ____________________________________________________________________________
8797 [  4300] By: jhi                                   on 1999/10/04  17:03:18
8798         Log: From: Andy Dougherty <doughera@lafayette.edu>
8799              To: Jarkko Hietaniemi <jhi@iki.fi>
8800              cc: Perl Porters <perl5-porters@perl.org>, jhi@cc.hut.fi
8801              Subject: Re: [ID 19991001.005] [_61] [PATCH] tarball fine on win32, zip isn't
8802              Date: Mon, 4 Oct 1999 13:05:08 -0400 (EDT)
8803              Message-ID: <Pine.SOL.4.10.9910041302550.6502-100000@maxwell.phys.lafayette.edu>
8804      Branch: cfgperl
8805            + eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
8806            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
8807            ! MANIFEST ext/B/defsubs_h.PL
8808 ____________________________________________________________________________
8809 [  4299] By: jhi                                   on 1999/10/04  07:15:16
8810         Log: From: Michael G Schwern <schwern@pobox.com>
8811              To: perl5-porters@perl.org
8812              Subject: Re: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
8813              Date: Sun, 3 Oct 1999 17:34:17 -0400
8814              Message-ID: <19991003173417.A4351@blackrider>
8815      Branch: cfgperl
8816            ! t/lib/fields.t t/pragma/constant.t
8817 ____________________________________________________________________________
8818 [  4298] By: gsar                                  on 1999/10/04  04:57:53
8819         Log: some compatibility macros were busted
8820      Branch: perl
8821            ! embed.h embed.pl toke.c
8822 ____________________________________________________________________________
8823 [  4297] By: jhi                                   on 1999/10/03  17:50:59
8824         Log: A better version of #4296.
8825              
8826              From: Michael G Schwern <schwern@pobox.com>
8827              To: perl5-porters@perl.org
8828              Subject: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
8829              Date: Sun, 3 Oct 1999 13:54:23 -0400
8830              Message-ID: <19991003135423.A3050@blackrider>
8831      Branch: cfgperl
8832            ! av.c op.c pod/perldiag.pod
8833 ____________________________________________________________________________
8834 [  4296] By: jhi                                   on 1999/10/03  17:21:01
8835         Log: (Replaced by #4297.)
8836              
8837              From: Michael G Schwern <schwern@pobox.com>
8838              To: perl5-porters@perl.org
8839              Subject: [PATCH av.c, perldiag.pod] Added field name to "No such array field"
8840              Date: Sun, 3 Oct 1999 13:16:47 -0400
8841              Message-ID: <19991003131647.A2816@blackrider>
8842              
8843              plus changed the error message to say "No such pseudo-hash field"
8844              as discussed in the above mail message.
8845      Branch: cfgperl
8846            ! av.c pod/perldiag.pod
8847 ____________________________________________________________________________
8848 [  4295] By: gsar                                  on 1999/10/03  16:09:36
8849         Log: avoid doing irrelevant things on 'make perl'
8850      Branch: perl
8851            ! Makefile.SH
8852 ____________________________________________________________________________
8853 [  4294] By: jhi                                   on 1999/10/03  14:16:24
8854         Log: Fix a typo in #4293 spotted by Graham Barr.
8855      Branch: cfgperl
8856            ! pod/perlref.pod
8857 ____________________________________________________________________________
8858 [  4293] By: jhi                                   on 1999/10/03  11:31:22
8859         Log: From: Michael G Schwern <schwern@blackrider.aocn.com>
8860              To: perl5-porters@perl.org
8861              Subject: Re: Should keys in pseudo-hashes -always- exist? [DOC PATCH]
8862              Date: Sun, 3 Oct 1999 02:34:01 -0400
8863              Message-ID: <19991003023401.A1520@blackrider>
8864      Branch: cfgperl
8865            ! pod/perlfunc.pod pod/perlref.pod
8866 ____________________________________________________________________________
8867 [  4292] By: jhi                                   on 1999/10/03  09:23:16
8868         Log: From: Barrie Slaymaker <barries@slaysys.com>
8869              To: perl5-porters@perl.org
8870              Subject: [PATCH 5.005_61] Benchmark.pm bugfix, tweaks
8871              Date: Sun, 3 Oct 1999 00:09:51 -0400
8872              Message-Id: <199910030409.AAA18228@jester.slaysys.com>
8873      Branch: cfgperl
8874            ! lib/Benchmark.pm
8875 ____________________________________________________________________________
8876 [  4291] By: jhi                                   on 1999/10/02  23:43:53
8877         Log: Be understanding about large file systems.
8878      Branch: cfgperl
8879            ! t/lib/syslfs.t t/op/lfs.t
8880 ____________________________________________________________________________
8881 [  4290] By: jhi                                   on 1999/10/02  23:39:16
8882         Log: Configure fixfest continues.
8883      Branch: cfgperl
8884            ! Configure config_h.SH
8885      Branch: metaconfig
8886            ! U/modified/d_longdbl.U U/modified/d_longlong.U
8887            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
8888            ! U/typedefs/gidsize.U U/typedefs/pidsign.U U/typedefs/pidsize.U
8889            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
8890      Branch: metaconfig/U/perl
8891            ! i_inttypes.U io64.U
8892 ____________________________________________________________________________
8893 [  4289] By: jhi                                   on 1999/10/02  23:12:54
8894         Log: Regen Porting stuff.
8895      Branch: cfgperl
8896            ! Porting/Glossary Porting/config.sh Porting/config_H
8897 ____________________________________________________________________________
8898 [  4288] By: jhi                                   on 1999/10/02  23:05:50
8899         Log: Untangle the IV_IS_QUAD jungle by introduding
8900              macros to be used when doing formatted printing:
8901              IVdf, UVuf, UVxf, UVof.  Also introduce Uid_t_SIGN.
8902      Branch: cfgperl
8903            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8904            ! config_h.SH doio.c dump.c op.c perl.h pp_hot.c pp_sys.c
8905            ! regcomp.c sv.c taint.c toke.c util.c
8906 ____________________________________________________________________________
8907 [  4287] By: jhi                                   on 1999/10/02  22:54:18
8908         Log: metaconfig maintenance.
8909      Branch: metaconfig
8910            ! U/ebcdic/ebcdic.U U/typedefs/gidsign.U U/typedefs/gidsize.U
8911            ! U/typedefs/pidsign.U U/typedefs/pidsize.U U/typedefs/uidsign.U
8912            ! U/typedefs/uidsize.U
8913 ____________________________________________________________________________
8914 [  4286] By: nick                                  on 1999/10/02  11:11:44
8915         Log: Incremental merge of mainline
8916      Branch: utfperl
8917           +> README.Y2K hints/svr5.sh lib/Pod/Man.pm
8918           +> lib/unicode/Unicode.html t/op/args.t t/pod/multiline_items.t
8919           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
8920           +> t/pod/podselect.t t/pod/podselect.xr
8921            - lib/Pod/PlainText.pm
8922           !> (integrate 148 files)
8923 ____________________________________________________________________________
8924 [  4285] By: jhi                                   on 1999/10/02  10:16:15
8925         Log: Battle namespace pollution.
8926      Branch: cfgperl
8927            ! lib/Benchmark.pm
8928 ____________________________________________________________________________
8929 [  4284] By: jhi                                   on 1999/10/02  10:11:20
8930         Log: Regen Configure, all of xs_apiversion didn't take.
8931      Branch: cfgperl
8932            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8933            ! config_h.SH patchlevel.h
8934 ____________________________________________________________________________
8935 [  4283] By: jhi                                   on 1999/10/02  09:48:17
8936         Log: Integrate with Sarathy.
8937      Branch: cfgperl
8938           +> lib/Pod/Man.pm t/pod/multiline_items.t
8939           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
8940           +> t/pod/podselect.t t/pod/podselect.xr
8941            - lib/Pod/PlainText.pm
8942           !> (integrate 50 files)
8943 ____________________________________________________________________________
8944 [  4282] By: gsar                                  on 1999/10/02  06:39:14
8945         Log: update pod2man, pod2text and related Pod:: modules with the
8946              ones in podlators-0.07 from Russ Allbery
8947      Branch: perl
8948            + lib/Pod/Man.pm
8949            ! lib/Pod/Text.pm lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
8950            ! pod/pod2man.PL pod/pod2text.PL
8951 ____________________________________________________________________________
8952 [  4281] By: gsar                                  on 1999/10/02  06:14:44
8953         Log: fix PodParser testsuite; Pod::Text subsumes Pod::PlainText
8954      Branch: perl
8955            - lib/Pod/PlainText.pm
8956            ! MANIFEST lib/Pod/Text.pm lib/Pod/Usage.pm pod/pod2usage.PL
8957            ! pod/podchecker.PL pod/podselect.PL t/pod/emptycmd.t
8958            ! t/pod/for.t t/pod/headings.t t/pod/include.t t/pod/included.t
8959            ! t/pod/lref.t t/pod/multiline_items.t t/pod/nested_items.t
8960            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
8961            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
8962            ! t/pod/special_seqs.t t/pod/testp2pt.pl t/pod/testpchk.pl
8963 ____________________________________________________________________________
8964 [  4280] By: gsar                                  on 1999/10/02  04:39:38
8965         Log: upgrade to PodParser-1.085 from Brad Appleton <bradapp@enteract.com>
8966      Branch: perl
8967            + t/pod/multiline_items.t t/pod/multiline_items.xr
8968            + t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/podselect.t
8969            + t/pod/podselect.xr
8970            ! MANIFEST lib/Pod/Checker.pm lib/Pod/InputObjects.pm
8971            ! lib/Pod/Parser.pm lib/Pod/PlainText.pm lib/Pod/Select.pm
8972            ! lib/Pod/Usage.pm t/pod/for.xr t/pod/headings.xr
8973            ! t/pod/include.xr t/pod/included.xr t/pod/lref.xr
8974            ! t/pod/nested_items.xr t/pod/nested_seqs.xr
8975            ! t/pod/oneline_cmds.xr t/pod/poderrs.xr t/pod/special_seqs.xr
8976            ! t/pod/testp2pt.pl
8977 ____________________________________________________________________________
8978 [  4279] By: gsar                                  on 1999/10/02  03:36:41
8979         Log: make exists() work better on pseudo-hashes (reworked a patch suggested
8980              by Michael G Schwern <schwern@pobox.com>)
8981      Branch: perl
8982            ! av.c t/op/avhv.t
8983 ____________________________________________________________________________
8984 [  4278] By: gsar                                  on 1999/10/02  02:36:55
8985         Log: deprecate C<use attrs>
8986      Branch: perl
8987            ! ext/attrs/attrs.pm ext/attrs/attrs.xs t/lib/attrs.t
8988            ! t/lib/thread.t t/pragma/sub_lval.t
8989 ____________________________________________________________________________
8990 [  4277] By: gsar                                  on 1999/10/02  01:43:25
8991         Log: add notes about effect of loop control statements inside
8992              LABEL BLOCK continue BLOCK
8993      Branch: perl
8994            ! pod/perlfunc.pod
8995 ____________________________________________________________________________
8996 [  4276] By: gsar                                  on 1999/10/02  01:23:02
8997         Log: indent nested =items properly (suggested by Bill Fenner
8998              <fenner@research.att.com>)
8999      Branch: perl
9000            ! pod/pod2man.PL
9001 ____________________________________________________________________________
9002 [  4275] By: gsar                                  on 1999/10/02  01:09:16
9003         Log: updated ptags generator from Ilya Zakharevich
9004      Branch: perl
9005            ! emacs/ptags
9006 ____________________________________________________________________________
9007 [  4274] By: gsar                                  on 1999/10/01  23:08:52
9008         Log: update Changes
9009      Branch: perl
9010            ! Changes
9011 ____________________________________________________________________________
9012 [  4273] By: gsar                                  on 1999/10/01  22:58:55
9013         Log: typo, whitespace adjustments
9014      Branch: perl
9015            ! utils/h2xs.PL
9016 ____________________________________________________________________________
9017 [  4272] By: gsar                                  on 1999/10/01  22:46:06
9018         Log: remove dup hunks
9019      Branch: perl
9020            ! configure.com vms/vms.c
9021 ____________________________________________________________________________
9022 [  4271] By: gsar                                  on 1999/10/01  22:33:02
9023         Log: integrate cfgperl contents into mainline; resolve h2xs.PL conflict
9024              by declaring new globals "our" (XXX this means h2xs generated code
9025              won't run on earlier versions; a switch to generate compatible
9026              source is needed)
9027      Branch: perl
9028           !> (integrate 35 files)
9029 ____________________________________________________________________________
9030 [  4270] By: jhi                                   on 1999/10/01  12:05:56
9031         Log: Integrate with Sarathy.
9032      Branch: cfgperl
9033           !> ext/B/B/C.pm lib/ExtUtils/typemap lib/ExtUtils/xsubpp
9034           !> pod/perldiag.pod util.c
9035 ____________________________________________________________________________
9036 [  4269] By: jhi                                   on 1999/10/01  10:26:19
9037         Log: From: Piotr Klaban <makler@oryl.man.torun.pl>
9038              To: perl5-porters@perl.org
9039              Subject: [ID 19991001.001] perlguts man page error
9040              Date: Fri, 1 Oct 1999 10:23:49 +0200 (MET DST)
9041              Message-Id: <199910010823.KAA05796@oryl.man.torun.pl>
9042      Branch: cfgperl
9043            ! pod/perlguts.pod
9044 ____________________________________________________________________________
9045 [  4268] By: jhi                                   on 1999/10/01  07:32:33
9046         Log: There *is* a month called October.
9047      Branch: cfgperl
9048            ! t/op/time.t
9049 ____________________________________________________________________________
9050 [  4267] By: jhi                                   on 1999/10/01  06:58:10
9051         Log: Temp file cleanliness.
9052      Branch: cfgperl
9053            ! t/lib/filecopy.t
9054 ____________________________________________________________________________
9055 [  4266] By: jhi                                   on 1999/10/01  06:46:56
9056         Log: From: Barrie Slaymaker <barries@slaysys.com>
9057              To: perl5-porters@perl.org
9058              Subject: [PATCH 5.005_61] Benchmark.pm: Export countit(), cmpthese() by default
9059              Date: Thu, 30 Sep 1999 22:16:26 -0400
9060              Message-Id: <199910010216.WAA08309@jester.slaysys.com>
9061      Branch: cfgperl
9062            ! lib/Benchmark.pm
9063 ____________________________________________________________________________
9064 [  4265] By: jhi                                   on 1999/09/30  20:25:35
9065         Log: From: Barrie Slaymaker <barries@slaysys.com>
9066              To: perl5-porters@perl.org
9067              Subject: [PATCH 5.005_61] Benchmark tweaks, fixes, cmpthese()
9068              Date: Thu, 30 Sep 1999 15:44:00 -0400
9069              Message-Id: <199909301944.PAA07166@jester.slaysys.com>
9070              (Replaces #4175.)
9071      Branch: cfgperl
9072            ! lib/Benchmark.pm
9073 ____________________________________________________________________________
9074 [  4264] By: gsar                                  on 1999/09/30  17:59:26
9075         Log: re-add missing "Out of memory!" entry
9076      Branch: perl
9077            ! pod/perldiag.pod
9078 ____________________________________________________________________________
9079 [  4263] By: jhi                                   on 1999/09/30  17:05:43
9080         Log: Regenerate Configure.
9081      Branch: cfgperl
9082            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9083            ! config_h.SH
9084 ____________________________________________________________________________
9085 [  4261] By: jhi                                   on 1999/09/30  16:15:05
9086         Log: From: Andy Dougherty <doughera@lafayette.edu>
9087              To: Perl Porters <perl5-porters@perl.org>
9088              Subject: [PATCH 5.005_61] rand() advisory for perldelta.pod
9089              Date: Thu, 30 Sep 1999 12:24:00 -0400 (EDT)
9090              Message-ID: <Pine.SOL.4.10.9909301218390.3343-100000@maxwell.phys.lafayette.edu>
9091      Branch: cfgperl
9092            ! pod/perldelta.pod
9093 ____________________________________________________________________________
9094 [  4260] By: jhi                                   on 1999/09/30  15:48:56
9095         Log: From: Andy Dougherty <doughera@lafayette.edu>
9096              To: Jarkko Hietaniemi <jhi@iki.fi>, Gurusamy Sarathy <gsar@activestate.com>
9097              Subject: Re: Possible skeletal structure for searching multiple versions
9098              Date: Thu, 30 Sep 1999 11:52:00 -0400 (EDT)
9099              Message-ID: <Pine.SOL.4.10.9909301149090.3343-100000@maxwell.phys.lafayette.edu>
9100      Branch: metaconfig
9101            ! U/mkglossary
9102      Branch: metaconfig/U/perl
9103            + xs_apiversion.U
9104            ! patchlevel.U
9105 ____________________________________________________________________________
9106 [  4259] By: jhi                                   on 1999/09/30  15:07:16
9107         Log: Further ?idsize.U fixing.
9108      Branch: metaconfig
9109            ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
9110 ____________________________________________________________________________
9111 [  4258] By: jhi                                   on 1999/09/30  15:00:14
9112         Log: Fix the ?idsi{gn,ze} units, from Andy Dougherty.
9113      Branch: metaconfig
9114            ! U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
9115            ! U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
9116 ____________________________________________________________________________
9117 [  4257] By: jhi                                   on 1999/09/30  09:48:33
9118         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
9119              To: Gurusamy Sarathy <gsar@ActiveState.com>
9120              Cc: tchrist@perl.com, Larry Wall <larry@wall.org>,
9121              The Perl Porters Mailing List <perl5-porters@perl.org>
9122              Subject: [PATCH] (Was: deprecating SIGDIE)
9123              Date: Wed, 29 Sep 1999 15:16:50 -0400
9124              Message-ID: <19990929151650.E26675@O2.chapin.edu>
9125      Branch: cfgperl
9126            ! Porting/findvars embedvar.h intrpvar.h mg.c objXSUB.h perl.c
9127 ____________________________________________________________________________
9128 [  4256] By: jhi                                   on 1999/09/30  09:45:22
9129         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9130              To: Gurusamy Sarathy <gsar@activestate.com>
9131              Cc: Barrie Slaymaker <barries@slaysys.com>, perl5-porters@perl.org
9132              Subject: Re: _58, _61 Argument "" is not numeric in sprintf
9133              Date: Wed, 29 Sep 1999 18:58:23 -0400
9134              Message-ID: <19990929185823.A22099@monk.mps.ohio-state.edu>
9135      Branch: cfgperl
9136            ! Makefile.SH opcode.pl
9137 ____________________________________________________________________________
9138 [  4255] By: gsar                                  on 1999/09/30  09:03:48
9139         Log: remove prehistoric XFree() gunk
9140      Branch: perl
9141            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
9142 ____________________________________________________________________________
9143 [  4254] By: gsar                                  on 1999/09/30  08:40:14
9144         Log: From: Vishal Bhatia <vishal@gol.com>
9145              Date: Wed, 29 Sep 1999 23:27:28 +0900 (JST)
9146              Message-ID: <Pine.LNX.4.10.9909292326280.5599-100000@localhost.localdomain>
9147              Subject: [patch _61] Minor corrections in C.pm
9148      Branch: perl
9149            ! ext/B/B/C.pm
9150 ____________________________________________________________________________
9151 [  4253] By: gsar                                  on 1999/09/30  08:36:27
9152         Log: off-by-one in fbm_compile() (spotted by John Bley
9153              <jbley@cs.cmu.edu>); whitespace adjustments
9154      Branch: perl
9155            ! util.c
9156 ____________________________________________________________________________
9157 [  4251] By: jhi                                   on 1999/09/30  08:09:13
9158         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9159              To: perl5-porters@perl.org (Mailing list Perl5)
9160              Subject: [PATCH 5.00561+]  Followup h2xs patch
9161              Date: Thu, 30 Sep 1999 04:15:52 -0400 (EDT)
9162              Message-Id: <199909300815.EAA25425@monk.mps.ohio-state.edu>
9163      Branch: cfgperl
9164            ! utils/h2xs.PL
9165 ____________________________________________________________________________
9166 [  4250] By: jhi                                   on 1999/09/29  19:11:32
9167         Log: Integrate with Sarathy.
9168      Branch: cfgperl
9169           !> djgpp/configure.bat embed.h embed.pl lib/Exporter/Heavy.pm
9170           !> lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm proto.h
9171           !> t/pragma/locale/latin1 win32/Makefile win32/makefile.mk
9172 ____________________________________________________________________________
9173 [  4249] By: bailey                                on 1999/09/29  02:21:31
9174         Log: resync with mainline
9175      Branch: vmsperl
9176           +> (branch 32 files)
9177            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
9178            - lib/unicode/blocks.txt lib/unicode/index2.txt
9179            - lib/unicode/jamo2.txt lib/unicode/names2.txt
9180            - lib/unicode/props2.txt lib/unicode/readme.txt
9181            - t/lib/bigfloatpm.t
9182           !> (integrate 240 files)
9183 ____________________________________________________________________________
9184 [  4248] By: jhi                                   on 1999/09/28  18:14:39
9185         Log: From: Andy Dougherty <doughera@lafayette.edu>
9186              To: Perl Porters <perl5-porters@perl.org>
9187              Subject: [PATCH 5.005_xx] Re: [Config 5.005_03] -DDEBUGGING
9188              Date: Tue, 28 Sep 1999 12:20:50 -0400 (EDT)
9189              Message-ID: <Pine.SOL.4.10.9909281019360.1890-100000@maxwell.phys.lafayette.edu>
9190              
9191              From: Andy Dougherty <doughera@lafayette.edu>
9192              To: Perl Porters <perl5-porters@perl.org>
9193              Subject: [ANOTHER PATCH 5.005_61] Re: [Config 5.005_03] -DDEBUGGING
9194              Date: Tue, 28 Sep 1999 13:39:49 -0400 (EDT)
9195              Message-ID: <Pine.SOL.4.10.9909281338180.2012-100000@maxwell.phys.lafayette.edu>
9196      Branch: cfgperl
9197            ! hints/README.hints hints/amigaos.sh hints/cygwin.sh
9198            ! hints/dynixptx.sh hints/epix.sh hints/esix4.sh hints/mint.sh
9199            ! hints/mpeix.sh hints/next_3.sh hints/next_3_0.sh
9200            ! hints/next_4.sh
9201 ____________________________________________________________________________
9202 [  4247] By: gsar                                  on 1999/09/28  17:36:59
9203         Log: revert change#4115 (breaks libwww's base/date.t); could be 
9204              reworked to enable it conditional on $Time::Local::nocroak
9205              or some such
9206      Branch: perl
9207            ! lib/Time/Local.pm
9208 ____________________________________________________________________________
9209 [  4246] By: gsar                                  on 1999/09/28  17:33:14
9210         Log: tweak for win32 build
9211      Branch: perl
9212            ! win32/Makefile win32/makefile.mk
9213 ____________________________________________________________________________
9214 [  4245] By: gsar                                  on 1999/09/28  17:31:34
9215         Log: change#4236 fallout
9216      Branch: perl
9217            ! lib/ExtUtils/MM_Unix.pm
9218 ____________________________________________________________________________
9219 [  4244] By: gsar                                  on 1999/09/28  17:29:31
9220         Log: remove doubled new_xpv
9221      Branch: perl
9222            ! embed.h embed.pl proto.h
9223 ____________________________________________________________________________
9224 [  4243] By: jhi                                   on 1999/09/27  19:13:20
9225         Log: Artistic fine-tuning.
9226      Branch: cfgperl
9227            ! ext/B/defsubs_h.PL
9228 ____________________________________________________________________________
9229 [  4242] By: gsar                                  on 1999/09/27  17:05:22
9230         Log: avoid implicit split to @_ in change#4181; binary -> text file
9231              types in p4
9232      Branch: perl
9233            ! djgpp/configure.bat lib/Exporter/Heavy.pm
9234            ! t/pragma/locale/latin1
9235 ____________________________________________________________________________
9236 [  4241] By: jhi                                   on 1999/09/27  07:48:19
9237         Log: Integrate with Sarathy.
9238      Branch: cfgperl
9239           !> INSTALL embed.h embed.pl malloc.c pod/perldiag.pod pp.c
9240           !> pp_ctl.c pp_hot.c pp_sys.c win32/Makefile win32/makefile.mk
9241 ____________________________________________________________________________
9242 [  4240] By: jhi                                   on 1999/09/27  07:47:11
9243         Log: Finalize change #4232.
9244              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9245              To: Jarkko Hietaniemi <jhi@iki.fi>
9246              Cc: gsar@activestate.com, Mailing list Perl5 <perl5-porters@perl.org>
9247              Subject: Re: xsubpp change breaks B, DB_File, POSIX builds
9248              Date: Sun, 26 Sep 1999 16:52:31 -0400
9249              Message-ID: <19990926165230.A26933@monk.mps.ohio-state.edu>
9250      Branch: cfgperl
9251            ! lib/ExtUtils/xsubpp
9252 ____________________________________________________________________________
9253 [  4239] By: gsar                                  on 1999/09/27  02:48:42
9254         Log: add notes in INSTALL about Configure -Accflags=-DFOO
9255      Branch: perl
9256            ! INSTALL
9257 ____________________________________________________________________________
9258 [  4238] By: gsar                                  on 1999/09/27  02:03:48
9259         Log: PERL_POLLUTE isn't required for bincompat, so don't enable
9260              it automatically
9261      Branch: perl
9262            ! embed.h embed.pl
9263 ____________________________________________________________________________
9264 [  4237] By: gsar                                  on 1999/09/27  01:52:47
9265         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9266              Date: Fri, 24 Sep 1999 23:25:36 -0400
9267              Message-ID: <19990924232536.A16257@monk.mps.ohio-state.edu>
9268              Subject: [PATCH 5.005_61] Malloc fixes and docs
9269      Branch: perl
9270            ! malloc.c pod/perldiag.pod
9271 ____________________________________________________________________________
9272 [  4236] By: gsar                                  on 1999/09/27  01:31:32
9273         Log: avoid .exe in $Config{cc} (spotted by Vadim Konovalov
9274              <vkonovalov@lucent.com>)
9275      Branch: perl
9276            ! win32/Makefile win32/makefile.mk
9277 ____________________________________________________________________________
9278 [  4235] By: gsar                                  on 1999/09/26  17:02:03
9279         Log: fix buggy popping of subroutine contexts in the lvalue
9280              subroutines implementation (change#4081); correct the
9281              plethora of cases where DIE() was more appropriate than
9282              croak()
9283      Branch: perl
9284            ! pp.c pp_ctl.c pp_hot.c pp_sys.c
9285 ____________________________________________________________________________
9286 [  4234] By: jhi                                   on 1999/09/26  12:06:28
9287         Log: Fix #endif.
9288      Branch: cfgperl
9289            ! XSUB.h
9290 ____________________________________________________________________________
9291 [  4233] By: jhi                                   on 1999/09/26  11:59:18
9292         Log: Integrate with Sarathy. h2xs.PL had to be manually resolved,
9293              I kept my (Ilya's) version.
9294      Branch: cfgperl
9295           !> gv.c gv.h intrpvar.h keywords.h keywords.pl lib/Shell.pm op.c
9296           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
9297           !> pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
9298           !> pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
9299           !> pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
9300           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
9301 ____________________________________________________________________________
9302 [  4232] By: jhi                                   on 1999/09/26  09:53:43
9303         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9304              To: Mailing list Perl5 <perl5-porters@perl.org>
9305              Subject: [PATCH 5.005_61] teach xsubpp function pointers
9306              Date: Sun, 26 Sep 1999 01:36:09 -0400
9307              Message-ID: <19990926013609.A21148@monk.mps.ohio-state.edu>
9308              
9309              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9310              To: Mailing list Perl5 <perl5-porters@perl.org>
9311              Subject: [PATCH 5.005_61] Make h2xs -x almost bullet-proof
9312              Date: Sun, 26 Sep 1999 03:00:50 -0400
9313              Message-ID: <19990926030050.A21498@monk.mps.ohio-state.edu>
9314      Branch: cfgperl
9315            ! lib/ExtUtils/xsubpp utils/h2xs.PL
9316 ____________________________________________________________________________
9317 [  4231] By: jhi                                   on 1999/09/26  09:48:49
9318         Log: From: "Konovalov, Vadim" <vkonovalov@lucent.com>
9319              To: perl5-porters@perl.org
9320              Subject: misprint in perlguts
9321              Date: Sun, 26 Sep 1999 12:48:36 +0400
9322              Message-ID: <402099F49BEED211999700805FC7359F20D7A5@ru0028exch01.spb.lucent.com>
9323      Branch: cfgperl
9324            ! pod/perlguts.pod
9325 ____________________________________________________________________________
9326 [  4230] By: gsar                                  on 1999/09/26  00:50:08
9327         Log: add $installarchlib/CORE to default linker search path on windows
9328      Branch: perl
9329            ! win32/Makefile win32/makefile.mk
9330 ____________________________________________________________________________
9331 [  4229] By: gsar                                  on 1999/09/25  20:05:03
9332         Log: support C<use Shell> on Windows (reworked a patch suggested
9333              by Jenda Krynicky <Jenda@McCann.cz>)
9334      Branch: perl
9335            ! lib/Shell.pm
9336 ____________________________________________________________________________
9337 [  4228] By: gsar                                  on 1999/09/25  07:03:34
9338         Log: integrate cfgperl contents into mainline
9339      Branch: perl
9340           +> hints/svr5.sh
9341           !> Configure MANIFEST Makefile.SH config_h.SH hints/sco.sh
9342           !> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
9343           !> lib/unicode/mktables.PL pod/perldelta.pod pod/perlfaq9.pod
9344           !> regcomp.c regexec.c t/lib/syslfs.t t/op/lfs.t
9345 ____________________________________________________________________________
9346 [  4227] By: gsar                                  on 1999/09/25  06:44:47
9347         Log: From: Larry Wall <larry@wall.org>
9348              Date: Fri, 24 Sep 1999 21:59:37 PDT
9349              Message-Id: <199909250459.VAA27506@kiev.wall.org>
9350              Subject: Re: [PATCH 5.005_61] "our" declarations
9351      Branch: perl
9352            ! gv.c gv.h intrpvar.h keywords.h keywords.pl op.c
9353            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
9354            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
9355            ! pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
9356            ! pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
9357            ! utils/h2xs.PL
9358 ____________________________________________________________________________
9359 [  4226] By: jhi                                   on 1999/09/24  23:10:52
9360         Log: Integrate with Sarathy.
9361      Branch: cfgperl
9362           !> XSUB.h ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
9363           !> ext/POSIX/hints/linux.pl pod/perldiag.pod pod/perlfunc.pod
9364           !> pp.c t/lib/posix.t t/op/pack.t toke.c utils/perlcc.PL
9365 ____________________________________________________________________________
9366 [  4225] By: gsar                                  on 1999/09/24  18:19:54
9367         Log: avoid infinite recursive exec()s of perl.exe when shebang
9368              contains "Perl" rather than "perl" on DOSISH platforms
9369      Branch: perl
9370            ! toke.c
9371 ____________________________________________________________________________
9372 [  4224] By: gsar                                  on 1999/09/24  16:09:23
9373         Log: support cygwin and other platforms that link to import libraries
9374              rather than directly with shared libraries (from a suggestion
9375              by Lucian Cionca <Lucian.Cionca@algoritma.ro>)
9376      Branch: perl
9377            ! utils/perlcc.PL
9378 ____________________________________________________________________________
9379 [  4223] By: gsar                                  on 1999/09/24  05:05:06
9380         Log: normalize time for strftime() (without the isdst effects of
9381              mktime()) using a custom mini_mktime()
9382              From: spider-perl@Orb.Nashua.NH.US
9383              Date: Thu, 23 Sep 1999 17:54:53 -0400
9384              Message-Id: <199909232154.RAA25151@leggy.zk3.dec.com>
9385              Subject: Re: [ID 19990913.003] Possible bug using POSIX::strftime Digital UNIX Perl 5.005_03 
9386      Branch: perl
9387            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
9388            ! ext/POSIX/hints/linux.pl t/lib/posix.t
9389 ____________________________________________________________________________
9390 [  4222] By: gsar                                  on 1999/09/23  06:44:42
9391         Log: change "#" to a comment starter in pack templates; "/" now
9392              used for specifying counted types
9393              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9394              Date: Wed, 22 Sep 1999 19:41:30 -0400
9395              Message-ID: <19990922194130.A864@monk.mps.ohio-state.edu>
9396              Subject: [PATCH 5.005_61] Enable comments in pack()/unpack() templates
9397      Branch: perl
9398            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
9399 ____________________________________________________________________________
9400 [  4221] By: gsar                                  on 1999/09/23  06:26:54
9401         Log: From: Vishal Bhatia <vishal@gol.com>
9402              Date: Thu, 23 Sep 1999 12:45:19 +0900 (JST)
9403              Message-ID: <Pine.LNX.4.10.9909231218360.3428-100000@localhost.localdomain>
9404              Subject: [patch _61] perlcc changes
9405      Branch: perl
9406            ! utils/perlcc.PL
9407 ____________________________________________________________________________
9408 [  4220] By: gsar                                  on 1999/09/23  01:12:24
9409         Log: add include guard
9410      Branch: perl
9411            ! XSUB.h
9412 ____________________________________________________________________________
9413 [  4219] By: jhi                                   on 1999/09/22  20:38:15
9414         Log: Cleanup cleanup.
9415      Branch: cfgperl
9416            ! Makefile.SH t/lib/syslfs.t t/op/lfs.t
9417 ____________________________________________________________________________
9418 [  4218] By: jhi                                   on 1999/09/22  19:26:58
9419         Log: Tweak the equivalence tables once again.
9420      Branch: cfgperl
9421            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
9422            ! lib/unicode/mktables.PL
9423 ____________________________________________________________________________
9424 [  4215] By: jhi                                   on 1999/09/22  06:47:03
9425         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9426              To: Mailing list Perl5 <perl5-porters@perl.org>
9427              Subject: [PATCH 5.005_61] regfree could segfault with -Mre=debug
9428              Date: Tue, 21 Sep 1999 19:50:00 -0400
9429              Message-ID: <19990921195000.A23938@monk.mps.ohio-state.edu>
9430              
9431              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9432              To: Mailing list Perl5 <perl5-porters@perl.org>
9433              Subject: [PATCH 5.005_61] More verbose -Mre=debug
9434              Date: Tue, 21 Sep 1999 22:29:55 -0400
9435              Message-ID: <19990921222955.A25094@monk.mps.ohio-state.edu>
9436      Branch: cfgperl
9437            ! regcomp.c regexec.c
9438 ____________________________________________________________________________
9439 [  4214] By: jhi                                   on 1999/09/21  21:08:43
9440         Log: From: 0000-Admin (0000) <root@devsys0.zenez.com>
9441              Reply-To: gerberb@zenez.com
9442              To: perl5-porters@perl.org
9443              Subject: [ID 19990921.004] Changes for SCO OpenServer and UnixWare 7
9444              Date: Tue, 21 Sep 1999 11:07:46 -0600 (MDT)
9445              Message-Id: <199909211707.LAA23611@devsys0.zenez.com>
9446              
9447              (Snipped away the last lines of svr5.sh a la change #3725)
9448      Branch: cfgperl
9449            + hints/svr5.sh
9450            ! Configure MANIFEST config_h.SH hints/sco.sh
9451      Branch: metaconfig
9452            ! U/modified/Cppsym.U U/modified/Oldconfig.U
9453 ____________________________________________________________________________
9454 [  4213] By: jhi                                   on 1999/09/21  20:48:01
9455         Log: From: Kragen Sitaker <kragen@dnaco.net>
9456              To: perl5-porters@perl.org
9457              Subject: [ID 19990921.013] accidental list context in perlfaq9
9458              Date: Tue, 21 Sep 1999 16:27:53 -0400 (EDT)
9459              Reply-To: kragen@pobox.com
9460              Message-Id: <199909212027.QAA03450@kirk.dnaco.net>
9461      Branch: cfgperl
9462            ! pod/perlfaq9.pod
9463 ____________________________________________________________________________
9464 [  4212] By: jhi                                   on 1999/09/20  19:55:42
9465         Log: Integrate with Sarathy.
9466      Branch: cfgperl
9467           +> README.Y2K
9468           !> Changes MANIFEST
9469 ____________________________________________________________________________
9470 [  4211] By: jhi                                   on 1999/09/20  19:44:44
9471         Log: Rename -Duselfs to -Duselargefiles.  We don't need no stnkngbbrvtns.
9472      Branch: cfgperl
9473            ! Configure config_h.SH pod/perldelta.pod
9474      Branch: metaconfig/U/perl
9475            ! use64bits.U uselfs.U uselongdbl.U
9476 ____________________________________________________________________________
9477 [  4210] By: jhi                                   on 1999/09/20  19:38:26
9478         Log: Configure -A change: -Afoo=bar is equal to -Aappend:foo=" bar".
9479      Branch: cfgperl
9480            ! Configure config_h.SH
9481      Branch: metaconfig
9482            ! U/modified/Options.U
9483 ____________________________________________________________________________
9484 [  4209] By: gsar                                  on 1999/09/20  19:35:39
9485         Log: integrate cfgperl changes into mainline
9486      Branch: perl
9487           +> lib/unicode/Unicode.html
9488            ! Changes
9489           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
9490           !> config_h.SH doio.c perl.h pod/perldelta.pod pod/perlfunc.pod
9491 ____________________________________________________________________________
9492 [  4208] By: gsar                                  on 1999/09/20  18:28:44
9493         Log: add README.Y2K (from Dominic Dunlop <domo@vo.lu>)
9494      Branch: perl
9495            + README.Y2K
9496            ! MANIFEST
9497 ____________________________________________________________________________
9498 [  4207] By: jhi                                   on 1999/09/20  11:06:13
9499         Log: Document -Duselfs, -Duselongdouble, and -Dusemorebits.
9500      Branch: cfgperl
9501            ! pod/perldelta.pod
9502 ____________________________________________________________________________
9503 [  4206] By: jhi                                   on 1999/09/20  09:53:15
9504         Log: Do not test for gccish things in non-gccish platforms.
9505      Branch: cfgperl
9506            ! Configure config_h.SH
9507      Branch: metaconfig
9508            ! U/compline/ccflags.U
9509 ____________________________________________________________________________
9510 [  4205] By: jhi                                   on 1999/09/20  09:41:22
9511         Log: Prompt for uselfs.
9512      Branch: cfgperl
9513            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9514            ! config_h.SH
9515      Branch: metaconfig
9516            ! U/mksample
9517      Branch: metaconfig/U/perl
9518            ! use64bits.U uselfs.U
9519 ____________________________________________________________________________
9520 [  4204] By: jhi                                   on 1999/09/20  09:09:29
9521         Log: Add usemorebits and uselfs.
9522      Branch: cfgperl
9523            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9524            ! config_h.SH doio.c perl.h
9525      Branch: metaconfig/U/perl
9526            + uselfs.U usemorebits.U
9527            ! use64bits.U uselongdbl.U
9528 ____________________________________________________________________________
9529 [  4203] By: jhi                                   on 1999/09/20  07:48:48
9530         Log: Dethinko.
9531      Branch: cfgperl
9532            ! pod/perlfunc.pod
9533 ____________________________________________________________________________
9534 [  4202] By: jhi                                   on 1999/09/20  07:33:32
9535         Log: Fix a bug in the description of endianness.  Reported in
9536              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
9537              To: perl5-porters@perl.org
9538              Subject: BUG: perldoc -f pack
9539              Date: Mon, 20 Sep 1999 09:43:49 +0400
9540              Message-ID: <402099F49BEED211999700805FC7359F20D3F5@ru0028exch01.spb.lucent.com>
9541      Branch: cfgperl
9542            ! pod/perlfunc.pod
9543 ____________________________________________________________________________
9544 [  4201] By: jhi                                   on 1999/09/20  07:01:26
9545         Log: Integrate with Sarathy.
9546      Branch: cfgperl
9547           +> t/op/args.t
9548           !> (integrate 31 files)
9549 ____________________________________________________________________________
9550 [  4200] By: gsar                                  on 1999/09/20  03:45:06
9551         Log: From: Russ Allbery <rra@stanford.edu>
9552              Date: 19 Aug 1999 04:35:44 -0700
9553              Message-Id: <yl7lms9f5b.fsf@windlord.stanford.edu>
9554              Subject: [ID 19990819.002] File::Find error when pruning top-level directories
9555      Branch: perl
9556            ! lib/File/Find.pm
9557 ____________________________________________________________________________
9558 [  4199] By: gsar                                  on 1999/09/20  03:27:49
9559         Log: suppress warning (from John Tobey <jtobey@epsilondev.com>)
9560      Branch: perl
9561            ! ext/B/B/Terse.pm
9562 ____________________________________________________________________________
9563 [  4198] By: gsar                                  on 1999/09/20  03:25:25
9564         Log: add arenas for managing allocations of remaining xpv*v structures
9565              From: Vishal Bhatia <vishal@gol.com>
9566              Date: Wed, 25 Aug 1999 00:31:33 +0900 (JST)
9567              Message-ID: <Pine.LNX.4.10.9908250031000.11727-100000@localhost.localdomain>
9568              Subject: [PATCH 5.005_60] removing extra ref count (compiler) 
9569      Branch: perl
9570            ! embed.h embed.pl embedvar.h ext/B/B/C.pm intrpvar.h objXSUB.h
9571            ! proto.h sv.c
9572 ____________________________________________________________________________
9573 [  4197] By: gsar                                  on 1999/09/20  03:06:10
9574         Log: queue errors due to strictures rather than printing them as
9575              warnings; symbols that violate strictures do *not* end up in
9576              the symbol table anyway, making multiple evals of the same piece
9577              of code produce the same errors; errors indicate all locations
9578              of a global symbol rather than just the first one; these
9579              changes make compile-time failures within evals reliably
9580              visible via the return value or contents of $@, and trappable
9581              using __DIE__ hooks
9582      Branch: perl
9583            ! embed.h embed.pl embedvar.h ext/DynaLoader/dlutils.c
9584            ! ext/Thread/Thread.xs global.sym gv.c objXSUB.h op.c perl.c
9585            ! perlapi.c pp_ctl.c proto.h regcomp.c t/pragma/strict-refs
9586            ! t/pragma/strict-vars thrdvar.h toke.c util.c
9587 ____________________________________________________________________________
9588 [  4196] By: gsar                                  on 1999/09/19  22:14:29
9589         Log: control change#1914 via hints (causes problems on some platforms)
9590      Branch: perl
9591            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
9592            ! ext/POSIX/hints/linux.pl
9593 ____________________________________________________________________________
9594 [  4195] By: gsar                                  on 1999/09/19  21:30:18
9595         Log: avoid clearing @_ at all for faster subroutine calls; fix bugs
9596              in passing around references to @_, eg C<sub foo { \@_ }>; add
9597              tests for the same
9598      Branch: perl
9599            + t/op/args.t
9600            ! MANIFEST cop.h pp.c pp_ctl.c pp_hot.c
9601 ____________________________________________________________________________
9602 [  4194] By: jhi                                   on 1999/09/18  18:57:45
9603         Log: Integrate with Sarathy.
9604      Branch: cfgperl
9605           !> opcode.h opcode.pl
9606 ____________________________________________________________________________
9607 [  4193] By: nick                                  on 1999/09/18  15:24:56
9608         Log: Re-integrate mainline
9609              Basic SvUTF8 stuff in headers, no functional changes yet.
9610      Branch: utfperl
9611            + lib/byte.pm lib/byte_heavy.pl
9612           +> ext/B/defsubs_h.PL ext/DB_File/version.c jpl/JNI/Closer.java
9613           +> jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
9614           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
9615           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
9616           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL lib/unicode/ArabShap.txt
9617           +> lib/unicode/Blocks.txt lib/unicode/CompExcl.txt
9618           +> lib/unicode/EAWidth.txt lib/unicode/Index.txt
9619           +> lib/unicode/Jamo-2.txt lib/unicode/LineBrk.txt
9620           +> lib/unicode/Names.txt lib/unicode/Props.txt
9621           +> lib/unicode/ReadMe.txt lib/unicode/SpecCase.txt
9622           +> t/lib/bigfltpm.t
9623            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
9624            - lib/unicode/blocks.txt lib/unicode/index2.txt
9625            - lib/unicode/jamo2.txt lib/unicode/names2.txt
9626            - lib/unicode/props2.txt lib/unicode/readme.txt
9627            - t/lib/bigfloatpm.t
9628            ! doop.c embed.h embed.pl gv.c mg.c objXSUB.h op.c op.h perl.h
9629            ! perlapi.c pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h
9630            ! regexec.c regexp.h regnodes.h sv.c sv.h toke.c utf8.c utf8.h
9631            ! warnings.h
9632           !> (integrate 142 files)
9633 ____________________________________________________________________________
9634 [  4192] By: gsar                                  on 1999/09/18  15:11:47
9635         Log: more op description tweaks
9636      Branch: perl
9637            ! opcode.h opcode.pl
9638 ____________________________________________________________________________
9639 [  4191] By: jhi                                   on 1999/09/18  07:47:16
9640         Log: Integrate with Sarathy.
9641      Branch: cfgperl
9642           !> Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
9643           !> t/pragma/warn/op
9644 ____________________________________________________________________________
9645 [  4190] By: jhi                                   on 1999/09/18  07:35:45
9646         Log: Add description of the Unicode database files.
9647      Branch: cfgperl
9648            + lib/unicode/Unicode.html
9649 ____________________________________________________________________________
9650 [  4189] By: gsar                                  on 1999/09/18  03:14:58
9651         Log: tweak some op names in change#4177 (will any of this break code that
9652              gropes $@ ?)
9653      Branch: perl
9654            ! Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
9655            ! t/pragma/warn/op
9656 ____________________________________________________________________________
9657 [  4188] By: jhi                                   on 1999/09/17  21:30:08
9658         Log: Pick up the typo fix.
9659      Branch: cfgperl
9660           !> t/io/open.t
9661 ____________________________________________________________________________
9662 [  4187] By: gsar                                  on 1999/09/17  21:13:55
9663         Log: fix typo
9664      Branch: perl
9665            ! t/io/open.t
9666 ____________________________________________________________________________
9667 [  4186] By: gsar                                  on 1999/09/17  20:57:29
9668         Log: integrate cfgperl change
9669      Branch: perl
9670           !> vms/subconfigure.com
9671 ____________________________________________________________________________
9672 [  4185] By: jhi                                   on 1999/09/17  20:46:41
9673         Log: Re-apply applicable parts of #3993, #3994, and #3995.
9674      Branch: cfgperl
9675            ! vms/subconfigure.com
9676 ____________________________________________________________________________
9677 [  4184] By: gsar                                  on 1999/09/17  20:26:02
9678         Log: integrate cfgperl contents into mainline
9679      Branch: perl
9680           +> lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
9681           +> lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
9682           +> lib/unicode/Index.txt lib/unicode/Jamo-2.txt
9683           +> lib/unicode/LineBrk.txt lib/unicode/Names.txt
9684           +> lib/unicode/Props.txt lib/unicode/ReadMe.txt
9685           +> lib/unicode/SpecCase.txt
9686            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
9687            - lib/unicode/index2.txt lib/unicode/jamo2.txt
9688            - lib/unicode/names2.txt lib/unicode/props2.txt
9689            - lib/unicode/readme.txt
9690           !> (integrate 73 files)
9691 ____________________________________________________________________________
9692 [  4183] By: jhi                                   on 1999/09/17  20:25:51
9693         Log: Integrate with Sarathy.
9694      Branch: cfgperl
9695           !> configure.com ext/ByteLoader/byterun.h
9696           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
9697           !> lib/File/Spec/VMS.pm pod/perlhist.pod t/io/open.t
9698           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
9699           !> vms/perly_h.vms vms/subconfigure.com vms/vms.c vms/vmsish.h
9700 ____________________________________________________________________________
9701 [  4182] By: gsar                                  on 1999/09/17  20:16:28
9702         Log: integrate vmsperl contents into mainline (where VMS files conflicted,
9703              vmsperl contents have prevailed)
9704      Branch: perl
9705           !> configure.com ext/ByteLoader/byterun.h
9706           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
9707           !> lib/File/Spec/VMS.pm t/io/open.t vms/descrip_mms.template
9708           !> vms/gen_shrfls.pl vms/perly_c.vms vms/perly_h.vms
9709           !> vms/subconfigure.com vms/vms.c vms/vmsish.h
9710 ____________________________________________________________________________
9711 [  4181] By: jhi                                   on 1999/09/17  20:12:37
9712         Log: From: Michael G Schwern <schwern@pobox.com>
9713              To: perl5-porters@perl.org
9714              Subject: [PATCH 5.005_60 lib/Exporter/Heavy.pm] export_to_level()
9715              Date: Thu, 19 Aug 1999 21:30:01 -0400
9716              Message-ID: <19990819213001.A22512@athens.aocn.com>
9717      Branch: cfgperl
9718            ! lib/Exporter/Heavy.pm
9719 ____________________________________________________________________________
9720 [  4180] By: gsar                                  on 1999/09/17  20:11:00
9721         Log: perlhist additions
9722      Branch: perl
9723            ! pod/perlhist.pod
9724 ____________________________________________________________________________
9725 [  4179] By: jhi                                   on 1999/09/17  20:08:00
9726         Log: The change #4176 should've undone only the test, not the code patch.
9727      Branch: cfgperl
9728            ! doio.c
9729 ____________________________________________________________________________
9730 [  4178] By: jhi                                   on 1999/09/17  20:06:08
9731         Log: From: Ian Phillipps <ian@dial.pipex.com>
9732              To: Hans GINZEL <hgin2088@mail.kolej.mff.cuni.cz>, perl5-porters@perl.org
9733              Subject: [PATCH 5.005_59] Re: [ID 19990820.007] Small typo in perlsyn.pod
9734              Date: Sat, 21 Aug 1999 12:36:12 +0100
9735              Message-ID: <19990821123612.A9955@homer.diplex.co.uk>
9736      Branch: cfgperl
9737            ! pod/perlsyn.pod
9738 ____________________________________________________________________________
9739 [  4177] By: jhi                                   on 1999/09/17  20:00:19
9740         Log: More descriptive names for operators.
9741              
9742              From: Michael G Schwern <schwern@pobox.com>
9743              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
9744              Cc: perl5-porters@perl.org
9745              Subject: Re: [ID 19990817.009] [BUG 5.005_60 & 5.005_03] == reported as eq in
9746              Date: Tue, 17 Aug 1999 18:35:45 -0400
9747              Message-ID: <19990817183545.A23073@toldyouso.com>
9748              
9749              From: Michael G Schwern <schwern@pobox.com>
9750              To: perl5-porters@perl.org
9751              Subject: [PATCH 5.005_60 opcode.pl and friends] Improved opcode descriptions
9752              Date: Wed, 18 Aug 1999 03:53:38 -0400
9753              Message-ID: <19990818035337.A31505@athens.aocn.com>
9754      Branch: cfgperl
9755            ! opcode.h opcode.pl pp.sym pp_proto.h sv.c t/op/misc.t
9756            ! t/pragma/warn/op t/pragma/warn/sv
9757 ____________________________________________________________________________
9758 [  4176] By: jhi                                   on 1999/09/17  18:19:18
9759         Log: Take away the infamous io/dup.t #7.
9760              It seems there simply is no way to portably
9761              "flush" an input file handle.
9762      Branch: cfgperl
9763            ! doio.c t/io/dup.t
9764 ____________________________________________________________________________
9765 [  4175] By: jhi                                   on 1999/09/17  14:45:08
9766         Log: From: Barrie Slaymaker <barries@slaysys.com>
9767              To: perl5-porters@perl.org
9768              Subject: [PATCH 5.005_61] Benchmark: screwed patch format, try this instead
9769              Date: Fri, 17 Sep 1999 11:16:48 -0400
9770              Message-Id: <199909171516.LAA30887@jester.slaysys.com>
9771      Branch: cfgperl
9772            ! lib/Benchmark.pm
9773 ____________________________________________________________________________
9774 [  4174] By: jhi                                   on 1999/09/17  14:07:16
9775         Log: UNICOS does support large files but doesn't support sparse files
9776              so we cannot easily test for large file support.
9777      Branch: cfgperl
9778            ! t/lib/syslfs.t t/op/lfs.t
9779 ____________________________________________________________________________
9780 [  4173] By: jhi                                   on 1999/09/17  14:03:44
9781         Log: UNICOS has sloppy division/modulo for floating point numbers.
9782      Branch: cfgperl
9783            ! t/op/arith.t
9784 ____________________________________________________________________________
9785 [  4172] By: jhi                                   on 1999/09/17  13:47:49
9786         Log: Portable blocksize (replaces #4171).
9787      Branch: cfgperl
9788            ! t/lib/syslfs.t t/op/lfs.t
9789 ____________________________________________________________________________
9790 [  4171] By: jhi                                   on 1999/09/17  13:08:54
9791         Log: (replaced by #4172)
9792      Branch: cfgperl
9793            ! t/lib/syslfs.t t/op/lfs.t
9794 ____________________________________________________________________________
9795 [  4170] By: jhi                                   on 1999/09/17  12:59:11
9796         Log: Detypo #4169.
9797      Branch: cfgperl
9798            ! t/lib/syslfs.t t/op/lfs.t
9799 ____________________________________________________________________________
9800 [  4169] By: jhi                                   on 1999/09/17  12:16:34
9801         Log: Diagnose possible quota limits.
9802      Branch: cfgperl
9803            ! t/lib/syslfs.t t/op/lfs.t
9804 ____________________________________________________________________________
9805 [  4168] By: jhi                                   on 1999/09/17  12:10:43
9806         Log: UNICOS doesn't have getpgid().  Or, at least 9.0.1ai
9807              doesn't have one that wouldn't cause SIGSYS.  UNICOS
9808              does have getpgrp(void) so Perl getpgrp() is happy.
9809      Branch: cfgperl
9810            ! hints/unicos.sh
9811 ____________________________________________________________________________
9812 [  4167] By: jhi                                   on 1999/09/17  11:49:30
9813         Log: Filesystem quotas may stop you from using large files.
9814      Branch: cfgperl
9815            ! pod/perldelta.pod t/lib/syslfs.t t/op/lfs.t
9816 ____________________________________________________________________________
9817 [  4166] By: jhi                                   on 1999/09/17  11:36:01
9818         Log: Too strict pattern for parsing group lists.
9819      Branch: cfgperl
9820            ! t/op/groups.t
9821 ____________________________________________________________________________
9822 [  4165] By: jhi                                   on 1999/09/17  09:06:18
9823         Log: Configure maintenance. It's sigaction.sa_flags
9824              and the Glossary regen'ed.
9825      Branch: cfgperl
9826            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9827            ! config_h.SH
9828      Branch: metaconfig
9829            ! U/compline/d_sigaction.U
9830 ____________________________________________________________________________
9831 [  4164] By: jhi                                   on 1999/09/15  06:57:51
9832         Log: Integrate with Sarathy.
9833      Branch: cfgperl
9834           +> jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
9835           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
9836           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
9837           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL
9838           !> Changes MANIFEST embed.h embed.pl jpl/JNI/JNI.pm
9839           !> jpl/JNI/JNI.xs jpl/JNI/Makefile.PL jpl/JNI/test.pl
9840           !> jpl/JNI/typemap jpl/JPL/Makefile.PL
9841           !> jpl/PerlInterpreter/Makefile.PL
9842           !> jpl/PerlInterpreter/PerlInterpreter.c
9843           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
9844           !> jpl/Sample/Makefile.PL jpl/install-jpl
9845           !> lib/File/Spec/Functions.pm pod/perlhist.pod regexec.c
9846           !> t/op/pat.t
9847 ____________________________________________________________________________
9848 [  4163] By: gsar                                  on 1999/09/15  05:17:27
9849         Log: add :ALL export tag (from Chris Nandor <pudge@pobox.com>)
9850      Branch: perl
9851            ! lib/File/Spec/Functions.pm
9852 ____________________________________________________________________________
9853 [  4162] By: gsar                                  on 1999/09/15  05:09:14
9854         Log: addendum to change#4136 (from Robin Barker <rmb1@cise.npl.co.uk>)
9855      Branch: perl
9856            ! Changes embed.h embed.pl
9857 ____________________________________________________________________________
9858 [  4161] By: gsar                                  on 1999/09/15  04:08:25
9859         Log: missing perlhist dates from Jeff Okamoto
9860      Branch: perl
9861            ! pod/perlhist.pod
9862 ____________________________________________________________________________
9863 [  4160] By: gsar                                  on 1999/09/15  03:13:08
9864         Log: jpl tweak
9865      Branch: perl
9866            ! MANIFEST jpl/JNI/Makefile.PL
9867 ____________________________________________________________________________
9868 [  4159] By: gsar                                  on 1999/09/15  02:57:08
9869         Log: update to JPL snapshot v09141999, with minor tweaks (from Brian
9870              Jepson <bjepson@home.com>)
9871      Branch: perl
9872            + jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
9873            + jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
9874            + jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
9875            + jpl/JNI/typemap.win32 jpl/SETVARS.PL
9876            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
9877            ! jpl/JNI/test.pl jpl/JNI/typemap jpl/JPL/Makefile.PL
9878            ! jpl/PerlInterpreter/Makefile.PL
9879            ! jpl/PerlInterpreter/PerlInterpreter.c
9880            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
9881            ! jpl/Sample/Makefile.PL jpl/install-jpl
9882 ____________________________________________________________________________
9883 [  4158] By: gsar                                  on 1999/09/15  01:27:14
9884         Log: From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
9885              Date:    Tue, 14 Sep 1999 21:26:15 EDT
9886              Message-Id: <199909150126.VAA24720@monk.mps.ohio-state.edu>
9887              Subject: [PATCH 5.005_58+] Re: [ID 19990914.001] Perl_re_intuit_start() hangs in a loop
9888      Branch: perl
9889            ! regexec.c t/op/pat.t
9890 ____________________________________________________________________________
9891 [  4157] By: jhi                                   on 1999/09/14  21:18:09
9892         Log: config.h will define USE_64_BITS if need be.
9893      Branch: cfgperl
9894            ! hints/irix_6.sh
9895 ____________________________________________________________________________
9896 [  4156] By: jhi                                   on 1999/09/14  20:30:00
9897         Log: Change #4149 necessitates also a small code change.
9898      Branch: cfgperl
9899            ! ext/B/defsubs_h.PL
9900 ____________________________________________________________________________
9901 [  4155] By: jhi                                   on 1999/09/14  20:15:53
9902         Log: Update EPOC libdir names.
9903      Branch: cfgperl
9904            ! epoc/config.h
9905 ____________________________________________________________________________
9906 [  4154] By: jhi                                   on 1999/09/14  20:13:41
9907         Log: Obsolete epoc/config.h caused #4153 to re-introduce already
9908              deceased HAS.*DBM.*64 mumblings.
9909      Branch: cfgperl
9910            ! Configure config_h.SH epoc/config.h
9911 ____________________________________________________________________________
9912 [  4153] By: jhi                                   on 1999/09/14  20:04:53
9913         Log: Configure nits.
9914      Branch: cfgperl
9915            ! Configure config_h.SH
9916      Branch: metaconfig
9917            ! U/compline/d_sigaction.U U/threads/i_pthread.U
9918 ____________________________________________________________________________
9919 [  4152] By: jhi                                   on 1999/09/14  19:30:22
9920         Log: Integrate with Sarathy.
9921      Branch: cfgperl
9922           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
9923            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
9924           !> INSTALL MANIFEST ext/B/Makefile.PL pod/perldiag.pod
9925           !> win32/config_sh.PL
9926 ____________________________________________________________________________
9927 [  4151] By: jhi                                   on 1999/09/14  10:25:01
9928         Log: Update Unicode database and recompute the tables.
9929              Rename the .txt files to be more Unicode 3.0-like.
9930              Unihan-3.0.txt not included because it is 16 MB.
9931              syllables.txt is manually maintained.
9932              See ReadMe.txt for description of the .txt files.
9933              (not all of them are used yet)
9934      Branch: cfgperl
9935            + lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
9936            + lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
9937            + lib/unicode/Index.txt lib/unicode/Jamo-2.txt
9938            + lib/unicode/LineBrk.txt lib/unicode/Names.txt
9939            + lib/unicode/Props.txt lib/unicode/ReadMe.txt
9940            + lib/unicode/SpecCase.txt
9941            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
9942            - lib/unicode/index2.txt lib/unicode/jamo2.txt
9943            - lib/unicode/names2.txt lib/unicode/props2.txt
9944            - lib/unicode/readme.txt
9945            ! MANIFEST lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
9946            ! lib/unicode/Bidirectional.pl lib/unicode/Block.pl
9947            ! lib/unicode/Category.pl lib/unicode/CombiningClass.pl
9948            ! lib/unicode/Decomposition.pl
9949            ! lib/unicode/In/ArabicPresentationForms-B.pl
9950            ! lib/unicode/In/Specials.pl lib/unicode/In/Tibetan.pl
9951            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
9952            ! lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiL.pl
9953            ! lib/unicode/Is/BidiON.pl lib/unicode/Is/BidiWS.pl
9954            ! lib/unicode/Is/DCcompat.pl lib/unicode/Is/DecoCanon.pl
9955            ! lib/unicode/Is/DecoCompat.pl lib/unicode/Is/L.pl
9956            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lo.pl
9957            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Lu.pl
9958            ! lib/unicode/Is/Pd.pl lib/unicode/Is/Po.pl lib/unicode/Is/S.pl
9959            ! lib/unicode/Is/Sm.pl lib/unicode/Is/So.pl
9960            ! lib/unicode/Is/Upper.pl lib/unicode/Is/Word.pl
9961            ! lib/unicode/JamoShort.pl lib/unicode/UnicodeData-Latest.txt
9962            ! lib/unicode/mktables.PL
9963 ____________________________________________________________________________
9964 [  4150] By: gsar                                  on 1999/09/14  09:31:57
9965         Log: INSTALL tweak
9966      Branch: perl
9967            ! INSTALL
9968 ____________________________________________________________________________
9969 [  4149] By: gsar                                  on 1999/09/14  09:00:45
9970         Log: change some filenames to be 8.3-friendly
9971      Branch: perl
9972           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
9973            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
9974            ! MANIFEST ext/B/Makefile.PL pod/perldiag.pod
9975 ____________________________________________________________________________
9976 [  4148] By: gsar                                  on 1999/09/14  08:35:00
9977         Log: win32 config tweak (suggested by Greg Chapman <glc@well.com>)
9978      Branch: perl
9979            ! win32/config_sh.PL
9980 ____________________________________________________________________________
9981 [  4147] By: jhi                                   on 1999/09/14  08:07:49
9982         Log: Not that UVSIZE normally differs that much from IVSIZE...
9983      Branch: cfgperl
9984            ! perl.h
9985 ____________________________________________________________________________
9986 [  4146] By: jhi                                   on 1999/09/14  08:04:40
9987         Log: Integrate with Sarathy.
9988      Branch: cfgperl
9989           !> Changes ext/DB_File/DB_File.xs
9990 ____________________________________________________________________________
9991 [  4145] By: jhi                                   on 1999/09/14  07:10:02
9992         Log: I_PTHREAD was PTHREADEAD.
9993      Branch: cfgperl
9994            ! Configure config_h.SH
9995      Branch: metaconfig
9996            ! U/threads/i_pthread.U
9997 ____________________________________________________________________________
9998 [  4144] By: gsar                                  on 1999/09/14  06:46:47
9999         Log: change#4113 was missing DB_File.xs changes
10000      Branch: perl
10001            ! ext/DB_File/DB_File.xs
10002 ____________________________________________________________________________
10003 [  4143] By: jhi                                   on 1999/09/13  20:16:20
10004         Log: Small doc and whitespace edits.
10005      Branch: cfgperl
10006            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
10007            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
10008            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
10009            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
10010            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
10011            ! pod/perldelta.pod
10012 ____________________________________________________________________________
10013 [  4142] By: gsar                                  on 1999/09/13  19:32:31
10014         Log: integrate cfgperl contents into mainline, update Changes
10015      Branch: perl
10016           +> ext/DB_File/version.c
10017            ! Changes
10018           !> (integrate 44 files)
10019 ____________________________________________________________________________
10020 [  4141] By: jhi                                   on 1999/09/13  16:16:56
10021         Log: Scan for <pthread.h> always.
10022      Branch: cfgperl
10023            ! Configure config_h.SH perl.h
10024      Branch: metaconfig
10025            ! U/threads/i_pthread.U
10026 ____________________________________________________________________________
10027 [  4140] By: jhi                                   on 1999/09/13  16:00:08
10028         Log: Integrate with Sarathy.
10029      Branch: cfgperl
10030           !> (integrate 27 files)
10031 ____________________________________________________________________________
10032 [  4139] By: jhi                                   on 1999/09/13  15:35:18
10033         Log: Add -A option to Configure to diddle with variables
10034              after the hints file has been applied.
10035      Branch: cfgperl
10036            ! Configure config_h.SH
10037      Branch: metaconfig
10038            ! U/modified/Oldconfig.U U/modified/Options.U
10039 ____________________________________________________________________________
10040 [  4138] By: jhi                                   on 1999/09/13  13:42:56
10041         Log: Change #4136 edited DynaLoader.xs which is kind of fruitless.
10042      Branch: cfgperl
10043            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
10044            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
10045            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
10046            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
10047            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
10048 ____________________________________________________________________________
10049 [  4137] By: jhi                                   on 1999/09/13  13:25:31
10050         Log: Applying change #4136 manually introduced patch residue.
10051      Branch: cfgperl
10052            ! perl.h
10053 ____________________________________________________________________________
10054 [  4136] By: jhi                                   on 1999/09/13  13:23:04
10055         Log: Replace change #4100 with
10056              From: Robin Barker <rmb1@cise.npl.co.uk>
10057              To: gsar@activestate.com
10058              Cc: perl5-porters@perl.org
10059              Subject: Re: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with -Duse64bits
10060              Date: Mon, 13 Sep 1999 14:15:11 +0100 (BST)
10061              Message-Id: <199909131315.OAA24012@tempest.npl.co.uk>
10062      Branch: cfgperl
10063            ! doio.c dump.c ext/B/B.xs ext/B/typemap
10064            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
10065            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
10066            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
10067            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
10068 ____________________________________________________________________________
10069 [  4135] By: jhi                                   on 1999/09/13  10:22:31
10070         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10071              To: perl5-porters@perl.org (Mailing list Perl5)
10072              Subject: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
10073              Date: Sat, 11 Sep 1999 05:31:03 -0400 (EDT)
10074              Message-Id: <199909110931.FAA11036@monk.mps.ohio-state.edu>
10075              
10076              From: andreas.koenig@anima.de (Andreas J. Koenig)
10077              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
10078              Cc: perl5-porters@perl.org (Mailing list Perl5)
10079              Subject: Re: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
10080              Date: 11 Sep 1999 15:36:26 +0200
10081              Message-ID: <sfc906dr2n9.fsf@hohenstaufen.in-berlin.de>
10082      Branch: cfgperl
10083            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
10084 ____________________________________________________________________________
10085 [  4134] By: jhi                                   on 1999/09/13  10:20:14
10086         Log: From: Tom Phoenix <rootbeer@redcat.com>
10087              To: Perl Porters Mailing List <perl5-porters@perl.org>
10088              Subject: [DOCPATCH] Server errors and perldiag
10089              Date: Fri, 10 Sep 1999 16:45:02 -0700 (PDT)
10090              Message-ID: <Pine.GSO.4.10.9909101639490.16999-100000@user2.teleport.com>
10091      Branch: cfgperl
10092            ! pod/perldiag.pod
10093 ____________________________________________________________________________
10094 [  4133] By: gsar                                  on 1999/09/13  03:25:43
10095         Log: avoid assertion failure on C<@a'>
10096      Branch: perl
10097            ! toke.c
10098 ____________________________________________________________________________
10099 [  4132] By: gsar                                  on 1999/09/13  03:03:57
10100         Log: add -DPERL_Y2KWARN build option that will generate additional
10101              warnings on "19$yy" etc (reworked a patch suggested by
10102              Ulrich Pfeifer <upf@de.uu.net>)
10103      Branch: perl
10104            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod
10105            ! pp_hot.c sv.c t/pragma/warn/pp_hot t/pragma/warn/sv
10106 ____________________________________________________________________________
10107 [  4131] By: gsar                                  on 1999/09/12  22:06:25
10108         Log: fix DATA leaks; reword documentation about the DATA filehandle
10109      Branch: perl
10110            ! ext/Opcode/Safe.pm lib/Pod/Functions.pm pod/perldata.pod
10111 ____________________________________________________________________________
10112 [  4130] By: gsar                                  on 1999/09/12  20:08:56
10113         Log: make sprintf("%g",...) threadsafe; only taint its result iff the
10114              formatted result looks nonstandard
10115      Branch: perl
10116            ! embed.pl embedvar.h intrpvar.h objXSUB.h perl.c perlapi.c
10117            ! pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
10118            ! t/pragma/locale.t thrdvar.h
10119 ____________________________________________________________________________
10120 [  4129] By: gsar                                  on 1999/09/12  17:04:11
10121         Log: From: Doug MacEachern <dougm@cp.net>
10122              Date: Sun, 25 Jul 1999 15:49:00 -0700 (PDT)
10123              Message-ID: <Pine.LNX.4.10.9907251538380.373-100000@mojo.eng.cp.net>
10124              Subject: [PATCH 5.005_57] B::clearsym
10125      Branch: perl
10126            ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/Debug.pm ext/B/B/Terse.pm
10127 ____________________________________________________________________________
10128 [  4128] By: gsar                                  on 1999/09/12  16:59:12
10129         Log: better debugger help output (from Ilya Zakharevich)
10130      Branch: perl
10131            ! lib/perl5db.pl
10132 ____________________________________________________________________________
10133 [  4127] By: jhi                                   on 1999/09/11  20:50:37
10134         Log: Integrate with Sarathy.
10135      Branch: cfgperl
10136           +> pod/perlcompile.pod t/lib/gol-basic.t t/lib/gol-compat.t
10137           +> t/lib/gol-linkage.t
10138           !> (integrate 43 files)
10139 ____________________________________________________________________________
10140 [  4126] By: nick                                  on 1999/09/10  20:44:22
10141         Log: Get resolve -at mainline
10142      Branch: utfperl
10143           +> (branch 297 files)
10144            - README.cygwin32 XSlock.h bytecode.h byterun.c byterun.h
10145            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
10146            - cygwin32/perlld ext/B/byteperl.c ext/DynaLoader/dl_cygwin32.xs
10147            - hints/cygwin32.sh interp.sym myconfig objpp.h perl_exp.SH
10148            - t/pragma/warn-1global t/pragma/warning.t thread.sym
10149            - win32/GenCAPI.pl win32/TEST win32/autosplit.pl
10150            - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
10151            - win32/genxsdef.pl win32/makedef.pl win32/makemain.pl
10152            - win32/makeperldef.pl win32/perlhost.h
10153           !> (integrate 847 files)
10154 ____________________________________________________________________________
10155 [  4125] By: gsar                                  on 1999/09/10  19:22:14
10156         Log: s/dXS_TARGET/dXSTARG/ in change#4044 (to match dARGS vs dXSARGS
10157              etc.)
10158      Branch: perl
10159            ! XSUB.h pp.h
10160 ____________________________________________________________________________
10161 [  4124] By: gsar                                  on 1999/09/10  19:14:35
10162         Log: rewrote substantive parts of patch
10163              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10164              Date: Fri, 27 Aug 1999 19:02:18 -0400
10165              Message-ID: <19990827190218.A19561@monk.mps.ohio-state.edu>
10166              Subject: [PATCH 5.005_58] REx documentation
10167      Branch: perl
10168            ! pod/perlre.pod
10169 ____________________________________________________________________________
10170 [  4123] By: gsar                                  on 1999/09/10  18:21:53
10171         Log: note about AVf_*
10172      Branch: perl
10173            ! av.h
10174 ____________________________________________________________________________
10175 [  4122] By: gsar                                  on 1999/09/10  17:55:42
10176         Log: allow 'text' in L<text|A::B/"C"> (from Martin Lichtin
10177              <lichtin@bivio.com>)
10178      Branch: perl
10179            ! lib/Pod/Html.pm
10180 ____________________________________________________________________________
10181 [  4121] By: gsar                                  on 1999/09/10  17:49:35
10182         Log: dos-djgpp update (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
10183      Branch: perl
10184            ! AUTHORS Changes README.dos djgpp/config.over
10185            ! djgpp/configure.bat djgpp/djgpp.c djgpp/djgppsed.sh dosish.h
10186            ! lib/ExtUtils/MM_Unix.pm pod/pod2usage.PL pod/podchecker.PL
10187            ! pod/podselect.PL sv.h t/io/openpid.t util.c
10188 ____________________________________________________________________________
10189 [  4120] By: gsar                                  on 1999/09/10  12:25:01
10190         Log: add perlcompile.pod (edited content from Nathan Torkington
10191              <gnat@frii.com> and others)
10192      Branch: perl
10193            + pod/perlcompile.pod
10194            ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod pod/roffitall
10195 ____________________________________________________________________________
10196 [  4119] By: gsar                                  on 1999/09/10  11:05:13
10197         Log: avoid leaking static local_patches unless patchlevel.h is
10198              explicitly included
10199      Branch: perl
10200            ! patchlevel.h perl.c
10201 ____________________________________________________________________________
10202 [  4118] By: gsar                                  on 1999/09/10  10:44:54
10203         Log: upgrade to Getopt::Long v2.20 (from Johan Vromans
10204              <jvromans@squirrel.nl>)
10205      Branch: perl
10206            + t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
10207            ! Changes MANIFEST lib/Getopt/Long.pm
10208 ____________________________________________________________________________
10209 [  4116] By: jhi                                   on 1999/09/09  15:56:52
10210         Log: perldeltify change #4115.
10211      Branch: cfgperl
10212            ! pod/perldelta.pod
10213 ____________________________________________________________________________
10214 [  4115] By: jhi                                   on 1999/09/09  15:48:56
10215         Log: From: "John L. Allen" <allen@grumman.com> 
10216              To: perl5-porters@perl.org 
10217              Subject: [ID 19990901.003] Time::Local should not croak on "out-of-range" days
10218              Date: Wed, 1 Sep 1999 13:33:39 -0400 (EDT) 
10219              Message-Id: <199909011733.NAA17356@gateway.grumman.com> 
10220      Branch: cfgperl
10221            ! lib/Time/Local.pm
10222 ____________________________________________________________________________
10223 [  4114] By: jhi                                   on 1999/09/09  15:42:30
10224         Log: From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
10225              To: perl5-porters@perl.org
10226              Subject: [ID 19990909.003] MAXINT redefined warning on HP-UX 10.20
10227              Date: Thu, 9 Sep 1999 10:33:37 -0500 (CDT)
10228              Message-Id: <199909091533.KAA01242@www.cvm.uiuc.edu>
10229      Branch: cfgperl
10230            ! pp_sys.c
10231 ____________________________________________________________________________
10232 [  4113] By: jhi                                   on 1999/09/09  10:17:45
10233         Log: From: paul.marquess@bt.com
10234              To: gsar@ActiveState.com
10235              Cc: perl5-porters@perl.org
10236              Subject: [PATCH 5.005_61] DB_File 1.71
10237              Date: Thu, 9 Sep 1999 11:20:13 +0100
10238              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BBE@mbtlipnt02.btlabs.bt.co.uk>
10239      Branch: cfgperl
10240            + ext/DB_File/version.c
10241            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
10242            ! ext/DB_File/Makefile.PL ext/DB_File/dbinfo ext/DB_File/typemap
10243            ! t/lib/db-btree.t
10244 ____________________________________________________________________________
10245 [  4112] By: jhi                                   on 1999/09/09  09:05:32
10246         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10247              To: perl5-porters@perl.org (Mailing list Perl5)
10248              Subject: [PATCH 5.005_58] Fix interaction of (?p{}) and (?>)
10249              Date: Thu, 9 Sep 1999 04:40:11 -0400 (EDT)
10250              Message-Id: <199909090840.EAA26471@monk.mps.ohio-state.edu>
10251      Branch: cfgperl
10252            ! regexec.c t/op/pat.t
10253 ____________________________________________________________________________
10254 [  4110] By: jhi                                   on 1999/09/09  07:29:17
10255         Log: Tidy up 64-bit situation in perldelta.
10256      Branch: cfgperl
10257            ! pod/perldelta.pod
10258 ____________________________________________________________________________
10259 [  4109] By: jhi                                   on 1999/09/09  07:26:53
10260         Log: Clear up PL_regcc issues.
10261              
10262              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10263              To: perl5-porters@perl.org (Mailing list Perl5)
10264              Subject: [PATCH 5.005_60] Another regexec.c unobfuscation
10265              Date: Thu, 9 Sep 1999 02:49:49 -0400 (EDT)
10266              Message-Id: <199909090649.CAA26119@monk.mps.ohio-state.edu>
10267      Branch: cfgperl
10268            ! regexec.c
10269 ____________________________________________________________________________
10270 [  4108] By: gsar                                  on 1999/09/08  20:52:51
10271         Log: avoid ass_u_ming uppercase types are not user objects (spotted
10272              by Kurt Starsinic)
10273      Branch: perl
10274            ! ext/Data/Dumper/Dumper.pm
10275 ____________________________________________________________________________
10276 [  4107] By: gsar                                  on 1999/09/08  20:35:18
10277         Log: From: akim@epita.fr (DEMAILLE Akim)
10278              Date: Wed, 8 Sep 1999 18:18:44 +0200 (CEST)
10279              Message-Id: <m11OkQm-003A4IC@beyrouth.lrde.epita.fr>
10280              Subject: [ID 19990908.014] s2p does not quote @
10281      Branch: perl
10282            ! x2p/s2p.PL
10283 ____________________________________________________________________________
10284 [  4106] By: gsar                                  on 1999/09/08  20:25:12
10285         Log: integrate cfgperl contents into mainline
10286      Branch: perl
10287           !> (integrate 30 files)
10288 ____________________________________________________________________________
10289 [  4105] By: jhi                                   on 1999/09/08  09:02:37
10290         Log: Minor touches at the [:class:] description.
10291      Branch: cfgperl
10292            ! pod/perlre.pod
10293 ____________________________________________________________________________
10294 [  4104] By: jhi                                   on 1999/09/08  08:57:58
10295         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10296              To: Mailing list Perl5 <perl5-porters@perl.org>
10297              Subject: [PATCH 5.005_58] Fix debugging output for REx
10298              Date: Wed, 8 Sep 1999 05:02:02 -0400
10299              Message-ID: <19990908050201.A17682@monk.mps.ohio-state.edu>
10300      Branch: cfgperl
10301            ! regcomp.c
10302 ____________________________________________________________________________
10303 [  4103] By: gsar                                  on 1999/09/08  00:53:50
10304         Log: fix memory leak in C<sub f { split ' ', "a b" } f() while 1>
10305      Branch: perl
10306            ! pp.c
10307 ____________________________________________________________________________
10308 [  4102] By: gsar                                  on 1999/09/08  00:52:50
10309         Log: fix memory leak in C<sub f { @_ = 1 } f() while 1>
10310      Branch: perl
10311            ! cop.h pp_hot.c
10312 ____________________________________________________________________________
10313 [  4101] By: gsar                                  on 1999/09/07  17:25:07
10314         Log: various fixups for windows
10315      Branch: perl
10316            ! embed.h embed.pl objXSUB.h op.c perlapi.c proto.h
10317            ! win32/Makefile win32/makefile.mk xsutils.c
10318 ____________________________________________________________________________
10319 [  4100] By: jhi                                   on 1999/09/07  12:49:15
10320         Log: Fix pointer casts.
10321              
10322              From: Robin Barker <rmb1@cise.npl.co.uk>
10323              To: perl5-porters@perl.org
10324              Subject: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with
10325              -Duse64bits
10326              Date: Tue, 7 Sep 1999 12:30:18 +0100 (BST)
10327              Message-Id: <199909071130.MAA11435@tempest.npl.co.uk>
10328      Branch: cfgperl
10329            ! doio.c dump.c ext/B/B.xs ext/B/typemap
10330            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
10331            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
10332            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
10333            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
10334 ____________________________________________________________________________
10335 [  4099] By: jhi                                   on 1999/09/07  10:29:04
10336         Log: Add sig/pid/uid size and sign probes.
10337      Branch: metaconfig
10338            + U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
10339            + U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
10340 ____________________________________________________________________________
10341 [  4098] By: jhi                                   on 1999/09/07  10:27:06
10342         Log: Band-aid until we've got %{Uid_t} or something similar
10343              for sv_catpvfn().
10344      Branch: cfgperl
10345            ! taint.c
10346 ____________________________________________________________________________
10347 [  4097] By: jhi                                   on 1999/09/07  09:41:23
10348         Log: Fix a printf thinko: now quads must have the ll L q prefix.
10349              (in other words, a bare %d is an int/unsigned)
10350      Branch: cfgperl
10351            ! pp_sys.c sv.c t/op/64bit.t
10352 ____________________________________________________________________________
10353 [  4096] By: jhi                                   on 1999/09/07  07:36:17
10354         Log: HP-UX 10.20 and gcc 2.8.1 break UINT32_MAX.
10355              
10356              From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
10357              To: perl5-porters@perl.org
10358              Subject: [ID 19990906.007] Not OK: perl 5.00561 on PA-RISC1.1 10.20
10359              Date: Mon, 6 Sep 1999 21:18:12 -0500 (CDT)
10360              Message-Id: <199909070218.VAA29232@www.cvm.uiuc.edu>
10361      Branch: cfgperl
10362            ! hints/hpux.sh perl.h
10363 ____________________________________________________________________________
10364 [  4095] By: gsar                                  on 1999/09/06  20:47:02
10365         Log: applied suggested patch with suitable test to detect MSVC
10366              From: "Vishal Bhatia" <vishalb@my-deja.com>
10367              Date: Wed, 11 Aug 1999 01:43:28 -0700
10368              Message-ID: <GFCJELIOGEENAAAA@my-deja.com>
10369              Subject: compiler on  win32
10370      Branch: perl
10371            ! ext/B/B/C.pm
10372 ____________________________________________________________________________
10373 [  4094] By: jhi                                   on 1999/09/06  20:34:44
10374         Log: Integrate with Sarathy.
10375      Branch: cfgperl
10376           !> ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
10377           !> t/harness t/pragma/sub_lval.t utils/Makefile utils/perlcc.PL
10378 ____________________________________________________________________________
10379 [  4093] By: jhi                                   on 1999/09/06  20:33:43
10380         Log: Fix UV_SIZEOF to UVSIZE; change the overflow tests
10381              so that they overflow also on 64-bit platforms.
10382      Branch: cfgperl
10383            ! t/pragma/warn/toke t/pragma/warn/util toke.c util.c
10384 ____________________________________________________________________________
10385 [  4092] By: gsar                                  on 1999/09/06  20:16:58
10386         Log: support bytecode and C backends in perlcc (patch suggested
10387              by Tom Hughes <tom@compton.au>); s/-opt/-noopt/ and make the
10388              C backend the default; describe new switches in pod; introduce
10389              PERLCC_OPTS and s/COMPILE_TIMEOUT/PERLCC_TIMEOUT/;
10390              s/COMPILE_TEST/HARNESS_COMPILE_TEST/; document these %ENV
10391              entries
10392      Branch: perl
10393            ! ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
10394            ! t/harness utils/Makefile utils/perlcc.PL
10395 ____________________________________________________________________________
10396 [  4091] By: jhi                                   on 1999/09/06  19:10:41
10397         Log: Integrate with Sarathy.
10398      Branch: cfgperl
10399           +> t/pragma/sub_lval.t
10400           !> (integrate 52 files)
10401 ____________________________________________________________________________
10402 [  4090] By: gsar                                  on 1999/09/06  19:09:06
10403         Log: propagate changed error text
10404      Branch: perl
10405            ! t/pragma/sub_lval.t
10406 ____________________________________________________________________________
10407 [  4089] By: gsar                                  on 1999/09/06  18:54:43
10408         Log: sprintf doc tweak (from Ian Phillipps <ian@dial.pipex.com>)
10409      Branch: perl
10410            ! pod/perlfunc.pod
10411 ____________________________________________________________________________
10412 [  4088] By: gsar                                  on 1999/09/06  18:52:10
10413         Log: From: paul.marquess@bt.com
10414              Date: Sun, 5 Sep 1999 15:11:08 +0100 
10415              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BAB@mbtlipnt02.btlabs.bt.co.uk>
10416              Subject: [PATCH 5.005_61] Another patch for Lexical Warnings
10417      Branch: perl
10418            ! pp_sys.c t/pragma/warn/doio t/pragma/warn/op
10419            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys
10420            ! t/pragma/warn/regcomp t/pragma/warn/sv t/pragma/warn/toke
10421            ! t/pragma/warn/universal t/pragma/warn/utf8 t/pragma/warn/util
10422            ! toke.c
10423 ____________________________________________________________________________
10424 [  4087] By: gsar                                  on 1999/09/06  18:06:06
10425         Log: change#3612 is buggy when quotemeta argument matches target
10426              (hope this is the last of the optimized-OP_SASSIGN bugs)
10427              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10428              Date: Sun, 5 Sep 1999 06:07:42 -0400 (EDT)
10429              Message-Id: <199909051007.GAA06423@monk.mps.ohio-state.edu>
10430              Subject: Re: [BUG: quotemeta]
10431      Branch: perl
10432            ! Changes op.c t/op/lex_assign.t
10433 ____________________________________________________________________________
10434 [  4086] By: gsar                                  on 1999/09/06  17:57:52
10435         Log: misc tweaks
10436      Branch: perl
10437            ! bytecode.pl ext/ByteLoader/byterun.h pod/perlsyn.pod toke.c
10438 ____________________________________________________________________________
10439 [  4085] By: gsar                                  on 1999/09/06  03:54:23
10440         Log: applied patch suggested by Hans Mulder to fix problems on
10441              OPENSTEP-Mach; be more careful about PERL_POLLUTE_MALLOC
10442              when they ask for bincompat (platforms that used to default
10443              to EMBEDMYMALLOC continue to do so); disable warnings.t#192
10444              (appears unsalvageable on some platforms)
10445      Branch: perl
10446            ! embed.h embed.pl handy.h perl.h pp_sys.c t/pragma/warn/pp_hot
10447 ____________________________________________________________________________
10448 [  4084] By: bailey                                on 1999/09/06  02:39:11
10449         Log: Integrate mainline 5.05_61
10450      Branch: vmsperl
10451           +> (branch 32 files)
10452            - lib/unicode/EthiopicSyllables.txt
10453            - lib/unicode/MakeEthiopicSyllables.PL t/pragma/warning.t
10454            - warning.pl
10455            ! vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
10456            ! vms/perly_h.vms vms/vms.c
10457           !> (integrate 346 files)
10458 ____________________________________________________________________________
10459 [  4083] By: gsar                                  on 1999/09/06  00:10:40
10460         Log: optional warning on join(/foo/...) (reworked suggested patch
10461              by Mark-Jason Dominus <mjd@plover.com>)
10462      Branch: perl
10463            ! embed.h objXSUB.h op.c opcode.h opcode.pl perlapi.c
10464            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.sym
10465            ! pp_proto.h t/pragma/warn/op
10466 ____________________________________________________________________________
10467 [  4082] By: gsar                                  on 1999/09/05  22:28:57
10468         Log: fix data loss when more than one block is read from SDBM
10469              *.dir file (suggested by Uwe Ohse <uwe@ohse.de>)
10470      Branch: perl
10471            ! ext/SDBM_File/sdbm/sdbm.c
10472 ____________________________________________________________________________
10473 [  4081] By: gsar                                  on 1999/09/05  22:07:18
10474         Log: initial implementation of lvalue subroutines (slightly fixed
10475              version of patch suggested by Ilya Zakharevich, which in turn
10476              is based on the one suggested by Tuomas J. Lukka <lukka@iki.fi>)
10477      Branch: perl
10478            + t/pragma/sub_lval.t
10479            ! MANIFEST cop.h cv.h dump.c embed.h ext/Opcode/Opcode.pm
10480            ! ext/attrs/attrs.pm ext/attrs/attrs.xs global.sym objXSUB.h
10481            ! op.c op.h opcode.h opcode.pl opnames.h perlapi.c
10482            ! pod/perldiag.pod pod/perlsub.pod pp.c pp.sym pp_hot.c
10483            ! pp_proto.h proto.h t/pragma/warn/pp_ctl
10484 ____________________________________________________________________________
10485 [  4080] By: jhi                                   on 1999/09/05  22:02:18
10486         Log: Undo #4055 (related to #4079).
10487      Branch: cfgperl
10488            ! pod/perlop.pod
10489 ____________________________________________________________________________
10490 [  4079] By: jhi                                   on 1999/09/05  21:30:54
10491         Log: Time is not yet ripe.
10492      Branch: cfgperl
10493            ! pod/perldelta.pod pod/perlop.pod pp.c t/op/64bit.t t/op/misc.t
10494 ____________________________________________________________________________
10495 [  4078] By: gsar                                  on 1999/09/05  18:17:32
10496         Log: modified suggested patch to handle cross-refs and qr// objects
10497              correctly; unfollowed refs are represented as simple string
10498              value, not just the bare type; $VERSION stays the same until
10499              it is ready for prime time (avoids CPAN confustication)
10500              From:    John Nolan <jpnolan@Op.Net>
10501              Date:    Wed, 04 Aug 1999 20:21:10 EDT
10502              Message-Id: <199908050021.UAA09693@monet.op.net>
10503              Subject: [ID 19990804.006] [PATCH]5.005_60 (Data::Dumper) - implements Maxdepth setting
10504      Branch: perl
10505            ! Changes ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
10506            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo t/lib/dumper.t
10507 ____________________________________________________________________________
10508 [  4077] By: jhi                                   on 1999/09/04  21:54:42
10509         Log: timesum() wasn't @EXPORTed as promised by the documentation.
10510              Bug reported by Alex Efros <powerman@inart.kharkov.com>.
10511      Branch: cfgperl
10512            ! lib/Benchmark.pm
10513 ____________________________________________________________________________
10514 [  4076] By: gsar                                  on 1999/09/04  20:21:59
10515         Log: integrate cfgperl contents into mainline
10516      Branch: perl
10517           +> lib/attributes.pm lib/warnings.pm t/lib/attrs.t t/op/attrs.t
10518           +> t/pragma/warn/7fatal t/pragma/warn/8signal t/pragma/warnings.t
10519           +> warnings.h warnings.pl xsutils.c
10520            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
10521           !> (integrate 109 files)
10522 ____________________________________________________________________________
10523 [  4075] By: jhi                                   on 1999/09/04  18:04:47
10524         Log: use integer on the problematic subtest.
10525      Branch: cfgperl
10526            ! t/op/misc.t
10527 ____________________________________________________________________________
10528 [  4074] By: jhi                                   on 1999/09/04  17:57:40
10529         Log: Warn about numconvert.t in case somebody
10530              wants to make sv_2pv more 64-bit aware.
10531      Branch: cfgperl
10532            ! sv.c
10533 ____________________________________________________________________________
10534 [  4073] By: jhi                                   on 1999/09/04  17:54:51
10535         Log: Comment upgrading: the quad situation isn't quite as
10536              bad as it used to be.
10537      Branch: cfgperl
10538            ! perl.h
10539 ____________________________________________________________________________
10540 [  4072] By: jhi                                   on 1999/09/04  15:35:37
10541         Log: Integrate with Sarathy.
10542      Branch: cfgperl
10543           !> win32/win32.c
10544 ____________________________________________________________________________
10545 [  4071] By: jhi                                   on 1999/09/04  15:28:11
10546         Log: Fix LFS with -Duseperlio in Solaris.  Reported in
10547              
10548              From: Robin Barker <rmb1@cise.npl.co.uk>
10549              To: perl5-porters@perl.org
10550              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
10551              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
10552              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
10553              
10554              and later (in private email) found to be dependent
10555              on useperlio.
10556              
10557              Mental note: the cpp magic done in perlsdio.h (and assumedly
10558              also in perlsfio.h) may cause trouble later with lfs because
10559              both the perlio scheme by Perl and the lfs support by vendors
10560              like to play cpp games to map the stdio namespace back and forth.
10561              The problem fixed here (fseek vs fseeko, ftell vs ftello) may be
10562              just the beginning.
10563      Branch: cfgperl
10564            ! perlio.c
10565 ____________________________________________________________________________
10566 [  4070] By: jhi                                   on 1999/09/04  13:12:14
10567         Log: Enable 64-bit clean bit ops.
10568              (Disables the t/op/misc.t substest 3 in 64-bit platforms.)
10569      Branch: cfgperl
10570            ! pod/perldelta.pod pod/perlop.pod pp.c pp_hot.c t/op/64bit.t
10571            ! t/op/misc.t
10572 ____________________________________________________________________________
10573 [  4069] By: jhi                                   on 1999/09/03  21:17:30
10574         Log: Turn on USE_64_BIT_OFFSETS implicitly.
10575      Branch: cfgperl
10576            ! perl.h
10577 ____________________________________________________________________________
10578 [  4068] By: jhi                                   on 1999/09/03  08:19:59
10579         Log: Fix from Spider for the sub attributes (there was an undocumented
10580              dependency between force_word() and skipspace()).
10581      Branch: cfgperl
10582            ! toke.c
10583 ____________________________________________________________________________
10584 [  4067] By: jhi                                   on 1999/09/01  23:17:06
10585         Log: From: John Tobey <spam@john-edwin-tobey.org>
10586              To: ilya@math.ohio-state.edu
10587              CC: perl5-porters@perl.org
10588              Subject: Re: [PATCH 5.005_60] distclean forgot two
10589              Date: Mon, 23 Aug 1999 02:10:11 -0400 (EDT)
10590              Message-Id: <m11InJ5-000FPCC@feynman.localnet>
10591      Branch: cfgperl
10592            ! t/lib/dprof.t
10593 ____________________________________________________________________________
10594 [  4066] By: jhi                                   on 1999/09/01  23:14:50
10595         Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
10596              To: perl5-porters@perl.org
10597              Subject: [ID 19990821.001] [PATCH] perl5.005_60 cygwin port
10598              Date: Fri, 20 Aug 1999 15:37:27 +0100
10599              Message-Id: <8A160D637356D311BC4300600849EC8122E217@POST>
10600      Branch: cfgperl
10601            ! cygwin/Makefile.SHs ext/ByteLoader/byterun.h
10602            ! ext/SDBM_File/sdbm/sdbm.c hints/cygwin.sh perl.h pp_sys.c
10603            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t
10604 ____________________________________________________________________________
10605 [  4065] By: jhi                                   on 1999/09/01  22:06:43
10606         Log: From: Dominic Dunlop <domo@vo.lu>
10607              To: perl5-porters@perl.org
10608              Subject: [ID 19990819.001] Not OK: perl 5.00560 on powerpc-machten 4.1.1
10609              (UNINSTALLED) [PATCH]
10610              Date: Thu, 19 Aug 1999 09:48:03 +0200
10611              Message-Id: <v03110709b3e165b51dda@[212.24.192.132]>
10612              
10613              The PERL_POLLUTE_MALLOC part had to be manually applied.
10614      Branch: cfgperl
10615            ! hints/machten.sh perl.h
10616 ____________________________________________________________________________
10617 [  4064] By: jhi                                   on 1999/09/01  13:56:14
10618         Log: From: Martin Lichtin <lichtin@bivio.com>
10619              To: jhi@iki.fi
10620              CC: perl5-porters@perl.org
10621              Subject: Re: [ID 19990829.001] ExtUtils::Install.pm, minor umask problem
10622              Date: Wed, 01 Sep 1999 15:50:04 +0200
10623              Message-ID: <37CD2F0C.944BFACE@bivio.com>
10624      Branch: cfgperl
10625            ! lib/ExtUtils/Install.pm
10626 ____________________________________________________________________________
10627 [  4063] By: jhi                                   on 1999/09/01  13:16:11
10628         Log: Enhance lfs tests: check every seek and sysseek
10629              and test also that -e and -f detect largefiles.
10630      Branch: cfgperl
10631            ! t/lib/syslfs.t t/op/lfs.t
10632 ____________________________________________________________________________
10633 [  4062] By: jhi                                   on 1999/09/01  12:08:04
10634         Log: From: Colin Kuskie <ckuskie@Cadence.COM>
10635              To: Ronald J Kimball <rjk@linguist.dartmouth.edu>
10636              cc: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>,
10637              The Perl Porters Mailing List <perl5-porters@perl.org>
10638              Subject: [REPATCH 5.005_61] Re: perldiag.pod omissions
10639              Date: Tue, 31 Aug 1999 11:24:31 -0700 (PDT)
10640              Message-ID: <Pine.GSO.4.10.9908311055460.11290-100000@pdxult10a.cadence.com>
10641      Branch: cfgperl
10642            ! pod/perldiag.pod
10643 ____________________________________________________________________________
10644 [  4061] By: jhi                                   on 1999/09/01  12:03:03
10645         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10646              To: ilya@math.ohio-state.edu (Ilya Zakharevich)
10647              Cc: perl5-porters@perl.org, cloos@adamsmith.ai
10648              Subject: Re: [ID 19990830.005] Assigning value of an op on an SV to said SV
10649              Date: Wed, 1 Sep 1999 02:56:06 -0400 (EDT)
10650              Message-Id: <199909010656.CAA04478@monk.mps.ohio-state.edu>
10651      Branch: cfgperl
10652            ! op.c t/op/join.t
10653 ____________________________________________________________________________
10654 [  4060] By: jhi                                   on 1999/09/01  07:59:42
10655         Log: IV_DIG and NV_DIG fixes.
10656      Branch: cfgperl
10657            ! perl.h
10658 ____________________________________________________________________________
10659 [  4059] By: jhi                                   on 1999/08/31  14:47:18
10660         Log: \C{} -> \N{} residue.
10661      Branch: cfgperl
10662            ! toke.c
10663 ____________________________________________________________________________
10664 [  4057] By: gsar                                  on 1999/08/30  22:08:19
10665         Log: avoid hiding child process window
10666      Branch: perl
10667            ! win32/win32.c
10668 ____________________________________________________________________________
10669 [  4055] By: jhi                                   on 1999/08/30  21:20:50
10670         Log: Document the undefinedness of overshifting.
10671      Branch: cfgperl
10672            ! pod/perlop.pod
10673 ____________________________________________________________________________
10674 [  4054] By: jhi                                   on 1999/08/30  20:18:18
10675         Log: History fixes and updates.
10676      Branch: cfgperl
10677            ! pod/perlhist.pod
10678 ____________________________________________________________________________
10679 [  4053] By: jhi                                   on 1999/08/30  19:34:02
10680         Log: Shell quoting thinko broke installdirs.
10681              From: JVromans@Squirrel.nl (Johan Vromans)
10682              To: perl5-porters@perl.org
10683              Subject: [ID 19990830.001] 5.005_61 Configure does not substitute
10684              installprefix
10685              Date: Mon, 30 Aug 1999 16:10:10 +0200 (MEST)
10686              Message-Id: <14282.37058.934928.805633@plume.nl.compuware.com>
10687      Branch: cfgperl
10688            ! Configure config_h.SH
10689      Branch: metaconfig
10690            ! U/installdirs/archlib.U U/installdirs/bin.U
10691            ! U/installdirs/html1dir.U U/installdirs/html3dir.U
10692            ! U/installdirs/installprefix.U U/installdirs/man1dir.U
10693            ! U/installdirs/man3dir.U U/installdirs/privlib.U
10694            ! U/installdirs/scriptdir.U U/installdirs/sitearch.U
10695            ! U/installdirs/sitebin.U U/installdirs/sitehtml1dir.U
10696            ! U/installdirs/sitehtml3dir.U U/installdirs/sitelib.U
10697            ! U/installdirs/siteman1dir.U U/installdirs/siteman3dir.U
10698            ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
10699            ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
10700            ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
10701            ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
10702            ! U/installdirs/vendorscriptdir.U
10703 ____________________________________________________________________________
10704 [  4052] By: jhi                                   on 1999/08/30  02:57:05
10705         Log: Use \N{named characters} instead of \C.
10706              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10707              To: jhi@iki.fi
10708              Cc: larry@wall.org (Larry Wall), Tim.Bunce@ig.co.uk (Tim Bunce),
10709              perl5-porters@perl.org (Mailing list Perl5)
10710              Subject: Re: [PATCH 5.005_58] Named characters in Perl
10711              Date: Sun, 29 Aug 1999 16:46:53 -0400 (EDT)
10712              Message-Id: <199908292046.QAA05510@monk.mps.ohio-state.edu>
10713      Branch: cfgperl
10714            ! lib/charnames.pm lib/utf8.pm pod/perldiag.pod pod/perlop.pod
10715            ! pod/perlre.pod regcomp.c t/lib/charnames.t toke.c
10716 ____________________________________________________________________________
10717 [  4051] By: jhi                                   on 1999/08/30  02:54:20
10718         Log: From: Spider Boardman <spider@Orb.Nashua.NH.US>
10719              To: perl5-porters@perl.org
10720              Subject: [ID 19990829.004] Autoloaded &VERSION and UNIVERSAL::VERSION
10721              don't mix
10722              Date: Sun, 29 Aug 1999 19:04:53 -0400
10723              Message-Id: <199908292304.TAA13738@Orb.Nashua.NH.US>
10724      Branch: cfgperl
10725            ! universal.c
10726 ____________________________________________________________________________
10727 [  4050] By: jhi                                   on 1999/08/29  16:38:58
10728         Log: Conditionally socksify the LIBS of Socket.
10729      Branch: cfgperl
10730            ! ext/Socket/Makefile.PL
10731 ____________________________________________________________________________
10732 [  4049] By: jhi                                   on 1999/08/29  15:33:30
10733         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10734              To: Mailing list Perl5 <perl5-porters@perl.org>
10735              Subject: Re: [PATCH 5.005_60] fix @DB::typeahead
10736              Date: Wed, 25 Aug 1999 16:19:58 -0400
10737              Message-ID: <19990825161958.A4658@monk.mps.ohio-state.edu>
10738      Branch: cfgperl
10739            ! lib/perl5db.pl
10740 ____________________________________________________________________________
10741 [  4048] By: jhi                                   on 1999/08/29  15:31:36
10742         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
10743              To: perl5-porters@perl.org
10744              Subject: [PATCH _61] Lost arguments to simplified sort
10745              Date: Wed, 25 Aug 1999 23:22:32 -0700 (PDT)
10746              Message-ID: <14276.56616.879390.562685@metonymy.hip.berkeley.edu>
10747      Branch: cfgperl
10748            ! op.c t/op/sort.t
10749 ____________________________________________________________________________
10750 [  4047] By: jhi                                   on 1999/08/29  15:29:29
10751         Log: From: Olaf Flebbe <olaf@science-computing.de>
10752              Sender: owner-perl5-porters@perl.org
10753              To: perl5-porters@perl.org
10754              Subject: [ID 19990827.003] [PATCH]5.005_60 Patch for EPOC Support
10755              Date: Fri, 27 Aug 1999 21:50:41 +0200 (MEST)
10756      Branch: cfgperl
10757            ! README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
10758            ! epoc/perl.mmp epoc/perl.pkg
10759 ____________________________________________________________________________
10760 [  4046] By: jhi                                   on 1999/08/29  15:21:18
10761         Log: From: pvhp@forte.com (Peter Prymmer)
10762              To: perl5-porters@perl.org
10763              Subject: [PATCH: 5.005_61] an EBCDIC friendly cgi-html.t test
10764              Date: Fri, 27 Aug 99 18:51:04 PDT
10765              Message-Id: <9908280151.AA05010@forte.com>
10766      Branch: cfgperl
10767            ! t/lib/cgi-html.t
10768 ____________________________________________________________________________
10769 [  4045] By: jhi                                   on 1999/08/29  15:18:38
10770         Log: Fix scalar gmtime (and localtime) in quad environments,
10771              bug reported by Robin Parker.
10772              
10773              From: Robin Barker <rmb1@cise.npl.co.uk>
10774              To: jhi@iki.fi
10775              Cc: perl5-porters@perl.org
10776              Subject: Re: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
10777              Date: Tue, 24 Aug 1999 11:09:24 +0100 (BST)
10778              Message-Id: <199908241009.LAA24394@tempest.npl.co.uk>
10779      Branch: cfgperl
10780            ! pp_sys.c t/op/time.t
10781 ____________________________________________________________________________
10782 [  4044] By: jhi                                   on 1999/08/29  11:24:03
10783         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10784              To: perl5-porters@perl.org (Mailing list Perl5)
10785              Subject: [PATCH 5.005_60] Speeding up XSUB calls up to 66%
10786              Date: Fri, 27 Aug 1999 03:33:01 -0400 (EDT)
10787              Message-Id: <199908270733.DAA16927@monk.mps.ohio-state.edu>
10788              
10789              Addendum: it's "only" 33% speedup.
10790      Branch: cfgperl
10791            ! dump.c op.c op.h pp.h
10792 ____________________________________________________________________________
10793 [  4043] By: jhi                                   on 1999/08/29  11:10:33
10794         Log: From: spider-perl@Orb.Nashua.NH.US
10795              To: Mailing list Perl5 <perl5-porters@perl.org>
10796              Subject: [PATCH 5.005_61 CORE] sub : attrlist
10797              Date: Sun, 29 Aug 1999 03:02:11 -0400
10798              Message-Id: <199908290702.DAA32191@Orb.Nashua.NH.US>
10799      Branch: cfgperl
10800            + lib/attributes.pm t/lib/attrs.t t/op/attrs.t xsutils.c
10801            ! MANIFEST Makefile.SH embed.h embed.pl embedvar.h global.sym
10802            ! gv.c lib/AutoSplit.pm lib/SelfLoader.pm objXSUB.h op.c perl.c
10803            ! perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
10804            ! perly_c.diff pod/perldelta.pod pod/perldiag.pod
10805            ! pod/perlfunc.pod pod/perlmodlib.pod pod/perlsub.pod proto.h
10806            ! toke.c vms/perly_c.vms vms/perly_h.vms warnings.h
10807 ____________________________________________________________________________
10808 [  4042] By: jhi                                   on 1999/08/29  11:08:50
10809         Log: Turn off gcc-2.95's strict-alias optimization.
10810              This, of course, should be only temporary.
10811              From Andy Dougherty.
10812      Branch: cfgperl
10813            ! Configure config_h.SH
10814      Branch: metaconfig
10815            ! U/compline/ccflags.U U/modified/cc.U
10816 ____________________________________________________________________________
10817 [  4041] By: jhi                                   on 1999/08/29  10:47:30
10818         Log: Fix a typo in #4036.
10819      Branch: cfgperl
10820            ! mg.c
10821 ____________________________________________________________________________
10822 [  4040] By: jhi                                   on 1999/08/29  10:34:58
10823         Log: Add a missing #endif forgotten by #4035.
10824      Branch: cfgperl
10825            ! doop.c
10826 ____________________________________________________________________________
10827 [  4039] By: jhi                                   on 1999/08/29  10:31:19
10828         Log: Remove an extra #endif introduced by #4036.
10829      Branch: cfgperl
10830            ! perl.h
10831 ____________________________________________________________________________
10832 [  4038] By: jhi                                   on 1999/08/29  10:18:59
10833         Log: Rename warning to warnings, from Paul Marquess.
10834      Branch: cfgperl
10835            + lib/warnings.pm t/pragma/warn/7fatal t/pragma/warn/8signal
10836            + t/pragma/warnings.t warnings.h warnings.pl
10837            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
10838            ! MANIFEST Makefile.SH gv.c mg.c perl.h pod/perldelta.pod
10839            ! pod/perldiag.pod pod/perlfunc.pod pod/perllexwarn.pod
10840            ! pod/perlmodlib.pod pod/perlrun.pod pod/perltoc.pod
10841            ! pod/perlvar.pod t/op/64bit.t t/op/tie.t t/pragma/warn/2use
10842            ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/5nolint
10843            ! t/pragma/warn/6default t/pragma/warn/doio t/pragma/warn/doop
10844            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
10845            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
10846            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
10847            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
10848            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
10849            ! t/pragma/warn/utf8 t/pragma/warn/util toke.c
10850 ____________________________________________________________________________
10851 [  4037] By: jhi                                   on 1999/08/29  10:08:47
10852         Log: Create the equivalence tables based on
10853              the real Unicode decomposition, not on
10854              the character name.
10855      Branch: cfgperl
10856            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
10857            ! lib/unicode/mktables.PL
10858 ____________________________________________________________________________
10859 [  4036] By: jhi                                   on 1999/08/29  09:29:08
10860         Log: Integrate with Sarathy.
10861      Branch: cfgperl
10862           +> lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
10863           +> lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
10864           +> lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
10865           +> lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
10866           +> lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
10867           +> lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
10868           !> (integrate 190 files)
10869 ____________________________________________________________________________
10870 [  4035] By: jhi                                   on 1999/08/29  08:56:15
10871         Log: Implement 64-bit vec().
10872      Branch: cfgperl
10873            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
10874            ! pp.h t/op/64bit.t
10875 ____________________________________________________________________________
10876 [  4034] By: gsar                                  on 1999/08/29  03:35:18
10877         Log: deadcode removal
10878      Branch: perl
10879            ! XSUB.h embed.h embed.pl global.sym mg.c op.c perl.h perlapi.h
10880            ! pp_ctl.c proto.h run.c sv.c
10881 ____________________________________________________________________________
10882 [  4033] By: jhi                                   on 1999/08/28  17:31:07
10883         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
10884              To: perl5-porters@perl.org
10885              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
10886              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
10887              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
10888      Branch: cfgperl
10889            ! perl.h
10890 ____________________________________________________________________________
10891 [  4032] By: gsar                                  on 1999/08/26  23:53:33
10892         Log: new thread should set current interp in TLS
10893      Branch: perl
10894            ! ext/Thread/Thread.xs
10895 ____________________________________________________________________________
10896 [  4031] By: bailey                                on 1999/08/23  03:40:07
10897         Log: When extension doesn't have a "main" object file to anchor linker search, pull in all objct files
10898      Branch: vmsperl
10899            ! lib/ExtUtils/MM_VMS.pm
10900 ____________________________________________________________________________
10901 [  4030] By: bailey                                on 1999/08/23  03:37:43
10902         Log: Patch up holes in realclean target
10903      Branch: vmsperl
10904            ! vms/descrip_mms.template
10905 ____________________________________________________________________________
10906 [  4029] By: bailey                                on 1999/08/23  03:36:24
10907         Log: Fix handling of PERL_POLLUTE
10908      Branch: vmsperl
10909            ! lib/ExtUtils/MM_VMS.pm
10910 ____________________________________________________________________________
10911 [  4028] By: bailey                                on 1999/08/23  03:34:08
10912         Log: Update VMS version of perly.h
10913      Branch: vmsperl
10914            ! vms/perly_h.vms
10915 ____________________________________________________________________________
10916 [  4027] By: bailey                                on 1999/08/23  03:32:45
10917         Log: Update dependencies in Descrip.MMS
10918      Branch: vmsperl
10919            ! vms/descrip_mms.template
10920 ____________________________________________________________________________
10921 [  4026] By: bailey                                on 1999/08/23  03:30:01
10922         Log: Fix prototypes in perlapi.c (64-bit?)
10923              Clear prior definition of getenv_len before defining VMS-specific macro
10924      Branch: vmsperl
10925            ! perlapi.c vms/vmsish.h
10926 ____________________________________________________________________________
10927 [  4025] By: bailey                                on 1999/08/23  03:25:51
10928         Log: Add '-m' option to Configure.com which skips the MANIFEST check
10929      Branch: vmsperl
10930            ! configure.com
10931 ____________________________________________________________________________
10932 [  4024] By: bailey                                on 1999/08/23  03:23:34
10933         Log: Skip open() tests that rely on Unix fork semantics
10934      Branch: vmsperl
10935            ! t/io/open.t
10936 ____________________________________________________________________________
10937 [  4023] By: bailey                                on 1999/08/23  03:21:46
10938         Log: Loosen conditons for recognizing a function name in perl.h to accomodate revisions
10939      Branch: vmsperl
10940            ! vms/gen_shrfls.pl
10941 ____________________________________________________________________________
10942 [  4022] By: bailey                                on 1999/08/23  03:17:33
10943         Log: update MM_VMS to use new File::Spec routines
10944      Branch: vmsperl
10945            ! lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm
10946 ____________________________________________________________________________
10947 [  4021] By: bailey                                on 1999/08/23  03:13:40
10948         Log: byteperl is now part of the ByteLoader ext
10949      Branch: vmsperl
10950            ! ext/ByteLoader/byterun.h vms/descrip_mms.template
10951 ____________________________________________________________________________
10952 [  4020] By: bailey                                on 1999/08/23  03:10:41
10953         Log: Allow option to treat barewords at start of Unix paths as simple words rather than logicals
10954      Branch: vmsperl
10955            ! vms/vms.c
10956 ____________________________________________________________________________
10957 [  4019] By: bailey                                on 1999/08/23  03:07:28
10958         Log: Update calls for new thread context handling
10959      Branch: vmsperl
10960            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
10961            ! ext/POSIX/POSIX.xs vms/vms.c vms/vmsish.h vms/writemain.pl
10962 ____________________________________________________________________________
10963 [  4018] By: bailey                                on 1999/08/23  03:01:31
10964         Log: Allow for file versions in library when looking for .bs files
10965      Branch: vmsperl
10966            ! ext/DynaLoader/DynaLoader_pm.PL
10967 ____________________________________________________________________________
10968 [  4017] By: bailey                                on 1999/08/23  02:58:55
10969         Log: Update VMS configuration procedures for 5.005_60
10970      Branch: vmsperl
10971            ! configure.com vms/subconfigure.com
10972 ____________________________________________________________________________
10973 [  4016] By: gsar                                  on 1999/08/20  22:19:56
10974         Log: update Changes
10975      Branch: perl
10976            ! Changes
10977
10978 ----------------
10979 Version 5.005_61
10980 ----------------
10981
10982 ____________________________________________________________________________
10983 [  4015] By: gsar                                  on 1999/08/20  22:17:41
10984         Log: perl_free() should use PerlMem_free()
10985      Branch: perl
10986            ! perl.c
10987 ____________________________________________________________________________
10988 [  4014] By: gsar                                  on 1999/08/20  22:10:46
10989         Log: win32 tweaks
10990      Branch: perl
10991            ! XSUB.h mg.c perl.c win32/config.bc win32/config.gc
10992            ! win32/config.vc win32/config_H.bc win32/config_H.gc
10993            ! win32/config_H.vc
10994 ____________________________________________________________________________
10995 [  4013] By: gsar                                  on 1999/08/20  22:09:56
10996         Log: DEBUG_m() adjusted to internalize dTHX
10997      Branch: perl
10998            ! malloc.c perl.h util.c
10999 ____________________________________________________________________________
11000 [  4012] By: gsar                                  on 1999/08/20  17:51:06
11001         Log: make autogenerated files writable
11002      Branch: perl
11003            ! (edit 171 files)
11004 ____________________________________________________________________________
11005 [  4011] By: gsar                                  on 1999/08/20  17:43:47
11006         Log: update Changes
11007      Branch: perl
11008            ! Changes perl.h pod/perldelta.pod pod/perlguts.pod
11009 ____________________________________________________________________________
11010 [  4010] By: gsar                                  on 1999/08/20  17:21:53
11011         Log: up patchlevel &c
11012      Branch: perl
11013            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
11014            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
11015 ____________________________________________________________________________
11016 [  4009] By: gsar                                  on 1999/08/20  16:46:26
11017         Log: add missing Is/Syl*.pl files
11018      Branch: perl
11019            + lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
11020            + lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
11021            + lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
11022            + lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
11023            + lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
11024            + lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
11025 ____________________________________________________________________________
11026 [  4008] By: gsar                                  on 1999/08/20  16:31:02
11027         Log: integrate cfgperl contents into mainline
11028      Branch: perl
11029           +> ext/ByteLoader/hints/sunos.pl lib/charnames.pm
11030           +> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
11031           +> lib/unicode/syllables.txt t/lib/charnames.t t/lib/syslfs.t
11032           +> t/op/lfs.t
11033            - lib/unicode/EthiopicSyllables.txt
11034            - lib/unicode/MakeEthiopicSyllables.PL
11035           !> (integrate 261 files)
11036 ____________________________________________________________________________
11037 [  4007] By: gsar                                  on 1999/08/20  15:24:08
11038         Log: support USE_THREADS+MULTIPLICITY; source compat tweaks for
11039              USE_THREADS and MULTIPLICITY; minor pod adjustments
11040      Branch: perl
11041            ! Porting/patching.pod Todo Todo-5.005 XSUB.h embed.pl
11042            ! embedvar.h perl.c perl.h pod/perlguts.pod util.c
11043 ____________________________________________________________________________
11044 [  4006] By: jhi                                   on 1999/08/19  19:01:41
11045         Log: Tighten the vec() code so that naughty BITS cause an error.
11046      Branch: cfgperl
11047            ! doop.c
11048 ____________________________________________________________________________
11049 [  4005] By: jhi                                   on 1999/08/19  15:55:09
11050         Log: Don't document ill-defined vec() bits cases
11051              (for which the code doesn't work right in any case)
11052      Branch: cfgperl
11053            ! pod/perldiag.pod pod/perlfunc.pod
11054 ____________________________________________________________________________
11055 [  4004] By: jhi                                   on 1999/08/19  12:49:41
11056         Log: Removed duplicated code (in pp.c and mg.c) by introducing
11057              do_vecget().  NOTE: the calling convention of do_vecset()
11058              changes, too: the `offset' that is assigned to LvTARGOFF(TARG)
11059              in pp_vec() is no more multiplied by `size' in pp_vec(),
11060              the multiplication is now done in do_vecset().
11061              
11062              Also fix a cpp thinko in change #4002.
11063      Branch: cfgperl
11064            ! doop.c embed.h embed.pl embedvar.h global.sym mg.c objXSUB.h
11065            ! perl.h perlapi.c pod/perldiag.pod pod/perlfunc.pod pp.c
11066            ! proto.h
11067 ____________________________________________________________________________
11068 [  4003] By: jhi                                   on 1999/08/18  08:27:22
11069         Log: Warn about small spherical distances.
11070      Branch: cfgperl
11071            ! lib/Math/Trig.pm
11072 ____________________________________________________________________________
11073 [  4002] By: jhi                                   on 1999/08/17  09:11:51
11074         Log: Enhance IV_FITS_IN_IV (though it's still unused).
11075      Branch: cfgperl
11076            ! perl.h
11077 ____________________________________________________________________________
11078 [  4001] By: jhi                                   on 1999/08/17  08:13:34
11079         Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
11080              Message-ID: <sfcogg7ylk7.fsf@hohenstaufen.in-berlin.de>
11081              To: The Perl5 Porters Mailing List <perl5-porters@perl.org>
11082              Subject: [PATCH] overload.pm str/num confu
11083              Date: 17 Aug 1999 08:21:12 +0200
11084      Branch: cfgperl
11085            ! lib/overload.pm
11086 ____________________________________________________________________________
11087 [  4000] By: jhi                                   on 1999/08/17  07:20:23
11088         Log: From: merlyn@stonehenge.com (Randal L. Schwartz)
11089              To: perl5-porters@perl.org
11090              Subject: [ID 19990816.006] small patch to perlobj.pod from 5.005_03
11091              Date: 16 Aug 1999 14:24:28 -0700
11092              Message-Id: <m1ogg7to4z.fsf@halfdome.holdit.com>
11093      Branch: cfgperl
11094            ! pod/perlobj.pod
11095 ____________________________________________________________________________
11096 [  3999] By: jhi                                   on 1999/08/16  19:49:09
11097         Log: Integrate with Nick.
11098      Branch: cfgperl
11099           !> cop.h op.c perl.c t/op/eval.t t/pragma/warn/op util.c
11100 ____________________________________________________________________________
11101 [  3998] By: jhi                                   on 1999/08/16  19:44:29
11102         Log: Fix most of the pod2man moanings reported in
11103              
11104              From: "Larry W. Virden" <lvirden@cas.org>
11105              To: perl5-porters@perl.org
11106              Subject: [ID 19990803.011] Not OK: perl 5.00560 on sun4-solaris 2.6
11107              (UNINSTALLED)
11108              Date: Tue, 3 Aug 1999 15:35:06 -0400 (EDT)
11109              Message-Id: <199908031935.PAA27692@cas.org>
11110              
11111              Configure regen'ed.
11112      Branch: cfgperl
11113            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11114            ! config_h.SH ext/B/B/Stash.pm lib/Carp/Heavy.pm
11115            ! lib/Dumpvalue.pm lib/Exporter/Heavy.pm lib/filetest.pm
11116            ! lib/utf8.pm pod/perllexwarn.pod pod/perlxstut.pod
11117            ! utils/h2xs.PL utils/perlcc.PL
11118 ____________________________________________________________________________
11119 [  3997] By: jhi                                   on 1999/08/16  19:20:37
11120         Log: A fix of sorts for the flush-before-dup scenario.
11121      Branch: cfgperl
11122            ! doio.c
11123 ____________________________________________________________________________
11124 [  3996] By: jhi                                   on 1999/08/16  19:14:37
11125         Log: More paranoia.
11126      Branch: cfgperl
11127            ! sv.c
11128 ____________________________________________________________________________
11129 [  3995] By: jhi                                   on 1999/08/16  18:55:35
11130         Log: Batch of small 64-bit/long double/large file support tweaks:
11131              - scan for LDBL_DIG
11132              - from DBL_DIG and LDBL_DIG select NV_DIG
11133              - introduce IVSIZE, UVSIZE, NVSIZE
11134              - introduce IV_DIG
11135              - remove stdio64
11136              - AIX uses `oslevel` when others use `uname -r`
11137              - already AIX 4.2 goes 64-bit
11138              - in HP-UX require the 64-bit libc, just the directory isn't enough
11139              - group ids are not NVs
11140              - #undef USE_LONG_DOUBLE if long double is no better than double
11141              - introduce NV_WITHIN_*() and IV_FITS_IN_IV
11142              - mention large file support in perldelta
11143              - introduce quad TOPpin' and POPpin'
11144              - the svcat... buffer was tiny for printing quads in %b
11145              - fix the multiplication test in 64bit.t
11146              - try to make VMS to comply with all this removal and "introducal"
11147              of symbols
11148      Branch: cfgperl
11149            ! Configure config_h.SH dump.c hints/aix.sh hints/hpux.sh mg.c
11150            ! perl.h perlio.c pod/perldelta.pod pp.h sv.c t/lib/syslfs.t
11151            ! t/op/64bit.t t/op/lfs.t utf8.c vms/subconfigure.com
11152      Branch: metaconfig
11153            ! U/modified/d_longdbl.U
11154      Branch: metaconfig/U/perl
11155            + d_ldbl_dig.U
11156 ____________________________________________________________________________
11157 [  3994] By: jhi                                   on 1999/08/16  07:53:44
11158         Log: More Configure/subconfigure.com syncing.
11159      Branch: cfgperl
11160            ! vms/subconfigure.com
11161 ____________________________________________________________________________
11162 [  3993] By: jhi                                   on 1999/08/14  22:09:26
11163         Log: Remove from VMS what the change #3982 took away from Configure lands.
11164      Branch: cfgperl
11165            ! vms/subconfigure.com
11166 ____________________________________________________________________________
11167 [  3992] By: jhi                                   on 1999/08/14  13:29:13
11168         Log: Small test tweaks.
11169      Branch: cfgperl
11170            ! t/io/dup.t t/lib/dprof.t t/lib/odbm.t
11171 ____________________________________________________________________________
11172 [  3991] By: jhi                                   on 1999/08/14  13:08:41
11173         Log: Augment filesize limit note.
11174      Branch: cfgperl
11175            ! doio.c
11176 ____________________________________________________________________________
11177 [  3990] By: jhi                                   on 1999/08/14  13:06:12
11178         Log: Note about filesize limits.
11179      Branch: cfgperl
11180            ! doio.c pp_sys.c
11181 ____________________________________________________________________________
11182 [  3989] By: jhi                                   on 1999/08/14  11:31:58
11183         Log: Catch the case of filesize limits.
11184      Branch: cfgperl
11185            ! t/lib/syslfs.t t/op/lfs.t
11186 ____________________________________________________________________________
11187 [  3988] By: nick                                  on 1999/08/14  09:20:58
11188         Log: New lightweight Carp has a require. If Carp is used in a __DIE__ handler
11189              this causes a POPSTACK panic. The problem seems to be that although
11190              die_where() has unwound the tail of perl_vdie() top_env setjmp has been
11191              set to resume execution there. Avoiding setting CATCH_SET(TRUE) in 
11192              call_sv() avoids this. So invent a new G_NOCATCH flag to disable
11193              messing with CATCH_SET() in call_sv, use it in perl_vdie().
11194              Add test to op/eval.t which will fail (panic) if bug comes back.
11195              >>> I AM NOT CONVINCED THIS IS CORRECT LONG TERM FIX <<<
11196      Branch: perl
11197            ! cop.h perl.c t/op/eval.t util.c
11198 ____________________________________________________________________________
11199 [  3987] By: jhi                                   on 1999/08/13  23:57:52
11200         Log: From: "Craig A. Berry" <craig.berry@metamor.com>
11201              To: perl5-porters@perl.org, vmsperl@perl.org, sarathy@activestate.com
11202              Subject: [PATCH 5.005_60] fix MM_VMS.pm for space-delimited lists
11203              Date: Fri, 13 Aug 1999 17:42:47 -0500
11204              Message-Id: <v04210105b3da3ed9599d@[172.16.246.133]>
11205      Branch: cfgperl
11206            ! lib/ExtUtils/MM_VMS.pm
11207 ____________________________________________________________________________
11208 [  3986] By: jhi                                   on 1999/08/13  23:56:44
11209         Log: Don't quit before printing out the message.
11210      Branch: cfgperl
11211            ! t/lib/syslfs.t t/op/lfs.t
11212 ____________________________________________________________________________
11213 [  3985] By: jhi                                   on 1999/08/13  23:35:49
11214         Log: Remove more t/ trash on target "clean".
11215      Branch: cfgperl
11216            ! Makefile.SH
11217 ____________________________________________________________________________
11218 [  3984] By: jhi                                   on 1999/08/13  23:02:53
11219         Log: Avoid double long double. 
11220      Branch: cfgperl
11221            ! Configure config_h.SH
11222      Branch: metaconfig/U/perl
11223            ! uselongdbl.U
11224 ____________________________________________________________________________
11225 [  3983] By: jhi                                   on 1999/08/13  22:59:56
11226         Log: BYTEORDER fix.
11227      Branch: cfgperl
11228            ! Configure config_h.SH
11229      Branch: metaconfig
11230            ! U/compline/byteorder.U
11231 ____________________________________________________________________________
11232 [  3982] By: jhi                                   on 1999/08/13  22:48:40
11233         Log: Jumbo Configure and large file support update.
11234              Remove a lot of unneeded 64-bitness cruft;
11235              re-introduce BYTEORDER; update 64-bitness hints;
11236              lfs should now work in Solaris; long doubles in AIX.
11237      Branch: cfgperl
11238            ! Configure config_h.SH doio.c hints/aix.sh hints/hpux.sh
11239            ! hints/irix_6.sh hints/solaris_2.sh iperlsys.h perl.h perlio.c
11240            ! perlsdio.h pp.h pp_sys.c
11241      Branch: metaconfig
11242            ! U/compline/byteorder.U U/compline/ccflags.U
11243      Branch: metaconfig/U/perl
11244            ! d_dlsymun.U io64.U uselongdbl.U
11245 ____________________________________________________________________________
11246 [  3980] By: jhi                                   on 1999/08/13  15:09:11
11247         Log: Introduce HAS_LLSEEK.
11248      Branch: cfgperl
11249            ! Configure config_h.SH perl.h
11250 ____________________________________________________________________________
11251 [  3979] By: jhi                                   on 1999/08/13  14:29:47
11252         Log: From: <dan@sidhe.org>
11253              To: perl5-porters@perl.org, vmsperl@perl.org, bailey@newman.upenn.edu,
11254              sarathy@activestate.com
11255              Subject: [PATCH 5.005_60]fix up VMS->unix filename translation a bit
11256              Date: Fri, 13 Aug 1999 09:00:42 -0700 (PDT)
11257              Message-ID: <Pine.LNX.4.10.9908130849390.3950-100000@tuatha.sidhe.org>
11258      Branch: cfgperl
11259            ! vms/vms.c
11260 ____________________________________________________________________________
11261 [  3978] By: jhi                                   on 1999/08/13  09:56:46
11262         Log: Make the 64-bit tests more paranoid.
11263      Branch: cfgperl
11264            ! t/op/64bit.t
11265 ____________________________________________________________________________
11266 [  3976] By: jhi                                   on 1999/08/12  21:49:16
11267         Log: IRIX64 needs more -mabi=64 with gcc.
11268      Branch: cfgperl
11269            ! hints/irix_6.sh
11270 ____________________________________________________________________________
11271 [  3975] By: jhi                                   on 1999/08/12  21:02:03
11272         Log: Reincarnate change #3967, now in more modest form.
11273      Branch: cfgperl
11274            ! hints/irix_6.sh
11275 ____________________________________________________________________________
11276 [  3974] By: jhi                                   on 1999/08/12  20:49:36
11277         Log: Remove rt from libswanted (I added it many moons ago
11278              when I thought it would be useful in Digital UNIX,
11279              I was wrong); undo the recent IRIX hints changes,
11280              getting rid of one warning brought new ones.
11281      Branch: cfgperl
11282            ! Configure config_h.SH hints/irix_6.sh
11283      Branch: metaconfig
11284            ! U/modified/Myinit.U
11285 ____________________________________________________________________________
11286 [  3973] By: jhi                                   on 1999/08/12  19:42:53
11287         Log: st_blocks is in 512 byte blocks.
11288      Branch: cfgperl
11289            ! t/lib/syslfs.t t/op/lfs.t
11290 ____________________________________________________________________________
11291 [  3972] By: jhi                                   on 1999/08/12  19:27:31
11292         Log: Don't claim defeat too early.
11293      Branch: cfgperl
11294            ! Configure config_h.SH
11295      Branch: metaconfig/U/perl
11296            ! longdblfio.U
11297 ____________________________________________________________________________
11298 [  3971] By: jhi                                   on 1999/08/12  19:24:14
11299         Log: IRIX 64-bit hint tweak. 
11300      Branch: cfgperl
11301            ! hints/irix_6.sh
11302 ____________________________________________________________________________
11303 [  3970] By: nick                                  on 1999/08/12  19:17:20
11304         Log: Turn of deprecated warnings for defined(@Sompack::ISA) type
11305              tests i.e. RV2AV and RV2HV
11306      Branch: perl
11307            ! op.c t/pragma/warn/op
11308 ____________________________________________________________________________
11309 [  3969] By: jhi                                   on 1999/08/12  19:06:17
11310         Log: Add Configure -Duselongdouble and add a missing semicolon.
11311      Branch: cfgperl
11312            ! Configure config_h.SH sv.c
11313      Branch: metaconfig/U/perl
11314            + uselongdbl.U
11315 ____________________________________________________________________________
11316 [  3968] By: jhi                                   on 1999/08/12  18:46:00
11317         Log: Simply exit() early if lfs support seems unlikely.
11318      Branch: cfgperl
11319            ! t/lib/syslfs.t t/op/lfs.t
11320 ____________________________________________________________________________
11321 [  3967] By: jhi                                   on 1999/08/12  18:44:05
11322         Log: Suffer silently for unused libraries.
11323      Branch: cfgperl
11324            ! hints/irix_6.sh
11325 ____________________________________________________________________________
11326 [  3966] By: jhi                                   on 1999/08/12  13:18:44
11327         Log: Update MANIFEST to follow change #3965.
11328      Branch: cfgperl
11329            ! MANIFEST
11330 ____________________________________________________________________________
11331 [  3965] By: jhi                                   on 1999/08/12  13:15:38
11332         Log: Regenerate Unicode tables based on new syllable lists
11333              from Daniel Yacob.
11334      Branch: cfgperl
11335            ! (edit 159 files)
11336 ____________________________________________________________________________
11337 [  3964] By: jhi                                   on 1999/08/12  10:06:24
11338         Log: Remove more spurious casting.
11339      Branch: cfgperl
11340            ! pp_sys.c
11341 ____________________________________________________________________________
11342 [  3963] By: jhi                                   on 1999/08/12  08:18:53
11343         Log: Minor niggles on the lfs tests.
11344      Branch: cfgperl
11345            ! t/lib/syslfs.t t/op/lfs.t
11346 ____________________________________________________________________________
11347 [  3962] By: jhi                                   on 1999/08/11  22:48:25
11348         Log: Don't bother with lfs testing if off_t is too small.
11349      Branch: cfgperl
11350            ! t/lib/syslfs.t t/op/lfs.t
11351 ____________________________________________________________________________
11352 [  3961] By: jhi                                   on 1999/08/11  22:22:54
11353         Log: Long double patches from Dan Sugalski.
11354      Branch: cfgperl
11355            ! sv.c
11356 ____________________________________________________________________________
11357 [  3960] By: jhi                                   on 1999/08/11  22:17:55
11358         Log: Flush buffer before duplicating file descriptor.
11359              
11360              From: Mark-Jason Dominus <mjd@plover.com>
11361              To: Graham Barr <gbarr@pobox.com>
11362              cc: Vicki Brown <vlb@cfcl.com>, perl5-porters@perl.org, mjd@plover.com
11363              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57))
11364              Date: Wed, 11 Aug 1999 15:56:09 -0400
11365              Message-ID: <19990811195610.5933.qmail@plover.com>
11366              
11367              From: Mark-Jason Dominus <mjd@plover.com>
11368              To: perl5-porters@perl.org
11369              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57)) 
11370              Date: Wed, 11 Aug 1999 16:05:46 -0400
11371              Message-ID: <19990811200546.6165.qmail@plover.com>
11372      Branch: cfgperl
11373            ! doio.c pod/perldelta.pod
11374 ____________________________________________________________________________
11375 [  3959] By: jhi                                   on 1999/08/11  22:11:35
11376         Log: Bypass fsync(NULL) (crashes miniperl compiled with DEC C 5.2)
11377              
11378              From: "Craig A. Berry" <craig.berry@metamor.com>
11379              Sender: owner-perl5-porters@perl.org
11380              To: vmsperl@perl.org, perl5-porters@perl.org, sarathy@activestate.com,
11381              bailey@newman.upenn.edu
11382              Subject: [PATCH 5.005_60] vms.c my_flush patch to circumvent fileno
11383              problem
11384              Date: Wed, 11 Aug 1999 14:31:11 -0500
11385              Message-Id: <4.2.0.58.19990811141007.00b8f8a0@mmtnt11.metamor.com>
11386      Branch: cfgperl
11387            ! vms/vms.c
11388 ____________________________________________________________________________
11389 [  3958] By: jhi                                   on 1999/08/11  15:35:45
11390         Log: Add a hopefully comforting message if there seems to be no LFS. 
11391              This seems to be the case with e.g. ext2fs, a somewhat popular fs.
11392              The tests will fail on lfs tests only if quad is available,
11393              if ENOQUAD, the lfs tests will be skipped.
11394      Branch: cfgperl
11395            ! t/lib/syslfs.t t/op/lfs.t
11396 ____________________________________________________________________________
11397 [  3957] By: jhi                                   on 1999/08/11  12:25:59
11398         Log: Unapply an experimental patch that accidentally escaped
11399              from the lab by piggybacking with the change #3955.
11400      Branch: cfgperl
11401            ! pp.c pp.h pp_hot.c
11402 ____________________________________________________________________________
11403 [  3956] By: jhi                                   on 1999/08/11  08:19:23
11404         Log: Add sysio large file support testing.
11405      Branch: cfgperl
11406            + t/lib/syslfs.t
11407            ! MANIFEST pod/perlfunc.pod t/op/64bit.t t/op/lfs.t
11408 ____________________________________________________________________________
11409 [  3955] By: jhi                                   on 1999/08/10  22:39:11
11410         Log: From: <dan@sidhe.org>
11411              To: vmsperl@perl.org, perl5-porters@perl.org,
11412              sarathy@activestate.com, bailey@newman.upenn.edu
11413              Subject: [PATCH 5.005_60]Patches needed to get _60 building with
11414              threads on VMS
11415              Date: Tue, 10 Aug 1999 16:34:56 -0700 (PDT)
11416              Message-ID: <Pine.LNX.4.10.9908101631030.18266-100000@tuatha.sidhe.org>
11417      Branch: cfgperl
11418            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
11419            ! ext/POSIX/POSIX.xs pp.c pp.h pp_hot.c vms/vms.c vms/vmsish.h
11420            ! vms/writemain.pl
11421 ____________________________________________________________________________
11422 [  3954] By: jhi                                   on 1999/08/10  20:37:55
11423         Log: LFS testing robustness.
11424      Branch: cfgperl
11425            ! t/op/lfs.t
11426 ____________________________________________________________________________
11427 [  3953] By: jhi                                   on 1999/08/10  19:54:50
11428         Log: From: <dan@sidhe.org>
11429              To: vmsperl@perl.org, perp5-porters@perl.org, bailey@newman.upenn.edu,
11430              sarathy@activestate.com
11431              Subject: [PATCH 5.005_60]Pathces to get _60 building on VMS
11432              Date: Tue, 10 Aug 1999 13:28:18 -0700 (PDT)
11433              Message-ID: <Pine.LNX.4.10.9908101323130.18266-100000@tuatha.sidhe.org>
11434      Branch: cfgperl
11435            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
11436            ! vms/subconfigure.com vms/vmsish.h
11437 ____________________________________________________________________________
11438 [  3952] By: jhi                                   on 1999/08/10  17:18:57
11439         Log: AIX is different, again.  Now in cc -E output.
11440      Branch: cfgperl
11441            ! Configure config_h.SH
11442      Branch: metaconfig
11443            ! U/modified/cppstdin.U
11444 ____________________________________________________________________________
11445 [  3951] By: jhi                                   on 1999/08/10  14:37:08
11446         Log: Use Pid_t on pgrp matters.
11447      Branch: cfgperl
11448            ! pp_sys.c
11449 ____________________________________________________________________________
11450 [  3950] By: jhi                                   on 1999/08/10  14:35:30
11451         Log: Use Pid_t.
11452      Branch: cfgperl
11453            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
11454            ! pp_sys.c proto.h util.c
11455 ____________________________________________________________________________
11456 [  3949] By: jhi                                   on 1999/08/10  14:11:15
11457         Log: Use Mode_t.
11458      Branch: cfgperl
11459            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
11460            ! perlapi.h pp_sys.c proto.h
11461 ____________________________________________________________________________
11462 [  3948] By: jhi                                   on 1999/08/10  13:53:19
11463         Log: Small perlbug doc tweaks from Jon Orwant.
11464      Branch: cfgperl
11465            ! utils/perlbug.PL
11466 ____________________________________________________________________________
11467 [  3947] By: jhi                                   on 1999/08/10  09:55:11
11468         Log: Large file support testing.
11469      Branch: cfgperl
11470            + t/op/lfs.t
11471            ! MANIFEST t/op/64bit.t
11472 ____________________________________________________________________________
11473 [  3946] By: jhi                                   on 1999/08/10  09:13:54
11474         Log: Remove I32 casting from time-related functions.
11475      Branch: cfgperl
11476            ! pp_sys.c
11477 ____________________________________________________________________________
11478 [  3945] By: jhi                                   on 1999/08/10  09:06:42
11479         Log: Gratuitous uid and gid casts to I32s and ints removed.
11480              There are still problem spots in printfing such ids:
11481              width (%d vs %ld) and signedness %d vs %u.
11482      Branch: cfgperl
11483            ! doio.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
11484            ! perl.c perlapi.c pp_hot.c proto.h
11485 ____________________________________________________________________________
11486 [  3944] By: jhi                                   on 1999/08/10  07:43:03
11487         Log: Remove I32 casts from pp_stat, these make stat()
11488              very broken e.g. on files larger than 2 gigabytes.
11489              Reported by
11490              From: Phil Lobbes <phil@finchcomputer.com>
11491              To: perl5-porters@perl.org
11492              Subject: [ID 19990810.001] Possible bug using stat w/large files Digital
11493              UNIX Perl 5.005_03
11494              Date: Mon, 09 Aug 1999 21:38:54 -0700
11495              Message-Id: <199908100438.VAA08292@ultra.finchcomputer.com>
11496              
11497              There are more of these I32 casts all over pp_sys.c,
11498              all of them should be checked.
11499      Branch: cfgperl
11500            ! pp_sys.c
11501 ____________________________________________________________________________
11502 [  3943] By: jhi                                   on 1999/08/10  07:38:30
11503         Log: Remove blathering.
11504      Branch: cfgperl
11505            ! lib/unicode/mktables.PL
11506 ____________________________________________________________________________
11507 [  3942] By: jhi                                   on 1999/08/09  20:35:13
11508         Log: lexwarn maintenance: new warning class unsafe
11509              subclasses 'overflow' and 'portable' created,
11510              used by the recent integer overflow warnings.
11511              Class syntax subclass 'octal' renamed to 'digit',
11512              binary and hexadecimal parsing errors also 'digit' warnings.
11513      Branch: cfgperl
11514            ! lib/warning.pm pod/perllexwarn.pod t/pragma/warn/util toke.c
11515            ! util.c warning.h warning.pl
11516 ____________________________________________________________________________
11517 [  3941] By: jhi                                   on 1999/08/09  10:40:47
11518         Log: Integrate with Nick.
11519      Branch: cfgperl
11520           +> opnames.h
11521           !> Changes MANIFEST embed.h embed.pl ext/B/B/C.pm ext/B/B/CC.pm
11522           !> global.sym opcode.h opcode.pl perl.h perlapi.c pp.c
11523 ____________________________________________________________________________
11524 [  3940] By: jhi                                   on 1999/08/09  10:32:43
11525         Log: Regenerate the Unicode tables after having updated the Unicode
11526              database (change #3939).
11527      Branch: cfgperl
11528            ! (edit 157 files)
11529 ____________________________________________________________________________
11530 [  3939] By: jhi                                   on 1999/08/09  10:27:22
11531         Log: Unicode data updated to be the latest beta of the Unicode 3.0.
11532      Branch: cfgperl
11533            ! lib/unicode/UnicodeData-Latest.txt
11534 ____________________________________________________________________________
11535 [  3938] By: jhi                                   on 1999/08/09  10:25:54
11536         Log: Ethiopic changes via private email from Daniel Yacob,
11537              <dmulholl@cs.indiana.edu>.  Ethiopic and Cherokee done,
11538              Canadian Syllabics and Yi under construction.
11539      Branch: cfgperl
11540            + lib/unicode/syllables.txt
11541            - lib/unicode/EthiopicSyllables.txt
11542            - lib/unicode/MakeEthiopicSyllables.PL
11543            ! MANIFEST lib/unicode/UnicodeData-Latest.txt
11544            ! lib/unicode/mktables.PL
11545 ____________________________________________________________________________
11546 [  3937] By: jhi                                   on 1999/08/09  10:21:51
11547         Log: Move the equivalence class creation last.
11548      Branch: cfgperl
11549            ! lib/unicode/mktables.PL
11550 ____________________________________________________________________________
11551 [  3936] By: jhi                                   on 1999/08/09  10:20:40
11552         Log: Compute equivalence classes (diacritics stripping) only
11553              for letters, not for ligatures.
11554      Branch: cfgperl
11555            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
11556            ! lib/unicode/mktables.PL
11557 ____________________________________________________________________________
11558 [  3935] By: nick                                  on 1999/08/08  13:53:57
11559         Log: Will now correctly re-call 
11560              bootstrap "Foo";
11561              if requested. This should allow build on Win32 and other
11562              platforms where you cannot link to loadables directly.
11563      Branch: perl
11564            ! ext/B/B/C.pm
11565 ____________________________________________________________________________
11566 [  3934] By: nick                                  on 1999/08/07  12:23:55
11567         Log: Vishal Bhatia <vishalb@my-deja.com>
11568              Subject: [PATCH 5.005_60] fix for some obscure bugs (compiler)
11569              Message-ID: <HLPEBPHPAKHKAAAA@my-deja.com>
11570      Branch: perl
11571            ! ext/B/B/CC.pm
11572 ____________________________________________________________________________
11573 [  3933] By: nick                                  on 1999/08/07  12:19:46
11574         Log: B::C changes to get simple Tk app. compiling again
11575      Branch: perl
11576            ! ext/B/B/C.pm
11577 ____________________________________________________________________________
11578 [  3932] By: jhi                                   on 1999/08/06  21:17:16
11579         Log: Regen Configure to include change #3915.
11580      Branch: cfgperl
11581            ! Configure config_h.SH
11582 ____________________________________________________________________________
11583 [  3931] By: jhi                                   on 1999/08/06  18:52:57
11584         Log: Todo update.
11585      Branch: cfgperl
11586            ! Todo Todo-5.005 lib/unicode/mktables.PL
11587 ____________________________________________________________________________
11588 [  3930] By: jhi                                   on 1999/08/06  13:13:05
11589         Log: Character class equivalence tables.
11590      Branch: cfgperl
11591            + lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
11592            ! MANIFEST lib/unicode/mktables.PL
11593 ____________________________________________________________________________
11594 [  3929] By: jhi                                   on 1999/08/06  11:59:11
11595         Log: More Fcntl constants.  (This process really needs
11596              to be automated, at least partly, see the Errno extension.)
11597              Now also the SEEK_ constants are available via the Fcntl.
11598              Yes, this is redundant (IO::Seekable and POSIX supply them already),
11599              but now Fcntl is a one-stop shopping mall for all your
11600              file-related constants.    
11601      Branch: cfgperl
11602            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs pod/perlfunc.pod
11603 ____________________________________________________________________________
11604 [  3928] By: jhi                                   on 1999/08/06  08:08:03
11605         Log: Protect against pack/unpack repeat count overflows,
11606              based on:
11607              
11608              From: Nathan Torkington <gnat@frii.com>
11609              To: Brian Keefer <mgomes@cwix.com>
11610              Cc: perl5-porters@perl.org
11611              Subject: Re: [ID 19990806.001] Core dump with obfuscated code
11612              Date: Thu, 5 Aug 1999 23:01:51 -0600 (MDT)
11613              Message-ID: <14250.27711.769942.100675@localhost.frii.com>
11614      Branch: cfgperl
11615            ! pod/perldiag.pod pp.c
11616 ____________________________________________________________________________
11617 [  3927] By: jhi                                   on 1999/08/06  07:32:20
11618         Log: Fix for Nathan's fix (#3920) from Guy Decoux.
11619              
11620              From: Nathan Torkington <gnat@frii.com>
11621              To: perl5-porters@perl.org
11622              Subject: Bugfix for my bugfix
11623              Date: Thu, 5 Aug 1999 21:25:47 -0600 (MDT)
11624              Message-ID: <14250.21947.765134.940583@localhost.frii.com>
11625      Branch: cfgperl
11626            ! ext/B/B/Assembler.pm
11627 ____________________________________________________________________________
11628 [  3926] By: jhi                                   on 1999/08/05  17:25:19
11629         Log: Fix regex charclass parsing so that bogus ranges
11630              like [0-\d] and [[:word:]-z] are no more allowed.
11631              The anomaly was noticed by Guy Decoux.
11632      Branch: cfgperl
11633            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
11634 ____________________________________________________________________________
11635 [  3925] By: jhi                                   on 1999/08/05  10:31:47
11636         Log: split /^/ deprecation warning should not be on by default.
11637      Branch: cfgperl
11638            ! pp.c
11639 ____________________________________________________________________________
11640 [  3923] By: jhi                                   on 1999/08/05  09:16:57
11641         Log: From: paul.marquess@bt.com
11642              To: jhi@iki.fi, paul.marquess@bt.com
11643              Cc: gsar@ActiveState.com, perl5-porters@perl.org
11644              Subject: RE: [PATCH 5.005_60] anydbm.t + DB_File + Berkeley DB >= 2.4.10
11645              Date: Thu, 5 Aug 1999 09:33:14 +0100
11646              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B26@mbtlipnt02.btlabs.bt.co.uk>
11647      Branch: cfgperl
11648            ! t/lib/anydbm.t
11649 ____________________________________________________________________________
11650 [  3921] By: jhi                                   on 1999/08/05  08:05:13
11651         Log: From: paul.marquess@bt.com
11652              To: perl5-porters@perl.org
11653              Cc: gsar@activestate.com, nik@tiuk.ti.com, jhi@iki.fi,
11654              randy@theoryx5.uwinnipeg.ca
11655              Subject:  [PATCH 5.005_60] DB_File 1.70
11656              Date: Wed, 4 Aug 1999 23:22:22 +0100
11657              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B21@mbtlipnt02.btlabs.bt.co.uk>
11658              
11659              (Replaces change #3917)
11660      Branch: cfgperl
11661            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
11662            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
11663 ____________________________________________________________________________
11664 [  3920] By: jhi                                   on 1999/08/04  19:02:58
11665         Log: From: Nathan Torkington <gnat@frii.com>
11666              To: perl5-porters@perl.org
11667              Subject: [5.005_60 PATCH] Make B::Bytecode work
11668              Date: Wed, 4 Aug 1999 11:24:56 -0600 (MDT)
11669              Message-ID: <14248.30568.769427.216092@localhost.frii.com>
11670      Branch: cfgperl
11671            ! ext/B/B/Assembler.pm
11672 ____________________________________________________________________________
11673 [  3919] By: jhi                                   on 1999/08/04  10:56:26
11674         Log: Update history records.
11675      Branch: cfgperl
11676            ! pod/perlhist.pod
11677 ____________________________________________________________________________
11678 [  3918] By: jhi                                   on 1999/08/04  09:36:13
11679         Log: Minor fixes to linux -Dusethreads -Duseperlio.
11680      Branch: cfgperl
11681            ! perlio.c
11682 ____________________________________________________________________________
11683 [  3917] By: jhi                                   on 1999/08/04  08:13:20
11684         Log: (Replaced by change #3921)
11685              From: paul.marquess@bt.com
11686              To: gsar@activestate.com
11687              Cc: perl5-porters@perl.org
11688              Subject: [PATCH 5.005_60] DB_File 1.69
11689              Date: Tue, 3 Aug 1999 22:55:00 +0100
11690              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6D04@mbtlipnt02.btlabs.bt.co.uk>
11691      Branch: cfgperl
11692            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
11693            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
11694 ____________________________________________________________________________
11695 [  3916] By: jhi                                   on 1999/08/04  07:59:05
11696         Log: Introduce the charnames pragma.
11697              
11698              Subject: [PATCH 5.005_58] Free \C (for named chars), move to \O
11699              From: Ilya Zakharevich <[9]ilya@math.ohio-state.edu>
11700              To: Chip Salzenberg <[11]chip@perlsupport.com>
11701              Cc: Mailing list Perl5 <[12]perl5-porters@perl.org>
11702              Date: Sat, 31 Jul 1999 05:44:05 -0400
11703              Message-Id: <[13]199907311407.IAA25042@localhost.frii.com>
11704              
11705              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11706              To: Mailing list Perl5 <perl5-porters@perl.org>
11707              Subject: [PATCH 5.005_58] Named characters in Perl
11708              Date: Mon, 2 Aug 1999 19:25:40 -0400
11709              Message-ID: <19990802192540.B24407@monk.mps.ohio-state.edu>
11710      Branch: cfgperl
11711            + lib/charnames.pm t/lib/charnames.t
11712            ! MAINTAIN MANIFEST lib/utf8.pm pod/perldiag.pod pod/perlop.pod
11713            ! pod/perlre.pod regcomp.c toke.c
11714 ____________________________________________________________________________
11715 [  3915] By: jhi                                   on 1999/08/03  21:18:49
11716         Log: Support Configure -Dmake=pmake.
11717              Via private email from Andy.
11718              NOTE: assumes "basename" command.
11719      Branch: metaconfig
11720            ! U/modified/Config_sh.U
11721 ____________________________________________________________________________
11722 [  3914] By: jhi                                   on 1999/08/03  21:11:11
11723         Log: The op/filetest.t failed subtest 7 if testing as root.
11724              
11725              From: =?iso-8859-1?Q?Fran=E7ois=20D=E9sarm=E9nien?= <desar@club-internet.fr>
11726              To: perl5-porters@perl.org
11727              Subject: [ID 19990727.039] Not OK: perl 5.00558 on i386-sco 3.2v5.0.4
11728              Date: Tue, 27 Jul 1999 22:54:05 +0200
11729              Message-Id: <379E1C6D.626DC765@club-internet.fr>
11730      Branch: cfgperl
11731            ! t/op/filetest.t
11732 ____________________________________________________________________________
11733 [  3911] By: jhi                                   on 1999/08/03  19:52:38
11734         Log: The "-Dusethreads -Duseperlio" combination failed.
11735              
11736              From: Spider Boardman <spider@leggy.zk3.dec.com>
11737              To: perl5-porters@perl.org
11738              Subject: [ID 19990803.007] Not OK: perl 5.00560 on alpha-dec_osf-thread
11739              4.0 (UNINSTALLED)
11740              Date: Tue, 3 Aug 1999 14:25:00 -0400
11741              Message-Id: <199908031825.OAA29254@leggy.zk3.dec.com>
11742              
11743              See also change #3912.
11744      Branch: cfgperl
11745            ! perlio.c
11746 ____________________________________________________________________________
11747 [  3910] By: jhi                                   on 1999/08/03  10:44:24
11748         Log: From: Chris Nandor <pudge@pobox.com>
11749              To: perl5-porters@perl.org
11750              Subject: [PATCH 5.005_58] perlbug.PL 1.27
11751              Date: Wed, 28 Jul 1999 23:42:49 -0400
11752              Message-Id: <v04210104b3c57ce9e3de@[152.167.11.247]>
11753      Branch: cfgperl
11754            ! utils/perlbug.PL
11755 ____________________________________________________________________________
11756 [  3909] By: jhi                                   on 1999/08/03  10:41:04
11757         Log: Hints for building ByteLoader in SunoS.  Based on
11758              From: Andy Dougherty <doughera@lafayette.edu>
11759              To: Gurusamy Sarathy <gsar@activestate.com>
11760              Cc: Perl Porters <perl5-porters@perl.org>
11761              Subject: Re: 5.005_58 Not OK SunOS 4.1.3
11762              Date: Mon, 2 Aug 1999 14:01:58 -0400 (EDT)
11763              Message-Id: <Pine.GSU.4.05.9908021357410.5873-100000@newton.phys>
11764      Branch: cfgperl
11765            + ext/ByteLoader/hints/sunos.pl
11766            ! MANIFEST ext/ByteLoader/ByteLoader.xs
11767 ____________________________________________________________________________
11768 [  3908] By: jhi                                   on 1999/08/03  09:29:22
11769         Log: Clarify RE engine code; inline a static function to a macro;
11770              make exact string nodes smaller.
11771              
11772              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11773              To: perl5-porters@perl.org (Mailing list Perl5)
11774              Subject: [PATCH 5.005_60] Cosmetic change to REx engine
11775              Date: Mon, 2 Aug 1999 21:53:36 -0400 (EDT)
11776              Message-Id: <199908030153.VAA10542@monk.mps.ohio-state.edu>
11777      Branch: cfgperl
11778            ! Makefile.SH embed.pl global.sym keywords.h lib/warning.pm
11779            ! opcode.h pp.sym pp_proto.h regcomp.c regcomp.h regexec.c
11780            ! regnodes.h warning.h
11781 ____________________________________________________________________________
11782 [  3907] By: jhi                                   on 1999/08/03  08:11:49
11783         Log: 5_59 configured with -Dd_bincompat5005 can't be made
11784              binary compatible with a 5_03 which was built with -DEMBEDMYMALLOC.
11785              
11786              From: Spider Boardman <spider@leggy.zk3.dec.com>
11787              To: perl5-porters@perl.org
11788              Subject: [ID 19990802.016] Not OK: perl 5.00559
11789              Date: Mon, 2 Aug 1999 16:11:13 -0400
11790              Message-Id: <199908022011.QAA30224@leggy.zk3.dec.com>
11791      Branch: cfgperl
11792            ! embed.pl
11793 ____________________________________________________________________________
11794 [  3906] By: jhi                                   on 1999/08/03  07:48:59
11795         Log: Change #3790 redemption: with a little additional
11796              patch from Ilya it works okay.
11797      Branch: cfgperl
11798            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
11799            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
11800 ____________________________________________________________________________
11801 [  3905] By: gsar                                  on 1999/08/02  21:03:23
11802         Log: this will be 5.005_60
11803      Branch: perl
11804            ! Changes
11805
11806 ----------------
11807 Version 5.005_60
11808 ----------------
11809
11810 ____________________________________________________________________________
11811 [  3904] By: gsar                                  on 1999/08/02  20:30:23
11812         Log: don't enable PERL_POLLUTE_MALLOC when EMBEDMYMALLOC is
11813              in effect (from Spider Boardman <spider@leggy.zk3.dec.com>);
11814              regen headers
11815      Branch: perl
11816            ! embed.h embed.pl global.sym opcode.h perlapi.c
11817 ____________________________________________________________________________
11818 [  3903] By: gsar                                  on 1999/08/02  20:26:07
11819         Log: native int pack/unpack fixes (from Spider Boardman
11820              <spider@leggy.zk3.dec.com>)
11821      Branch: perl
11822            ! pp.c
11823 ____________________________________________________________________________
11824 [  3902] By: gsar                                  on 1999/08/02  20:24:41
11825         Log: fix broken -DDEBUGGING_OPS (from Spider Boardman
11826              <spider@leggy.zk3.dec.com>)
11827      Branch: perl
11828            + opnames.h
11829            ! Changes MANIFEST opcode.pl perl.h
11830 ____________________________________________________________________________
11831 [  3901] By: gsar                                  on 1999/08/02  18:51:18
11832         Log: integrate cfgperl contents
11833      Branch: perl
11834           !> INSTALL README pod/perldelta.pod
11835 ____________________________________________________________________________
11836 [  3900] By: jhi                                   on 1999/08/02  18:46:21
11837         Log: Update README and INSTALL; partly based on the message
11838              
11839              From: "John L. Allen" <allen@grumman.com>
11840              To: Jarkko Hietaniemi <jhi@iki.fi>
11841              cc: perl5-porters@perl.org
11842              Subject: Re: Perl Installation Problem
11843              Date: Thu, 29 Jul 1999 14:55:05 -0400 (EDT)
11844              Message-ID: <Pine.SOL.3.91.990729144440.1035A-100000@gateway.grumman.com>
11845              
11846              and private email from Andy Dougherty.
11847      Branch: cfgperl
11848            ! INSTALL README
11849 ____________________________________________________________________________
11850 [  3899] By: jhi                                   on 1999/08/02  18:36:35
11851         Log: Integrate with Sarathy.
11852      Branch: cfgperl
11853           !> op.c
11854 ____________________________________________________________________________
11855 [  3898] By: jhi                                   on 1999/08/02  18:34:49
11856         Log: Update PERL_BINCOMPAT_5005; update 64-bitness.
11857      Branch: cfgperl
11858            ! pod/perldelta.pod
11859 ____________________________________________________________________________
11860 [  3897] By: gsar                                  on 1999/08/02  18:18:37
11861         Log: optimizations could sometimes bypass bareword check
11862      Branch: perl
11863            ! op.c
11864 ____________________________________________________________________________
11865 [  3896] By: jhi                                   on 1999/08/02  18:18:34
11866         Log: Integrate with Sarathy.
11867      Branch: cfgperl
11868           !> Changes makedef.pl patchlevel.h win32/Makefile
11869           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
11870           !> win32/makefile.mk
11871 ____________________________________________________________________________
11872 [  3895] By: gsar                                  on 1999/08/02  17:22:40
11873         Log: up patchlevel etc.
11874      Branch: perl
11875            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
11876            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
11877 ____________________________________________________________________________
11878 [  3894] By: gsar                                  on 1999/08/02  17:12:31
11879         Log: integrate change#3893, make it conditional on bincompat5005
11880      Branch: perl
11881            ! makedef.pl
11882 ____________________________________________________________________________
11883 [  3893] By: jhi                                   on 1999/08/02  16:49:08
11884         Log: PERL_BINCOMPAT_5005 symbol translation.
11885              (AIX wouldn't link neither perl nor extensions.)
11886      Branch: cfgperl
11887            ! makedef.pl
11888 ____________________________________________________________________________
11889 [  3892] By: gsar                                  on 1999/08/02  16:09:13
11890         Log: integrate cfgperl contents into mainline
11891      Branch: perl
11892           +> t/op/64bit.t
11893            ! Changes
11894           !> Configure MANIFEST config_h.SH doio.c dump.c hints/aix.sh op.c
11895           !> pod/perlfunc.pod pp_hot.c pp_sys.c regcomp.c sv.c t/io/open.t
11896           !> t/pragma/utf8.t t/pragma/warn/pp_hot toke.c util.c
11897 ____________________________________________________________________________
11898 [  3891] By: jhi                                   on 1999/08/02  14:52:40
11899         Log: AIX long long probing requires LL suffix for
11900              the ll constant.  The suffix doesn't seem
11901              to bother other ll platforms.
11902      Branch: cfgperl
11903            ! Configure config_h.SH hints/aix.sh
11904      Branch: metaconfig/U/perl
11905            ! quadfio.U
11906 ____________________________________________________________________________
11907 [  3890] By: jhi                                   on 1999/08/02  14:21:55
11908         Log: Exact path to perl for open -|.
11909      Branch: cfgperl
11910            ! t/io/open.t
11911 ____________________________________________________________________________
11912 [  3889] By: jhi                                   on 1999/08/02  14:18:03
11913         Log: Integrate with Sarathy.
11914      Branch: cfgperl
11915           !> Changes patchlevel.h pod/perlhist.pod pp_ctl.c util.c
11916           !> win32/Makefile win32/config_H.bc win32/config_H.gc
11917           !> win32/config_H.vc win32/makefile.mk win32/win32.c
11918 ____________________________________________________________________________
11919 [  3888] By: jhi                                   on 1999/08/02  14:14:29
11920         Log: AIX -Duse64bits: old AIXen do not have the getconf variables.
11921      Branch: cfgperl
11922            ! hints/aix.sh
11923 ____________________________________________________________________________
11924 [  3887] By: jhi                                   on 1999/08/02  12:53:10
11925         Log: Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that
11926              emacs code indentation doesn't get wrong ideas--
11927              in other words, introduce a couple of "redundant" if:s.
11928      Branch: cfgperl
11929            ! doio.c dump.c op.c pp_hot.c pp_sys.c regcomp.c sv.c toke.c
11930            ! util.c
11931 ____________________________________________________________________________
11932 [  3886] By: jhi                                   on 1999/08/02  12:43:16
11933         Log: Mention that also *BSD systems with glibc are known to stumble.
11934      Branch: cfgperl
11935            ! t/pragma/warn/pp_hot
11936 ____________________________________________________________________________
11937 [  3885] By: jhi                                   on 1999/08/02  12:34:15
11938         Log: Allow also non-long long but still quad platforms print quads.
11939      Branch: cfgperl
11940            ! Configure config_h.SH
11941      Branch: metaconfig/U/perl
11942            ! longdblfio.U quadfio.U
11943 ____________________________________________________________________________
11944 [  3884] By: jhi                                   on 1999/08/02  11:56:14
11945         Log: Fix regclass utf8 hex ranges for quads.
11946      Branch: cfgperl
11947            ! regcomp.c
11948 ____________________________________________________________________________
11949 [  3883] By: jhi                                   on 1999/08/02  11:42:14
11950         Log: Enhance the description of how to detect quad support.
11951      Branch: cfgperl
11952            ! pod/perlfunc.pod
11953 ____________________________________________________________________________
11954 [  3882] By: jhi                                   on 1999/08/02  11:22:19
11955         Log: Fix printf %D %U %O for quads.
11956      Branch: cfgperl
11957            ! sv.c t/op/64bit.t
11958 ____________________________________________________________________________
11959 [  3881] By: jhi                                   on 1999/08/02  11:16:12
11960         Log: Document quad printing.
11961      Branch: cfgperl
11962            ! pod/perlfunc.pod
11963 ____________________________________________________________________________
11964 [  3880] By: jhi                                   on 1999/08/02  10:32:01
11965         Log: More 64-bit fixing.  One known bug of that kind
11966              remains, 32-bit platforms using long long in
11967              the test t/pragma/utf8 subtests 1-3 fail.
11968              (Update: change    #3884 fixed that one.)
11969      Branch: cfgperl
11970            + t/op/64bit.t
11971            ! Configure MANIFEST config_h.SH regcomp.c sv.c t/pragma/utf8.t
11972
11973 ----------------
11974 Version 5.005_59
11975 ----------------
11976
11977 ____________________________________________________________________________
11978 [  3879] By: gsar                                  on 1999/08/02  08:18:58
11979         Log: integrate cfgperl changes into mainline
11980      Branch: perl
11981           !> Configure config_h.SH sv.c
11982 ____________________________________________________________________________
11983 [  3878] By: gsar                                  on 1999/08/02  08:13:16
11984         Log: change#3692 had an unintentional patch leak through!
11985              (this would explain the mysterious C<next LABEL> failures
11986              people have seen)
11987      Branch: perl
11988            ! pp_ctl.c
11989 ____________________________________________________________________________
11990 [  3877] By: gsar                                  on 1999/08/02  08:00:29
11991         Log: up patchlevel to 59
11992      Branch: perl
11993            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
11994            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11995            ! win32/makefile.mk
11996 ____________________________________________________________________________
11997 [  3876] By: gsar                                  on 1999/08/02  07:51:18
11998         Log: fix coredump under usethreads+debug
11999      Branch: perl
12000            ! util.c
12001 ____________________________________________________________________________
12002 [  3875] By: jhi                                   on 1999/08/02  07:50:51
12003         Log: d_bincompat5005 could be left empty.
12004      Branch: cfgperl
12005            ! Configure config_h.SH
12006      Branch: metaconfig/U/perl
12007            ! bincompat5005.U
12008 ____________________________________________________________________________
12009 [  3874] By: jhi                                   on 1999/08/02  07:42:45
12010         Log: Fix printf %d when IV is quad.
12011      Branch: cfgperl
12012            ! sv.c
12013 ____________________________________________________________________________
12014 [  3873] By: gsar                                  on 1999/08/02  07:41:03
12015         Log: fix d_bincompat5005='' junking config.h
12016      Branch: perl
12017            ! Configure
12018 ____________________________________________________________________________
12019 [  3872] By: gsar                                  on 1999/08/02  07:38:48
12020         Log: C needs parameter list, not merely type
12021      Branch: perl
12022            ! win32/win32.c
12023 ____________________________________________________________________________
12024 [  3871] By: jhi                                   on 1999/08/02  07:20:51
12025         Log: Integrate with Sarathy.
12026      Branch: cfgperl
12027           !> Changes ext/B/B/C.pm ext/B/B/CC.pm regexec.c
12028 ____________________________________________________________________________
12029 [  3870] By: gsar                                  on 1999/08/02  07:12:18
12030         Log: integrate cfgperl changes into mainline
12031      Branch: perl
12032            ! Changes
12033           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
12034           !> Porting/config_H config_h.SH doio.c dump.c mg.c op.c perl.h
12035           !> pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c t/pragma/warn/sv
12036           !> toke.c util.c
12037 ____________________________________________________________________________
12038 [  3869] By: gsar                                  on 1999/08/02  06:59:09
12039         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
12040              Date: Sat, 31 Jul 1999 19:08:33 -0700
12041              Message-ID: <LAONLKLELDJAFAAA@my-deja.com>
12042              Subject: [PATCH 5.005_58] "use constant" in the compiler
12043      Branch: perl
12044            ! ext/B/B/C.pm ext/B/B/CC.pm
12045 ____________________________________________________________________________
12046 [  3868] By: gsar                                  on 1999/08/02  06:55:51
12047         Log: debug build tweak
12048      Branch: perl
12049            ! regexec.c
12050 ____________________________________________________________________________
12051 [  3867] By: gsar                                  on 1999/08/02  06:35:18
12052         Log: create vmsperl branch (to be owned and operated by: cbailey)
12053      Branch: vmsperl
12054           +> (branch 1476 files)
12055 ____________________________________________________________________________
12056 [  3866] By: jhi                                   on 1999/08/01  23:34:40
12057         Log: so_locations once is enough.
12058      Branch: cfgperl
12059            ! Makefile.SH
12060 ____________________________________________________________________________
12061 [  3865] By: jhi                                   on 1999/08/01  23:13:05
12062         Log: Simplicate duplicated code.
12063      Branch: cfgperl
12064            ! util.c
12065 ____________________________________________________________________________
12066 [  3864] By: jhi                                   on 1999/08/01  22:41:41
12067         Log: Integrate with Sarathy.  perl.h and util.c required manual resolving.
12068      Branch: cfgperl
12069           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
12070           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
12071            - README.cygwin32 cygwin32/Makefile.SHs
12072            - cygwin32/build-instructions.READFIRST
12073            - cygwin32/build-instructions.charles-wilson
12074            - cygwin32/build-instructions.sebastien-barre
12075            - cygwin32/build-instructions.steven-morlock
12076            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
12077            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
12078            - hints/cygwin32.sh
12079           !> (integrate 61 files)
12080 ____________________________________________________________________________
12081 [  3863] By: jhi                                   on 1999/08/01  22:36:02
12082         Log: Regen Configure and Glossary once again.
12083      Branch: cfgperl
12084            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12085            ! config_h.SH
12086 ____________________________________________________________________________
12087 [  3862] By: jhi                                   on 1999/08/01  22:26:09
12088         Log: Glossary update for #3861.
12089      Branch: cfgperl
12090            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12091            ! config_h.SH
12092 ____________________________________________________________________________
12093 [  3861] By: jhi                                   on 1999/08/01  22:22:51
12094         Log: 64-bit work.  Now 32-bit platforms get a 100% make test
12095              with -Duse64bits (using long long).
12096              Tested in Solaris 2.6 sparc  RH Linux 6.0 x86
12097              (and Digital IX 4.0D, to get a true 64-bit opinion).  Now e.g.
12098              'print unpack "q", pack "q", 12345678901'
12099              should work on such 32-bit platforms.
12100              Still a lot of printf()s behind -D which wrongly assume
12101              that %ld/%lx and (long) are a good combination.
12102              Introducing a slew of new macros intended to be used in printf()
12103              format strings: e. g. PERL_PRId64 is the string to be used
12104              when printing an IV, printf("%" PERL_PRId64 "\n", iv).
12105              The PRI... naming follows the C9X naming of <inttypes.h> macros.
12106      Branch: cfgperl
12107            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12108            ! config_h.SH doio.c dump.c mg.c op.c perl.h pp_ctl.c pp_hot.c
12109            ! pp_sys.c scope.c sv.c t/pragma/warn/sv toke.c util.c
12110      Branch: metaconfig/U/perl
12111            + atolf.U atoll.U longdblfio.U quadfio.U strtoull.U
12112 ____________________________________________________________________________
12113 [  3860] By: gsar                                  on 1999/08/01  21:23:18
12114         Log: integrate cfgperl contents into mainline
12115      Branch: perl
12116            ! toke.c
12117           !> (integrate 29 files)
12118 ____________________________________________________________________________
12119 [  3859] By: gsar                                  on 1999/08/01  21:13:09
12120         Log: From: Nathan Torkington <gnat@frii.com>
12121              Date: Sun, 1 Aug 1999 11:23:35 -0600 (MDT)
12122              Message-ID: <14244.33431.739419.806927@localhost.frii.com>
12123              Subject: [PATCH 5.005_58] ext/B/B/Disassembler.pm patch
12124      Branch: perl
12125            ! ext/B/B/Disassembler.pm
12126 ____________________________________________________________________________
12127 [  3858] By: gsar                                  on 1999/08/01  21:09:15
12128         Log: DB_File 1.68 update from Paul Marquess
12129      Branch: perl
12130            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
12131            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
12132            ! t/lib/db-recno.t
12133 ____________________________________________________________________________
12134 [  3857] By: gsar                                  on 1999/08/01  21:05:54
12135         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12136              Date: Sat, 31 Jul 1999 05:13:38 -0400
12137              Message-Id: <199907311407.IAA25038@localhost.frii.com>
12138              Subject: [PATCH 5.005_58] More optimizations to REx engine
12139      Branch: perl
12140            ! embed.pl embedvar.h ext/Thread/Thread.xs objXSUB.h perl.c
12141            ! perl.h proto.h regcomp.c regexec.c t/op/re_tests thrdvar.h
12142 ____________________________________________________________________________
12143 [  3856] By: gsar                                  on 1999/08/01  20:59:59
12144         Log: slightly modified version of suggested patch
12145              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12146              Date: Sat, 31 Jul 1999 04:45:12 -0400
12147              Message-Id: <199907311406.IAA25034@localhost.frii.com>
12148              Subject: [PATCH 5.005_58] Fix OS/2 build
12149      Branch: perl
12150            ! Makefile.SH lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
12151            ! makedef.pl os2/Makefile.SHs os2/diff.configure perl.h sv.h
12152 ____________________________________________________________________________
12153 [  3855] By: gsar                                  on 1999/08/01  20:49:06
12154         Log: cygwin update
12155              From: "Fifer, Eric" <EFifer@sanwaint.com>
12156              Date: Fri, 30 Jul 1999 18:31:48 +0100
12157              Message-Id: <71E287AB0D94D111BBD600600849EC8185EE06@POST>
12158              Subject: [ID 19990730.003] PATCH] perl5.005_58 cygwin port
12159      Branch: perl
12160            ! doio.c dosish.h lib/File/Spec/Unix.pm mg.c perl.h perlsdio.h
12161            ! pp_sys.c unixish.h util.c
12162 ____________________________________________________________________________
12163 [  3854] By: gsar                                  on 1999/08/01  20:41:53
12164         Log: fixes from Stephen McCamant that address bugs in change#3612
12165              (the optimization shouldn't be enabled in expressions where
12166              the variable is introduced), and fix Deparse to grok the
12167              optimization
12168              Date: Thu, 29 Jul 1999 21:21:49 -0500 (CDT)
12169              Message-ID: <14241.3133.979257.953396@alias-2.pr.mcs.net>
12170              Subject: [PATCH _58] Set OPpTARGET_MY more consistently
12171              --
12172              Date: Thu, 29 Jul 1999 22:31:16 -0500 (CDT)
12173              Message-ID: <14241.7300.181386.763503@alias-2.pr.mcs.net>
12174              Subject: [PATCH _58] Disable TARGET_MY-ization on variable introduction
12175              --
12176              Date: Fri, 30 Jul 1999 22:25:27 -0500 (CDT)
12177              Message-Id: <199907310326.VAA24376@localhost.frii.com>
12178              Subject: [PATCH _58, long] B::Deparse (was Re: New warning 'Useless use of...')
12179      Branch: perl
12180            ! ext/B/B/Deparse.pm op.c
12181 ____________________________________________________________________________
12182 [  3853] By: gsar                                  on 1999/08/01  20:31:32
12183         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
12184              Date: Thu, 29 Jul 1999 14:08:50 -0500 (CDT)
12185              Message-ID: <14240.42690.292893.605292@alias-2.pr.mcs.net>
12186              Subject: [PATCH _58] Two one-liner LOGOP tweaks
12187      Branch: perl
12188            ! op.c opcode.h opcode.pl
12189 ____________________________________________________________________________
12190 [  3852] By: gsar                                  on 1999/08/01  20:29:17
12191         Log: rename cygwin32 to cygwin (from Eric Fifer <EFifer@sanwaint.com>)
12192      Branch: perl
12193            ! AUTHORS EXTERN.h INSTALL MAINTAIN Makefile.SH Porting/patchls
12194            ! README.cygwin README.win32 XSUB.h cygwin/Makefile.SHs
12195            ! ext/DynaLoader/dl_cygwin.xs ext/POSIX/POSIX.xs
12196            ! ext/SDBM_File/sdbm/pair.c hints/cygwin.sh
12197            ! lib/ExtUtils/MM_Cygwin.pm makedepend.SH perl.h pod/perl.pod
12198            ! pod/perlport.pod pp_sys.c util.c
12199 ____________________________________________________________________________
12200 [  3851] By: gsar                                  on 1999/08/01  20:20:05
12201         Log: move files around for s/cygwin32/cygwin/ renaming
12202      Branch: perl
12203           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
12204           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
12205            - README.cygwin32 cygwin32/Makefile.SHs
12206            - cygwin32/build-instructions.READFIRST
12207            - cygwin32/build-instructions.charles-wilson
12208            - cygwin32/build-instructions.sebastien-barre
12209            - cygwin32/build-instructions.steven-morlock
12210            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
12211            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
12212            - hints/cygwin32.sh
12213            ! MANIFEST
12214 ____________________________________________________________________________
12215 [  3850] By: gsar                                  on 1999/08/01  20:05:14
12216         Log: posix-bc hints tweak (via private mail from Thomas Dorner
12217              <Thomas.Dorner@start.de>)
12218      Branch: perl
12219            ! Changes hints/posix-bc.sh
12220 ____________________________________________________________________________
12221 [  3849] By: gsar                                  on 1999/08/01  19:50:20
12222         Log: notes on PERL_IMPLICIT_CONTEXT (from a version by Nathan Torkington
12223              <gnat@frii.com>)
12224      Branch: perl
12225            ! perl.h pod/perldelta.pod pod/perlguts.pod
12226 ____________________________________________________________________________
12227 [  3848] By: gsar                                  on 1999/08/01  18:34:41
12228         Log: fix defined(@foo) encarpments
12229      Branch: perl
12230            ! ext/B/B/C.pm lib/CGI.pm lib/Dumpvalue.pm lib/dumpvar.pl
12231            ! pod/perltrap.pod
12232 ____________________________________________________________________________
12233 [  3847] By: jhi                                   on 1999/08/01  17:17:07
12234         Log: Undo #3790 and the patches that attempted to fix it
12235              (#3837, #3838, #3845).  The #3790 caused linkage failures
12236              and/or core dumps in Solaris 2.6, Digital UNIX 4.0D, and
12237              IRIX 6.5.
12238      Branch: cfgperl
12239            - ext/SDBM_File/hints/dec_osf.pl ext/SDBM_File/hints/solaris.pl
12240            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
12241            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
12242 ____________________________________________________________________________
12243 [  3846] By: jhi                                   on 1999/08/01  11:41:52
12244         Log: Reading 64-bit decimal numbers was broken because
12245              the NV was cast to an I32, not an IV.
12246      Branch: cfgperl
12247            ! toke.c
12248 ____________________________________________________________________________
12249 [  3845] By: jhi                                   on 1999/08/01  11:00:24
12250         Log: Solaris doesn't like PERL_MALLOC_OK in SDBM_File.
12251      Branch: cfgperl
12252            + ext/SDBM_File/hints/solaris.pl
12253 ____________________________________________________________________________
12254 [  3844] By: jhi                                   on 1999/08/01  10:55:44
12255         Log: Enable Solaris largefiles support only if -Duse64bits is used.
12256              (Effectively removes #3311).
12257      Branch: cfgperl
12258            ! hints/solaris_2.sh
12259 ____________________________________________________________________________
12260 [  3843] By: jhi                                   on 1999/07/31  22:44:56
12261         Log: Integer overflow iteration.
12262      Branch: cfgperl
12263            ! t/op/oct.t toke.c util.c
12264 ____________________________________________________________________________
12265 [  3842] By: jhi                                   on 1999/07/31  22:11:03
12266         Log: Remove a lot of unused regnode codes.
12267              Noticed by Ilya.
12268      Branch: cfgperl
12269            ! regcomp.c regcomp.sym regexec.c regnodes.h
12270 ____________________________________________________________________________
12271 [  3841] By: jhi                                   on 1999/07/31  21:53:54
12272         Log: Make the use64bits and usethreads friendlier/braver;
12273              they no more wimp out if the platform is unknown.
12274              On use64bits if gcc used -DUSE_LONG_LONG is added
12275              to the ccflags (this dependency on gcc caused a slightly weird
12276              reordering of Configure, but things still seem to work.)
12277      Branch: cfgperl
12278            ! Configure README.threads config_h.SH
12279      Branch: metaconfig
12280            ! U/threads/usethreads.U
12281      Branch: metaconfig/U/perl
12282            ! use64bits.U
12283 ____________________________________________________________________________
12284 [  3840] By: jhi                                   on 1999/07/31  20:26:22
12285         Log: Hack the "integer overflow" code some more.
12286      Branch: cfgperl
12287            ! perl.h toke.c util.c
12288 ____________________________________________________________________________
12289 [  3839] By: jhi                                   on 1999/07/31  20:22:00
12290         Log: Test oct() at the 2^32-1 limit.
12291      Branch: cfgperl
12292            ! t/op/oct.t
12293 ____________________________________________________________________________
12294 [  3838] By: jhi                                   on 1999/07/31  20:08:43
12295         Log: Update MANIFEST for #3837.
12296      Branch: cfgperl
12297            ! MANIFEST
12298 ____________________________________________________________________________
12299 [  3837] By: jhi                                   on 1999/07/31  20:02:40
12300         Log: Digital UNIX 4.0D doesn't like perl malloc on sdbm
12301              (a core dump with a corrput stack ensues).
12302      Branch: cfgperl
12303            + ext/SDBM_File/hints/dec_osf.pl
12304 ____________________________________________________________________________
12305 [  3836] By: jhi                                   on 1999/07/29  21:09:01
12306         Log: Allow for Configure -Ubincompat5005 override.
12307      Branch: cfgperl
12308            ! Configure config_h.SH
12309      Branch: metaconfig/U/perl
12310            ! bincompat5005.U
12311 ____________________________________________________________________________
12312 [  3835] By: jhi                                   on 1999/07/29  21:04:02
12313         Log: Make Configure support PERL_BINCOMPAT_5005.
12314      Branch: cfgperl
12315            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12316            ! config_h.SH
12317      Branch: metaconfig/U/perl
12318            + bincompat5005.U
12319 ____________________________________________________________________________
12320 [  3834] By: jhi                                   on 1999/07/29  19:25:35
12321         Log: AIX tweak, need reported by David R. Fravor <dfavor@austin.ibm.com> 
12322      Branch: cfgperl
12323            ! Makefile.SH
12324 ____________________________________________________________________________
12325 [  3833] By: jhi                                   on 1999/07/29  14:07:09
12326         Log: Integrate with Sarathy.  I overruled on perldelta
12327              and perldiag.
12328      Branch: cfgperl
12329           !> README.win32 emacs/cperl-mode.el globals.c installperl
12330           !> iperlsys.h makedef.pl perl.h pod/perldelta.pod
12331           !> pod/perldiag.pod pod/perllexwarn.pod toke.c utils/perldoc.PL
12332           !> win32/Makefile win32/bin/pl2bat.pl win32/makefile.mk
12333           !> win32/perllib.c win32/win32.c
12334 ____________________________________________________________________________
12335 [  3832] By: jhi                                   on 1999/07/29  14:02:50
12336         Log: Repent and make overly large integerish
12337              constants non-fatal.  They are now promoted
12338              to NVs, accompanied by an overflow warning that
12339              is by default on.
12340      Branch: cfgperl
12341            ! embed.pl global.sym pod/perldelta.pod pod/perldiag.pod pp.c
12342            ! proto.h t/op/oct.t t/pragma/warn/6default t/pragma/warn/util
12343            ! toke.c util.c
12344 ____________________________________________________________________________
12345 [  3831] By: jhi                                   on 1999/07/29  11:40:04
12346         Log: AIX exhibits different error on failed system().
12347              Slightly modified patch via private email from
12348              David R. Favor <dfavor@austin.ibm.com>
12349      Branch: cfgperl
12350            ! t/op/exec.t
12351 ____________________________________________________________________________
12352 [  3830] By: gsar                                  on 1999/07/29  07:46:11
12353         Log: cperl-mode.el v4.19
12354      Branch: perl
12355            ! emacs/cperl-mode.el
12356 ____________________________________________________________________________
12357 [  3829] By: gsar                                  on 1999/07/29  07:30:35
12358         Log: From: jan.dubois@ibm.net (Jan Dubois)
12359              Date: Wed, 28 Jul 1999 22:01:42 +0200
12360              Message-ID: <37aa5f9b.12941448@smtp1.ibm.net>
12361              Subject: [PATCH 5.005_58] win32/bin/pl2bat.pl doesn't work correctly
12362      Branch: perl
12363            ! win32/bin/pl2bat.pl
12364 ____________________________________________________________________________
12365 [  3828] By: gsar                                  on 1999/07/29  07:19:27
12366         Log: tweak previous change for multiple hits
12367      Branch: perl
12368            ! utils/perldoc.PL
12369 ____________________________________________________________________________
12370 [  3827] By: gsar                                  on 1999/07/29  07:10:00
12371         Log: band-aid for perldoc -t broken-ness (the new Pod::Text
12372              really needs a pod2text() compatibility function)
12373      Branch: perl
12374            ! utils/perldoc.PL
12375 ____________________________________________________________________________
12376 [  3826] By: gsar                                  on 1999/07/29  01:33:46
12377         Log: minor tweaks to pods and toke.c comments
12378      Branch: perl
12379            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod toke.c
12380 ____________________________________________________________________________
12381 [  3825] By: gsar                                  on 1999/07/29  00:12:52
12382         Log: integrate cfgperl changes into mainline
12383      Branch: perl
12384           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
12385           !> README.threads config_h.SH ext/IO/lib/IO/Handle.pm
12386           !> ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
12387           !> ext/POSIX/POSIX.xs lib/ExtUtils/Install.pm perl.h
12388           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
12389           !> pod/perllexwarn.pod pod/perlre.pod pp.c pp_sys.c
12390           !> t/lib/io_unix.t t/op/oct.t t/pragma/warn/6default
12391           !> t/pragma/warn/util toke.c util.c
12392 ____________________________________________________________________________
12393 [  3824] By: jhi                                   on 1999/07/28  21:15:04
12394         Log: Tiny patch to go over #3820 (via private mail from Lincoln).
12395      Branch: cfgperl
12396            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
12397            ! ext/IO/lib/IO/Socket/INET.pm
12398 ____________________________________________________________________________
12399 [  3823] By: jhi                                   on 1999/07/28  20:29:17
12400         Log: Continue pack() doc honing.
12401      Branch: cfgperl
12402            ! pod/perlfunc.pod
12403 ____________________________________________________________________________
12404 [  3822] By: jhi                                   on 1999/07/28  20:17:37
12405         Log: Enhance pack() doc.
12406      Branch: cfgperl
12407            ! pod/perlfunc.pod
12408 ____________________________________________________________________________
12409 [  3821] By: jhi                                   on 1999/07/28  18:34:50
12410         Log: UNIX Domain Sockets are not implemented under QNX.
12411              
12412              From: Norton Allen <allen@huarp.harvard.edu>
12413              To: perl5-porters@perl.org
12414              Subject: [ID 19990728.010] Patch:t/lib/io_unix.t _58 QNX
12415              Date: Wed, 28 Jul 1999 14:07:16 -0400 (edt)
12416              Message-Id: <199907281807.OAA13167@bottesini.harvard.edu>
12417      Branch: cfgperl
12418            ! t/lib/io_unix.t
12419 ____________________________________________________________________________
12420 [  3820] By: jhi                                   on 1999/07/28  18:13:37
12421         Log: IO::* enhancements.
12422              
12423              1) write() and syswrite() will now accept a single-argument
12424              form of the call, for consistency with Perl's syswrite().
12425              2) You can create a TCP-based IO::Socket::INET without forcing
12426              a connect attempt.  This allows you to configure its options
12427              (like making it non-blocking) and then call connect() manually.
12428              3) Fixed a bug that prevented the IO::Socket::protocol() accessor
12429              from ever returning the correct value.
12430              
12431              From: Lincoln Stein <lstein@formaggio.cshl.org>
12432              To: Graham Barr <gbarr@pobox.com>
12433              Cc: Lincoln Stein <lstein@cshl.org>, perl5-porters@perl.org
12434              Subject: Re: patch for IO::*
12435              Date: Wed, 28 Jul 1999 13:55:05 -0400 (EDT)
12436              Message-ID: <14239.17401.330408.145295@formaggio.cshl.org>
12437      Branch: cfgperl
12438            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
12439            ! ext/IO/lib/IO/Socket/INET.pm
12440 ____________________________________________________________________________
12441 [  3819] By: gsar                                  on 1999/07/28  18:08:06
12442         Log: misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dll
12443      Branch: perl
12444            ! README.win32 globals.c installperl iperlsys.h makedef.pl
12445            ! perl.h win32/Makefile win32/makefile.mk win32/perllib.c
12446            ! win32/win32.c
12447 ____________________________________________________________________________
12448 [  3818] By: jhi                                   on 1999/07/28  17:48:16
12449         Log: Need to add QNX to the list for DONT_DECLARE_STD.
12450              (The elimination of use of the _() macro apparently triggered
12451              an incompatability with a #define of atof)
12452              
12453              From: Norton Allen <allen@huarp.harvard.edu>
12454              To: perl5-porters@perl.org
12455              Subject: [ID 19990728.008] Patch:perl.h _58 QNX
12456              Date: Wed, 28 Jul 1999 13:06:23 -0400 (edt)
12457              Message-Id: <199907281706.NAA07617@bottesini.harvard.edu>
12458      Branch: cfgperl
12459            ! perl.h
12460 ____________________________________________________________________________
12461 [  3817] By: jhi                                   on 1999/07/28  17:46:30
12462         Log: Need to add some more conditions to deal with the case
12463              defined(HAS_GETSPNAM) && ! defined(HAS_GETSPENT)
12464              which is true for QNX4.
12465              From: Norton Allen <allen@huarp.harvard.edu>
12466              To: perl5-porters@perl.org
12467              Subject: [ID 19990728.009] Patch:pp_sys.c _58 QNX
12468              Date: Wed, 28 Jul 1999 13:08:42 -0400 (edt)
12469              Message-Id: <199907281708.NAA07947@bottesini.harvard.edu>
12470      Branch: cfgperl
12471            ! pp_sys.c
12472 ____________________________________________________________________________
12473 [  3816] By: jhi                                   on 1999/07/28  17:43:40
12474         Log: The QNX shell needs a couple more semicolons.
12475              
12476              From: Norton Allen <allen@huarp.harvard.edu>
12477              To: perl5-porters@perl.org
12478              Subject: [ID 19990728.007] Patch:Configure _58 QNX
12479              Date: Wed, 28 Jul 1999 13:03:00 -0400 (edt)
12480              Message-Id: <199907281703.NAA07363@bottesini.harvard.edu>
12481              
12482              plus silence metalint moanings on vendorprefix.
12483      Branch: cfgperl
12484            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12485            ! config_h.SH
12486 ____________________________________________________________________________
12487 [  3815] By: jhi                                   on 1999/07/28  17:31:11
12488         Log: Silence metalint on vendorprefix.U.
12489      Branch: metaconfig
12490            ! U/installdirs/vendorprefix.U
12491 ____________________________________________________________________________
12492 [  3814] By: jhi                                   on 1999/07/28  17:13:29
12493         Log: QNX shell needs more semicolons.
12494      Branch: metaconfig/U/perl
12495            ! Extensions.U
12496 ____________________________________________________________________________
12497 [  3813] By: jhi                                   on 1999/07/28  17:05:08
12498         Log: Integrate with Sarathy.
12499      Branch: cfgperl
12500           !> lib/ExtUtils/MM_Unix.pm
12501 ____________________________________________________________________________
12502 [  3812] By: jhi                                   on 1999/07/28  16:20:17
12503         Log: Fix a typo, un-shout, and reformat the installation output.
12504      Branch: cfgperl
12505            ! lib/ExtUtils/Install.pm
12506 ____________________________________________________________________________
12507 [  3811] By: gsar                                  on 1999/07/28  15:41:11
12508         Log: fix typo that caused INSTALLPRIVLIB to have doubled 'perl5'
12509      Branch: perl
12510            ! lib/ExtUtils/MM_Unix.pm
12511 ____________________________________________________________________________
12512 [  3810] By: jhi                                   on 1999/07/28  13:55:57
12513         Log: Talk more about subsecond things in perlfunc.
12514              (Yes, redundant with perlfaq8.)
12515      Branch: cfgperl
12516            ! pod/perlfunc.pod
12517 ____________________________________________________________________________
12518 [  3809] By: jhi                                   on 1999/07/28  07:23:48
12519         Log: Integrate with Sarathy.
12520      Branch: cfgperl
12521           !> configpm hints/freebsd.sh lib/Pod/Html.pm perl.h t/op/grent.t
12522           !> t/op/pwent.t
12523 ____________________________________________________________________________
12524 [  3808] By: jhi                                   on 1999/07/28  07:23:03
12525         Log: Document toke.c.
12526              From: Nathan Torkington <gnat@frii.com>
12527              To: perl5-porters@perl.org
12528              Subject: Re: toke.c patch, work in progress
12529              Date: Tue, 27 Jul 1999 23:02:09 -0600 (MDT)
12530              Message-ID: <14238.36561.979473.667842@localhost.frii.com>
12531      Branch: cfgperl
12532            ! toke.c
12533 ____________________________________________________________________________
12534 [  3807] By: jhi                                   on 1999/07/28  07:10:56
12535         Log: perlre clarification.
12536              
12537              From: Ian Phillipps <ian@dial.pipex.com>
12538              To: Perl 5 Porters <perl5-porters@perl.org>
12539              Subject: [PATCH 5.00557] Add definite article to perlre.pod
12540              Date: Tue, 27 Jul 1999 10:46:29 +0100
12541              Message-ID: <19990727104629.A10074@homer.diplex.co.uk>
12542      Branch: cfgperl
12543            ! pod/perlre.pod
12544 ____________________________________________________________________________
12545 [  3806] By: gsar                                  on 1999/07/28  07:07:46
12546         Log: fix the perl -V breakage
12547              
12548              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12549              To: Jarkko Hietaniemi <jhi@iki.fi>
12550              Cc: "John L. Allen" <allen@grumman.com>, perl5-porters@perl.org,
12551              gsar@activestate.com
12552              Subject: Re: Follow up to: _58 on AIX 431
12553              Date: Tue, 27 Jul 1999 17:42:00 -0400
12554              Message-ID: <19990727174200.A12775@monk.mps.ohio-state.edu>
12555      Branch: perl
12556            ! configpm
12557 ____________________________________________________________________________
12558 [  3805] By: gsar                                  on 1999/07/28  07:03:34
12559         Log: avoid warning (from Doug MacEachern)
12560      Branch: perl
12561            ! perl.h
12562 ____________________________________________________________________________
12563 [  3804] By: gsar                                  on 1999/07/28  06:59:30
12564         Log: Pod::Html tweak
12565              
12566              From: jan.dubois@ibm.net (Jan Dubois)
12567              To: perl5-porters@perl.org
12568              Subject: [PATCH 5.005_58] pod2html: Missing chunk for VMS filenames
12569              Date: Tue, 27 Jul 1999 22:14:12 +0200
12570              Message-ID: <37a50af0.46171380@smtp1.ibm.net>
12571      Branch: perl
12572            ! lib/Pod/Html.pm
12573 ____________________________________________________________________________
12574 [  3803] By: gsar                                  on 1999/07/28  06:56:38
12575         Log: freebsd hints update
12576              
12577              From: Anton Berezin <tobez@plab.ku.dk>
12578              To: perl5-porters@perl.org
12579              Subject: [ID 19990727.034] Not OK: perl 5.00558 on i386-freebsd-thread4.0-current (UNINSTALLED)
12580              Date: Tue, 27 Jul 1999 20:29:39 +0200 (CEST)
12581              Message-Id: <199907271829.UAA62861@lion.plab.ku.dk>
12582      Branch: perl
12583            ! hints/freebsd.sh
12584 ____________________________________________________________________________
12585 [  3802] By: gsar                                  on 1999/07/28  06:51:32
12586         Log: cosmetic testsuite patch
12587              
12588              From: Graham Barr <gbarr@ti.com>
12589              To: Perl5 Porters <perl5-porters@perl.org>
12590              Subject: 5.005_58 build
12591              Date: Tue, 27 Jul 1999 08:09:25 -0500
12592              Message-ID: <19990727080925.F4683@dal.asp.ti.com>
12593      Branch: perl
12594            ! t/op/grent.t t/op/pwent.t
12595 ____________________________________________________________________________
12596 [  3801] By: jhi                                   on 1999/07/27  13:49:39
12597         Log: Minuscule cleanup of the integer overflow patch.
12598      Branch: cfgperl
12599            ! util.c
12600 ____________________________________________________________________________
12601 [  3800] By: jhi                                   on 1999/07/27  13:37:23
12602         Log: Test hex('x...').
12603      Branch: cfgperl
12604            ! t/op/oct.t
12605 ____________________________________________________________________________
12606 [  3799] By: jhi                                   on 1999/07/27  12:45:45
12607         Log: Integrate with Sarathy (5.005_58).
12608      Branch: cfgperl
12609            - ext/B/byteperl.c
12610           !> Changes MANIFEST Porting/makerel configpm embed.h embed.pl
12611           !> ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.pm
12612           !> ext/SDBM_File/Makefile.PL lib/AutoLoader.pm
12613           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
12614           !> lib/Pod/Parser.pm lib/SelfLoader.pm os2/OS2/REXX/Makefile.PL
12615           !> perl.h pod/perldelta.pod pod/perlfaq9.pod pod/perlhist.pod
12616           !> win32/bin/pl2bat.pl win32/config_H.bc win32/config_H.gc
12617           !> win32/config_H.vc
12618 ____________________________________________________________________________
12619 [  3798] By: jhi                                   on 1999/07/27  12:42:43
12620         Log: Integer constants (0x, 0[0-7], 0b) now overflow fatally,
12621              they used to be just optional lexical warnings.
12622              Also, with warnings turned on, constants > 2**32-1
12623              trigger a non-portability warning.
12624      Branch: cfgperl
12625            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod pp.c
12626            ! t/op/oct.t t/pragma/warn/6default t/pragma/warn/util toke.c
12627            ! util.c
12628 ____________________________________________________________________________
12629 [  3797] By: gsar                                  on 1999/07/27  10:48:27
12630         Log: here lies 5.005_58
12631      Branch: perl
12632            - ext/B/byteperl.c
12633            ! Changes MANIFEST Porting/makerel pod/perldelta.pod
12634            ! pod/perlfaq9.pod pod/perlhist.pod
12635
12636 ----------------
12637 Version 5.005_58
12638 ----------------
12639
12640 ____________________________________________________________________________
12641 [  3796] By: gsar                                  on 1999/07/27  09:23:42
12642         Log: regenerate win32/config_H.?c
12643      Branch: perl
12644            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12645 ____________________________________________________________________________
12646 [  3795] By: gsar                                  on 1999/07/27  09:02:31
12647         Log: From: Tye McQueen <tye@metronet.com>
12648              Date: Mon, 26 Jul 1999 19:19:22 -0500 (CDT)
12649              Message-Id: <199907270019.AA08223@metronet.com>
12650              Subject: Patch pl2bat.pl so batch file can fail
12651      Branch: perl
12652            ! win32/bin/pl2bat.pl
12653 ____________________________________________________________________________
12654 [  3794] By: gsar                                  on 1999/07/27  08:59:58
12655         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12656              Date: Mon, 26 Jul 1999 01:09:00 -0400 (EDT)
12657              Message-Id: <199907260509.BAA26303@monk.mps.ohio-state.edu>
12658              Subject: [PATCH 5.005_57] decrease memory footprint of standard modules
12659      Branch: perl
12660            ! configpm ext/POSIX/POSIX.pm lib/AutoLoader.pm
12661            ! lib/SelfLoader.pm
12662 ____________________________________________________________________________
12663 [  3793] By: gsar                                  on 1999/07/27  08:19:16
12664         Log: support -DPERL_BINCOMPAT_5005, still needs a Configure test
12665              (from Andy Dougherty)
12666      Branch: perl
12667            ! embed.h embed.pl
12668 ____________________________________________________________________________
12669 [  3792] By: gsar                                  on 1999/07/27  08:04:19
12670         Log: recognize more constructs such as C<$-> in pod (from Russ Allbery
12671              and Brad Appleton)
12672      Branch: perl
12673            ! lib/Pod/Parser.pm
12674 ____________________________________________________________________________
12675 [  3791] By: gsar                                  on 1999/07/27  07:50:54
12676         Log: cover case where CLK_TCK is a float, not integer (from
12677              alexander smishlajev <als@turnhere.com>)
12678      Branch: perl
12679            ! ext/Devel/DProf/DProf.xs
12680 ____________________________________________________________________________
12681 [  3790] By: gsar                                  on 1999/07/27  07:45:08
12682         Log: provide MakeMaker attribute PERL_MALLOC_OK that allows extensions
12683              to call Perl_malloc() as malloc() (from Ilya Zakharevich)
12684      Branch: perl
12685            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
12686            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
12687 ____________________________________________________________________________
12688 [  3789] By: jhi                                   on 1999/07/27  07:44:55
12689         Log: Integrate with Sarathy.
12690      Branch: cfgperl
12691           +> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
12692           !> MANIFEST doio.c embed.h embed.pl ext/B/B/CC.pm
12693           !> ext/SDBM_File/sdbm/sdbm.h global.sym lib/Pod/Html.pm
12694           !> lib/Pod/Text.pm objXSUB.h opcode.h opcode.pl perlapi.c
12695           !> pod/perldiag.pod pod/perlfunc.pod pod/pod2text.PL pp_sys.c
12696           !> proto.h t/comp/proto.t t/io/open.t
12697 ____________________________________________________________________________
12698 [  3788] By: gsar                                  on 1999/07/27  07:29:59
12699         Log: replace Pod::Text with Pod::SimpleText v0.01 (thanks
12700              to Russ Allbery <rra@stanford.edu>); s/Simple// and
12701              s/pod2txt/pod2text/ etc.
12702      Branch: perl
12703            + lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
12704            ! MANIFEST lib/Pod/Text.pm pod/pod2text.PL
12705 ____________________________________________________________________________
12706 [  3787] By: gsar                                  on 1999/07/27  06:48:40
12707         Log: From: Andy Dougherty <doughera@lafayette.edu>
12708              Date: Wed, 16 Jun 1999 14:40:09 -0400 (EDT)
12709              Message-Id: <Pine.GSU.4.05.9906161435390.248-100000@newton.phys>
12710              Subject: Re: [ID 19990608.003] my_bcopy problem; Unixware 2.0.3
12711      Branch: perl
12712            ! ext/SDBM_File/sdbm/sdbm.h
12713 ____________________________________________________________________________
12714 [  3786] By: gsar                                  on 1999/07/27  06:30:09
12715         Log: applied suggested patch; added missing prototype changes to
12716              opcode.pl along with documentation typos (feature still needs
12717              to be described in perlopentut.pod and summarized in
12718              perldelta.pod)
12719              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12720              Date: Thu, 17 Jun 1999 00:39:34 -0400 (EDT)
12721              Message-Id: <199906170439.AAA18154@monk.mps.ohio-state.edu>
12722              Subject: [PATCH 5.00557] 3-arg open
12723      Branch: perl
12724            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
12725            ! opcode.pl perlapi.c pod/perldiag.pod pod/perlfunc.pod pp_sys.c
12726            ! proto.h t/comp/proto.t t/io/open.t
12727 ____________________________________________________________________________
12728 [  3785] By: gsar                                  on 1999/07/27  04:36:39
12729         Log: don't quit if =head* wasn't found (suggested by Roland Bauer
12730              <roland.bauer@fff.at>)
12731      Branch: perl
12732            ! lib/Pod/Html.pm
12733 ____________________________________________________________________________
12734 [  3784] By: gsar                                  on 1999/07/27  03:56:17
12735         Log: change#3762 wasn't needed
12736      Branch: perl
12737            ! ext/B/B/CC.pm
12738 ____________________________________________________________________________
12739 [  3783] By: jhi                                   on 1999/07/26  19:08:21
12740         Log: Integrate with Sarathy.
12741      Branch: cfgperl
12742           !> Changes makedef.pl patchlevel.h pod/perlfunc.pod pp_ctl.c
12743           !> toke.c utils/dprofpp.PL win32/Makefile win32/config_H.bc
12744           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
12745 ____________________________________________________________________________
12746 [  3782] By: gsar                                  on 1999/07/26  18:16:50
12747         Log: update Changes, patchlevel &c.
12748      Branch: perl
12749            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
12750            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
12751 ____________________________________________________________________________
12752 [  3781] By: gsar                                  on 1999/07/26  17:54:47
12753         Log: a more correct fix for change#2744
12754              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
12755              Date: Sun, 25 Jul 1999 14:02:25 -0500 (CDT)
12756              Message-ID: <14235.24385.671437.246345@alias-2.pr.mcs.net>
12757              Subject: [PATCH _57] Re: toke.c questions 
12758      Branch: perl
12759            ! toke.c
12760 ____________________________________________________________________________
12761 [  3780] By: gsar                                  on 1999/07/26  17:37:04
12762         Log: utime() doc typo from Greg Bacon <gbacon@itsc.uah.edu>
12763      Branch: perl
12764            ! pod/perlfunc.pod
12765 ____________________________________________________________________________
12766 [  3779] By: jhi                                   on 1999/07/26  16:37:23
12767         Log: Dusting off.
12768      Branch: cfgperl
12769            ! README.threads
12770 ____________________________________________________________________________
12771 [  3778] By: gsar                                  on 1999/07/26  13:28:46
12772         Log: avoid DIVZERO
12773      Branch: perl
12774            ! utils/dprofpp.PL
12775 ____________________________________________________________________________
12776 [  3777] By: gsar                                  on 1999/07/26  13:18:53
12777         Log: warnings identified by Borland compiler
12778      Branch: perl
12779            ! makedef.pl pp_ctl.c
12780 ____________________________________________________________________________
12781 [  3776] By: jhi                                   on 1999/07/26  13:07:36
12782         Log: Integrate with Sarathy.
12783      Branch: cfgperl
12784           !> lib/Carp/Heavy.pm pp_ctl.c pp_hot.c
12785 ____________________________________________________________________________
12786 [  3775] By: gsar                                  on 1999/07/26  12:55:43
12787         Log: avoid infinite recursion when Thread.pm croaks during
12788              bootstrap
12789      Branch: perl
12790            ! lib/Carp/Heavy.pm
12791 ____________________________________________________________________________
12792 [  3774] By: gsar                                  on 1999/07/26  12:43:02
12793         Log: integrate cfgperl contents into mainline
12794      Branch: perl
12795           +> lib/Carp/Heavy.pm
12796           !> MANIFEST Makefile.SH cflags.SH configpm ext/util/make_ext
12797           !> lib/AutoSplit.pm lib/Carp.pm makedepend.SH pod/pod2html.PL
12798           !> pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
12799           !> pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
12800           !> writemain.SH x2p/Makefile.SH x2p/cflags.SH
12801 ____________________________________________________________________________
12802 [  3773] By: jhi                                   on 1999/07/26  12:40:29
12803         Log: Use long doubles only if they are useful.
12804      Branch: cfgperl
12805            ! ext/POSIX/POSIX.xs
12806 ____________________________________________________________________________
12807 [  3772] By: gsar                                  on 1999/07/26  12:33:11
12808         Log: typo in change#3768
12809      Branch: perl
12810            ! pp_hot.c
12811 ____________________________________________________________________________
12812 [  3771] By: gsar                                  on 1999/07/26  12:08:27
12813         Log: alpha-stage support for user-hooks in @INC
12814              From: Ken Fox <kfox@ford.com>
12815              Date: Mon, 19 Jul 1999 22:12:29 -0400 (EDT)
12816              Message-Id: <199907200213.WAA02816@mailfw2.ford.com>
12817              Subject: Re: loading remote modules
12818      Branch: perl
12819            ! pp_ctl.c
12820 ____________________________________________________________________________
12821 [  3770] By: jhi                                   on 1999/07/26  11:38:36
12822         Log: Back out #3735.  Needs more work.
12823      Branch: cfgperl
12824            ! Makefile.SH cflags.SH configpm ext/util/make_ext
12825            ! lib/AutoSplit.pm makedepend.SH pod/pod2html.PL
12826            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
12827            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
12828            ! writemain.SH x2p/Makefile.SH x2p/cflags.SH
12829 ____________________________________________________________________________
12830 [  3769] By: jhi                                   on 1999/07/26  11:24:45
12831         Log: Integrate with Sarathy.
12832      Branch: cfgperl
12833           !> (integrate 35 files)
12834 ____________________________________________________________________________
12835 [  3768] By: gsar                                  on 1999/07/26  11:03:07
12836         Log: optimize method name lookup
12837              From: Chip Salzenberg <chip@perlsupport.com>
12838              Date: Thu, 22 Jul 1999 13:43:36 -0400
12839              Message-ID: <19990722134336.Q391@perlsupport.com>
12840              Subject: [PATCH] OP_METHOD_NAMED
12841      Branch: perl
12842            ! dump.c embed.h embed.pl ext/Opcode/Opcode.pm objXSUB.h op.c
12843            ! opcode.h opcode.pl perlapi.c pp.sym pp_hot.c pp_proto.h
12844            ! proto.h
12845 ____________________________________________________________________________
12846 [  3767] By: gsar                                  on 1999/07/26  10:44:11
12847         Log: allow arrow omission in $foo[10]->('foo') etc. (but not in
12848              foo()->()); rework grammar to remove conflicts
12849              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
12850              Date: Fri, 23 Jul 1999 15:55:22 -0500 (CDT)
12851              Message-ID: <14232.54970.771570.548676@alias-2.pr.mcs.net>
12852              Subject: [PATCH _57, long] Re: optional arrow asymmetry
12853      Branch: perl
12854            ! Makefile.SH embed.h embed.pl global.sym objXSUB.h op.c
12855            ! perlapi.c perly.c perly.h perly.y perly_c.diff proto.h
12856            ! vms/perly_c.vms vms/perly_h.vms
12857 ____________________________________________________________________________
12858 [  3766] By: jhi                                   on 1999/07/26  10:18:56
12859         Log: Use $< instead of $*.c in *perlmain.o rules.
12860      Branch: cfgperl
12861            ! Makefile.SH
12862 ____________________________________________________________________________
12863 [  3765] By: gsar                                  on 1999/07/26  09:28:48
12864         Log: From: Ian Phillipps <ian@dial.pipex.com>
12865              Date: Fri, 23 Jul 1999 23:35:56 +0100
12866              Message-ID: <19990723233556.B2435@homer.diplex.co.uk>
12867              Subject: (Version 2) Extending unpack to deal with counted strings
12868      Branch: perl
12869            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
12870 ____________________________________________________________________________
12871 [  3764] By: jhi                                   on 1999/07/26  09:17:26
12872         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12873              To: perl5-porters@perl.org (Mailing list Perl5)
12874              Subject: [PATCH 5.005_57] Lean Carp.pm with Carp/Heavy.pm
12875              Date: Mon, 26 Jul 1999 04:05:27 -0400 (EDT)
12876              Message-Id: <199907260805.EAA26888@monk.mps.ohio-state.edu>
12877              
12878              The patch was based on 5_57 so had to re-apply lib/Carp.pm
12879              parts of changes #3498, #3696, and #3702 for the new
12880              lib/Carp/Heavy.pm.
12881      Branch: cfgperl
12882            + lib/Carp/Heavy.pm
12883            ! MANIFEST lib/Carp.pm
12884 ____________________________________________________________________________
12885 [  3763] By: gsar                                  on 1999/07/26  09:03:17
12886         Log: ~ isn't valid in VMS filenames
12887      Branch: perl
12888            ! lib/Pod/Html.pm
12889 ____________________________________________________________________________
12890 [  3762] By: gsar                                  on 1999/07/26  08:59:47
12891         Log: setstate stop-gap from Vishal Bhatia
12892      Branch: perl
12893            ! ext/B/B/CC.pm
12894 ____________________________________________________________________________
12895 [  3761] By: gsar                                  on 1999/07/26  08:06:39
12896         Log: patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;
12897              add B::OP::name() method that returns just the op_name;
12898              convert Deparse et all to use that instead of B::OP::ppaddr();
12899              add support for OP_SETSTATE in Deparse
12900      Branch: perl
12901            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Bytecode.pm
12902            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
12903            ! ext/B/B/Xref.pm opcode.h opcode.pl
12904 ____________________________________________________________________________
12905 [  3760] By: jhi                                   on 1999/07/26  07:14:43
12906         Log: Integrate with Sarathy.
12907      Branch: cfgperl
12908           !> (integrate 43 files)
12909 ____________________________________________________________________________
12910 [  3759] By: gsar                                  on 1999/07/26  05:12:24
12911         Log: add disclaimer about perl 4 libraries (modified version of
12912              patch suggested by Clinton Pierce <cpierce1@ford.com>)
12913      Branch: perl
12914            ! lib/abbrev.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
12915            ! lib/cacheout.pl lib/chat2.pl lib/complete.pl lib/ctime.pl
12916            ! lib/dotsh.pl lib/exceptions.pl lib/fastcwd.pl lib/flush.pl
12917            ! lib/ftp.pl lib/getcwd.pl lib/getopt.pl lib/getopts.pl
12918            ! lib/hostname.pl lib/look.pl lib/pwd.pl lib/termcap.pl
12919 ____________________________________________________________________________
12920 [  3758] By: gsar                                  on 1999/07/26  04:48:35
12921         Log: make reset() behave with high-bit characters
12922              From: Ian Phillipps <ian@dial.pipex.com>
12923              Date: Thu, 22 Jul 1999 22:48:59 +0100
12924              Message-ID: <19990722224859.A27987@homer.diplex.co.uk>
12925              Subject: [PATCH 5.005_57] sv_reset can cause stack corruption
12926      Branch: perl
12927            ! sv.c
12928 ____________________________________________________________________________
12929 [  3757] By: gsar                                  on 1999/07/26  04:40:32
12930         Log: update to perlport-1.44 from Chris Nandor <pudge@pobox.com>
12931      Branch: perl
12932            ! pod/perlport.pod
12933 ____________________________________________________________________________
12934 [  3756] By: gsar                                  on 1999/07/26  04:20:37
12935         Log: dprofpp pod additions from Nathan Torkington <gnat@frii.com>
12936      Branch: perl
12937            ! utils/dprofpp.PL
12938 ____________________________________________________________________________
12939 [  3755] By: gsar                                  on 1999/07/26  04:18:00
12940         Log: disable VPATH for now (breaks x2p build)
12941      Branch: perl
12942            ! x2p/Makefile.SH
12943 ____________________________________________________________________________
12944 [  3754] By: gsar                                  on 1999/07/26  03:15:33
12945         Log: INSTALL =~ s/5.006/5.6/; delay loading Errno until needed
12946              (%! has the necessary magic); misc typos
12947      Branch: perl
12948            ! INSTALL ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
12949            ! ext/GDBM_File/GDBM_File.pm gv.c jpl/JNI/JNI.pm
12950            ! lib/AutoLoader.pm lib/CPAN.pm perl.c pod/perllocale.pod
12951            ! utils/h2xs.PL
12952 ____________________________________________________________________________
12953 [  3753] By: gsar                                  on 1999/07/26  02:38:28
12954         Log: integrate cfgperl contents into mainline
12955      Branch: perl
12956           +> t/pragma/locale/latin1 t/pragma/locale/utf8
12957           !> (integrate 53 files)
12958 ____________________________________________________________________________
12959 [  3752] By: gsar                                  on 1999/07/26  02:11:31
12960         Log: ensure implicitly closed handles don't set $? or $!
12961      Branch: perl
12962            ! doio.c embed.h embed.pl perlapi.c proto.h sv.c t/io/pipe.t
12963 ____________________________________________________________________________
12964 [  3751] By: gsar                                  on 1999/07/26  01:28:34
12965         Log: change#3534 didn't preserve undef return values from caller()
12966      Branch: perl
12967            ! Changes pp_ctl.c
12968 ____________________________________________________________________________
12969 [  3750] By: jhi                                   on 1999/07/25  20:59:29
12970         Log: Back up a tiny bit from #3735.
12971              This may break builds outside the source directory
12972              but then again, they do not work that ell yet anyway.
12973      Branch: cfgperl
12974            ! Makefile.SH
12975 ____________________________________________________________________________
12976 [  3750] By: jhi                                   on 1999/07/25  20:59:29
12977         Log: Back up a tiny bit from #3735.
12978              This may break builds outside the source directory
12979              but then again, they do not work that ell yet anyway.
12980      Branch: cfgperl
12981            ! Makefile.SH
12982 ____________________________________________________________________________
12983 [  3749] By: jhi                                   on 1999/07/25  19:15:55
12984         Log: Integrate with Sarathy.
12985      Branch: cfgperl
12986           !> lib/ExtUtils/MM_Unix.pm toke.c utils/h2xs.PL
12987 ____________________________________________________________________________
12988 [  3748] By: jhi                                   on 1999/07/25  19:06:59
12989         Log: Recode locale.t so that the change in #3730
12990              is not needed and locale.t works both without
12991              and with the utf8 pragma.
12992      Branch: cfgperl
12993            + t/pragma/locale/latin1 t/pragma/locale/utf8
12994            ! MANIFEST t/pragma/locale.t
12995 ____________________________________________________________________________
12996 [  3747] By: jhi                                   on 1999/07/25  19:01:46
12997         Log: Like #3743.
12998      Branch: cfgperl
12999            ! utils/perlbug.PL
13000 ____________________________________________________________________________
13001 [  3746] By: gsar                                  on 1999/07/25  18:08:58
13002         Log: add option to omit Changes file, from Abigail <abigail@delanet.com>;
13003              append a HISTORY section to POD if option is used
13004      Branch: perl
13005            ! utils/h2xs.PL
13006 ____________________________________________________________________________
13007 [  3745] By: gsar                                  on 1999/07/25  17:40:03
13008         Log: warn rather than die when parse_version() can't cut it (from
13009              Michael G Schwern <schwern@pobox.com>)
13010      Branch: perl
13011            ! lib/ExtUtils/MM_Unix.pm
13012 ____________________________________________________________________________
13013 [  3744] By: gsar                                  on 1999/07/25  16:32:48
13014         Log: make map behave like grep wrt indirect object slot when
13015              there are parentheses; revert an experimental mod by Larry
13016              in change#2038 that failed to parse %{{qw(a b c)}} properly
13017              (this means C<map {use Foo; ...} ...> still needs a proper
13018              fix)
13019      Branch: perl
13020            ! toke.c
13021 ____________________________________________________________________________
13022 [  3743] By: jhi                                   on 1999/07/25  16:24:55
13023         Log: Fix a typo in #3725.
13024      Branch: cfgperl
13025            ! utils/perlbug.PL
13026 ____________________________________________________________________________
13027 [  3742] By: jhi                                   on 1999/07/25  16:14:39
13028         Log: Integrate with Sarathy.
13029      Branch: cfgperl
13030           !> (integrate 26 files)
13031 ____________________________________________________________________________
13032 [  3741] By: jhi                                   on 1999/07/25  16:02:28
13033         Log: Cut-and-pasto in #3737.
13034      Branch: cfgperl
13035            ! perl.c
13036 ____________________________________________________________________________
13037 [  3740] By: gsar                                  on 1999/07/25  15:59:34
13038         Log: add note about glibc bug
13039      Branch: perl
13040            ! t/pragma/warn/pp_hot
13041 ____________________________________________________________________________
13042 [  3739] By: gsar                                  on 1999/07/25  15:48:40
13043         Log: fix bug in change#3728 that might free COPs prematurely;
13044              null(op) now does more thorough scrubbing of the op, which
13045              fixes a few compile-time memory "leaks"
13046      Branch: perl
13047            ! dump.c embed.h embed.pl op.c proto.h
13048 ____________________________________________________________________________
13049 [  3738] By: jhi                                   on 1999/07/25  14:15:26
13050         Log: In accordance with #3737.
13051      Branch: metaconfig
13052            ! U/installdirs/sitelib.U U/installdirs/vendorprefix.U
13053            ! U/modified/Oldconfig.U
13054      Branch: metaconfig/U/perl
13055            ! Extensions.U
13056 ____________________________________________________________________________
13057 [  3737] By: jhi                                   on 1999/07/25  14:12:34
13058         Log: Use vendorprefixlib.
13059      Branch: cfgperl
13060            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13061            ! config_h.SH perl.c
13062 ____________________________________________________________________________
13063 [  3736] By: jhi                                   on 1999/07/25  13:10:03
13064         Log: Populate metaconfig branch.
13065      Branch: metaconfig
13066            + (add 1468 files)
13067      Branch: metaconfig/U/perl
13068            + (add 101 files)
13069 ____________________________________________________________________________
13070 [  3735] By: jhi                                   on 1999/07/25  12:27:20
13071         Log: First steps of making builds outside the source
13072              directory possible.  These should get us as far
13073              as miniperl, then building DynaLoader falls into
13074              tiny twinkling pieces as MakeMaker knows nothing
13075              of VPATH mindset.
13076      Branch: cfgperl
13077            ! Configure Makefile.SH cflags.SH config_h.SH configpm
13078            ! ext/util/make_ext lib/AutoSplit.pm makedepend.SH
13079            ! pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL
13080            ! pod/pod2text.PL pod/pod2usage.PL pod/podchecker.PL
13081            ! pod/podselect.PL writemain.SH x2p/Makefile.SH x2p/cflags.SH
13082 ____________________________________________________________________________
13083 [  3734] By: jhi                                   on 1999/07/25  11:19:28
13084         Log: Poor Glossary--are we fixed yet?
13085      Branch: cfgperl
13086            ! Porting/Glossary
13087 ____________________________________________________________________________
13088 [  3733] By: jhi                                   on 1999/07/25  11:15:06
13089         Log: Change #3732 mistakenly clobbered Glossary.
13090      Branch: cfgperl
13091            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13092            ! config_h.SH
13093 ____________________________________________________________________________
13094 [  3732] By: jhi                                   on 1999/07/25  10:46:39
13095         Log: Andy's new installation scheme (note: a lot of this
13096              leaked in already with change #3731).  The vendor*
13097              stuff is not used anywhere (in *.SH, say), so it
13098              isn't in Configure, either.
13099      Branch: cfgperl
13100            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13101            ! config_h.SH
13102 ____________________________________________________________________________
13103 [  3731] By: jhi                                   on 1999/07/25  10:12:07
13104         Log: Circumcode a strange shell(?) bug in AIX found
13105              while trying to do -Duse64bits (which I couldn't do
13106              in the end because the CPU isn't 64-bit in that box,
13107              but at least now the probing doesn't crash.)
13108      Branch: cfgperl
13109            ! Configure config_h.SH hints/aix.sh
13110 ____________________________________________________________________________
13111 [  3730] By: gsar                                  on 1999/07/25  04:56:56
13112         Log: fix little utf8 nits in testsuite; add patch from Ilya that cures
13113              a utf8 bug in one of the new RE optimizations
13114      Branch: perl
13115            ! regcomp.c regexec.c t/harness t/lib/io_udp.t t/op/re_tests
13116            ! t/pragma/locale.t
13117 ____________________________________________________________________________
13118 [  3729] By: jhi                                   on 1999/07/23  19:56:27
13119         Log: From: Andy Dougherty <doughera@lafayette.edu>
13120              To: Perl Porters <perl5-porters@perl.org>
13121              Subject: [PATCH 5.005_57] INSTALL-1.58
13122              Date: Fri, 23 Jul 1999 10:50:13 -0400 (EDT)
13123              Message-Id: <Pine.GSU.4.05.9907231033190.3555-100000@newton.phys>
13124              
13125              plus
13126              
13127              From: "Kurt D. Starsinic" <kstar@chapin.edu>
13128              To: Andy Dougherty <doughera@lafayette.edu>
13129              Cc: Perl Porters <perl5-porters@perl.org>
13130              Subject: Re: [PATCH 5.005_57] INSTALL-1.58
13131              Date: Fri, 23 Jul 1999 13:38:25 -0400
13132              Message-ID: <19990723133825.A12033@O2.chapin.edu>
13133      Branch: cfgperl
13134            ! INSTALL
13135 ____________________________________________________________________________
13136 [  3728] By: gsar                                  on 1999/07/23  17:24:42
13137         Log: applied suggested patch for tracking line numbers correctly in
13138              optimized blocks with a single statement; changed setcop to
13139              setstate and added code for -Dx dumps
13140              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13141              Date: Wed, 23 Jun 1999 17:27:42 +0100
13142              Message-Id: <199906231627.RAA24033@crypt.compulink.co.uk>
13143              Subject: [PATCH 5.005_57] Line number error in optimised else() 
13144      Branch: perl
13145            ! dump.c embed.h ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.pm
13146            ! objXSUB.h op.c opcode.h opcode.pl perlapi.c pp.sym pp_hot.c
13147            ! pp_proto.h t/op/misc.t
13148 ____________________________________________________________________________
13149 [  3727] By: gsar                                  on 1999/07/23  15:56:04
13150         Log: avoid useless use of target for pp_each(); also fixes bugs due to
13151              refcount held by the target
13152      Branch: perl
13153            ! opcode.h opcode.pl pp.c t/op/each.t
13154 ____________________________________________________________________________
13155 [  3726] By: jhi                                   on 1999/07/23  12:08:30
13156         Log: Change #3725 aftershock.
13157      Branch: cfgperl
13158            ! INSTALL jpl/JNI/JNI.pm
13159 ____________________________________________________________________________
13160 [  3725] By: jhi                                   on 1999/07/23  11:58:49
13161         Log: Introduce $Config{ldlibpthname} which contains
13162              the name of the environment variable holding the
13163              dynamic library search path, often LD_LIBRARY_PATH.
13164              Use this new feature all over.
13165              Also removed remnants of admonition "add LD_LIBRARY_PATH
13166              before running make" because Makefile.SH does this for you. 
13167      Branch: cfgperl
13168            ! Configure Makefile.SH config_h.SH
13169            ! ext/DynaLoader/DynaLoader_pm.PL hints/README.hints
13170            ! hints/aix.sh hints/beos.sh hints/cygwin32.sh hints/dgux.sh
13171            ! hints/epix.sh hints/esix4.sh hints/hpux.sh hints/next_4.sh
13172            ! hints/os2.sh hints/rhapsody.sh hints/svr4.sh jpl/JNI/JNI.pm
13173            ! jpl/install-jpl utils/perlbug.PL
13174 ____________________________________________________________________________
13175 [  3724] By: jhi                                   on 1999/07/23  08:03:36
13176         Log: From: Spider Boardman <spider@orb.nashua.nh.us>
13177              To: perl5-porters@perl.org
13178              Subject: [PATCH] Re: [ID 19990715.003] [BUG] all perl5 versions: segfault on $# 
13179              Date: Thu, 22 Jul 1999 19:58:34 -0400
13180              Message-Id: <199907222358.TAA27354@Orb.Nashua.NH.US>
13181      Branch: cfgperl
13182            ! av.c
13183 ____________________________________________________________________________
13184 [  3723] By: gsar                                  on 1999/07/23  00:01:29
13185         Log: emit warning about function calls that were encountered too early
13186              to enforce their prototype
13187      Branch: perl
13188            ! op.c op.h pod/perldiag.pod
13189 ____________________________________________________________________________
13190 [  3722] By: jhi                                   on 1999/07/22  21:19:59
13191         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
13192              To: perl5-porters@perl.org
13193              Cc: Chip Salzenberg <chip@perlsupport.com>, Gurusamy Sarathy <gsar@activestate.com>
13194              Subject: [PATCH] MakeMaker documentation
13195              Date: Wed, 21 Jul 1999 14:15:42 -0400
13196              Message-ID: <19990721141542.A1800@O2.chapin.edu>
13197      Branch: cfgperl
13198            ! lib/ExtUtils/MakeMaker.pm
13199 ____________________________________________________________________________
13200 [  3721] By: jhi                                   on 1999/07/22  21:05:19
13201         Log: From: pvhp@forte.com (Peter Prymmer)
13202              To: chip@perlsupport.com, gsar@activestate.com, perl-mvs@perl.org, perl5-porters@perl.org
13203              Subject: [PATCH: 5.005_03 && 5.005_57]os390 hints file appendix stops bad builds
13204              Date: Wed, 21 Jul 99 17:15:39 PDT
13205              Message-Id: <9907220015.AA11931@forte.com>
13206      Branch: cfgperl
13207            ! hints/os390.sh
13208 ____________________________________________________________________________
13209 [  3720] By: jhi                                   on 1999/07/22  20:51:17
13210         Log: AIX magic: ccdlflags needs to be different for
13211              Perl itself and for extra-core extensions
13212              (as used by ExtUtilss::embed::ldopts).
13213              Based on the problems described in
13214              
13215              From: Mike W Ellwood <mwe@rl.ac.uk>
13216              To: perl5-porters@perl.org
13217              Subject: [ID 19990722.002] Perl 5.00503 and AIX 4.1.5; perl.exp; build errors. Also Imagemagick...
13218              Date: Thu, 22 Jul 1999 14:28:19 +0100 (BST)
13219              Reply-To: m.w.ellwood@rl.ac.uk
13220              Message-Id: <Pine.A41.3.96.990722141209.72660V-100000@unixfe.rl.ac.uk>
13221      Branch: cfgperl
13222            ! Configure Makefile.SH config_h.SH hints/aix.sh
13223 ____________________________________________________________________________
13224 [  3719] By: jhi                                   on 1999/07/22  08:23:53
13225         Log: Update history records.
13226      Branch: cfgperl
13227            ! pod/perlhist.pod
13228 ____________________________________________________________________________
13229 [  3718] By: jhi                                   on 1999/07/21  13:54:42
13230         Log: Todododobedobedo.
13231      Branch: cfgperl
13232            ! Todo
13233 ____________________________________________________________________________
13234 [  3717] By: jhi                                   on 1999/07/21  12:10:48
13235         Log: Even more Todo.
13236      Branch: cfgperl
13237            ! Todo
13238 ____________________________________________________________________________
13239 [  3716] By: jhi                                   on 1999/07/21  11:40:39
13240         Log: Use Errno more extensively so that error
13241              messages are more portable (another way
13242              would be to muck around with LC_MESSAGES).
13243              Problem reported in
13244              
13245              From: oracle@pcr8.pcr.com
13246              To: perl5-porters@perl.org
13247              Subject: [ID 19990719.003] LC_MESSAGES breaks h2xs autoloaded constants on AIX 4.1.4
13248              Date: Mon, 19 Jul 1999 18:39:13 -0400
13249              Message-Id: <9907192239.AA44990@pcr8.pcr.com>
13250      Branch: cfgperl
13251            ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
13252            ! ext/GDBM_File/GDBM_File.pm jpl/JNI/JNI.pm lib/AutoLoader.pm
13253            ! lib/CPAN.pm pod/perllocale.pod utils/h2xs.PL
13254 ____________________________________________________________________________
13255 [  3715] By: jhi                                   on 1999/07/21  11:05:36
13256         Log: Slightly modified patch.
13257              From: Sean Sheedy <seans@ncube.com>
13258              To: perl5-porters@perl.org
13259              Subject: [ID 19990720.003] Perl 5.005_3 patch: Non-standard object extensions
13260              Date: Tue, 20 Jul 1999 09:52:06 -0700
13261              Message-Id: <3794A935.1C150E54@ncube.com>
13262      Branch: cfgperl
13263            ! cflags.SH x2p/cflags.SH
13264 ____________________________________________________________________________
13265 [  3714] By: jhi                                   on 1999/07/20  21:26:19
13266         Log: More Todo.
13267      Branch: cfgperl
13268            ! Todo
13269 ____________________________________________________________________________
13270 [  3713] By: jhi                                   on 1999/07/20  18:02:45
13271         Log: Integrate with Sarathy.
13272      Branch: cfgperl
13273           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
13274           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
13275           +> ext/Devel/DProf/Todo t/lib/dprof.t t/lib/dprof/V.pm
13276           +> t/lib/dprof/test1_t t/lib/dprof/test1_v t/lib/dprof/test2_t
13277           +> t/lib/dprof/test2_v t/lib/dprof/test3_t t/lib/dprof/test3_v
13278           +> t/lib/dprof/test4_t t/lib/dprof/test4_v t/lib/dprof/test5_t
13279           +> t/lib/dprof/test5_v t/lib/dprof/test6_t t/lib/dprof/test6_v
13280           +> utils/dprofpp.PL
13281           !> INSTALL MAINTAIN MANIFEST configure.com
13282           !> ext/Devel/Peek/Makefile.PL installman installperl
13283           !> pod/roffitall utils/Makefile vms/descrip_mms.template
13284           !> win32/Makefile win32/makefile.mk win32/win32.h
13285 ____________________________________________________________________________
13286 [  3712] By: gsar                                  on 1999/07/20  15:29:01
13287         Log: DProf tweak
13288      Branch: perl
13289            ! ext/Devel/DProf/DProf.xs
13290 ____________________________________________________________________________
13291 [  3711] By: gsar                                  on 1999/07/20  07:56:19
13292         Log: another DProf build tweak
13293      Branch: perl
13294            ! utils/dprofpp.PL
13295 ____________________________________________________________________________
13296 [  3710] By: gsar                                  on 1999/07/20  07:36:36
13297         Log: move DProf things around to where they are supposed to be
13298      Branch: perl
13299            + t/lib/dprof.t t/lib/dprof/V.pm t/lib/dprof/test1_t
13300            + t/lib/dprof/test1_v t/lib/dprof/test2_t t/lib/dprof/test2_v
13301            + t/lib/dprof/test3_t t/lib/dprof/test3_v t/lib/dprof/test4_t
13302            + t/lib/dprof/test4_v t/lib/dprof/test5_t t/lib/dprof/test5_v
13303            + t/lib/dprof/test6_t t/lib/dprof/test6_v
13304           +> utils/dprofpp.PL
13305            - ext/Devel/DProf/dprofpp.PL ext/Devel/DProf/t/V.pm
13306            - ext/Devel/DProf/t/test1.pl ext/Devel/DProf/t/test1.t
13307            - ext/Devel/DProf/t/test1.v ext/Devel/DProf/t/test2.t
13308            - ext/Devel/DProf/t/test2.v ext/Devel/DProf/t/test3.t
13309            - ext/Devel/DProf/t/test3.v ext/Devel/DProf/t/test4.t
13310            - ext/Devel/DProf/t/test4.v ext/Devel/DProf/t/test5.t
13311            - ext/Devel/DProf/t/test5.v ext/Devel/DProf/t/test6.t
13312            - ext/Devel/DProf/t/test6.v ext/Devel/DProf/test.pl
13313            ! INSTALL MANIFEST ext/Devel/DProf/Makefile.PL installman
13314            ! installperl pod/roffitall utils/Makefile
13315            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
13316 ____________________________________________________________________________
13317 [  3709] By: gsar                                  on 1999/07/20  06:13:16
13318         Log: DProf fixups for PERL_IMPLICIT_CONTEXT
13319      Branch: perl
13320            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
13321            ! ext/Devel/Peek/Makefile.PL
13322 ____________________________________________________________________________
13323 [  3708] By: gsar                                  on 1999/07/20  06:01:22
13324         Log: move DProf to Devel/DProf
13325      Branch: perl
13326           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
13327           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
13328           +> ext/Devel/DProf/Todo ext/Devel/DProf/dprofpp.PL
13329           +> ext/Devel/DProf/t/V.pm ext/Devel/DProf/t/test1.pl
13330           +> ext/Devel/DProf/t/test1.t ext/Devel/DProf/t/test1.v
13331           +> ext/Devel/DProf/t/test2.t ext/Devel/DProf/t/test2.v
13332           +> ext/Devel/DProf/t/test3.t ext/Devel/DProf/t/test3.v
13333           +> ext/Devel/DProf/t/test4.t ext/Devel/DProf/t/test4.v
13334           +> ext/Devel/DProf/t/test5.t ext/Devel/DProf/t/test5.v
13335           +> ext/Devel/DProf/t/test6.t ext/Devel/DProf/t/test6.v
13336           +> ext/Devel/DProf/test.pl
13337            - ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
13338            - ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
13339            - ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
13340            - ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
13341            - ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
13342            - ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
13343            - ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
13344            ! MAINTAIN MANIFEST configure.com win32/Makefile
13345            ! win32/makefile.mk
13346 ____________________________________________________________________________
13347 [  3707] By: gsar                                  on 1999/07/20  05:39:11
13348         Log: add Devel::DProf v19990108 from CPAN, as it was
13349      Branch: perl
13350            + ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
13351            + ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
13352            + ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
13353            + ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
13354            + ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
13355            + ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
13356            + ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
13357            ! MANIFEST
13358 ____________________________________________________________________________
13359 [  3706] By: gsar                                  on 1999/07/20  04:52:25
13360         Log: C<union any> needs no PERL_OBJECT-treatment
13361      Branch: perl
13362            ! win32/win32.h
13363 ____________________________________________________________________________
13364 [  3705] By: gsar                                  on 1999/07/20  04:11:54
13365         Log: fix problem in default build
13366      Branch: perl
13367            ! win32/Makefile win32/makefile.mk
13368 ____________________________________________________________________________
13369 [  3704] By: jhi                                   on 1999/07/19  07:06:36
13370         Log: Integrate with Sarathy.
13371      Branch: cfgperl
13372           !> Changes lib/Carp.pm makedef.pl pod/perldiag.pod sv.h util.c
13373           !> win32/win32.c
13374 ____________________________________________________________________________
13375 [  3703] By: gsar                                  on 1999/07/19  05:55:57
13376         Log: win32 nits
13377      Branch: perl
13378            ! makedef.pl sv.h
13379 ____________________________________________________________________________
13380 [  3702] By: gsar                                  on 1999/07/19  04:29:34
13381         Log: don't display tid from main thread (or testsuite breaks)
13382      Branch: perl
13383            ! lib/Carp.pm util.c
13384 ____________________________________________________________________________
13385 [  3701] By: gsar                                  on 1999/07/19  00:47:52
13386         Log: remove several doubled (and tripled!) entries
13387      Branch: perl
13388            ! pod/perldiag.pod
13389 ____________________________________________________________________________
13390 [  3700] By: gsar                                  on 1999/07/19  00:42:34
13391         Log: integrate cfgperl contents into mainline
13392      Branch: perl
13393           +> makedef.pl
13394            - perl_exp.SH win32/makedef.pl
13395           !> MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
13396           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_vms.xs hints/aix.sh
13397           !> pod/perldiag.pod pp.c regexec.c t/pragma/warn/util toke.c
13398           !> utf8.c util.c win32/Makefile win32/makefile.mk
13399 ____________________________________________________________________________
13400 [  3699] By: gsar                                  on 1999/07/19  00:33:59
13401         Log: avoid bug in win32_str_os_error() (from Jan Dubois)
13402      Branch: perl
13403            ! Changes win32/win32.c
13404 ____________________________________________________________________________
13405 [  3698] By: jhi                                   on 1999/07/18  21:33:57
13406         Log: Integrate with Sarathy.
13407      Branch: cfgperl
13408           +> t/op/chars.t
13409           !> (integrate 57 files)
13410 ____________________________________________________________________________
13411 [  3697] By: gsar                                  on 1999/07/18  05:22:36
13412         Log: From: pvhp@forte.com (Peter Prymmer)
13413              Date: Thu, 1 Jul 99 19:31:24 PDT
13414              Message-Id: <9907020231.AA16942@forte.com>
13415              Subject: [ID 19990701.031] 4 ctl chars on EBCDIC not asciiish enough
13416      Branch: perl
13417            + t/op/chars.t
13418            ! MANIFEST ebcdic.c t/op/ord.t
13419 ____________________________________________________________________________
13420 [  3696] By: gsar                                  on 1999/07/18  05:11:02
13421         Log: display thread id in diagnostics (suggested by Dan Sugalski)
13422      Branch: perl
13423            ! lib/Carp.pm util.c
13424 ____________________________________________________________________________
13425 [  3695] By: gsar                                  on 1999/07/18  04:57:47
13426         Log: missing perldiag entry (from Dan Sugalski <sugalskd@osshe.edu>)
13427      Branch: perl
13428            ! pod/perldiag.pod
13429 ____________________________________________________________________________
13430 [  3694] By: gsar                                  on 1999/07/18  04:56:28
13431         Log: cache [NIUP]V conversions of defined READONLY values
13432              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13433              Date: Sun, 11 Jul 1999 04:39:44 -0400
13434              Message-ID: <19990711043944.A25944@monk.mps.ohio-state.edu>
13435              Subject: [PATCH 5.005_57] Allow caching of numeric/string conversion
13436      Branch: perl
13437            ! sv.c
13438 ____________________________________________________________________________
13439 [  3693] By: gsar                                  on 1999/07/18  03:53:38
13440         Log: From: jan.dubois@ibm.net (Jan Dubois)
13441              Date: Sat, 17 Jul 1999 10:58:29 +0200
13442              Message-ID: <379144ad.13616689@smtp1.ibm.net>
13443              Subject: [PATCH 5.005] Some lib/ExtUtils/Manifest.pm POD fixes
13444      Branch: perl
13445            ! lib/ExtUtils/Manifest.pm
13446 ____________________________________________________________________________
13447 [  3692] By: gsar                                  on 1999/07/18  03:51:03
13448         Log: remove spurious newSTATEOP() that causes goto to enter one too many
13449              contexts when jumping between if and elsif blocks
13450      Branch: perl
13451            ! perly.c perly.y pp_ctl.c t/op/goto.t
13452 ____________________________________________________________________________
13453 [  3691] By: gsar                                  on 1999/07/18  01:49:59
13454         Log: detypo, update Changes
13455      Branch: perl
13456            ! Changes doio.c
13457 ____________________________________________________________________________
13458 [  3690] By: gsar                                  on 1999/07/18  01:16:59
13459         Log: mention the -Minteger effect on modulus (from Nathan Torkington)
13460      Branch: perl
13461            ! lib/integer.pm
13462 ____________________________________________________________________________
13463 [  3689] By: gsar                                  on 1999/07/18  00:47:17
13464         Log: ensure __END__ appears on a line by itself in wrapped
13465              scripts (thanks to Steve Tolkin <tolkin@mediaone.net>);
13466              mention caveat about successfull kill()
13467      Branch: perl
13468            ! pod/perlfunc.pod win32/bin/pl2bat.pl
13469 ____________________________________________________________________________
13470 [  3688] By: gsar                                  on 1999/07/17  20:47:44
13471         Log: noecho noops (from Nicholas Clark <nick@flirble.org>)
13472      Branch: perl
13473            ! ext/SDBM_File/sdbm/Makefile.PL
13474 ____________________________________________________________________________
13475 [  3687] By: gsar                                  on 1999/07/17  20:43:27
13476         Log: make CC.pm use a distinct CCPP() macro rather than PP()
13477              (suggested by Vishal Bhatia <vishalb@my-deja.com>)
13478      Branch: perl
13479            ! cc_runtime.h ext/B/B/CC.pm
13480 ____________________________________________________________________________
13481 [  3686] By: gsar                                  on 1999/07/17  20:39:08
13482         Log: tiny bug in vars.pm (from John Dlugosz)
13483      Branch: perl
13484            ! lib/vars.pm
13485 ____________________________________________________________________________
13486 [  3685] By: gsar                                  on 1999/07/17  20:37:27
13487         Log: applied suggested patch, along with later tweak
13488              From: jan.dubois@ibm.net (Jan Dubois)
13489              Date: Wed, 14 Jul 1999 23:53:43 +0200
13490              Message-ID: <37a902e7.15977234@smtp1.ibm.net>
13491              Subject: Merge ActivePerl Stylesheet support etc into Pod::Html.pm
13492      Branch: perl
13493            ! lib/Pod/Html.pm
13494 ____________________________________________________________________________
13495 [  3684] By: gsar                                  on 1999/07/17  20:24:32
13496         Log: avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop <domo@vo.lu>)
13497      Branch: perl
13498            ! thrdvar.h
13499 ____________________________________________________________________________
13500 [  3683] By: gsar                                  on 1999/07/17  20:21:01
13501         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13502              Date: Tue, 13 Jul 1999 05:44:28 -0400 (EDT)
13503              Message-Id: <199907130944.FAA04473@monk.mps.ohio-state.edu>
13504              Subject: [PATCH 5.005_57] Segfaults if $^P
13505      Branch: perl
13506            ! embed.h embed.pl global.sym mg.c objXSUB.h perl.c perlapi.c
13507            ! proto.h
13508 ____________________________________________________________________________
13509 [  3682] By: gsar                                  on 1999/07/17  20:04:17
13510         Log: use a better prefixify() heuristic than m/perl/ (prefix/lib/perl5
13511              and prefix/lib/perl5/man are ass_u_med only if those directories
13512              actually exist; else prefix/{lib,man} are used)
13513      Branch: perl
13514            ! lib/ExtUtils/MM_Unix.pm
13515 ____________________________________________________________________________
13516 [  3681] By: gsar                                  on 1999/07/17  19:12:33
13517         Log: allow $foo{$x} and $bar[$i] for (\$) prototype
13518      Branch: perl
13519            ! op.c t/comp/proto.t
13520 ____________________________________________________________________________
13521 [  3680] By: gsar                                  on 1999/07/17  18:23:55
13522         Log: fix vec() on magic values
13523              From: Ian Phillipps <ian@dial.pipex.com>
13524              Date: Mon, 12 Jul 1999 12:30:05 +0100
13525              Message-ID: <19990712123005.A11355@homer.diplex.co.uk>
13526              Subject: [PATCH 5.005_57] Re: do_vecset is broken.  Re: [ID 19990703.003].
13527      Branch: perl
13528            ! doop.c t/op/tie.t
13529 ____________________________________________________________________________
13530 [  3679] By: gsar                                  on 1999/07/17  18:10:44
13531         Log: make system() return -1 and set $! if exec of child failed
13532              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13533              Date: Fri, 9 Jul 1999 05:21:13 -0400
13534              Message-ID: <19990709052113.A6201@monk.mps.ohio-state.edu>
13535              Subject: [PATCH 5.005_57] system()==-1 and $! from failing fork/exec
13536      Branch: perl
13537            ! doio.c embed.h embed.pl global.sym objXSUB.h perlapi.c
13538            ! pod/perlfunc.pod pp_sys.c proto.h t/op/exec.t
13539 ____________________________________________________________________________
13540 [  3678] By: gsar                                  on 1999/07/17  17:54:01
13541         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13542              Date: Fri, 9 Jul 1999 04:27:51 -0400 (EDT)
13543              Message-Id: <199907090827.EAA03321@monk.mps.ohio-state.edu>
13544              Subject: [PATCH 5.005_57] File descriptor leak in do_exec3
13545      Branch: perl
13546            ! util.c
13547 ____________________________________________________________________________
13548 [  3677] By: gsar                                  on 1999/07/17  17:34:38
13549         Log: a modernized version of find2perl from Ken Pizzini <ken@halcyon.com>;
13550              converted Ken's documentation outline into pod
13551      Branch: perl
13552            ! x2p/find2perl.PL
13553 ____________________________________________________________________________
13554 [  3676] By: gsar                                  on 1999/07/17  16:34:09
13555         Log: pod fixes (with minor edits) from Abigail, Ronald Kimball, Jon
13556              Waddington, Tuomas Lukka, Steven Tolkin, Ian Phillipps, and
13557              Steve Lidie
13558      Branch: perl
13559            ! pod/Win32.pod pod/perldelta.pod pod/perlfaq.pod
13560            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
13561            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
13562            ! pod/perlguts.pod pod/perlhist.pod pod/perlop.pod
13563            ! pod/perlport.pod pod/perltoc.pod pod/perltodo.pod
13564            ! pod/perltoot.pod pod/perltootc.pod pod/perlvar.pod
13565 ____________________________________________________________________________
13566 [  3675] By: gsar                                  on 1999/07/17  00:16:53
13567         Log: backout redundant change#3628
13568      Branch: perl
13569            ! Changes hints/bsdos.sh
13570 ____________________________________________________________________________
13571 [  3674] By: jhi                                   on 1999/07/15  14:26:03
13572         Log: Fix the bin/oct/hex constant overflow tests for
13573              long long platforms.
13574      Branch: cfgperl
13575            ! t/pragma/warn/util
13576 ____________________________________________________________________________
13577 [  3673] By: jhi                                   on 1999/07/14  21:59:11
13578         Log: Fixed AIX dynamic loading and AIX shared Perl library.
13579              Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc,
13580              4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib.
13581              Hijacked win32/makedef.pl for more general purpose export
13582              list building, now it is used (as toplevel makedef.pl)
13583              for win32 and AIX (perl_exp.SH made unnecessary).
13584              Because the export lists are now correct in AIX, no more linker
13585              warnings about "Exported symbol not defined" should appear.
13586      Branch: cfgperl
13587            + makedef.pl
13588            - perl_exp.SH win32/makedef.pl
13589            ! MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
13590            ! ext/DynaLoader/dl_aix.xs hints/aix.sh win32/Makefile
13591            ! win32/makefile.mk
13592 ____________________________________________________________________________
13593 [  3672] By: gsar                                  on 1999/07/14  17:12:13
13594         Log: minor efficiency tweak
13595      Branch: perl
13596            ! pp_ctl.c
13597 ____________________________________________________________________________
13598 [  3671] By: jhi                                   on 1999/07/14  16:22:39
13599         Log: The regexec.c change of #3606 caused a core dump in fbm_instr()
13600              if its caller re_intuit_start() was entered with strend == strpos
13601              because end_shift ended up as -1.  The patch ain't necessarily
13602              correct but least the core dump is avoided.
13603      Branch: cfgperl
13604            ! regexec.c
13605 ____________________________________________________________________________
13606 [  3670] By: jhi                                   on 1999/07/13  07:59:09
13607         Log: Integrate with Sarathy.
13608      Branch: cfgperl
13609            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
13610            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
13611           !> (integrate 67 files)
13612 ____________________________________________________________________________
13613 [  3669] By: gsar                                  on 1999/07/12  06:14:54
13614         Log: fixups for sundry warnings about function pointers
13615      Branch: perl
13616            ! ext/re/re.xs intrpvar.h op.c perl.c perl.h pp_ctl.c scope.h
13617            ! sv.c thrdvar.h util.c win32/Makefile win32/makefile.mk
13618            ! win32/win32.c win32/win32.h
13619 ____________________________________________________________________________
13620 [  3668] By: gsar                                  on 1999/07/12  04:11:58
13621         Log: tweaks for win32/borland
13622      Branch: perl
13623            ! t/pragma/locale.t win32/makedef.pl win32/makefile.mk
13624 ____________________________________________________________________________
13625 [  3667] By: gsar                                  on 1999/07/12  01:55:15
13626         Log: yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS
13627              builds; passing the implicit context is unified among the three
13628              flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three
13629              flavors (see the top of perl.h) for testing; all varargs functions
13630              foo() have a va_list-taking variant vfoo() for generating the
13631              context-free versions; the PERL_OBJECT build should now be
13632              hyper-compatible with CPAN extensions (C++ is totally out of
13633              the picture)
13634              
13635              result has only been tested on Windows
13636              
13637              TODO: write docs on the THX rationale and idiomatic usage of
13638              the Perl API
13639      Branch: perl
13640            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
13641            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
13642            ! MANIFEST XSUB.h bytecode.pl deb.c dump.c embed.h embed.pl
13643            ! embedvar.h ext/B/B.xs ext/ByteLoader/ByteLoader.xs
13644            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
13645            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs ext/IO/IO.xs
13646            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
13647            ! ext/SDBM_File/SDBM_File.xs ext/Socket/Socket.xs
13648            ! ext/Thread/Thread.xs ext/attrs/attrs.xs ext/re/re.xs
13649            ! global.sym globals.c intrpvar.h iperlsys.h
13650            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
13651            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/xsubpp lib/base.pm
13652            ! lib/warning.pm malloc.c objXSUB.h perl.c perl.h perlapi.c
13653            ! perlapi.h perlio.c pp_sys.c proto.h regcomp.c regexec.c
13654            ! scope.c sv.c thrdvar.h util.c win32/Makefile win32/config_H.bc
13655            ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
13656            ! win32/dl_win32.xs win32/include/dirent.h
13657            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
13658            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
13659            ! win32/win32iop.h win32/win32sck.c
13660 ____________________________________________________________________________
13661 [  3666] By: jhi                                   on 1999/07/11  22:00:13
13662         Log: Integrate with Sarathy.
13663      Branch: cfgperl
13664           !> op.c t/op/lex_assign.t
13665 ____________________________________________________________________________
13666 [  3665] By: jhi                                   on 1999/07/11  21:59:01
13667         Log: More manual sync.
13668      Branch: cfgperl
13669            ! pod/perldelta.pod
13670 ____________________________________________________________________________
13671 [  3664] By: gsar                                  on 1999/07/11  19:11:07
13672         Log: change#3612 was buggy and failed to build Tk; applied Ilya's
13673              remedy and related tests via private mail
13674      Branch: perl
13675            ! op.c t/op/lex_assign.t
13676 ____________________________________________________________________________
13677 [  3663] By: jhi                                   on 1999/07/11  15:04:37
13678         Log: Manual synchronization with Sarathy (some files
13679              had drifted apart for no apparent reason), plus
13680              I had a typo in dl_vms.xs Sarathy had fixed.
13681      Branch: cfgperl
13682            ! ext/DynaLoader/dl_vms.xs pod/perldelta.pod pp.c pp_sys.c
13683 ____________________________________________________________________________
13684 [  3662] By: jhi                                   on 1999/07/10  12:23:21
13685         Log: Change t/pragma/warn oct()/hex() overflow tests to use %Config
13686              to adapt to the underlying platform (the binary, 0b1..., test
13687              was broken in 64-bit platforms).  Also change "hex" in the
13688              warning messages to "hexadecimal" to match "binary" and "octal".
13689      Branch: cfgperl
13690            ! pod/perldiag.pod t/pragma/warn/util util.c
13691 ____________________________________________________________________________
13692 [  3661] By: jhi                                   on 1999/07/08  21:54:55
13693         Log: Integrate with Sarathy.
13694      Branch: cfgperl
13695           +> perlapi.c perlapi.h
13696           !> (integrate 43 files)
13697 ____________________________________________________________________________
13698 [  3660] By: gsar                                  on 1999/07/08  18:47:35
13699         Log: more PERL_OBJECT cleanups (changes still untested on Unix!)
13700      Branch: perl
13701            + perlapi.c perlapi.h
13702            ! MANIFEST XSUB.h emacs/ptags embed.h embed.pl embedvar.h
13703            ! ext/Opcode/Opcode.xs global.sym globals.c intrpvar.h
13704            ! iperlsys.h mg.c miniperlmain.c objXSUB.h perl.c perl.h perly.c
13705            ! pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h regexec.c
13706            ! scope.c scope.h sv.c thrdvar.h toke.c util.c win32/GenCAPI.pl
13707            ! win32/Makefile win32/makedef.pl win32/perllib.c win32/win32.c
13708            ! win32/win32.h
13709 ____________________________________________________________________________
13710 [  3659] By: gsar                                  on 1999/07/08  18:41:45
13711         Log: sundry cleanups for clean build on windows
13712      Branch: perl
13713            ! doio.c regcomp.c regcomp.h t/io/openpid.t utf8.c
13714 ____________________________________________________________________________
13715 [  3658] By: gsar                                  on 1999/07/08  01:24:25
13716         Log: fixes for logical bugs in the lexwarn patch; other tweaks to avoid
13717              type mismatch problems
13718      Branch: perl
13719            ! doio.c gv.c op.c pp.c regcomp.c regexec.c run.c sv.c
13720            ! t/pragma/warn/op toke.c utf8.c util.c
13721 ____________________________________________________________________________
13722 [  3657] By: jhi                                   on 1999/07/07  23:01:16
13723         Log: Integrate with Sarathy.  perldiag.pod required manual editing.
13724      Branch: cfgperl
13725            ! pod/perldiag.pod
13726           !> Changes configure.com ext/B/B/Deparse.pm
13727           !> ext/ByteLoader/Makefile.PL ext/Fcntl/Fcntl.xs
13728           !> ext/IO/lib/IO/File.pm gv.c iperlsys.h lib/ExtUtils/MM_VMS.pm
13729           !> lib/File/Basename.pm lib/File/Spec/VMS.pm perlsfio.h
13730           !> t/base/rs.t t/lib/io_multihomed.t t/lib/textfill.t
13731           !> t/lib/textwrap.t t/op/filetest.t t/op/mkdir.t
13732           !> t/pragma/overload.t thread.h vms/vms.c
13733 ____________________________________________________________________________
13734 [  3656] By: gsar                                  on 1999/07/07  21:04:38
13735         Log: integrate cfgperl contents
13736      Branch: perl
13737           +> lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
13738           +> lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
13739           +> lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
13740            ! Changes
13741           !> (integrate 45 files)
13742 ____________________________________________________________________________
13743 [  3655] By: gsar                                  on 1999/07/07  18:55:45
13744         Log: filetest.t and ByteLoader build tweaks from Peter Prymmer
13745              <pvhp@forte.com>
13746      Branch: perl
13747            ! ext/ByteLoader/Makefile.PL t/op/filetest.t
13748 ____________________________________________________________________________
13749 [  3654] By: gsar                                  on 1999/07/07  18:47:03
13750         Log: change#1889 mistakenly removed F_SETLK
13751      Branch: perl
13752            ! ext/Fcntl/Fcntl.xs
13753 ____________________________________________________________________________
13754 [  3653] By: gsar                                  on 1999/07/07  18:42:42
13755         Log: B::Deparse update
13756              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
13757              Date: Mon,  5 Jul 1999 17:57:03 -0500 (CDT)
13758              Message-ID: <14209.13729.738691.610723@alias-2.pr.mcs.net>
13759              Subject: [PATCH _57, long] B::Deparse 0.58
13760      Branch: perl
13761            ! ext/B/B/Deparse.pm
13762 ____________________________________________________________________________
13763 [  3652] By: gsar                                  on 1999/07/07  18:41:07
13764         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13765              Date: Mon, 5 Jul 1999 18:24:19 -0400 (EDT)
13766              Message-Id: <199907052224.SAA10454@monk.mps.ohio-state.edu>
13767              Subject: Re: [ID 19990705.001] Overloading boolean conversion
13768      Branch: perl
13769            ! gv.c t/pragma/overload.t
13770 ____________________________________________________________________________
13771 [  3651] By: gsar                                  on 1999/07/07  17:47:30
13772         Log: missing PerlIO_reopen() (suggested by sam@daemoninc.com)
13773      Branch: perl
13774            ! perlsfio.h
13775 ____________________________________________________________________________
13776 [  3650] By: gsar                                  on 1999/07/07  17:45:52
13777         Log: applied new parts of suggested patch
13778              From: Charles Bailey <BAILEY@newman.upenn.edu>
13779              Date: Fri, 02 Jul 1999 19:18:41 -0400 (EDT)
13780              Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu>
13781              Subject: [PATCH 5.005_57] Consolidated VMS patch
13782      Branch: perl
13783            ! configure.com ext/IO/lib/IO/File.pm iperlsys.h
13784            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm
13785            ! lib/File/Spec/VMS.pm pod/perldiag.pod t/base/rs.t
13786            ! t/lib/io_multihomed.t t/lib/textfill.t t/lib/textwrap.t
13787            ! t/op/filetest.t t/op/mkdir.t thread.h vms/vms.c
13788 ____________________________________________________________________________
13789 [  3649] By: jhi                                   on 1999/07/07  13:38:02
13790         Log: Sync regcomp warn with reality.
13791      Branch: cfgperl
13792            ! t/pragma/warn/regcomp
13793 ____________________________________________________________________________
13794 [  3648] By: jhi                                   on 1999/07/07  13:04:55
13795         Log: Integrate with Sarathy; one conflict in t/pragma/warn/recgomp
13796              resolved manually.
13797      Branch: cfgperl
13798           +> pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
13799           +> t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
13800           +> t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
13801            - README.lexwarn
13802           !> (integrate 79 files)
13803 ____________________________________________________________________________
13804 [  3647] By: gsar                                  on 1999/07/07  10:32:03
13805         Log: From: jan.dubois@ibm.net (Jan Dubois)
13806              Date: Thu, 01 Jul 1999 11:17:53 +0200
13807              Message-ID: <377b2ca4.14467042@smtp1.ibm.net>
13808              Subject: [PATCH 5.005_57] MakeMaker support for pod2html
13809      Branch: perl
13810            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
13811            ! lib/ExtUtils/MakeMaker.pm
13812 ____________________________________________________________________________
13813 [  3646] By: gsar                                  on 1999/07/07  10:27:55
13814         Log: fix undocumented IO::Handle functions as suggested
13815              by cj10@cam.ac.uk
13816      Branch: perl
13817            ! ext/IO/lib/IO/Handle.pm
13818 ____________________________________________________________________________
13819 [  3645] By: gsar                                  on 1999/07/07  10:18:55
13820         Log: prohibit thread join()ing itself (from Dan Sugalski)
13821      Branch: perl
13822            ! ext/Thread/Thread.xs
13823 ____________________________________________________________________________
13824 [  3644] By: gsar                                  on 1999/07/07  10:14:26
13825         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
13826              Date: Wed, 30 Jun 1999 14:02:42 -0700
13827              Message-ID: <LJHFKBDHMHHJDAAA@my-deja.com>
13828              Subject:  [PATCH 5.005_57] Compiler and XSUBS
13829      Branch: perl
13830            ! ext/B/B/C.pm
13831 ____________________________________________________________________________
13832 [  3643] By: gsar                                  on 1999/07/07  10:08:38
13833         Log: mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntax
13834              (from François Désarménien <desar@club-internet.fr>)
13835      Branch: perl
13836            ! pod/perlsyn.pod
13837 ____________________________________________________________________________
13838 [  3642] By: gsar                                  on 1999/07/07  10:03:24
13839         Log: From: Doug MacEachern <dougm@cp.net>
13840              Date: Sun, 27 Jun 1999 22:43:25 -0700 (PDT)
13841              Message-ID: <Pine.LNX.4.10.9906272236430.389-100000@mojo.eng.cp.net>
13842              Subject: [PATCH 5.005_57] add B::PV::{LEN,CUR}
13843      Branch: perl
13844            ! ext/B/B.xs
13845 ____________________________________________________________________________
13846 [  3641] By: gsar                                  on 1999/07/07  10:00:57
13847         Log: slightly modified version of suggested patch
13848              From: Steven N. Hirsch <hirschs@stargate.btv.ibm.com>
13849              Date: Mon, 28 Jun 1999 14:23:59 -0400
13850              Message-Id: <199906281823.OAA24912@stargate.btv.ibm.com>
13851              Subject: [ID 19990628.007] POSIX::tmpnam() broken for threaded 5.00503
13852      Branch: perl
13853            ! ext/POSIX/POSIX.xs
13854 ____________________________________________________________________________
13855 [  3640] By: gsar                                  on 1999/07/07  09:45:43
13856         Log: lexical warnings update (warning.t fails one test
13857              due to leaked scalar, investigation pending)
13858              From: paul.marquess@bt.com
13859              Date: Sat, 26 Jun 1999 23:19:52 +0100
13860              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk>
13861              Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings
13862      Branch: perl
13863            + pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
13864            + t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
13865            + t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
13866            - README.lexwarn
13867            ! Changes MANIFEST av.c djgpp/djgpp.c doio.c doop.c
13868            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
13869            ! ext/ByteLoader/byterun.h gv.c hv.c jpl/JNI/JNI.xs
13870            ! lib/warning.pm mg.c op.c os2/os2.c perl.c perlio.c
13871            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
13872            ! pod/perlmodlib.pod pod/perlrun.pod pod/perlvar.pod pp.c
13873            ! pp_ctl.c run.c sv.c t/pragma/warn/3both t/pragma/warn/doio
13874            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
13875            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
13876            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
13877            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
13878            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
13879            ! t/pragma/warn/util t/pragma/warning.t toke.c utf8.c util.c
13880            ! warning.h warning.pl win32/win32.c
13881 ____________________________________________________________________________
13882 [  3639] By: gsar                                  on 1999/07/07  08:09:30
13883         Log: From: Brian Jepson <bjepson@home.com>
13884              Date: Sat, 26 Jun 1999 10:47:45 -0500 (EST)
13885              Message-ID: <Pine.LNX.4.10.9906261044180.659-100000@cx384756-a.sking1.ri.home.com>
13886              Subject: Patch to JPL example program
13887      Branch: perl
13888            ! jpl/JPL_Rolo/JPL_Rolo.jpl
13889 ____________________________________________________________________________
13890 [  3638] By: jhi                                   on 1999/07/07  08:07:58
13891         Log: Integrate with Sarathy.
13892      Branch: cfgperl
13893           !> (integrate 34 files)
13894 ____________________________________________________________________________
13895 [  3637] By: gsar                                  on 1999/07/07  08:07:49
13896         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
13897              Date: Fri, 25 Jun 1999 13:38:44 -0500 (CDT)
13898              Message-ID: <14193.25034.113373.245377@alias-2.pr.mcs.net>
13899              Subject: [PATCH _57, long] Eliminate CONDOPs
13900      Branch: perl
13901            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm
13902            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
13903            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/B/ramblings/flip-flop
13904            ! ext/B/typemap op.c op.h opcode.h opcode.pl perl.h
13905            ! pod/perltoc.pod pp_ctl.c pp_hot.c
13906 ____________________________________________________________________________
13907 [  3636] By: gsar                                  on 1999/07/07  07:50:51
13908         Log: adapted suggested patch for IO-1.20x
13909              From: ian@dial.pipex.com
13910              Date:  Fri, 25 Jun 1999 10:39:42 +0100
13911              Message-Id:  <199906250939.KAA02152@homer.diplex.co.uk>
13912              Subject: [ID 19990625.001]  Minor fixes for IO::Socket.pm
13913      Branch: perl
13914            ! ext/IO/lib/IO/Socket.pm
13915 ____________________________________________________________________________
13916 [  3635] By: gsar                                  on 1999/07/07  07:26:05
13917         Log: PowerMAX hints update from Tom Horsley <Tom.Horsley@mail.ccur.com>
13918      Branch: perl
13919            ! hints/powerux.sh
13920 ____________________________________________________________________________
13921 [  3634] By: gsar                                  on 1999/07/07  07:20:02
13922         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13923              Date: Wed, 23 Jun 1999 16:16:05 +0100
13924              Message-Id: <199906231516.QAA23851@crypt.compulink.co.uk>
13925              Subject: [PATCH 5.005_57] memleak in optimizer
13926      Branch: perl
13927            ! embed.h embed.pl objXSUB.h op.c proto.h
13928 ____________________________________________________________________________
13929 [  3633] By: gsar                                  on 1999/07/07  07:10:52
13930         Log: add do-not-edit caveats for files generated by opcode.pl
13931              (suggested by Hugo van der Sanden)
13932      Branch: perl
13933            ! opcode.h opcode.pl pp.sym pp_proto.h
13934 ____________________________________________________________________________
13935 [  3632] By: gsar                                  on 1999/07/07  06:41:13
13936         Log: better diagnostics on read operations from write-only
13937              filehandles
13938      Branch: perl
13939            ! doio.c perl.c pod/perldelta.pod pod/perldiag.pod pp_hot.c
13940            ! pp_sys.c t/pragma/warn/pp_hot t/pragma/warn/pp_sys
13941 ____________________________________________________________________________
13942 [  3631] By: gsar                                  on 1999/07/07  02:03:34
13943         Log: make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE'> (suggested
13944              by David Muir Sharnoff <muir@idiom.com>)
13945      Branch: perl
13946            ! lib/Sys/Hostname.pm
13947 ____________________________________________________________________________
13948 [  3630] By: gsar                                  on 1999/07/07  01:57:16
13949         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
13950              Date: Sun, 20 Jun 1999 17:17:17 -0700
13951              Message-ID: <AEBDBGKPMEAJAAAA@my-deja.com>
13952              Subject: [PATCH 5.005_57] Minor bug fix in pp_require
13953      Branch: perl
13954            ! ext/B/B/CC.pm
13955 ____________________________________________________________________________
13956 [  3629] By: gsar                                  on 1999/07/07  01:46:03
13957         Log: installperl should write normal messages to STDOUT, not STDERR
13958      Branch: perl
13959            ! installperl
13960 ____________________________________________________________________________
13961 [  3628] By: gsar                                  on 1999/07/07  01:41:25
13962         Log: BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)
13963      Branch: perl
13964            ! hints/bsdos.sh
13965 ____________________________________________________________________________
13966 [  3627] By: gsar                                  on 1999/07/07  00:27:10
13967         Log: make diagnostic on C<my $^I> etc., more readable
13968      Branch: perl
13969            ! op.c
13970 ____________________________________________________________________________
13971 [  3626] By: gsar                                  on 1999/07/06  23:47:27
13972         Log: From: Andy Dougherty <doughera@lafayette.edu>
13973              Date:  Thu, 17 Jun 1999 12:07:11 -0400 (EDT)
13974              Message-Id:  <Pine.GSU.4.05.9906171204580.937-100000@newton.phys>
13975              Subject: [ID 19990617.004  [PATCH 5.005_57] make distclean fixes]
13976      Branch: perl
13977            ! Makefile.SH utils/Makefile
13978 ____________________________________________________________________________
13979 [  3625] By: jhi                                   on 1999/07/06  21:50:46
13980         Log: Some new files of #3624 missing from MANIFEST.
13981      Branch: cfgperl
13982            ! MANIFEST
13983 ____________________________________________________________________________
13984 [  3624] By: jhi                                   on 1999/07/06  21:47:04
13985         Log: POSIX [[:character class:]] support for standard, locale,
13986              and utf8.  If both utf8 and locale are on, utf8 wins.
13987              I don't fully understand why so many tables changed in
13988              lib/unicode because of "make" -- maybe it was just overdue.
13989      Branch: cfgperl
13990            + lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
13991            + lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
13992            + lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
13993            ! MANIFEST Todo-5.005 embed.h embed.pl embedvar.h global.sym
13994            ! handy.h intrpvar.h lib/unicode/Bidirectional.pl
13995            ! lib/unicode/Block.pl lib/unicode/Category.pl
13996            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
13997            ! lib/unicode/Is/BidiL.pl lib/unicode/Is/Digit.pl
13998            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl
13999            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Print.pl
14000            ! lib/unicode/Is/Space.pl lib/unicode/Is/Upper.pl
14001            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Name.pl
14002            ! lib/unicode/To/Digit.pl lib/unicode/mktables.PL objXSUB.h
14003            ! pod/perldelta.pod pod/perldiag.pod pod/perlre.pod proto.h
14004            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
14005            ! t/op/pat.t t/op/re_tests t/op/regexp.t t/pragma/utf8.t
14006            ! t/pragma/warn/regcomp utf8.c
14007 ____________________________________________________________________________
14008 [  3623] By: gsar                                  on 1999/07/06  20:52:48
14009         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14010              Date: Wed, 16 Jun 1999 14:57:22 -0400
14011              Message-ID: <19990616145722.B16258@monk.mps.ohio-state.edu>
14012              Subject: [PATCH 5.00557] Devel::Peek
14013      Branch: perl
14014            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
14015 ____________________________________________________________________________
14016 [  3622] By: gsar                                  on 1999/07/06  20:22:59
14017         Log: applied patch after demunging headers with appropriate paths
14018              From: "Vishal Bhatia" <vishalb@my-deja.com>
14019              Date: Sat, 12 Jun 1999 08:23:59 -0700
14020              Message-ID: <JIHEJPFDFKIBDAAA@my-deja.com>
14021              Subject: [Patch 5.005_57] unsigned arithmetic (Compiler)
14022      Branch: perl
14023            ! cc_runtime.h ext/B/B.xs ext/B/B/CC.pm ext/B/B/Stackobj.pm
14024            ! ext/B/defsubs.h.PL lib/ExtUtils/typemap t/harness
14025 ____________________________________________________________________________
14026 [  3621] By: gsar                                  on 1999/07/06  20:10:50
14027         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14028              Date: Thu, 10 Jun 1999 04:05:22 -0400 (EDT)
14029              Message-Id: <199906100805.EAA18216@monk.mps.ohio-state.edu>
14030              Subject: [PATCH 5.005_57] Optimize 2>&1 in commands
14031      Branch: perl
14032            ! doio.c
14033 ____________________________________________________________________________
14034 [  3620] By: jhi                                   on 1999/07/06  19:16:47
14035         Log: Mention EPOC and SOCKS.
14036      Branch: cfgperl
14037            ! pod/perldelta.pod
14038 ____________________________________________________________________________
14039 [  3619] By: gsar                                  on 1999/07/06  16:52:37
14040         Log: fix int vs STRLEN issue
14041      Branch: perl
14042            ! pp.c
14043 ____________________________________________________________________________
14044 [  3618] By: jhi                                   on 1999/07/06  16:52:20
14045         Log: There ain't Perl_atonv().
14046      Branch: cfgperl
14047            ! ext/ByteLoader/bytecode.h
14048 ____________________________________________________________________________
14049 [  3617] By: jhi                                   on 1999/07/06  15:55:22
14050         Log: Integrate with Sarathy.
14051      Branch: cfgperl
14052           !> Makefile.SH
14053 ____________________________________________________________________________
14054 [  3616] By: jhi                                   on 1999/07/06  15:54:09
14055         Log: Tweak for #3613.
14056      Branch: cfgperl
14057            ! Configure config_h.SH
14058 ____________________________________________________________________________
14059 [  3615] By: gsar                                  on 1999/07/06  11:00:21
14060         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
14061              Date:  Sun, 13 Jun 1999 17:46:13 -0600 (MDT)
14062              Message-Id:  <199906132346.RAA26632@xerxes.courtesan.com>
14063              Subject: [ID 19990613.003  linklibperl set incorrectly in Makefile.SH for OpenBSD]
14064      Branch: perl
14065            ! Makefile.SH
14066 ____________________________________________________________________________
14067 [  3614] By: jhi                                   on 1999/07/06  10:44:48
14068         Log: Integrate with Sarathy.
14069      Branch: cfgperl
14070           !> ext/IO/lib/IO/File.pm op.c op.h opcode.h opcode.pl perl.h pp.h
14071           !> pp.sym pp_proto.h t/base/rs.t t/pragma/warn/op
14072 ____________________________________________________________________________
14073 [  3613] By: jhi                                   on 1999/07/06  10:43:20
14074         Log: From: Nathan Kurz <nate@valleytel.net>
14075              Subject: [ID 19990612.001 compiling three deep modules within ext/]
14076              ply-To: nate@valleytel.net
14077              erl5-porters@perl.org
14078              Date: Sat, 12 Jun 1999 01:26:04 -0500
14079              Message-Id: <199906120626.BAA04996@trinkpad.valleytel.net>
14080      Branch: cfgperl
14081            ! Configure config_h.SH
14082 ____________________________________________________________________________
14083 [  3612] By: gsar                                  on 1999/07/06  10:17:52
14084         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14085              Date: Sat, 12 Jun 1999 04:49:09 -0400 (EDT)
14086              Message-Id: <199906120849.EAA26986@monk.mps.ohio-state.edu>
14087              Subject: [PATCH 5.005_57] Optimize away OP_SASSIGN
14088      Branch: perl
14089            ! op.c op.h opcode.h opcode.pl pp.h pp.sym pp_proto.h
14090 ____________________________________________________________________________
14091 [  3611] By: gsar                                  on 1999/07/06  09:51:20
14092         Log: From: pvhp@forte.com (Peter Prymmer)
14093              Date: Fri, 11 Jun 99 17:07:19 PDT
14094              Message-Id: <9906120007.AA13802@forte.com>
14095              Subject: [PATCH _03 && _57]portability fix for IO::File and FileHandle
14096      Branch: perl
14097            ! ext/IO/lib/IO/File.pm
14098 ____________________________________________________________________________
14099 [  3610] By: gsar                                  on 1999/07/06  09:37:37
14100         Log: fix for C<$/ = 42> setting paragraph mode (applied with small
14101              tweak)
14102              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14103              Date: Wed, 09 Jun 1999 18:27:51 +0100
14104              Message-Id: <E10rm8l-00023T-00@ursa.cus.cam.ac.uk>
14105              Subject: Re: [ID 19990608.002] Possible bug with binmode and <FH> on Perl 5.005_03 Win32
14106      Branch: perl
14107            ! perl.h t/base/rs.t
14108 ____________________________________________________________________________
14109 [  3609] By: jhi                                   on 1999/07/06  09:28:48
14110         Log: Integrate with Sarathy.
14111      Branch: cfgperl
14112           !> (integrate 49 files)
14113 ____________________________________________________________________________
14114 [  3608] By: gsar                                  on 1999/07/06  09:28:21
14115         Log: test tweak
14116      Branch: perl
14117            ! t/pragma/warn/op
14118 ____________________________________________________________________________
14119 [  3607] By: jhi                                   on 1999/07/06  09:22:48
14120         Log: Put back the cygwin32 Configure fix of 3582 undone by 3597.
14121      Branch: cfgperl
14122            ! Configure config_h.SH
14123 ____________________________________________________________________________
14124 [  3606] By: gsar                                  on 1999/07/06  09:05:02
14125         Log: applied slightly tweaked version of suggested patch for
14126              improved RE API
14127              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14128              Date: Wed, 9 Jun 1999 18:14:27 -0400 (EDT)
14129              Message-Id: <199906092214.SAA14126@monk.mps.ohio-state.edu>
14130              Subject: [PATCH 5.005_57] REx engine rehash
14131      Branch: perl
14132            ! Changes dump.c embed.h embed.pl embedvar.h ext/re/Makefile.PL
14133            ! ext/re/re.xs global.sym objXSUB.h perl.c perl.h pp.c pp_hot.c
14134            ! proto.h regcomp.c regcomp.h regexec.c regexp.h thrdvar.h
14135            ! util.c
14136 ____________________________________________________________________________
14137 [  3605] By: gsar                                  on 1999/07/06  08:54:03
14138         Log: bug in change#3602 (cpp conditionals not allowed inside macro args)
14139      Branch: perl
14140            ! sv.c
14141 ____________________________________________________________________________
14142 [  3604] By: gsar                                  on 1999/07/06  07:08:30
14143         Log: From: paul.marquess@bt.com
14144              Date: Tue, 8 Jun 1999 22:37:58 +0100 
14145              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3C@mbtlipnt02.btlabs.bt.co.uk>
14146              Subject: [PATCH 5.005_57] DB_File 1.67
14147      Branch: perl
14148            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
14149            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
14150 ____________________________________________________________________________
14151 [  3603] By: gsar                                  on 1999/07/06  07:04:50
14152         Log: From: paul.marquess@bt.com
14153              Date: Tue, 8 Jun 1999 22:34:01 +0100 
14154              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3B@mbtlipnt02.btlabs.bt.co.uk>
14155              Subject: [PATCH 5.005_57] DBM Filters
14156      Branch: perl
14157            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
14158            ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
14159            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
14160            ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
14161 ____________________________________________________________________________
14162 [  3602] By: gsar                                  on 1999/07/06  07:00:01
14163         Log: slightly tweaked version of suggested patch
14164              From: Dan Sugalski <sugalskd@ous.edu>
14165              Date: Tue, 08 Jun 1999 14:09:38 -0700
14166              Message-Id: <3.0.6.32.19990608140938.030f12e0@ous.edu>
14167              Subject: [PATCH 5.005_57]Use NV instead of double in the core
14168      Branch: perl
14169            ! av.h bytecode.pl cv.h doio.c dump.c embed.pl
14170            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c hv.h
14171            ! intrpvar.h mg.c op.c perl.h pp.c pp.h pp_ctl.c pp_sys.c
14172            ! proto.h sv.c sv.h toke.c universal.c util.c
14173 ____________________________________________________________________________
14174 [  3601] By: gsar                                  on 1999/07/06  06:52:57
14175         Log: integrate cfgperl contents into mainline
14176      Branch: perl
14177           +> README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
14178           +> epoc/perl.mmp epoc/perl.pkg
14179           !> (integrate 30 files)
14180 ____________________________________________________________________________
14181 [  3598] By: jhi                                   on 1999/07/05  20:02:55
14182         Log: Integrate with mainperl.
14183      Branch: cfgperl
14184           +> lib/CGI/Pretty.pm
14185           !> Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
14186           !> ext/B/B/Stackobj.pm ext/GDBM_File/GDBM_File.xs mg.c op.c
14187           !> opcode.h opcode.pl pp_sys.c t/lib/io_udp.t thread.h toke.c
14188           !> vms/descrip_mms.template vms/subconfigure.com vms/vms.c
14189           !> vms/vmsish.h
14190 ____________________________________________________________________________
14191 [  3597] By: jhi                                   on 1999/07/05  19:59:48
14192         Log: Hack SOCKS support some more plus a patch from Andy Dougherty
14193              that addresses the notorious "Additional libraries" question.
14194      Branch: cfgperl
14195            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14196            ! config_h.SH doio.c ext/Socket/Socket.xs hints/aix.sh perl.c
14197            ! pp_sys.c
14198 ____________________________________________________________________________
14199 [  3596] By: gsar                                  on 1999/07/05  18:30:51
14200         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14201              Date: Tue, 8 Jun 1999 04:47:58 -0400 (EDT)
14202              Message-Id: <199906080847.EAA03810@monk.mps.ohio-state.edu>
14203              Subject: [PATCH 5.00557] Long-standing UDP sockets bug on OS/2
14204      Branch: perl
14205            ! pp_sys.c t/lib/io_udp.t
14206 ____________________________________________________________________________
14207 [  3595] By: gsar                                  on 1999/07/05  18:29:08
14208         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14209              Date: Tue, 8 Jun 1999 04:44:58 -0400 (EDT)
14210              Message-Id: <199906080844.EAA03784@monk.mps.ohio-state.edu>
14211              Subject: [PATCH 5.00557] Setting $^E wipes out $!
14212      Branch: perl
14213            ! mg.c
14214 ____________________________________________________________________________
14215 [  3594] By: gsar                                  on 1999/07/05  18:24:53
14216         Log: hand-apply whitespace mutiliated patch
14217              From: Dan Sugalski <sugalskd@osshe.edu>
14218              Date: Mon, 07 Jun 1999 14:46:42 -0700
14219              Message-Id: <3.0.6.32.19990607144642.03079100@ous.edu>
14220              Subject: [PATCH 5.005_57]Updated VMS patch
14221      Branch: perl
14222            ! thread.h vms/descrip_mms.template vms/subconfigure.com
14223            ! vms/vms.c vms/vmsish.h
14224 ____________________________________________________________________________
14225 [  3593] By: gsar                                  on 1999/07/05  17:53:04
14226         Log: applied parts not duplicated by previous patches
14227              From: "Vishal Bhatia" <vishalb@my-deja.com>
14228              Date: Sat, 05 Jun 1999 08:42:17 -0700
14229              Message-ID: <JAMCAJKJEJDPAAAA@my-deja.com>
14230              Subject: Fwd: [PATCH 5.005_57] consolidated compiler changes
14231      Branch: perl
14232            ! Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
14233            ! ext/B/B/Stackobj.pm
14234 ____________________________________________________________________________
14235 [  3592] By: jhi                                   on 1999/07/05  17:17:22
14236         Log: AIX threaded build, plus few more on the side.
14237      Branch: cfgperl
14238            ! embed.h embed.pl ext/DynaLoader/dl_aix.xs
14239            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
14240            ! ext/DynaLoader/dl_vms.xs hints/aix.sh objXSUB.h perl.h
14241            ! perl_exp.SH pp_ctl.c proto.h toke.c util.c
14242 ____________________________________________________________________________
14243 [  3591] By: gsar                                  on 1999/07/05  16:52:34
14244         Log: "\e" and "\a" didn't produce right escape under EBCDIC
14245              From: pvhp@forte.com (Peter Prymmer)
14246              Date: Fri, 4 Jun 99 12:00:27 PDT
14247              Message-Id: <9906041900.AA28387@forte.com>
14248              Subject: [PATCH 5.005_57]lingering ASCIIism in tokener
14249      Branch: perl
14250            ! toke.c
14251 ____________________________________________________________________________
14252 [  3590] By: gsar                                  on 1999/07/05  16:40:01
14253         Log: s/scalar ref constructor/single ref constructor/ (suggested
14254              by Stephen McCamant)
14255      Branch: perl
14256            ! opcode.h opcode.pl
14257 ____________________________________________________________________________
14258 [  3589] By: gsar                                  on 1999/07/05  16:34:06
14259         Log: no such thing as gdbm_clearerr() (from Andy Dougherty)
14260      Branch: perl
14261            ! ext/GDBM_File/GDBM_File.xs
14262 ____________________________________________________________________________
14263 [  3588] By: gsar                                  on 1999/07/05  16:29:39
14264         Log: allow C<-foo> under C<use integer> (behavior of C<-$string>
14265              is unchanged still)
14266      Branch: perl
14267            ! op.c
14268 ____________________________________________________________________________
14269 [  3587] By: jhi                                   on 1999/07/05  10:31:43
14270         Log: Make perl_exp.SH smarter about what to include and what to exclude.
14271      Branch: cfgperl
14272            ! perl_exp.SH
14273 ____________________________________________________________________________
14274 [  3586] By: jhi                                   on 1999/07/05  09:29:31
14275         Log: Remove unnecessary and extraneous my $i = 0.
14276      Branch: cfgperl
14277            ! bytecode.pl
14278 ____________________________________________________________________________
14279 [  3585] By: jhi                                   on 1999/07/05  07:28:59
14280         Log: Integrate with mainperl.
14281      Branch: cfgperl
14282           !> (integrate 30 files)
14283 ____________________________________________________________________________
14284 [  3584] By: gsar                                  on 1999/07/05  05:36:28
14285         Log: From: Vishal Bhatia <vishalb@hotmail.com>
14286              Date: Thu, 03 Jun 1999 00:57:48 PDT
14287              Message-ID: <19990603075749.86665.qmail@hotmail.com>
14288              Subject: Re: [PATCH 5.005_57] pp_sort sorted out
14289      Branch: perl
14290            ! ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
14291 ____________________________________________________________________________
14292 [  3583] By: gsar                                  on 1999/07/05  05:31:19
14293         Log: suppress fancy display when in verbose mode (suggested by
14294              Paul Johnson <pjcj@transeda.com>)
14295      Branch: perl
14296            ! lib/Test/Harness.pm
14297 ____________________________________________________________________________
14298 [  3582] By: gsar                                  on 1999/07/05  05:17:12
14299         Log: cygwin32 update
14300              From: "Fifer, Eric" <EFifer@sanwaint.com>
14301              Date:  Wed, 2 Jun 1999 15:16:05 +0100
14302              Message-Id:  <71E287AB0D94D111BBD600600849EC8185EDD9@POST>
14303              Subject:  [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port
14304      Branch: perl
14305            ! Configure Makefile.SH README.cygwin32 cygwin32/Makefile.SHs
14306            ! cygwin32/build-instructions.READFIRST
14307            ! cygwin32/build-instructions.charles-wilson
14308            ! cygwin32/build-instructions.sebastien-barre
14309            ! cygwin32/build-instructions.steven-morlock
14310            ! cygwin32/build-instructions.steven-morlock2 doio.c dosish.h
14311            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs hints/cygwin32.sh
14312            ! lib/Cwd.pm lib/ExtUtils/MM_Cygwin.pm perl.h pp_hot.c
14313            ! t/op/magic.t util.c
14314 ____________________________________________________________________________
14315 [  3581] By: gsar                                  on 1999/07/05  02:46:18
14316         Log: NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)
14317      Branch: perl
14318            ! util.c
14319 ____________________________________________________________________________
14320 [  3580] By: gsar                                  on 1999/07/05  02:38:03
14321         Log: From: "Ed Peschko" <ed_peschko@csgsystems.com>
14322              Date: Mon, 31 May 1999 18:18:13 -0600
14323              Message-ID: <19990601001813.AAA17834@csgsystems.com>
14324              Subject: [ PATCH perl5.005_57 ] new perlcc + regression tests
14325      Branch: perl
14326            ! t/TEST t/UTEST t/harness utils/perlcc.PL
14327 ____________________________________________________________________________
14328 [  3579] By: gsar                                  on 1999/07/05  01:20:58
14329         Log: compatibility tweak for Class::Struct
14330      Branch: perl
14331            ! lib/Class/Struct.pm
14332 ____________________________________________________________________________
14333 [  3578] By: jhi                                   on 1999/07/04  23:26:01
14334         Log: Miscellaneus AIX fixes + SOCKS support.
14335      Branch: cfgperl
14336            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
14337            ! Porting/config_H config_h.SH doio.c ext/Socket/Socket.xs
14338            ! hints/aix.sh pp_sys.c
14339 ____________________________________________________________________________
14340 [  3577] By: gsar                                  on 1999/07/04  23:07:39
14341         Log: test tweak
14342      Branch: perl
14343            ! t/io/openpid.t
14344 ____________________________________________________________________________
14345 [  3576] By: jhi                                   on 1999/07/04  22:39:23
14346         Log: Integrate with mainperl.
14347      Branch: cfgperl
14348           +> t/io/openpid.t
14349            - win32/perlhost.h
14350           !> (integrate 51 files)
14351 ____________________________________________________________________________
14352 [  3575] By: jhi                                   on 1999/07/04  22:26:48
14353         Log: Added 64-bit support for AIX 4.3 or better
14354              based on Martin H. Rusoff's observations.
14355      Branch: cfgperl
14356            ! Configure config_h.SH hints/aix.sh
14357 ____________________________________________________________________________
14358 [  3574] By: jhi                                   on 1999/07/04  21:34:47
14359         Log: Do not throw away gccvers compilation errors.
14360              From: Andy Dougherty <doughera@lafayette.edu>
14361              To: Ron Seguin <rseguin@on.bell.ca>
14362              Cc: Perl Porters <perl5-porters@perl.org>
14363              Subject: [PATCH] Re: [ID 19990625.011]  WHOA There
14364              Date: Mon, 28 Jun 1999 12:36:38 -0400 (EDT)
14365              Message-Id: <Pine.GSU.4.05.9906281230100.6265-100000@newton.phys>
14366      Branch: cfgperl
14367            ! Configure config_h.SH
14368 ____________________________________________________________________________
14369 [  3573] By: gsar                                  on 1999/07/04  21:10:32
14370         Log: adapted suggested tests for addition to testsuite
14371              From: RonaldWS@aol.com
14372              Date:  Sun, 30 May 1999 16:27:28 EDT
14373              Message-Id:  <25cd799f.2482f930@aol.com>
14374              Subject: [19990530.007] Open with pipe | does not return pid under win32
14375      Branch: perl
14376            + t/io/openpid.t
14377            ! MANIFEST win32/win32.c
14378 ____________________________________________________________________________
14379 [  3572] By: gsar                                  on 1999/07/04  20:29:32
14380         Log: perl_run() should call my_exit(0) for normal completion
14381      Branch: perl
14382            ! perl.c
14383 ____________________________________________________________________________
14384 [  3571] By: jhi                                   on 1999/07/04  20:10:44
14385         Log: Add test for change #3568 plus general cleanup.
14386      Branch: cfgperl
14387            ! t/pragma/locale.t
14388 ____________________________________________________________________________
14389 [  3570] By: gsar                                  on 1999/07/04  20:03:21
14390         Log: make overload, Data::Dumper, and dumpvar understand qr// stringify
14391              overloading
14392      Branch: perl
14393            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
14394            ! lib/Dumpvalue.pm lib/dumpvar.pl lib/overload.pm pp_ctl.c
14395 ____________________________________________________________________________
14396 [  3569] By: gsar                                  on 1999/07/04  18:04:48
14397         Log: make AIX dynaloading work when libperl is shared (and thus under
14398              mod_perl etc.)
14399              From: Jens-Uwe Mager <jum@helios.de>
14400              Date:  Sat, 29 May 1999 17:09:52 +0200
14401              Message-Id:  <199905291509.RAA43978@ans.helios.de>
14402              Subject: [19990529.002] DynaLoader does not work properly if perl is not the main program (AIX)
14403      Branch: perl
14404            ! ext/DynaLoader/dl_aix.xs
14405 ____________________________________________________________________________
14406 [  3568] By: jhi                                   on 1999/07/04  14:54:23
14407         Log: pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().
14408              This resulted for example in the 'o' magic not being cleared by
14409              magic_setcollxfrm(), which resulted in strange cmp results.
14410              The bug was reported originally in the message
14411              Subject: Bug with locale
14412              From: Jan Starzynski <jan@planet.de> 
14413              To: perlbug@perl.com 
14414              Date: Fri, 09 Apr 1999 13:23:07 +0200 
14415              Message-ID: <370DE31B.DAEE1332@planet.de> 
14416      Branch: cfgperl
14417            ! pp.c
14418 ____________________________________________________________________________
14419 [  3567] By: gsar                                  on 1999/07/04  02:38:34
14420         Log: remove misleading info on defined(&func), unclutter deprecation
14421              about defined(@array)
14422      Branch: perl
14423            ! op.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
14424            ! t/pragma/warn/op
14425 ____________________________________________________________________________
14426 [  3566] By: gsar                                  on 1999/07/04  01:46:31
14427         Log: From: jan.dubois@ibm.net (Jan Dubois)
14428              Date: Wed, 26 May 1999 22:07:17 +0200
14429              Message-ID: <374c53ac.10322322@smtp1.ibm.net>
14430              Subject: [PATCH 5.005_57] MINGW32 and EGCS 1.1.2 support
14431      Branch: perl
14432            ! Changes win32/win32.c win32/win32.h
14433 ____________________________________________________________________________
14434 [  3565] By: gsar                                  on 1999/07/04  01:26:02
14435         Log: newer version of perlxstut from Jeff Okamoto (slightly edited
14436              for win32 issues)
14437      Branch: perl
14438            ! pod/perlxstut.pod
14439 ____________________________________________________________________________
14440 [  3564] By: gsar                                  on 1999/07/02  03:09:04
14441         Log: avoid warnings
14442      Branch: perl
14443            ! ext/Thread/Thread/Specific.pm lib/fields.pm
14444 ____________________________________________________________________________
14445 [  3563] By: gsar                                  on 1999/06/28  19:23:47
14446         Log: inc version (for CPAN.pm sanity)
14447      Branch: perl
14448            ! lib/Text/ParseWords.pm
14449 ____________________________________________________________________________
14450 [  3562] By: gsar                                  on 1999/06/28  19:19:01
14451         Log: regen perltoc
14452      Branch: perl
14453            ! pod/perltoc.pod
14454 ____________________________________________________________________________
14455 [  3561] By: gsar                                  on 1999/06/28  19:08:41
14456         Log: From: Damian Conway <damian@cs.monash.edu.au>
14457              Date: Wed, 26 May 1999 00:58:35 -0400
14458              Message-Id: <199905260458.AAA06411@defender.perl.org>
14459              Subject: [19990526.002] Misc. improvements to Class:Struct
14460      Branch: perl
14461            ! MANIFEST lib/Class/Struct.pm
14462 ____________________________________________________________________________
14463 [  3560] By: gsar                                  on 1999/06/28  18:50:52
14464         Log: remove bogus PL_optype_size
14465      Branch: perl
14466            ! bytecode.pl ext/ByteLoader/byterun.h
14467 ____________________________________________________________________________
14468 [  3559] By: gsar                                  on 1999/06/28  18:22:26
14469         Log: upgrade CGI.pm to v2.53 (CGI/{Apache,Switch}.pm NOT deleted)
14470      Branch: perl
14471            + lib/CGI/Pretty.pm
14472            ! eg/cgi/file_upload.cgi lib/CGI.pm lib/CGI/Carp.pm
14473            ! lib/CGI/Cookie.pm lib/CGI/Fast.pm t/lib/cgi-form.t
14474            ! t/lib/cgi-html.t t/lib/cgi-request.t
14475 ____________________________________________________________________________
14476 [  3558] By: jhi                                   on 1999/06/28  07:30:21
14477         Log: Change Olaf Lebbe's email address.
14478      Branch: cfgperl
14479            ! README.epoc
14480 ____________________________________________________________________________
14481 [  3557] By: gsar                                  on 1999/06/28  00:07:33
14482         Log: make autogenerated files writable
14483      Branch: perl
14484            - win32/perlhost.h
14485            ! MANIFEST Porting/makerel embed.h embedvar.h ext/B/B/Asmdata.pm
14486            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
14487            ! keywords.h lib/warning.pm objXSUB.h opcode.h pp.sym pp_proto.h
14488            ! proto.h regnodes.h warning.h win32/config_H.bc
14489            ! win32/config_H.gc win32/config_H.vc
14490 ____________________________________________________________________________
14491 [  3556] By: jhi                                   on 1999/06/27  19:22:53
14492         Log: Update MANIFEST to match #3555.
14493      Branch: cfgperl
14494            ! MANIFEST
14495 ____________________________________________________________________________
14496 [  3555] By: jhi                                   on 1999/06/27  19:16:22
14497         Log: EPOC port to Psion5.
14498              From: Olaf Flebbe <O.Flebbe@science-computing.de>
14499              To: Jarkko Hietaniemi <jhi@iki.fi>
14500              Cc: perl5-porters@perl.org
14501              Subject: Re: Psion5
14502              Date: Sun, 27 Jun 1999 20:50:30 +0200 (METDST)
14503              Message-ID: <Pine.GHP.4.02.9906272048130.17736-100000@io.science-computing.de>
14504      Branch: cfgperl
14505            + README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
14506            + epoc/perl.mmp epoc/perl.pkg
14507            ! MANIFEST doio.c lib/Term/ReadLine.pm lib/perl5db.pl perl.c
14508            ! perl.h sv.c util.c
14509 ____________________________________________________________________________
14510 [  3554] By: jhi                                   on 1999/06/27  18:50:52
14511         Log: Integrate from mainperl.
14512      Branch: cfgperl
14513           !> (integrate 48 files)
14514 ____________________________________________________________________________
14515 [  3553] By: gsar                                  on 1999/06/27  14:28:49
14516         Log: somewhat untested PERL_OBJECT cleanups (C++isms mostly
14517              gone from the public API); PERL_OBJECT builds again on
14518              windows
14519              
14520              TODO: namespace-clean the typedefs in iperlsys.h and
14521              elsewhere; remove C++ remnants from public headers
14522      Branch: perl
14523            ! XSUB.h bytecode.pl cv.h embed.h embed.pl ext/B/B.xs
14524            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
14525            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
14526            ! ext/DynaLoader/dlutils.c global.sym globals.c iperlsys.h
14527            ! lib/ExtUtils/Embed.pm lib/ExtUtils/xsubpp mg.c objXSUB.h
14528            ! opcode.h opcode.pl perl.c perl.h pod/perlhist.pod pp_ctl.c
14529            ! pp_hot.c proto.h scope.h sv.h toke.c universal.c util.c
14530            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
14531            ! win32/config.gc win32/config.vc win32/dl_win32.xs
14532            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
14533            ! win32/runperl.c win32/win32.c win32/win32.h win32/win32iop.h
14534            ! win32/win32sck.c
14535 ____________________________________________________________________________
14536 [  3552] By: gsar                                  on 1999/06/27  13:49:31
14537         Log: integrate cfgperl changes into mainline
14538      Branch: perl
14539           !> dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
14540           !> objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
14541           !> pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
14542           !> util.c
14543 ____________________________________________________________________________
14544 [  3551] By: gsar                                  on 1999/06/27  13:31:11
14545         Log: fix indents
14546      Branch: perl
14547            ! op.c
14548 ____________________________________________________________________________
14549 [  3550] By: gsar                                  on 1999/06/24  22:42:53
14550         Log: update Changes
14551      Branch: perl
14552            ! Changes
14553 ____________________________________________________________________________
14554 [  3549] By: gsar                                  on 1999/06/24  22:41:17
14555         Log: avoid race condition in the CAPI extension bootstrap handler
14556      Branch: perl
14557            ! lib/ExtUtils/xsubpp win32/GenCAPI.pl
14558 ____________________________________________________________________________
14559 [  3548] By: gsar                                  on 1999/06/24  22:39:53
14560         Log: sanity check to cover the case when perl is installed into the
14561              X:\ (drive root)
14562      Branch: perl
14563            ! win32/win32.c
14564 ____________________________________________________________________________
14565 [  3547] By: gsar                                  on 1999/06/22  19:30:32
14566         Log: tweak RefHash to make intent clearer (suggested by John Dlugosz)
14567      Branch: perl
14568            ! lib/Tie/RefHash.pm
14569 ____________________________________________________________________________
14570 [  3544] By: jhi                                   on 1999/06/18  19:24:28
14571         Log: Tidy up #3542 and #3543. 
14572      Branch: cfgperl
14573            ! t/pragma/locale.t util.c
14574 ____________________________________________________________________________
14575 [  3543] By: jhi                                   on 1999/06/18  10:28:45
14576         Log: Spice up locale.t.
14577      Branch: cfgperl
14578            ! t/pragma/locale.t
14579 ____________________________________________________________________________
14580 [  3542] By: jhi                                   on 1999/06/17  22:42:03
14581         Log: Fixed two long-standing locale bugs.
14582              
14583              Both problems were related to numeric locale which
14584              controls the radix character aka the decimal separator.
14585              (1) printf (and sprintf) were resetting the numeric locale to C.
14586              (2) Using locale-numerically formatted floating point
14587              numbers (e.g. "1,23") together with -w caused warnings about
14588              "isn't numeric".  The operations were working fine, though,
14589              because atof() was using the local locale.
14590              Both problems reported by Stefan Vogtner.
14591              
14592              Introduced a wrapper for atof() that attempts to convert
14593              the string both ways.  This helps Perl to understand
14594              numbers like this "4.56" even when using a local locale
14595              makes atof() understand only numbers like this "7,89".
14596              
14597              Remaining related problems, both of which existed before
14598              this patch and continue to exist after this patch:
14599              (a) The behaviour of print() is _not_ as documented by perllocale.
14600              Instead of always using the C locale, print() does use the
14601              local locale, just like the *printf() do.  This may be fixable
14602              now that switching to-and-fro between locales has been made
14603              more consistent, but fixing print() would change existing
14604              behaviour.  perllocale is not changed by this patch.
14605              (b) If a number has been stringified (say, via "$number") under
14606              a local locale, the cached string value persists even under
14607              "no locale".  This may or may not be a problem: operations
14608              work fine because the original number is still there, but
14609              that the string form keeps its locale-ish outlook may be
14610              somewhat confusing.
14611      Branch: cfgperl
14612            ! dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
14613            ! objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
14614            ! pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
14615            ! util.c
14616 ____________________________________________________________________________
14617 [  3541] By: jhi                                   on 1999/06/17  20:00:16
14618         Log: Integrate from mainperl.
14619      Branch: cfgperl
14620           !> ext/Data/Dumper/Dumper.pm op.c
14621 ____________________________________________________________________________
14622 [  3540] By: gsar                                  on 1999/06/16  16:49:55
14623         Log: dump C<0> as such, not C<'0'>
14624      Branch: perl
14625            ! ext/Data/Dumper/Dumper.pm
14626 ____________________________________________________________________________
14627 [  3539] By: gsar                                  on 1999/06/13  04:04:40
14628         Log: fix coredumper in change#3498
14629      Branch: perl
14630            ! op.c
14631 ____________________________________________________________________________
14632 [  3538] By: jhi                                   on 1999/06/12  22:01:26
14633         Log: Integrate from mainperl.
14634      Branch: cfgperl
14635           +> lib/caller.pm
14636           !> (integrate 36 files)
14637 ____________________________________________________________________________
14638 [  3537] By: gsar                                  on 1999/06/12  06:43:03
14639         Log: EXTERN_C declarations for global arrays in various
14640              headers, so perl can be built even in C++ mode; win32
14641              build fixups; regen headers
14642      Branch: perl
14643            ! XSUB.h embedvar.h ext/B/B.xs objXSUB.h opcode.h opcode.pl
14644            ! perl.h regcomp.h regexec.c utf8.h win32/win32.c win32/win32.h
14645 ____________________________________________________________________________
14646 [  3536] By: gsar                                  on 1999/06/12  06:38:21
14647         Log: caller.pm typos
14648      Branch: perl
14649            ! lib/caller.pm
14650 ____________________________________________________________________________
14651 [  3535] By: gsar                                  on 1999/06/11  23:13:54
14652         Log: various little tweaks; most globals are now in intrpvar.h, ninterps
14653              is temporarily gone
14654      Branch: perl
14655            ! embed.pl intrpvar.h os2/os2.c perl.c perlvars.h
14656            ! pod/perldelta.pod proto.h win32/perllib.c
14657 ____________________________________________________________________________
14658 [  3534] By: gsar                                  on 1999/06/11  20:41:51
14659         Log: implement C<use caller 'encoding'>
14660      Branch: perl
14661            + lib/caller.pm
14662            ! MANIFEST perl.h pod/perldelta.pod pod/perlfunc.pod pp_ctl.c
14663 ____________________________________________________________________________
14664 [  3533] By: gsar                                  on 1999/06/11  16:51:04
14665         Log: truncate() has a peculiar exemption from strict barewords, even
14666              though it has a non-filehandle prototype
14667      Branch: perl
14668            ! op.c t/io/fs.t
14669 ____________________________________________________________________________
14670 [  3532] By: gsar                                  on 1999/06/11  09:09:16
14671         Log: GDBM tweak
14672      Branch: perl
14673            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/typemap
14674 ____________________________________________________________________________
14675 [  3531] By: gsar                                  on 1999/06/10  23:34:19
14676         Log: part of the platform changes for IMPLICIT_CONTEXT
14677      Branch: perl
14678            ! djgpp/djgpp.c jpl/JNI/JNI.xs jpl/JNI/typemap
14679            ! jpl/PerlInterpreter/PerlInterpreter.c
14680            ! jpl/PerlInterpreter/PerlInterpreter.h
14681            ! os2/OS2/ExtAttr/ExtAttr.xs os2/OS2/PrfDB/PrfDB.xs
14682            ! os2/OS2/Process/Process.xs os2/OS2/REXX/REXX.xs perl.h
14683 ____________________________________________________________________________
14684 [  3530] By: jhi                                   on 1999/06/10  20:55:56
14685         Log: Integrate from mainperl.
14686      Branch: cfgperl
14687           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
14688 ____________________________________________________________________________
14689 [  3529] By: gsar                                  on 1999/06/10  20:40:01
14690         Log: DB_File tweaks for IMPLICIT CONTEXT
14691      Branch: perl
14692            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
14693 ____________________________________________________________________________
14694 [  3528] By: jhi                                   on 1999/06/10  10:18:15
14695         Log: Integrate from mainperl.
14696      Branch: cfgperl
14697           !> (integrate 105 files)
14698 ____________________________________________________________________________
14699 [  3527] By: gsar                                  on 1999/06/10  09:30:35
14700         Log: most globals are now interpreter local; locale initialization
14701              was too early, defer it until interpreter is allocated and
14702              initialized; multiple interpreters should now be
14703              concurrency-safe (untested)
14704      Branch: perl
14705            ! embedvar.h intrpvar.h malloc.c miniperlmain.c perl.c perl.h
14706            ! perlvars.h
14707 ____________________________________________________________________________
14708 [  3526] By: gsar                                  on 1999/06/10  08:38:00
14709         Log: fix small nits
14710      Branch: perl
14711            ! cc_runtime.h ext/B/B/CC.pm run.c
14712 ____________________________________________________________________________
14713 [  3525] By: gsar                                  on 1999/06/10  04:41:38
14714         Log: win32 build fixes
14715      Branch: perl
14716            ! bytecode.pl dosish.h embed.h embed.pl ext/B/B.xs
14717            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
14718            ! ext/ByteLoader/byterun.h ext/SDBM_File/sdbm/sdbm.c globals.c
14719            ! mg.c objXSUB.h op.h perl.c perl.h pp_sys.c proto.h sv.c util.c
14720            ! win32/Makefile win32/config_H.bc win32/config_H.gc
14721            ! win32/config_H.vc win32/config_h.PL win32/dl_win32.xs
14722            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
14723            ! win32/win32.c win32/win32.h win32/win32sck.c
14724            ! win32/win32thread.c win32/win32thread.h
14725 ____________________________________________________________________________
14726 [  3524] By: gsar                                  on 1999/06/09  18:03:01
14727         Log: more complete support for implicit thread/interpreter pointer,
14728              enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops
14729              without that enabled):
14730              - USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR
14731              is a noop; tests pass on Solaris; should be faster now!
14732              - MULTIPLICITY has been tested with and without
14733              PERL_IMPLICIT_CONTEXT on Solaris
14734              - improved function database now merged with embed.pl
14735              - everything except the varargs functions have foo(a,b,c) macros
14736              to provide compatibility
14737              - varargs functions default to compatibility variants that
14738              get the context pointer using dTHX
14739              - there should be almost no source compatibility issues as a
14740              result of all this
14741              - dl_foo.xs changes other than dl_dlopen.xs untested
14742              - still needs documentation, fixups for win32 etc
14743              Next step: migrate most non-mutex variables from perlvars.h
14744              to intrpvar.h
14745      Branch: perl
14746            - proto.pl
14747            ! MANIFEST XSUB.h av.c bytecode.pl cv.h doio.c doop.c dump.c
14748            ! ebcdic.c embed.h embed.pl embedvar.h ext/B/B.xs ext/B/typemap
14749            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
14750            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
14751            ! ext/Data/Dumper/Dumper.xs ext/Devel/Peek/Peek.xs
14752            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
14753            ! ext/DynaLoader/dl_cygwin32.xs ext/DynaLoader/dl_dld.xs
14754            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
14755            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
14756            ! ext/DynaLoader/dl_none.xs ext/DynaLoader/dl_rhapsody.xs
14757            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
14758            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
14759            ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs ext/re/re.xs
14760            ! global.sym globals.c gv.c hv.c lib/ExtUtils/typemap
14761            ! lib/ExtUtils/xsubpp malloc.c mg.c mg.h miniperlmain.c
14762            ! objXSUB.h op.c opcode.h opcode.pl perl.c perl.h perlio.c
14763            ! perlsfio.h perly.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
14764            ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
14765            ! sv.c taint.c thrdvar.h thread.h toke.c universal.c utf8.c
14766            ! util.c win32/Makefile win32/makefile.mk writemain.SH
14767 ____________________________________________________________________________
14768 [  3523] By: gsar                                  on 1999/06/07  05:24:13
14769         Log: missed a file
14770      Branch: perl
14771            + proto.pl
14772            ! MANIFEST
14773 ____________________________________________________________________________
14774 [  3522] By: gsar                                  on 1999/06/07  05:18:34
14775         Log: initial stub implementation of implicit thread/this
14776              pointer    argument; builds/tests on Solaris, win32
14777              hasn't been fixed up yet; proto.h, global.sym and
14778              static function decls are now generated from a common
14779              database in proto.pl; some inconsistently named
14780              perl_foo() things are now Perl_foo(), compatibility
14781              #defines provided; perl_foo() (lowercase 'p') reserved
14782              for functions that take an explicit context argument;
14783              next step: generate #define foo(a,b) Perl_foo(aTHX_ a,b)
14784      Branch: perl
14785            ! XSUB.h av.c cop.h deb.c doio.c doop.c dump.c ebcdic.c embed.h
14786            ! embed.pl ext/POSIX/POSIX.xs global.sym globals.c gv.c gv.h
14787            ! hv.c malloc.c mg.c miniperlmain.c objXSUB.h op.c opcode.h
14788            ! opcode.pl perl.c perl.h perl_exp.SH perlio.c perly.c perly.y
14789            ! pp.c pp.sym pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h
14790            ! regcomp.c regexec.c run.c scope.c scope.h sv.c taint.c toke.c
14791            ! universal.c utf8.c util.c
14792 ____________________________________________________________________________
14793 [  3521] By: gsar                                  on 1999/06/04  23:00:22
14794         Log: clean up some stray "global" symbols
14795      Branch: perl
14796            ! embed.h embed.pl global.sym objXSUB.h opcode.pl pp.sym
14797            ! pp_proto.h proto.h
14798 ____________________________________________________________________________
14799 [  3520] By: jhi                                   on 1999/06/02  21:33:28
14800         Log: Integrate from mainperl.
14801      Branch: cfgperl
14802           !> (integrate 94 files)
14803 ____________________________________________________________________________
14804 [  3519] By: gsar                                  on 1999/06/02  07:16:10
14805         Log: avoid dereferencing null pointer from getpwent() et al
14806      Branch: perl
14807            ! pp_sys.c
14808 ____________________________________________________________________________
14809 [  3518] By: gsar                                  on 1999/06/02  04:47:10
14810         Log: remove _() non-ansism
14811      Branch: perl
14812            ! Porting/config_H XSUB.h config_h.SH cv.h doio.c doop.c
14813            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/byteperl.c
14814            ! ext/ByteLoader/ByteLoader.xs ext/Data/Dumper/Dumper.xs
14815            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dlopen.xs
14816            ! ext/DynaLoader/dl_vmesa.xs ext/IO/poll.h ext/IPC/SysV/SysV.xs
14817            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
14818            ! ext/re/re.xs handy.h hv.c iperlsys.h
14819            ! jpl/PerlInterpreter/PerlInterpreter.c lib/ExtUtils/Embed.pm
14820            ! malloc.c mg.c mg.h minimod.pl miniperlmain.c op.c op.h
14821            ! opcode.h opcode.pl os2/POSIX.mkfifo perl.c perl.h
14822            ! plan9/config.plan9 pod/perlembed.pod pod/perlguts.pod pp.c
14823            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c run.c
14824            ! scope.h sv.c sv.h thread.h toke.c util.c vms/sockadapt.h
14825            ! vms/vmsish.h vms/writemain.pl vos/config.h
14826            ! vos/config_h.SH_orig win32/GenCAPI.pl win32/config_H.bc
14827            ! win32/config_H.gc win32/config_H.vc win32/makemain.pl
14828            ! win32/perllib.c win32/runperl.c win32/win32.h
14829            ! win32/win32thread.h writemain.SH x2p/a2p.c x2p/a2p.h x2p/a2p.y
14830            ! x2p/hash.h x2p/str.h x2p/util.h x2p/walk.c
14831 ____________________________________________________________________________
14832 [  3517] By: gsar                                  on 1999/06/02  02:17:51
14833         Log: missed a few files
14834      Branch: perl
14835            ! ext/POSIX/POSIX.xs jpl/JNI/JNI.xs
14836 ____________________________________________________________________________
14837 [  3516] By: gsar                                  on 1999/06/02  01:37:33
14838         Log: integrate cfgperl contents into mainline
14839      Branch: perl
14840           +> ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
14841           +> ext/ByteLoader/byterun.h
14842            - bytecode.h byterun.c byterun.h
14843            ! Changes
14844           !> (integrate 58 files)
14845 ____________________________________________________________________________
14846 [  3515] By: gsar                                  on 1999/06/02  00:48:50
14847         Log: remove stray K&R-isms
14848      Branch: perl
14849            ! ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
14850            ! ext/SDBM_File/sdbm/dbe.c ext/SDBM_File/sdbm/dbm.c
14851            ! ext/SDBM_File/sdbm/dbu.c mg.c op.c pp_ctl.c pp_sys.c sv.c
14852            ! toke.c util.c win32/win32.c x2p/hash.c
14853 ____________________________________________________________________________
14854 [  3514] By: gsar                                  on 1999/06/01  15:55:55
14855         Log: change#3447 didn't do enough to exempt Foo->bar(qw/.../) from
14856              strict 'subs'
14857      Branch: perl
14858            ! op.c t/pragma/strict-subs
14859 ____________________________________________________________________________
14860 [  3513] By: jhi                                   on 1999/06/01  07:17:05
14861         Log: Patch applying of #3499 had gone awry.
14862      Branch: cfgperl
14863            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.h
14864 ____________________________________________________________________________
14865 [  3512] By: gsar                                  on 1999/05/31  19:21:30
14866         Log: tighter -help output
14867      Branch: perl
14868            ! perl.c
14869 ____________________________________________________________________________
14870 [  3511] By: gsar                                  on 1999/05/31  17:18:23
14871         Log: fix memory leak in C<eval 'return sub {...}'>
14872      Branch: perl
14873            ! embed.h embed.pl objXSUB.h pp_ctl.c proto.h
14874 ____________________________________________________________________________
14875 [  3510] By: gsar                                  on 1999/05/31  14:11:46
14876         Log: tweak C++isms
14877      Branch: perl
14878            ! win32/dl_win32.xs win32/win32.c
14879 ____________________________________________________________________________
14880 [  3509] By: jhi                                   on 1999/05/30  13:02:26
14881         Log: Cleanup of #3488.
14882      Branch: cfgperl
14883            ! Configure config_h.SH
14884 ____________________________________________________________________________
14885 [  3508] By: jhi                                   on 1999/05/30  11:16:01
14886         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14887              To: Mailing list Perl5 <perl5-porters@perl.org>
14888              Subject: [PATCH 5.005_57] Teach Socket and io_unix.t the syntax of OS/2
14889              Date: Sat, 29 May 1999 20:18:13 -0400
14890              Message-ID: <19990529201813.B9489@monk.mps.ohio-state.edu>
14891      Branch: cfgperl
14892            ! ext/Socket/Socket.xs os2/os2ish.h t/lib/io_unix.t
14893 ____________________________________________________________________________
14894 [  3507] By: jhi                                   on 1999/05/29  20:05:40
14895         Log: From: Mark-Jason Dominus <mjd@plover.com>
14896              To: perl5-porters@perl.com
14897              Subject: PATCH (5.005_57): Document use of `SPECIAL' flag for `pushre':
14898              Date: Sat, 29 May 1999 14:45:10 -0400
14899              Message-ID: <19990529184510.27557.qmail@plover.com>
14900      Branch: cfgperl
14901            ! op.h
14902 ____________________________________________________________________________
14903 [  3506] By: gsar                                  on 1999/05/29  16:49:39
14904         Log: avoid gv_check() recursive pit
14905      Branch: perl
14906            ! gv.c
14907 ____________________________________________________________________________
14908 [  3505] By: jhi                                   on 1999/05/29  11:38:16
14909         Log: From: jan.dubois@ibm.net (Jan Dubois)
14910              To: Gurusamy Sarathy <gsar@activestate.com>
14911              Cc: perl5-porters@perl.org
14912              Subject: [PATCH 5.005_57]Safeguard against unimplemented functions in pwuid.t and grent.t
14913              Date: Sat, 29 May 1999 08:46:22 +0200
14914              Message-ID: <374f8007.2016008@smtp1.ibm.net>
14915      Branch: cfgperl
14916            ! t/op/grent.t t/op/pwent.t
14917 ____________________________________________________________________________
14918 [  3504] By: jhi                                   on 1999/05/29  11:07:10
14919         Log: QNX needs <sys/select.h> to define fd_set.
14920              
14921              From: Norton Allen <allen@huarp.harvard.edu>
14922              To: perl5-porters@perl.org
14923              Subject: [19990526.016] Not OK: perl 5.00503 on x86-qnx 424
14924              Date:  Wed, 26 May 1999 13:51:27 -0400 (EDT)
14925              Message-Id:  <199905261751.NAA20966@bottesini.harvard.edu>
14926      Branch: cfgperl
14927            ! ext/IO/poll.c
14928 ____________________________________________________________________________
14929 [  3503] By: jhi                                   on 1999/05/29  10:53:31
14930         Log: From: jan.dubois@ibm.net (Jan Dubois)
14931              To: Gurusamy Sarathy <gsar@activestate.com>, perl5-porters@perl.org
14932              Subject: [PATCH all versions] (was Re: Unitialized Value Complaints in Math::BigFloat)
14933              Date: Fri, 28 May 1999 20:14:35 +0200
14934              Message-ID: <3751daa4.7188847@smtp1.ibm.net>
14935      Branch: cfgperl
14936            ! lib/Math/BigFloat.pm
14937 ____________________________________________________________________________
14938 [  3502] By: jhi                                   on 1999/05/29  10:44:44
14939         Log: Make Configure support the change #3367,
14940              SysV shadow passwords.
14941      Branch: cfgperl
14942            ! Configure config_h.SH pp_sys.c
14943 ____________________________________________________________________________
14944 [  3501] By: gsar                                  on 1999/05/28  21:22:23
14945         Log: add wide versions of win32 system calls (first step in
14946              globalization); delayload winsock for performance if compiling
14947              with VC 6.0
14948      Branch: perl
14949            ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
14950            ! win32/win32.c win32/win32.h
14951 ____________________________________________________________________________
14952 [  3500] By: jhi                                   on 1999/05/28  21:17:24
14953         Log: The new t/lib/io_linenum.t was using stricture
14954              before @INC was set up.
14955      Branch: cfgperl
14956            ! t/lib/io_linenum.t
14957 ____________________________________________________________________________
14958 [  3499] By: jhi                                   on 1999/05/28  17:13:23
14959         Log: From: Tom Hughes <tom@compton.nu>
14960              To: perl5-porters@perl.org
14961              Subject: [PATCH 5.005_57] ByteLoader mark 2
14962              Date: Wed, 26 May 1999 23:59:49 +0100
14963              Message-ID: <bf337a0849.tom@compton.compton.nu>
14964              
14965              plus resolve tiny conflict with #3479
14966              plus regen_headers.
14967      Branch: cfgperl
14968            + ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
14969            + ext/ByteLoader/byterun.h
14970            - bytecode.h byterun.c byterun.h
14971            ! MANIFEST Makefile.SH bytecode.pl embed.h embedvar.h ext/B/B.pm
14972            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/Makefile.PL
14973            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
14974            ! ext/ByteLoader/Makefile.PL global.sym intrpvar.h objXSUB.h
14975            ! perl.h perlvars.h proto.h util.c utils/Makefile
14976 ____________________________________________________________________________
14977 [  3498] By: jhi                                   on 1999/05/28  16:53:04
14978         Log: From: Mark-Jason Dominus <mjd@plover.com>
14979              To: perl5-porters@perl.com
14980              Subject: PATCH (5.005_57): defined(@a) now deprecated
14981              Date: Thu, 27 May 1999 16:05:44 -0400
14982              Message-ID: <19990527200544.13330.qmail@plover.com>
14983      Branch: cfgperl
14984            ! lib/Carp.pm op.c opcode.h opcode.pl pod/perldelta.pod
14985            ! pod/perldiag.pod pod/perlfunc.pod pp_proto.h t/pragma/warn/op
14986 ____________________________________________________________________________
14987 [  3497] By: jhi                                   on 1999/05/28  16:50:54
14988         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14989              To: perl5-porters@perl.org (Mailing list Perl5)
14990              Subject: [PATCH 5.00557] Cosmetic OS/2-related patches
14991              Date: Fri, 28 May 1999 12:13:00 -0400 (EDT)
14992              Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu>
14993      Branch: cfgperl
14994            ! MANIFEST Makefile.SH ext/POSIX/POSIX.xs hints/os2.sh
14995            ! os2/Makefile.SHs t/io/pipe.t t/lib/io_sock.t
14996 ____________________________________________________________________________
14997 [  3496] By: jhi                                   on 1999/05/28  16:48:39
14998         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14999              To: perl5-porters@perl.org (Mailing list Perl5)
15000              Subject: [PATCH 5.00557] Required OS/2-related patches
15001              Date: Fri, 28 May 1999 12:11:48 -0400 (EDT)
15002              Message-Id: <199905281611.MAA02037@monk.mps.ohio-state.edu>
15003      Branch: cfgperl
15004            ! os2/os2.c t/lib/bigfloatpm.t t/lib/io_unix.t t/op/groups.t
15005            ! t/op/stat.t util.c
15006 ____________________________________________________________________________
15007 [  3495] By: jhi                                   on 1999/05/28  16:45:56
15008         Log: From: Paul Johnson <pjcj@transeda.com>
15009              To: perl5-porters <perl5-porters@perl.org>
15010              Subject: [PATCH 5.005_57] Provide more useful test okay percentage
15011              Date: Fri, 28 May 1999 15:13:54 +0100
15012              Message-ID: <19990528151354.B289@west-tip.transeda.com>
15013      Branch: cfgperl
15014            ! t/TEST
15015 ____________________________________________________________________________
15016 [  3494] By: jhi                                   on 1999/05/28  16:44:34
15017         Log: From: Paul Johnson <pjcj@transeda.com>
15018              To: perl5-porters <perl5-porters@perl.org>
15019              Subject: [PATCH 5.005_57] Fixes related to working local $.
15020              Date: Fri, 28 May 1999 15:11:18 +0100
15021              Message-ID: <19990528151118.A289@west-tip.transeda.com>
15022      Branch: cfgperl
15023            ! ext/IO/lib/IO/Handle.pm pod/perlvar.pod t/lib/io_linenum.t
15024 ____________________________________________________________________________
15025 [  3493] By: gsar                                  on 1999/05/28  16:37:26
15026         Log: change#3449 wasn't doing enough
15027      Branch: perl
15028            ! op.c t/comp/proto.t
15029 ____________________________________________________________________________
15030 [  3492] By: jhi                                   on 1999/05/28  08:12:23
15031         Log: From: paul.marquess@bt.com
15032              To: doughera@lafayette.edu
15033              Cc: perl5-porters@perl.org
15034              Subject: RE: [19990527.002] DBM Filters in _57 cause problems in NDBM_File
15035              Date: Thu, 27 May 1999 23:31:38 +0100
15036              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C03@mbtlipnt02.btlabs.bt.co.uk>
15037              
15038              Had to be applied manually; some mailer had munged the patch slightly.
15039      Branch: cfgperl
15040            ! ext/NDBM_File/NDBM_File.xs
15041 ____________________________________________________________________________
15042 [  3491] By: jhi                                   on 1999/05/28  07:51:17
15043         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
15044              To: perl5-porters@perl.org
15045              Subject: [PATCH 5.005_57] fixing eval in the compiler
15046              Date: Thu, 27 May 1999 07:56:54 -0700
15047              Message-ID: <JDIKFDKKLGHHBAAA@my-deja.com>
15048      Branch: cfgperl
15049            ! cc_runtime.h scope.h
15050 ____________________________________________________________________________
15051 [  3490] By: jhi                                   on 1999/05/28  07:47:06
15052         Log: From: Andy Dougherty <doughera@lafayette.edu>
15053              To: perlbug@perl.com
15054              Cc: Jarkko Hietaniemi <jhi@iki.fi>
15055              Subject: [PATCH] Configure updates for ISC 4.1
15056              Date: Thu, 27 May 1999 15:19:21 -0400 (EDT)
15057              Message-Id: <Pine.GSU.4.05.9905271513500.22115-100000@newton.phys>
15058      Branch: cfgperl
15059            ! Configure config_h.SH
15060 ____________________________________________________________________________
15061 [  3489] By: jhi                                   on 1999/05/28  07:39:17
15062         Log: Integrate from mainperl.
15063      Branch: cfgperl
15064           !> malloc.c win32/makedef.pl win32/win32.c
15065 ____________________________________________________________________________
15066 [  3488] By: jhi                                   on 1999/05/27  16:57:19
15067         Log: From: Andy Dougherty <doughera@lafayette.edu>
15068              To: Perl Porters <perl5-porters@perl.org>
15069              Subject: [PATCH] Re: 5.005_57 NOT OK on SunOS 4.1.3
15070              Date: Thu, 27 May 1999 12:26:28 -0400 (EDT)
15071              Message-Id: <Pine.GSU.4.05.9905271120230.22115-100000@newton.phys>
15072      Branch: cfgperl
15073            ! Configure config_h.SH hints/sunos_4_1.sh util.c
15074 ____________________________________________________________________________
15075 [  3487] By: gsar                                  on 1999/05/27  03:56:20
15076         Log: make win32_spawnvp() inherit standard handles even when they
15077              may be redirected
15078      Branch: perl
15079            ! win32/win32.c
15080 ____________________________________________________________________________
15081 [  3486] By: jhi                                   on 1999/05/26  19:55:52
15082         Log: From: Andy Dougherty <doughera@lafayette.edu>
15083              To: perl5-porters@perl.org
15084              Subject: Re: BUG -> [19990526.004] perl5.005_57 error in util.c on sun4-solaris2.6
15085              Date: Wed, 26 May 1999 14:49:52 -0400 (EDT)
15086              Message-Id: <Pine.GSU.4.05.9905261448310.19172-100000@newton.phys>
15087      Branch: cfgperl
15088            ! util.c
15089 ____________________________________________________________________________
15090 [  3485] By: chip                                  on 1999/05/26  17:19:11
15091         Log: Look for Linux FILE structure in libio.h, for glibc-2.1.
15092      Branch: maint-5.004/perl
15093            ! Configure
15094 ____________________________________________________________________________
15095 [  3484] By: gsar                                  on 1999/05/26  01:56:28
15096         Log: fix missing exported symbol
15097      Branch: perl
15098            ! malloc.c win32/makedef.pl
15099 ____________________________________________________________________________
15100 [  3483] By: jhi                                   on 1999/05/25  23:08:07
15101         Log: Configure -Dopenbsd_distribution to build for the OpenBSD tree.
15102              
15103              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
15104              To: perlbug@perl.com
15105              Subject: OpenBSD hints file update
15106              Date: Tue, 25 May 1999 12:12:38 -0600 (MDT)
15107              Message-Id: <199905251812.MAA06032@xerxes.courtesan.com>
15108      Branch: cfgperl
15109            ! hints/openbsd.sh
15110 ____________________________________________________________________________
15111 [  3482] By: jhi                                   on 1999/05/25  23:01:25
15112         Log: From: Tom Hughes <tom@compton.nu>
15113              To: perl5-porters@perl.org
15114              Subject: [PATCH 5.005_57] Make Configure recognise glibc 2.1 stdio
15115              Date: Tue, 25 May 1999 23:10:23 +0100
15116              Message-ID: <1ed7f10749.tom@compton.compton.nu>
15117      Branch: cfgperl
15118            ! Configure config_h.SH
15119 ____________________________________________________________________________
15120 [  3481] By: jhi                                   on 1999/05/25  22:31:50
15121         Log: 3479, 3480, 3481 seems logical.
15122      Branch: cfgperl
15123           !> hints/aix.sh
15124 ____________________________________________________________________________
15125 [  3480] By: jhi                                   on 1999/05/25  22:13:39
15126         Log: The change #3479 wasn't perfect.
15127      Branch: perl
15128            ! hints/aix.sh
15129 ____________________________________________________________________________
15130 [  3479] By: jhi                                   on 1999/05/25  21:59:21
15131         Log: Cures for _57 in AIX 4.1.5.0.
15132              (1) The lddlflags lost its -lc by change #3660
15133              (and the politeness of change #3257).
15134              (2) optype_size must end up in perl.exp (as PL_optype_size).
15135              Added it to perlvars.h, fixed bytecode.pl,
15136              regen'ed the relevant headers.
15137      Branch: cfgperl
15138            ! bytecode.h bytecode.pl byterun.h embed.h embedvar.h objXSUB.h
15139            ! perlvars.h
15140      Branch: perl
15141            ! hints/aix.sh
15142 ____________________________________________________________________________
15143 [  3478] By: jhi                                   on 1999/05/25  20:13:47
15144         Log: Integrate from mainperl.
15145      Branch: cfgperl
15146           +> pod/perltootc.pod
15147           !> (integrate 101 files)
15148 ____________________________________________________________________________
15149 [  3477] By: gsar                                  on 1999/05/25  10:43:48
15150         Log: here be 5.005_57
15151      Branch: perl
15152            ! Changes MANIFEST Porting/makerel
15153           !> Changes5.005
15154
15155 ----------------
15156 Version 5.005_57
15157 ----------------
15158
15159 ____________________________________________________________________________
15160 [  3476] By: gsar                                  on 1999/05/25  09:23:43
15161         Log: up patchlevel &c
15162      Branch: perl
15163            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
15164            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15165            ! win32/makefile.mk
15166 ____________________________________________________________________________
15167 [  3475] By: gsar                                  on 1999/05/25  09:14:51
15168         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15169              Date: Tue, 25 May 1999 02:42:23 -0400 (EDT)
15170              Message-Id: <199905250642.CAA06208@monk.mps.ohio-state.edu>
15171              Subject: [PATCH 5.005_56] REx engine improvements
15172      Branch: perl
15173            ! embedvar.h mg.c objXSUB.h pp.c pp_ctl.c pp_hot.c regcomp.c
15174            ! regexec.c regexp.h t/op/pat.t t/op/re_tests t/op/regexp.t
15175            ! thrdvar.h util.c
15176 ____________________________________________________________________________
15177 [  3474] By: gsar                                  on 1999/05/25  08:39:56
15178         Log: test case for change#3470
15179      Branch: perl
15180            ! t/lib/bigintpm.t
15181 ____________________________________________________________________________
15182 [  3473] By: gsar                                  on 1999/05/25  08:36:52
15183         Log: perlport 1.43 update from Chris Nandor and Tom Christiansen
15184      Branch: perl
15185            ! Changes pod/perlport.pod
15186 ____________________________________________________________________________
15187 [  3472] By: gsar                                  on 1999/05/25  08:28:57
15188         Log: assorted tweaks
15189      Branch: perl
15190            ! doio.c iperlsys.h win32/config.bc win32/config.gc
15191            ! win32/config.vc win32/config_H.bc win32/config_H.gc
15192            ! win32/config_H.vc win32/makedef.pl
15193 ____________________________________________________________________________
15194 [  3471] By: gsar                                  on 1999/05/25  06:06:04
15195         Log: perlref update from Tom Christiansen
15196      Branch: perl
15197            ! pod/perlref.pod
15198 ____________________________________________________________________________
15199 [  3470] By: gsar                                  on 1999/05/25  06:03:27
15200         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15201              Date: Mon, 24 May 1999 17:43:56 -0400
15202              Message-ID: <19990524174356.A1944@monk.mps.ohio-state.edu>
15203              Subject: [PATCH 5.005_*] hv.c calling negative malloc()
15204      Branch: perl
15205            ! hv.c
15206 ____________________________________________________________________________
15207 [  3469] By: gsar                                  on 1999/05/25  05:59:22
15208         Log: avoid temporary files that have a constant name (from a suggestion
15209              by Anthony J. Lill <ajlill@ajlc.waterloo.on.ca>)
15210      Branch: perl
15211            ! lib/ExtUtils/MM_Unix.pm
15212 ____________________________________________________________________________
15213 [  3468] By: gsar                                  on 1999/05/25  05:54:29
15214         Log: From: pvhp@forte.com (Peter Prymmer)
15215              Date: Mon, 24 May 99 11:20:25 PDT
15216              Message-Id: <9905241820.AA28071@forte.com>
15217              Subject: [PATCH: _56 and _03]EBCDIC %HTML_Escapes for Pod::Text, plus sync patch.
15218      Branch: perl
15219            ! lib/Pod/Text.pm
15220 ____________________________________________________________________________
15221 [  3467] By: gsar                                  on 1999/05/25  04:08:50
15222         Log: fix glob() bug that resulted in missing symlinks that don't point
15223              anywhere
15224      Branch: perl
15225            ! pp_hot.c
15226 ____________________________________________________________________________
15227 [  3466] By: gsar                                  on 1999/05/25  03:00:00
15228         Log: avoid enumerating @INC contents in diagnostic if @INC was never
15229              searched
15230      Branch: perl
15231            ! pod/perldiag.pod pp_ctl.c
15232 ____________________________________________________________________________
15233 [  3465] By: gsar                                  on 1999/05/25  02:24:08
15234         Log: add caveat about close(PIPE) carelessness
15235      Branch: perl
15236            ! pod/perlfunc.pod
15237 ____________________________________________________________________________
15238 [  3464] By: gsar                                  on 1999/05/24  23:55:53
15239         Log: fix bogus line numbers for void context warnings
15240              (change#2548 was overeager)
15241      Branch: perl
15242            ! op.c
15243 ____________________________________________________________________________
15244 [  3463] By: gsar                                  on 1999/05/24  23:31:58
15245         Log: change#3455 had a typo
15246      Branch: perl
15247            ! pp_ctl.c
15248 ____________________________________________________________________________
15249 [  3462] By: gsar                                  on 1999/05/24  17:32:20
15250         Log: more pod updates from Tom Christiansen; regen perltoc
15251      Branch: perl
15252            ! pod/perl.pod pod/perldelta.pod pod/perlmod.pod pod/perlobj.pod
15253            ! pod/perlre.pod pod/perltoc.pod pod/perlvar.pod
15254 ____________________________________________________________________________
15255 [  3461] By: gsar                                  on 1999/05/24  07:41:32
15256         Log: perlmod notes from Damian Conway (via Tom Christiansen)
15257      Branch: perl
15258            ! pod/perlmod.pod
15259 ____________________________________________________________________________
15260 [  3460] By: gsar                                  on 1999/05/24  07:24:11
15261         Log: major pod update from Tom Christiansen
15262      Branch: perl
15263            + pod/perltootc.pod
15264            ! MANIFEST lib/Pod/Functions.pm pod/Makefile pod/buildtoc
15265            ! pod/perl.pod pod/perl5004delta.pod pod/perlcall.pod
15266            ! pod/perldata.pod pod/perldebug.pod pod/perldelta.pod
15267            ! pod/perldsc.pod pod/perlfunc.pod pod/perlipc.pod
15268            ! pod/perllol.pod pod/perlmod.pod pod/perlmodinstall.pod
15269            ! pod/perlmodlib.pod pod/perlobj.pod pod/perlop.pod
15270            ! pod/perlopentut.pod pod/perlpod.pod pod/perlport.pod
15271            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod pod/perlsec.pod
15272            ! pod/perlsub.pod pod/perlsyn.pod pod/perlthrtut.pod
15273            ! pod/perltie.pod pod/perltrap.pod pod/perlvar.pod
15274            ! pod/perlxs.pod pod/pod2man.PL
15275 ____________________________________________________________________________
15276 [  3459] By: gsar                                  on 1999/05/24  06:26:48
15277         Log: perlfaq update from Tom Christiansen
15278      Branch: perl
15279            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
15280            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
15281            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
15282            ! pod/perlfaq9.pod
15283 ____________________________________________________________________________
15284 [  3458] By: gsar                                  on 1999/05/24  05:55:11
15285         Log: updated to v1.50 from CPAN
15286      Branch: perl
15287            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
15288 ____________________________________________________________________________
15289 [  3457] By: gsar                                  on 1999/05/24  05:46:20
15290         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15291              Date: Sun, 23 May 1999 16:35:07 +0100
15292              Message-Id: <199905231535.QAA00032@crypt.compulink.co.uk>
15293              Subject: [PATCH 5.005_56] name PL_in_eval bits
15294      Branch: perl
15295            ! cop.h op.c perl.c pp_ctl.c toke.c util.c
15296 ____________________________________________________________________________
15297 [  3456] By: gsar                                  on 1999/05/24  05:18:06
15298         Log: make -t mode the default on emacs/dumb terminals
15299      Branch: perl
15300            ! Changes utils/perldoc.PL
15301 ____________________________________________________________________________
15302 [  3455] By: gsar                                  on 1999/05/24  05:05:19
15303         Log: return 0 rather than "" when scalar grep has nothing to iterate
15304              on (brings behavior in line with documentation)
15305      Branch: perl
15306            ! pp_ctl.c
15307 ____________________________________________________________________________
15308 [  3454] By: gsar                                  on 1999/05/24  04:52:52
15309         Log: From: Tim Jenness <t.jenness@jach.hawaii.edu>
15310              Date: Thu, 20 May 1999 13:27:02 -1000
15311              Message-Id: <E10kcDN-0007TA-00@lapaki>
15312              Subject: Problem with MM_Unix in 5.005_03
15313      Branch: perl
15314            ! lib/ExtUtils/MM_Unix.pm
15315 ____________________________________________________________________________
15316 [  3453] By: gsar                                  on 1999/05/24  04:39:49
15317         Log: avoid removing duplicates in user-generated warnings
15318              From: byron@omix.com (Byron Brummer)
15319              Date: Thu, 20 May 1999 04:01:17 -0700 (PDT)
15320              Message-Id: <199905201101.EAA91175@thrush.omix.com>
15321              Subject: [PATCH] Re: warn buffers/loses output in ?? - 5.005_03
15322      Branch: perl
15323            ! lib/diagnostics.pm
15324 ____________________________________________________________________________
15325 [  3452] By: gsar                                  on 1999/05/24  04:23:10
15326         Log: straighten some code to avoid NeXT compiler bugs (from
15327              Geoff Kuenning <geoff@cs.hmc.edu>)
15328      Branch: perl
15329            ! pp_ctl.c
15330 ____________________________________________________________________________
15331 [  3451] By: gsar                                  on 1999/05/24  03:03:05
15332         Log: minor logic tweak for reserved word warning
15333      Branch: perl
15334            ! lib/Test/Harness.pm toke.c
15335 ____________________________________________________________________________
15336 [  3450] By: gsar                                  on 1999/05/24  02:34:20
15337         Log: oops, some files missing in change#3449
15338      Branch: perl
15339            ! op.c op.h toke.c
15340 ____________________________________________________________________________
15341 [  3449] By: gsar                                  on 1999/05/24  02:33:12
15342         Log: allow '*' prototype to autoquote even barewords that happen to be
15343              function names; parens or ampersand continue to force the other
15344              interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;>
15345              do the right thing, for example
15346      Branch: perl
15347            ! t/comp/proto.t
15348 ____________________________________________________________________________
15349 [  3448] By: gsar                                  on 1999/05/24  01:51:24
15350         Log: remove vestiges of PL_last_proto
15351      Branch: perl
15352            ! embedvar.h intrpvar.h objXSUB.h
15353 ____________________________________________________________________________
15354 [  3447] By: gsar                                  on 1999/05/24  01:49:20
15355         Log: redo change#2061 and parts of change#1169 with code in the
15356              parser; PL_last_proto hackery gone, strict 'subs' in now
15357              implemented in the optimizer where specifying the exceptional
15358              cases is much more robust; '*' (bareword) prototype now works
15359              reliably when used in second and subsequent arguments
15360      Branch: perl
15361            ! dump.c embed.h embed.pl objXSUB.h op.c op.h proto.h toke.c
15362 ____________________________________________________________________________
15363 [  3446] By: gsar                                  on 1999/05/23  05:00:55
15364         Log: remove redundant part of change#1169 superceded by change#2061;
15365              avoid "future reserved word" warning on prototypical bearwords
15366      Branch: perl
15367            ! t/lib/fatal.t toke.c
15368 ____________________________________________________________________________
15369 [  3445] By: gsar                                  on 1999/05/21  23:36:49
15370         Log: s/isspace/isSPACE/g and make sure the CRT version is always
15371              passed an unsigned char (fixes random occurrence of spaces in
15372              arguments containing high-bit chars passed to spawned children,
15373              on win32)
15374      Branch: perl
15375            ! ext/SDBM_File/sdbm/dbe.c win32/perlhost.h win32/win32.c
15376 ____________________________________________________________________________
15377 [  3444] By: gsar                                  on 1999/05/21  23:08:55
15378         Log: integrate Configure changes from cfgperl
15379      Branch: perl
15380           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
15381           !> config_h.SH
15382 ____________________________________________________________________________
15383 [  3443] By: jhi                                   on 1999/05/21  22:00:56
15384         Log: Integrate from mainperl.
15385      Branch: cfgperl
15386           !> Changes doop.c ext/SDBM_File/sdbm/dba.c
15387           !> ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbe.c os2/os2.c
15388           !> perl.h pod/perldiag.pod pod/perlport.pod pp.c t/comp/proto.t
15389           !> win32/perlhost.h win32/win32.c x2p/walk.c
15390 ____________________________________________________________________________
15391 [  3442] By: jhi                                   on 1999/05/21  21:59:46
15392         Log: fflush.
15393      Branch: cfgperl
15394            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15395            ! config_h.SH
15396 ____________________________________________________________________________
15397 [  3441] By: gsar                                  on 1999/05/21  17:48:55
15398         Log: integrate cfgperl changes
15399      Branch: perl
15400           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
15401           !> config_h.SH hints/sunos_4_1.sh installperl
15402 ____________________________________________________________________________
15403 [  3440] By: gsar                                  on 1999/05/21  17:42:49
15404         Log: test tweak
15405      Branch: perl
15406            ! t/comp/proto.t
15407 ____________________________________________________________________________
15408 [  3439] By: gsar                                  on 1999/05/21  17:31:26
15409         Log: fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.
15410              (Configure fflush(NULL) detection seems broken on Solaris, which
15411              is why I hit the problem)
15412      Branch: perl
15413            ! Changes perl.h
15414 ____________________________________________________________________________
15415 [  3438] By: gsar                                  on 1999/05/20  16:41:01
15416         Log: perlport 1.41 update from Chris Nandor <pudge@pobox.com>
15417      Branch: perl
15418            ! pod/perlport.pod
15419 ____________________________________________________________________________
15420 [  3437] By: jhi                                   on 1999/05/20  07:14:39
15421         Log: Patches to fflushing in SunOS 4 from Andy Dougherty
15422              (via private email).
15423      Branch: cfgperl
15424            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15425            ! config_h.SH hints/sunos_4_1.sh
15426 ____________________________________________________________________________
15427 [  3436] By: gsar                                  on 1999/05/20  05:18:26
15428         Log: various little nits
15429      Branch: perl
15430            ! doop.c ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
15431            ! ext/SDBM_File/sdbm/dbe.c os2/os2.c pod/perldiag.pod pp.c
15432            ! win32/perlhost.h win32/win32.c x2p/walk.c
15433 ____________________________________________________________________________
15434 [  3435] By: jhi                                   on 1999/05/18  16:25:49
15435         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15436              To: perl5-porters@perl.org
15437              Subject: installperl
15438              Date: Fri, 14 May 1999 21:34:58 +0100
15439              Message-Id: <199905142034.VAA00865@crypt.compulink.co.uk>
15440      Branch: cfgperl
15441            ! installperl
15442 ____________________________________________________________________________
15443 [  3434] By: jhi                                   on 1999/05/17  21:25:54
15444         Log: Integrate from mainperl.
15445      Branch: cfgperl
15446           +> lib/ExtUtils/MM_Cygwin.pm
15447            - cygwin32/impure_ptr.c
15448           !> MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
15449           !> cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
15450           !> ext/POSIX/POSIX.xs gv.c hints/cygwin32.sh installman
15451           !> installperl perl.h pod/perldiag.pod pp.c pp_hot.c util.c
15452           !> x2p/find2perl.PL
15453 ____________________________________________________________________________
15454 [  3433] By: gsar                                  on 1999/05/17  09:49:01
15455         Log: integrate cfgperl changes into mainline
15456      Branch: perl
15457           !> Configure INSTALL config_h.SH configure.com embed.h
15458           !> ext/Devel/Peek/Peek.xs ext/Socket/Socket.xs global.sym
15459           !> hints/dec_osf.sh objXSUB.h perl.h pod/perldiag.pod proto.h
15460           !> util.c
15461 ____________________________________________________________________________
15462 [  3432] By: gsar                                  on 1999/05/17  09:06:45
15463         Log: emit more appropriate diagnostic for failed glob (variant
15464              of patch suggested by Graham Barr)
15465      Branch: perl
15466            ! gv.c pod/perldiag.pod pp.c pp_hot.c
15467 ____________________________________________________________________________
15468 [  3431] By: gsar                                  on 1999/05/17  08:38:09
15469         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
15470              Date: Thu, 13 May 1999 22:18:43 -0600 (MDT)
15471              Message-Id: <199905140418.WAA18826@xerxes.courtesan.com>
15472              Subject: find2perl does not grok the 'c' suffix to the -size argument
15473      Branch: perl
15474            ! x2p/find2perl.PL
15475 ____________________________________________________________________________
15476 [  3430] By: gsar                                  on 1999/05/17  08:26:21
15477         Log: additional cleanups for cygwin32 port
15478              From: "Fifer, Eric" <EFifer@sanwaint.com>
15479              Date: Wed, 12 May 1999 20:25:54 +0100
15480              Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST>
15481              Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port
15482      Branch: perl
15483            + lib/ExtUtils/MM_Cygwin.pm
15484            - cygwin32/impure_ptr.c
15485            ! MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
15486            ! cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
15487            ! ext/POSIX/POSIX.xs hints/cygwin32.sh installman installperl
15488            ! perl.h util.c
15489 ____________________________________________________________________________
15490 [  3429] By: gsar                                  on 1999/05/17  08:01:04
15491         Log: From: Andy Dougherty <doughera@lafayette.edu>
15492              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
15493              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
15494              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
15495      Branch: perl
15496            ! INSTALL
15497 ____________________________________________________________________________
15498 [  3428] By: jhi                                   on 1999/05/17  07:03:26
15499         Log: Integrate from mainperl modulo the Socket.xs change.
15500      Branch: cfgperl
15501           !> ext/Socket/Socket.xs op.c win32/include/sys/socket.h
15502           !> win32/win32.c win32/win32.h
15503 ____________________________________________________________________________
15504 [  3427] By: jhi                                   on 1999/05/16  22:09:11
15505         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15506              To: perl5-porters@perl.org (Mailing list Perl5)
15507              Subject: [PATCH 5.005_56] Devel::Peek::mstat not working
15508              Date: Sun, 16 May 1999 01:28:18 -0400 (EDT)
15509              Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu>
15510      Branch: cfgperl
15511            ! ext/Devel/Peek/Peek.xs
15512 ____________________________________________________________________________
15513 [  3426] By: jhi                                   on 1999/05/16  22:07:11
15514         Log: From: Mark-Jason Dominus <mjd@plover.com>
15515              To: perl5-porters@perl.com
15516              Subject: DOC PATCH (5.005_55): Error message missing from perldiag.pod
15517              Date: Sat, 15 May 1999 12:43:47 -0400
15518              Message-ID: <19990515164348.7313.qmail@plover.com>
15519      Branch: cfgperl
15520            ! pod/perldiag.pod
15521 ____________________________________________________________________________
15522 [  3425] By: nick                                  on 1999/05/15  15:56:10
15523         Log: Mingw32 + w32api-0.1.5 tweaks
15524              - now more like other Win32 compilers
15525      Branch: perl
15526            ! ext/Socket/Socket.xs win32/include/sys/socket.h win32/win32.c
15527            ! win32/win32.h
15528 ____________________________________________________________________________
15529 [  3424] By: nick                                  on 1999/05/14  21:04:22
15530         Log: Experimental "slab" allocator for ops.
15531              To try it -DPL_OP_SLAB_ALLOC for op.c 
15532              This is for proof of concept only, it leaks memory 
15533              (ops are not free'd) so don't use in embedded apps.
15534              If this minimalist version does not show performance 
15535              gain then whole idea is worthless. 
15536              Nick see's approx 12% speed up vs perlmalloc running
15537              perl -Ilib -MCPAN -e '' 
15538              Solaris2.6, gcc-2.8.1 but numbers are not repeatable.
15539      Branch: perl
15540            ! op.c
15541 ____________________________________________________________________________
15542 [  3423] By: gsar                                  on 1999/05/14  19:55:04
15543         Log: on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
15544              found (brings sitelib intuition in line with privlib)
15545      Branch: perl
15546            ! win32/win32.c
15547 ____________________________________________________________________________
15548 [  3422] By: jhi                                   on 1999/05/14  08:08:01
15549         Log: From: pvhp@forte.com (Peter Prymmer)
15550              To: perl5-porters@perl.org, vmsperl@perl.org
15551              Subject: [PATCH: 5.005_56] add config.msg to VMS configure.com
15552              Date: Thu, 13 May 99 15:29:57 PDT
15553              Message-Id: <9905132229.AA15854@forte.com>
15554      Branch: cfgperl
15555            ! configure.com
15556 ____________________________________________________________________________
15557 [  3421] By: jhi                                   on 1999/05/14  07:34:20
15558         Log: Integrate from mainperl.
15559      Branch: cfgperl
15560           !> lib/ExtUtils/MM_Unix.pm win32/win32.c
15561 ____________________________________________________________________________
15562 [  3420] By: jhi                                   on 1999/05/14  07:33:26
15563         Log: Still fflushing.
15564      Branch: cfgperl
15565            ! Configure config_h.SH util.c
15566 ____________________________________________________________________________
15567 [  3419] By: gsar                                  on 1999/05/14  03:08:29
15568         Log: mortalize string allocations by win32_get_{priv,site}lib()
15569              (fixes small memory leak in interpreter)
15570      Branch: perl
15571            ! win32/win32.c
15572 ____________________________________________________________________________
15573 [  3418] By: gsar                                  on 1999/05/14  03:06:50
15574         Log: make win32_longname() preserve kind of slashes in argument
15575      Branch: perl
15576            ! win32/win32.c
15577 ____________________________________________________________________________
15578 [  3417] By: gsar                                  on 1999/05/14  03:04:44
15579         Log: canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker
15580      Branch: perl
15581            ! lib/ExtUtils/MM_Unix.pm
15582 ____________________________________________________________________________
15583 [  3416] By: jhi                                   on 1999/05/13  21:18:06
15584         Log: Integrate from mainperl.
15585      Branch: cfgperl
15586           !> pp_ctl.c
15587 ____________________________________________________________________________
15588 [  3415] By: jhi                                   on 1999/05/13  21:16:49
15589         Log: Fixes from Andy Dougherty (via private email).
15590      Branch: cfgperl
15591            ! Configure config_h.SH
15592 ____________________________________________________________________________
15593 [  3414] By: nick                                  on 1999/05/13  20:04:26
15594         Log: valist vs va_list typo
15595      Branch: perl
15596            ! pp_ctl.c
15597 ____________________________________________________________________________
15598 [  3413] By: jhi                                   on 1999/05/13  15:04:05
15599         Log: From: Andy Dougherty <doughera@lafayette.edu>
15600              To: perlbug@perl.com
15601              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
15602              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
15603              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
15604      Branch: cfgperl
15605            ! INSTALL
15606 ____________________________________________________________________________
15607 [  3412] By: jhi                                   on 1999/05/13  14:20:17
15608         Log: Integrate from mainperl.
15609      Branch: cfgperl
15610           !> pp_ctl.c
15611 ____________________________________________________________________________
15612 [  3411] By: gsar                                  on 1999/05/13  14:16:56
15613         Log: docatch_body() declaration mismatch
15614      Branch: perl
15615            ! pp_ctl.c
15616 ____________________________________________________________________________
15617 [  3410] By: jhi                                   on 1999/05/13  13:51:44
15618         Log: Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't.
15619      Branch: cfgperl
15620            ! Configure config_h.SH perl.h
15621 ____________________________________________________________________________
15622 [  3409] By: jhi                                   on 1999/05/13  13:31:53
15623         Log: Still fflushing strong.
15624      Branch: cfgperl
15625            ! Configure config_h.SH embed.h global.sym objXSUB.h perl.h
15626            ! proto.h util.c
15627 ____________________________________________________________________________
15628 [  3408] By: jhi                                   on 1999/05/12  14:30:23
15629         Log: Integrate from mainperl.
15630      Branch: cfgperl
15631           !> (integrate 30 files)
15632 ____________________________________________________________________________
15633 [  3407] By: jhi                                   on 1999/05/12  12:28:31
15634         Log: Be tidier with fflush(NULL) testing.
15635      Branch: cfgperl
15636            ! Configure config_h.SH
15637 ____________________________________________________________________________
15638 [  3406] By: gsar                                  on 1999/05/12  11:26:03
15639         Log: better range-checking on list slices, with test
15640              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15641              Date: Sun, 02 May 1999 17:02:53 +0100
15642              Message-Id: <199905021602.RAA13905@crypt.compulink.co.uk>
15643              Subject: Re: List slice of undefs returns 0 items 
15644      Branch: perl
15645            ! pp.c t/op/list.t
15646 ____________________________________________________________________________
15647 [  3405] By: gsar                                  on 1999/05/12  11:22:27
15648         Log: change#3397 needs test tweak
15649      Branch: perl
15650            ! Changes t/pragma/warn/sv
15651 ____________________________________________________________________________
15652 [  3404] By: gsar                                  on 1999/05/12  11:07:44
15653         Log: typo in change#3397
15654      Branch: perl
15655            ! doop.c
15656 ____________________________________________________________________________
15657 [  3403] By: gsar                                  on 1999/05/12  10:49:01
15658         Log: From: Stephen Zander <gibreel@pobox.com>
15659              Date: 12 May 1999 01:22:31 -0700
15660              Message-ID: <87u2tik88o.fsf@pooh.fire-swamp.net>
15661              Subject: Re: Test::Harness runs tainted tests with wrong library path
15662      Branch: perl
15663            ! lib/Test/Harness.pm
15664 ____________________________________________________________________________
15665 [  3402] By: gsar                                  on 1999/05/12  10:42:06
15666         Log: typo in change#3400
15667      Branch: perl
15668            ! ext/B/B/Deparse.pm
15669 ____________________________________________________________________________
15670 [  3401] By: jhi                                   on 1999/05/12  10:40:42
15671         Log: A better, shinier, and possibly even correctly working
15672              reincarnation of #3398.
15673      Branch: cfgperl
15674            ! Configure config_h.SH
15675 ____________________________________________________________________________
15676 [  3400] By: gsar                                  on 1999/05/12  10:40:11
15677         Log: deparse \&func() as \(&func()) for clarity
15678              From: Albert Dvornik <bert@genscan.com>
15679              Date: 11 May 1999 13:32:04 -0400
15680              Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com>
15681              Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...)
15682      Branch: perl
15683            ! ext/B/B/Deparse.pm
15684 ____________________________________________________________________________
15685 [  3399] By: gsar                                  on 1999/05/12  10:36:02
15686         Log: more testsuite smarts (many of them courtesy Ilya)
15687      Branch: perl
15688            ! lib/Test/Harness.pm t/comp/cpp.t t/io/pipe.t t/lib/db-btree.t
15689            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t
15690            ! t/lib/io_multihomed.t t/lib/io_pipe.t t/lib/io_sock.t
15691            ! t/lib/io_udp.t t/lib/io_unix.t t/lib/ipc_sysv.t t/lib/ndbm.t
15692            ! t/lib/odbm.t t/lib/thread.t t/op/exec.t t/op/fork.t
15693            ! t/op/grent.t t/op/groups.t t/op/nothread.t t/op/numconvert.t
15694            ! t/op/pwent.t
15695 ____________________________________________________________________________
15696 [  3398] By: jhi                                   on 1999/05/12  09:33:08
15697         Log: Detect whether fflush(NULL) works as per change #3352.
15698      Branch: cfgperl
15699            ! Configure config_h.SH perl.h
15700 ____________________________________________________________________________
15701 [  3397] By: gsar                                  on 1999/05/12  08:56:03
15702         Log: From: jan.dubois@ibm.net (Jan Dubois)
15703              Date: Wed, 12 May 1999 01:01:00 +0200
15704              Message-ID: <3741b5e8.20386944@smtp1.ibm.net>
15705              Subject: [PATCH 5.005_03] chop/chomp modify readonly values
15706      Branch: perl
15707            ! doop.c
15708 ____________________________________________________________________________
15709 [  3396] By: gsar                                  on 1999/05/12  08:23:27
15710         Log: opendir(D,"x:") on win32 opens cwd() for drive rather than root;
15711              stat() behaves similarly
15712      Branch: perl
15713            ! win32/win32.c
15714 ____________________________________________________________________________
15715 [  3395] By: jhi                                   on 1999/05/11  22:21:32
15716         Log: Redo parts of #3341 and #3358 that #3394 undid.
15717      Branch: cfgperl
15718            ! Configure config_h.SH
15719 ____________________________________________________________________________
15720 [  3394] By: jhi                                   on 1999/05/11  22:03:48
15721         Log: Add I_NETINET_TCP to help change #3391.
15722      Branch: cfgperl
15723            ! Configure config_h.SH ext/Socket/Socket.xs
15724 ____________________________________________________________________________
15725 [  3393] By: jhi                                   on 1999/05/11  21:44:59
15726         Log: Integrate from mainperl.
15727      Branch: cfgperl
15728           !> (integrate 55 files)
15729 ____________________________________________________________________________
15730 [  3392] By: gsar                                  on 1999/05/11  20:56:43
15731         Log: update embedvar.h
15732      Branch: perl
15733            ! embedvar.h ext/ByteLoader/ByteLoader.pm pod/perldelta.pod
15734 ____________________________________________________________________________
15735 [  3391] By: gsar                                  on 1999/05/11  16:32:05
15736         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
15737              Date: Tue, 11 May 1999 11:10:13 -0400 (EDT)
15738              Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com>
15739              Subject: Socket IPPROTO_TCP [PATCH 5.005_5x]
15740      Branch: perl
15741            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
15742 ____________________________________________________________________________
15743 [  3390] By: gsar                                  on 1999/05/11  15:27:40
15744         Log: display more frequent progress messages when STDOUT is a tty
15745      Branch: perl
15746            ! lib/Test/Harness.pm
15747 ____________________________________________________________________________
15748 [  3389] By: gsar                                  on 1999/05/11  14:40:58
15749         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15750              Date: Mon, 10 May 1999 02:07:01 -0400 (EDT)
15751              Message-Id: <199905100607.CAA26045@monk.mps.ohio-state.edu>
15752              Subject: [PATCH 5.005_53] Explanations by Test::Harness
15753      Branch: perl
15754            ! lib/Test/Harness.pm
15755 ____________________________________________________________________________
15756 [  3388] By: gsar                                  on 1999/05/11  14:08:14
15757         Log: avoid creating spurious subroutine stubs on failed subroutine
15758              call and other places of sv_2cv() misuse; fixes problems with
15759              failed subroutine calls "hiding" later attempts to lookup methods
15760              in base classes
15761      Branch: perl
15762            ! gv.c perl.c pod/perlguts.pod pp_hot.c sv.c t/op/method.t
15763 ____________________________________________________________________________
15764 [  3387] By: gsar                                  on 1999/05/11  09:34:13
15765         Log: various fixes for clean build and test on win32; configpm broken,
15766              needed to open myconfig.SH rather than myconfig; sundry adjustments
15767              to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
15768              work under win32; getenv_sv() changed to getenv_len() since SVs
15769              aren't visible in the lower echelons; remove bogus exports from
15770              config.sym; PERL_OBJECT-ness for C++ exception support; null out
15771              IoDIRP in filter_del() or sv_free() will attempt to close it
15772      Branch: perl
15773            ! Changes bytecode.pl byterun.c byterun.h configpm embed.h
15774            ! embed.pl ext/B/B/Asmdata.pm ext/ByteLoader/ByteLoader.xs
15775            ! ext/DynaLoader/dlutils.c global.sym hv.c iperlsys.h objXSUB.h
15776            ! op.c perl.c perl.h pp.c pp_ctl.c proto.h scope.c scope.h
15777            ! t/io/open.t t/op/magic.t toke.c util.c vms/vms.c vms/vmsish.h
15778            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
15779            ! win32/config.gc win32/config.vc win32/makedef.pl
15780            ! win32/makefile.mk win32/perlhost.h win32/runperl.c
15781            ! win32/win32.c win32/win32.h
15782 ____________________________________________________________________________
15783 [  3386] By: gsar                                  on 1999/05/11  02:49:07
15784         Log: gutsupport for C++ exceptions
15785              From: Chip Salzenberg <chip@perlsupport.com>
15786              Date: Tue, 9 Mar 1999 11:51:57 -0500
15787              Message-ID: <19990309115157.E7911@perlsupport.com>
15788              Subject: [PATCH 5.005] Flexible Exceptions
15789      Branch: perl
15790            ! embed.h global.sym objXSUB.h perl.c perl.h pp_ctl.c proto.h
15791            ! scope.c scope.h thrdvar.h util.c
15792 ____________________________________________________________________________
15793 [  3385] By: gsar                                  on 1999/05/10  19:33:36
15794         Log: "weak" references internals, still needs perlguts documentation
15795              (somewhat modified version of patch suggested by Tuomas J. Lukka
15796              <lukka@fas.harvard.edu>)
15797      Branch: perl
15798            ! dump.c embed.h embed.pl global.sym mg.c objXSUB.h perl.h
15799            ! pod/perldiag.pod proto.h sv.c sv.h util.c
15800 ____________________________________________________________________________
15801 [  3384] By: jhi                                   on 1999/05/10  18:21:43
15802         Log: Circumnavigate Digital UNIX 4.0D miniperl core dump
15803              (due to QAR 56761) (the bug has been fixed in 4.0E or better)
15804      Branch: cfgperl
15805            ! INSTALL hints/dec_osf.sh
15806 ____________________________________________________________________________
15807 [  3381] By: jhi                                   on 1999/05/10  14:39:28
15808         Log: Integrate from mainperl.
15809      Branch: cfgperl
15810           +> cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
15811           +> cygwin32/build-instructions.charles-wilson
15812           +> cygwin32/build-instructions.sebastien-barre
15813           +> cygwin32/build-instructions.steven-morlock
15814           +> cygwin32/build-instructions.steven-morlock2
15815           +> cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
15816           +> ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
15817           +> ext/ByteLoader/Makefile.PL pod/Win32.pod t/lib/io_linenum.t
15818           +> t/op/numconvert.t utils/perlbc.PL
15819            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
15820            - cygwin32/perlld
15821           !> (integrate 105 files)
15822 ____________________________________________________________________________
15823 [  3380] By: gsar                                  on 1999/05/10  12:27:14
15824         Log: regen regnodes.h
15825      Branch: perl
15826            ! Changes regnodes.h
15827 ____________________________________________________________________________
15828 [  3379] By: gsar                                  on 1999/05/10  12:17:26
15829         Log: From: jan.dubois@ibm.net (Jan Dubois)
15830              Date: Sat, 01 May 1999 22:55:36 +0200
15831              Message-ID: <373067e9.56194713@smtp1.ibm.net>
15832              Subject: [PATCH 5.005_56] Win32 and VC++ 98 doesn't support CASTI
15833      Branch: perl
15834            ! pod/perlfunc.pod pod/perlop.pod win32/config.vc
15835            ! win32/config_H.vc
15836 ____________________________________________________________________________
15837 [  3378] By: gsar                                  on 1999/05/10  12:07:13
15838         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15839              Date: Fri, 30 Apr 1999 22:26:09 -0400 (EDT)
15840              Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu>
15841              Subject: [PATCH 5.005_56] Self-consistent numeric conversion again
15842      Branch: perl
15843            + t/op/numconvert.t
15844            ! MANIFEST doio.c dump.c perl.h pp.c pp_hot.c sv.c sv.h toke.c
15845            ! util.c
15846 ____________________________________________________________________________
15847 [  3377] By: gsar                                  on 1999/05/10  11:39:48
15848         Log: pp_modulo comment tweak from Ilya
15849      Branch: perl
15850            ! pp.c
15851 ____________________________________________________________________________
15852 [  3376] By: gsar                                  on 1999/05/10  11:30:40
15853         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
15854              Date: Fri, 7 May 1999 11:31:00 -0400 (EDT)
15855              Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com>
15856              Subject: Test.pm update [PATCH _56]
15857      Branch: perl
15858            ! lib/Test.pm
15859 ____________________________________________________________________________
15860 [  3375] By: gsar                                  on 1999/05/10  11:28:30
15861         Log: From: jan.dubois@ibm.net (Jan Dubois)
15862              Date: Fri, 07 May 1999 00:59:54 +0200
15863              Message-ID: <373318ae.19292461@smtp1.ibm.net>
15864              Subject: Re: Using existing memory for an SV's PV 
15865      Branch: perl
15866            ! sv.c
15867 ____________________________________________________________________________
15868 [  3374] By: gsar                                  on 1999/05/10  11:23:44
15869         Log: From: jan.dubois@ibm.net (Jan Dubois)
15870              Date: Fri, 07 May 1999 00:59:52 +0200
15871              Message-ID: <37321800.19118320@smtp1.ibm.net>
15872              Subject: [PATCH 5.005_56] Fix -Dm memory debugging for PERL_OBJECT
15873      Branch: perl
15874            ! perl.h
15875 ____________________________________________________________________________
15876 [  3373] By: gsar                                  on 1999/05/10  11:22:10
15877         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15878              Date: Thu, 6 May 1999 18:17:28 -0400
15879              Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>
15880              Subject: Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
15881      Branch: perl
15882            ! doio.c embed.h global.sym objXSUB.h pod/perldiag.pod proto.h
15883            ! util.c
15884 ____________________________________________________________________________
15885 [  3372] By: gsar                                  on 1999/05/10  10:57:49
15886         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15887              Date: Thu, 6 May 1999 01:21:05 -0400 (EDT)
15888              Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu>
15889              Subject: [PATCH 5.005_56] Cosmetic: data-driven REx-dump
15890      Branch: perl
15891            ! regcomp.c regcomp.pl
15892 ____________________________________________________________________________
15893 [  3371] By: gsar                                  on 1999/05/10  10:54:01
15894         Log: From: lane@duphy4.physics.drexel.edu
15895              Date: Tue, 04 May 1999 10:19:25 -0700
15896              Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu>
15897              Subject: [PATCH 5.005.56] pod->html VMS fixes
15898      Branch: perl
15899            ! installhtml lib/Pod/Html.pm
15900 ____________________________________________________________________________
15901 [  3370] By: gsar                                  on 1999/05/10  10:45:52
15902         Log: testsuite nits
15903      Branch: perl
15904            ! t/lib/io_linenum.t t/op/filetest.t
15905 ____________________________________________________________________________
15906 [  3369] By: gsar                                  on 1999/05/10  10:35:22
15907         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15908              Date: Mon, 3 May 1999 22:38:50 -0400 (EDT)
15909              Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu>
15910              Subject: [PATCH 5.005_53] Quickier thread-specific data on OS/2
15911      Branch: perl
15912            ! os2/os2ish.h os2/os2thread.h
15913 ____________________________________________________________________________
15914 [  3368] By: gsar                                  on 1999/05/10  10:00:11
15915         Log: From: Albert Dvornik <bert@genscan.com>
15916              Date: 03 May 1999 12:20:57 -0400
15917              Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>
15918              Subject: [PATCH 5.005_56] do_sv_dump does dump (core) on IO handles
15919      Branch: perl
15920            ! dump.c
15921 ____________________________________________________________________________
15922 [  3367] By: gsar                                  on 1999/05/10  09:55:51
15923         Log: shadow password support for Solaris (needs Configure help to
15924              determine HAS_GETSPENT)
15925              From: "Patrick O'Brien" <pdo@cs.umd.edu>
15926              Date: Sat, 01 May 1999 19:41:17 -0400
15927              Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu>
15928              Subject: getpwent() under solaris
15929      Branch: perl
15930            ! pp_sys.c
15931 ____________________________________________________________________________
15932 [  3366] By: gsar                                  on 1999/05/10  09:45:58
15933         Log: From: jan.dubois@ibm.net (Jan Dubois)
15934              Date: Sat, 01 May 1999 23:45:47 +0200
15935              Message-ID: <373373fb.59284266@smtp1.ibm.net>
15936              Subject: [PATCH 5.005_56] Add POLLUTE=1 option to MakeMaker
15937      Branch: perl
15938            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
15939            ! pod/perldelta.pod
15940 ____________________________________________________________________________
15941 [  3365] By: gsar                                  on 1999/05/10  09:34:22
15942         Log: test suite and fix input_line_number()
15943              From: Paul Johnson <pjcj@transeda.com>
15944              Date: Thu, 29 Apr 1999 06:28:14 +0100
15945              Message-ID: <19990429062814.A17906@west-tip.transeda.com>
15946              Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)
15947      Branch: perl
15948            + t/lib/io_linenum.t
15949            ! MANIFEST ext/IO/lib/IO/Handle.pm
15950 ____________________________________________________________________________
15951 [  3364] By: gsar                                  on 1999/05/10  09:20:56
15952         Log: fix overeager [:foo:] parsing
15953              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15954              Date: Fri, 30 Apr 1999 09:26:18 +0100
15955              Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk>
15956              Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005 
15957      Branch: perl
15958            ! regcomp.c t/op/re_tests
15959 ____________________________________________________________________________
15960 [  3363] By: gsar                                  on 1999/05/10  09:09:21
15961         Log: documentation for Win32 builtins (somewhat modified)
15962              From: jan.dubois@ibm.net (Jan Dubois)
15963              Date: Tue, 30 Mar 1999 08:05:03 +0200
15964              Message-ID: <37006783.1926460@smtp1.ibm.net>
15965              Subject: Re: Issues with build 509 
15966      Branch: perl
15967            + pod/Win32.pod
15968            ! MANIFEST
15969 ____________________________________________________________________________
15970 [  3362] By: gsar                                  on 1999/05/10  08:22:07
15971         Log: provide File::Copy::syscopy() via Win32::CopyFile() on win32
15972      Branch: perl
15973            ! lib/File/Copy.pm win32/win32.c
15974 ____________________________________________________________________________
15975 [  3361] By: gsar                                  on 1999/05/10  08:11:29
15976         Log: escape ampersands in <pre> sections
15977      Branch: perl
15978            ! Changes lib/Pod/Html.pm
15979 ____________________________________________________________________________
15980 [  3360] By: gsar                                  on 1999/05/10  08:04:14
15981         Log: AIX hints enhancements (threads build, SOCKS support)
15982              From: "David R. Favor" <dfavor@austin.ibm.com>
15983              Date: Wed, 28 Apr 1999 08:45:28 -0500
15984              Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
15985              Subject: Working build for AIX + gcc + threading
15986      Branch: perl
15987            ! hints/aix.sh
15988 ____________________________________________________________________________
15989 [  3359] By: gsar                                  on 1999/05/10  07:49:26
15990         Log: more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
15991              Date: Tue, 27 Apr 1999 23:47:24 PDT
15992              Message-ID: <19990428064724.95244.qmail@hotmail.com>
15993              Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
15994              --
15995              Date: Thu, 29 Apr 1999 18:21:06 -0700
15996              Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
15997              Subject: [PATCH 5.005_56] double constants ( C.pm)
15998              --
15999              Date: Mon, 03 May 1999 20:21:31 PDT
16000              Message-ID: <19990504032131.81113.qmail@hotmail.com>
16001              Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
16002              --
16003              Date: Thu, 06 May 1999 17:57:09 -0700
16004              Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
16005              Subject: Stash.pm
16006      Branch: perl
16007            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/C.pm
16008            ! ext/B/B/CC.pm ext/B/B/Stash.pm t/harness
16009 ____________________________________________________________________________
16010 [  3358] By: gsar                                  on 1999/05/10  04:39:15
16011         Log: cygwin32 update (untested adaptation of patch against 5.005_03)
16012              From: alexander smishlajev <als@turnhere.com>
16013              Date: Sun, 25 Apr 1999 14:58:29 +0300
16014              Message-ID: <37230365.5F68B460@turnhere.com>
16015              Subject: [PATCH]5.005_03 (CORE) cygwin32 port
16016      Branch: perl
16017            + cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
16018            + cygwin32/build-instructions.charles-wilson
16019            + cygwin32/build-instructions.sebastien-barre
16020            + cygwin32/build-instructions.steven-morlock
16021            + cygwin32/build-instructions.steven-morlock2
16022            + cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
16023            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
16024            - cygwin32/perlld
16025            ! Configure EXTERN.h MANIFEST Makefile.SH README.cygwin32 XSUB.h
16026            ! cflags.SH config_h.SH dosish.h ext/POSIX/Makefile.PL
16027            ! ext/SDBM_File/sdbm/pair.c hints/cygwin32.sh installperl
16028            ! lib/Cwd.pm lib/ExtUtils/MakeMaker.pm lib/perl5db.pl
16029            ! makedepend.SH perl.h perlvars.h pp_hot.c pp_sys.c regcomp.c
16030            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t util.c
16031 ____________________________________________________________________________
16032 [  3357] By: gsar                                  on 1999/05/10  04:07:07
16033         Log: applied suggested patch, modulo already applied parts
16034              From: Charles Bailey <BAILEY@newman.upenn.edu>
16035              Date: Sat, 24 Apr 1999 20:12:43 -0400 (EDT)
16036              Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
16037              Subject: [Patch 5.005_56] VMS consolidated patch #2
16038      Branch: perl
16039            ! configure.com t/op/filetest.t t/op/taint.t t/pragma/warn/doio
16040            ! t/pragma/warn/mg t/pragma/warn/pp_sys t/pragma/warn/sv
16041            ! vms/descrip_mms.template vms/ext/vmsish.t vms/perlvms.pod
16042            ! vms/subconfigure.com vms/test.com vms/vms.c
16043 ____________________________________________________________________________
16044 [  3356] By: gsar                                  on 1999/05/10  03:48:08
16045         Log: applied suggested patch, with win32 and PERL_OBJECT additions
16046              From: Tom Hughes <tom@compton.nu>
16047              Date: Sat, 24 Apr 1999 18:11:59 +0100
16048              Message-ID: <609bdff748.tom@compton.compton.nu>
16049              Subject: ByteLoader patch
16050      Branch: perl
16051            + ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
16052            + ext/ByteLoader/Makefile.PL utils/perlbc.PL
16053            ! MANIFEST bytecode.h bytecode.pl byterun.c byterun.h embed.h
16054            ! embed.pl ext/B/B.xs ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
16055            ! ext/B/B/Debug.pm objXSUB.h op.c pp_ctl.c proto.h
16056            ! utils/Makefile win32/Makefile win32/makefile.mk
16057 ____________________________________________________________________________
16058 [  3355] By: gsar                                  on 1999/05/10  03:22:49
16059         Log: document 'test' attribute (from Andreas Koenig)
16060      Branch: perl
16061            ! lib/ExtUtils/MakeMaker.pm
16062 ____________________________________________________________________________
16063 [  3354] By: gsar                                  on 1999/05/10  03:12:37
16064         Log: From: pmarquess@bfsec.bt.co.uk
16065              Date: Thu, 22 Apr 1999 23:12:08 +0100
16066              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>
16067              Subject: PATCH for small bug in scan_bin
16068      Branch: perl
16069            ! util.c
16070 ____________________________________________________________________________
16071 [  3353] By: gsar                                  on 1999/05/10  02:39:33
16072         Log: more bulletproof workaround for mangled paths (updates changes#3345,3350);
16073              provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
16074      Branch: perl
16075            ! t/op/magic.t win32/makedef.pl win32/runperl.c win32/win32.c
16076            ! win32/win32iop.h
16077 ____________________________________________________________________________
16078 [  3352] By: gsar                                  on 1999/05/09  22:47:39
16079         Log: flush all open output buffers before fork(), exec(), system, qx//
16080              and pipe open() operations, simplifying buffering headaches faced
16081              by users; uses fflush(NULL), which may need Configure test
16082      Branch: perl
16083            ! perl.h pod/perldelta.pod pod/perlfunc.pod pod/perlipc.pod
16084            ! pp_sys.c util.c vmesa/vmesa.c vms/vms.c win32/win32.c
16085 ____________________________________________________________________________
16086 [  3351] By: gsar                                  on 1999/05/09  21:11:51
16087         Log: perlcc on win32 (correct version of fix suggested by Jean-Louis
16088              Leroy <jll@skynet.be>)
16089      Branch: perl
16090            ! utils/perlcc.PL
16091 ____________________________________________________________________________
16092 [  3350] By: gsar                                  on 1999/05/09  20:39:11
16093         Log: normalize $^X to full pathname on win32
16094      Branch: perl
16095            ! win32/runperl.c
16096 ____________________________________________________________________________
16097 [  3349] By: gsar                                  on 1999/05/09  20:23:07
16098         Log: allow readline($globref), <$globref> already works
16099      Branch: perl
16100            ! pp_hot.c
16101 ____________________________________________________________________________
16102 [  3348] By: gsar                                  on 1999/05/09  20:00:09
16103         Log: perldoc cleanups (variant of changes suggested by Christian Lemburg
16104              <lemburg@online-club.de>)
16105      Branch: perl
16106            ! utils/perldoc.PL
16107 ____________________________________________________________________________
16108 [  3347] By: gsar                                  on 1999/05/09  18:47:21
16109         Log: additions to Thread.pm docs from Tuomas J. Lukka
16110              <lukka@fas.harvard.edu>
16111      Branch: perl
16112            ! ext/Thread/Thread.pm
16113 ____________________________________________________________________________
16114 [  3346] By: gsar                                  on 1999/05/09  18:38:00
16115         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
16116              Date: Sat, 17 Apr 1999 02:46:13 -0700 (PDT)
16117              Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>
16118              Subject: [PATCH _56] Re: pdt: Perl Development Tools? 
16119      Branch: perl
16120            ! ext/B/B/Xref.pm
16121 ____________________________________________________________________________
16122 [  3345] By: gsar                                  on 1999/05/09  18:22:43
16123         Log: work around mangled archname on win32 while finding privlib/sitelib;
16124              normalize lib paths to forward slashes internally
16125      Branch: perl
16126            ! win32/win32.c
16127 ____________________________________________________________________________
16128 [  3344] By: gsar                                  on 1999/05/09  03:20:06
16129         Log: fix typo in dbm filters that caused odbm.t to fail
16130      Branch: perl
16131            ! ext/ODBM_File/ODBM_File.xs t/lib/odbm.t
16132 ____________________________________________________________________________
16133 [  3343] By: gsar                                  on 1999/05/09  02:02:59
16134         Log: tweak test totals
16135      Branch: perl
16136            ! Changes t/lib/tie-stdhandle.t
16137 ____________________________________________________________________________
16138 [  3342] By: gsar                                  on 1999/05/09  01:42:06
16139         Log: import list propagation busted (pointed out by Ton Hospel
16140              <thospel@mail.dma.be>)
16141      Branch: perl
16142            ! lib/autouse.pm
16143 ____________________________________________________________________________
16144 [  3341] By: gsar                                  on 1999/05/09  00:54:18
16145         Log: hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
16146              (as suggested by Eric Boehm <boehm@nortelnetworks.com>)
16147      Branch: perl
16148            ! Configure Makefile.SH
16149 ____________________________________________________________________________
16150 [  3340] By: gsar                                  on 1999/05/09  00:40:41
16151         Log: generate manpages for newly added utils
16152      Branch: perl
16153            ! installman
16154 ____________________________________________________________________________
16155 [  3339] By: gsar                                  on 1999/05/09  00:33:50
16156         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16157              Date: Sun, 02 May 1999 17:59:24 +0100
16158              Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>
16159              Subject: [PATCH] Re: ptr to realloced memory in yylex
16160      Branch: perl
16161            ! toke.c
16162 ____________________________________________________________________________
16163 [  3338] By: jhi                                   on 1999/05/08  22:40:29
16164         Log: Remove CONFIG item, add Digital UNIX 'ld' bug.
16165      Branch: cfgperl
16166            ! INSTALL
16167 ____________________________________________________________________________
16168 [  3337] By: jhi                                   on 1999/05/08  22:22:26
16169         Log: Integrate from mainperl.
16170      Branch: cfgperl
16171           +> pod/perldbmfilter.pod t/io/open.t t/lib/tie-stdhandle.t
16172           !> (integrate 54 files)
16173 ____________________________________________________________________________
16174 [  3336] By: gsar                                  on 1999/05/08  21:48:22
16175         Log: make perldoc -f grok nested =items
16176      Branch: perl
16177            ! utils/perldoc.PL
16178 ____________________________________________________________________________
16179 [  3335] By: gsar                                  on 1999/05/08  19:48:11
16180         Log: allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
16181      Branch: perl
16182            ! op.c t/lib/fields.t
16183 ____________________________________________________________________________
16184 [  3334] By: gsar                                  on 1999/05/08  19:09:41
16185         Log: update test totals
16186      Branch: perl
16187            ! t/lib/bigintpm.t
16188 ____________________________________________________________________________
16189 [  3333] By: gsar                                  on 1999/05/08  16:56:02
16190         Log: mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
16191      Branch: perl
16192            ! pod/perlfunc.pod
16193 ____________________________________________________________________________
16194 [  3332] By: gsar                                  on 1999/05/08  16:46:44
16195         Log: applied suggested patch, added tests
16196              From: William Mann <wmann@avici.com>
16197              Date: Mon, 12 Apr 1999 12:25:22 -0400 (EDT)
16198              Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
16199              Subject: BigInt.pm extensions for logical operations
16200      Branch: perl
16201            ! lib/Math/BigInt.pm pod/perldelta.pod t/lib/bigintpm.t
16202 ____________________________________________________________________________
16203 [  3331] By: gsar                                  on 1999/05/08  16:09:33
16204         Log: avoid temporary files named 'tmp'
16205      Branch: perl
16206            ! Makefile.SH pp.c
16207 ____________________________________________________________________________
16208 [  3330] By: nick                                  on 1999/05/08  14:16:30
16209         Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
16210              Provide Tie::StdHandle
16211              Basic update of docs.
16212      Branch: perl
16213            + t/lib/tie-stdhandle.t
16214            ! lib/Tie/Handle.pm pod/perltie.pod pp_sys.c
16215 ____________________________________________________________________________
16216 [  3329] By: nick                                  on 1999/05/08  12:03:45
16217         Log: Tweaks to open(my $fh,...) stuff
16218      Branch: perl
16219            ! op.c pp.c pp_sys.c t/io/open.t
16220 ____________________________________________________________________________
16221 [  3328] By: nick                                  on 1999/05/08  11:18:42
16222         Log: Bring SDBM_File.xs into line with new typemap
16223      Branch: perl
16224            ! ext/SDBM_File/SDBM_File.xs
16225 ____________________________________________________________________________
16226 [  3327] By: gsar                                  on 1999/05/08  00:07:11
16227         Log: add test case for AUTOLOAD reentrancy fix in change#3279
16228      Branch: perl
16229            ! t/lib/autoloader.t
16230 ____________________________________________________________________________
16231 [  3326] By: nick                                  on 1999/05/07  21:24:50
16232         Log: Implement open( my $fh, ...) and similar.
16233              Set flag in op.c for "constructor ops"
16234              In pp_rv2gv, if flag is set and arg is PADSV and uninit
16235              vivify as reference to a detached GV.
16236              (Name of GV is the pad name.)
16237              This scheme should "just work" for pipe/socket etc. too.
16238              
16239              #if 0 out the open(FH,undef) for now.
16240              Change t/io/open.t to test open(my $fh,...)
16241      Branch: perl
16242            ! op.c pp.c pp_sys.c t/io/open.t
16243 ____________________________________________________________________________
16244 [  3325] By: nick                                  on 1999/05/07  21:18:42
16245         Log: Correct SvLEN vs SvCUR  which leads to odd "chunk" vs "line" in mess().
16246      Branch: perl
16247            ! util.c
16248 ____________________________________________________________________________
16249 [  3324] By: gsar                                  on 1999/05/07  20:28:31
16250         Log: avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
16251              intervening code has to allocate SVs)
16252      Branch: perl
16253            ! util.c
16254 ____________________________________________________________________________
16255 [  3323] By: gsar                                  on 1999/05/07  19:45:08
16256         Log: allow line numbers to show in diagnostics during global destruction
16257      Branch: perl
16258            ! util.c
16259 ____________________________________________________________________________
16260 [  3322] By: gsar                                  on 1999/05/07  09:38:11
16261         Log: From: Dan Sugalski <sugalskd@ous.edu>
16262              Date: Fri, 09 Apr 1999 16:16:39 -0700
16263              Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>
16264              Subject: [PATCH 5.005_03]Bug in MM_VMS.PM
16265      Branch: perl
16266            ! lib/ExtUtils/MM_VMS.pm
16267 ____________________________________________________________________________
16268 [  3321] By: gsar                                  on 1999/05/07  09:08:23
16269         Log: From: kwzh@gnu.org (Karl Heuer)
16270              Date: Wed, 7 Apr 1999 23:58:58 -0400
16271              Message-Id: <199904080358.XAA01192@mescaline.gnu.org>
16272              Subject: [perl-5.005.02] detect lack of /dev/tty
16273      Branch: perl
16274            ! Makefile.SH
16275 ____________________________________________________________________________
16276 [  3320] By: gsar                                  on 1999/05/07  08:52:14
16277         Log: allow distinct prefix for versioned executables
16278              From: Roderick Schertler <roderick@argon.org>
16279              Date: Wed, 07 Apr 1999 15:34:56 -0400
16280              Message-ID: <3003.923513696@eeyore.ibcinc.com>
16281              Subject: perl55.00503 -> perl5.00503 patch for installperl
16282      Branch: perl
16283            ! INSTALL installperl
16284 ____________________________________________________________________________
16285 [  3319] By: gsar                                  on 1999/05/07  08:07:02
16286         Log: From: Dan Sugalski <sugalskd@osshe.edu>
16287              Date: Mon, 05 Apr 1999 15:38:42 -0700
16288              Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
16289              Subject: Re: chomp fails with $/ in fixed-length record mode
16290              --
16291              From: Roderick Schertler <roderick@argon.org>
16292              Date: Tue, 06 Apr 1999 21:11:37 -0400
16293              Message-ID: <2795.923447497@eeyore.ibcinc.com>
16294              Subject: Re: chomp fails with $/ in fixed-length record mode
16295      Branch: perl
16296            ! doop.c pod/perlfunc.pod t/op/chop.t
16297 ____________________________________________________________________________
16298 [  3318] By: gsar                                  on 1999/05/07  07:56:35
16299         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16300              Date: Tue, 6 Apr 1999 01:40:36 -0400
16301              Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>
16302              Subject: [PATCH 5.005_*] Make % use fmod()
16303      Branch: perl
16304            ! pp.c t/op/arith.t
16305 ____________________________________________________________________________
16306 [  3317] By: gsar                                  on 1999/05/07  04:18:11
16307         Log: DBM Filters (via private mail)
16308              From: pmarquess@bfsec.bt.co.uk
16309              Date: Sun, 18 Apr 1999 21:05:52 +0100
16310              Message-Id: <199904182009.NAA19152@activestate.com>
16311              Subject: DBM Filters
16312      Branch: perl
16313            + pod/perldbmfilter.pod
16314            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
16315            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
16316            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
16317            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
16318            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/typemap
16319            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
16320            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
16321            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/typemap
16322            ! lib/AnyDBM_File.pm pod/Makefile pod/buildtoc pod/perl.pod
16323            ! pod/perldelta.pod t/lib/db-btree.t t/lib/db-hash.t
16324            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
16325            ! t/lib/sdbm.t
16326 ____________________________________________________________________________
16327 [  3316] By: gsar                                  on 1999/05/07  03:28:53
16328         Log: avoid negative return value from Win32::GetTickCount()
16329              From: jan.dubois@ibm.net (Jan Dubois)
16330              Date: Sat, 03 Apr 1999 19:04:18 +0200
16331              Message-ID: <37084742.22824479@smtp1.ibm.net>
16332              Subject: Re: Win32::GetTickCount
16333      Branch: perl
16334            ! win32/win32.c
16335 ____________________________________________________________________________
16336 [  3314] By: gsar                                  on 1999/05/06  08:01:23
16337         Log: compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
16338              Date: Tue, 30 Mar 1999 23:40:34 PST
16339              Message-ID: <19990331074034.6117.qmail@hotmail.com>
16340              Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
16341              --
16342              Date: Wed, 07 Apr 1999 00:28:23 -0800
16343              Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
16344              Subject: [PATCH 5.005_56] function prototypes(B.pm)
16345              --
16346              Date: Thu, 22 Apr 1999 23:40:52 -0700
16347              Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
16348              Subject: [PATCH 5.005_56 ] discarding worthless padsvs
16349              --
16350              Date: Tue, 27 Apr 1999 01:14:49 PDT
16351              Message-ID: <19990427081449.28615.qmail@hotmail.com>
16352              Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
16353      Branch: perl
16354            ! ext/B/B.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm t/op/gv.t
16355            ! t/op/ref.t
16356 ____________________________________________________________________________
16357 [  3313] By: jhi                                   on 1999/05/06  07:59:52
16358         Log: Integrate from mainperl.
16359      Branch: cfgperl
16360           !> (integrate 33 files)
16361 ____________________________________________________________________________
16362 [  3312] By: gsar                                  on 1999/05/06  07:11:50
16363         Log: add Ethiopic section to unicode master database (from Ken
16364              Whistler <kenw@sybase.com>)
16365      Branch: perl
16366            ! lib/unicode/UnicodeData-Latest.txt
16367 ____________________________________________________________________________
16368 [  3311] By: gsar                                  on 1999/05/06  05:37:55
16369         Log: From: Damon Atkins <n107844@sysmgtdev.nabaus.com.au>
16370              Date: Tue, 30 Mar 1999 11:26:11 +1000 (EST)
16371              Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>
16372              Subject: Largefiles for Solaris
16373      Branch: perl
16374            ! hints/solaris_2.sh
16375 ____________________________________________________________________________
16376 [  3310] By: gsar                                  on 1999/05/06  05:14:35
16377         Log: emit more accurate diagnostic for syntax errors involving <>
16378              within eval""
16379      Branch: perl
16380            ! toke.c utils/perldoc.PL
16381 ____________________________________________________________________________
16382 [  3309] By: gsar                                  on 1999/05/06  04:36:31
16383         Log: additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
16384      Branch: perl
16385            ! t/lib/open3.t
16386 ____________________________________________________________________________
16387 [  3308] By: gsar                                  on 1999/05/06  03:19:16
16388         Log: applied first part of suggested patch (bug described cannot be
16389              reproduced any longer, so the second inconclusive part has not
16390              been applied)
16391              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16392              Date: Sun, 28 Mar 1999 04:51:34 +0100
16393              Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
16394              Subject: [PATCH 5.005_56] Re: A core dump 
16395      Branch: perl
16396            ! toke.c
16397 ____________________________________________________________________________
16398 [  3307] By: gsar                                  on 1999/05/06  01:56:06
16399         Log: fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
16400              change#3180)
16401      Branch: perl
16402            ! op.c
16403 ____________________________________________________________________________
16404 [  3306] By: gsar                                  on 1999/05/05  17:17:34
16405         Log: applied non-conflicting parts of suggested patch
16406              From: Charles Bailey <BAILEY@newman.upenn.edu>
16407              Date: Sat, 27 Mar 1999 00:16:51 -0400 (EDT)
16408              Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
16409              Subject: [Patch 5.005_56] Revised VMS patch
16410      Branch: perl
16411            ! Changes ext/B/defsubs.h.PL hv.c iperlsys.h perl.c
16412            ! pod/perldiag.pod proto.h util.c vms/perlvms.pod vms/vms.c
16413 ____________________________________________________________________________
16414 [  3305] By: gsar                                  on 1999/05/05  16:20:19
16415         Log: make perldoc use backslashed pathnames within system() on win32
16416      Branch: perl
16417            ! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
16418 ____________________________________________________________________________
16419 [  3304] By: gsar                                  on 1999/05/05  07:29:43
16420         Log: upgrade Pod::Parser to v1.081 from CPAN
16421      Branch: perl
16422            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
16423            ! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
16424            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
16425 ____________________________________________________________________________
16426 [  3303] By: gsar                                  on 1999/05/05  07:02:07
16427         Log: From: Andy Dougherty <doughera@lafayette.edu>
16428              Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
16429              Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
16430              Subject: [PATCH 5.005_03-MT3] INSTALL patches
16431      Branch: perl
16432            ! INSTALL
16433 ____________________________________________________________________________
16434 [  3302] By: gsar                                  on 1999/05/05  06:55:21
16435         Log: load base packages based on nonexistent $VERSION
16436              From: andreas.koenig@anima.de (Andreas J. Koenig)
16437              Date: 19 Mar 1999 06:00:28 +0100
16438              Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
16439              Subject: Re: base.pm flaw
16440      Branch: perl
16441            ! lib/base.pm lib/locale.pm
16442 ____________________________________________________________________________
16443 [  3301] By: gsar                                  on 1999/05/04  05:41:08
16444         Log: pod2man outputs switched date and revision label (fix suggested by
16445              EthanSasiela@mede.com)
16446      Branch: perl
16447            ! pod/pod2man.PL
16448 ____________________________________________________________________________
16449 [  3300] By: gsar                                  on 1999/05/03  18:48:25
16450         Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
16451              (makes opendir(D,"c:") work reliably)
16452      Branch: perl
16453            ! win32/win32.c
16454 ____________________________________________________________________________
16455 [  3299] By: gsar                                  on 1999/05/02  19:39:55
16456         Log: add test case for change#3298
16457      Branch: perl
16458            ! sv.c t/op/readdir.t
16459 ____________________________________________________________________________
16460 [  3298] By: gsar                                  on 1999/05/02  19:24:41
16461         Log: close directory handles properly when localized
16462      Branch: perl
16463            ! sv.c
16464 ____________________________________________________________________________
16465 [  3297] By: jhi                                   on 1999/04/30  11:42:14
16466         Log: Integrate from mainperl.
16467      Branch: cfgperl
16468           !> Changes config_h.SH configure.com lib/AutoLoader.pm
16469           !> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
16470           !> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
16471           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
16472           !> vms/subconfigure.com win32/win32.c
16473 ____________________________________________________________________________
16474 [  3293] By: chip                                  on 1999/04/29  18:50:49
16475         Log: Fix shebang lines.
16476      Branch: maint-5.004/perl
16477            ! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
16478            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
16479            ! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
16480            ! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
16481            ! x2p/find2perl.PL x2p/s2p.PL
16482 ____________________________________________________________________________
16483 [  3284] By: gsar                                  on 1999/04/27  00:48:42
16484         Log: integrate change#3279 from maint-5.004
16485      Branch: perl
16486            ! lib/AutoLoader.pm
16487 ____________________________________________________________________________
16488 [  3279] By: chip                                  on 1999/04/26  23:09:26
16489         Log: Make &AutoLoad::AUTOLOAD reentrant.
16490      Branch: maint-5.004/perl
16491            ! lib/AutoLoader.pm
16492 ____________________________________________________________________________
16493 [  3276] By: chip                                  on 1999/04/26  22:34:36
16494         Log: Make porting scripts executable.
16495      Branch: maint-5.004/perl
16496            ! Changes Porting/genlog Porting/makerel Porting/p4desc
16497            ! Porting/patchls
16498 ____________________________________________________________________________
16499 [  3274] By: gsar                                  on 1999/04/26  17:30:31
16500         Log: allow embedded null characters in diagnostics
16501      Branch: perl
16502            ! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
16503 ____________________________________________________________________________
16504 [  3273] By: gsar                                  on 1999/04/26  08:27:22
16505         Log: hand-applied conflicting parts of suggested patch
16506              From: Charles Bailey <BAILEY@newman.upenn.edu>
16507              Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
16508              Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
16509              Subject: [PATCH 5.005_56] VMS configuration/build
16510      Branch: perl
16511            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
16512            ! vms/munchconfig.c vms/subconfigure.com
16513 ____________________________________________________________________________
16514 [  3272] By: gsar                                  on 1999/04/26  08:25:41
16515         Log: update Changes; tweak minor regressions
16516      Branch: perl
16517            ! Changes lib/AutoSplit.pm lib/File/Path.pm
16518 ____________________________________________________________________________
16519 [  3271] By: gsar                                  on 1999/04/26  07:52:51
16520         Log: integrate change#3229 from maint-5.004
16521      Branch: perl
16522            ! pp_ctl.c util.c
16523 ____________________________________________________________________________
16524 [  3270] By: gsar                                  on 1999/04/25  22:58:27
16525         Log: fix buggy reference count on refs to SVs with autoviv magic
16526              (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
16527              accessing free()d memory)
16528      Branch: perl
16529            ! pp.c t/op/ref.t
16530 ____________________________________________________________________________
16531 [  3269] By: gsar                                  on 1999/04/24  17:07:55
16532         Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
16533              on win32)
16534      Branch: perl
16535            ! win32/win32.c
16536 ____________________________________________________________________________
16537 [  3268] By: gsar                                  on 1999/04/24  16:38:25
16538         Log: kill dup hunk
16539      Branch: perl
16540            ! config_h.SH
16541 ____________________________________________________________________________
16542 [  3267] By: gsar                                  on 1999/04/24  16:35:57
16543         Log: integrate cfgperl changes into mainline
16544      Branch: perl
16545           +> myconfig.SH
16546            - myconfig
16547            ! pod/perlre.pod
16548           !> (integrate 38 files)
16549 ____________________________________________________________________________
16550 [  3266] By: jhi                                   on 1999/04/23  18:42:44
16551         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
16552              To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
16553              Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
16554              Cc: Lionel Cons <lionel.cons@cern.ch>,
16555              Ilya Zakharevich <ilya@math.ohio-state.edu>,
16556              David Hayes <david@bdel.com>
16557              Subject: [PATCH] h2ph
16558              Date: Fri, 23 Apr 1999 12:37:23 -0400
16559              Message-ID: <19990423123723.A49550@O2.chapin.edu>
16560      Branch: cfgperl
16561            ! utils/h2ph.PL
16562 ____________________________________________________________________________
16563 [  3265] By: jhi                                   on 1999/04/21  18:17:12
16564         Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
16565              To: perlbug@perl.org
16566              Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
16567              Date: Wed, 21 Apr 1999 08:17:54 -0700
16568              Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
16569      Branch: cfgperl
16570            ! vms/descrip_mms.template
16571 ____________________________________________________________________________
16572 [  3264] By: jhi                                   on 1999/04/20  08:50:54
16573         Log: From: Andy Dougherty <doughera@lafayette.edu>
16574              To: The Perl Porters Mailing List <perl5-porters@perl.org>
16575              Subject: [PATCH 5.005_56] Re: 5.006 Todo
16576              Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
16577              Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
16578      Branch: cfgperl
16579            ! Porting/pumpkin.pod
16580 ____________________________________________________________________________
16581 [  3263] By: jhi                                   on 1999/04/20  08:05:01
16582         Log: From: Chip Salzenberg <chip@perlsupport.com>
16583              To: Perl 5 Porters <perl5-porters@perl.org>
16584              Subject: [PATCH 5.005_56] Configure: $sig_count
16585              Date: Sun, 18 Apr 1999 17:54:36 -0400
16586              Message-ID: <19990418175436.A27496@perlsupport.com>
16587      Branch: cfgperl
16588            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16589            ! config_h.SH
16590 ____________________________________________________________________________
16591 [  3262] By: jhi                                   on 1999/04/19  18:23:50
16592         Log: Subject: PATCH wrong faq reference in perlbook.pod
16593              From: Robin Barker <rmb1@cise.npl.co.uk>
16594              To: perlbug@perl.com
16595              Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
16596              Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
16597      Branch: cfgperl
16598            ! pod/perlbook.pod
16599 ____________________________________________________________________________
16600 [  3261] By: jhi                                   on 1999/04/15  13:59:04
16601         Log: From: Andy Dougherty <doughera@lafayette.edu>
16602              To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
16603              Cc: Perl Porters <perl5-porters@perl.org>
16604              Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
16605              Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
16606              Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
16607      Branch: cfgperl
16608            ! hints/solaris_2.sh
16609 ____________________________________________________________________________
16610 [  3260] By: jhi                                   on 1999/04/15  13:56:53
16611         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
16612              To: pumpkings@jhereg.perl.com
16613              Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
16614              Date: Thu, 15 Apr 1999 07:13:41 -0600
16615              Message-Id: <199904151313.HAA07682@jhereg.perl.com>
16616      Branch: cfgperl
16617            ! pod/perldata.pod
16618 ____________________________________________________________________________
16619 [  3259] By: jhi                                   on 1999/04/13  23:12:52
16620         Log: LDLIBPTH also on 'clean' targets.
16621      Branch: cfgperl
16622            ! Makefile.SH
16623 ____________________________________________________________________________
16624 [  3258] By: jhi                                   on 1999/04/13  21:38:46
16625         Log: Add information about the two DEC C compiler optimizer bugs
16626              (what patch levels of the compilers fix them).
16627      Branch: cfgperl
16628            ! pp.c t/op/repeat.t
16629 ____________________________________________________________________________
16630 [  3257] By: jhi                                   on 1999/04/13  14:25:08
16631         Log: Be polite about ccdlflags and lddflags, too.
16632              Avoid Perl's malloc only when threaded.
16633      Branch: cfgperl
16634            ! hints/aix.sh
16635 ____________________________________________________________________________
16636 [  3256] By: jhi                                   on 1999/04/13  10:21:33
16637         Log: Croak if no known ways to semctl() (don't assume union semun).
16638      Branch: cfgperl
16639            ! doio.c perl.h
16640 ____________________________________________________________________________
16641 [  3255] By: jhi                                   on 1999/04/13  09:10:26
16642         Log: From: Dan Sugalski <sugalskd@osshe.edu>
16643              To: perl5-porters@perl.org, vmsperl@perl.org
16644              Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
16645              Date: Mon, 12 Apr 1999 13:36:48 -0700
16646              Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
16647      Branch: cfgperl
16648            ! lib/ExtUtils/MM_VMS.pm
16649 ____________________________________________________________________________
16650 [  3254] By: jhi                                   on 1999/04/13  06:56:26
16651         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
16652              To: perlbug@perl.com
16653              Subject: Update for OpenBSD hints
16654              Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
16655              Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
16656      Branch: cfgperl
16657            ! hints/openbsd.sh
16658 ____________________________________________________________________________
16659 [  3229] By: chip                                  on 1999/04/13  04:04:14
16660         Log: Preserve errno from importunities of sfio.
16661      Branch: maint-5.004/perl
16662            ! pp_ctl.c util.c
16663 ____________________________________________________________________________
16664 [  3226] By: jhi                                   on 1999/04/11  12:52:26
16665         Log: If both ways to call semctl are broken,    skip the tests.
16666      Branch: cfgperl
16667            ! t/lib/ipc_sysv.t
16668 ____________________________________________________________________________
16669 [  3225] By: jhi                                   on 1999/04/10  22:27:28
16670         Log: From: Andy Dougherty <doughera@lafayette.edu>
16671              To: dsembr01@ox.slug.louisville.edu
16672              Cc: perlbug@perl.com
16673              Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
16674              Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
16675              Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
16676      Branch: cfgperl
16677            ! ext/POSIX/POSIX.xs
16678 ____________________________________________________________________________
16679 [  3224] By: jhi                                   on 1999/04/09  18:50:32
16680         Log: From: Andy Dougherty <doughera@lafayette.edu>
16681              To: Perl Porters <perl5-porters@perl.org>
16682              Subject: [PATCH 5.005_56] Re: prefix= in hints
16683              Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
16684              Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
16685              
16686              (Overrides change #3204 from Kurt)
16687      Branch: cfgperl
16688            ! hints/linux.sh
16689 ____________________________________________________________________________
16690 [  3223] By: jhi                                   on 1999/04/09  18:37:55
16691         Log: Understand Apollo's //node notation.
16692              
16693              From: Johann Klasek <jk@auto.tuwien.ac.at>
16694              To: jhi@iki.fi
16695              Subject: Re: DomainPerl
16696              Date: Fri, 9 Apr 1999 18:21:37 +0200
16697              Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
16698      Branch: cfgperl
16699            ! lib/Cwd.pm
16700 ____________________________________________________________________________
16701 [  3220] By: jhi                                   on 1999/04/04  16:33:49
16702         Log: Integrate from mainperl.
16703      Branch: cfgperl
16704           !> (integrate 39 files)
16705 ____________________________________________________________________________
16706 [  3219] By: gsar                                  on 1999/04/04  02:48:17
16707         Log: tweak previous change
16708      Branch: maint-5.005/perl
16709            ! win32/win32.c
16710 ____________________________________________________________________________
16711 [  3218] By: gsar                                  on 1999/04/04  02:44:47
16712         Log: be careful about extending the stack for the Win32:: builtins
16713      Branch: maint-5.005/perl
16714            ! win32/win32.c
16715 ____________________________________________________________________________
16716 [  3217] By: gsar                                  on 1999/04/04  01:59:26
16717         Log: correct places that said newSVpv() when they meant newSVpvn()
16718      Branch: perl
16719            ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
16720            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
16721            ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
16722            ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
16723            ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
16724            ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
16725            ! win32/win32.c
16726 ____________________________________________________________________________
16727 [  3216] By: gsar                                  on 1999/04/03  23:58:27
16728         Log: avoid duplicate code
16729      Branch: perl
16730            ! sv.c
16731 ____________________________________________________________________________
16732 [  3215] By: gsar                                  on 1999/04/03  23:14:34
16733         Log: grow PL_tmps_stack more efficiently; make it more amenable to
16734              STRESS_REALLOC testing
16735      Branch: perl
16736            ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
16737            ! sv.c
16738 ____________________________________________________________________________
16739 [  3214] By: gsar                                  on 1999/04/03  21:01:09
16740         Log: scrounge and save three extra branches in pp_entersub()
16741      Branch: perl
16742            ! cv.h pp_ctl.c pp_hot.c
16743 ____________________________________________________________________________
16744 [  3213] By: gsar                                  on 1999/04/03  17:43:23
16745         Log: remove duplicate code and an extra branch in sv_setsv() and
16746              other hot code by making SvTHINKFIRST() think about FAKE SVs
16747      Branch: perl
16748            ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
16749            ! proto.h scope.c sv.c sv.h
16750 ____________________________________________________________________________
16751 [  3212] By: jhi                                   on 1999/04/03  16:20:09
16752         Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
16753              
16754              From: John Bley <jbb6@acpub.duke.edu>
16755              To: perlbug@perl.org
16756              Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
16757              Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
16758              Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
16759      Branch: cfgperl
16760            ! doio.c pp_sys.c
16761 ____________________________________________________________________________
16762 [  3211] By: jhi                                   on 1999/04/03  13:27:26
16763         Log: Change #3210 was rather unportable.  This is better.
16764      Branch: cfgperl
16765            ! Configure config_h.SH
16766 ____________________________________________________________________________
16767 [  3210] By: jhi                                   on 1999/04/03  13:16:20
16768         Log: Avoid Digital UNIX' ksh.
16769              
16770              From: Jarkko Hietaniemi <jhi@iki.fi> 
16771              To: Henrik Tougaard <ht000@siberut.foa.dk> 
16772              Cc: perlbug@perl.com, ht000@foa.dk 
16773              Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
16774              Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET) 
16775              Message-ID: <13999.10289.319422.239987@alpha.hut.fi> 
16776      Branch: cfgperl
16777            ! Configure config_h.SH
16778 ____________________________________________________________________________
16779 [  3209] By: jhi                                   on 1999/04/03  12:49:04
16780         Log: Integrate from mainperl.
16781      Branch: cfgperl
16782           !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
16783 ____________________________________________________________________________
16784 [  3208] By: jhi                                   on 1999/04/03  12:27:24
16785         Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
16786              
16787              From: Lionel Cons <lionel.cons@cern.ch>
16788              To: jhi@iki.fi
16789              Cc: perlbug@perl.com, kstar@isinet.com,
16790              Philippe Defert <philippe.defert@cern.ch>
16791              Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
16792              Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
16793              Message-Id: <199904011205.OAA11380@mercury.cern.ch>
16794      Branch: cfgperl
16795            ! hints/irix_6.sh
16796 ____________________________________________________________________________
16797 [  3207] By: jhi                                   on 1999/04/03  12:20:21
16798         Log: Be polite about usemymalloc.
16799      Branch: cfgperl
16800            ! hints/aix.sh
16801 ____________________________________________________________________________
16802 [  3206] By: gsar                                  on 1999/04/02  23:31:59
16803         Log: a typo in change#3205
16804      Branch: perl
16805            ! t/lib/bigfloatpm.t
16806 ____________________________________________________________________________
16807 [  3205] By: gsar                                  on 1999/04/02  23:20:31
16808         Log: make testsuite reflect change#3157  (Math::BigFloat->new now
16809              returns NaNs faithfully)
16810      Branch: perl
16811            ! t/lib/bigfloatpm.t
16812 ____________________________________________________________________________
16813 [  3204] By: jhi                                   on 1999/04/02  22:03:23
16814         Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
16815              
16816              From: "Kurt D. Starsinic" <kstar@chapin.edu>
16817              To: perl5-porters@perl.org
16818              Subject: linux hints nit
16819              Date: Fri, 2 Apr 1999 16:49:47 -0500
16820              Message-ID: <19990402164947.E80926@O2.chapin.edu>
16821      Branch: cfgperl
16822            ! hints/linux.sh
16823 ____________________________________________________________________________
16824 [  3203] By: jhi                                   on 1999/04/02  22:00:56
16825         Log: Display exact glibc version in Linux. 
16826              
16827              From: Andy Dougherty <doughera@lafayette.edu>
16828              To: Perl Porters <perl5-porters@perl.org>
16829              Subject: Displaying glibc version on Linux
16830              Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
16831              Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
16832      Branch: cfgperl
16833            ! hints/linux.sh
16834 ____________________________________________________________________________
16835 [  3202] By: gsar                                  on 1999/04/02  21:23:18
16836         Log: various little goofs
16837      Branch: perl
16838            ! Changes Makefile.SH README installperl
16839 ____________________________________________________________________________
16840 [  3201] By: jhi                                   on 1999/04/02  13:13:39
16841         Log: Configure regen.
16842              
16843              Add llseek + offset_t probing.
16844              Change CONFIG to CONFIGDOTSH.
16845              'unset foo' is unportable, use foo=''.
16846      Branch: cfgperl
16847            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
16848            ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
16849            ! perl_exp.SH writemain.SH
16850 ____________________________________________________________________________
16851 [  3200] By: jhi                                   on 1999/04/02  12:06:22
16852         Log: Introduce myconfig.SH.
16853              
16854              From: Andy Dougherty <doughera@lafayette.edu>
16855              To: Jarkko Hietaniemi <jhi@iki.fi>
16856              Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
16857              Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
16858              Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
16859              Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
16860      Branch: cfgperl
16861            + myconfig.SH
16862            - myconfig
16863            ! MANIFEST
16864 ____________________________________________________________________________
16865 [  3195] By: jhi                                   on 1999/03/28  16:42:54
16866         Log: Update perlhist on 5_03.
16867      Branch: maint-5.005/perl
16868            ! pod/perlhist.pod
16869 ____________________________________________________________________________
16870 [  3194] By: jhi                                   on 1999/03/28  12:30:01
16871         Log: Integrate from mainperl.
16872      Branch: cfgperl
16873           +> t/op/grep.t
16874            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
16875            ! t/lib/bigintpm.t
16876           !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
16877           !> t/lib/thread.t
16878 ____________________________________________________________________________
16879 [  3189] By: gsar                                  on 1999/03/28  08:22:00
16880         Log: various pod niggles
16881      Branch: maint-5.005/perl
16882            ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
16883            ! pod/perlfunc.pod pod/perlhist.pod
16884 ____________________________________________________________________________
16885 [  3187] By: gsar                                  on 1999/03/28  07:31:16
16886         Log: regularize CAPI declarations (CAPI extensions now build under
16887              the Borland compiler)
16888      Branch: maint-5.005/perl
16889            ! win32/GenCAPI.pl
16890 ____________________________________________________________________________
16891 [  3186] By: gsar                                  on 1999/03/28  07:26:33
16892         Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
16893              -DPERL_CAPI
16894      Branch: maint-5.005/perl
16895            ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
16896 ____________________________________________________________________________
16897 [  3183] By: gsar                                  on 1999/03/28  06:00:46
16898         Log: update p4 utility to ignore non-text files
16899      Branch: perl
16900            ! Porting/p4desc
16901 ____________________________________________________________________________
16902 [  3181] By: gsar                                  on 1999/03/28  03:37:23
16903         Log: integrate change#3179 from maint-5.005
16904      Branch: perl
16905           !> ext/Thread/Thread.xs t/lib/thread.t
16906 ____________________________________________________________________________
16907 [  3180] By: gsar                                  on 1999/03/28  02:28:20
16908         Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
16909              (sometimes caused bizarreness in the BLOCK)
16910      Branch: perl
16911            + t/op/grep.t
16912            ! MANIFEST op.c
16913 ____________________________________________________________________________
16914 [  3179] By: gsar                                  on 1999/03/28  02:14:04
16915         Log: fix thread segfault when passing large number of arguments to child
16916              a la C<Thread->new($foo, 1..1000)>
16917      Branch: maint-5.005/perl
16918            ! ext/Thread/Thread.xs t/lib/thread.t
16919 ____________________________________________________________________________
16920 [  3178] By: gbarr                                 on 1999/03/28  01:39:23
16921         Log: fix $Config{'usethreads'} typo in perlthrtut
16922              
16923              From: Ian Maloney <szhmf9@wsblob.ubs.com>
16924              Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
16925              Message-Id: <199903251540.QAA02439@wsblob.>
16926              Subject: perlthrtut documentation error
16927      Branch: maint-5.005/perl
16928            ! pod/perlthrtut.pod
16929 ____________________________________________________________________________
16930 [  3173] By: gbarr                                 on 1999/03/27  18:19:47
16931         Log: Update Test.pm to VERSION 1.122 from CPAN
16932      Branch: maint-5.005/perl
16933            ! lib/Test.pm
16934 ____________________________________________________________________________
16935 [  3171] By: jhi                                   on 1999/03/26  22:38:28
16936         Log: Integrate from mainperl.
16937      Branch: cfgperl
16938           !> (integrate 37 files)
16939 ____________________________________________________________________________
16940 [  3170] By: gsar                                  on 1999/03/26  01:30:25
16941         Log: specify type of bracket in "Unmatched bracket" diagnostic;
16942              prefer 'brace' or 'curly bracket' over 'curly brace'
16943      Branch: perl
16944            ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
16945            ! t/op/misc.t t/op/re_tests toke.c
16946 ____________________________________________________________________________
16947 [  3169] By: gsar                                  on 1999/03/26  00:50:51
16948         Log: better description of "Integer overflow" diagnostic
16949      Branch: perl
16950            ! pod/perldiag.pod
16951 ____________________________________________________________________________
16952 [  3168] By: gsar                                  on 1999/03/25  11:02:46
16953         Log: applied needful parts of suggested patch
16954              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
16955              Date: Tue, 23 Mar 1999 16:21:43 -0800
16956              Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
16957              Subject: [PATCH 5.005_56] pp_formline correction
16958      Branch: perl
16959            ! ext/B/B/Bblock.pm ext/B/B/CC.pm
16960 ____________________________________________________________________________
16961 [  3167] By: gsar                                  on 1999/03/25  10:39:02
16962         Log: clarify what a "comment" means (due to Mark-Jason Dominus
16963              <mjd@plover.com>)
16964      Branch: perl
16965            ! pod/perlsyn.pod
16966 ____________________________________________________________________________
16967 [  3166] By: gsar                                  on 1999/03/25  10:33:18
16968         Log: describe current behavior on local($foo{nothere}) (suggested by
16969              Lionel Cons <lionel.cons@cern.ch>)
16970      Branch: perl
16971            ! pod/perlsub.pod
16972 ____________________________________________________________________________
16973 [  3165] By: gsar                                  on 1999/03/25  06:21:05
16974         Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
16975              <vishalb@hotmail.com>)
16976      Branch: perl
16977            ! ext/B/B/C.pm
16978 ____________________________________________________________________________
16979 [  3164] By: gsar                                  on 1999/03/25  06:17:27
16980         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
16981              Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
16982              Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
16983              Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
16984      Branch: perl
16985            ! ext/B/B.xs op.h opcode.pl
16986 ____________________________________________________________________________
16987 [  3163] By: gsar                                  on 1999/03/25  06:15:49
16988         Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
16989              Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
16990              Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
16991              Subject: [PATCH _56] B::Deparse 0.57
16992              --
16993              Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
16994              Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
16995              Subject: Re: [PATCH _56] B::Deparse 0.57 
16996      Branch: perl
16997            ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
16998 ____________________________________________________________________________
16999 [  3162] By: gsar                                  on 1999/03/25  06:11:46
17000         Log: fix a few places that said 'int', but meant 'STRLEN'
17001      Branch: perl
17002            ! pod/perlguts.pod proto.h sv.c
17003 ____________________________________________________________________________
17004 [  3161] By: gsar                                  on 1999/03/25  06:01:18
17005         Log: From: Russ Allbery <rra@stanford.edu>
17006              Date: 22 Mar 1999 04:26:26 -0800
17007              Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
17008              Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
17009      Branch: perl
17010            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
17011            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
17012            ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
17013            ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
17014 ____________________________________________________________________________
17015 [  3160] By: gsar                                  on 1999/03/25  02:26:31
17016         Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
17017      Branch: perl
17018            ! opcode.h opcode.pl
17019 ____________________________________________________________________________
17020 [  3159] By: gsar                                  on 1999/03/25  02:18:17
17021         Log: add statement-modifier loops to :base_loop class
17022      Branch: perl
17023            ! ext/Opcode/Opcode.pm
17024 ____________________________________________________________________________
17025 [  3158] By: gsar                                  on 1999/03/25  00:36:57
17026         Log: integrate changes#3105,3130,3154 from maint-5.005
17027      Branch: perl
17028           !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
17029 ____________________________________________________________________________
17030 [  3157] By: gsar                                  on 1999/03/25  00:24:17
17031         Log: remove bogus panic()
17032      Branch: perl
17033            ! Changes lib/Math/BigFloat.pm
17034 ____________________________________________________________________________
17035 [  3156] By: jhi                                   on 1999/03/24  22:43:43
17036         Log: Integrate from mainperl.
17037      Branch: cfgperl
17038           +> (branch 38 files)
17039           !> (integrate 68 files)
17040 ____________________________________________________________________________
17041 [  3155] By: jhi                                   on 1999/03/24  22:12:17
17042         Log: Configure regenerated because of changes #3130/#3154 and #3147.
17043      Branch: cfgperl
17044            ! Configure config_h.SH
17045 ____________________________________________________________________________
17046 [  3154] By: jhi                                   on 1999/03/24  21:40:51
17047         Log: Reword the shared library search path (LD_LIBRARY_PATH) info
17048              based on suggestions from Andy Dougherty.
17049      Branch: maint-5.005/perl
17050            ! INSTALL
17051 ____________________________________________________________________________
17052 [  3153] By: gsar                                  on 1999/03/24  10:38:05
17053         Log: applied suggested patch, modulo superceded parts
17054              From: Charles Bailey <BAILEY@newman.upenn.edu>
17055              Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
17056              Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
17057              Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
17058      Branch: perl
17059            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
17060            ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
17061            ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
17062            ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
17063 ____________________________________________________________________________
17064 [  3152] By: gsar                                  on 1999/03/24  10:30:51
17065         Log: applied suggested patch, modulo superceded parts
17066              From: Charles Bailey <BAILEY@newman.upenn.edu>
17067              Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
17068              Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
17069              Subject: [PATCH 5.005_56] Miscellaneous small fixes
17070      Branch: perl
17071            ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
17072            ! lib/File/Basename.pm
17073 ____________________________________________________________________________
17074 [  3151] By: gsar                                  on 1999/03/24  10:15:00
17075         Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
17076      Branch: perl
17077            ! pod/perlop.pod
17078 ____________________________________________________________________________
17079 [  3150] By: gsar                                  on 1999/03/24  10:09:13
17080         Log: missing integration in previous change
17081      Branch: perl
17082           !> README.apollo
17083 ____________________________________________________________________________
17084 [  3149] By: gsar                                  on 1999/03/24  10:06:44
17085         Log: integrate changes#3116,3119 from maint-5.005
17086      Branch: perl
17087            + README.apollo
17088           +> apollo/netinet/in.h
17089           !> MANIFEST hints/apollo.sh t/lib/io_udp.t
17090 ____________________________________________________________________________
17091 [  3148] By: gsar                                  on 1999/03/24  10:01:56
17092         Log: integrate changes#3091-3094 from maint-5.005
17093      Branch: perl
17094           !> README.hurd vms/subconfigure.com vos/config.h
17095           !> vos/config_h.SH_orig
17096 ____________________________________________________________________________
17097 [  3147] By: gsar                                  on 1999/03/24  09:31:49
17098         Log: warn about newfangled vfork() caveats
17099      Branch: perl
17100            ! Configure
17101 ____________________________________________________________________________
17102 [  3146] By: jhi                                   on 1999/03/24  09:20:14
17103         Log: Bring in changes #2808 and #2812 (from mainline perl)
17104              that enhance the perlbug checklist.
17105      Branch: maint-5.005/perl
17106            ! utils/perlbug.PL
17107 ____________________________________________________________________________
17108 [  3145] By: gsar                                  on 1999/03/24  08:37:02
17109         Log: integrate change#3115 from maint-5.005
17110      Branch: perl
17111           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
17112           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
17113 ____________________________________________________________________________
17114 [  3144] By: gsar                                  on 1999/03/24  08:33:59
17115         Log: add note about map in scalar context
17116      Branch: perl
17117            ! pod/perlfunc.pod
17118 ____________________________________________________________________________
17119 [  3143] By: gsar                                  on 1999/03/24  08:25:59
17120         Log: doc tweak
17121      Branch: perl
17122            ! lib/Time/Local.pm
17123 ____________________________________________________________________________
17124 [  3142] By: gsar                                  on 1999/03/24  08:20:37
17125         Log: applied suggested patch, modulo bogus hunk
17126              From: "Vishal Bhatia" <vishalb@hotmail.com>
17127              Date: Thu, 11 Mar 1999 07:40:27 PST
17128              Message-ID: <19990311154027.25891.qmail@hotmail.com>
17129              Subject: [PATCH 5.005_56] Minor fixes in perlcc
17130      Branch: perl
17131            ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
17132 ____________________________________________________________________________
17133 [  3141] By: gsar                                  on 1999/03/24  08:06:12
17134         Log: integrate change#3104 from maint-5.005
17135      Branch: perl
17136           !> README.os390 t/lib/posix.t
17137 ____________________________________________________________________________
17138 [  3140] By: gsar                                  on 1999/03/24  06:34:56
17139         Log: fix failure of C<&locked_sub;> under -Dusethreads
17140      Branch: perl
17141            ! pp_hot.c t/lib/thread.t
17142 ____________________________________________________________________________
17143 [  3139] By: gsar                                  on 1999/03/24  05:52:00
17144         Log: debugger tweak (wasn't printing a newline after recalled commands)
17145      Branch: perl
17146            ! lib/perl5db.pl
17147 ____________________________________________________________________________
17148 [  3138] By: gsar                                  on 1999/03/24  05:33:28
17149         Log: document OO exceptions (based on a suggestion by Andreas Koenig
17150              <andreas.koenig@anima.de>)
17151      Branch: perl
17152            ! pod/perlfunc.pod
17153 ____________________________________________________________________________
17154 [  3137] By: gsar                                  on 1999/03/24  02:50:20
17155         Log: better "Illegal %s digit ignored" warnings
17156      Branch: perl
17157            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
17158            ! toke.c util.c
17159 ____________________________________________________________________________
17160 [  3136] By: gsar                                  on 1999/03/24  02:26:38
17161         Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
17162      Branch: perl
17163            + t/pragma/utf8.t
17164            ! regcomp.c
17165 ____________________________________________________________________________
17166 [  3135] By: gsar                                  on 1999/03/24  01:29:09
17167         Log: flip release & version in win32_uname()
17168      Branch: perl
17169            ! win32/win32.c
17170 ____________________________________________________________________________
17171 [  3134] By: gsar                                  on 1999/03/24  01:08:33
17172         Log: support POSIX::uname() via win32_uname()
17173      Branch: perl
17174            ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
17175            ! win32/config.gc win32/config.vc win32/config_H.bc
17176            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
17177            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
17178 ____________________________________________________________________________
17179 [  3133] By: gsar                                  on 1999/03/23  22:20:10
17180         Log: From: jan.dubois@ibm.net (Jan Dubois)
17181              Date: Sat, 06 Mar 1999 21:42:56 +0100
17182              Message-ID: <36e49281.50337171@smtp1.ibm.net>
17183              Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
17184      Branch: perl
17185            ! pod/perldelta.pod
17186 ____________________________________________________________________________
17187 [  3132] By: gsar                                  on 1999/03/23  22:17:45
17188         Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
17189              Date: Sat, 06 Mar 1999 17:50:49 +0100
17190              Message-ID: <36e25209.33833760@smtp1.ibm.net>
17191              Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
17192              --
17193              Date: Sat, 06 Mar 1999 18:15:00 +0100
17194              Message-ID: <36e36222.37954195@smtp1.ibm.net>
17195              Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
17196      Branch: perl
17197            + t/lib/filefunc.t
17198            ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
17199            ! pod/perldelta.pod pod/perlmodlib.pod
17200 ____________________________________________________________________________
17201 [  3131] By: gsar                                  on 1999/03/23  22:07:59
17202         Log: integrate cfgperl changes into mainline
17203      Branch: perl
17204           +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
17205           !> Configure Makefile.SH config_h.SH configure.gnu handy.h
17206           !> installperl malloc.c perl.c perl.h pod/perl.pod
17207           !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
17208 ____________________________________________________________________________
17209 [  3130] By: jhi                                   on 1999/03/23  22:02:23
17210         Log: Don't use config.msg to remind about the
17211              LD_LIBRARY_PATH because Makefile.SH takes
17212              care of that.
17213              
17214              Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
17215              This used to be the default but in some MT or another it
17216              was dropped because of some transient error or another.
17217      Branch: maint-5.005/perl
17218            ! Configure hints/dec_osf.sh
17219 ____________________________________________________________________________
17220 [  3129] By: gsar                                  on 1999/03/23  21:38:03
17221         Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
17222              to size    and better maintainability)
17223      Branch: perl
17224            + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
17225            + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
17226            + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
17227            + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
17228            + t/pod/headings.t t/pod/headings.xr t/pod/include.t
17229            + t/pod/include.xr t/pod/included.t t/pod/included.xr
17230            + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
17231            + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
17232            + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
17233            + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
17234            + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
17235            ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
17236            ! win32/Makefile win32/makefile.mk win32/pod.mak
17237 ____________________________________________________________________________
17238 [  3128] By: jhi                                   on 1999/03/23  10:14:54
17239         Log: Integrate from mainperl.
17240      Branch: cfgperl
17241           !> (integrate 46 files)
17242 ____________________________________________________________________________
17243 [  3127] By: gsar                                  on 1999/03/23  06:57:30
17244         Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
17245              Date: Thu, 4 Mar 1999 10:54:01 -0800
17246              Message-Id: <9903041854.AA46868@frc0000>
17247              Subject: patch for useless Math::BigInt warnings
17248      Branch: perl
17249            ! lib/Math/BigInt.pm
17250 ____________________________________________________________________________
17251 [  3126] By: gsar                                  on 1999/03/23  05:54:37
17252         Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
17253              From: "Kurt D. Starsinic" <kstar@chapin.edu>
17254              Date: Fri, 19 Feb 1999 15:47:59 -0500
17255              Message-ID: <19990219154759.A32350@O2.chapin.edu>
17256              Subject: [PATCH] OSF/1 hints
17257      Branch: perl
17258            ! hints/dec_osf.sh
17259 ____________________________________________________________________________
17260 [  3125] By: gsar                                  on 1999/03/23  00:56:38
17261         Log: avoid typeglob persistence in pp_readline()
17262      Branch: perl
17263            ! sv.c t/op/gv.t
17264 ____________________________________________________________________________
17265 [  3124] By: gsar                                  on 1999/03/22  21:12:23
17266         Log: update copyright years
17267      Branch: perl
17268            ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
17269            ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
17270            ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
17271            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
17272            ! sv.c sv.h toke.c utf8.c utf8.h util.c
17273 ____________________________________________________________________________
17274 [  3123] By: gsar                                  on 1999/03/22  07:07:06
17275         Log: implement win32_spawnvp() internally, making it return true PIDs
17276              for asynchronous spawns; fix win32_kill() to always deal with
17277              PIDs
17278      Branch: perl
17279            ! win32/win32.c win32/win32.h
17280 ____________________________________________________________________________
17281 [  3122] By: jhi                                   on 1999/03/19  21:12:14
17282         Log: Describe the new Benchmark feature in more detail.
17283      Branch: cfgperl
17284            ! pod/perldelta.pod
17285      Branch: maint-5.005/perl
17286            ! pod/perldelta.pod
17287 ____________________________________________________________________________
17288 [  3121] By: jhi                                   on 1999/03/19  08:16:12
17289         Log: AVAILABILITY tuning.
17290      Branch: cfgperl
17291            ! pod/perl.pod
17292      Branch: maint-5.005/perl
17293            ! pod/perl.pod
17294 ____________________________________________________________________________
17295 [  3120] By: jhi                                   on 1999/03/17  14:52:17
17296         Log: Rhapsody change assumed too much.
17297      Branch: cfgperl
17298            ! t/op/stat.t
17299 ____________________________________________________________________________
17300 [  3119] By: jhi                                   on 1999/03/17  14:33:43
17301         Log: More Apollo fixes.
17302      Branch: maint-5.005/perl
17303            ! README.apollo hints/apollo.sh t/lib/io_udp.t
17304 ____________________________________________________________________________
17305 [  3118] By: jhi                                   on 1999/03/16  17:23:39
17306         Log: Nada.
17307      Branch: maint-5.005/perl
17308            ! README.apollo
17309 ____________________________________________________________________________
17310 [  3117] By: jhi                                   on 1999/03/16  17:18:49
17311         Log: Apollo DomainOS AVAILABILITY.
17312      Branch: cfgperl
17313            ! pod/perl.pod
17314      Branch: maint-5.005/perl
17315            ! pod/perl.pod
17316 ____________________________________________________________________________
17317 [  3116] By: jhi                                   on 1999/03/16  17:14:00
17318         Log: Apollo DomainOS patch
17319              From: Johann Klasek <jk@auto.tuwien.ac.at>
17320              Subject: Re: DomainPerl
17321              Date: Tue, 16 Mar 1999 17:46:32 +0100
17322              Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
17323      Branch: maint-5.005/perl
17324            + README.apollo apollo/netinet/in.h
17325            ! MANIFEST hints/apollo.sh
17326 ____________________________________________________________________________
17327 [  3115] By: jhi                                   on 1999/03/16  14:23:54
17328         Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
17329              To: Gurusamy Sarathy <gsar@activestate.com>,
17330              Graham Barr <gbarr@pobox.com>
17331              Cc: Perl5 Porters <perl5-porters@perl.org>,
17332              "Paul.Marquess" <Paul.Marquess@btinternet.com>
17333              Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
17334              Date: Sun, 14 Mar 1999 14:43:57 -0000
17335              Message-Id: <199903141841.NAA17040@defender.perl.org>
17336      Branch: maint-5.005/perl
17337            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
17338            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
17339 ____________________________________________________________________________
17340 [  3114] By: jhi                                   on 1999/03/16  12:42:20
17341         Log: Mention Rhapsody in 5.005_5X perldelta,
17342              and in Rhapsody and Netware in 5.005_0X and 5.005_5X
17343              *planned* AVAILABILITY.
17344      Branch: cfgperl
17345            ! pod/perl.pod pod/perldelta.pod
17346      Branch: maint-5.005/perl
17347            ! pod/perl.pod
17348 ____________________________________________________________________________
17349 [  3113] By: jhi                                   on 1999/03/16  10:38:53
17350         Log: perldelta niggling.
17351      Branch: cfgperl
17352            ! pod/perldelta.pod
17353      Branch: maint-5.005/perl
17354            ! pod/perldelta.pod
17355 ____________________________________________________________________________
17356 [  3112] By: jhi                                   on 1999/03/16  10:35:21
17357         Log: Integrate from mainperl.
17358      Branch: cfgperl
17359           !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
17360           !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
17361 ____________________________________________________________________________
17362 [  3111] By: jhi                                   on 1999/03/16  10:28:10
17363         Log: AVAILABILITY update: still mention PowerUX,
17364              Novell Netware now has sources available.
17365      Branch: cfgperl
17366            ! pod/perl.pod
17367      Branch: maint-5.005/perl
17368            ! pod/perl.pod
17369 ____________________________________________________________________________
17370 [  3110] By: gsar                                  on 1999/03/16  04:34:23
17371         Log: sundry pod niggles
17372      Branch: perl
17373            ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
17374            ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
17375 ____________________________________________________________________________
17376 [  3109] By: jhi                                   on 1999/03/15  17:00:11
17377         Log: Integrate from mainperl.
17378      Branch: cfgperl
17379           +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
17380           +> lib/unicode/Is/Syllable.pl
17381           +> lib/unicode/MakeEthiopicSyllables.PL
17382           +> lib/unicode/README.Ethiopic
17383           !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
17384           !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
17385           !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
17386           !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
17387           !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
17388           !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
17389           !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
17390           !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
17391 ____________________________________________________________________________
17392 [  3108] By: jhi                                   on 1999/03/15  16:58:12
17393         Log: First pass of integrating the Rhapsody port,
17394              
17395              From: Wilfredo Sanchez <wsanchez@apple.com> 
17396              Subject: Keeping the world in sync.
17397              Reply-To: wsanchez@apple.com 
17398              To: perlbug@perl.com 
17399              Date: Fri, 13 Nov 1998 17:11:30 -0800 
17400              Message-Id: <199811140111.RAA41784@scv4.apple.com> 
17401      Branch: cfgperl
17402            + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
17403            ! Configure Makefile.SH config_h.SH configure.gnu handy.h
17404            ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
17405            ! x2p/util.c
17406 ____________________________________________________________________________
17407 [  3107] By: gsar                                  on 1999/03/15  03:22:10
17408         Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
17409              From: Daniel Yacob <dmulholl@cs.indiana.edu>
17410              Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
17411              Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
17412              Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
17413      Branch: perl
17414            + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
17415            + lib/unicode/Is/Syllable.pl
17416            + lib/unicode/MakeEthiopicSyllables.PL
17417            + lib/unicode/README.Ethiopic
17418            ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
17419            ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
17420            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
17421            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
17422            ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
17423            ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
17424            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
17425            ! lib/unicode/Name.pl lib/unicode/Number.pl
17426 ____________________________________________________________________________
17427 [  3106] By: gsar                                  on 1999/03/12  20:35:36
17428         Log: change#3067 failed package.t due to needless creation of $a and $b;
17429              fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
17430      Branch: perl
17431            ! op.c
17432 ____________________________________________________________________________
17433 [  3105] By: jhi                                   on 1999/03/12  15:54:57
17434         Log: Recognize the NetBSD packages collection.
17435      Branch: maint-5.005/perl
17436            ! hints/netbsd.sh
17437 ____________________________________________________________________________
17438 [  3104] By: jhi                                   on 1999/03/12  09:07:04
17439         Log: From: pvhp@forte.com (Peter Prymmer)
17440              To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
17441              Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
17442              Date: Thu, 11 Mar 99 14:24:54 PST
17443              Message-Id: <9903112224.AA24346@forte.com>
17444      Branch: maint-5.005/perl
17445            ! README.os390 t/lib/posix.t
17446 ____________________________________________________________________________
17447 [  3103] By: jhi                                   on 1999/03/10  11:07:46
17448         Log: Integrate from mainperl.
17449      Branch: cfgperl
17450           !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
17451           !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
17452           !> t/pragma/warn/1global toke.c win32/makedef.pl
17453 ____________________________________________________________________________
17454 [  3102] By: jhi                                   on 1999/03/10  11:01:20
17455         Log: From: pvhp@forte.com (Peter Prymmer)
17456              To: perl5-porters@perl.org
17457              Subject: [5.005_03-MT6]Patch: time passes
17458              Date: Tue, 9 Mar 99 18:42:17 PST
17459              Message-Id: <9903100242.AA29057@forte.com>
17460      Branch: maint-5.005/perl
17461            ! perl.c
17462 ____________________________________________________________________________
17463 [  3101] By: jhi                                   on 1999/03/10  10:30:15
17464         Log: From: Mark-Jason Dominus <mjd@plover.com>
17465              To: perl5-porters@perl.com
17466              Subject: Minor fix to perlfunc.pod
17467              Date: Mon, 08 Mar 1999 20:05:53 -0500
17468              Message-ID: <19990309010553.13757.qmail@plover.com>
17469      Branch: maint-5.005/perl
17470            ! pod/perlfunc.pod
17471 ____________________________________________________________________________
17472 [  3100] By: gsar                                  on 1999/03/09  23:04:44
17473         Log: change#3060 had the wrong quotes
17474      Branch: perl
17475            ! pod/pod2man.PL
17476 ____________________________________________________________________________
17477 [  3099] By: jhi                                   on 1999/03/09  12:52:21
17478         Log: d_uname was broken (probably since _53), reported by
17479              
17480              From: Alan Burlison <Alan.Burlison@uk.sun.com>
17481              To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
17482              cpan-testers@perl.org
17483              Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
17484              Date: Mon, 08 Mar 1999 13:22:31 +0000
17485              Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
17486              
17487              and
17488              
17489              From: lvirden@cas.org (Larry W. Virden)
17490              To: perlbug@perl.com
17491              Subject: configure not correctly identifying uname posix compatibility
17492              Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
17493              Message-Id: <199903081136.GAA23682@cas.org>
17494      Branch: cfgperl
17495            ! Configure config_h.SH
17496 ____________________________________________________________________________
17497 [  3098] By: gsar                                  on 1999/03/09  03:16:07
17498         Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
17499      Branch: perl
17500            ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
17501 ____________________________________________________________________________
17502 [  3097] By: gsar                                  on 1999/03/09  02:50:43
17503         Log: use yyerror() instead of croak() so that compile-time failures in
17504              my(LIST) don't confuse globals with lexicals
17505      Branch: perl
17506            ! op.c toke.c
17507 ____________________________________________________________________________
17508 [  3096] By: gsar                                  on 1999/03/09  02:47:36
17509         Log: adjust testsuite for change#3067
17510      Branch: perl
17511            ! t/pragma/warn/1global
17512 ____________________________________________________________________________
17513 [  3095] By: gsar                                  on 1999/03/08  21:04:48
17514         Log: remove bogus symbols from global.sym
17515      Branch: perl
17516            ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
17517            ! perl.h win32/makedef.pl
17518 ____________________________________________________________________________
17519 [  3094] By: jhi                                   on 1999/03/06  16:16:15
17520         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
17521              To: jhi@iki.fi
17522              Subject: Oops
17523              Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
17524              Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
17525      Branch: maint-5.005/perl
17526            ! README.hurd
17527 ____________________________________________________________________________
17528 [  3093] By: jhi                                   on 1999/03/06  15:59:46
17529         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
17530              To: jhi@iki.fi
17531              Subject: New Hurd README
17532              Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
17533              Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
17534      Branch: maint-5.005/perl
17535            ! README.hurd
17536 ____________________________________________________________________________
17537 [  3092] By: jhi                                   on 1999/03/06  12:52:06
17538         Log: From: Paul_Green@stratus.com
17539              To: perl5-porters@perl.org
17540              Cc: jhi@iki.fi, Paul_Green@stratus.com
17541              Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
17542              Date: Fri, 5 Mar 1999 18:08:49 -0500 
17543              Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
17544      Branch: maint-5.005/perl
17545            ! vos/config.h vos/config_h.SH_orig
17546 ____________________________________________________________________________
17547 [  3091] By: jhi                                   on 1999/03/06  12:42:21
17548         Log: From: Dan Sugalski <sugalskd@osshe.edu>
17549              To: perl5-porters@perl.org, vmsperl@perl.org
17550              Subject: [PATCH 5.005_03-MT6]VMS build patch
17551              Date: Fri, 05 Mar 1999 12:36:19 -0800
17552              Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
17553      Branch: maint-5.005/perl
17554            ! vms/subconfigure.com
17555 ____________________________________________________________________________
17556 [  3090] By: gsar                                  on 1999/03/06  04:40:03
17557         Log: integrate change#3089 from mainline
17558              
17559              tolerate CRs after options
17560      Branch: maint-5.005/perl
17561           !> perl.c
17562 ____________________________________________________________________________
17563 [  3089] By: gsar                                  on 1999/03/06  04:30:40
17564         Log: tolerate CRs after options
17565      Branch: perl
17566            ! perl.c
17567 ____________________________________________________________________________
17568 [  3088] By: jhi                                   on 1999/03/05  12:49:01
17569         Log: Integrate from mainperl.
17570      Branch: cfgperl
17571           +> README.hurd
17572           !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
17573 ____________________________________________________________________________
17574 [  3087] By: gsar                                  on 1999/03/05  06:41:16
17575         Log: adjust timeouts to accomodate slow/busy systems
17576      Branch: perl
17577            ! t/lib/io_sock.t
17578 ____________________________________________________________________________
17579 [  3083] By: gsar                                  on 1999/03/05  01:32:47
17580         Log: integrate change#3081 from maint-5.005
17581      Branch: perl
17582           !> ext/Errno/Errno_pm.PL
17583 ____________________________________________________________________________
17584 [  3082] By: gsar                                  on 1999/03/05  01:31:06
17585         Log: integrate change#2904 from maint-5.005
17586      Branch: perl
17587           +> README.hurd
17588           !> MANIFEST
17589 ____________________________________________________________________________
17590 [  3081] By: gsar                                  on 1999/03/05  00:14:33
17591         Log: protect against doubled backslashes
17592      Branch: maint-5.005/perl
17593            ! ext/Errno/Errno_pm.PL
17594 ____________________________________________________________________________
17595 [  3077] By: jhi                                   on 1999/03/04  08:10:13
17596         Log: Integrate from mainperl.
17597      Branch: cfgperl
17598           +> ext/B/B/Stash.pm
17599           !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
17600           !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
17601           !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
17602           !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
17603 ____________________________________________________________________________
17604 [  3076] By: jhi                                   on 1999/03/04  08:07:59
17605         Log: Regen config_h.SH once more because of *size, 
17606              noticed by
17607              
17608              From: Hans Mulder <hansm@icgned.icgroup.nl>
17609              To: Jarkko Hietaniemi <jhi@iki.fi>
17610              Cc: perl5-porters@perl.org
17611              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
17612              Date: Thu,  4 Mar 99 00:10:45 +0100
17613              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
17614      Branch: cfgperl
17615            ! Configure config_h.SH
17616 ____________________________________________________________________________
17617 [  3068] By: gsar                                  on 1999/03/04  05:48:03
17618         Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
17619              Date: Thu,  4 Mar 99 00:10:45 +0100
17620              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
17621              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
17622      Branch: perl
17623            ! config_h.SH
17624 ____________________________________________________________________________
17625 [  3067] By: gsar                                  on 1999/03/04  05:44:32
17626         Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
17627              From: Graham Barr <gbarr@ti.com>
17628              Date: Wed, 3 Mar 1999 17:23:56 -0600
17629              Message-ID: <19990303172356.F7442@dal.asp.ti.com>
17630              Subject: Re: 'use strict' doesn't work for one-letter variables
17631      Branch: perl
17632            ! gv.c op.c
17633 ____________________________________________________________________________
17634 [  3066] By: gsar                                  on 1999/03/04  05:20:50
17635         Log: updates to compiler modules
17636              From: "Vishal Bhatia" <vishalb@hotmail.com>
17637              Date: Tue, 02 Mar 1999 23:27:25 PST
17638              Message-ID: <19990303072725.779.qmail@hotmail.com>
17639              Subject: PATCH 5.005_56 + Test procedure
17640      Branch: perl
17641            + ext/B/B/Stash.pm
17642            ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
17643            ! lib/Test/Harness.pm utils/perlcc.PL
17644 ____________________________________________________________________________
17645 [  3065] By: gsar                                  on 1999/03/04  05:03:30
17646         Log: more s/s_/s!/ etc.
17647      Branch: perl
17648            ! pod/perldelta.pod pod/perlfunc.pod
17649 ____________________________________________________________________________
17650 [  3064] By: gsar                                  on 1999/03/04  04:50:45
17651         Log: integrate cfgperl contents into mainline
17652      Branch: perl
17653           !> Configure README.vms bytecode.h config_h.SH configure.com
17654           !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
17655           !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
17656           !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
17657 ____________________________________________________________________________
17658 [  3063] By: gsar                                  on 1999/03/04  04:44:13
17659         Log: HP-UX has yet another spelling for /NaNQ?/
17660      Branch: perl
17661            ! t/lib/bigfloatpm.t
17662 ____________________________________________________________________________
17663 [  3062] By: gsar                                  on 1999/03/04  04:36:08
17664         Log: error-check for accept() test
17665      Branch: perl
17666            ! t/lib/io_sock.t
17667 ____________________________________________________________________________
17668 [  3061] By: gsar                                  on 1999/03/04  03:40:25
17669         Log: allow custom comparison function in File::Compare::compare_text()
17670              From: jan.dubois@ibm.net (Jan Dubois)
17671              Date: Fri, 26 Feb 1999 21:56:09 +0100
17672              Message-ID: <36db0838.8805651@smtp1.ibm.net>
17673              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
17674      Branch: perl
17675            ! lib/File/Compare.pm
17676 ____________________________________________________________________________
17677 [  3060] By: gsar                                  on 1999/03/04  03:37:38
17678         Log: better version of change#3038
17679              From: abigail@fnx.com
17680              Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
17681              Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
17682              Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
17683      Branch: perl
17684            ! pod/pod2man.PL
17685 ____________________________________________________________________________
17686 [  3058] By: jhi                                   on 1999/03/03  22:30:40
17687         Log: Configure regen to
17688              (1) match maint-5.005 patches #3056 and #3057
17689              (2) better version of PHOSTNAME of #3050
17690              (3) the crosscompile/multiarch config_h.SH trouble solved for now
17691      Branch: cfgperl
17692            ! Configure config_h.SH
17693 ____________________________________________________________________________
17694 [  3054] By: jhi                                   on 1999/03/03  09:57:59
17695         Log: Change #3053 missed perldelta.
17696      Branch: cfgperl
17697            ! pod/perldelta.pod
17698 ____________________________________________________________________________
17699 [  3053] By: jhi                                   on 1999/03/03  08:29:43
17700         Log: Use '!' to mark native integer packings instead of '_'.
17701      Branch: cfgperl
17702            ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
17703 ____________________________________________________________________________
17704 [  3052] By: jhi                                   on 1999/03/02  23:12:36
17705         Log: The HP-UX threads patch (change #3028) is needed also here.
17706      Branch: cfgperl
17707            ! hints/hpux.sh thread.h
17708 ____________________________________________________________________________
17709 [  3051] By: jhi                                   on 1999/03/02  08:24:52
17710         Log: From: Dan Sugalski <sugalskd@osshe.edu>
17711              To: perl5-porters@perl.org, vmsperl@perl.org
17712              Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
17713              Date: Mon, 01 Mar 1999 16:10:57 -0800
17714              Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
17715      Branch: cfgperl
17716            ! README.vms
17717      Branch: maint-5.005/perl
17718            ! README.vms
17719 ____________________________________________________________________________
17720 [  3050] By: jhi                                   on 1999/03/02  08:22:29
17721         Log: From: Dan Sugalski <sugalskd@osshe.edu>
17722              To: perl5-porters@perl.org, vmsperl@perl.org
17723              Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
17724              Date: Mon, 01 Mar 1999 16:06:29 -0800
17725              Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
17726              
17727              From: Dan Sugalski <sugalskd@osshe.edu>
17728              To: perl5-porters@perl.org, vmsperl@perl.org
17729              Subject: [PATCH 5.005_56]vmsish.pm patch
17730              Date: Mon, 01 Mar 1999 20:19:04 -0800
17731              Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
17732              
17733              plus Configure regen containing a "solution" to the
17734              crosscompile/multiarch problem.
17735      Branch: cfgperl
17736            ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
17737            ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
17738 ____________________________________________________________________________
17739 [  3049] By: jhi                                   on 1999/03/02  07:34:21
17740         Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
17741              To: perl5-porters@perl.org
17742              Subject: [PATCH] Eliminate (valid) warning in byterun.c
17743              Date: Mon, 01 Mar 1999 17:27:59 -0500
17744              Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
17745      Branch: cfgperl
17746            ! bytecode.h
17747      Branch: maint-5.005/perl
17748            ! bytecode.h
17749 ____________________________________________________________________________
17750 [  3048] By: gsar                                  on 1999/03/02  06:41:21
17751         Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
17752      Branch: perl
17753            ! MANIFEST README.hpux
17754 ____________________________________________________________________________
17755 [  3047] By: jhi                                   on 1999/03/01  06:34:43
17756         Log: Integrate from mainperl.
17757      Branch: cfgperl
17758           +> README.hpux lib/File/Spec/Functions.pm
17759           !> (integrate 28 files)
17760 ____________________________________________________________________________
17761 [  3046] By: gsar                                  on 1999/03/01  05:34:28
17762         Log: this is 5.005_56
17763      Branch: perl
17764            ! Changes
17765
17766 ----------------
17767 Version 5.005_56
17768 ----------------
17769
17770 ____________________________________________________________________________
17771 [  3045] By: gsar                                  on 1999/03/01  03:32:30
17772         Log: destroy PL_svref_mutex in perl_destruct()
17773      Branch: perl
17774            ! perl.c
17775 ____________________________________________________________________________
17776 [  3044] By: gsar                                  on 1999/03/01  00:38:50
17777         Log: up patchlevel &c.
17778      Branch: perl
17779            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
17780            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17781            ! win32/makefile.mk
17782 ____________________________________________________________________________
17783 [  3043] By: gsar                                  on 1999/03/01  00:14:15
17784         Log: integrate cfgperl contents into mainline
17785      Branch: perl
17786            ! pod/perldelta.pod
17787           !> Configure config_h.SH
17788 ____________________________________________________________________________
17789 [  3042] By: gsar                                  on 1999/02/28  23:55:08
17790         Log: slightly edited version of suggested patch
17791              From: jan.dubois@ibm.net (Jan Dubois)
17792              Date: Mon, 01 Mar 1999 00:32:05 +0100
17793              Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
17794              Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
17795      Branch: perl
17796            + lib/File/Spec/Functions.pm
17797            ! MANIFEST lib/File/Spec.pm
17798 ____________________________________________________________________________
17799 [  3041] By: gsar                                  on 1999/02/28  22:47:19
17800         Log: fix subtle bug in eval'' testsuite
17801      Branch: perl
17802            ! t/op/eval.t
17803 ____________________________________________________________________________
17804 [  3040] By: gsar                                  on 1999/02/28  22:46:24
17805         Log: avoid literal control characters in change#3039
17806      Branch: perl
17807            ! t/base/lex.t
17808 ____________________________________________________________________________
17809 [  3039] By: gsar                                  on 1999/02/28  21:47:18
17810         Log: todo item: permit extended control variables a la ${^Foo} (patch
17811              courtesy Mark-Jason Dominus <mjd@plover.com>)
17812      Branch: perl
17813            ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
17814            ! t/base/lex.t toke.c
17815 ____________________________________________________________________________
17816 [  3038] By: gsar                                  on 1999/02/28  21:21:05
17817         Log: From: abigail@fnx.com
17818              Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
17819              Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
17820              Subject: Recognize -> and => inside [A-Z]<> sequences.
17821      Branch: perl
17822            ! pod/pod2man.PL
17823 ____________________________________________________________________________
17824 [  3037] By: gsar                                  on 1999/02/28  21:12:22
17825         Log: fix longstanding bug: searches for lexicals originating within eval''
17826              weren't stopping at the subroutine boundary correctly
17827      Branch: perl
17828            ! op.c proto.h t/op/eval.t
17829 ____________________________________________________________________________
17830 [  3036] By: gsar                                  on 1999/02/28  20:02:29
17831         Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
17832              as stacked list values
17833              From: jan.dubois@ibm.net (Jan Dubois)
17834              Date: Sat, 27 Feb 1999 18:24:17 +0100
17835              Message-ID: <36e22849.36531259@smtp1.ibm.net>
17836              Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup 
17837      Branch: perl
17838            ! win32/win32.c
17839 ____________________________________________________________________________
17840 [  3035] By: gsar                                  on 1999/02/28  19:48:54
17841         Log: remove superfluous stack_sp decl
17842      Branch: perl
17843            ! jpl/JNI/JNI.xs
17844 ____________________________________________________________________________
17845 [  3034] By: gsar                                  on 1999/02/28  19:34:58
17846         Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
17847      Branch: perl
17848            ! lib/Getopt/Std.pm
17849 ____________________________________________________________________________
17850 [  3033] By: gsar                                  on 1999/02/28  19:23:41
17851         Log: add File::Compare::compare_text()
17852              From: jan.dubois@ibm.net (Jan Dubois)
17853              Date: Fri, 26 Feb 1999 00:20:41 +0100
17854              Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
17855              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
17856      Branch: perl
17857            ! lib/File/Compare.pm pod/perltodo.pod
17858 ____________________________________________________________________________
17859 [  3032] By: gsar                                  on 1999/02/28  19:01:33
17860         Log: add README.hpux
17861      Branch: perl
17862            + README.hpux
17863            ! MAINTAIN MANIFEST
17864 ____________________________________________________________________________
17865 [  3031] By: gsar                                  on 1999/02/28  18:49:08
17866         Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
17867              James Cromie <jcromie@fossil.uswc.uswest.com>
17868      Branch: perl
17869            ! lib/Pod/Html.pm
17870 ____________________________________________________________________________
17871 [  3030] By: gsar                                  on 1999/02/28  18:35:09
17872         Log: From: jan.dubois@ibm.net (Jan Dubois)
17873              Date: Wed, 24 Feb 1999 22:34:56 +0100
17874              Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
17875              Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
17876      Branch: perl
17877            ! lib/Test/Harness.pm
17878 ____________________________________________________________________________
17879 [  3029] By: gsar                                  on 1999/02/28  18:28:18
17880         Log: add note about env pollution
17881      Branch: perl
17882            ! INSTALL pod/perltodo.pod
17883 ____________________________________________________________________________
17884 [  3028] By: jhi                                   on 1999/02/26  14:40:00
17885         Log: HP-UX 11 threads.
17886              
17887              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
17888              To: perl5-porters@perl.org
17889              Cc: jhi@cc.hut.fi
17890              Subject: Maint 5 and _54 with threading on HP-UX 11.00
17891              Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
17892              Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
17893              
17894              NOTE from jhi: the hpux hints could still be more robust by
17895              disabling gdbm when necessary.
17896              
17897              Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
17898              linking -lgdbm -lpthread creates an executable that instantly
17899              core dumps on a pthreads internal panic:
17900              
17901              ./gdpt
17902              
17903              Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
17904              Return Pointer is 0xc082bf33
17905              17639 quit (core dumped)  ./gdpt
17906              
17907              You don't have to *use* either gdbm or pthreads in the executable,
17908              just linking them together is enough.  Workaround is to recompile
17909              the GDBM under HP-UX 11, that makes the problem go away.
17910      Branch: maint-5.005/perl
17911            ! hints/hpux.sh thread.h
17912 ____________________________________________________________________________
17913 [  3025] By: jhi                                   on 1999/02/25  20:41:07
17914         Log: Temporary workaround for the config_h.SH versus
17915              crosscompile and multiarch plus introduce 'rt'
17916              to $libswanted: in UNIX98 sched_yield() lives there.
17917      Branch: cfgperl
17918            ! Configure config_h.SH
17919 ____________________________________________________________________________
17920 [  3024] By: jhi                                   on 1999/02/24  12:54:59
17921         Log: Integrate from mainperl.
17922      Branch: cfgperl
17923           +> t/lib/fatal.t
17924           !> (integrate 44 files)
17925 ____________________________________________________________________________
17926 [  3023] By: gsar                                  on 1999/02/24  07:02:12
17927         Log: integrate cfgperl contents
17928      Branch: perl
17929           !> (integrate 30 files)
17930 ____________________________________________________________________________
17931 [  3022] By: gsar                                  on 1999/02/24  05:59:47
17932         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
17933              Date: 23 Feb 1999 17:53:22 -0700
17934              Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
17935              Subject: [PATCH: _55] perldoc -q broken
17936      Branch: perl
17937            ! utils/perldoc.PL
17938 ____________________________________________________________________________
17939 [  3021] By: gsar                                  on 1999/02/24  05:51:53
17940         Log: ansify perlio.c, fix PerlIO-ish typos
17941      Branch: perl
17942            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
17943            ! iperlsys.h perlio.c
17944 ____________________________________________________________________________
17945 [  3020] By: gsar                                  on 1999/02/24  05:28:06
17946         Log: adjust a Perl_malloc() flag for NeXT
17947              From: Hans Mulder <hansm@icgned.icgroup.nl>
17948              Date: Tue, 23 Feb 99 00:26:25 +0100
17949              Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
17950              Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
17951      Branch: perl
17952            ! perl.h
17953 ____________________________________________________________________________
17954 [  3019] By: gsar                                  on 1999/02/24  05:19:42
17955         Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
17956      Branch: perl
17957            ! pod/perltodo.pod
17958 ____________________________________________________________________________
17959 [  3018] By: gsar                                  on 1999/02/24  04:15:18
17960         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
17961              Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
17962              Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
17963              Subject: improved error message [PATCH _55] [RESEND]
17964      Branch: perl
17965            ! sv.c
17966 ____________________________________________________________________________
17967 [  3017] By: gsar                                  on 1999/02/24  03:50:34
17968         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
17969              Date: Sun, 21 Feb 1999 20:02:18 -0700
17970              Message-Id: <199902220302.UAA09981@jhereg.perl.com>
17971              Subject: perlfunc updates (against 55)
17972      Branch: perl
17973            ! pod/perlfunc.pod
17974 ____________________________________________________________________________
17975 [  3016] By: gsar                                  on 1999/02/24  03:17:05
17976         Log: testsuite adjustments
17977              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17978              Date: Sat, 20 Feb 1999 15:24:57 +0000
17979              Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
17980              Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
17981      Branch: perl
17982            ! t/lib/io_sock.t t/op/lex_assign.t
17983 ____________________________________________________________________________
17984 [  3015] By: gsar                                  on 1999/02/24  02:54:47
17985         Log: avoid modifying readonly values from qw()
17986      Branch: perl
17987            ! lib/ExtUtils/MM_Unix.pm
17988 ____________________________________________________________________________
17989 [  3014] By: gsar                                  on 1999/02/24  02:49:04
17990         Log: more "correct" utbuf for utime()
17991      Branch: perl
17992            ! doio.c
17993 ____________________________________________________________________________
17994 [  3013] By: jhi                                   on 1999/02/22  19:27:44
17995         Log: Fix MacPerl version, change PowerUX to PowerMAX.
17996              
17997              From: Chris Nandor <pudge@pobox.com>
17998              To: jhi@iki.fi
17999              Cc: perl5-porters@perl.org
18000              Subject: Re: perl current availability as documented by perl.pod
18001              Date: Sun, 21 Feb 1999 11:06:03 -0500
18002              Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
18003              
18004              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
18005              To: jhi@iki.fi
18006              Cc: perl5-porters@perl.org
18007              Subject: Re: perl current availability as documented by perl.pod
18008              Date: Mon, 22 Feb 1999 13:08:30 GMT
18009              Message-Id: <199902221308.NAA19971@cleo.ccur.com>
18010      Branch: cfgperl
18011            ! pod/perl.pod
18012      Branch: maint-5.005/perl
18013            ! pod/perl.pod
18014 ____________________________________________________________________________
18015 [  3012] By: jhi                                   on 1999/02/22  10:26:11
18016         Log: Snapshot the cross-compilation/multiarchitecture stuff
18017              (currently broken in next)
18018      Branch: cfgperl
18019            ! Configure config_h.SH pp.c
18020 ____________________________________________________________________________
18021 [  3011] By: jhi                                   on 1999/02/22  10:24:51
18022         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
18023              To: gsar@activestate.com (Gurusamy Sarathy)
18024              Cc: perl5-porters@perl.org (Perl5 Porters)
18025              Subject: [PATCH 5.005_55] DB_File 1.64 patch
18026              Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
18027              Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
18028      Branch: cfgperl
18029            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
18030            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
18031 ____________________________________________________________________________
18032 [  3009] By: jhi                                   on 1999/02/22  09:14:26
18033         Log: Scratch #3008 and introduce $crosscompile and $multiarch
18034              also in non-Configure lands.
18035      Branch: cfgperl
18036            ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
18037            ! hints/next_4.sh vms/subconfigure.com win32/config.bc
18038            ! win32/config.gc win32/config.vc win32/config_H.bc
18039            ! win32/config_H.gc win32/config_H.vc
18040 ____________________________________________________________________________
18041 [  3008] By: jhi                                   on 1999/02/22  08:58:04
18042         Log: Add -DMULTIARCH (see change #3006).
18043      Branch: cfgperl
18044            ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
18045 ____________________________________________________________________________
18046 [  3007] By: jhi                                   on 1999/02/22  08:54:06
18047         Log: Undo the references to local{lib,arch} introduced by #3006.
18048      Branch: cfgperl
18049            ! Configure config_h.SH
18050 ____________________________________________________________________________
18051 [  3006] By: jhi                                   on 1999/02/22  08:43:50
18052         Log: From: hansm@icgned.icgroup.nl
18053              To: perlbug@perl.com
18054              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
18055              Date: Sun, 21 Feb 1999 22:58:55 +0100
18056              Reply-To: hansmu@xs4all.nl
18057              Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
18058              
18059              plus other Configure changes: prepare for cross-compilation/
18060              multiarchitecture builds.
18061      Branch: cfgperl
18062            ! Configure config_h.SH
18063 ____________________________________________________________________________
18064 [  3005] By: jhi                                   on 1999/02/22  08:35:30
18065         Log: Configure/Perl knew how to look for use Mach cthreads
18066              but Configure didn't let them to be used ($osname 'next').
18067      Branch: cfgperl
18068            ! Configure config_h.SH
18069      Branch: maint-5.005/perl
18070            ! Configure
18071 ____________________________________________________________________________
18072 [  3004] By: jhi                                   on 1999/02/21  15:46:02
18073         Log: Update Acorn AVAILABILITY.
18074      Branch: cfgperl
18075            ! pod/perl.pod
18076      Branch: maint-5.005/perl
18077            ! pod/perl.pod
18078 ____________________________________________________________________________
18079 [  3003] By: jhi                                   on 1999/02/21  14:50:42
18080         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
18081              To: perl5-porters@perl.org (Perl 5 Porters)
18082              Subject: PATCH: perlref.pod - symbolic ref example
18083              Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
18084              Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
18085      Branch: cfgperl
18086            ! pod/perlref.pod
18087      Branch: maint-5.005/perl
18088            ! pod/perlref.pod
18089 ____________________________________________________________________________
18090 [  3002] By: jhi                                   on 1999/02/21  14:35:22
18091         Log: Sync cfgperl with maint-5.005 change #3000.
18092      Branch: cfgperl
18093            ! pod/perlfunc.pod t/op/pack.t
18094 ____________________________________________________________________________
18095 [  2999] By: gsar                                  on 1999/02/20  22:48:30
18096         Log: From:    John Bley <jbb6@acpub.duke.edu>
18097              Date:    Sat, 20 Feb 1999 16:02:34 EST
18098              Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
18099              Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
18100      Branch: perl
18101            ! regcomp.c
18102 ____________________________________________________________________________
18103 [  2998] By: jhi                                   on 1999/02/20  14:13:06
18104         Log: Enhanced the endianness description.
18105      Branch: cfgperl
18106            ! pod/perlfunc.pod
18107 ____________________________________________________________________________
18108 [  2996] By: jhi                                   on 1999/02/20  13:55:41
18109         Log: Glossary now mostly fixed.
18110      Branch: cfgperl
18111            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18112            ! config_h.SH
18113 ____________________________________________________________________________
18114 [  2994] By: jhi                                   on 1999/02/20  11:58:33
18115         Log: Perldeltify GNU/Hurd.
18116      Branch: cfgperl
18117            ! pod/perldelta.pod
18118 ____________________________________________________________________________
18119 [  2993] By: gsar                                  on 1999/02/20  00:59:10
18120         Log: fix typo in Perl_sbrk()
18121              From: hansm@icgned.icgroup.nl
18122              Date: Fri, 19 Feb 1999 23:19:31 +0100
18123              Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
18124              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
18125      Branch: perl
18126            ! malloc.c
18127 ____________________________________________________________________________
18128 [  2992] By: gsar                                  on 1999/02/20  00:51:08
18129         Log: integrate change#2980 from maint-5.005
18130      Branch: perl
18131           !> utils/h2xs.PL
18132 ____________________________________________________________________________
18133 [  2991] By: gsar                                  on 1999/02/20  00:34:01
18134         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18135              Date: Thu, 18 Feb 1999 18:51:38 +0000
18136              Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
18137              Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55 
18138      Branch: perl
18139            ! pp_hot.c t/op/pat.t
18140 ____________________________________________________________________________
18141 [  2990] By: gsar                                  on 1999/02/20  00:30:48
18142         Log: From: jan.dubois@ibm.net (Jan Dubois)
18143              Date: Thu, 18 Feb 1999 19:14:07 +0100
18144              Message-ID: <36d15809.40853323@smtp1.ibm.net>
18145              Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
18146      Branch: perl
18147            ! win32/win32.c
18148 ____________________________________________________________________________
18149 [  2989] By: gsar                                  on 1999/02/20  00:27:01
18150         Log: do poll() emulation unless HAS_POLL && I_POLL
18151      Branch: perl
18152            ! ext/IO/poll.h
18153 ____________________________________________________________________________
18154 [  2988] By: gsar                                  on 1999/02/19  23:52:12
18155         Log: tweak RE for NaNQ? recognition
18156      Branch: perl
18157            ! t/lib/bigfloatpm.t
18158 ____________________________________________________________________________
18159 [  2987] By: gsar                                  on 1999/02/19  23:29:59
18160         Log: mention C<use utf8> and C<use warning> in perldelta
18161      Branch: perl
18162            ! pod/perldelta.pod
18163 ____________________________________________________________________________
18164 [  2985] By: jhi                                   on 1999/02/19  20:43:19
18165         Log: pack/unpack better in (network-)short-non-16-bits and
18166              (network-)long-non-32-bits systems such as Cray C90.
18167      Branch: cfgperl
18168            ! perl.h pp.c t/op/pack.t
18169 ____________________________________________________________________________
18170 [  2984] By: jhi                                   on 1999/02/19  20:38:54
18171         Log: Regen Configure.
18172      Branch: cfgperl
18173            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18174            ! perl.c
18175 ____________________________________________________________________________
18176 [  2982] By: jhi                                   on 1999/02/19  19:51:49
18177         Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
18178              not probed for and         
18179              
18180              From: "Kurt D. Starsinic" <kstar@chapin.edu>
18181              To: Chaim Frenkel <chaimf@pobox.com>,
18182              Russ Allbery <rra@stanford.edu>,
18183              Jarkko Hietaniemi <jhi@iki.fi>,
18184              Gurusamy Sarathy <gsar@activestate.com>,
18185              Graham Barr <gbarr@pobox.com>
18186              Cc: bdensch@ameritech.net, perlbug@perl.com
18187              Subject: [PATCH] Re: Solaris 7 for Intel
18188              Message-ID: <19990219124404.A30182@O2.chapin.edu>
18189              
18190              Glossary is still missing some terms because
18191              mkglossary is misbehaving (change #2981 updated
18192              Glossary manually)
18193      Branch: cfgperl
18194            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
18195            ! Porting/config_H
18196 ____________________________________________________________________________
18197 [  2980] By: gbarr                                 on 1999/02/19  16:06:53
18198         Log: Make result of h2xs work when user adds C<use strict>
18199      Branch: maint-5.005/perl
18200            ! utils/h2xs.PL
18201 ____________________________________________________________________________
18202 [  2979] By: gsar                                  on 1999/02/19  05:24:29
18203         Log: doc for change#2978
18204      Branch: perl
18205            ! pod/perlsub.pod
18206 ____________________________________________________________________________
18207 [  2978] By: gsar                                  on 1999/02/19  05:08:29
18208         Log: bring '*' prototype closer to how it behaves internally
18209      Branch: perl
18210            + t/lib/fatal.t
18211            ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
18212 ____________________________________________________________________________
18213 [  2977] By: gsar                                  on 1999/02/19  02:50:31
18214         Log: stem leakage of perly.h #defines #ifndef PERL_CORE
18215      Branch: perl
18216            ! perly.h
18217 ____________________________________________________________________________
18218 [  2975] By: gsar                                  on 1999/02/18  21:41:57
18219         Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
18220              of lexical searches in BEGIN|INIT|END)
18221      Branch: perl
18222            ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
18223            ! vms/perly_c.vms
18224 ____________________________________________________________________________
18225 [  2974] By: gsar                                  on 1999/02/18  21:03:06
18226         Log: missing PERL_POLLUTE_MALLOC
18227      Branch: perl
18228            ! ext/SDBM_File/sdbm/sdbm.h
18229 ____________________________________________________________________________
18230 [  2973] By: gsar                                  on 1999/02/18  17:10:49
18231         Log: From:    Andy Dougherty <doughera@lafayette.edu>
18232              Date:    Wed, 17 Feb 1999 17:22:50 EST
18233              Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
18234              Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
18235      Branch: perl
18236            ! lib/dotsh.pl
18237 ____________________________________________________________________________
18238 [  2972] By: gsar                                  on 1999/02/18  17:04:12
18239         Log: s/#defined/#define/
18240      Branch: perl
18241            ! ext/Data/Dumper/Dumper.xs
18242 ____________________________________________________________________________
18243 [  2970] By: gsar                                  on 1999/02/18  03:26:43
18244         Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
18245      Branch: perl
18246            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
18247            ! ext/GDBM_File/typemap
18248 ____________________________________________________________________________
18249 [  2969] By: gsar                                  on 1999/02/17  23:30:47
18250         Log: correct slurp mode doc
18251      Branch: perl
18252            ! pod/perlfunc.pod pod/perlop.pod
18253 ____________________________________________________________________________
18254 [  2968] By: jhi                                   on 1999/02/17  23:15:49
18255         Log: Ultrix hints update.
18256              
18257              From: Spider Boardman <spider@zk3.dec.com>
18258              To: perlbug@perl.com
18259              Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
18260              Date: Tue, 16 Feb 1999 23:04:28 -0500
18261              Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
18262      Branch: cfgperl
18263            ! hints/ultrix_4.sh
18264 ____________________________________________________________________________
18265 [  2966] By: jhi                                   on 1999/02/17  23:09:21
18266         Log: Change #2965 wiped out some Sarathy's _55 changes.
18267              Now unwiped.
18268      Branch: cfgperl
18269            ! Configure pp.c t/op/pack.t
18270 ____________________________________________________________________________
18271 [  2965] By: jhi                                   on 1999/02/17  23:00:04
18272         Log: Configure tweaks.
18273              
18274              Fix the Unixware/SCO uname scan:
18275              
18276              From: Tom Hughes <thh@cyberscience.com>
18277              To: perlbug@perl.com
18278              Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
18279              Date: 17 Feb 1999 15:34:15 +0000    
18280              Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
18281              
18282              AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
18283              
18284              From: Joe Buehler <jhpb@hekimian.com>
18285              To: perl5-porters@perl.org
18286              Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
18287              Date: 12 Feb 1999 11:25:21 -0500
18288              Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
18289              
18290              Make the pthreads joinable constant scan to output to fd 4, not 2.
18291      Branch: cfgperl
18292            ! Configure
18293 ____________________________________________________________________________
18294 [  2964] By: gsar                                  on 1999/02/17  21:30:07
18295         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
18296              Date: Wed, 17 Feb 1999 06:53:13 -0700
18297              Message-Id: <199902171353.GAA15682@jhereg.perl.com>
18298              Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
18299      Branch: perl
18300            ! lib/Pod/Functions.pm
18301 ____________________________________________________________________________
18302 [  2963] By: gsar                                  on 1999/02/17  21:18:21
18303         Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
18304              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18305              Date: Wed, 17 Feb 1999 10:06:01 +0000
18306              Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
18307              Subject: Re: [5.005_53] panic: pad_free curpad 
18308      Branch: perl
18309            ! regcomp.c regexec.c t/op/misc.t
18310 ____________________________________________________________________________
18311 [  2962] By: gsar                                  on 1999/02/16  21:26:28
18312         Log: NaNQ? tweak
18313      Branch: perl
18314            ! t/lib/bigfloatpm.t
18315 ____________________________________________________________________________
18316 [  2961] By: jhi                                   on 1999/02/16  19:26:38
18317         Log: Integrate from mainperl.
18318      Branch: cfgperl
18319           !> (integrate 37 files)
18320 ____________________________________________________________________________
18321 [  2960] By: gsar                                  on 1999/02/16  18:04:29
18322         Log: undo change#2465 (qw[] is a real list now)
18323      Branch: perl
18324            ! pod/perlop.pod
18325 ____________________________________________________________________________
18326 [  2959] By: gsar                                  on 1999/02/16  07:09:33
18327         Log: this was 5.005_55
18328      Branch: perl
18329            ! Changes
18330
18331 ----------------
18332 Version 5.005_55
18333 ----------------
18334
18335 ____________________________________________________________________________
18336 [  2958] By: gsar                                  on 1999/02/16  06:18:27
18337         Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
18338              elide dups and non-dependents from Changes
18339      Branch: perl
18340            ! Changes pod/perlhist.pod
18341           !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
18342           !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
18343           !> pod/perlport.pod pp.c t/op/pack.t
18344 ____________________________________________________________________________
18345 [  2957] By: gsar                                  on 1999/02/16  04:09:47
18346         Log: propagate PERL_VERSION everywhere, add to pod
18347      Branch: perl
18348            ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
18349            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
18350            ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
18351            ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
18352            ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
18353            ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
18354            ! vms/myconfig.com vms/subconfigure.com win32/config.bc
18355            ! win32/config.gc win32/config.vc win32/config_sh.PL
18356            ! win32/win32.c x2p/a2py.c
18357 ____________________________________________________________________________
18358 [  2955] By: jhi                                   on 1999/02/15  16:15:03
18359         Log: The pack tests now better in C90 (after the packnative patches).
18360      Branch: cfgperl
18361            ! t/op/pack.t
18362 ____________________________________________________________________________
18363 [  2954] By: gsar                                  on 1999/02/15  14:11:50
18364         Log: tweak Configure to follow new PERL_VERSION etc.
18365      Branch: perl
18366            ! Configure patchlevel.h pod/perlhist.pod
18367 ____________________________________________________________________________
18368 [  2953] By: jhi                                   on 1999/02/15  14:02:21
18369         Log: Integrate from mainperl.
18370      Branch: cfgperl
18371           !> MANIFEST Porting/makerel
18372 ____________________________________________________________________________
18373 [  2952] By: jhi                                   on 1999/02/15  13:50:07
18374         Log: Enhance the packnative patch: use the packnative code
18375              only if required.  Also added hefty testing (hopefully
18376              I didn't assume too much...).  Tested on alpha, ix86, sparc.
18377      Branch: cfgperl
18378            ! pod/perlfunc.pod pp.c t/op/pack.t
18379 ____________________________________________________________________________
18380 [  2951] By: jhi                                   on 1999/02/15  13:46:56
18381         Log: AVAILABILITY from 5.005_03-tobe, will of course
18382              require updating when 5.006 comes out.
18383      Branch: cfgperl
18384            ! pod/perl.pod
18385 ____________________________________________________________________________
18386 [  2949] By: gsar                                  on 1999/02/15  13:28:51
18387         Log: will this be it for 5.005_55?
18388      Branch: perl
18389            ! MANIFEST Porting/makerel
18390 ____________________________________________________________________________
18391 [  2948] By: jhi                                   on 1999/02/15  13:23:52
18392         Log: Integrate from mainperl.
18393      Branch: cfgperl
18394           !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
18395           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
18396           !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
18397           !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
18398           !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
18399           !> win32/config.gc win32/config.vc win32/config_H.bc
18400           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
18401 ____________________________________________________________________________
18402 [  2947] By: jhi                                   on 1999/02/15  13:20:41
18403         Log: perlport.pod 1.39 from Chris.
18404      Branch: cfgperl
18405            ! pod/perlport.pod
18406 ____________________________________________________________________________
18407 [  2946] By: jhi                                   on 1999/02/15  13:09:58
18408         Log: Import Ultrix update, change #2864, 
18409              
18410              From: Spider Boardman <spider@zk3.dec.com>
18411              To: perlbug@perl.com
18412              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
18413              Date: Wed, 10 Feb 1999 23:33:31 -0500
18414              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
18415      Branch: cfgperl
18416            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
18417 ____________________________________________________________________________
18418 [  2945] By: jhi                                   on 1999/02/15  13:04:50
18419         Log: OpenBSD sparc SHMLBA.
18420      Branch: cfgperl
18421            ! ext/IPC/SysV/SysV.xs
18422 ____________________________________________________________________________
18423 [  2944] By: gsar                                  on 1999/02/15  12:09:52
18424         Log: update win32/config* stuff, Changes
18425      Branch: perl
18426            ! Changes win32/Makefile win32/config.bc win32/config.gc
18427            ! win32/config.vc win32/config_H.bc win32/config_H.gc
18428            ! win32/config_H.vc win32/makefile.mk
18429 ____________________________________________________________________________
18430 [  2943] By: gsar                                  on 1999/02/15  11:54:08
18431         Log: #include patchlevel.h by default, provide
18432              PERL_{REVISION,VERSION,SUBVERSION}
18433      Branch: perl
18434            ! patchlevel.h perl.h
18435 ____________________________________________________________________________
18436 [  2942] By: gsar                                  on 1999/02/15  10:26:59
18437         Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
18438              misc fixes
18439      Branch: perl
18440            ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
18441 ____________________________________________________________________________
18442 [  2941] By: gsar                                  on 1999/02/15  10:24:37
18443         Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
18444              Message-ID: <19990207002851.B9185@toldyouso.com>
18445              Message-ID: <19990207212152.A9765@toldyouso.com>
18446              Message-ID: <19990207212041.A9622@toldyouso.com>
18447              Message-ID: <19990207213127.A10244@toldyouso.com>
18448              Message-ID: <19990207212559.A9950@toldyouso.com>
18449              Message-ID: <19990207212842.A9994@toldyouso.com>
18450              Message-ID: <19990207212500.A9860@toldyouso.com>
18451              Message-ID: <19990207213013.A10105@toldyouso.com>
18452      Branch: perl
18453            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
18454            ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
18455            ! pod/perlmodlib.pod pod/perltoc.pod
18456 ____________________________________________________________________________
18457 [  2940] By: gsar                                  on 1999/02/15  10:07:08
18458         Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
18459              of suggested patch)
18460              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
18461              Date: Mon, 08 Feb 1999 01:14:41 -0000
18462              Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
18463              Subject: [PATCH 5.005_54] some pending C.pm stuff 
18464      Branch: perl
18465            ! ext/B/B/C.pm
18466 ____________________________________________________________________________
18467 [  2939] By: jhi                                   on 1999/02/15  08:40:18
18468         Log: Integrate from mainperl.
18469      Branch: cfgperl
18470           +> t/lib/bigfloat.t t/lib/bigfloatpm.t
18471            - lib/File/PathConvert.pm
18472           !> (integrate 81 files)
18473 ____________________________________________________________________________
18474 [  2938] By: gsar                                  on 1999/02/15  06:56:39
18475         Log: change#2839 was bogus, redo
18476      Branch: perl
18477           !> t/lib/h2ph.pht
18478 ____________________________________________________________________________
18479 [  2937] By: gsar                                  on 1999/02/15  06:38:15
18480         Log: support Win32::GetFullPathName() and Win32::SetLastError()
18481              From: jan.dubois@ibm.net (Jan Dubois)
18482              Date: Tue, 09 Feb 1999 22:27:31 +0100
18483              Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
18484              Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
18485      Branch: perl
18486            ! win32/win32.c
18487 ____________________________________________________________________________
18488 [  2936] By: gsar                                  on 1999/02/15  06:26:39
18489         Log: support native integers, pack("L_",...) etc. (via private mail)
18490              From: Jarkko Hietaniemi <jhi@iki.fi>
18491              Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
18492              Message-Id: <199902092204.AAA29065@alpha.hut.fi>
18493              Subject: the "packnative" patch
18494      Branch: perl
18495            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
18496            ! t/lib/ipc_sysv.t t/op/pack.t
18497 ____________________________________________________________________________
18498 [  2935] By: gsar                                  on 1999/02/15  06:04:02
18499         Log: From: Michael G Schwern <schwern@pobox.com>
18500              Date: Tue, 9 Feb 1999 04:13:12 -0500
18501              Message-ID: <19990209041312.A15788@toldyouso.com>
18502              Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
18503      Branch: perl
18504            ! utils/h2xs.PL
18505 ____________________________________________________________________________
18506 [  2934] By: gsar                                  on 1999/02/15  05:30:13
18507         Log: fix bugs in the handling of negative numbers, among other things
18508              From: Steven Knight <knight@theopera.baldmt.citilink.com>
18509              Date: Mon, 8 Feb 1999 01:16:24 -0600
18510              Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
18511              Subject: Math::BigFloat and Math::BigInt
18512      Branch: perl
18513            + t/lib/bigfloat.t t/lib/bigfloatpm.t
18514            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
18515            ! t/lib/bigintpm.t
18516 ____________________________________________________________________________
18517 [  2933] By: gsar                                  on 1999/02/15  04:57:52
18518         Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
18519              Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
18520              Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
18521              Subject: s2p incorrectly handles hold space commands
18522      Branch: perl
18523            ! x2p/s2p.PL
18524 ____________________________________________________________________________
18525 [  2932] By: gsar                                  on 1999/02/15  04:45:55
18526         Log: clarify what a "line" is
18527      Branch: perl
18528            ! pod/perlfunc.pod pod/perlvar.pod
18529 ____________________________________________________________________________
18530 [  2931] By: gsar                                  on 1999/02/15  04:23:29
18531         Log: backout change#2811 and add newer version based on File::Spec
18532              From: Barrie Slaymaker <rbs@telerama.com>
18533              Date: Thu, 11 Feb 1999 16:29:24 -0500
18534              Message-ID: <36C34BB4.A62090E0@telerama.com>
18535              Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
18536      Branch: perl
18537            - lib/File/PathConvert.pm
18538            ! MANIFEST installhtml lib/Pod/Html.pm
18539 ____________________________________________________________________________
18540 [  2930] By: gsar                                  on 1999/02/15  04:16:25
18541         Log: From: Barrie Slaymaker <rbs@telerama.com>
18542              Date: Thu, 11 Feb 1999 19:39:48 -0500
18543              Message-ID: <36C37854.707D139@telerama.com>
18544              Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
18545      Branch: perl
18546            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
18547 ____________________________________________________________________________
18548 [  2929] By: gsar                                  on 1999/02/15  04:06:50
18549         Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
18550              Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
18551              Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
18552              Subject: [PATCH]5.005_54 (DOC) fix many typos
18553              --
18554              Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
18555              Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
18556              Subject: [PATCH]5.005_54 (DOC) typos
18557      Branch: perl
18558            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
18559            ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
18560            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
18561            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
18562            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
18563            ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
18564            ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
18565            ! pod/perlvar.pod pod/perlxs.pod
18566 ____________________________________________________________________________
18567 [  2928] By: gsar                                  on 1999/02/15  03:39:53
18568         Log: allow the Carp routines to pass through exception objects
18569      Branch: perl
18570            ! lib/Carp.pm
18571 ____________________________________________________________________________
18572 [  2927] By: gsar                                  on 1999/02/15  03:22:57
18573         Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
18574      Branch: perl
18575            ! pod/perlfaq8.pod
18576 ____________________________________________________________________________
18577 [  2926] By: gsar                                  on 1999/02/15  03:19:39
18578         Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
18579              have done that, but didn't)
18580      Branch: perl
18581           !> utils/h2ph.PL
18582 ____________________________________________________________________________
18583 [  2925] By: gsar                                  on 1999/02/15  03:17:01
18584         Log: integrate cfgperl changes into mainline
18585      Branch: perl
18586            ! Changes
18587           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
18588           !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
18589           !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
18590           !> vms/subconfigure.com
18591 ____________________________________________________________________________
18592 [  2924] By: gsar                                  on 1999/02/15  03:07:08
18593         Log: add const qualifier to most char* prototypes, handle ripple effect
18594      Branch: perl
18595            ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
18596            ! universal.c util.c
18597 ____________________________________________________________________________
18598 [  2923] By: gsar                                  on 1999/02/15  01:04:30
18599         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18600              Date: Thu, 04 Feb 1999 02:37:31 +0000
18601              Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
18602              Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop 
18603      Branch: perl
18604            ! pp_ctl.c t/op/range.t
18605 ____________________________________________________________________________
18606 [  2922] By: gsar                                  on 1999/02/15  00:24:34
18607         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18608              Date: Sun, 31 Jan 1999 01:50:06 +0000
18609              Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
18610              Subject: [PATCH 5.005_03t4] regexp flags bug
18611      Branch: perl
18612            ! regcomp.c t/op/re_tests
18613 ____________________________________________________________________________
18614 [  2921] By: gsar                                  on 1999/02/15  00:13:02
18615         Log: use New() et al., rather than safemalloc() et al.
18616              From: jan.dubois@ibm.net (Jan Dubois)
18617              Date: Fri, 29 Jan 1999 23:27:22 +0100
18618              Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
18619              Subject: [PATCH _03-MT5] POSIX.xs memory API
18620      Branch: perl
18621            ! ext/POSIX/POSIX.xs
18622 ____________________________________________________________________________
18623 [  2920] By: gsar                                  on 1999/02/15  00:05:33
18624         Log: tweak READ() docs to mention $buffer must be altered by reference
18625      Branch: perl
18626            ! pod/perltie.pod
18627 ____________________________________________________________________________
18628 [  2919] By: gsar                                  on 1999/02/14  23:50:39
18629         Log: applied suggested patch, with several language/readability tweaks
18630              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18631              Date: Fri, 29 Jan 1999 00:25:02 -0500
18632              Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
18633              Subject: Re: [PATCH 5.005_*] Better parsing docs
18634      Branch: perl
18635            ! pod/perlop.pod
18636 ____________________________________________________________________________
18637 [  2918] By: gsar                                  on 1999/02/14  23:20:42
18638         Log: several bug fixes; now croak()s when date exceeds integer limits (instead
18639              of silently returning bogus values)
18640              From: Peter Chines <pchines@nhgri.nih.gov>
18641              Date: Wed, 27 Jan 1999 16:11:31 -0500
18642              Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
18643              Subject: Time::Local
18644      Branch: perl
18645            ! lib/Time/Local.pm pod/perldelta.pod
18646 ____________________________________________________________________________
18647 [  2917] By: gsar                                  on 1999/02/14  11:21:43
18648         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18649              Date: Thu, 28 Jan 1999 10:02:20 -0500
18650              Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
18651              Subject: Re: [PATCH 5.005_53] Better perldoc
18652      Branch: perl
18653            ! utils/perldoc.PL
18654 ____________________________________________________________________________
18655 [  2916] By: gsar                                  on 1999/02/14  10:59:38
18656         Log: back out change#2751, apply updated version 
18657              From: jan.dubois@ibm.net (Jan Dubois)
18658              Date: Sat, 06 Feb 1999 01:06:29 +0100
18659              Message-ID: <36bc844c.18763049@smtp1.ibm.net>
18660              Subject: [PATCH] Cleanup of File::Spec module
18661      Branch: perl
18662            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
18663            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
18664            ! lib/File/Spec/Win32.pm
18665 ____________________________________________________________________________
18666 [  2915] By: gsar                                  on 1999/02/14  10:48:01
18667         Log: tweak select() test
18668      Branch: perl
18669            ! pod/perlipc.pod t/op/fh.t
18670 ____________________________________________________________________________
18671 [  2914] By: gsar                                  on 1999/02/14  10:25:55
18672         Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
18673      Branch: perl
18674            ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
18675 ____________________________________________________________________________
18676 [  2913] By: gsar                                  on 1999/02/14  10:03:51
18677         Log: From: Kenneth Albanowski <kjahds@kjahds.com>
18678              Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
18679              Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
18680              Subject: Re: SvOPV() or SvPV_nolen() or ...
18681      Branch: perl
18682            ! pod/perlguts.pod
18683 ____________________________________________________________________________
18684 [  2912] By: gsar                                  on 1999/02/14  09:57:29
18685         Log: provide SvPV_nolen(sv) to avoid use of PL_na
18686              From: jan.dubois@ibm.net (Jan Dubois)
18687              Date: Sun, 24 Jan 1999 02:45:32 +0100
18688              Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
18689              Subject: [PATCH 5.005_54]  _54 version of SvPV_nolen patch
18690      Branch: perl
18691            ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
18692            ! sv.h
18693 ____________________________________________________________________________
18694 [  2911] By: gsar                                  on 1999/02/14  06:51:05
18695         Log: elide stray effluvium
18696      Branch: perl
18697            ! pod/perldelta.pod
18698 ____________________________________________________________________________
18699 [  2910] By: gsar                                  on 1999/02/14  05:51:56
18700         Log: slurping an empty file should return '' rather than undef, with
18701              commensurate effects on ARGV processing
18702      Branch: perl
18703            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
18704            ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
18705 ____________________________________________________________________________
18706 [  2909] By: gsar                                  on 1999/02/14  00:02:11
18707         Log: perly_c.diff typo
18708      Branch: perl
18709            ! perly.c perly_c.diff vms/perly_c.vms
18710 ____________________________________________________________________________
18711 [  2908] By: gsar                                  on 1999/02/13  18:20:13
18712         Log: From: jan.dubois@ibm.net (Jan Dubois)
18713              Date: Sat, 13 Feb 1999 13:25:53 +0100
18714              Message-Id: <36c9629c.13334874@smtp1.ibm.net>
18715              Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
18716      Branch: perl
18717            ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
18718 ____________________________________________________________________________
18719 [  2907] By: jhi                                   on 1999/02/13  15:07:26
18720         Log: Integrate from mainperl.
18721      Branch: cfgperl
18722           +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
18723           !> (integrate 150 files)
18724 ____________________________________________________________________________
18725 [  2903] By: gsar                                  on 1999/02/12  13:25:59
18726         Log: From: jan.dubois@ibm.net (Jan Dubois)
18727              Date: Sun, 24 Jan 1999 01:12:00 +0100
18728              Message-ID: <36b66479.62756298@smtp1.ibm.net>
18729              Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
18730      Branch: perl
18731            ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
18732            ! proto.h sv.c sv.h
18733 ____________________________________________________________________________
18734 [  2902] By: gsar                                  on 1999/02/12  12:55:11
18735         Log: script to generate ctags from etags
18736              From: Colin Kuskie <ckuskie@cadence.com>
18737              Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
18738              Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
18739              Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
18740      Branch: perl
18741            + emacs/e2ctags.pl
18742            ! Makefile.SH pod/perlfaq3.pod
18743 ____________________________________________________________________________
18744 [  2901] By: gsar                                  on 1999/02/12  12:40:17
18745         Log: allow boolean assign ops to be lvalues
18746              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
18747              Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
18748              Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
18749              --
18750              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18751              Date: Mon, 18 Jan 1999 10:04:00 +0000
18752              Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
18753              Subject: Re: [inconsistency 5.005_54] ||= not an lvalue 
18754      Branch: perl
18755            + t/op/lop.t
18756            ! MANIFEST op.c
18757 ____________________________________________________________________________
18758 [  2899] By: jhi                                   on 1999/02/12  12:03:48
18759         Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
18760      Branch: cfgperl
18761            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18762            ! config_h.SH hints/openbsd.sh
18763 ____________________________________________________________________________
18764 [  2898] By: gsar                                  on 1999/02/12  11:49:25
18765         Log: support win32_putenv()
18766      Branch: perl
18767            ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
18768            ! win32/win32.c win32/win32iop.h
18769 ____________________________________________________________________________
18770 [  2894] By: gsar                                  on 1999/02/12  11:09:27
18771         Log: add missing hunk in change#2657
18772      Branch: perl
18773            ! ext/B/B/CC.pm
18774 ____________________________________________________________________________
18775 [  2893] By: gsar                                  on 1999/02/12  11:00:13
18776         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18777              Date: Tue, 19 Jan 1999 20:13:15 -0500
18778              Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
18779              Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
18780      Branch: perl
18781            ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
18782            ! t/pragma/subs.t t/pragma/warning.t
18783 ____________________________________________________________________________
18784 [  2892] By: gsar                                  on 1999/02/12  10:44:38
18785         Log: update change#2670 to later version
18786              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18787              Date: Sun, 31 Jan 1999 16:16:14 +0000
18788              Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
18789              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing 
18790      Branch: perl
18791            ! t/op/subst.t toke.c
18792 ____________________________________________________________________________
18793 [  2891] By: gsar                                  on 1999/02/12  10:31:17
18794         Log: make testsuite somewhat location independent
18795      Branch: perl
18796            ! (edit 117 files)
18797 ____________________________________________________________________________
18798 [  2890] By: gsar                                  on 1999/02/12  10:00:30
18799         Log: add $AutoLoader::VERSION
18800      Branch: perl
18801            ! lib/AutoLoader.pm
18802 ____________________________________________________________________________
18803 [  2889] By: gsar                                  on 1999/02/12  09:55:48
18804         Log: tweak PERL_STRICT_CR notes
18805      Branch: perl
18806            ! pod/perl5005delta.pod
18807 ____________________________________________________________________________
18808 [  2888] By: gsar                                  on 1999/02/12  09:41:45
18809         Log: add note about test-notty target
18810      Branch: perl
18811            ! README.win32
18812 ____________________________________________________________________________
18813 [  2887] By: gsar                                  on 1999/02/12  09:37:37
18814         Log: add perltodo.pod
18815      Branch: perl
18816            + pod/perltodo.pod
18817            ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
18818            ! win32/pod.mak
18819 ____________________________________________________________________________
18820 [  2886] By: jhi                                   on 1999/02/12  08:52:14
18821         Log: Integrate from mainperl.
18822      Branch: cfgperl
18823           +> t/op/fh.t
18824           !> (integrate 30 files)
18825 ____________________________________________________________________________
18826 [  2885] By: gsar                                  on 1999/02/12  08:42:10
18827         Log: note how to find REG_INFTY limit
18828      Branch: perl
18829            ! pod/perlre.pod
18830 ____________________________________________________________________________
18831 [  2884] By: jhi                                   on 1999/02/12  08:36:14
18832         Log: OpenBSD pthreads awareness, thanks to
18833              David Leonard <david.leonard@csee.uq.edu.au>
18834      Branch: maint-5.005/perl
18835            ! Configure hints/openbsd.sh
18836 ____________________________________________________________________________
18837 [  2882] By: gsar                                  on 1999/02/12  08:05:20
18838         Log: IO is maintained by p5p (per Graham Barr's wishes)
18839      Branch: perl
18840            ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
18841            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
18842            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
18843            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
18844 ____________________________________________________________________________
18845 [  2881] By: gsar                                  on 1999/02/12  07:57:13
18846         Log: fh.t typo
18847      Branch: perl
18848            ! t/op/fh.t
18849 ____________________________________________________________________________
18850 [  2880] By: gsar                                  on 1999/02/12  07:38:16
18851         Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
18852      Branch: perl
18853            ! perl.c pod/perlrun.pod
18854 ____________________________________________________________________________
18855 [  2879] By: gsar                                  on 1999/02/12  05:39:29
18856         Log: fix ops that are not filehandle constructors to not create GV if it
18857              doesn't already exist (avoids leaks); extend semantics of defined()
18858              so that defined(*{$foo}) works (experimental)
18859      Branch: perl
18860            + t/op/fh.t
18861            ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
18862            ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
18863 ____________________________________________________________________________
18864 [  2877] By: jhi                                   on 1999/02/11  20:44:00
18865         Log: From: Chris Nandor <pudge@pobox.com>
18866              To: perl5-porters@perl.org
18867              Subject: [PATCH] perlport.pod 1.39
18868              Date: Thu, 11 Feb 1999 12:28:35 -0500
18869              Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
18870      Branch: cfgperl
18871            ! pod/perlport.pod
18872 ____________________________________________________________________________
18873 [  2870] By: gsar                                  on 1999/02/11  11:17:08
18874         Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
18875      Branch: perl
18876            ! ext/IO/lib/IO/Pipe.pm
18877 ____________________________________________________________________________
18878 [  2869] By: gsar                                  on 1999/02/11  11:00:56
18879         Log: update win32/pod.mak
18880      Branch: perl
18881            ! win32/pod.mak
18882 ____________________________________________________________________________
18883 [  2868] By: gsar                                  on 1999/02/11  10:42:44
18884         Log: From: Benjamin Low <b.d.low@unsw.edu.au>
18885              Date: Fri, 08 Jan 1999 14:36:53 +1100
18886              Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
18887              Subject: Re: [Fwd: IO::Socket::connect and blocking]
18888      Branch: perl
18889            ! ext/IO/lib/IO/Socket.pm
18890 ____________________________________________________________________________
18891 [  2867] By: gsar                                  on 1999/02/11  09:43:03
18892         Log: av_extend() doc tweak from Jan Dubois
18893      Branch: perl
18894            ! pod/perlguts.pod
18895 ____________________________________________________________________________
18896 [  2866] By: gsar                                  on 1999/02/11  09:27:17
18897         Log: display full pathname of unreadable files
18898      Branch: perl
18899            ! utils/perldoc.PL
18900 ____________________________________________________________________________
18901 [  2865] By: gsar                                  on 1999/02/11  09:02:31
18902         Log: missing patch in change#2522
18903      Branch: perl
18904            ! lib/Pod/Text.pm
18905 ____________________________________________________________________________
18906 [  2864] By: jhi                                   on 1999/02/11  08:45:00
18907         Log: From: Spider Boardman <spider@zk3.dec.com>
18908              To: perlbug@perl.com
18909              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
18910              Date: Wed, 10 Feb 1999 23:33:31 -0500
18911              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
18912      Branch: maint-5.005/perl
18913            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
18914 ____________________________________________________________________________
18915 [  2862] By: gsar                                  on 1999/02/11  08:14:34
18916         Log: integrate changes#2738,2740 from maint-5.005
18917      Branch: perl
18918           !> lib/ExtUtils/MakeMaker.pm
18919 ____________________________________________________________________________
18920 [  2861] By: jhi                                   on 1999/02/11  08:04:25
18921         Log: Integrate from mainperl.
18922      Branch: cfgperl
18923           !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
18924           !> t/op/range.t win32/config.gc
18925 ____________________________________________________________________________
18926 [  2860] By: gsar                                  on 1999/02/11  07:30:08
18927         Log: binmode() support for cygwin32 (suggested by Steven Morlock
18928              <newspost@morlock.net>)
18929      Branch: perl
18930            ! perl.h
18931 ____________________________________________________________________________
18932 [  2859] By: gsar                                  on 1999/02/11  07:14:21
18933         Log: update Changes
18934      Branch: perl
18935            ! Changes
18936           !> pod/perl5005delta.pod
18937 ____________________________________________________________________________
18938 [  2856] By: gsar                                  on 1999/02/11  07:07:39
18939         Log: integrate perldelta changes from maint-5.005
18940      Branch: perl
18941           !> pod/perl5005delta.pod
18942 ____________________________________________________________________________
18943 [  2855] By: gsar                                  on 1999/02/11  06:31:50
18944         Log: applied suggested patch; added tests
18945              From: Adam Krolnik <adamk@gypsy.cyrix.com>
18946              Date: Sat, 12 Dec 98 15:30:18 -0600
18947              Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
18948              Subject: Range operation doesn't handle IV_MAX
18949      Branch: perl
18950            ! pp_ctl.c t/op/range.t
18951 ____________________________________________________________________________
18952 [  2854] By: gsar                                  on 1999/02/11  05:00:55
18953         Log: compatibility fix: magic non-propagation in foreach implicit localization
18954      Branch: perl
18955            ! pp_ctl.c t/op/local.t win32/config.gc
18956 ____________________________________________________________________________
18957 [  2852] By: gsar                                  on 1999/02/10  23:17:49
18958         Log: fair warning about -Dusethreads
18959      Branch: maint-5.005/perl
18960            ! Configure INSTALL README.threads
18961 ____________________________________________________________________________
18962 [  2847] By: jhi                                   on 1999/02/09  19:13:28
18963         Log: Integrate from mainperl.
18964      Branch: cfgperl
18965           !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
18966           !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
18967 ____________________________________________________________________________
18968 [  2846] By: gsar                                  on 1999/02/09  13:53:28
18969         Log: a modified version of suggested patch for pack template 'Z'; added docs
18970              From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
18971              Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
18972              Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
18973              Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
18974      Branch: perl
18975            ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
18976 ____________________________________________________________________________
18977 [  2845] By: gsar                                  on 1999/02/09  00:03:26
18978         Log: clarify docs for change#2835
18979      Branch: perl
18980            ! pod/perldelta.pod pod/perlop.pod
18981 ____________________________________________________________________________
18982 [  2844] By: gsar                                  on 1999/02/08  23:40:57
18983         Log: addendum to change#2823
18984              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
18985              Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
18986              Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
18987              Subject: [PATCH] Docs and tests for method-call syntax
18988      Branch: perl
18989            ! pod/perlobj.pod t/op/method.t
18990 ____________________________________________________________________________
18991 [  2843] By: jhi                                   on 1999/02/08  21:06:28
18992         Log: Ultrix mmap tidbit.
18993      Branch: cfgperl
18994            ! hints/ultrix_4.sh
18995 ____________________________________________________________________________
18996 [  2842] By: jhi                                   on 1999/02/08  20:22:55
18997         Log: Integrate from mainperl.
18998      Branch: cfgperl
18999           +> t/op/subst_wamp.t
19000           !> (integrate 35 files)
19001 ____________________________________________________________________________
19002 [  2841] By: jhi                                   on 1999/02/08  18:23:26
19003         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19004              To: Mailing list Perl5 <perl5-porters@perl.org>
19005              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
19006              Date: Sun, 7 Feb 1999 17:25:22 -0500
19007              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
19008      Branch: cfgperl
19009            + t/op/subst_amp.t
19010            ! MANIFEST regcomp.c t/op/subst.t
19011 ____________________________________________________________________________
19012 [  2840] By: jhi                                   on 1999/02/08  18:16:54
19013         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19014              To: Mailing list Perl5 <perl5-porters@perl.org>
19015              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
19016              Date: Sun, 7 Feb 1999 17:00:10 -0500
19017              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
19018      Branch: cfgperl
19019            ! pp_hot.c t/op/pat.t
19020 ____________________________________________________________________________
19021 [  2839] By: jhi                                   on 1999/02/08  17:25:30
19022         Log: A require was missing.
19023      Branch: cfgperl
19024            ! t/lib/h2ph.pht
19025 ____________________________________________________________________________
19026 [  2838] By: jhi                                   on 1999/02/08  16:38:41
19027         Log: Bring in the change #2809 (the Configure part has been
19028              modified rather a lot since the #2809, though.)
19029      Branch: cfgperl
19030            ! Configure utils/h2ph.PL
19031 ____________________________________________________________________________
19032 [  2835] By: gsar                                  on 1999/02/08  14:40:23
19033         Log: make qw() into a true list at compile time (slightly modified
19034              variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
19035      Branch: perl
19036            ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
19037 ____________________________________________________________________________
19038 [  2834] By: gsar                                  on 1999/02/08  13:23:16
19039         Log: make safesysmalloc() etc., always available; safemalloc() et al are
19040              now macros that point to the right malloc; fix various places in
19041              sources that need to always use safesysmalloc() et al
19042      Branch: perl
19043            ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
19044            ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
19045 ____________________________________________________________________________
19046 [  2833] By: gsar                                  on 1999/02/08  10:56:16
19047         Log: remove spurious #endif in last change
19048      Branch: perl
19049            ! perl.h
19050 ____________________________________________________________________________
19051 [  2832] By: gsar                                  on 1999/02/08  10:34:55
19052         Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
19053              them ask for insanity (untested)
19054      Branch: perl
19055            ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
19056            ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
19057            ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
19058 ____________________________________________________________________________
19059 [  2831] By: jhi                                   on 1999/02/08  08:33:33
19060         Log: Update vms/subconfigure.com along the lines of change #2829.
19061      Branch: cfgperl
19062            ! vms/subconfigure.com
19063 ____________________________________________________________________________
19064 [  2830] By: gsar                                  on 1999/02/08  00:19:46
19065         Log: integrate cfgperl changes into mainline
19066      Branch: perl
19067           +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
19068           +> lib/File/PathConvert.pm pod/perlthrtut.pod
19069            ! Changes
19070           !> (integrate 93 files)
19071 ____________________________________________________________________________
19072 [  2829] By: jhi                                   on 1999/02/07  23:49:46
19073         Log: Configure update.
19074              
19075              Probe for mmap() et alia.
19076              The *cc*symbols patch (just Configure, no h2ph).
19077      Branch: cfgperl
19078            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19079            ! config_h.SH perl.h
19080 ____________________________________________________________________________
19081 [  2828] By: gsar                                  on 1999/02/07  23:38:47
19082         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19083              Date: Sun, 7 Feb 1999 17:25:22 -0500
19084              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
19085              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
19086      Branch: perl
19087            + t/op/subst_amp.t t/op/subst_wamp.t
19088            ! MANIFEST regcomp.c t/op/subst.t
19089 ____________________________________________________________________________
19090 [  2827] By: gsar                                  on 1999/02/07  23:27:32
19091         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19092              Date: Sun, 7 Feb 1999 17:00:10 -0500
19093              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
19094              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
19095      Branch: perl
19096            ! pp_hot.c t/op/pat.t
19097 ____________________________________________________________________________
19098 [  2826] By: gsar                                  on 1999/02/07  23:26:04
19099         Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
19100              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19101              Date: Sun, 7 Feb 1999 15:07:27 -0500
19102              Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
19103              Subject: Re: fixing memory leaks in REx compilation
19104      Branch: perl
19105            ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
19106            ! regexec.c
19107 ____________________________________________________________________________
19108 [  2825] By: jhi                                   on 1999/02/07  18:05:13
19109         Log: Integrate from mainperl.
19110      Branch: cfgperl
19111           +> lib/DB.pm t/comp/bproto.t
19112           !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
19113           !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
19114           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
19115           !> toke.c vms/perly_c.vms
19116 ____________________________________________________________________________
19117 [  2824] By: gsar                                  on 1999/02/07  14:21:48
19118         Log: tweak doc on bitwise ops
19119      Branch: perl
19120            ! pod/perlop.pod
19121 ____________________________________________________________________________
19122 [  2823] By: gsar                                  on 1999/02/07  13:38:31
19123         Log: applied suggested patch; regen perly* and vms/perly*
19124              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
19125              Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
19126              Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
19127              Subject: [PATCH] Re: Suggestion for perlobj man page
19128      Branch: perl
19129            ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
19130 ____________________________________________________________________________
19131 [  2822] By: gsar                                  on 1999/02/07  12:39:09
19132         Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
19133              disabled, fails tests)
19134      Branch: perl
19135            ! regcomp.h
19136 ____________________________________________________________________________
19137 [  2821] By: gsar                                  on 1999/02/07  11:09:39
19138         Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
19139              <Alexander.Barilo@aexp.com>)
19140      Branch: perl
19141            ! lib/Pod/Html.pm
19142 ____________________________________________________________________________
19143 [  2820] By: gsar                                  on 1999/02/07  10:20:35
19144         Log: add draft debugging API implementation
19145      Branch: perl
19146            + lib/DB.pm
19147            ! MANIFEST
19148 ____________________________________________________________________________
19149 [  2819] By: gsar                                  on 1999/02/07  09:58:45
19150         Log: avoid garbage in db->dirbuf
19151              From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
19152              Date: Sat, 05 Dec 1998 14:14:54 +0900
19153              Message-Id: <199812050514.OAA23268@toshiba.co.jp>
19154              Subject: SDBM bug
19155      Branch: perl
19156            ! ext/SDBM_File/sdbm/sdbm.c
19157 ____________________________________________________________________________
19158 [  2818] By: gsar                                  on 1999/02/07  09:32:24
19159         Log: missing entry
19160      Branch: perl
19161            ! MANIFEST
19162 ____________________________________________________________________________
19163 [  2817] By: gsar                                  on 1999/02/07  09:30:47
19164         Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
19165      Branch: perl
19166            + t/comp/bproto.t
19167            ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
19168 ____________________________________________________________________________
19169 [  2816] By: gsar                                  on 1999/02/06  00:14:29
19170         Log: minor bug in dumping blessed subrefs
19171      Branch: perl
19172            ! ext/Data/Dumper/Dumper.pm
19173 ____________________________________________________________________________
19174 [  2812] By: jhi                                   on 1999/02/03  22:02:24
19175         Log: Enhance change #2808.
19176              
19177              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
19178              To: perl5-porters@perl.org
19179              Subject: Re: [PATCH 5.00*]: perlbug checklist
19180              Date: Wed, 3 Feb 1999 19:02:27 +0000
19181              Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
19182      Branch: cfgperl
19183            ! utils/perlbug.PL
19184 ____________________________________________________________________________
19185 [  2811] By: jhi                                   on 1999/02/03  21:53:23
19186         Log: From: Barrie Slaymaker <rbs@telerama.com>
19187              To: perl5-porters@perl.org
19188              CC: pod-people@perl.org
19189              Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
19190              Date: Wed, 03 Feb 1999 10:34:18 -0500
19191              Message-ID: <36B86C7A.E99EFFF1@telerama.com>
19192              
19193              Add File::PathConvert.pm.
19194              Fix Pod::Html and installhtml to understand relative urls.
19195      Branch: cfgperl
19196            + lib/File/PathConvert.pm
19197            ! MANIFEST installhtml lib/Pod/Html.pm
19198 ____________________________________________________________________________
19199 [  2810] By: jhi                                   on 1999/02/03  20:25:10
19200         Log: From: Francois Desarmenien <desar@club-internet.fr>
19201              To: Mailing list Perl5 <perl5-porters@perl.org>
19202              Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
19203              Date: Wed, 03 Feb 1999 13:13:24 +0000
19204              Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
19205              
19206              (note: this patch completely overrides Tom Wolfe's patch,
19207              change #2604)
19208      Branch: cfgperl
19209            + ext/GDBM_File/hints/sco.pl
19210            ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
19211 ____________________________________________________________________________
19212 [  2809] By: jhi                                   on 1999/02/03  19:54:16
19213         Log: h2ph fixes + Configure patch to support them.
19214              
19215              From: "Kurt D. Starsinic" <kstar@chapin.edu>
19216              To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
19217              Gurusamy Sarathy <gsar@engin.umich.edu>
19218              Cc: perl5-porters@perl.org
19219              Subject: [PATCH 5.00503_MT5] h2ph.PL
19220              Date: Tue, 2 Feb 1999 19:48:06 -0500
19221              Message-ID: <19990202194806.E10647@O2.chapin.edu>
19222      Branch: maint-5.005/perl
19223            ! Configure utils/h2ph.PL
19224 ____________________________________________________________________________
19225 [  2808] By: jhi                                   on 1999/02/03  16:59:55
19226         Log: Enhance the perlbug checklist.
19227      Branch: cfgperl
19228            ! utils/perlbug.PL
19229 ____________________________________________________________________________
19230 [  2807] By: jhi                                   on 1999/02/03  14:01:37
19231         Log: Document the standard strftime %formats.
19232              
19233              From: Dominic Dunlop <domo@vo.lu>
19234              To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
19235              Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
19236              Date: Tue, 2 Feb 1999 15:55:29 +0100
19237              Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
19238      Branch: cfgperl
19239            ! ext/POSIX/POSIX.pod
19240 ____________________________________________________________________________
19241 [  2806] By: jhi                                   on 1999/02/03  13:58:00
19242         Log: Integrate from mainperl.
19243      Branch: cfgperl
19244           !> perl.h
19245 ____________________________________________________________________________
19246 [  2805] By: gsar                                  on 1999/02/03  03:32:31
19247         Log: PL_uuemap[] init needs help for sizeof()
19248      Branch: perl
19249            ! perl.h
19250 ____________________________________________________________________________
19251 [  2804] By: jhi                                   on 1999/02/02  20:44:30
19252         Log: These should've been already in #2803.
19253      Branch: cfgperl
19254            ! Configure config_h.SH vms/subconfigure.com
19255 ____________________________________________________________________________
19256 [  2803] By: jhi                                   on 1999/02/02  20:38:45
19257         Log: telldir prototype issue, from mists of time...
19258      Branch: cfgperl
19259            ! hints/netbsd.sh pp_sys.c
19260 ____________________________________________________________________________
19261 [  2801] By: jhi                                   on 1999/02/02  17:40:14
19262         Log: From: John Bley <jbb6@acpub.duke.edu>
19263              To: perlbug@perl.org
19264              Subject: [PATCH]5.005_54 (DOC) fix minor typos
19265              Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
19266              Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
19267      Branch: cfgperl
19268            ! pod/perlre.pod
19269 ____________________________________________________________________________
19270 [  2800] By: jhi                                   on 1999/02/02  17:26:49
19271         Log: Update todo with POSIX 1003.1 1996 Edition reminder.
19272      Branch: cfgperl
19273            ! Todo-5.005
19274 ____________________________________________________________________________
19275 [  2799] By: jhi                                   on 1999/02/02  17:18:51
19276         Log: Update FindBin from maint-5.005.
19277      Branch: cfgperl
19278            ! lib/FindBin.pm
19279 ____________________________________________________________________________
19280 [  2798] By: jhi                                   on 1999/02/02  17:16:07
19281         Log: Fix typecasts in #2797
19282              
19283              From: "G. Del Merritt" <del@intranetics.com>
19284              Date: Fri, 29 Jan 1999 11:47:25 -0700
19285              Message-Id: <199901291847.LAA04828@jhereg.perl.com>
19286              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
19287      Branch: cfgperl
19288            ! ext/POSIX/POSIX.xs
19289 ____________________________________________________________________________
19290 [  2797] By: jhi                                   on 1999/02/02  17:14:37
19291         Log: From: Ted Law <tedlaw@cibcwg.com>
19292              Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
19293              Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
19294              Subject: POSIX::strftime buffer overflow problem
19295      Branch: cfgperl
19296            ! ext/POSIX/POSIX.xs
19297 ____________________________________________________________________________
19298 [  2796] By: jhi                                   on 1999/02/02  17:13:23
19299         Log: Do not use File::Slurp.
19300      Branch: cfgperl
19301            ! t/lib/textfill.t
19302 ____________________________________________________________________________
19303 [  2795] By: jhi                                   on 1999/02/02  17:11:48
19304         Log: perlhist update from maint-5.005.
19305      Branch: cfgperl
19306            ! pod/perlhist.pod
19307 ____________________________________________________________________________
19308 [  2794] By: jhi                                   on 1999/02/02  17:10:33
19309         Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
19310      Branch: cfgperl
19311            ! ext/POSIX/POSIX.pm
19312 ____________________________________________________________________________
19313 [  2793] By: jhi                                   on 1999/02/02  17:08:39
19314         Log: Missed the html test from change #2787. 
19315      Branch: cfgperl
19316            ! t/lib/cgi-html.t
19317 ____________________________________________________________________________
19318 [  2792] By: jhi                                   on 1999/02/02  17:01:24
19319         Log: Update Getopt::Long to 2.19.
19320      Branch: cfgperl
19321            ! lib/Getopt/Long.pm
19322 ____________________________________________________________________________
19323 [  2791] By: jhi                                   on 1999/02/02  16:59:13
19324         Log: overload syntax is no longer experimental
19325      Branch: cfgperl
19326            ! lib/overload.pm
19327 ____________________________________________________________________________
19328 [  2789] By: jhi                                   on 1999/02/02  16:47:50
19329         Log: Still doc fixes.
19330      Branch: cfgperl
19331            ! lib/diagnostics.pm
19332 ____________________________________________________________________________
19333 [  2788] By: jhi                                   on 1999/02/02  16:47:07
19334         Log: Doc fixes.
19335      Branch: cfgperl
19336            ! lib/CGI.pm lib/diagnostics.pm
19337 ____________________________________________________________________________
19338 [  2787] By: jhi                                   on 1999/02/02  16:38:55
19339         Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
19340              where applicable).
19341      Branch: cfgperl
19342            ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
19343            ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
19344            ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
19345            ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
19346            ! eg/cgi/frameset.cgi eg/cgi/index.html
19347            ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
19348            ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
19349            ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
19350            ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
19351            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
19352            ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
19353 ____________________________________________________________________________
19354 [  2786] By: jhi                                   on 1999/02/02  16:17:52
19355         Log: Update CPAN to 1.47.
19356      Branch: cfgperl
19357            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
19358 ____________________________________________________________________________
19359 [  2785] By: jhi                                   on 1999/02/02  16:09:03
19360         Log: From: Mark-Jason Dominus <mjd@plover.com>
19361              Date: Sat, 16 Jan 1999 17:22:06 -0500
19362              Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
19363              Message-ID: <19990116222206.3674.qmail@plover.com>
19364      Branch: cfgperl
19365            ! pod/perlsub.pod
19366 ____________________________________________________________________________
19367 [  2784] By: jhi                                   on 1999/02/02  16:01:31
19368         Log: Fix incorrect "used only once" warnings
19369              
19370              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19371              Date: Fri, 8 Jan 1999 04:37:10 -0500
19372              Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
19373              Subject: Re: change#965 flakiness
19374      Branch: cfgperl
19375            ! gv.c
19376 ____________________________________________________________________________
19377 [  2783] By: jhi                                   on 1999/02/02  15:50:38
19378         Log: perldelta updates.
19379      Branch: cfgperl
19380            ! pod/perldelta.pod
19381 ____________________________________________________________________________
19382 [  2782] By: jhi                                   on 1999/02/02  14:28:26
19383         Log: Mirror change #2781.
19384      Branch: cfgperl
19385            ! hints/linux.sh
19386 ____________________________________________________________________________
19387 [  2781] By: jhi                                   on 1999/02/02  14:27:01
19388         Log: Update the MkLinux note.
19389      Branch: maint-5.005/perl
19390            ! hints/linux.sh
19391 ____________________________________________________________________________
19392 [  2780] By: jhi                                   on 1999/02/02  14:10:59
19393         Log: Update todo.
19394      Branch: cfgperl
19395            ! Todo-5.005
19396 ____________________________________________________________________________
19397 [  2779] By: jhi                                   on 1999/02/02  14:00:25
19398         Log: Integrate from mainperl.
19399      Branch: cfgperl
19400            ! t/lib/textfill.t t/lib/textwrap.t
19401           !> (integrate 32 files)
19402 ____________________________________________________________________________
19403 [  2778] By: jhi                                   on 1999/02/02  13:56:23
19404         Log: VMS update, applicable parts of
19405              
19406              From: Dan Sugalski <sugalskd@osshe.edu>
19407              To: perl5-porters@perl.org
19408              Subject: [PATCH 5.005_03MT3]VMS configure tweak
19409              Date: Wed, 20 Jan 1999 12:05:18 -0800
19410              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
19411              
19412              From: Dan Sugalski <sugalskd@osshe.edu>
19413              To: perlbug@perl.com, vmsperl@perl.org
19414              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
19415              Date: Tue, 26 Jan 1999 14:40:38 -0800
19416              Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
19417              
19418              From: Dan Sugalski <sugalskd@osshe.edu>
19419              To: perl5-porters@perl.org, vmsperl@perl.org
19420              Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
19421              Date: Tue, 26 Jan 1999 14:55:29 -0800
19422              Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
19423      Branch: cfgperl
19424            ! vms/ext/Stdio/test.pl vms/subconfigure.com
19425 ____________________________________________________________________________
19426 [  2777] By: jhi                                   on 1999/02/02  13:43:24
19427         Log: Synch usethreads parts from maint-5.005.
19428      Branch: cfgperl
19429            ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
19430            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
19431            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
19432            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
19433 ____________________________________________________________________________
19434 [  2776] By: jhi                                   on 1999/02/02  13:17:16
19435         Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
19436      Branch: cfgperl
19437            ! Makefile.SH hints/freebsd.sh
19438 ____________________________________________________________________________
19439 [  2774] By: jhi                                   on 1999/02/02  13:10:39
19440         Log: Add perlthrtut, update pod/* machinery.
19441              (a pod/Makefile.SH is sorely needed)
19442      Branch: cfgperl
19443            + pod/perlthrtut.pod
19444            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
19445 ____________________________________________________________________________
19446 [  2773] By: jhi                                   on 1999/02/02  12:54:24
19447         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
19448              To: perl5-porters@perl.org
19449              Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
19450              Date: Tue, 26 Jan 1999 22:25:07 +0000
19451              Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
19452      Branch: cfgperl
19453            ! pod/perlguts.pod
19454 ____________________________________________________________________________
19455 [  2771] By: jhi                                   on 1999/02/02  12:47:34
19456         Log: Use perlbug instead of personal email address.
19457      Branch: cfgperl
19458            ! Configure
19459 ____________________________________________________________________________
19460 [  2770] By: jhi                                   on 1999/02/02  12:42:06
19461         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
19462              
19463              From: "G. Del Merritt" <del@intranetics.com>
19464              To: perlbug@perl.com
19465              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
19466              Date: Tue, 26 Jan 1999 12:09:09 -0700
19467              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
19468      Branch: cfgperl
19469            ! iperlsys.h
19470 ____________________________________________________________________________
19471 [  2769] By: jhi                                   on 1999/02/02  12:37:57
19472         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19473              To: Mailing list Perl5 <perl5-porters@perl.org>
19474              Subject: [PATCH 5.005_*] OS/2 threads
19475              Date: Tue, 26 Jan 1999 13:39:46 -0500
19476              Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
19477      Branch: cfgperl
19478            ! os2/os2ish.h
19479 ____________________________________________________________________________
19480 [  2768] By: jhi                                   on 1999/02/02  12:36:16
19481         Log: Apply change #2711 from maint-5.005:
19482              
19483              make ok", "make okfile", and "make nok" were broken
19484              with -Duseshrplib, because of a shared typo.
19485              
19486              From: Spider Boardman <spider@web.zk3.dec.com>
19487              To: perlbug@perl.com
19488              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
19489              Date: Wed, 27 Jan 1999 12:27:15 -0500
19490              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
19491      Branch: cfgperl
19492            ! Makefile.SH
19493 ____________________________________________________________________________
19494 [  2766] By: jhi                                   on 1999/02/02  12:27:08
19495         Log: Make Configure use "int main()" instead of bare "main()".
19496              Like maint-5.005 change #2703 but now via metaconfig.
19497      Branch: cfgperl
19498            ! Configure
19499 ____________________________________________________________________________
19500 [  2765] By: jhi                                   on 1999/02/02  11:59:30
19501         Log: Undo part of change #2562.
19502      Branch: cfgperl
19503            ! Configure
19504 ____________________________________________________________________________
19505 [  2764] By: jhi                                   on 1999/02/02  11:52:39
19506         Log: NetBSD synch with maint-5.005.
19507      Branch: cfgperl
19508            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
19509 ____________________________________________________________________________
19510 [  2763] By: jhi                                   on 1999/02/02  11:44:07
19511         Log: $Config{installusrbinperl}
19512              (maint-5.005 changes #2614 and #2709)
19513      Branch: cfgperl
19514            ! Configure installperl
19515 ____________________________________________________________________________
19516 [  2762] By: jhi                                   on 1999/02/02  11:29:13
19517         Log: Errno update from maint-5.005 (changes #2583, #2710).
19518      Branch: cfgperl
19519            ! Configure ext/Errno/Errno_pm.PL
19520 ____________________________________________________________________________
19521 [  2759] By: jhi                                   on 1999/02/02  10:53:20
19522         Log: Update Trig.pm from maint-5.005.
19523      Branch: cfgperl
19524            ! lib/Math/Trig.pm
19525 ____________________________________________________________________________
19526 [  2757] By: jhi                                   on 1999/02/02  10:41:26
19527         Log: MPE/iX update (mirror maint-5.005 change #2715)
19528      Branch: cfgperl
19529            ! hints/mpeix.sh mpeix/relink
19530 ____________________________________________________________________________
19531 [  2756] By: jhi                                   on 1999/02/02  10:38:08
19532         Log: BeOS update (Mirror maint-5.005 change #2727).
19533      Branch: cfgperl
19534            + ext/DynaLoader/dl_beos.xs
19535            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
19536            ! lib/ExtUtils/MM_Unix.pm
19537 ____________________________________________________________________________
19538 [  2754] By: gsar                                  on 1999/02/02  08:52:13
19539         Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
19540      Branch: perl
19541            ! Porting/pumpkin.pod Todo Todo-5.005
19542 ____________________________________________________________________________
19543 [  2753] By: gsar                                  on 1999/02/02  08:46:21
19544         Log: Todo tweaks
19545      Branch: perl
19546            ! Todo Todo-5.005
19547 ____________________________________________________________________________
19548 [  2752] By: jhi                                   on 1999/02/01  22:15:12
19549         Log: Add perlthrtut.pod.
19550              
19551              From: Dan Sugalski <sugalskd@osshe.edu>
19552              To: perl5-porters@perl.org
19553              Subject: perlthrtut.pod
19554              Date: Mon, 01 Feb 1999 10:57:11 -0800
19555              Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
19556      Branch: maint-5.005/perl
19557            + pod/perlthrtut.pod
19558            ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
19559            ! pod/roffitall
19560 ____________________________________________________________________________
19561 [  2751] By: gsar                                  on 1999/02/01  07:28:05
19562         Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
19563      Branch: perl
19564            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
19565            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
19566 ____________________________________________________________________________
19567 [  2750] By: gsar                                  on 1999/02/01  07:09:20
19568         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19569              Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
19570              Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
19571              Subject: [PATCH 5.005_53] Debugging REx with lookbehind
19572      Branch: perl
19573            ! regexec.c
19574 ____________________________________________________________________________
19575 [  2749] By: gsar                                  on 1999/02/01  07:07:59
19576         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19577              Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
19578              Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
19579              Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
19580      Branch: perl
19581            ! regexec.c
19582 ____________________________________________________________________________
19583 [  2748] By: gsar                                  on 1999/02/01  06:47:06
19584         Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
19585              Date: Thu, 3 Dec 1998 15:10:17 -0500
19586              Message-Id: <199812032010.PAA09692@jik.shore.net>
19587              Subject: sample checksum code in "perlfunc" man page is wrong
19588      Branch: perl
19589            ! pod/perlfunc.pod
19590 ____________________________________________________________________________
19591 [  2747] By: gsar                                  on 1999/02/01  06:35:13
19592         Log: typos in Pod/Text.pm
19593              From: "Greg Chapman" <glc@well.com>
19594              Date: Tue, 1 Dec 1998 10:50:18 -0800
19595              Message-Id: <199812011849.KAA08816@smtp.well.com>
19596              Subject: Glitch in Pod::Text
19597      Branch: perl
19598            ! lib/Pod/Text.pm
19599 ____________________________________________________________________________
19600 [  2746] By: gsar                                  on 1999/02/01  06:27:35
19601         Log: various win32-ish changes merged from maint-5.005
19602      Branch: perl
19603            ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
19604            ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
19605            ! win32/Makefile win32/config.bc win32/config.vc
19606            ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
19607            ! win32/win32.c
19608 ____________________________________________________________________________
19609 [  2745] By: gsar                                  on 1999/02/01  04:51:54
19610         Log: integrate cfgperl changes into mainline
19611      Branch: perl
19612           !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
19613 ____________________________________________________________________________
19614 [  2744] By: gsar                                  on 1999/02/01  04:31:09
19615         Log: improved diagnostic on syntax errors at EOL
19616      Branch: perl
19617            ! toke.c
19618 ____________________________________________________________________________
19619 [  2743] By: gsar                                  on 1999/02/01  03:59:13
19620         Log: don't attempt connect() to bogus IP addresses
19621              From:    Graham Barr <gbarr@pobox.com>
19622              Date:    Sun, 31 Jan 1999 21:50:45 CST
19623              Message-Id: <19990131215045.A633@pobox.com>
19624      Branch: perl
19625            ! t/lib/io_multihomed.t
19626 ____________________________________________________________________________
19627 [  2742] By: gsar                                  on 1999/02/01  03:08:58
19628         Log: update Changes
19629      Branch: perl
19630            ! Changes pod/perldelta.pod
19631 ____________________________________________________________________________
19632 [  2740] By: gsar                                  on 1999/02/01  02:43:07
19633         Log: CAPI inheritance tweak and doc
19634      Branch: maint-5.005/perl
19635            ! lib/ExtUtils/MakeMaker.pm
19636 ____________________________________________________________________________
19637 [  2739] By: jhi                                   on 1999/01/31  18:31:54
19638         Log: Undo changes #2730 and #2731 and replace them
19639              with an extensively tested patch from
19640              Anton Berezin <tobez@plab.ku.dk> (via private email).
19641      Branch: maint-5.005/perl
19642            ! Makefile.SH hints/freebsd.sh
19643 ____________________________________________________________________________
19644 [  2738] By: gsar                                  on 1999/01/31  05:04:32
19645         Log: fix bogus CAPI inheritance from change#2541
19646      Branch: maint-5.005/perl
19647            ! lib/ExtUtils/MakeMaker.pm
19648 ____________________________________________________________________________
19649 [  2731] By: jhi                                   on 1999/01/29  14:33:12
19650         Log: FreeBSD version numbers can be like "2.2.8-release".
19651      Branch: maint-5.005/perl
19652            ! hints/freebsd.sh
19653 ____________________________________________________________________________
19654 [  2730] By: jhi                                   on 1999/01/29  12:40:38
19655         Log: FreeBSD hints iteration (hopefully convergent).
19656              usethreads: require at least FreeBSD 2.2.8.
19657              signal type: mirror change #2429 in cfgperl.
19658      Branch: maint-5.005/perl
19659            ! hints/freebsd.sh
19660 ____________________________________________________________________________
19661 [  2727] By: gbarr                                 on 1999/01/29  04:09:57
19662         Log: From: Tom Spindler <dogcow@isi.net>
19663              Date: Thu, 28 Jan 1999 17:15:11 -0800
19664              Message-ID: <19990128171510.A11778@isi.net>
19665              Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
19666      Branch: maint-5.005/perl
19667            + ext/DynaLoader/dl_beos.xs
19668            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
19669            ! lib/ExtUtils/MM_Unix.pm
19670 ____________________________________________________________________________
19671 [  2726] By: gbarr                                 on 1999/01/29  03:30:51
19672         Log: Remove use of File::Slurp in t/lib/textfill.t
19673      Branch: maint-5.005/perl
19674            ! t/lib/textfill.t
19675 ____________________________________________________________________________
19676 [  2725] By: gbarr                                 on 1999/01/29  03:11:41
19677         Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
19678              Date: Wed, 27 Jan 1999 23:14:33 -0800
19679              Message-Id: <199901280714.XAA10176@activestate.com>
19680              Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
19681      Branch: maint-5.005/perl
19682            ! win32/Makefile win32/makefile.mk
19683 ____________________________________________________________________________
19684 [  2720] By: gsar                                  on 1999/01/27  21:54:42
19685         Log: missing space while munging CCFLAGS for PERL_CAPI
19686      Branch: perl
19687            ! lib/ExtUtils/MM_Unix.pm
19688 ____________________________________________________________________________
19689 [  2718] By: jhi                                   on 1999/01/27  19:46:04
19690         Log: io/fs.t fails test #18 (sense of tests appears to have been
19691              changed incompletely; this patch just skips the test attached,
19692              a la test #17 preceding it).
19693              
19694              From: "G. Del Merritt" <del@intranetics.com>
19695              To: perlbug@perl.com
19696              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
19697              Date: Tue, 26 Jan 1999 12:09:09 -0700
19698              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
19699      Branch: maint-5.005/perl
19700            ! t/io/fs.t
19701 ____________________________________________________________________________
19702 [  2717] By: jhi                                   on 1999/01/27  19:44:46
19703         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
19704              
19705              From: "G. Del Merritt" <del@intranetics.com>
19706              To: perlbug@perl.com
19707              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
19708              Date: Tue, 26 Jan 1999 12:09:09 -0700
19709              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
19710      Branch: maint-5.005/perl
19711            ! iperlsys.h
19712 ____________________________________________________________________________
19713 [  2715] By: jhi                                   on 1999/01/27  19:34:28
19714         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
19715              To: perl5-porters@perl.org
19716              Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
19717              Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
19718              Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
19719      Branch: maint-5.005/perl
19720            ! hints/mpeix.sh mpeix/relink
19721 ____________________________________________________________________________
19722 [  2710] By: jhi                                   on 1999/01/27  19:22:23
19723         Log: Errno fixes:
19724              
19725              From: Spider Boardman <spider@web.zk3.dec.com>
19726              To: perlbug@perl.com
19727              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
19728              Date: Wed, 27 Jan 1999 12:27:15 -0500
19729              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
19730              
19731              From: Spider Boardman <spider@web.zk3.dec.com>
19732              To: perlbug@perl.com
19733              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
19734              Date: Wed, 27 Jan 1999 13:31:16 -0500
19735              Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
19736      Branch: maint-5.005/perl
19737            ! Configure ext/Errno/Errno_pm.PL
19738 ____________________________________________________________________________
19739 [  2709] By: jhi                                   on 1999/01/27  19:17:35
19740         Log: Fix Configure installusrbinperl:
19741              
19742              From: Spider Boardman <spider@web.zk3.dec.com>
19743              To: jhi@iki.fi
19744              cc: perl5-porters@perl.org
19745              Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
19746              Date: Wed, 27 Jan 1999 13:03:35 -0500
19747              Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
19748      Branch: maint-5.005/perl
19749            ! Configure
19750 ____________________________________________________________________________
19751 [  2707] By: gbarr                                 on 1999/01/26  02:06:17
19752         Log: Add redef IO::Handle::* for setv?buf()
19753      Branch: maint-5.005/perl
19754            ! ext/POSIX/POSIX.pm
19755 ____________________________________________________________________________
19756 [  2705] By: jhi                                   on 1999/01/24  15:14:30
19757         Log: Mention year-1900 and month 0..11.
19758      Branch: cfgperl
19759            ! lib/Time/Local.pm
19760 ____________________________________________________________________________
19761 [  2704] By: jhi                                   on 1999/01/24  15:13:36
19762         Log: Document Configure -Uinstallusrbinperl.
19763      Branch: cfgperl
19764            ! INSTALL pod/perldelta.pod
19765 ____________________________________________________________________________
19766 [  2698] By: jhi                                   on 1999/01/24  12:46:00
19767         Log: Use only xlc_r for usethreads.
19768      Branch: cfgperl
19769            ! hints/aix.sh
19770 ____________________________________________________________________________
19771 [  2695] By: gsar                                  on 1999/01/24  07:09:05
19772         Log: integrate cfgperl changes into mainline
19773      Branch: perl
19774           +> lib/Exporter/Heavy.pm
19775           !> (integrate 65 files)
19776 ____________________________________________________________________________
19777 [  2694] By: gsar                                  on 1999/01/24  01:28:49
19778         Log: better notes on 'make' on win32
19779      Branch: perl
19780            ! README.win32
19781 ____________________________________________________________________________
19782 [  2683] By: jhi                                   on 1999/01/22  15:41:00
19783         Log: More de-cut-and-pastos.
19784      Branch: cfgperl
19785            ! hints/irix_6.sh hints/os2.sh
19786 ____________________________________________________________________________
19787 [  2682] By: jhi                                   on 1999/01/22  15:30:51
19788         Log: usethreads.cbu cut-and-pasto.
19789      Branch: cfgperl
19790            ! hints/solaris_2.sh
19791 ____________________________________________________________________________
19792 [  2681] By: jhi                                   on 1999/01/22  14:54:55
19793         Log: Better (I hope) LANGUAGE documentation.
19794      Branch: cfgperl
19795            ! pod/perllocale.pod
19796 ____________________________________________________________________________
19797 [  2680] By: jhi                                   on 1999/01/22  09:20:29
19798         Log: From: Dan Sugalski <sugalskd@osshe.edu>
19799              To: perl5-porters@perl.org
19800              Subject: [PATCH 5.005_03MT3]VMS configure tweak
19801              Date: Wed, 20 Jan 1999 12:05:18 -0800
19802              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
19803      Branch: cfgperl
19804            ! vms/subconfigure.com
19805 ____________________________________________________________________________
19806 [  2679] By: jhi                                   on 1999/01/22  09:13:18
19807         Log: nosuid getmntent() branch.
19808      Branch: cfgperl
19809            ! perl.c perl.h
19810 ____________________________________________________________________________
19811 [  2678] By: jhi                                   on 1999/01/22  08:54:19
19812         Log: nosuid patch continued: *BSD needs <sys/param.h>.
19813      Branch: cfgperl
19814            ! Configure config_h.SH
19815 ____________________________________________________________________________
19816 [  2676] By: gbarr                                 on 1999/01/22  01:54:02
19817         Log: Fixup FindBin to use File::Spec
19818              
19819              Message-Id: <19990120185157.D24479@west-tip.transeda.com>
19820              Date: Wed, 20 Jan 1999 18:51:57 +0000
19821              From: Paul Johnson <pjcj@transeda.com>
19822              Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
19823      Branch: maint-5.005/perl
19824            ! lib/FindBin.pm
19825 ____________________________________________________________________________
19826 [  2671] By: gbarr                                 on 1999/01/22  00:40:13
19827         Log: Fix win32 for Borland compiler and spaces in paths
19828              
19829              From: Gurusamy Sarathy <gsar@activestate.com>
19830              Date: Mon, 18 Jan 1999 20:33:17 -0800
19831              Message-Id: <199901190433.UAA03656@activestate.com>
19832              Subject: [PATCH] 5.005_03-trial3 win32 issues
19833      Branch: maint-5.005/perl
19834            ! README.win32 win32/Makefile win32/config_sh.PL
19835            ! win32/makefile.mk win32/runperl.c
19836 ____________________________________________________________________________
19837 [  2670] By: jhi                                   on 1999/01/21  16:12:38
19838         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19839              To: perl5-porters@perl.org
19840              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
19841              Date: Thu, 21 Jan 1999 12:08:01 +0000
19842              Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
19843      Branch: cfgperl
19844            ! pod/perldiag.pod t/op/subst.t toke.c
19845 ____________________________________________________________________________
19846 [  2669] By: jhi                                   on 1999/01/21  16:11:46
19847         Log: To: perl5-porters@perl.org
19848              Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
19849              From: Anton Berezin <tobez@plab.ku.dk>
19850              Date: 21 Jan 1999 17:07:28 +0100
19851              Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
19852      Branch: cfgperl
19853            ! hints/freebsd.sh
19854 ____________________________________________________________________________
19855 [  2668] By: jhi                                   on 1999/01/21  15:38:34
19856         Log: Add Daniel Grisinger <dgris@dimensional.com>.
19857      Branch: cfgperl
19858            ! AUTHORS MAINTAIN
19859 ____________________________________________________________________________
19860 [  2667] By: jhi                                   on 1999/01/21  15:32:28
19861         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19862              To: Mailing list Perl5 <perl5-porters@perl.org>
19863              Subject: [PATCH 5.005_53] Lean Exporter.pm
19864              Date: Thu, 21 Jan 1999 03:25:23 -0500
19865              Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
19866      Branch: cfgperl
19867            + lib/Exporter/Heavy.pm
19868            ! MANIFEST lib/Exporter.pm
19869 ____________________________________________________________________________
19870 [  2666] By: jhi                                   on 1999/01/21  15:24:10
19871         Log: From: "W. Phillip Moore" <wpm@ms.com>
19872              To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
19873              Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
19874              Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
19875              Message-ID: <13988.46383.298992.97303@zappa>
19876      Branch: cfgperl
19877            ! lib/File/Path.pm
19878 ____________________________________________________________________________
19879 [  2665] By: jhi                                   on 1999/01/21  15:20:48
19880         Log: CPAN update (CPAN-1.44_54) from Andreas and
19881              jumbo doc patch from Abigail.
19882              
19883              From: abigail@fnx.com
19884              To: perl5-porters@perl.org (Perl Porters)
19885              Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm]  Typos
19886              Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
19887              Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
19888              
19889              From: abigail@fnx.com
19890              To: perl5-porters@perl.org (Perl Porters)
19891              Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
19892              Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
19893              Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
19894              
19895              From: abigail@fnx.com
19896              To: perl5-porters@perl.org (Perl Porters)
19897              Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
19898              Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
19899              Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
19900              
19901              From: abigail@fnx.com
19902              To: perl5-porters@perl.org (Perl Porters)
19903              Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
19904              Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
19905              Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
19906              
19907              From: abigail@fnx.com
19908              To: perl5-porters@perl.org (Perl Porters)
19909              Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
19910              Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
19911              Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
19912              
19913              From: abigail@fnx.com
19914              To: perl5-porters@perl.org (Perl Porters)
19915              Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
19916              Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
19917              Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
19918              
19919              From: abigail@fnx.com
19920              To: perl5-porters@perl.org (Perl Porters)
19921              Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
19922              Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
19923              Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
19924              
19925              From: abigail@fnx.com
19926              To: perl5-porters@perl.org (Perl Porters)
19927              Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
19928              Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
19929              Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
19930              
19931              From: abigail@fnx.com
19932              To: perl5-porters@perl.org (Perl Porters)
19933              Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
19934              Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
19935              Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
19936              
19937              From: abigail@fnx.com
19938              To: perl5-porters@perl.org (Perl Porters)
19939              Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
19940              Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
19941              Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
19942              
19943              From: abigail@fnx.com
19944              To: perl5-porters@perl.org (Perl Porters)
19945              Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos  (ignore previous patch for this file...)
19946              Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
19947              Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
19948              
19949              From: abigail@fnx.com
19950              To: perl5-porters@perl.org (Perl Porters)
19951              Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
19952              Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
19953              Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
19954              
19955              From: abigail@fnx.com
19956              To: perl5-porters@perl.org (Perl Porters)
19957              Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
19958              Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
19959              Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
19960      Branch: cfgperl
19961            ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
19962            ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
19963            ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
19964            ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
19965 ____________________________________________________________________________
19966 [  2664] By: jhi                                   on 1999/01/21  14:47:43
19967         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19968              To: Mailing list Perl5 <perl5-porters@perl.org>
19969              Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
19970              Date: Thu, 21 Jan 1999 03:58:29 -0500
19971              Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
19972      Branch: cfgperl
19973            ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
19974 ____________________________________________________________________________
19975 [  2663] By: jhi                                   on 1999/01/21  14:43:58
19976         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19977              To: Mailing list Perl5 <perl5-porters@perl.org>
19978              Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
19979              Date: Thu, 21 Jan 1999 02:46:34 -0500
19980              Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
19981      Branch: cfgperl
19982            ! ext/Errno/Errno_pm.PL
19983 ____________________________________________________________________________
19984 [  2662] By: jhi                                   on 1999/01/21  14:42:42
19985         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
19986              To: Francois Desarmenien <desar@club-internet.fr>
19987              Cc: Gurusamy Sarathy <gsar@activestate.com>,
19988              Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
19989              Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
19990              Date: 21 Jan 1999 00:17:35 -0700
19991              Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
19992      Branch: cfgperl
19993            ! Porting/patching.pod
19994 ____________________________________________________________________________
19995 [  2661] By: jhi                                   on 1999/01/21  14:41:13
19996         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19997              To: Mailing list Perl5 <perl5-porters@perl.org>
19998              Subject: [PATCH 5.00*] makedepend
19999              Date: Thu, 21 Jan 1999 02:08:27 -0500
20000              Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
20001      Branch: cfgperl
20002            ! makedepend.SH
20003 ____________________________________________________________________________
20004 [  2660] By: jhi                                   on 1999/01/21  14:36:45
20005         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20006              To: Mailing list Perl5 <perl5-porters@perl.org>
20007              Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
20008              Date: Tue, 19 Jan 1999 20:06:45 -0500
20009              Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
20010      Branch: cfgperl
20011            ! os2/Changes os2/os2.c
20012 ____________________________________________________________________________
20013 [  2657] By: jhi                                   on 1999/01/21  11:40:35
20014         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
20015              To: perl5-porters@perl.org
20016              Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
20017              Date: Mon, 18 Jan 1999 01:32:31 PST
20018              Message-ID: <19990118093231.18443.qmail@hotmail.com>
20019      Branch: cfgperl
20020            ! ext/B/B/CC.pm
20021 ____________________________________________________________________________
20022 [  2656] By: jhi                                   on 1999/01/21  11:35:34
20023         Log: From: Achim Bohnet <ach@mpe.mpg.de>
20024              Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED) 
20025              Date: Wed, 20 Jan 1999 20:25:53 +0100
20026              Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
20027      Branch: cfgperl
20028            ! pp.c
20029 ____________________________________________________________________________
20030 [  2655] By: jhi                                   on 1999/01/21  10:46:01
20031         Log: Handle NIS (and NetInfo) more robustly.
20032      Branch: cfgperl
20033            ! t/op/grent.t t/op/pwent.t
20034 ____________________________________________________________________________
20035 [  2654] By: jhi                                   on 1999/01/21  10:17:20
20036         Log: Two-argument eaccess() of SCO.
20037      Branch: cfgperl
20038            ! pp_sys.c
20039 ____________________________________________________________________________
20040 [  2653] By: jhi                                   on 1999/01/21  08:53:14
20041         Log: -DNO_NOSUID_CHECK for those platforms which have no way
20042              of checking for nosuid but still want suidperl.
20043      Branch: cfgperl
20044            ! perl.c
20045 ____________________________________________________________________________
20046 [  2652] By: jhi                                   on 1999/01/21  08:22:50
20047         Log: The LANGUAGE mirrors LC_ALL usage.
20048      Branch: cfgperl
20049            ! Configure config_h.SH
20050 ____________________________________________________________________________
20051 [  2651] By: jhi                                   on 1999/01/20  22:01:21
20052         Log: I_MNTENT was missing.
20053      Branch: cfgperl
20054            ! Configure config_h.SH
20055 ____________________________________________________________________________
20056 [  2650] By: jhi                                   on 1999/01/19  13:42:03
20057         Log: NetBSD update, based on patches from the NetBSD packages system.
20058      Branch: cfgperl
20059            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
20060 ____________________________________________________________________________
20061 [  2649] By: jhi                                   on 1999/01/19  12:44:02
20062         Log: Jumbo Configure update.
20063              * -Uinstallusrbinperl: disable /usr/bin/perl installation
20064              by installperl
20065              * usethreads.cbu
20066              * use64bits.cbu
20067              * "nosuid"
20068      Branch: cfgperl
20069            ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
20070            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
20071            ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
20072            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
20073            ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
20074            ! pod/perldiag.pod
20075 ____________________________________________________________________________
20076 [  2648] By: jhi                                   on 1999/01/19  09:16:44
20077         Log: Mention /usr/share/locale.
20078      Branch: cfgperl
20079            ! pod/perllocale.pod
20080 ____________________________________________________________________________
20081 [  2647] By: jhi                                   on 1999/01/19  09:11:11
20082         Log: SHMLBA strikes back in NetBSD/sparc.
20083              
20084              From: Dave Nelson <David.Nelson@bellcow.com>
20085              To: jhi@iki.fi
20086              Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
20087              Date: Mon, 18 Jan 1999 22:07:56 -0600
20088              Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
20089      Branch: cfgperl
20090            ! ext/IPC/SysV/SysV.xs
20091 ____________________________________________________________________________
20092 [  2646] By: jhi                                   on 1999/01/19  08:58:17
20093         Log: Show LANGUAGE env var when needed. (Augment change #2645).
20094      Branch: cfgperl
20095            ! util.c utils/perlbug.PL
20096 ____________________________________________________________________________
20097 [  2645] By: jhi                                   on 1999/01/19  08:52:15
20098         Log: Document the GNU LANGUAGE env var.
20099      Branch: cfgperl
20100            ! pod/perllocale.pod
20101 ____________________________________________________________________________
20102 [  2644] By: jhi                                   on 1999/01/19  08:42:25
20103         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20104              To: Mailing list Perl5 <perl5-porters@perl.org>
20105              Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
20106              Date: Mon, 18 Jan 1999 20:57:02 -0500
20107              Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
20108      Branch: cfgperl
20109            ! pp_hot.c t/op/pat.t
20110 ____________________________________________________________________________
20111 [  2643] By: jhi                                   on 1999/01/18  11:23:41
20112         Log: Add various cruft to "clean" target. (Time for t/Makefile?)
20113      Branch: cfgperl
20114            ! Makefile.SH
20115 ____________________________________________________________________________
20116 [  2642] By: jhi                                   on 1999/01/18  11:03:38
20117         Log: GNU libc locale system has LANGUAGE env var that partly
20118              overrides even LC_ALL.
20119      Branch: cfgperl
20120            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
20121 ____________________________________________________________________________
20122 [  2641] By: jhi                                   on 1999/01/18  10:55:04
20123         Log: Integrate from mainperl.
20124      Branch: cfgperl
20125           +> ext/B/defsubs.h.PL
20126            ! t/op/groups.t
20127           !> (integrate 38 files)
20128 ____________________________________________________________________________
20129 [  2640] By: gsar                                  on 1999/01/18  10:06:29
20130         Log: a few random cleanups
20131      Branch: perl
20132            ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
20133 ____________________________________________________________________________
20134 [  2639] By: gsar                                  on 1999/01/18  05:56:21
20135         Log: From:    "Vishal Bhatia" <vishalb@hotmail.com>
20136              Date:    Sun, 17 Jan 1999 16:41:10 PST
20137              Message-Id: <19990118004111.29667.qmail@hotmail.com>
20138              Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
20139      Branch: perl
20140            ! ext/B/B/C.pm
20141 ____________________________________________________________________________
20142 [  2638] By: gsar                                  on 1999/01/18  05:41:21
20143         Log: From:    jan.dubois@ibm.net (Jan Dubois)
20144              Date:    Mon, 18 Jan 1999 00:37:41 +0100
20145              Message-Id: <36a271cd.2105507@smtp1.ibm.net>
20146              Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
20147      Branch: perl
20148            ! dump.c
20149 ____________________________________________________________________________
20150 [  2633] By: gsar                                  on 1999/01/17  13:39:59
20151         Log: bogus assert()
20152      Branch: perl
20153            ! pp.c t/op/groups.t
20154 ____________________________________________________________________________
20155 [  2632] By: gsar                                  on 1999/01/17  13:22:04
20156         Log: various tweaks for clean build and test on win32
20157      Branch: perl
20158            ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
20159            ! op.c t/pragma/warn/doio
20160 ____________________________________________________________________________
20161 [  2631] By: gsar                                  on 1999/01/17  12:28:06
20162         Log: undo change#2336, and add clarification about subversive
20163              CPAN distributions from Andreas Koenig
20164      Branch: perl
20165            ! Porting/pumpkin.pod lib/CPAN.pm
20166 ____________________________________________________________________________
20167 [  2630] By: gsar                                  on 1999/01/17  12:04:06
20168         Log: fix silent taint failures under -U
20169      Branch: perl
20170            ! doio.c
20171 ____________________________________________________________________________
20172 [  2629] By: gsar                                  on 1999/01/17  12:00:23
20173         Log: sanity check piped opens (tweaked version of patch suggested
20174              by Mark-Jason Dominus)
20175      Branch: perl
20176            ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
20177            ! t/op/taint.t t/pragma/warn/doio
20178 ____________________________________________________________________________
20179 [  2628] By: gsar                                  on 1999/01/17  11:26:21
20180         Log: regen headers
20181      Branch: perl
20182            ! embed.h embedvar.h objXSUB.h
20183 ____________________________________________________________________________
20184 [  2627] By: gsar                                  on 1999/01/17  11:23:37
20185         Log: PERL_OBJECTness for change#2595
20186      Branch: perl
20187            ! embed.pl op.c pod/perlport.pod proto.h
20188 ____________________________________________________________________________
20189 [  2626] By: gsar                                  on 1999/01/17  09:47:07
20190         Log: PERL_OBJECT tweaks for change#2426
20191      Branch: perl
20192            ! embed.pl proto.h regcomp.c
20193 ____________________________________________________________________________
20194 [  2625] By: gsar                                  on 1999/01/17  09:37:58
20195         Log: documentation in change#2596 is not quite right; fix it
20196      Branch: perl
20197            ! lib/Math/BigFloat.pm pod/perlguts.pod
20198 ____________________________________________________________________________
20199 [  2624] By: gsar                                  on 1999/01/17  09:28:34
20200         Log: undo change#2571; C<use File::Spec> instead
20201      Branch: perl
20202            ! lib/FindBin.pm
20203 ____________________________________________________________________________
20204 [  2623] By: gsar                                  on 1999/01/17  09:20:42
20205         Log: change#2572 is not applicable; undo, retaining scan_bin addition
20206              to global.sym
20207      Branch: perl
20208            ! global.sym perl.c proto.h
20209 ____________________________________________________________________________
20210 [  2622] By: gsar                                  on 1999/01/17  09:17:42
20211         Log: change#2576 is based on a wrong premise; undo it
20212      Branch: perl
20213            ! pp_ctl.c
20214 ____________________________________________________________________________
20215 [  2621] By: gsar                                  on 1999/01/17  09:12:42
20216         Log: fix change#2602 to not used hard coded constants
20217      Branch: perl
20218            ! ext/B/B/C.pm ext/B/defsubs.h.PL
20219 ____________________________________________________________________________
20220 [  2620] By: gsar                                  on 1999/01/17  09:02:07
20221         Log: integrate cfgperl changes into mainline, fix conflicts
20222      Branch: perl
20223           +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
20224           +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
20225           +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
20226           +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
20227           +> pod/perlopentut.pod
20228           !> (integrate 162 files)
20229 ____________________________________________________________________________
20230 [  2619] By: gsar                                  on 1999/01/17  08:42:04
20231         Log: a few doc typos
20232      Branch: perl
20233            ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
20234 ____________________________________________________________________________
20235 [  2616] By: gbarr                                 on 1999/01/16  18:59:55
20236         Log: Win32 changes from Jan
20237              
20238              From: jan.dubois@ibm.net (Jan Dubois)
20239              Date: Fri, 15 Jan 1999 23:38:35 +0100
20240              Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
20241              Subject: [PATCH 5.005_03m2] Win32 Makefile patches
20242              
20243              From: jan.dubois@ibm.net (Jan Dubois)
20244              Date: Sat, 16 Jan 1999 13:02:45 +0100
20245              Message-ID: <36a07da6.10722337@smtp1.ibm.net>
20246              Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
20247      Branch: maint-5.005/perl
20248            ! README.win32 win32/Makefile win32/makefile.mk
20249 ____________________________________________________________________________
20250 [  2615] By: gbarr                                 on 1999/01/16  18:48:48
20251         Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
20252              
20253              From: Gurusamy Sarathy <gsar@engin.umich.edu>
20254              Date: Thu, 07 Jan 1999 00:12:00 -0500
20255              Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
20256              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
20257              
20258              From: Gurusamy Sarathy <gsar@engin.umich.edu>
20259              Date: Thu, 14 Jan 1999 19:21:46 -0500
20260              Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
20261              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
20262      Branch: maint-5.005/perl
20263            ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
20264            ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
20265            ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
20266            ! win32/makedef.pl win32/runperl.c win32/win32.c
20267 ____________________________________________________________________________
20268 [  2614] By: gbarr                                 on 1999/01/16  16:48:38
20269         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
20270              Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
20271              Message-Id: <199901151528.RAA08785@alpha.hut.fi>
20272              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
20273              
20274              From: Jarkko Hietaniemi <jhi@iki.fi>
20275              Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
20276              Message-Id: <199901151644.SAA08184@alpha.hut.fi>
20277              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
20278              
20279              From: Jarkko Hietaniemi <jhi@iki.fi>
20280              Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
20281              Message-Id: <199901151652.SAA11259@alpha.hut.fi>
20282              Subject: the promised "installusrbinperl + NetBSD" fix
20283      Branch: maint-5.005/perl
20284            ! Configure Makefile.SH hints/netbsd.sh installperl
20285            ! makedepend.SH unixish.h
20286 ____________________________________________________________________________
20287 [  2611] By: jhi                                   on 1999/01/14  12:16:14
20288         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
20289              To: pumpkings@jhereg.perl.com
20290              Subject: perlopentut.pod
20291              Date: Sat, 09 Jan 1999 08:13:18 -0700
20292              Message-Id: <199901091513.IAA17512@jhereg.perl.com>
20293      Branch: cfgperl
20294            + pod/perlopentut.pod
20295            ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
20296 ____________________________________________________________________________
20297 [  2607] By: gbarr                                 on 1999/01/14  02:53:40
20298         Log: Added Carp::cluck to perldelta.pod
20299      Branch: maint-5.005/perl
20300            ! pod/perldelta.pod
20301 ____________________________________________________________________________
20302 [  2605] By: jhi                                   on 1999/01/13  18:26:19
20303         Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
20304              To: "'cpan@perl.org'" <cpan@perl.org>
20305              Subject: "Bug" fix for File::Find.pm
20306              Date:   Thu, 31 Dec 1998 13:01:50 -0500
20307              Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
20308      Branch: cfgperl
20309            ! lib/File/Find.pm
20310 ____________________________________________________________________________
20311 [  2604] By: jhi                                   on 1999/01/13  18:08:45
20312         Log: From: Peter Wolfe <wolfe@teloseng.com>
20313              Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
20314              To: perlbug@perl.com
20315              Date: 11 Jan 1999 23:00:05 +0200
20316              Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
20317      Branch: cfgperl
20318            ! hints/sco.sh
20319 ____________________________________________________________________________
20320 [  2603] By: jhi                                   on 1999/01/13  18:06:56
20321         Log: From: hans@icgroup.nl (Hans Mulder)
20322              Subject: [Patch for 5.005_54] re::debugcolors dumps core
20323              To: perlbug@perl.com
20324              Cc: hansmu@xs4all.nl
20325              Date: 11 Jan 1999 22:22:45 +0200
20326              Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
20327      Branch: cfgperl
20328            ! ext/re/re.pm regcomp.c
20329 ____________________________________________________________________________
20330 [  2602] By: jhi                                   on 1999/01/13  18:05:43
20331         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
20332              Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
20333              Date: 11 Jan 1999 08:02:41 +0200
20334              Lines: 134
20335              Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
20336      Branch: cfgperl
20337            ! ext/B/B.xs ext/B/B/C.pm
20338 ____________________________________________________________________________
20339 [  2601] By: jhi                                   on 1999/01/13  18:01:53
20340         Log: From: James FitzGibbon <james@ican.net>
20341              Subject: Trivial patch for HP-UX 11 and shared libperl
20342              To: perl5-porters@perl.org
20343              Date: 8 Jan 1999 19:13:23 +0200
20344              Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
20345      Branch: cfgperl
20346            ! Makefile.SH
20347 ____________________________________________________________________________
20348 [  2600] By: jhi                                   on 1999/01/13  17:59:45
20349         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
20350              Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
20351              To: perl5-porters@perl.org
20352              Date: 8 Jan 1999 12:43:36 +0200
20353              Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
20354      Branch: cfgperl
20355            ! ext/B/B/CC.pm
20356 ____________________________________________________________________________
20357 [  2599] By: jhi                                   on 1999/01/13  17:50:11
20358         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
20359              Subject: PATCH to installperl
20360              To: perl5-porters@perl.org
20361              Date: 4 Jan 1999 16:15:18 +0200
20362              Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
20363      Branch: cfgperl
20364            ! installperl
20365 ____________________________________________________________________________
20366 [  2598] By: jhi                                   on 1999/01/13  17:34:51
20367         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
20368              To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
20369              Cc: perl5-porters@perl.org
20370              Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
20371              Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
20372              Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
20373      Branch: cfgperl
20374            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
20375            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
20376 ____________________________________________________________________________
20377 [  2597] By: jhi                                   on 1999/01/13  17:30:33
20378         Log: From: David Dyck <dcd@tc.fluke.com>
20379              To: Perl Porters <perl5-porters@perl.org>,
20380              Gurusamy Sarathy <gsar@engin.umich.edu>
20381              Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
20382              Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
20383              Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
20384      Branch: cfgperl
20385            ! pod/perldsc.pod
20386 ____________________________________________________________________________
20387 [  2596] By: jhi                                   on 1999/01/13  17:26:44
20388         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
20389              To: perl5-porters@perl.org
20390              Subject: [PATCH] modglobal w/ spelling fixes
20391              Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
20392              Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
20393      Branch: cfgperl
20394            ! pod/perlguts.pod
20395 ____________________________________________________________________________
20396 [  2595] By: jhi                                   on 1999/01/13  17:24:59
20397         Log: From: Hans Mulder <hansm@icgroup.nl>
20398              Optimize common sort routines.  Thread started by the message
20399              
20400              From: Hans Mulder <hansm@icgroup.nl>
20401              Sender: owner-perl5-porters@perl.org
20402              To: perl5-porters@perl.org
20403              Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
20404              Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
20405              
20406              and the patch from the message
20407              
20408              From: Hans Mulder <hans@icgroup.nl>
20409              To: jhi@iki.fi
20410              Cc: perl5-porters@perl.org
20411              Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
20412              $b }
20413              Date: Wed, 13 Jan 1999 17:39:35 +0100
20414              Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
20415      Branch: cfgperl
20416            ! Todo op.c op.h pp_ctl.c t/op/sort.t
20417 ____________________________________________________________________________
20418 [  2594] By: jhi                                   on 1999/01/13  16:50:17
20419         Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
20420              (the diffs were based on 5.004_02).  Tested by Guido
20421              and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
20422      Branch: cfgperl
20423            + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
20424            + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
20425            + mint/sys/time.h mint/time.h
20426            ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
20427            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
20428 ____________________________________________________________________________
20429 [  2593] By: jhi                                   on 1999/01/09  16:54:26
20430         Log: Detypo.
20431      Branch: cfgperl
20432            ! hints/dec_osf.sh
20433 ____________________________________________________________________________
20434 [  2592] By: jhi                                   on 1999/01/09  16:17:13
20435         Log: Move usethreads and use64bits logic from hints to Configure.
20436      Branch: cfgperl
20437            ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
20438            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
20439            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
20440            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
20441 ____________________________________________________________________________
20442 [  2591] By: jhi                                   on 1999/01/09  14:45:24
20443         Log: Missing dTHRs added.
20444      Branch: cfgperl
20445            ! regcomp.c toke.c
20446 ____________________________________________________________________________
20447 [  2590] By: jhi                                   on 1999/01/08  15:27:17
20448         Log: Finalize change #2589 and add better AIX nm scanning from:
20449              
20450              Message-Id: <m0zyNW0-00017VC@gentoo.com>
20451              From: bll@gentoo.com (Brad Lanam)
20452              Subject: Re: mailhelp returned a non-zero status
20453              In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
20454              To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
20455      Branch: cfgperl
20456            ! Configure hints/freebsd.sh hints/linux.sh
20457 ____________________________________________________________________________
20458 [  2589] By: jhi                                   on 1999/01/08  15:14:54
20459         Log: Undo change #2581.
20460      Branch: cfgperl
20461            ! Configure hints/freebsd.sh hints/linux.sh
20462 ____________________________________________________________________________
20463 [  2588] By: jhi                                   on 1999/01/08  11:51:52
20464         Log: FAQ jumbo patch from tchrist.
20465              
20466              Message-Id: <199901080605.XAA20229@jhereg.perl.com>
20467              From: Tom Christiansen <tchrist@jhereg.perl.com>
20468              To: pumpkings@jhereg.perl.com
20469              Subject: newest version of perlfaq.pod
20470              Date: Thu, 7 Jan 1999 23:05:02 -0700
20471              
20472              Message-Id: <199901080605.XAA20231@jhereg.perl.com>
20473              From: Tom Christiansen <tchrist@jhereg.perl.com>
20474              To: pumpkings@jhereg.perl.com
20475              Subject: newest version of perlfaq1.pod
20476              Date: Thu, 7 Jan 1999 23:05:02 -0700
20477              
20478              Message-Id: <199901080605.XAA20233@jhereg.perl.com>
20479              From: Tom Christiansen <tchrist@jhereg.perl.com>
20480              To: pumpkings@jhereg.perl.com
20481              Subject: newest version of perlfaq2.pod
20482              Date: Thu, 7 Jan 1999 23:05:02 -0700
20483              
20484              Message-Id: <199901080605.XAA20235@jhereg.perl.com>
20485              From: Tom Christiansen <tchrist@jhereg.perl.com>
20486              To: pumpkings@jhereg.perl.com
20487              Subject: newest version of perlfaq3.pod
20488              Date: Thu, 7 Jan 1999 23:05:02 -0700
20489              
20490              Message-Id: <199901080605.XAA20237@jhereg.perl.com>
20491              From: Tom Christiansen <tchrist@jhereg.perl.com>
20492              To: pumpkings@jhereg.perl.com
20493              Subject: newest version of perlfaq4.pod
20494              Date: Thu, 7 Jan 1999 23:05:02 -0700
20495              
20496              Message-Id: <199901080605.XAA20239@jhereg.perl.com>
20497              From: Tom Christiansen <tchrist@jhereg.perl.com>
20498              To: pumpkings@jhereg.perl.com
20499              Subject: newest version of perlfaq5.pod
20500              Date: Thu, 7 Jan 1999 23:05:02 -0700
20501              
20502              Message-Id: <199901080605.XAA20241@jhereg.perl.com>
20503              From: Tom Christiansen <tchrist@jhereg.perl.com>
20504              To: pumpkings@jhereg.perl.com
20505              Subject: newest version of perlfaq6.pod
20506              Date: Thu, 7 Jan 1999 23:05:02 -0700
20507              
20508              Message-Id: <199901080605.XAA20243@jhereg.perl.com>
20509              From: Tom Christiansen <tchrist@jhereg.perl.com>
20510              To: pumpkings@jhereg.perl.com
20511              Subject: newest version of perlfaq7.pod
20512              Date: Thu, 7 Jan 1999 23:05:03 -0700
20513              
20514              Message-Id: <199901080605.XAA20245@jhereg.perl.com>
20515              From: Tom Christiansen <tchrist@jhereg.perl.com>
20516              To: pumpkings@jhereg.perl.com
20517              Subject: newest version of perlfaq8.pod
20518              Date: Thu, 7 Jan 1999 23:05:03 -0700
20519              
20520              Message-Id: <199901080605.XAA20257@jhereg.perl.com>
20521              From: Tom Christiansen <tchrist@jhereg.perl.com>
20522              To: pumpkings@jhereg.perl.com
20523              Subject: newest version of perlfaq9.pod
20524              Date: Thu, 7 Jan 1999 23:05:03 -0700
20525      Branch: cfgperl
20526            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
20527            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
20528            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
20529            ! pod/perlfaq9.pod
20530 ____________________________________________________________________________
20531 [  2587] By: jhi                                   on 1999/01/08  11:17:43
20532         Log: More doc fixes from Abigail.
20533      Branch: cfgperl
20534            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
20535            ! lib/User/pwent.pm
20536 ____________________________________________________________________________
20537 [  2585] By: jhi                                   on 1999/01/08  08:31:02
20538         Log: Change #2584 from maint-5.005:
20539              
20540              implemented Ilya's suggested fix, and added a testcase
20541              
20542              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20543              Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
20544              Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
20545              Subject: Re: Text::ParseWords: regex fix
20546      Branch: cfgperl
20547            ! lib/Text/ParseWords.pm t/lib/parsewords.t
20548 ____________________________________________________________________________
20549 [  2583] By: gbarr                                 on 1999/01/08  04:50:03
20550         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
20551              Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
20552              Message-Id: <199901071047.MAA24100@alpha.hut.fi>
20553              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
20554      Branch: maint-5.005/perl
20555            ! ext/Errno/Errno_pm.PL
20556 ____________________________________________________________________________
20557 [  2581] By: jhi                                   on 1999/01/07  16:38:03
20558         Log: Configure update:
20559              - usethreads, use64bits, and usemultiplicity
20560              are no more interactively asked by Configure
20561              - "int main()" (vs bare "main()") enforced in test programs
20562      Branch: cfgperl
20563            ! Configure hints/freebsd.sh hints/linux.sh
20564 ____________________________________________________________________________
20565 [  2580] By: jhi                                   on 1999/01/07  11:19:12
20566         Log: From: Dan Sugalski <sugalskd@osshe.edu>
20567              Date: Wed, 06 Jan 1999 13:47:34 -0800
20568              Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
20569              Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
20570      Branch: cfgperl
20571            ! vms/vms.c
20572 ____________________________________________________________________________
20573 [  2579] By: jhi                                   on 1999/01/07  09:08:36
20574         Log: Another set of doc patches from Abigail
20575              
20576              From: abigail@fnx.com
20577              Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
20578              Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
20579              Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
20580              
20581              From: abigail@fnx.com
20582              Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
20583              Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
20584              Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
20585              
20586              From: abigail@fnx.com
20587              Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
20588              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
20589              Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
20590              
20591              From: abigail@fnx.com
20592              Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
20593              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
20594              Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
20595              
20596              From: abigail@fnx.com
20597              Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
20598              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
20599              Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
20600              
20601              From: abigail@fnx.com
20602              Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
20603              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
20604              Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
20605              
20606              From: abigail@fnx.com
20607              Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
20608              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
20609              Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
20610              
20611              From: abigail@fnx.com
20612              Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
20613              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
20614              Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
20615              
20616              From: abigail@fnx.com
20617              Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
20618              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
20619              Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
20620              
20621              From: abigail@fnx.com
20622              Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
20623              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
20624              Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
20625              
20626              From: abigail@fnx.com
20627              Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
20628              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
20629              Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
20630              
20631              From: abigail@fnx.com
20632              Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
20633              Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
20634              Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
20635              
20636              From: abigail@fnx.com
20637              Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
20638              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
20639              Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
20640              
20641              From: abigail@fnx.com
20642              Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
20643              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
20644              Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
20645      Branch: cfgperl
20646            ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
20647            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
20648            ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
20649            ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
20650            ! lib/Tie/Array.pm lib/Tie/Hash.pm
20651 ____________________________________________________________________________
20652 [  2576] By: jhi                                   on 1999/01/06  17:05:20
20653         Log: Change #2582 fallout: the amagic_cmp* are no more file static.
20654      Branch: cfgperl
20655            ! pp_ctl.c
20656 ____________________________________________________________________________
20657 [  2575] By: jhi                                   on 1999/01/06  13:18:56
20658         Log: Enhance the great_circle_distance() documentation.
20659      Branch: cfgperl
20660            ! lib/Math/Trig.pm
20661 ____________________________________________________________________________
20662 [  2574] By: jhi                                   on 1999/01/06  12:58:03
20663         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
20664              To: perlbug@perl.com
20665              Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
20666              Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
20667              Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
20668      Branch: cfgperl
20669            ! t/op/sysio.t
20670 ____________________________________________________________________________
20671 [  2573] By: jhi                                   on 1999/01/06  12:40:19
20672         Log: From: "W. Phillip Moore" <wpm@ms.com>
20673              To: perlbug@perl.org
20674              Subject: [PATCH] POSIX getpgrp is not -w clean
20675              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
20676              Message-ID: <13970.20107.190314.549471@zappa>
20677      Branch: cfgperl
20678            ! ext/POSIX/POSIX.pm
20679 ____________________________________________________________________________
20680 [  2572] By: jhi                                   on 1999/01/06  12:25:24
20681         Log: Based on
20682              From: jan.dubois@ibm.net (Jan Dubois)
20683              To: perl5-porters@perl.org
20684              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
20685              Date: Wed, 06 Jan 1999 01:24:09 +0100
20686              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
20687              except that
20688              - objXSUB.h was already okay
20689              - embed.h patching is futile, global.sym patched instead
20690              - objpp.h does not exist
20691              - proto.h addition applied manually
20692              - win32/GenCAPI.pl was already okay
20693              - win32/makedef.pl was already okay
20694      Branch: cfgperl
20695            ! global.sym perl.c proto.h
20696 ____________________________________________________________________________
20697 [  2571] By: jhi                                   on 1999/01/06  11:25:48
20698         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
20699              To: perlbug@perl.com
20700              Subject: FindBin.pm on Win32 systems
20701              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
20702              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
20703      Branch: cfgperl
20704            ! lib/FindBin.pm
20705 ____________________________________________________________________________
20706 [  2570] By: jhi                                   on 1999/01/06  11:21:48
20707         Log: From: Dan Sugalski <sugalskd@osshe.edu>
20708              To: perl5-porters@perl.org, vmsperl@perl.org
20709              Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
20710              Date: Tue, 05 Jan 1999 16:47:31 -0800
20711              Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
20712              
20713              (the ext/IO/lib/IO/Socket.pm was not really changed here;
20714              it was a leftover from #2569)
20715      Branch: cfgperl
20716            ! ext/IO/lib/IO/Socket.pm taint.c
20717 ____________________________________________________________________________
20718 [  2569] By: jhi                                   on 1999/01/06  11:18:22
20719         Log: Jumbo doc patch from Abigail (almost identical to
20720              the 5.005-maint change #2562 except for the
20721              ext/IO/lib/IO/Socket.pm patch which was not
20722              applicable because the IO version of 5.005-devel
20723              is somewhat different (why?))
20724              
20725              From: abigail@fnx.com
20726              Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
20727              Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
20728              Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
20729              
20730              From: abigail@fnx.com
20731              Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
20732              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
20733              Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
20734              
20735              From: abigail@fnx.com
20736              Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
20737              Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
20738              Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
20739              
20740              From: abigail@fnx.com
20741              Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
20742              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
20743              Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
20744              
20745              From: abigail@fnx.com
20746              Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
20747              Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
20748              Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
20749              
20750              From: abigail@fnx.com
20751              Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
20752              Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
20753              Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
20754              
20755              From: abigail@fnx.com
20756              Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
20757              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
20758              Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
20759              
20760              From: abigail@fnx.com
20761              Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
20762              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
20763              Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
20764              
20765              From: abigail@fnx.com
20766              Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
20767              Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
20768              Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
20769              
20770              From: abigail@fnx.com
20771              Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
20772              Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
20773              Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
20774      Branch: cfgperl
20775            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
20776            ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
20777            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
20778            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
20779            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
20780 ____________________________________________________________________________
20781 [  2568] By: gbarr                                 on 1999/01/06  03:13:15
20782         Log: From: jan.dubois@ibm.net (Jan Dubois)
20783              Date: Wed, 06 Jan 1999 01:24:09 +0100
20784              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
20785              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
20786      Branch: maint-5.005/perl
20787            ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
20788            ! win32/GenCAPI.pl win32/makedef.pl
20789 ____________________________________________________________________________
20790 [  2566] By: gbarr                                 on 1999/01/06  02:29:05
20791         Log: From: "W. Phillip Moore" <wpm@ms.com>
20792              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
20793              Message-ID: <13970.20107.190314.549471@zappa>
20794              Subject: [PATCH] POSIX getpgrp is not -w clean
20795      Branch: maint-5.005/perl
20796            ! ext/POSIX/POSIX.pm
20797 ____________________________________________________________________________
20798 [  2565] By: gbarr                                 on 1999/01/06  02:19:00
20799         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
20800              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
20801              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
20802              Subject: FindBin.pm on Win32 systems
20803      Branch: maint-5.005/perl
20804            ! lib/FindBin.pm
20805 ____________________________________________________________________________
20806 [  2561] By: jhi                                   on 1999/01/05  10:49:10
20807         Log: Reword the setlocale() 1-arg case better.
20808      Branch: cfgperl
20809            ! ext/POSIX/POSIX.pod
20810 ____________________________________________________________________________
20811 [  2559] By: gbarr                                 on 1999/01/02  15:37:35
20812         Log: From: Blair Zajac <bzajac@geostaff.com>
20813              Date: Wed, 23 Dec 1998 17:13:32 -0800
20814              Message-ID: <3681953C.8B6A90AA@geostaff.com>
20815              Subject: Tie::SubstrHash patch
20816      Branch: maint-5.005/perl
20817            ! lib/Tie/SubstrHash.pm
20818 ____________________________________________________________________________
20819 [  2554] By: jhi                                   on 1999/01/02  14:55:06
20820         Log: Object destruction order testing.
20821      Branch: cfgperl
20822            ! t/op/misc.t
20823 ____________________________________________________________________________
20824 [  2553] By: jhi                                   on 1999/01/02  14:49:40
20825         Log: perldelta the Dumpvalue.pm of change #2513.
20826      Branch: cfgperl
20827            ! lib/Dumpvalue.pm pod/perldelta.pod
20828 ____________________________________________________________________________
20829 [  2552] By: nick                                  on 1999/01/02  14:45:38
20830         Log: Tone down Makefile.PL so it works on Win32
20831      Branch: perl
20832            ! ext/B/Makefile.PL
20833 ____________________________________________________________________________
20834 [  2551] By: nick                                  on 1999/01/02  14:06:30
20835         Log: Export constant subs from B.xs for op.h, cop.h and a few others.
20836              Use them in various B::* rather than have local defs.
20837      Branch: perl
20838            + ext/B/defsubs.h.PL
20839            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
20840            ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
20841            ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
20842 ____________________________________________________________________________
20843 [  2550] By: nick                                  on 1999/01/02  10:04:02
20844         Log: Integrate ext/B changes from //depot/cfgperl
20845      Branch: perl
20846           !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
20847 ____________________________________________________________________________
20848 [  2549] By: jhi                                   on 1999/01/01  13:54:16
20849         Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
20850              To: perlbug@perl.com
20851              Subject: op/groups.t fails test 1 on HP-UX 10.20
20852              Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
20853              Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
20854      Branch: cfgperl
20855            ! t/op/groups.t
20856 ____________________________________________________________________________
20857 [  2548] By: jhi                                   on 1999/01/01  13:53:31
20858         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
20859              To: perl5-porters@perl.org
20860              cc: hv@crypt0.demon.co.uk
20861              Subject: [bug 5.004_54] duplicate error message
20862              Date: Thu, 31 Dec 1998 04:05:25 +0000
20863              Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
20864              
20865              Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
20866              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
20867              To: hv@crypt0.demon.co.uk
20868              Cc: perl5-porters@perl.org
20869              Subject: [PATCH _54] Re: duplicate error message
20870              Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
20871              
20872              Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
20873              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
20874              To: Stephen McCamant <smccam@uclink4.berkeley.edu>
20875              cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
20876              Subject: [TEST PATCH _54] Re: duplicate error message 
20877              Date: Fri, 01 Jan 1999 07:32:14 +0000
20878      Branch: cfgperl
20879            ! op.c t/pragma/warn/op
20880 ____________________________________________________________________________
20881 [  2547] By: jhi                                   on 1998/12/31  14:15:04
20882         Log: From: Chris Nandor <pudge@pobox.com>
20883              To: jhi@iki.fi
20884              Cc: perl5-porters@perl.org
20885              Subject: Re: [PATCH] perlport.pod 1.38
20886              Date: Thu, 31 Dec 1998 09:06:48 -0500
20887              Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
20888      Branch: cfgperl
20889            ! pod/perlport.pod
20890 ____________________________________________________________________________
20891 [  2546] By: jhi                                   on 1998/12/31  11:18:17
20892         Log: From: Wilson P. Snyder II
20893              To: perl5-porters@perl.org
20894              Subject: [PATCH v5.5.53] REV2: Binary number support
20895              Date: 1998/11/30
20896              Message-ID: <199811301543.KAA15689@vulcan.maker.com>
20897      Branch: cfgperl
20898            ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
20899            ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
20900            ! toke.c util.c
20901 ____________________________________________________________________________
20902 [  2545] By: jhi                                   on 1998/12/31  09:27:40
20903         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
20904              To: perlbug@perl.com
20905              Subject: "perl -T -P" dumps core on OpenBSD and Linux
20906              Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
20907              Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
20908      Branch: cfgperl
20909            ! taint.c
20910 ____________________________________________________________________________
20911 [  2544] By: jhi                                   on 1998/12/31  09:21:45
20912         Log: From: Tim Bunce <Tim.Bunce@ig.co.uk> 
20913              To: perlbug@perl.com 
20914              Subject: bug in pod2man search for perl binary [5.005_5x]
20915              Date: Sat, 12 Dec 1998 23:08:51 +0000 
20916              Message-ID: <19981212230851.A20578@ig.co.uk> 
20917      Branch: cfgperl
20918            ! pod/pod2man.PL
20919 ____________________________________________________________________________
20920 [  2541] By: gbarr                                 on 1998/12/30  14:37:14
20921         Log: From: jan.dubois@ibm.net (Jan Dubois)
20922              Date: Wed, 23 Dec 1998 21:26:38 +0100
20923              Message-ID: <36895086.8849224@smtp1.ibm.net>
20924              Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
20925      Branch: maint-5.005/perl
20926            ! lib/ExtUtils/MakeMaker.pm
20927 ____________________________________________________________________________
20928 [  2540] By: jhi                                   on 1998/12/30  08:42:04
20929         Log: Evermore AUTHORS and MAINTAIN.
20930      Branch: cfgperl
20931            ! AUTHORS MAINTAIN
20932 ____________________________________________________________________________
20933 [  2539] By: jhi                                   on 1998/12/29  15:10:34
20934         Log: More AUTHORS and MAINTAIN.
20935      Branch: cfgperl
20936            ! AUTHORS MAINTAIN
20937 ____________________________________________________________________________
20938 [  2537] By: jhi                                   on 1998/12/29  14:34:47
20939         Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
20940              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
20941              Message-ID: <13942.32480.700000.640927@utensil>
20942              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
20943              (mirror change#2531 in the 5.005-maint)
20944      Branch: cfgperl
20945            ! lib/AutoSplit.pm
20946 ____________________________________________________________________________
20947 [  2531] By: gbarr                                 on 1998/12/29  14:12:25
20948         Log: change in_pod pattern to /^=\w/ from /^=/
20949              From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
20950              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
20951              Message-ID: <13942.32480.700000.640927@utensil>
20952              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
20953      Branch: maint-5.005/perl
20954            ! lib/AutoSplit.pm
20955 ____________________________________________________________________________
20956 [  2525] By: jhi                                   on 1998/12/29  13:06:26
20957         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
20958              To: perl5-porters@perl.org
20959              Subject: [PATCH 5.005_54] More minor  Fixes in CC.pm/C.pm
20960              Date: 16 Dec 1998 03:17:03 +0200
20961              Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
20962      Branch: cfgperl
20963            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
20964 ____________________________________________________________________________
20965 [  2524] By: jhi                                   on 1998/12/29  13:00:06
20966         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
20967              To: perl5-porters@perl.org
20968              Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
20969              Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
20970              Date: 10 Dec 1998 08:30:02 +0200
20971              Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
20972              
20973              (Nick's part was applied earlier, in change #2460)
20974      Branch: cfgperl
20975            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
20976 ____________________________________________________________________________
20977 [  2523] By: jhi                                   on 1998/12/29  12:41:31
20978         Log: From: "vishal bhatia" <vishalb@hotmail.com>
20979              To: nick@ni-s.u-net.com
20980              Cc: perl5-porters@perl.org
20981              Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
20982              Date: 9 Dec 1998 06:50:30 +0200
20983              Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
20984      Branch: cfgperl
20985            ! ext/B/B/CC.pm
20986 ____________________________________________________________________________
20987 [  2522] By: jhi                                   on 1998/12/29  12:15:18
20988         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
20989              To: perl5-porters@perl.org (Perl 5 Porters)
20990              Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
20991              Date: 25 Dec 1998 23:02:28 +0200
20992              Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
20993      Branch: cfgperl
20994            ! lib/Pod/Text.pm
20995 ____________________________________________________________________________
20996 [  2521] By: jhi                                   on 1998/12/29  12:07:54
20997         Log: Undo #2519 (breaks universal.c).
20998      Branch: cfgperl
20999            ! XSUB.h
21000 ____________________________________________________________________________
21001 [  2519] By: jhi                                   on 1998/12/29  11:41:10
21002         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
21003              To: perl5-porters@perl.org
21004              Cc: perl-xs@perl.org
21005              Subject: XSUB.h refinement [PATCH]
21006              Date: 18 Dec 1998 03:58:44 +0200
21007              Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
21008      Branch: cfgperl
21009            ! XSUB.h
21010 ____________________________________________________________________________
21011 [  2518] By: jhi                                   on 1998/12/29  11:36:19
21012         Log: From: abigail@fnx.com
21013              To: perl5-porters@perl.org (Perl Porters)
21014              Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
21015              Date: 28 Dec 1998 21:39:15 +0200
21016              Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
21017      Branch: cfgperl
21018            ! lib/fields.pm
21019 ____________________________________________________________________________
21020 [  2517] By: jhi                                   on 1998/12/29  11:35:03
21021         Log: Document change #2516.
21022      Branch: cfgperl
21023            ! pod/perldelta.pod
21024 ____________________________________________________________________________
21025 [  2516] By: jhi                                   on 1998/12/29  11:32:26
21026         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21027              To: perl5-porters@perl.org (Mailing list Perl5)
21028              Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
21029              Date: 9 Dec 1998 10:39:31 +0200
21030              Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
21031      Branch: cfgperl
21032            ! pod/perldiag.pod regcomp.c toke.c
21033 ____________________________________________________________________________
21034 [  2515] By: jhi                                   on 1998/12/29  11:27:11
21035         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21036              To: perl5-porters@perl.org (Mailing list Perl5)
21037              Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
21038              Date: 8 Dec 1998 09:02:04 +0200
21039              Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
21040              
21041              \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
21042      Branch: cfgperl
21043            ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
21044 ____________________________________________________________________________
21045 [  2514] By: jhi                                   on 1998/12/29  11:21:31
21046         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21047              To: perl5-porters@perl.org (Mailing list Perl5)
21048              Subject: [PATCH 5.005_53] Regexp tests and UTF8
21049              Date: 8 Dec 1998 07:02:01 +0200
21050              Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
21051      Branch: cfgperl
21052            ! regcomp.c
21053 ____________________________________________________________________________
21054 [  2513] By: jhi                                   on 1998/12/29  11:18:34
21055         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21056              Subject: [PATCH 5.005_*] Dumpvar.pm
21057              To: perl5-porters@perl.org (Mailing list Perl5)
21058              Date: 7 Dec 1998 10:17:35 +0200
21059              Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
21060      Branch: cfgperl
21061            + lib/Dumpvalue.pm
21062            ! MANIFEST
21063 ____________________________________________________________________________
21064 [  2511] By: gbarr                                 on 1998/12/28  14:55:28
21065         Log: From: jan.dubois@ibm.net (Jan Dubois)
21066              Date: Tue, 01 Dec 1998 00:07:33 +0100
21067              Message-ID: <366921b5.14512598@smtp1.ibm.net>
21068              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
21069              
21070              From: jan.dubois@ibm.net (Jan Dubois)
21071              Date: Wed, 02 Dec 1998 00:24:54 +0100
21072              Message-ID: <366a77bb.19498126@smtp1.ibm.net>
21073              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
21074      Branch: maint-5.005/perl
21075            ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
21076            ! win32/config.bc win32/config.gc win32/config.vc
21077            ! win32/config_sh.PL win32/makedef.pl
21078 ____________________________________________________________________________
21079 [  2509] By: jhi                                   on 1998/12/28  13:00:31
21080     Log: Kickstart AUTHORS and MAINTAIN.
21081  Branch: cfgperl
21082        + AUTHORS MAINTAIN
21083        ! MANIFEST
21084 ____________________________________________________________________________
21085 [  2508] By: jhi                                   on 1998/12/28  08:04:00
21086     Log: From: Nathan Torkington <gnat@frii.com>
21087          To: perlbug@perl.com
21088          Subject: [PATCH] perlxstut.pod fix
21089          Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
21090          Message-ID: <13956.15285.933914.320849@localhost.frii.com>
21091  Branch: cfgperl
21092        ! pod/perlxstut.pod
21093 ____________________________________________________________________________
21094 [  2507] By: jhi                                   on 1998/12/28  07:59:00
21095     Log: From: abigail@fnx.com
21096          To: perlbug@perl.com
21097          Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
21098          Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
21099          Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
21100          (slightly modified, a part of the patch was rejected)
21101          (strange, I thought I had already submitted this one
21102          but Perforce disagrees with me...)
21103  Branch: cfgperl
21104        ! pod/perlop.pod
21105 ____________________________________________________________________________
21106 [  2506] By: jhi                                   on 1998/12/28  07:56:59
21107     Log: From: Artur <artur@vogon-solutions.com>
21108          To: perlbug@perl.com
21109          Subject: PATCH: perlmodlib.pod
21110          Date: Fri, 25 Dec 1998 00:48:39 +0000
21111          Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
21112  Branch: cfgperl
21113        ! pod/perlmodlib.pod pod/perlop.pod
21114 ____________________________________________________________________________
21115 [  2505] By: jhi                                   on 1998/12/28  07:46:06
21116     Log: From: abigail@fnx.com
21117          To: perl5-porters@perl.org (Perl Porters)
21118          Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
21119          Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
21120          Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
21121  Branch: cfgperl
21122        ! pod/pod2html.PL
21123 ____________________________________________________________________________
21124 [  2504] By: jhi                                   on 1998/12/28  07:44:35
21125     Log: From: Jim Avera <avera@fjst.com>
21126          To: perlbug@perl.com
21127          Subject: perlbug bug - shows dates reversed
21128          Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
21129          Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
21130  Branch: cfgperl
21131        ! utils/perlbug.PL
21132 ____________________________________________________________________________
21133 [  2503] By: jhi                                   on 1998/12/28  07:41:39
21134     Log: From: jan.dubois@ibm.net (Jan Dubois)
21135          To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
21136          Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
21137          Date: Wed, 23 Dec 1998 21:26:38 +0100
21138          Message-ID: <36895086.8849224@smtp1.ibm.net>
21139  Branch: cfgperl
21140        ! lib/ExtUtils/MakeMaker.pm
21141 ____________________________________________________________________________
21142 [  2502] By: jhi                                   on 1998/12/28  07:39:20
21143     Log: From: Blair Zajac <bzajac@geostaff.com>
21144          To: perl5-porters@perl.org
21145          Subject: Tie::SubstrHash patch
21146          Date: Wed, 23 Dec 1998 17:13:32 -0800
21147          Message-ID: <3681953C.8B6A90AA@geostaff.com>
21148  Branch: cfgperl
21149        ! lib/Tie/SubstrHash.pm
21150 ____________________________________________________________________________
21151 [  2501] By: jhi                                   on 1998/12/28  07:37:16
21152     Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
21153          To: perlbug@perl.com
21154          Subject: perlfaq9 minor error
21155          Date: Wed, 23 Dec 1998 14:54:19 -0800
21156          Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
21157  Branch: cfgperl
21158        ! pod/perlfaq9.pod
21159 ____________________________________________________________________________
21160 [  2500] By: jhi                                   on 1998/12/23  10:38:18
21161     Log: More porting notes about filesystems, AmigaOS, and MiNT.
21162  Branch: cfgperl
21163        ! pod/perlport.pod
21164 ____________________________________________________________________________
21165 [  2499] By: jhi                                   on 1998/12/22  09:26:49
21166     Log: Add few MSG_ and uio constants.
21167  Branch: cfgperl
21168        ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
21169 ____________________________________________________________________________
21170 [  2498] By: jhi                                   on 1998/12/22  08:39:30
21171     Log: Slight recoding of util.c:repeatcpy() to circumnavigate
21172          a Digital C compiler optimizer bug that broke the 'x'
21173          operator under certain circumstances.  See t/op/repeat.t
21174          test #20 for graphic details.  Reported in
21175          
21176          From: Gisle Aas <gisle@aas.no>
21177          To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
21178          Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
21179          Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
21180          Date: 18 Dec 1998 14:27:40 +0100
21181          Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
21182          
21183          and discussed further in the thread
21184          
21185          From: Jarkko Hietaniemi <jhi@iki.fi>
21186          To: Gisle Aas <gisle@aas.no>
21187          Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
21188          cpan-testers@perl.org, perl5-porters@perl.org
21189          Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
21190          Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
21191          Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
21192  Branch: cfgperl
21193        ! t/op/repeat.t util.c
21194 ____________________________________________________________________________
21195 [  2497] By: jhi                                   on 1998/12/21  14:18:57
21196     Log: Change #2483 update.
21197  Branch: cfgperl
21198        ! t/op/tr.t
21199 ____________________________________________________________________________
21200 [  2496] By: jhi                                   on 1998/12/21  14:07:41
21201     Log: Update on change #2493.
21202  Branch: cfgperl
21203        ! t/pragma/warn/op
21204 ____________________________________________________________________________
21205 [  2495] By: jhi                                   on 1998/12/21  13:52:00
21206     Log: Change #2487 aftershock.
21207  Branch: cfgperl
21208        ! warning.pl
21209 ____________________________________________________________________________
21210 [  2494] By: jhi                                   on 1998/12/21  12:35:00
21211     Log: From: Chris Nandor <pudge@pobox.com>
21212          To: perl5-porters@perl.org
21213          Subject: [PATCH] perlport.pod v1.37
21214          Date: Sat, 19 Dec 1998 12:54:34 -0500
21215          Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
21216  Branch: cfgperl
21217        ! pod/perlport.pod
21218 ____________________________________________________________________________
21219 [  2493] By: jhi                                   on 1998/12/21  12:22:44
21220     Log: From: Mark-Jason Dominus <mjd@plover.com>
21221          To: perl5-porters@perl.com
21222          Subject: PATCH (5.005_02): Dejargonizing
21223          Date: Sun, 20 Dec 1998 14:35:20 -0500
21224          Message-ID: <19981220193520.11230.qmail@plover.com>
21225          
21226          From: Mark-Jason Dominus <mjd@plover.com>
21227          To: perl5-porters@perl.com
21228          Subject: PATCH (5.005_02): Spelling correction in warning message
21229          Date: Sun, 20 Dec 1998 13:51:30 -0500
21230          Message-ID: <19981220185130.11067.qmail@plover.com>
21231  Branch: cfgperl
21232        ! doio.c op.c
21233 ____________________________________________________________________________
21234 [  2492] By: jhi                                   on 1998/12/21  09:00:05
21235     Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
21236          To: perl5-porters@perl.org
21237          Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
21238          Date: Sun, 20 Dec 1998 19:03:25 PST
21239          Message-ID: <19981221030326.27660.qmail@hotmail.com>
21240          
21241          (slightly reformatted)
21242  Branch: cfgperl
21243        ! ext/B/B/CC.pm
21244 ____________________________________________________________________________
21245 [  2491] By: nick                                  on 1998/12/20  14:21:29
21246     Log: Save _all_ GV's which have SV, AV or HV set.
21247  Branch: perl
21248        ! ext/B/B/C.pm
21249 ____________________________________________________________________________
21250 [  2490] By: jhi                                   on 1998/12/18  15:13:19
21251     Log: Add idea about generalising cpp symbol probing of Errno.
21252  Branch: cfgperl
21253        ! Todo
21254 ____________________________________________________________________________
21255 [  2489] By: jhi                                   on 1998/12/18  14:47:57
21256     Log: Address some of the issues of:
21257          
21258          From: Tom Christiansen <tchrist@jhereg.perl.com>
21259          To: perl-porters-active@jhereg.perl.com
21260          Subject: Undocumentation Issues for 5.005
21261          Date: Thu, 17 Dec 1998 14:46:24 -0700
21262          Message-Id: <199812172146.OAA05316@jhereg.perl.com>
21263  Branch: cfgperl
21264        ! pod/perl5005delta.pod
21265 ____________________________________________________________________________
21266 [  2488] By: jhi                                   on 1998/12/18  11:26:32
21267     Log: From: root <root@dubravka.in-berlin.de>
21268          To: perlbug@perl.com
21269          Cc: k@dubravka.in-berlin.de
21270          Subject: Please add no_modify to PERL_POLLUTE
21271          Date: Fri, 18 Dec 1998 10:45:52 +0100
21272          Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
21273          
21274          (Really from Andreas König)
21275  Branch: cfgperl
21276        ! embed.pl
21277 ____________________________________________________________________________
21278 [  2487] By: jhi                                   on 1998/12/17  14:05:52
21279     Log: Some (by far not all) issues of the below message addressed.
21280          
21281          From: Tom Christiansen <tchrist@jhereg.perl.com>
21282          To: The Perl Porters Mailing List <perl5-porters@perl.org>
21283          Subject: important UNDOC issues for 5.005_54
21284          Date: Wed, 16 Dec 1998 21:14:53 -0700
21285          Message-Id: <199812170414.VAA25860@jhereg.perl.com>
21286  Branch: cfgperl
21287        ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
21288 ____________________________________________________________________________
21289 [  2486] By: jhi                                   on 1998/12/17  12:47:15
21290     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21291          To: domo@computer.org
21292          Cc: jhi@iki.fi, perl5-porters@perl.org
21293          Subject: Re: stuff related to malloc.c
21294          Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
21295          Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
21296  Branch: cfgperl
21297        ! malloc.c
21298 ____________________________________________________________________________
21299 [  2485] By: jhi                                   on 1998/12/17  12:17:19
21300     Log: More porting notes.
21301  Branch: cfgperl
21302        ! Porting/pumpkin.pod
21303 ____________________________________________________________________________
21304 [  2484] By: jhi                                   on 1998/12/15  08:38:05
21305     Log: Undo #2386 and #2205.
21306  Branch: cfgperl
21307        ! pod/perlfunc.pod
21308 ____________________________________________________________________________
21309 [  2483] By: jhi                                   on 1998/12/14  17:58:35
21310     Log: lib was missing from @INC.
21311  Branch: cfgperl
21312        ! t/op/tr.t
21313 ____________________________________________________________________________
21314 [  2482] By: jhi                                   on 1998/12/14  17:52:42
21315     Log: Was missing use Text::Wrap.
21316  Branch: cfgperl
21317        ! t/lib/textfill.t
21318 ____________________________________________________________________________
21319 [  2481] By: jhi                                   on 1998/12/14  16:00:22
21320     Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
21321          
21322          From: Jonathan Roy <roy@idle.com>
21323          To: perl5-porters@perl.org
21324          Subject: nlist.h add to Configure checks?
21325          Date: Sun, 13 Dec 1998 22:22:49 -0500
21326          Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
21327  Branch: cfgperl
21328        + ext/DynaLoader/hints/linux.pl
21329        ! MANIFEST
21330 ____________________________________________________________________________
21331 [  2480] By: jhi                                   on 1998/12/14  15:02:44
21332     Log: Give up completely using nm in AIX.
21333          
21334          From: "Kurt D. Starsinic" <kstar@chapin.edu>
21335          To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
21336          Cc: perl5-porters@perl.org
21337          Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
21338          Date: Thu, 10 Dec 1998 00:51:46 -0500
21339          Message-ID: <19981210005146.B29986@O2.chapin.edu>
21340  Branch: cfgperl
21341        ! hints/aix.sh
21342 ____________________________________________________________________________
21343 [  2479] By: jhi                                   on 1998/12/14  14:39:52
21344     Log: AIX' error messages are different.
21345          
21346          From: "Kurt D. Starsinic" <kstar@chapin.edu>
21347          To: Gurusamy Sarathy <gsar@engin.umich.edu>
21348          Cc: perl5-porters@perl.org
21349          Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
21350          Date: Thu, 10 Dec 1998 00:42:36 -0500
21351          Message-ID: <19981210004236.A29986@O2.chapin.edu>
21352          
21353          From: Michael Engel <engel@nms1.cc.huji.ac.il>
21354          To: perlbug@perl.com
21355          Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
21356          Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
21357          Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
21358  Branch: cfgperl
21359        ! t/pragma/warn/doio
21360 ____________________________________________________________________________
21361 [  2475] By: jhi                                   on 1998/12/13  12:35:55
21362     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21363          To: jhi@iki.fi
21364          Cc: Carl_Adler@idx.com, perl5-porters@perl.org
21365          Subject: Re: stuff related to malloc.c
21366          Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
21367          Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
21368  Branch: cfgperl
21369        ! malloc.c
21370 ____________________________________________________________________________
21371 [  2474] By: jhi                                   on 1998/12/13  12:32:42
21372     Log: Some notes about porting issues.
21373  Branch: cfgperl
21374        ! Porting/pumpkin.pod
21375 ____________________________________________________________________________
21376 [  2473] By: jhi                                   on 1998/12/13  12:03:58
21377     Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
21378          To: Perl 5 Porters <perl5-porters@perl.org>
21379          Subject: [patch 5.005_02] dos-djgpp update
21380          Date: Sun, 13 Dec 1998 00:08:44 +0100
21381          Message-ID: <19981213000844.C264@beeblebrox>
21382  Branch: cfgperl
21383        ! djgpp/config.over
21384 ____________________________________________________________________________
21385 [  2472] By: gbarr                                 on 1998/12/12  17:12:28
21386     Log: undo changes to Exporter.pm from #2312
21387  Branch: maint-5.005/perl
21388        ! lib/Exporter.pm
21389 ____________________________________________________________________________
21390 [  2465] By: jhi                                   on 1998/12/12  12:31:21
21391     Log: Document that qw() taints.
21392          
21393          From: Christian Burger <burger@terra.mpikg-teltow.mpg.de> 
21394          To: perlbug@perl.com 
21395          Subject: taint problems
21396          Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET) 
21397          Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
21398  Branch: cfgperl
21399        ! pod/perlop.pod
21400 ____________________________________________________________________________
21401 [  2464] By: jhi                                   on 1998/12/11  14:09:51
21402     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
21403          To: dist-users@foretune.co.jp
21404          Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
21405          Date: Mon, 07 Dec 1998 20:13:04 -0400
21406          Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
21407  Branch: cfgperl
21408        ! Configure
21409 ____________________________________________________________________________
21410 [  2463] By: jhi                                   on 1998/12/11  13:29:54
21411     Log: MAXPATHLEN.
21412  Branch: cfgperl
21413        ! perl.h
21414 ____________________________________________________________________________
21415 [  2462] By: jhi                                   on 1998/12/11  08:37:58
21416     Log: From: Mark Kettenis <kettenis@phys.uva.nl>
21417          To: perl5-porters@perl.org
21418          Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
21419          Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
21420          Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
21421  Branch: cfgperl
21422        + hints/gnu.sh
21423 ____________________________________________________________________________
21424 [  2461] By: nick                                  on 1998/12/10  21:00:50
21425     Log: Date: Wed, 09 Dec 1998 22:16:50 PST
21426          From: Vishal Bhatia <vishalb@hotmail.com>
21427          1. Fixes the bug  reported by  Robin Barker <rmb1@cise.npl.co.uk> 
21428          2. Fixes the bug  regarding return value of c-functions generated out 
21429          of perl subs. ( Just includes the patch I sent earlier)
21430          3. Incorporates the other changes that need to be done to get CC.pm
21431          use ISA search for packages and methods on the same lines as C.pm
21432          
21433          Vishal would appreciate comments about B::Stackobj changes from 
21434          someone knowing that module well.
21435  Branch: perl
21436        ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
21437 ____________________________________________________________________________
21438 [  2460] By: jhi                                   on 1998/12/08  08:11:27
21439     Log: Integrate from mainperl.
21440  Branch: cfgperl
21441       !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
21442       !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
21443       !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
21444       !> toke.c util.c
21445 ____________________________________________________________________________
21446 [  2459] By: jhi                                   on 1998/12/07  07:50:11
21447     Log: From: hansm@icgroup.nl 
21448          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
21449          Reply-To: hansmu@xs4all.nl 
21450          To: perlbug@perl.com 
21451          Date: Sun, 6 Dec 98 22:19:54 +0100 
21452          Message-Id: <9812062116.AA26445@icgned.icgroup.nl> 
21453  Branch: cfgperl
21454        ! util.c
21455 ____________________________________________________________________________
21456 [  2458] By: gsar                                  on 1998/12/07  06:00:55
21457     Log: fix dup lexical
21458  Branch: perl
21459        ! ext/B/B/Deparse.pm t/lib/io_unix.t
21460 ____________________________________________________________________________
21461 [  2457] By: gsar                                  on 1998/12/06  14:38:59
21462     Log: mention limit on line numbers reported by diagnostics
21463  Branch: perl
21464        ! pod/perl.pod toke.c
21465 ____________________________________________________________________________
21466 [  2456] By: gsar                                  on 1998/12/06  13:49:02
21467     Log: branch perldelta.pod
21468  Branch: maint-5.005/perl
21469       +> pod/perldelta.pod
21470 ____________________________________________________________________________
21471 [  2455] By: gsar                                  on 1998/12/06  13:47:21
21472     Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
21473  Branch: maint-5.005/perl
21474        - pod/perldelta.pod
21475 ____________________________________________________________________________
21476 [  2454] By: gsar                                  on 1998/12/06  13:35:31
21477     Log: fix outdated/incorrect info about arbitrary limits
21478  Branch: perl
21479        ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
21480        ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
21481 ____________________________________________________________________________
21482 [  2453] By: nick                                  on 1998/12/05  16:14:42
21483     Log: Avoid hard-coding op numbers
21484          Update CC.pm to save %INC, and to co-exist with new C.pm
21485  Branch: perl
21486        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
21487 ____________________________________________________________________________
21488 [  2452] By: nick                                  on 1998/12/05  10:44:28
21489     Log: B.xs had its own code to calculate hash() which differed from
21490          PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
21491          which meant that run-time require was re-done.
21492          Removed some debug from C.pm
21493  Branch: perl
21494        ! ext/B/B.xs ext/B/B/C.pm
21495 ____________________________________________________________________________
21496 [  2451] By: nick                                  on 1998/12/04  21:58:49
21497     Log: Snapshot of re-worked B::C which compiles Tk apps at least as
21498          well as _54, but with pre-scan for classes and save the ISA scheme.
21499  Branch: perl
21500        ! ext/B/B/C.pm
21501 ____________________________________________________________________________
21502 [  2450] By: nick                                  on 1998/12/04  17:58:44
21503     Log: Vishal Bhatia's patch as a basis.
21504  Branch: perl
21505        ! ext/B/B/C.pm ext/B/B/CC.pm
21506 ____________________________________________________________________________
21507 [  2449] By: jhi                                   on 1998/12/04  16:39:21
21508     Log: Integrate from mainperl.
21509  Branch: cfgperl
21510       !> t/op/goto.t t/op/tr.t
21511 ____________________________________________________________________________
21512 [  2448] By: gsar                                  on 1998/12/04  06:06:49
21513     Log: tweak test for UTEST
21514  Branch: perl
21515        ! t/op/tr.t
21516 ____________________________________________________________________________
21517 [  2444] By: jhi                                   on 1998/12/03  14:37:22
21518     Log: s/\bthe the\b/the/g *.pod
21519  Branch: cfgperl
21520        ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
21521 ____________________________________________________________________________
21522 [  2443] By: jhi                                   on 1998/12/03  13:39:53
21523     Log: Change#2441 aftermath.
21524  Branch: cfgperl
21525        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21526        ! config_h.SH thread.h vms/subconfigure.com
21527 ____________________________________________________________________________
21528 [  2441] By: jhi                                   on 1998/12/03  08:15:13
21529     Log: From: Dan Sugalski <sugalskd@osshe.edu>
21530          To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
21531          Subject: [PATCH 5.005_54]Initial VMS patches
21532          Date: 3 Dec 1998 01:05:55 +0200
21533          Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
21534          
21535          The patch to config_h.SH requires more study because
21536          metaconfig needs to agree.
21537  Branch: cfgperl
21538        ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
21539        ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
21540        ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
21541 ____________________________________________________________________________
21542 [  2440] By: gsar                                  on 1998/12/03  01:32:16
21543     Log: add failed check-in of goto.t from change#1867
21544  Branch: perl
21545        ! t/op/goto.t
21546 ____________________________________________________________________________
21547 [  2437] By: jhi                                   on 1998/12/02  18:03:51
21548     Log: Fix most of the bad L<> links of
21549          
21550          From: Tom Christiansen <tchrist@jhereg.perl.com> 
21551          Subject: bad L<> links
21552          Reply-to: tchrist@perl.com 
21553          To: perlbug@jhereg.perl.com 
21554          Date: Tue, 11 Aug 1998 10:58:07 -0500 
21555          Message-Id: <199808111658.KAA00484@jhereg.perl.com> 
21556          
21557          The ones not fixed may require darker Pod::HTML magic,
21558          for example the perlguts.html#tags should work fine, IMHO.
21559  Branch: cfgperl
21560        ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
21561        ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
21562        ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
21563        ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
21564        ! pod/perlvar.pod
21565 ____________________________________________________________________________
21566 [  2436] By: jhi                                   on 1998/12/02  16:35:04
21567     Log: One paste too many in #2345.
21568  Branch: cfgperl
21569        ! lib/Pod/Html.pm
21570 ____________________________________________________________________________
21571 [  2435] By: jhi                                   on 1998/12/02  16:32:33
21572     Log: Pod::Html and Pod::Text were not locale-savvy:
21573          for example in =head1 all non-ASCII-\w-runs were
21574          turned into underscores in NAME tags.  This could
21575          result in several NAME tags becoming identical.
21576          Reported by:
21577          
21578          From: Fyodor Krasnov <fyodor@aha.ru> 
21579          Subject: pod2html vs Russian Characters
21580          To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com 
21581          Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) 
21582          Message-Id: <199811241600.TAA05149@stat.aha.ru> 
21583  Branch: cfgperl
21584        ! lib/Pod/Html.pm lib/Pod/Text.pm
21585 ____________________________________________________________________________
21586 [  2434] By: jhi                                   on 1998/12/02  10:29:00
21587     Log: The real Mc5_54 integration.
21588  Branch: cfgperl
21589       !> Changes MANIFEST pod/perlhist.pod pp_hot.c
21590 ____________________________________________________________________________
21591 [  2433] By: jhi                                   on 1998/12/02  08:52:13
21592     Log: From: Andy Dougherty <doughera@lafayette.edu>
21593          To: Perl Porters <perl5-porters@perl.org>
21594          Subject: [PATCH 5.005_xx] Missing redirection of simple test program
21595          Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
21596          Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
21597  Branch: cfgperl
21598        ! Configure
21599 ____________________________________________________________________________
21600 [  2432] By: jhi                                   on 1998/12/02  08:49:47
21601     Log: From: Andy Dougherty <doughera@lafayette.edu>
21602          To: Perl Porters <perl5-porters@perl.org>
21603          Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
21604          Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
21605          Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
21606  Branch: cfgperl
21607        ! Configure
21608 ____________________________________________________________________________
21609 [  2431] By: jhi                                   on 1998/12/01  16:11:50
21610     Log: From: achampio@lehman.com (Alan Champion)
21611          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
21612          To: perlbug@perl.com
21613          Date: 1 Dec 1998 17:36:33 +0200
21614          Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
21615          
21616          Skip NIS includes.
21617  Branch: cfgperl
21618        ! t/op/pwent.t
21619 ____________________________________________________________________________
21620 [  2430] By: gsar                                  on 1998/12/01  12:12:50
21621     Log: 5.005_54, as released
21622  Branch: perl
21623        ! Changes MANIFEST pod/perlhist.pod pp_hot.c
21624 ____________________________________________________________________________
21625 [  2429] By: jhi                                   on 1998/12/01  11:28:39
21626     Log: From: Anton Berezin <tobez@plab.ku.dk>
21627          To: perl5-porters@perl.org
21628          Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
21629          Date: 30 Nov 1998 19:46:24 +0100
21630          Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
21631  Branch: cfgperl
21632        ! hints/freebsd.sh
21633 ____________________________________________________________________________
21634 [  2428] By: jhi                                   on 1998/12/01  11:08:16
21635     Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
21636  Branch: cfgperl
21637       +> (branch 30 files)
21638       !> (integrate 71 files)
21639 ____________________________________________________________________________
21640 [  2427] By: jhi                                   on 1998/12/01  10:51:37
21641     Log: Default to accepting a hinted $randfunc even when $csym
21642          does not find it.  (the previous defaylt behaviour was not
21643          to accept).
21644  Branch: cfgperl
21645        ! Configure
21646 ____________________________________________________________________________
21647 [  2426] By: jhi                                   on 1998/12/01  10:13:03
21648     Log: Separated the [:foo:] parsing to its own function.
21649          Passes all tests.
21650  Branch: cfgperl
21651        ! regcomp.c
21652 ____________________________________________________________________________
21653 [  2425] By: jhi                                   on 1998/12/01  08:22:49
21654     Log: Typo in comments.
21655  Branch: cfgperl
21656        ! regexec.c
21657 ____________________________________________________________________________
21658 [  2424] By: jhi                                   on 1998/12/01  08:21:38
21659     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21660          Subject: [PATCH 5.005_*] Debugger 'v' command
21661          To: perl5-porters@perl.org (Mailing list Perl5)
21662          Date: 1 Dec 1998 07:55:11 +0200
21663          Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
21664  Branch: cfgperl
21665        ! lib/perl5db.pl
21666 ____________________________________________________________________________
21667 [  2423] By: jhi                                   on 1998/12/01  08:19:08
21668     Log: From: pvhp@forte.com (Peter Prymmer)
21669          Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
21670          To: perl5-porters@perl.org
21671          Date: 1 Dec 1998 07:27:11 +0200
21672          Message-ID: <MLIST_9812010508.AA07791@forte.com>
21673  Branch: cfgperl
21674        ! hints/os390.sh
21675 ____________________________________________________________________________
21676 [  2417] By: jhi                                   on 1998/11/30  08:14:00
21677     Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
21678  Branch: cfgperl
21679        ! ext/Socket/Socket.xs
21680 ____________________________________________________________________________
21681 [  2416] By: jhi                                   on 1998/11/30  08:00:15
21682     Log: Undo #2395, seems more like a problem in netbsd-current.
21683  Branch: cfgperl
21684        ! util.c
21685
21686 ----------------
21687 Version 5.005_54
21688 ----------------
21689
21690 ____________________________________________________________________________
21691 [  2414] By: gsar                                  on 1998/11/30  02:23:55
21692     Log: more JPL tweaks
21693  Branch: perl
21694        - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
21695        ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
21696 ____________________________________________________________________________
21697 [  2413] By: gsar                                  on 1998/11/30  01:35:56
21698     Log: stub bin/jpl that just runs JPL::Compile::files()
21699  Branch: perl
21700        + jpl/bin/jpl
21701 ____________________________________________________________________________
21702 [  2412] By: gsar                                  on 1998/11/30  01:32:14
21703     Log: delete symlink
21704  Branch: perl
21705        - jpl/bin/jpl
21706 ____________________________________________________________________________
21707 [  2410] By: gsar                                  on 1998/11/30  01:30:44
21708     Log: branch jpl from perlext to perl
21709  Branch: perl
21710       +> (branch 30 files)
21711 ____________________________________________________________________________
21712 [  2407] By: gsar                                  on 1998/11/30  01:24:53
21713     Log: JPL tweaks to build with 5.005
21714  Branch: perlext
21715        ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
21716        ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
21717 ____________________________________________________________________________
21718 [  2406] By: gsar                                  on 1998/11/30  00:55:54
21719     Log: integrate changes#2273,2274,2288,2291 from maint-5.004
21720  Branch: perl
21721        ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
21722 ____________________________________________________________________________
21723 [  2405] By: gsar                                  on 1998/11/30  00:28:55
21724     Log: patchlevel up to 54
21725  Branch: perl
21726        ! patchlevel.h win32/Makefile win32/config_H.bc
21727        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
21728 ____________________________________________________________________________
21729 [  2403] By: gsar                                  on 1998/11/29  23:35:50
21730     Log: integrate cfgperl changes into mainline
21731  Branch: perl
21732       !> Configure Porting/Glossary Porting/config.sh Porting/config_H
21733       !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
21734 ____________________________________________________________________________
21735 [  2402] By: gsar                                  on 1998/11/29  23:08:42
21736     Log: sync Text::Wrap version number
21737  Branch: perl
21738        ! lib/Text/Wrap.pm
21739 ____________________________________________________________________________
21740 [  2401] By: gsar                                  on 1998/11/29  22:56:21
21741     Log: textfill.t tweak
21742  Branch: perl
21743        ! t/lib/textfill.t
21744 ____________________________________________________________________________
21745 [  2400] By: gsar                                  on 1998/11/29  22:50:41
21746     Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
21747          <muir@idiom.com>
21748  Branch: perl
21749        + t/lib/textfill.t
21750        ! MANIFEST lib/Text/Wrap.pm
21751 ____________________________________________________________________________
21752 [  2399] By: gsar                                  on 1998/11/29  22:28:05
21753     Log: updated to Text::Wrap 98.112801 from CPAN; one published change
21754          has happened without the authors knowledge or consent; the subversive
21755          version (which is in 5.00502) breaks one of the tests in the
21756          authors testsuite; attempts are being made to find a fix that
21757          avoids breaking code already running with the 5.005_02 version
21758          From:    David Muir Sharnoff <muir@idiom.com>
21759          Date:    Sat, 28 Nov 1998 04:34:17 PST
21760          Message-Id: <199811281234.EAA03082@idiom.com>
21761          Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
21762  Branch: perl
21763        ! lib/Text/Wrap.pm t/lib/textwrap.t
21764 ____________________________________________________________________________
21765 [  2397] By: nick                                  on 1998/11/29  20:13:58
21766     Log: Update docs and English.pm for $^C
21767  Branch: perl
21768        ! lib/English.pm pod/perlvar.pod
21769 ____________________________________________________________________________
21770 [  2396] By: jhi                                   on 1998/11/29  20:13:03
21771     Log: Mirror #2384.
21772  Branch: cfgperl
21773        ! t/op/pwent.t
21774 ____________________________________________________________________________
21775 [  2395] By: jhi                                   on 1998/11/29  19:59:12
21776     Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
21777  Branch: cfgperl
21778        ! util.c
21779 ____________________________________________________________________________
21780 [  2394] By: gsar                                  on 1998/11/29  19:49:08
21781     Log: updated perlreftut.pod
21782  Branch: perl
21783        ! pod/perlreftut.pod
21784 ____________________________________________________________________________
21785 [  2393] By: gsar                                  on 1998/11/29  19:31:56
21786     Log: misc tweaks
21787  Branch: perl
21788        ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
21789 ____________________________________________________________________________
21790 [  2392] By: gsar                                  on 1998/11/29  19:31:18
21791     Log: notes about -DPERL_POLLUTE
21792  Branch: perl
21793        ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
21794 ____________________________________________________________________________
21795 [  2391] By: gsar                                  on 1998/11/29  19:13:52
21796     Log: explain various win32 build caveats more clearly
21797  Branch: perl
21798        ! README.win32 win32/Makefile win32/makefile.mk
21799 ____________________________________________________________________________
21800 [  2390] By: gsar                                  on 1998/11/29  16:51:59
21801     Log: remove I_POLL detection (Configure will do that now)
21802  Branch: perl
21803        ! ext/IO/Makefile.PL
21804 ____________________________________________________________________________
21805 [  2389] By: jhi                                   on 1998/11/29  16:39:16
21806     Log: Add I_POLL for IO 1.20.
21807  Branch: cfgperl
21808        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21809        ! config_h.SH
21810 ____________________________________________________________________________
21811 [  2388] By: gsar                                  on 1998/11/29  16:23:30
21812     Log: add p4desc (augments 'p4 describe' output with diffs for new files)
21813  Branch: perl
21814        + Porting/p4desc
21815        ! MANIFEST
21816 ____________________________________________________________________________
21817 [  2387] By: gsar                                  on 1998/11/29  16:08:03
21818     Log: another threads reliability fix: serialize writes to thr->threadsv
21819          avoid most uses of PL_na (which is much more inefficient than a
21820          simple local); update docs to suit; PL_na now being thr->Tna may
21821          be a minor compatibility issue for extensions--will require dTHR
21822          outside of XSUBs (those get automatic dTHR)
21823  Branch: perl
21824        ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
21825        ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
21826        ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
21827        ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
21828        ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
21829        ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
21830        ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
21831        ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
21832        ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
21833 ____________________________________________________________________________
21834 [  2386] By: jhi                                   on 1998/11/29  15:40:42
21835     Log: Tune the "if" entry.
21836  Branch: cfgperl
21837        ! pod/perlfunc.pod
21838 ____________________________________________________________________________
21839 [  2385] By: gsar                                  on 1998/11/29  12:40:28
21840     Log: various fixes for race conditions under threads: mutex locks based
21841          on PL_threadnum were seriously flawed, since it means more than one
21842          thread could enter the critical region; PL_na was global instead of
21843          thread-local; child thread could finish and free thr structures
21844          before Thread->new() got around to creating the Thread object;
21845          cv_clone() needed locking, as it mucks with PL_comppad and other
21846          global data; new_struct_thread() needed to lock template-thread's
21847          mutex while copying its data
21848  Branch: perl
21849        ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
21850        ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
21851 ____________________________________________________________________________
21852 [  2384] By: gsar                                  on 1998/11/29  10:54:38
21853     Log: s/warn/print/ on multiply defined groups
21854  Branch: perl
21855        ! t/op/grent.t
21856 ____________________________________________________________________________
21857 [  2383] By: gsar                                  on 1998/11/29  10:48:39
21858     Log: backout change#2334
21859  Branch: perl
21860        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
21861 ____________________________________________________________________________
21862 [  2382] By: jhi                                   on 1998/11/29  10:33:40
21863     Log: Better NetInfo behaviour.
21864  Branch: cfgperl
21865        ! t/op/grent.t t/op/pwent.t
21866 ____________________________________________________________________________
21867 [  2381] By: jhi                                   on 1998/11/29  10:08:15
21868     Log: Integrate from mainperl.
21869  Branch: cfgperl
21870       +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
21871       +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
21872       +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
21873       +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
21874       +> t/lib/io_poll.t t/lib/io_unix.t
21875       !> (integrate 58 files)
21876 ____________________________________________________________________________
21877 [  2380] By: gsar                                  on 1998/11/29  08:22:49
21878     Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
21879          Tim Bunce)
21880  Branch: perl
21881        ! gv.c
21882 ____________________________________________________________________________
21883 [  2379] By: gsar                                  on 1998/11/29  07:06:43
21884     Log: fix for pat.t failure under USE_THREADS
21885  Branch: perl
21886        ! pp_ctl.c regexec.c
21887 ____________________________________________________________________________
21888 [  2378] By: nick                                  on 1998/11/28  22:46:57
21889     Log: More C.pm tweaks
21890          Save globs even if we have saved cv itself before - may be imported.
21891          
21892          While we don't save "bootstrap" CV we need to provide a stub,
21893          so that if we require it later we don't fall through and attempt
21894          to DynaLoad module again.
21895          
21896          Attempt to save %INC so that "require" does not reload things
21897          we have compiled-in (does not work right yet - seems to be due
21898          to PL_incgv being created in perl_parse() current scheme setting 
21899          GvHV() is "better" than saving the glob, but still does not 
21900          work as I expect). 
21901  Branch: perl
21902        ! ext/B/B/C.pm
21903 ____________________________________________________________________________
21904 [  2377] By: gsar                                  on 1998/11/28  22:30:38
21905     Log: various tweaks; result passes all tests for normal build on Solaris;
21906          fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
21907          win32 due to lack of select() that works on non-socket fds
21908  Branch: perl
21909        ! ext/IO/poll.c regcomp.c regexec.c scope.c
21910        ! t/lib/io_multihomed.t win32/makefile.mk
21911 ____________________________________________________________________________
21912 [  2376] By: gsar                                  on 1998/11/28  20:44:39
21913     Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
21914  Branch: perl
21915        ! myconfig
21916 ____________________________________________________________________________
21917 [  2375] By: gsar                                  on 1998/11/28  20:42:58
21918     Log: integrate cfgperl changes into mainline
21919  Branch: perl
21920       !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
21921       !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
21922 ____________________________________________________________________________
21923 [  2374] By: gsar                                  on 1998/11/28  20:02:03
21924     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21925          Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
21926          Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
21927          Subject: [PATCH 5.00553] Yet another OS/2 patch
21928  Branch: perl
21929        ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
21930 ____________________________________________________________________________
21931 [  2373] By: gsar                                  on 1998/11/28  19:30:06
21932     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21933          Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
21934          Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
21935          Subject: [PATCH 5.005_53] Change $#+
21936  Branch: perl
21937        ! mg.c pod/perlvar.pod t/op/pat.t
21938 ____________________________________________________________________________
21939 [  2372] By: gsar                                  on 1998/11/28  19:28:00
21940     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21941          Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
21942          Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
21943          Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
21944  Branch: perl
21945        ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
21946        ! thrdvar.h
21947 ____________________________________________________________________________
21948 [  2371] By: gsar                                  on 1998/11/28  19:23:53
21949     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21950          Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
21951          Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
21952          Subject: [PATCH 5.005_53] better -Mre=debugcolor
21953  Branch: perl
21954        ! embedvar.h objXSUB.h regexec.c thrdvar.h
21955 ____________________________________________________________________________
21956 [  2370] By: gsar                                  on 1998/11/28  19:21:17
21957     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21958          Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
21959          Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
21960          Subject: [PATCH 5.005_*] regcolors
21961  Branch: perl
21962        ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
21963 ____________________________________________________________________________
21964 [  2369] By: gsar                                  on 1998/11/28  19:00:15
21965     Log: allow final period in a file (not followed by a newline) to
21966          terminate format spec
21967  Branch: perl
21968        ! toke.c
21969 ____________________________________________________________________________
21970 [  2368] By: gsar                                  on 1998/11/28  18:58:25
21971     Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
21972          add C<$Config{installarchlib}/CORE> to the default locations searched
21973          on win32
21974  Branch: perl
21975        ! lib/ExtUtils/Liblist.pm
21976 ____________________________________________________________________________
21977 [  2367] By: gsar                                  on 1998/11/28  18:46:05
21978     Log: applied suggested patch with PERL_OBJECT tweaks
21979          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21980          Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
21981          Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
21982          Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
21983  Branch: perl
21984        ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
21985        ! regexec.c t/op/pat.t thrdvar.h
21986 ____________________________________________________________________________
21987 [  2366] By: gsar                                  on 1998/11/28  18:38:34
21988     Log: additional documentation for qr//
21989          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21990          Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
21991          Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
21992          Subject: [PATCH 5.005_*] Documentation (fwd)
21993  Branch: perl
21994        ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
21995 ____________________________________________________________________________
21996 [  2365] By: gsar                                  on 1998/11/28  18:35:35
21997     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21998          Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
21999          Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
22000          Subject: [PATCH 5.005_*] Fix \G in REx without //g
22001  Branch: perl
22002        ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
22003        ! regexp.h t/op/pat.t thrdvar.h
22004 ____________________________________________________________________________
22005 [  2364] By: gsar                                  on 1998/11/28  18:24:20
22006     Log: update Test.pm to Test-1.12; tweak 're' detection
22007  Branch: perl
22008        ! lib/Test.pm
22009 ____________________________________________________________________________
22010 [  2363] By: gsar                                  on 1998/11/28  18:12:04
22011     Log: avoid command-line quoting portability problems in lex_assign.t
22012  Branch: perl
22013        ! t/op/lex_assign.t
22014 ____________________________________________________________________________
22015 [  2362] By: gsar                                  on 1998/11/28  18:08:50
22016     Log: From: John Tobey <jtobey@channel1.com>
22017          Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
22018          Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
22019          Subject: PATCH: document English.pm sawampersand and thread issues
22020  Branch: perl
22021        ! lib/English.pm pod/perlvar.pod
22022 ____________________________________________________________________________
22023 [  2361] By: gsar                                  on 1998/11/28  18:03:04
22024     Log: fix uninitialized warnings
22025          From: Brian Callaghan <callagh@itginc.com>
22026          Date: Thu, 19 Nov 1998 17:49:10 -0800
22027          Message-Id: <3654CA96.B64FCAEB@itginc.com>
22028          Subject: Complete.pm patch (version 1.1)
22029  Branch: perl
22030        ! lib/Term/Complete.pm
22031 ____________________________________________________________________________
22032 [  2360] By: gsar                                  on 1998/11/28  17:59:16
22033     Log: s/Array/List/ suggested by John Tobey
22034  Branch: perl
22035        ! pod/perldata.pod
22036 ____________________________________________________________________________
22037 [  2359] By: gsar                                  on 1998/11/28  17:47:48
22038     Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
22039  Branch: perl
22040        ! lib/Tie/Handle.pm pod/perlfunc.pod
22041 ____________________________________________________________________________
22042 [  2358] By: jhi                                   on 1998/11/28  17:23:15
22043     Log: Revamp the locale tests.
22044          (0) Instead of rewiring a few locales scan for them.
22045          (1) Bogus test #101 removed.
22046          (2) All the locales are checked, the lists of failed
22047          and non-failed ones are displayed.
22048          (3) The test #103 is again 'active' so that it may fail.
22049          (4) To balance (3) a hopefully pacifying message is shown
22050          if the #103 fails.
22051  Branch: cfgperl
22052        ! t/pragma/locale.t
22053 ____________________________________________________________________________
22054 [  2357] By: gsar                                  on 1998/11/28  17:21:07
22055     Log: add perlreftut.pod
22056  Branch: perl
22057        + pod/perlreftut.pod
22058        ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
22059        ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
22060        ! win32/pod.mak
22061 ____________________________________________________________________________
22062 [  2356] By: jhi                                   on 1998/11/28  16:58:01
22063     Log: Change #2346 fallout.
22064  Branch: cfgperl
22065        ! t/op/undef.t
22066 ____________________________________________________________________________
22067 [  2355] By: gsar                                  on 1998/11/28  16:46:43
22068     Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
22069          ANSI prototypes
22070  Branch: perl
22071        ! ext/IO/IO.xs
22072 ____________________________________________________________________________
22073 [  2354] By: gsar                                  on 1998/11/28  16:08:07
22074     Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
22075          keep platform hacks that aren't in the 1.20 dist; add new files
22076          to MANIFEST; hack Makefile.PL; result hasn't been tested
22077          anywhere
22078  Branch: perl
22079        + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
22080        + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
22081        + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
22082        + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
22083        ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
22084        ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
22085        ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
22086        ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
22087        ! t/lib/io_sock.t t/lib/io_udp.t
22088 ____________________________________________________________________________
22089 [  2353] By: jhi                                   on 1998/11/28  15:51:03
22090     Log: Locale collation, ctype, and numeric, were initialized wrong
22091          (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
22092          as reported by
22093          
22094          From: Ilya.Sandler@etak.com (Ilya Sandler)
22095          Subject: a bug in locale handling: LC_COLLATE ignored sometimes
22096          To: perlbug@perl.com
22097          Date: 25 Nov 1998 04:53:52 +0200
22098          Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
22099  Branch: cfgperl
22100        ! util.c
22101 ____________________________________________________________________________
22102 [  2352] By: nick                                  on 1998/11/28  15:21:59
22103     Log: Implement $^C to allow perl access to -c flag - I think this 
22104          was agreed once...
22105  Branch: perl
22106        ! gv.c mg.c
22107 ____________________________________________________________________________
22108 [  2351] By: jhi                                   on 1998/11/28  15:14:24
22109     Log: Change #2251 fixup.
22110  Branch: cfgperl
22111        ! myconfig
22112 ____________________________________________________________________________
22113 [  2350] By: jhi                                   on 1998/11/28  14:58:19
22114     Log: Integrate from mainperl.
22115  Branch: cfgperl
22116       +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
22117       +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
22118       +> pod/perl5005delta.pod
22119       !> (integrate 49 files)
22120 ____________________________________________________________________________
22121 [  2349] By: jhi                                   on 1998/11/28  14:27:36
22122     Log: Passwd and group file groveling.
22123  Branch: cfgperl
22124        ! t/op/grent.t t/op/pwent.t
22125 ____________________________________________________________________________
22126 [  2348] By: gsar                                  on 1998/11/28  14:09:50
22127     Log: more conservative version of changes#2345,2346,2347; those break
22128          C<defined(@{"foo::ISA"})> which seems to be extensively used in
22129          the libs :-(
22130  Branch: perl
22131        ! pp.c t/op/method.t
22132 ____________________________________________________________________________
22133 [  2347] By: gsar                                  on 1998/11/28  13:36:08
22134     Log: tweak bogus test
22135  Branch: perl
22136        ! t/op/method.t
22137 ____________________________________________________________________________
22138 [  2346] By: gsar                                  on 1998/11/28  13:20:34
22139     Log: test cases for previous change
22140  Branch: perl
22141        ! t/op/undef.t
22142 ____________________________________________________________________________
22143 [  2345] By: gsar                                  on 1998/11/28  13:07:17
22144     Log: fix typo in pp_defined() causing C<defined %tied> to fail
22145  Branch: perl
22146        ! pp.c
22147 ____________________________________________________________________________
22148 [  2344] By: gsar                                  on 1998/11/28  13:03:29
22149     Log: s/comment/comment_t/ tweak (suggested by John Gorman
22150          <jgorman@webbysoft.com>)
22151  Branch: perl
22152        ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
22153 ____________________________________________________________________________
22154 [  2343] By: gsar                                  on 1998/11/28  12:52:40
22155     Log: add (stub) perldelta.pod
22156  Branch: perl
22157        + pod/perldelta.pod
22158 ____________________________________________________________________________
22159 [  2342] By: gsar                                  on 1998/11/28  12:49:26
22160     Log: rename perldelta.pod to perl5005delta.pod in preparation for
22161          starting a new one
22162  Branch: perl
22163       +> pod/perl5005delta.pod
22164        - pod/perldelta.pod
22165        ! MANIFEST pod/perl.pod
22166 ____________________________________________________________________________
22167 [  2341] By: gsar                                  on 1998/11/28  12:41:55
22168     Log: fix MALLOC_LOCK #define
22169  Branch: perl
22170        ! malloc.c
22171 ____________________________________________________________________________
22172 [  2340] By: gsar                                  on 1998/11/28  12:18:23
22173     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22174          Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
22175          Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
22176          Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
22177  Branch: perl
22178        ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
22179 ____________________________________________________________________________
22180 [  2339] By: jhi                                   on 1998/11/28  11:59:01
22181     Log: Add -lm to dynix/ptx POSIX hints.
22182          From: "Martin J. Bligh" <mbligh@sequent.com>
22183          To: jhi@iki.fi
22184          Subject: Re: Making Perl work on DYNIX/ptx
22185          Date: Wed, 25 Nov 1998 10:34:41 -0800
22186          Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
22187  Branch: cfgperl
22188        ! ext/POSIX/hints/dynixptx.pl
22189 ____________________________________________________________________________
22190 [  2338] By: jhi                                   on 1998/11/28  11:57:19
22191     Log: Detypo.
22192  Branch: cfgperl
22193        ! lib/filetest.pm
22194 ____________________________________________________________________________
22195 [  2337] By: jhi                                   on 1998/11/28  11:56:29
22196     Log: Better LD_LIBRARY_PATH instructions for Bourneists.
22197  Branch: cfgperl
22198        ! Configure
22199 ____________________________________________________________________________
22200 [  2336] By: gsar                                  on 1998/11/28  11:41:14
22201     Log: teach CPAN.pm to ignore beta perl distributions when looking for
22202          modules
22203          From: root@dogberry.rutgers.edu (root)
22204          Date: Thu, 12 Nov 1998 23:08:39 -0500
22205          Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
22206          Subject: recompile tries getting a perl distribution
22207  Branch: perl
22208        ! lib/CPAN.pm
22209 ____________________________________________________________________________
22210 [  2335] By: gsar                                  on 1998/11/28  11:27:46
22211     Log: make $1 et al readonly under threads; make C<undef $1> fail like
22212          C<$1 = undef> does
22213  Branch: perl
22214        ! op.c pp.c t/op/undef.t
22215 ____________________________________________________________________________
22216 [  2334] By: gsar                                  on 1998/11/28  10:24:52
22217     Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
22218  Branch: perl
22219        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
22220 ____________________________________________________________________________
22221 [  2333] By: gsar                                  on 1998/11/28  09:36:40
22222     Log: document changed PERL_HASH()
22223  Branch: perl
22224        ! pod/perlfunc.pod pod/perlguts.pod
22225 ____________________________________________________________________________
22226 [  2332] By: nick                                  on 1998/11/27  21:10:27
22227     Log: Handle INIT list in C.pm
22228          1. Provide init_av() from B.xs
22229          2. Export it in B.pm
22230          3. Use it in C.pm
22231          Also disable some pruning in savecv() which seems to undo
22232          my previous patch.
22233          Experimental feature - save pathnames of .so files in easily 
22234          grep-able form for use in wrapper to feed to linker.  
22235  Branch: perl
22236        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
22237 ____________________________________________________________________________
22238 [  2327] By: gsar                                  on 1998/11/27  15:12:01
22239     Log: integrate change#2315 from maint-5.005
22240  Branch: perl
22241        ! t/op/sort.t
22242       !> op.c sv.c
22243 ____________________________________________________________________________
22244 [  2326] By: gsar                                  on 1998/11/27  15:00:42
22245     Log: integrate changes#2304,2305,2306,2308 from maint-5.005
22246  Branch: perl
22247       !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
22248       !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
22249       !> lib/ExtUtils/typemap
22250 ____________________________________________________________________________
22251 [  2325] By: gsar                                  on 1998/11/27  14:46:18
22252     Log: malloc bugfix and documentation from Ilya Zakharevich
22253          Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
22254          Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
22255          Subject: [PATCH 5.005_*] Re: Internal coredump
22256          --
22257          Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
22258          Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
22259          Subject: [PATCH 5.005_*] malloc.c documentation
22260  Branch: perl
22261        ! malloc.c
22262 ____________________________________________________________________________
22263 [  2324] By: gsar                                  on 1998/11/27  14:41:38
22264     Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
22265  Branch: perl
22266        ! ext/B/B/C.pm
22267 ____________________________________________________________________________
22268 [  2323] By: gsar                                  on 1998/11/27  14:33:44
22269     Log: From: maeda@src.ricoh.co.jp
22270          Date: Tue, 24 Nov 1998 10:37:45 +0900
22271          Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
22272          Subject: format "..." bug
22273  Branch: perl
22274        ! pp_ctl.c t/op/write.t
22275 ____________________________________________________________________________
22276 [  2322] By: gsar                                  on 1998/11/27  14:20:12
22277     Log: add ext/Devel/Peek
22278          From: jan.dubois@ibm.net (Jan Dubois)
22279          Date: Mon, 23 Nov 1998 00:48:11 +0100
22280          Message-ID: <36589ec9.49964585@smtp1.ibm.net>
22281          Subject: [PATCH 5.005_53] Devel::Peek integration
22282  Branch: perl
22283        + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
22284        + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
22285        ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
22286        ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
22287        ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
22288 ____________________________________________________________________________
22289 [  2321] By: gsar                                  on 1998/11/27  13:03:08
22290     Log: ensure 'make regen_headers' even without perl installed
22291          (suggested by Ilya Zakharevich)
22292  Branch: perl
22293        ! bytecode.pl warning.pl
22294 ____________________________________________________________________________
22295 [  2320] By: gsar                                  on 1998/11/27  12:58:36
22296     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22297          Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
22298          Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
22299          Subject: [PATCH 5.005_*] Cosmetic malloc patch
22300  Branch: perl
22301        ! malloc.c
22302 ____________________________________________________________________________
22303 [  2319] By: gsar                                  on 1998/11/27  12:56:13
22304     Log: eliminate dup hunk from integration
22305  Branch: perl
22306        ! lib/filetest.pm perl.h
22307 ____________________________________________________________________________
22308 [  2318] By: gsar                                  on 1998/11/27  12:50:08
22309     Log: integrate cfgperl changes into mainline
22310  Branch: perl
22311       +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
22312        ! pod/perlfaq4.pod
22313       !> (integrate 30 files)
22314 ____________________________________________________________________________
22315 [  2317] By: jhi                                   on 1998/11/27  11:38:13
22316     Log: C<-x>.
22317  Branch: cfgperl
22318        ! lib/filetest.pm
22319 ____________________________________________________________________________
22320 [  2316] By: jhi                                   on 1998/11/27  11:10:22
22321     Log: Integrate from mainperl.
22322  Branch: cfgperl
22323       !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
22324       !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
22325       !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
22326       !> universal.c util.c win32/GenCAPI.pl win32/win32.h
22327       !> win32/win32sck.c
22328 ____________________________________________________________________________
22329 [  2315] By: gbarr                                 on 1998/11/27  05:16:50
22330     Log: integrate change#2246 from mainline, while still allowing
22331          C<sort $globref @foo>
22332          
22333          allow C<sort $coderef @foo>
22334  Branch: maint-5.005/perl
22335        ! op.c sv.c
22336       !> t/op/sort.t
22337 ____________________________________________________________________________
22338 [  2308] By: gbarr                                 on 1998/11/27  00:11:44
22339     Log: Updates for MPE/iX DynaLoader and installperl, via private mail
22340          forwarded by Jarkko Hietaniemi from Mark Bixby
22341  Branch: maint-5.005/perl
22342        ! ext/DynaLoader/dl_mpeix.xs installperl
22343 ____________________________________________________________________________
22344 [  2306] By: gbarr                                 on 1998/11/26  23:44:47
22345     Log: Allow PL_FILES to have multiple targets from one source by allowing
22346          an array ref as the value in the hash
22347  Branch: maint-5.005/perl
22348        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
22349        ! lib/ExtUtils/MakeMaker.pm
22350 ____________________________________________________________________________
22351 [  2305] By: gbarr                                 on 1998/11/26  23:38:06
22352     Log: fix unsigned variables to use SvUV and sv_setuv
22353  Branch: maint-5.005/perl
22354        ! lib/ExtUtils/typemap
22355 ____________________________________________________________________________
22356 [  2304] By: gbarr                                 on 1998/11/26  23:36:17
22357     Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
22358  Branch: maint-5.005/perl
22359        ! lib/ExtUtils/MM_Unix.pm
22360 ____________________________________________________________________________
22361 [  2301] By: gsar                                  on 1998/11/26  10:16:54
22362     Log: fix PL_defoutgv leak under threads
22363  Branch: perl
22364        ! ext/Thread/Thread.xs
22365 ____________________________________________________________________________
22366 [  2300] By: gsar                                  on 1998/11/26  09:04:44
22367     Log: properly free temporaries created by threads
22368  Branch: perl
22369        ! ext/Thread/Thread.xs
22370 ____________________________________________________________________________
22371 [  2299] By: gsar                                  on 1998/11/26  06:51:16
22372     Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
22373          to set the package for the block properly
22374  Branch: perl
22375        ! op.c t/comp/package.t t/lib/dumper.t
22376 ____________________________________________________________________________
22377 [  2298] By: nick                                  on 1998/11/24  22:04:20
22378     Log: Part-1 of tweaks to allow Tk to be "compiled"
22379          Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
22380          (May also need attention to exports etc. - to follow.)
22381  Branch: perl
22382        ! universal.c
22383 ____________________________________________________________________________
22384 [  2294] By: jhi                                   on 1998/11/23  10:44:26
22385     Log: The new socket tests need in some platforms
22386          to #include <sys/types.h>.
22387  Branch: cfgperl
22388        ! Configure
22389 ____________________________________________________________________________
22390 [  2293] By: jhi                                   on 1998/11/23  10:33:42
22391     Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
22392          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
22393          Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
22394          Date: Mon, 23 Nov 1998 10:07:04 +0100
22395          Message-Id: <9811230907.AA06484@AWT.nl>
22396          
22397          NeXTstep NetInfo uses nidump to get the user/group databases.
22398  Branch: cfgperl
22399        ! t/op/grent.t t/op/pwent.t
22400 ____________________________________________________________________________
22401 [  2291] By: TimBunce                              on 1998/11/22  22:23:09
22402     Log: Updated Porting/patchls utility.
22403  Branch: maint-5.004/perl
22404        ! Porting/patchls
22405 ____________________________________________________________________________
22406 [  2288] By: TimBunce                              on 1998/11/22  21:46:11
22407     Log: Title:  "Buglet in Sys::Syslog.pm (with fix)"
22408          From:  Henrik Tougaard <ht.000@foa.dk>
22409          Msg-ID:  <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
22410          Files:  lib/Sys/Syslog.pm
22411  Branch: maint-5.004/perl
22412        ! lib/Sys/Syslog.pm
22413 ____________________________________________________________________________
22414 [  2286] By: jhi                                   on 1998/11/22  19:08:42
22415     Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
22416  Branch: cfgperl
22417        ! ext/Socket/Socket.xs
22418 ____________________________________________________________________________
22419 [  2285] By: jhi                                   on 1998/11/22  18:21:07
22420     Log: MSG_PROXY for GNU/Hurd (previously we believed that
22421          all GNU libc platforms have MSG_PROXY.  Untrue).
22422          In fact this ended up as a major MSG_* and SCM_*
22423          update.  The MSG_XXX known to be enums in some
22424          versions of the glibc are now probed for and respective
22425          HAS_MSG_XXX are defined.  While I was at it I noticed
22426          SCM_RIGHTS being similarly an enum.  This reminded me of
22427          an ancient discussion in perl5-porters:
22428          http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
22429          The BSD socket interface has a nifty feature for passing
22430          file descriptors and credentials--via sockets.  It may be
22431          too late to add this functionality to the CORE but
22432          at least Configure now probes for the functions,
22433          structs, and includes, defining the appropriate
22434          HAS_YYY and I_ZZZ, and the Socket extension exports
22435          the constants, in case somebody wants to write an
22436          extension for this interface.
22437  Branch: cfgperl
22438        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22439        ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
22440        ! iperlsys.h
22441 ____________________________________________________________________________
22442 [  2284] By: jhi                                   on 1998/11/22  18:13:21
22443     Log: perlhist.pod 1.54, containing 5_53.
22444  Branch: cfgperl
22445        ! pod/perlhist.pod
22446 ____________________________________________________________________________
22447 [  2274] By: TimBunce                              on 1998/11/22  16:25:46
22448     Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
22449  Branch: maint-5.004/perl
22450        ! doio.c
22451 ____________________________________________________________________________
22452 [  2273] By: TimBunce                              on 1998/11/22  16:17:43
22453     Log: Improve op/die_exit.t test for implicit close changing $!
22454  Branch: maint-5.004/perl
22455        ! t/op/die_exit.t
22456 ____________________________________________________________________________
22457 [  2268] By: jhi                                   on 1998/11/22  14:44:11
22458     Log: Fix thinko.
22459  Branch: cfgperl
22460        ! hints/dynixptx.sh
22461 ____________________________________________________________________________
22462 [  2267] By: jhi                                   on 1998/11/22  13:19:41
22463     Log: Document the d_socket override.
22464  Branch: cfgperl
22465        ! hints/dynixptx.sh
22466 ____________________________________________________________________________
22467 [  2266] By: jhi                                   on 1998/11/22  12:12:29
22468     Log: From: John Tobey <jtobey@channel1.com>
22469          Subject: [PATCH] perlfaq typos
22470          To: perl5-porters@perl.com
22471          Date: 22 Nov 1998 04:25:15 +0200
22472          Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
22473  Branch: cfgperl
22474        ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
22475        ! pod/perlfaq7.pod pod/perlfaq8.pod
22476 ____________________________________________________________________________
22477 [  2265] By: jhi                                   on 1998/11/22  12:06:29
22478     Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
22479          Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
22480          Newsgroups: hut.lists.perl5-porters
22481          To: gsar@engin.umich.edu (Gurusamy Sarathy)
22482          Cc: perl5-porters@perl.org (Perl5 Porters)
22483          Date: 20 Nov 1998 12:20:41 +0200
22484  Branch: cfgperl
22485        ! ext/DB_File/Changes ext/DB_File/DB_File.pm
22486        ! ext/DB_File/DB_File.xs
22487 ____________________________________________________________________________
22488 [  2264] By: jhi                                   on 1998/11/22  11:55:09
22489     Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
22490          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
22491          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
22492          To: perlbug@perl.com
22493          Date: 20 Nov 1998 18:39:06 +0200
22494          Lines: 47
22495          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
22496  Branch: cfgperl
22497        ! t/op/grent.t t/op/pwent.t
22498 ____________________________________________________________________________
22499 [  2263] By: jhi                                   on 1998/11/22  11:42:59
22500     Log: Permission testing is tricky when we have too much power.
22501          Problem reported in
22502          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
22503          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
22504          To: perlbug@perl.com
22505          Date: 20 Nov 1998 18:39:06 +0200
22506          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
22507  Branch: cfgperl
22508        ! t/op/filetest.t
22509 ____________________________________________________________________________
22510 [  2262] By: gsar                                  on 1998/11/22  11:37:02
22511     Log: fix broken CAPI generation
22512  Branch: perl
22513        ! win32/GenCAPI.pl
22514 ____________________________________________________________________________
22515 [  2261] By: jhi                                   on 1998/11/22  11:17:00
22516     Log: -x should be C<-x>, reported by Gerben Wierda.
22517  Branch: cfgperl
22518        ! pod/perlfunc.pod
22519 ____________________________________________________________________________
22520 [  2260] By: gsar                                  on 1998/11/22  11:12:02
22521     Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
22522  Branch: perl
22523        ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
22524        ! proto.h
22525 ____________________________________________________________________________
22526 [  2259] By: jhi                                   on 1998/11/22  11:06:40
22527     Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
22528          Subject: Re: [PATCH] Re: pod2man bug in date generated line
22529          To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
22530          Cc: perlbug@perl.com
22531          Date: 20 Nov 1998 21:30:17 +0200
22532          Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
22533  Branch: cfgperl
22534        ! pod/pod2man.PL
22535 ____________________________________________________________________________
22536 [  2256] By: jhi                                   on 1998/11/21  10:44:01
22537     Log: From: Thomas Bowditch <bowditch@inmet.com>
22538          Subject: Benchmark.pm suggestion
22539          To: jhi@iki.fi, Tim.Bunce@ig.co.uk
22540          Date: Fri, 20 Nov 1998 17:43:46 -0500
22541          Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
22542          
22543          Added timesum().
22544  Branch: cfgperl
22545        ! lib/Benchmark.pm
22546 ____________________________________________________________________________
22547 [  2255] By: gsar                                  on 1998/11/21  08:45:06
22548     Log: another win32 portability fix: make sysread() and syswrite()
22549          work on sockets
22550  Branch: perl
22551        ! pp_sys.c win32/win32.h
22552 ____________________________________________________________________________
22553 [  2254] By: gsar                                  on 1998/11/21  07:49:06
22554     Log: win32_recvfrom() compatibility fix
22555  Branch: perl
22556        ! win32/win32sck.c
22557 ____________________________________________________________________________
22558 [  2253] By: jhi                                   on 1998/11/20  08:22:06
22559     Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
22560          To: jhi@iki.fi
22561          Subject: MPE/iX Perl 5.005_02 oops
22562          Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
22563          Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
22564  Branch: cfgperl
22565        ! ext/DynaLoader/dl_mpeix.xs installperl
22566 ____________________________________________________________________________
22567 [  2252] By: gsar                                  on 1998/11/19  17:38:03
22568     Log: mess_sv tweak for change#2249
22569  Branch: perl
22570        ! util.c
22571 ____________________________________________________________________________
22572 [  2251] By: jhi                                   on 1998/11/18  12:32:19
22573     Log: Display use64bits and usemultiplicity but only if necessary.
22574  Branch: cfgperl
22575        ! myconfig
22576 ____________________________________________________________________________
22577 [  2250] By: jhi                                   on 1998/11/18  12:26:50
22578     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl> 
22579          Subject: pp.c uses 'unsigned Quad_t'
22580          To: perlbug@perl.com 
22581          Date: Sun, 15 Nov 1998 20:57:05 -0300 
22582          Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
22583  Branch: cfgperl
22584        ! perl.h pp.c
22585 ____________________________________________________________________________
22586 [  2249] By: gsar                                  on 1998/11/18  05:43:11
22587     Log: use PL_mess_sv only during global destruction (fixes problems with
22588          overlapping invocations of form()/warn()/die()/croak() trampling on
22589          each other's messages)
22590  Branch: perl
22591        ! mg.c util.c
22592 ____________________________________________________________________________
22593 [  2248] By: gsar                                  on 1998/11/18  05:39:36
22594     Log: tweak change#2245 to skip previous message if any
22595  Branch: perl
22596        ! pp_ctl.c t/pragma/warn/pp_ctl
22597 ____________________________________________________________________________
22598 [  2247] By: jhi                                   on 1998/11/17  11:46:56
22599     Log: Integrate from mainperl.
22600  Branch: cfgperl
22601       !> (integrate 26 files)
22602 ____________________________________________________________________________
22603 [  2246] By: gsar                                  on 1998/11/17  09:41:10
22604     Log: allow C<sort $coderef @foo>
22605  Branch: perl
22606        ! op.c t/op/sort.t t/pragma/overload.t
22607 ____________________________________________________________________________
22608 [  2245] By: gsar                                  on 1998/11/17  08:28:26
22609     Log: propagate failures in DESTROY() as (optional) warnings
22610  Branch: perl
22611        ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
22612 ____________________________________________________________________________
22613 [  2244] By: gsar                                  on 1998/11/17  07:43:08
22614     Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
22615  Branch: perl
22616        ! perl.c thrdvar.h
22617 ____________________________________________________________________________
22618 [  2243] By: gsar                                  on 1998/11/17  07:40:09
22619     Log: sort WARN_FOO symbols to avoid hash traversal order dependency
22620  Branch: perl
22621        ! lib/warning.pm warning.h warning.pl
22622 ____________________________________________________________________________
22623 [  2242] By: gsar                                  on 1998/11/17  06:32:39
22624     Log: fix skipspace() to properly account for newlines in eval''-ed
22625          strings (caused bogus line numbers in diagnostics and debugger)
22626  Branch: perl
22627        ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
22628 ____________________________________________________________________________
22629 [  2241] By: gsar                                  on 1998/11/17  03:48:12
22630     Log: s/Perl_utf8skip/PL_utf8skip/g
22631  Branch: perl
22632        ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
22633 ____________________________________________________________________________
22634 [  2240] By: gsar                                  on 1998/11/14  06:09:06
22635     Log: rework op/groups.t
22636  Branch: perl
22637        ! t/op/filetest.t t/op/groups.t
22638 ____________________________________________________________________________
22639 [  2235] By: gsar                                  on 1998/11/14  00:17:05
22640     Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
22641  Branch: perl
22642        ! op.c
22643 ____________________________________________________________________________
22644 [  2234] By: gsar                                  on 1998/11/14  00:14:02
22645     Log: update Changes
22646  Branch: perl
22647        ! Changes win32/config.bc win32/config.gc win32/config.vc
22648 ____________________________________________________________________________
22649 [  2233] By: gsar                                  on 1998/11/13  09:43:03
22650     Log: doc tweak
22651  Branch: perl
22652        ! README.win32
22653 ____________________________________________________________________________
22654 [  2230] By: jhi                                   on 1998/11/12  17:07:45
22655     Log: Allow hints file override for d_socket
22656          (based on Sequent-induced change #2229).
22657  Branch: cfgperl
22658        ! Configure
22659 ____________________________________________________________________________
22660 [  2229] By: jhi                                   on 1998/11/12  16:32:33
22661     Log: 
22662          From: "Martin J. Bligh" <mbligh@sequent.com>
22663          To: jhi@iki.fi
22664          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
22665          Subject: Re: Making Perl work on DYNIX/ptx
22666          Date: Tue, 10 Nov 1998 16:24:26 -0800
22667          Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
22668  Branch: cfgperl
22669        ! hints/dynixptx.sh
22670 ____________________________________________________________________________
22671 [  2228] By: jhi                                   on 1998/11/12  11:40:37
22672     Log: From: "Martin J. Bligh" <mbligh@sequent.com>
22673          Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
22674          To: jhi@iki.fi
22675          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
22676          Subject: Re: Making Perl work on DYNIX/ptx
22677          Date: Tue, 10 Nov 1998 18:01:10 -0800
22678  Branch: cfgperl
22679        + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
22680 ____________________________________________________________________________
22681 [  2227] By: jhi                                   on 1998/11/12  11:17:42
22682     Log: Integrate from mainperl.
22683  Branch: cfgperl
22684       !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
22685       !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
22686       !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
22687       !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
22688       !> win32/win32.c x2p/s2p.PL
22689 ____________________________________________________________________________
22690 [  2226] By: gsar                                  on 1998/11/11  21:05:42
22691     Log: provide -DPERL_POLLUTE
22692  Branch: perl
22693        ! embed.pl embedvar.h
22694 ____________________________________________________________________________
22695 [  2225] By: jhi                                   on 1998/11/09  07:45:12
22696     Log: From: Hans Mulder <hansm@icgroup.nl>
22697          To: Ilya Zakharevich <ilya@math.ohio-state.edu>
22698          Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
22699          perl5-porters@perl.org
22700          Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
22701          (UNINSTALLED)
22702          Date: Sun,  8 Nov 98 22:20:23 +0100
22703          Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
22704  Branch: cfgperl
22705        ! malloc.c perl.h
22706 ____________________________________________________________________________
22707 [  2224] By: gsar                                  on 1998/11/09  03:13:14
22708     Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
22709          Christoph <lupe@alanya.m.isar.de>)
22710  Branch: perl
22711        ! lib/Text/Wrap.pm
22712 ____________________________________________________________________________
22713 [  2223] By: gsar                                  on 1998/11/09  02:09:06
22714     Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
22715          <lionel.fourquaux@wanadoo.fr>)
22716  Branch: perl
22717        ! x2p/s2p.PL
22718 ____________________________________________________________________________
22719 [  2222] By: gsar                                  on 1998/11/09  01:56:24
22720     Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
22721          Date: Wed, 04 Nov 1998 12:19:44 +0000
22722          Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
22723          Subject: [PATCH] Re: [5.005_53] read overflow? 
22724          --
22725          Date: Wed, 04 Nov 1998 13:15:18 +0000
22726          Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
22727          Subject: [PATCH 5.005_53] perl -V fix
22728  Branch: perl
22729        ! perl.c regexec.c
22730 ____________________________________________________________________________
22731 [  2221] By: gsar                                  on 1998/11/09  01:34:56
22732     Log: From: jan.dubois@ibm.net (Jan Dubois)
22733          Date: Sun, 01 Nov 1998 00:05:01 +0100
22734          Message-ID: <364294bd.18052307@smtp1.ibm.net>
22735          Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
22736  Branch: perl
22737        ! Changes win32/makedef.pl
22738 ____________________________________________________________________________
22739 [  2220] By: gsar                                  on 1998/11/08  21:13:07
22740     Log: integrate changes#2120,2168,2218 from maint-5.005;
22741          add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
22742          enum; make regen_headers
22743  Branch: perl
22744        ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
22745        ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
22746 ____________________________________________________________________________
22747 [  2219] By: gsar                                  on 1998/11/08  19:42:57
22748     Log: integrate cfgperl changes into mainline
22749  Branch: perl
22750       +> README.vmesa
22751       !> Configure MANIFEST Porting/Glossary Porting/config.sh
22752       !> Porting/config_H config_h.SH ext/Thread/Thread.xs
22753       !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
22754       !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
22755       !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
22756       !> thread.h vms/subconfigure.com vos/config.h
22757 ____________________________________________________________________________
22758 [  2218] By: gbarr                                 on 1998/11/08  16:48:44
22759     Log: From: Graham Barr <gbarr@ti.com>
22760          Date: Mon, 2 Nov 1998 07:38:52 -0600
22761          Message-ID: <19981102073852.A12751@asic.sc.ti.com>
22762          Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
22763  Branch: maint-5.005/perl
22764        ! ext/IPC/SysV/Msg.pm
22765 ____________________________________________________________________________
22766 [  2215] By: gsar                                  on 1998/11/08  02:52:52
22767     Log: set close-on-exec bit on pipe() FDs
22768  Branch: perl
22769        ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
22770 ____________________________________________________________________________
22771 [  2214] By: gsar                                  on 1998/11/08  02:27:57
22772     Log: typo in newHVhv()
22773  Branch: perl
22774        ! hv.c
22775 ____________________________________________________________________________
22776 [  2211] By: jhi                                   on 1998/11/07  21:14:18
22777     Log: Finalize the Mach CThreads support.
22778          
22779          From: Hans Mulder <hansm@icgroup.nl>
22780          Date: Sat,  7 Nov 98 22:06:20 +0100
22781          To: Gurusamy Sarathy <gsar@engin.umich.edu>
22782          Cc: jhi@iki.fi, perl5-porters@perl.org
22783          Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) 
22784          Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
22785  Branch: cfgperl
22786        ! malloc.c perl.h
22787 ____________________________________________________________________________
22788 [  2210] By: gsar                                  on 1998/11/06  20:36:50
22789     Log: fix AvREALISH bogusness
22790  Branch: perl
22791        ! av.c t/op/array.t
22792 ____________________________________________________________________________
22793 [  2209] By: jhi                                   on 1998/11/06  08:05:31
22794     Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
22795          ASSERT() causes problems in {NeXTStep,OpenStep}.
22796          
22797          From: Hans Mulder <hansm@icgroup.nl>
22798          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
22799          Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
22800          Date: Fri,  6 Nov 98 01:27:41 +0100
22801          Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
22802          
22803          and
22804          
22805          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22806          Subject: Re: ASSERT() in malloc.c
22807          To: jhi@iki.fi
22808          Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
22809          Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
22810  Branch: cfgperl
22811        ! malloc.c
22812 ____________________________________________________________________________
22813 [  2208] By: jhi                                   on 1998/11/06  07:55:38
22814     Log: Mach CThreads needs #include <mach/cthreads.h>.
22815  Branch: cfgperl
22816        ! perl.h
22817 ____________________________________________________________________________
22818 [  2206] By: jhi                                   on 1998/11/05  14:54:52
22819     Log: PERL_BADLANG wrongly documented.
22820          
22821          From: ts <decoux@moulon.inra.fr>
22822          To: jhi@cc.hut.fi
22823          Subject: Re: Locale warning messages
22824          Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
22825          Message-Id: <199811051334.OAA24863@moulon.inra.fr>
22826          
22827          and
22828          
22829          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22830          Subject: Re: PERL_BADLANG
22831          To: jhi@iki.fi
22832          Subject: Re: PERL_BADLANG
22833          Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
22834          Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
22835  Branch: cfgperl
22836        ! pod/perllocale.pod
22837 ____________________________________________________________________________
22838 [  2205] By: jhi                                   on 1998/11/05  14:24:33
22839     Log: Document all the control flow keywords in perlfunc
22840          so that "perlfunc -f while" works.
22841  Branch: cfgperl
22842        ! pod/perlfunc.pod
22843 ____________________________________________________________________________
22844 [  2204] By: jhi                                   on 1998/11/05  12:46:02
22845     Log: Configure update.  Remove last trace of PTHREADS_CREATED_JOINABLE
22846          (from vos/config.h).  Update Porting/{Glossary,config*}.
22847  Branch: cfgperl
22848        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22849        ! config_h.SH vos/config.h
22850 ____________________________________________________________________________
22851 [  2203] By: jhi                                   on 1998/11/05  08:34:39
22852     Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
22853  Branch: cfgperl
22854        ! hints/vmesa.sh vms/subconfigure.com
22855 ____________________________________________________________________________
22856 [  2202] By: jhi                                   on 1998/11/05  08:03:20
22857     Log: Integrate from mainperl.
22858  Branch: cfgperl
22859       !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
22860       !> win32/Makefile win32/makefile.mk win32/win32.c
22861 ____________________________________________________________________________
22862 [  2201] By: gsar                                  on 1998/11/05  04:40:44
22863     Log: another POPSTACK victim
22864  Branch: perl
22865        ! cop.h sv.c
22866 ____________________________________________________________________________
22867 [  2196] By: gsar                                  on 1998/11/05  02:07:54
22868     Log: fix a location affected by change#2191, add note about POPSTACK
22869  Branch: perl
22870        ! cop.h gv.c pp_ctl.c
22871 ____________________________________________________________________________
22872 [  2195] By: gsar                                  on 1998/11/05  02:04:45
22873     Log: makefile notes
22874  Branch: perl
22875        ! win32/Makefile win32/makefile.mk
22876 ____________________________________________________________________________
22877 [  2192] By: gsar                                  on 1998/11/04  23:48:53
22878     Log: indeterminate order-of-evaluation fixes
22879  Branch: perl
22880        ! mg.c
22881 ____________________________________________________________________________
22882 [  2191] By: gsar                                  on 1998/11/04  23:02:16
22883     Log: refetch local stack pointer in POPSTACK
22884  Branch: perl
22885        ! cop.h perl.c
22886 ____________________________________________________________________________
22887 [  2190] By: jhi                                   on 1998/11/04  08:50:40
22888     Log: Configure update.
22889          Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
22890          
22891          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
22892          To: Martin Bligh <mbligh@sequent.com>
22893          Cc: Jarkko Hietaniemi <jhi@iki.fi>
22894          Subject: Re: Perl 5's configure on DYNIX/ptx
22895          Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
22896          Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
22897          
22898          find sockets also from libsocket, not just libnet.
22899          OS390: $compile_ok instead of $compile for <inttypes.h>,
22900          
22901          From: pvhp@forte.com (Peter Prymmer)
22902          To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
22903          Subject: _53 not OK on os390 but looking better than ever
22904          Date: Tue, 3 Nov 98 17:33:22 PST
22905          Message-Id: <9811040133.AA09450@forte.com>
22906  Branch: cfgperl
22907        ! Configure
22908 ____________________________________________________________________________
22909 [  2189] By: jhi                                   on 1998/11/04  07:43:58
22910     Log: sysio.t failure: fix undefined order of evaluation, from
22911          
22912          From: Spider Boardman <spider@web.zk3.dec.com>
22913          Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
22914          To: perlbug@perl.com
22915          Date: 4 Nov 1998 01:22:30 +0200
22916          Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
22917  Branch: cfgperl
22918        ! pp_sys.c
22919 ____________________________________________________________________________
22920 [  2188] By: gsar                                  on 1998/11/04  02:59:16
22921     Log: fix return value of win32_pclose()
22922  Branch: perl
22923        ! win32/win32.c
22924 ____________________________________________________________________________
22925 [  2187] By: gsar                                  on 1998/11/04  02:56:34
22926     Log: s/sv_upgrade/SvUPGRADE/ a couple of places
22927  Branch: perl
22928        ! Changes doop.c gv.c util.c
22929 ____________________________________________________________________________
22930 [  2186] By: jhi                                   on 1998/11/03  08:17:52
22931     Log: Document quads in pack.
22932  Branch: cfgperl
22933        ! pod/perlfunc.pod
22934 ____________________________________________________________________________
22935 [  2185] By: jhi                                   on 1998/11/03  07:49:35
22936     Log: (IV) vs (I32) vs I_V()
22937          
22938          Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
22939          From: Anton Berezin <tobez@plab.ku.dk> 
22940          To: "p5p" <perl5-porters@perl.org> 
22941          Date: 01 Nov 1998 15:09:11 +0100 
22942          Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
22943          
22944          and
22945          
22946          From: Andy Dougherty <doughera@lafcol.lafayette.edu> 
22947          Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) 
22948          Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
22949  Branch: cfgperl
22950        ! sv.c
22951 ____________________________________________________________________________
22952 [  2184] By: jhi                                   on 1998/11/03  07:42:46
22953     Log: VM/ESA updates.
22954  Branch: cfgperl
22955        + README.vmesa
22956        ! MANIFEST pod/perlfunc.pod pod/perlport.pod
22957 ____________________________________________________________________________
22958 [  2183] By: jhi                                   on 1998/11/02  12:58:13
22959     Log: The id(1)-parsing is real fun.
22960  Branch: cfgperl
22961        ! t/op/groups.t
22962 ____________________________________________________________________________
22963 [  2182] By: jhi                                   on 1998/11/02  12:07:43
22964     Log: Decommission the symlink test.
22965  Branch: cfgperl
22966        ! t/op/lex_assign.t
22967 ____________________________________________________________________________
22968 [  2181] By: jhi                                   on 1998/11/02  12:03:08
22969     Log: Replace ATTR_JOINABLE with true Configure probe
22970          for PTHREAD_CREATE_JOINABLE (or equivalent:
22971          PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
22972          Remove ATTR_JOINABLE itself: Thread.xs uses
22973          PTHREAD_CREATE_JOINABLE (or equivalent) directly.
22974          
22975          Really scan for <mach/cthreads.h> only if usethreads.
22976  Branch: cfgperl
22977        ! Configure config_h.SH ext/Thread/Thread.xs thread.h
22978 ____________________________________________________________________________
22979 [  2180] By: jhi                                   on 1998/11/02  11:07:34
22980     Log: In HP-UX 10.X usethreads only if the required files are present.
22981  Branch: cfgperl
22982        ! hints/hpux.sh
22983 ____________________________________________________________________________
22984 [  2179] By: jhi                                   on 1998/11/02  09:10:33
22985     Log: Prefer groups(1).
22986          id -Gn can be broken.
22987          id -a can save the day.
22988  Branch: cfgperl
22989        ! t/op/groups.t
22990 ____________________________________________________________________________
22991 [  2178] By: jhi                                   on 1998/11/02  08:35:29
22992     Log: Detrail enum comma.
22993  Branch: cfgperl
22994        ! perl.h
22995 ____________________________________________________________________________
22996 [  2177] By: jhi                                   on 1998/11/02  08:24:12
22997     Log: 0**0 = 1, from
22998          
22999          From: d-lewart@uiuc.edu (Daniel S. Lewart)
23000          Subject: Math::Complex 0**0 patches
23001          Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
23002          Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
23003          To: jhi@iki.fi (Jarkko Hietaniemi),
23004          Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
23005  Branch: cfgperl
23006        ! lib/Math/Complex.pm t/lib/complex.t
23007 ____________________________________________________________________________
23008 [  2168] By: gbarr                                 on 1998/11/01  01:58:58
23009     Log: From: jan.dubois@ibm.net (Jan Dubois)   
23010          Date: Fri, 09 Oct 1998 23:28:31 +0200
23011          Message-ID: <36217b7f.3193091@smtp1.ibm.net>
23012          Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
23013  Branch: maint-5.005/perl
23014        ! XSUB.h
23015 ____________________________________________________________________________
23016 [  2164] By: jhi                                   on 1998/10/31  15:50:02
23017     Log: Integrate from mainperl.
23018  Branch: cfgperl
23019       +> t/op/lex_assign.t
23020       !> (integrate 45 files)
23021
23022 ----------------
23023 Version 5.005_53
23024 ----------------
23025
23026 ____________________________________________________________________________
23027 [  2163] By: gsar                                  on 1998/10/31  11:31:12
23028     Log: bump patchlevel; other minor fixes for clean build and test on
23029          Solaris and win32
23030  Branch: perl
23031        ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
23032        ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
23033        ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
23034        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
23035        ! x2p/a2p.c
23036 ____________________________________________________________________________
23037 [  2162] By: gsar                                  on 1998/10/31  09:40:31
23038     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23039          Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
23040          Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
23041          Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
23042  Branch: perl
23043        ! pp.h
23044 ____________________________________________________________________________
23045 [  2161] By: gsar                                  on 1998/10/31  09:39:13
23046     Log: From: Albert Dvornik <bert@genscan.com>
23047          Date: 30 Oct 1998 17:50:04 -0500
23048          Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
23049          Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
23050  Branch: perl
23051        ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
23052 ____________________________________________________________________________
23053 [  2160] By: gsar                                  on 1998/10/31  09:35:03
23054     Log: fix for bugs in -x mode
23055          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23056          Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
23057          Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
23058          Subject: [PATCH 5.00552] Fix h2xs
23059  Branch: perl
23060        ! utils/h2xs.PL
23061 ____________________________________________________________________________
23062 [  2159] By: gsar                                  on 1998/10/31  09:31:36
23063     Log: Data::Dumper update
23064  Branch: perl
23065        ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
23066        ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
23067 ____________________________________________________________________________
23068 [  2153] By: gsar                                  on 1998/10/30  21:40:09
23069     Log: add testsuite portion of patch
23070          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23071          Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
23072          Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
23073          Subject: [PATCH 5.00321 ;-)] 87% speedup
23074  Branch: perl
23075        + t/op/lex_assign.t
23076        ! MANIFEST
23077 ____________________________________________________________________________
23078 [  2152] By: gsar                                  on 1998/10/30  21:08:11
23079     Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
23080  Branch: perl
23081        ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
23082 ____________________________________________________________________________
23083 [  2151] By: gsar                                  on 1998/10/30  20:18:09
23084     Log: From: Mark-Jason Dominus <mjd@plover.com>
23085          Date: Fri, 30 Oct 1998 14:24:23 EST
23086          Message-Id: <19981030192423.27276.qmail@plover.com>
23087          Subject: PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'
23088  Branch: perl
23089        ! x2p/walk.c
23090 ____________________________________________________________________________
23091 [  2150] By: gsar                                  on 1998/10/30  20:08:57
23092     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23093          Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
23094          Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
23095          Subject: [PATCH 5.00552] Overloaded <> and deref again
23096  Branch: perl
23097        ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
23098        ! t/pragma/overload.t toke.c
23099 ____________________________________________________________________________
23100 [  2149] By: gsar                                  on 1998/10/30  19:38:15
23101     Log: From: Roderick Schertler <roderick@argon.org>
23102          Date: Thu, 29 Oct 1998 14:50:18 -0500
23103          Message-ID: <17625.909690618@eeyore.ibcinc.com>
23104          Subject: patch for daemonization docs in perlipc
23105  Branch: perl
23106        ! pod/perlipc.pod
23107 ____________________________________________________________________________
23108 [  2148] By: gsar                                  on 1998/10/30  19:36:07
23109     Log: From: Anton Berezin <tobez@plab.ku.dk>
23110          Date: 29 Oct 1998 17:06:25 +0100
23111          Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
23112          Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
23113  Branch: perl
23114        ! win32/win32.c
23115 ____________________________________________________________________________
23116 [  2147] By: gsar                                  on 1998/10/30  19:31:37
23117     Log: tweaked version of suggested patch
23118          From: Anton Berezin <tobez@plab.ku.dk>
23119          Date: 29 Oct 1998 14:48:54 +0100
23120          Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
23121          Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
23122  Branch: perl
23123        ! win32/win32.c
23124 ____________________________________________________________________________
23125 [  2146] By: gsar                                  on 1998/10/30  19:03:50
23126     Log: hand-apply whitespace-mutiliated patch
23127          From: "vishal bhatia" <vishalb@hotmail.com>
23128          Date: Wed, 28 Oct 1998 23:45:32 PST
23129          Message-ID: <19981029074534.2334.qmail@hotmail.com>
23130          Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
23131  Branch: perl
23132        ! ext/B/B/C.pm ext/B/B/CC.pm
23133 ____________________________________________________________________________
23134 [  2145] By: gsar                                  on 1998/10/30  18:46:58
23135     Log: remaining PL_foo stragglers
23136  Branch: perl
23137        ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
23138        ! op.h os2/os2.c vms/gen_shrfls.pl
23139 ____________________________________________________________________________
23140 [  2144] By: gsar                                  on 1998/10/30  17:38:36
23141     Log: integrate cfgperl tweaks into mainline
23142  Branch: perl
23143       !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
23144       !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
23145 ____________________________________________________________________________
23146 [  2143] By: jhi                                   on 1998/10/30  13:27:39
23147     Log: There can be multiple yacc/bison errors.
23148  Branch: cfgperl
23149        ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
23150 ____________________________________________________________________________
23151 [  2142] By: jhi                                   on 1998/10/30  13:18:43
23152     Log: README.posix-bc update.
23153  Branch: cfgperl
23154        ! README.posix-bc
23155 ____________________________________________________________________________
23156 [  2141] By: jhi                                   on 1998/10/30  09:12:59
23157     Log: #2133 fallout.
23158  Branch: cfgperl
23159        ! doio.c ext/POSIX/POSIX.xs
23160 ____________________________________________________________________________
23161 [  2140] By: jhi                                   on 1998/10/30  08:43:18
23162     Log: Integrate from mainperl.
23163  Branch: cfgperl
23164       +> globvar.sym pp.sym
23165        - objpp.h thread.sym
23166       !> (integrate 61 files)
23167 ____________________________________________________________________________
23168 [  2133] By: gsar                                  on 1998/10/30  02:51:39
23169     Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
23170          (objpp.h is gone, embed.pl now does some of that); objXSUB.h
23171          should soon be automated also; the global variables that
23172          escaped the PL_foo conversion are now reined in; renamed
23173          MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
23174          type of same name; duplicated lists of pp_things in various
23175          places is now gone; result has only been tested on win32
23176  Branch: perl
23177        + globvar.sym pp.sym
23178        - objpp.h thread.sym
23179        ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
23180        ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
23181        ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
23182        ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
23183        ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
23184        ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
23185        ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
23186        ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
23187        ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
23188        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23189        ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
23190 ____________________________________________________________________________
23191 [  2130] By: jhi                                   on 1998/10/29  15:31:26
23192     Log: Pure bison yylex() proto was broken.
23193  Branch: cfgperl
23194        ! proto.h
23195 ____________________________________________________________________________
23196 [  2126] By: jhi                                   on 1998/10/29  08:35:54
23197     Log: Integrate mainperl.
23198  Branch: cfgperl
23199       !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
23200       !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
23201       !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
23202       !> t/pragma/warn/doio toke.c win32/makefile.mk
23203 ____________________________________________________________________________
23204 [  2125] By: jhi                                   on 1998/10/29  08:32:38
23205     Log: EBCDIC Makefile.SH iteration converges.  Hopefully.
23206  Branch: cfgperl
23207        ! Makefile.SH
23208 ____________________________________________________________________________
23209 [  2124] By: jhi                                   on 1998/10/29  08:06:44
23210     Log: EBCDIC Makefile.SH tuneup.
23211  Branch: cfgperl
23212        ! Makefile.SH
23213 ____________________________________________________________________________
23214 [  2119] By: gsar                                  on 1998/10/28  23:24:04
23215     Log: remove doubled hunk from integration
23216  Branch: perl
23217        ! pp.c
23218 ____________________________________________________________________________
23219 [  2118] By: gsar                                  on 1998/10/28  22:03:31
23220     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23221          Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
23222          Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
23223          Subject: [PATCH 5.00552] Minor debugger tweaks
23224  Branch: perl
23225        ! lib/perl5db.pl
23226 ____________________________________________________________________________
23227 [  2117] By: gsar                                  on 1998/10/28  22:02:30
23228     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23229          Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
23230          Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
23231          Subject: [PATCH 5.00552] Make sort respect overloading
23232  Branch: perl
23233        ! pp_ctl.c proto.h t/pragma/overload.t
23234 ____________________________________________________________________________
23235 [  2116] By: gsar                                  on 1998/10/28  21:51:11
23236     Log: MM patches from Ilya Zakharevich
23237          Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
23238          Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
23239          Subject: [PATCH 5.00552] Make MakeMaker more verbose
23240          --
23241          Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
23242          Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
23243          Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
23244  Branch: perl
23245        ! lib/ExtUtils/MakeMaker.pm
23246 ____________________________________________________________________________
23247 [  2115] By: gsar                                  on 1998/10/28  21:46:19
23248     Log: add explicit references to perl source path in ld2 and gcc2
23249  Branch: perl
23250        ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
23251 ____________________________________________________________________________
23252 [  2114] By: gsar                                  on 1998/10/28  21:39:56
23253     Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
23254          Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
23255          Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
23256          Subject: [PATCH] Re: Problems with: Creating an installable tar archive
23257  Branch: perl
23258        ! INSTALL
23259 ____________________________________________________________________________
23260 [  2113] By: gsar                                  on 1998/10/28  21:21:16
23261     Log: integrate cfgperl into mainline
23262  Branch: perl
23263       +> t/op/filetest.t
23264       !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
23265       !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
23266       !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
23267       !> thread.h toke.c vmesa/Makefile
23268 ____________________________________________________________________________
23269 [  2112] By: gsar                                  on 1998/10/28  21:14:18
23270     Log: minor cleanup
23271  Branch: perl
23272        ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
23273 ____________________________________________________________________________
23274 [  2111] By: gsar                                  on 1998/10/28  18:52:10
23275     Log: smarter C<$SIG{FOO} = BAREWORD;> warning
23276  Branch: perl
23277        ! toke.c
23278 ____________________________________________________________________________
23279 [  2110] By: jhi                                   on 1998/10/28  15:07:54
23280     Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
23281  Branch: cfgperl
23282        ! Makefile.SH
23283 ____________________________________________________________________________
23284 [  2109] By: jhi                                   on 1998/10/28  13:39:54
23285     Log: a2p.y needs to generate also y.tab.h.
23286  Branch: cfgperl
23287        ! Makefile.SH
23288 ____________________________________________________________________________
23289 [  2108] By: jhi                                   on 1998/10/28  10:33:36
23290     Log: The "parse error" must be converted to "syntax error",
23291          just matching it aint' enough.
23292  Branch: cfgperl
23293        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
23294        ! t/pragma/warning.t
23295 ____________________________________________________________________________
23296 [  2107] By: jhi                                   on 1998/10/28  10:23:05
23297     Log: Regen sig_n{ame,umber}* if slightest doubt.
23298  Branch: cfgperl
23299        ! Configure
23300 ____________________________________________________________________________
23301 [  2106] By: jhi                                   on 1998/10/28  08:44:49
23302     Log: Bison says 'parse error', not 'parser error'.
23303  Branch: cfgperl
23304        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
23305        ! t/pragma/warning.t
23306 ____________________________________________________________________________
23307 [  2105] By: jhi                                   on 1998/10/28  08:42:09
23308     Log: yylex() parametrization.
23309  Branch: cfgperl
23310        ! proto.h toke.c
23311 ____________________________________________________________________________
23312 [  2104] By: jhi                                   on 1998/10/28  08:25:09
23313     Log: Bring in #2102.
23314  Branch: cfgperl
23315        ! pp.c
23316 ____________________________________________________________________________
23317 [  2103] By: jhi                                   on 1998/10/28  08:22:04
23318     Log: From: Dominic Dunlop <domo@vo.lu>
23319          Subject: [PATCH 5.005_02]  Re: perl5.004_04 testing problem
23320          Date: 27 Oct 1998 20:47:25 +0200
23321          Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
23322  Branch: cfgperl
23323        ! t/op/groups.t
23324 ____________________________________________________________________________
23325 [  2102] By: larry                                 on 1998/10/27  18:58:55
23326     Log: utf8 change to quotemeta broke EBCDIC
23327  Branch: perl
23328        ! pp.c
23329 ____________________________________________________________________________
23330 [  2101] By: jhi                                   on 1998/10/27  12:55:34
23331     Log: $Config{sig_num_init}.
23332          Also, a new approach to the 'pthreads-created-joinable': drop
23333          it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
23334          directly. (See also #2096).
23335  Branch: cfgperl
23336        ! Configure config_h.SH
23337 ____________________________________________________________________________
23338 [  2100] By: jhi                                   on 1998/10/27  10:48:55
23339     Log: Regenerated perly_c.diff.
23340  Branch: cfgperl
23341        ! perly_c.diff
23342 ____________________________________________________________________________
23343 [  2099] By: jhi                                   on 1998/10/27  08:42:25
23344     Log: First the mangler was Netscape, then it was me.
23345  Branch: cfgperl
23346        ! vmesa/Makefile
23347 ____________________________________________________________________________
23348 [  2098] By: jhi                                   on 1998/10/27  08:34:40
23349     Log: `id -Gn` might be available where `groups` is not.
23350  Branch: cfgperl
23351        ! t/op/groups.t
23352 ____________________________________________________________________________
23353 [  2097] By: jhi                                   on 1998/10/27  08:05:17
23354     Log: Netscape had mangled the tabs.
23355  Branch: cfgperl
23356        ! vmesa/Makefile
23357 ____________________________________________________________________________
23358 [  2096] By: jhi                                   on 1998/10/27  08:03:05
23359     Log: ATTR_JOINABLE logic, based on (private email)
23360          
23361          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
23362          Subject: Some little diffs
23363          Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
23364          Date: Tue, 27 Oct 1998 13:44:42 +1300
23365  Branch: cfgperl
23366        ! thread.h
23367 ____________________________________________________________________________
23368 [  2095] By: jhi                                   on 1998/10/27  07:56:57
23369     Log: Mach cthreads support based on:
23370          
23371          From: brie@corp.home.net (Brian Harrison)
23372          Subject: perl5.005_02 patch for mthreads
23373          To: perl5-porters@perl.org
23374          Date: 24 Oct 1998 01:01:55 +0300
23375          Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
23376          
23377          Pthread yield probe (dejavu)
23378          Cosmetic nanochange for the union semun output.
23379          Better inttypes.h probe.
23380          Undo the 'void *' $selecttype probe from #1971 because
23381          it breaks the $selectminbits test.
23382  Branch: cfgperl
23383        ! Configure config_h.SH perl.h thread.h
23384 ____________________________________________________________________________
23385 [  2094] By: jhi                                   on 1998/10/26  13:02:07
23386     Log: Also posix-bc wants to reyacc.
23387  Branch: cfgperl
23388        ! Makefile.SH
23389 ____________________________________________________________________________
23390 [  2093] By: jhi                                   on 1998/10/26  10:17:21
23391     Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
23392          5_02 and really breaking things in non-ASCII worlds.
23393  Branch: cfgperl
23394        ! pp.c
23395 ____________________________________________________________________________
23396 [  2092] By: jhi                                   on 1998/10/26  09:08:00
23397     Log: More robustness.
23398  Branch: cfgperl
23399        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
23400        ! t/pragma/warning.t
23401 ____________________________________________________________________________
23402 [  2091] By: jhi                                   on 1998/10/26  08:47:32
23403     Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
23404          Bison really wants YYLEX_PARAM.
23405  Branch: cfgperl
23406        ! perly.y proto.h toke.c
23407 ____________________________________________________________________________
23408 [  2090] By: jhi                                   on 1998/10/26  08:21:25
23409     Log: s/YYLEX_PARAM/YYLEXPARAM/
23410  Branch: cfgperl
23411        ! perly.y
23412 ____________________________________________________________________________
23413 [  2089] By: jhi                                   on 1998/10/26  08:17:33
23414     Log: Indicate skipped subtests.
23415  Branch: cfgperl
23416        ! t/io/pipe.t
23417 ____________________________________________________________________________
23418 [  2088] By: jhi                                   on 1998/10/26  08:11:36
23419     Log: Integrate from mainperl.
23420  Branch: cfgperl
23421       !> (integrate 54 files)
23422 ____________________________________________________________________________
23423 [  2087] By: jhi                                   on 1998/10/26  08:08:02
23424     Log: Add test for filetests.
23425  Branch: cfgperl
23426        + t/op/filetest.t
23427        ! MANIFEST
23428 ____________________________________________________________________________
23429 [  2086] By: gsar                                  on 1998/10/26  02:44:44
23430     Log: various win32 tweaks; disable new xs_cpp section (it creates
23431          ambiguous inference graph for %.xs --> %.o)
23432  Branch: perl
23433        ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
23434        ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
23435        ! win32/config.gc win32/config_H.gc win32/makedef.pl
23436        ! win32/makefile.mk win32/win32.h
23437 ____________________________________________________________________________
23438 [  2085] By: gsar                                  on 1998/10/26  00:50:02
23439     Log: sanity-check $Config{drand01} in rand.t
23440  Branch: perl
23441        ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
23442        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23443 ____________________________________________________________________________
23444 [  2078] By: gsar                                  on 1998/10/25  10:22:04
23445     Log: update win32/config*.?c
23446  Branch: perl
23447        ! Changes win32/config.bc win32/config.gc win32/config.vc
23448        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23449 ____________________________________________________________________________
23450 [  2077] By: gsar                                  on 1998/10/25  08:39:25
23451     Log: From: Graham Barr <gbarr@pobox.com>
23452          Date: Sat, 24 Oct 1998 21:45:50 -0500
23453          Message-ID: <19981024214550.C508@pobox.com>
23454          Subject: Re: die with a reference  should use overload "" operator
23455  Branch: perl
23456        ! pp_ctl.c
23457 ____________________________________________________________________________
23458 [  2076] By: gsar                                  on 1998/10/25  08:37:49
23459     Log: From: Graham Barr <gbarr@pobox.com>
23460          Date: Sat, 24 Oct 1998 12:45:21 -0500
23461          Message-ID: <19981024124521.C512@pobox.com>
23462          Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
23463  Branch: perl
23464        ! sv.c
23465 ____________________________________________________________________________
23466 [  2075] By: gsar                                  on 1998/10/25  08:24:09
23467     Log: fix C<print $n += 5;> etc.
23468  Branch: perl
23469        ! toke.c
23470 ____________________________________________________________________________
23471 [  2074] By: gsar                                  on 1998/10/25  08:12:28
23472     Log: list builtins with portability caveats
23473          From: Jarkko Hietaniemi <jhi@iki.fi>
23474          Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
23475          Message-Id: <199810231105.OAA02411@alpha.hut.fi>
23476          Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
23477  Branch: perl
23478        ! pod/perlfunc.pod
23479 ____________________________________________________________________________
23480 [  2073] By: gsar                                  on 1998/10/25  07:55:43
23481     Log: fix stack overrun in file test operators
23482  Branch: perl
23483        ! pp_sys.c
23484 ____________________________________________________________________________
23485 [  2072] By: gsar                                  on 1998/10/25  07:29:45
23486     Log: implement C<goto &func> and other fixes (via private mail)
23487          From:    "vishal bhatia" <vishalb@hotmail.com>
23488          Date:    Wed, 21 Oct 1998 22:59:03 PDT
23489          Message-Id: <19981022055904.20083.qmail@hotmail.com>
23490          Subject: [PATCH 5.005_52] More fixes for B
23491  Branch: perl
23492        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
23493 ____________________________________________________________________________
23494 [  2071] By: gsar                                  on 1998/10/25  07:14:41
23495     Log: From: Graham Barr <gbarr@pobox.com>
23496          Date: Sat, 17 Oct 1998 20:42:41 -0500
23497          Message-ID: <19981017204241.G510@pobox.com>
23498          Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
23499  Branch: perl
23500        ! pp_ctl.c
23501 ____________________________________________________________________________
23502 [  2070] By: gsar                                  on 1998/10/25  07:07:29
23503     Log: avoid bogus line number in XSUB redefined warnings
23504  Branch: perl
23505        ! op.c
23506 ____________________________________________________________________________
23507 [  2069] By: gsar                                  on 1998/10/25  06:59:03
23508     Log: From: Martijn Koster <mak@excitecorp.com>
23509          Date: Wed, 21 Oct 1998 13:12:03 +0100
23510          Message-ID: <19981021131203.A15661@excitecorp.com>
23511          Subject: File::Path::mkpath reports the wrong error
23512  Branch: perl
23513        ! lib/File/Path.pm
23514 ____________________________________________________________________________
23515 [  2068] By: gsar                                  on 1998/10/25  06:54:43
23516     Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
23517          Date: Tue, 20 Oct 1998 20:52:20 -0500
23518          Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
23519          Subject: Exporter.pm's export_to_level() argument handling buggy
23520  Branch: perl
23521        ! lib/Exporter.pm
23522 ____________________________________________________________________________
23523 [  2067] By: gsar                                  on 1998/10/25  06:50:19
23524     Log: From: jan.dubois@ibm.net (Jan Dubois)
23525          Date: Wed, 21 Oct 1998 00:55:51 +0200
23526          Message-ID: <36380269.55370608@smtp1.ibm.net>
23527          Subject: Make _really_ sure Dynaloader.xs code is initialized only once
23528  Branch: perl
23529        ! ext/DynaLoader/DynaLoader_pm.PL
23530 ____________________________________________________________________________
23531 [  2066] By: gsar                                  on 1998/10/25  06:48:19
23532     Log: recognize '%' as a shell metachar for win32
23533          From: jan.dubois@ibm.net (Jan Dubois)
23534          Date: Tue, 20 Oct 1998 21:57:35 +0200
23535          Message-ID: <3636ea31.49170453@smtp1.ibm.net>
23536          Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?
23537  Branch: perl
23538        ! win32/win32.c
23539 ____________________________________________________________________________
23540 [  2065] By: gsar                                  on 1998/10/25  06:46:30
23541     Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
23542  Branch: perl
23543        ! sv.c
23544 ____________________________________________________________________________
23545 [  2064] By: gsar                                  on 1998/10/25  06:45:09
23546     Log: From: Gisle Aas <gisle@aas.no>
23547          Date: 20 Oct 1998 14:24:44 +0200
23548          Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
23549          Subject: ord() and unpack("U*",...) should not be negative
23550  Branch: perl
23551        ! pp.c
23552 ____________________________________________________________________________
23553 [  2063] By: gsar                                  on 1998/10/25  06:42:29
23554     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23555          Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
23556          Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
23557          Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
23558  Branch: perl
23559        ! os2/os2.c
23560 ____________________________________________________________________________
23561 [  2062] By: gsar                                  on 1998/10/25  06:41:26
23562     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23563          Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
23564          Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
23565          Subject: [PATCH 5.005_*] Speed up aassign
23566  Branch: perl
23567        ! pp_hot.c
23568 ____________________________________________________________________________
23569 [  2061] By: gsar                                  on 1998/10/25  06:39:04
23570     Log: From: Graham Barr <gbarr@pobox.com>
23571          Date: Sat, 17 Oct 1998 22:22:02 -0500
23572          Message-ID: <19981017222202.J510@pobox.com>
23573          Subject: Re: '*' prototype does not allow bareword with strict
23574  Branch: perl
23575        ! toke.c
23576 ____________________________________________________________________________
23577 [  2060] By: gsar                                  on 1998/10/25  06:37:34
23578     Log: handle '::' in section names properly
23579          From: Graham Barr <gbarr@pobox.com>
23580          Date: Sat, 17 Oct 1998 12:57:54 -0500
23581          Message-ID: <19981017125754.C510@pobox.com>
23582          Subject: Re: pod2html
23583  Branch: perl
23584        ! lib/Pod/Html.pm
23585 ____________________________________________________________________________
23586 [  2059] By: gsar                                  on 1998/10/25  06:33:43
23587     Log: integrate changes#1982,2014,2021 (from maint-5.005)
23588  Branch: perl
23589       !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
23590       !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
23591 ____________________________________________________________________________
23592 [  2058] By: gsar                                  on 1998/10/25  05:44:17
23593     Log: allow more win32 symbol exports (suggested by Jan Dubois)
23594  Branch: perl
23595        ! win32/makedef.pl
23596 ____________________________________________________________________________
23597 [  2057] By: gsar                                  on 1998/10/25  05:40:40
23598     Log: integrate change#2053 from maint-5.005
23599  Branch: perl
23600       !> cop.h t/cmd/while.t
23601 ____________________________________________________________________________
23602 [  2056] By: gsar                                  on 1998/10/25  05:16:41
23603     Log: commented version of a patch suggested by Drago Goricanec
23604          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
23605          Date: 16 Oct 1998 15:24:45 +0300
23606          Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
23607          Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
23608  Branch: perl
23609        ! pp_sys.c
23610 ____________________________________________________________________________
23611 [  2055] By: gsar                                  on 1998/10/25  05:11:03
23612     Log: include eof() in description of buffering caveats
23613          From: Anton Berezin <tobez@plab.ku.dk>
23614          Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
23615          Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
23616          Subject: [DOCPATCH] pod/perlfunc.pod
23617  Branch: perl
23618        ! pod/perlfunc.pod
23619 ____________________________________________________________________________
23620 [  2054] By: gsar                                  on 1998/10/25  05:07:42
23621     Log: disallow 'x' in hex numbers (except leading '0x')
23622          From: Gisle Aas <gisle@aas.no>
23623          Date: 16 Oct 1998 16:33:12 +0200
23624          Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
23625          Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
23626  Branch: perl
23627        ! perlvars.h t/op/oct.t util.c
23628 ____________________________________________________________________________
23629 [  2052] By: gsar                                  on 1998/10/25  04:49:04
23630     Log: avoid the circular refcnt logic in magic_mutexfree()
23631  Branch: perl
23632        ! mg.c pp.c pp_hot.c
23633 ____________________________________________________________________________
23634 [  2051] By: gsar                                  on 1998/10/25  04:35:07
23635     Log: properly restore PL_rsfp_filters after require
23636  Branch: perl
23637        ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
23638        ! scope.h
23639 ____________________________________________________________________________
23640 [  2050] By: gsar                                  on 1998/10/25  02:42:32
23641     Log: integrate cfgperl changes back into mainline
23642  Branch: perl
23643       +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
23644       +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
23645       !> (integrate 33 files)
23646 ____________________________________________________________________________
23647 [  2049] By: gsar                                  on 1998/10/25  01:30:48
23648     Log: avoid "mysterious" compile-time failures without messages
23649  Branch: perl
23650        ! gv.c
23651 ____________________________________________________________________________
23652 [  2041] By: gsar                                  on 1998/10/23  21:11:56
23653     Log: checkin jpl under //depot/perlext/jpl/...
23654  Branch: perlext
23655        + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
23656        + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
23657        + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
23658        + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
23659        + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
23660        + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
23661        + jpl/PerlInterpreter/Makefile.PL
23662        + jpl/PerlInterpreter/PerlInterpreter.c
23663        + jpl/PerlInterpreter/PerlInterpreter.h
23664        + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
23665        + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
23666        + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
23667        + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
23668        + jpl/get_jdk/jdk_hosts jpl/install-jpl
23669 ____________________________________________________________________________
23670 [  2040] By: larry                                 on 1998/10/23  19:31:42
23671     Log: chr(0xFFFFFFFF) didn't translate to utf8 character
23672  Branch: perl
23673        ! pp.c
23674 ____________________________________________________________________________
23675 [  2039] By: larry                                 on 1998/10/23  18:48:34
23676     Log: tr///d does not seem to work
23677  Branch: perl
23678        ! lib/utf8_heavy.pl
23679 ____________________________________________________________________________
23680 [  2038] By: larry                                 on 1998/10/23  18:00:41
23681     Log: Program with utf8 identifiers fails to compile
23682  Branch: perl
23683        ! doop.c gv.c op.c pp.c pp_hot.c toke.c
23684 ____________________________________________________________________________
23685 [  2037] By: jhi                                   on 1998/10/23  14:04:51
23686     Log: Test suite portability:
23687          - posix-bc does not write to broken pipes
23688          - filehand #11 only iff we have fork
23689          - warning.t can now match $expected using regular expressions
23690  Branch: cfgperl
23691        ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
23692        ! t/pragma/warning.t
23693 ____________________________________________________________________________
23694 [  2036] By: jhi                                   on 1998/10/23  12:12:07
23695     Log: yacc clarification.
23696  Branch: cfgperl
23697        ! README.posix-bc
23698 ____________________________________________________________________________
23699 [  2035] By: jhi                                   on 1998/10/23  12:09:59
23700     Log: Some C compilers get upset about 8-bit characters in /* comments. */
23701  Branch: cfgperl
23702        ! mg.c
23703 ____________________________________________________________________________
23704 [  2034] By: jhi                                   on 1998/10/22  09:11:52
23705     Log: Configure update: both for pthread_yield more robust
23706          testing (all variants of pthread_attr_getdetachstate()) --
23707          and because Configure was broken in major way! About 1000
23708          last lines were truncated.
23709  Branch: cfgperl
23710        ! Configure
23711 ____________________________________________________________________________
23712 [  2033] By: jhi                                   on 1998/10/22  07:47:10
23713     Log: DJGPP feedback for #2028.
23714  Branch: cfgperl
23715        ! thread.h
23716 ____________________________________________________________________________
23717 [  2032] By: jhi                                   on 1998/10/21  13:03:57
23718     Log: yielding, the saga continues.
23719  Branch: cfgperl
23720        ! Configure config_h.SH
23721       !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
23722       !> t/op/goto.t t/pragma/constant.t
23723 ____________________________________________________________________________
23724 [  2031] By: jhi                                   on 1998/10/21  09:15:42
23725     Log: VM/ESA feedback for #2028.
23726  Branch: cfgperl
23727        ! Configure config_h.SH thread.h
23728 ____________________________________________________________________________
23729 [  2030] By: gsar                                  on 1998/10/21  04:22:53
23730     Log: fix handling of mayhaps-extended @_ in goto &sub
23731  Branch: perl
23732        ! av.c pp_ctl.c t/op/goto.t
23733 ____________________________________________________________________________
23734 [  2029] By: gsar                                  on 1998/10/21  00:54:14
23735     Log: restore sanity to "constant" references
23736  Branch: perl
23737        ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
23738 ____________________________________________________________________________
23739 [  2028] By: jhi                                   on 1998/10/20  15:01:20
23740     Log: OLD_PTHREADS_API reorganizing.
23741  Branch: cfgperl
23742        ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
23743        ! vmesa/vmesaish.h
23744 ____________________________________________________________________________
23745 [  2027] By: jhi                                   on 1998/10/20  14:14:51
23746     Log: #2026 fallout.
23747  Branch: cfgperl
23748        ! Makefile.SH
23749 ____________________________________________________________________________
23750 [  2026] By: jhi                                   on 1998/10/20  11:47:21
23751     Log: VM/ESA update.
23752  Branch: cfgperl
23753        ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
23754 ____________________________________________________________________________
23755 [  2025] By: jhi                                   on 1998/10/20  08:20:56
23756     Log: 64-bitness, based on
23757          
23758          From: Scott Henry <scotth@sgi.com>
23759          To: perl-64bit@perl.org
23760          Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
23761          Subject: Re: Configure problems/questions...
23762          Date: 19 Oct 1998 22:38:06 -0700
23763  Branch: cfgperl
23764        ! hints/irix_6.sh perl.h
23765 ____________________________________________________________________________
23766 [  2024] By: jhi                                   on 1998/10/20  08:09:07
23767     Log: Add lseeksize.
23768  Branch: cfgperl
23769        ! config_h.SH
23770 ____________________________________________________________________________
23771 [  2023] By: jhi                                   on 1998/10/20  08:08:33
23772     Log: Mumble about _yields() only when threaded.
23773  Branch: cfgperl
23774        ! Configure
23775 ____________________________________________________________________________
23776 [  2022] By: jhi                                   on 1998/10/20  07:46:26
23777     Log: Thinko at PTHREADS_CREATED_JOINABLE.
23778  Branch: cfgperl
23779        ! thread.h
23780 ____________________________________________________________________________
23781 [  2021] By: gbarr                                 on 1998/10/20  01:25:23
23782     Log: From: Chip Salzenberg <chip@perlsupport.com>
23783          Date: Tue, 6 Oct 1998 13:33:05 -0400
23784          Message-ID: <19981006133305.A2348@perlsupport.com>
23785          Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
23786  Branch: maint-5.005/perl
23787        ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
23788        ! t/op/tie.t
23789 ____________________________________________________________________________
23790 [  2020] By: jhi                                   on 1998/10/19  09:15:53
23791     Log: YIELD more robustly.
23792  Branch: cfgperl
23793        ! thread.h
23794 ____________________________________________________________________________
23795 [  2019] By: jhi                                   on 1998/10/19  08:48:33
23796     Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
23797          the 'new' one (just like DJGPP, it seems).
23798  Branch: cfgperl
23799        ! thread.h
23800 ____________________________________________________________________________
23801 [  2018] By: jhi                                   on 1998/10/19  07:02:44
23802     Log: vmesaish.h doesn't exclude unixish.h.
23803  Branch: cfgperl
23804        ! perl.h
23805 ____________________________________________________________________________
23806 [  2017] By: jhi                                   on 1998/10/19  06:44:19
23807     Log: 1<<$randbits is not good for randbits=48.
23808  Branch: cfgperl
23809        ! t/op/rand.t
23810 ____________________________________________________________________________
23811 [  2016] By: jhi                                   on 1998/10/19  06:39:47
23812     Log: Make #2012 glob pattern more portable.
23813  Branch: cfgperl
23814        ! Makefile.SH
23815 ____________________________________________________________________________
23816 [  2014] By: gbarr                                 on 1998/10/17  20:31:42
23817     Log: Fix POSIX::sigprocmask not to check type of $old parameter
23818          as it is output only
23819  Branch: maint-5.005/perl
23820        ! ext/POSIX/POSIX.xs
23821 ____________________________________________________________________________
23822 [  2012] By: jhi                                   on 1998/10/17  15:04:23
23823     Log: clean numbered core dumps and t/tmp[0-9]*.
23824  Branch: cfgperl
23825        ! Makefile.SH
23826 ____________________________________________________________________________
23827 [  2011] By: jhi                                   on 1998/10/17  14:59:15
23828     Log: More robust yacc/bison failure output handling.
23829  Branch: cfgperl
23830        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
23831 ____________________________________________________________________________
23832 [  2010] By: jhi                                   on 1998/10/17  14:51:05
23833     Log: BC2000 POSIX update.
23834  Branch: cfgperl
23835        ! MANIFEST
23836 ____________________________________________________________________________
23837 [  2009] By: jhi                                   on 1998/10/17  14:49:46
23838     Log: POSIX BC2000 port from perl-mvs:
23839          
23840          Subject: Ported perl 5.005.02 to BS2000 / POSIX
23841          From: Dorner Thomas <Thomas.Dorner@start.de> 
23842          Date: Tue, 29 Sep 1998 13:29:36 +0100 
23843          Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> 
23844  Branch: cfgperl
23845        + README.posix-bc hints/posix-bc.sh
23846        ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
23847        ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
23848        ! unixish.h
23849 ____________________________________________________________________________
23850 [  2008] By: jhi                                   on 1998/10/17  14:07:49
23851     Log: VM/ESA-update.
23852  Branch: cfgperl
23853        ! MANIFEST
23854 ____________________________________________________________________________
23855 [  2007] By: jhi                                   on 1998/10/17  13:55:34
23856     Log: Forgot few S_I* imports.
23857  Branch: cfgperl
23858        ! t/lib/ipc_sysv.t
23859 ____________________________________________________________________________
23860 [  2006] By: jhi                                   on 1998/10/17  13:43:54
23861     Log: The VM/ESA port essentials, based on
23862          
23863          perl-mvs:
23864          
23865          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
23866          Subject: Re: Can't find Data/Dumper.pm
23867          Date: Mon, 28 Sep 1998 07:40:49 +1300
23868          Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
23869          
23870          private email:
23871          
23872          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
23873          Subject: Re: Perl thread problems in VM/ESA
23874          Date: Thu, 15 Oct 1998 07:18:35 +1300
23875          Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
23876          
23877          and private email:
23878          
23879          From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
23880          Subject:  perl archive
23881          Date:  Sun, 11 Oct 1998 19:28:54 EDT
23882          Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
23883          which gave a pointer to
23884          
23885          http://pucc.princeton.edu/~neale/perl.tar
23886          
23887          (based on Perl 5.005_51)
23888  Branch: cfgperl
23889        + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
23890        ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
23891        ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
23892        ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
23893 ____________________________________________________________________________
23894 [  2005] By: jhi                                   on 1998/10/17  13:17:19
23895     Log: Integrate mainperl.
23896  Branch: cfgperl
23897       !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
23898       !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
23899       !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
23900       !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
23901       !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
23902       !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
23903       !> win32/makefile.mk
23904 ____________________________________________________________________________
23905 [  2004] By: jhi                                   on 1998/10/17  11:19:06
23906     Log: Removed an extra ' from the int64_t test.
23907  Branch: cfgperl
23908        ! Configure
23909 ____________________________________________________________________________
23910 [  2003] By: gsar                                  on 1998/10/17  04:11:40
23911     Log: silence -w noises (suggested by Greg Bacon)
23912  Branch: perl
23913        ! lib/Term/Complete.pm
23914 ____________________________________________________________________________
23915 [  2002] By: gsar                                  on 1998/10/17  04:07:48
23916     Log: From: Gisle Aas <gisle@aas.no>
23917          Date: 14 Oct 1998 15:53:14 +0200
23918          Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
23919          Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
23920  Branch: perl
23921        ! util.c
23922 ____________________________________________________________________________
23923 [  2001] By: gsar                                  on 1998/10/17  04:06:10
23924     Log: From: Gisle Aas <gisle@aas.no>
23925          Date: 14 Oct 1998 15:17:44 +0200
23926          Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
23927          Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
23928  Branch: perl
23929        ! toke.c
23930 ____________________________________________________________________________
23931 [  2000] By: gsar                                  on 1998/10/17  03:06:33
23932     Log: From: Gisle Aas <gisle@aas.no>
23933          Date: 14 Oct 1998 00:38:06 +0200
23934          Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
23935          Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
23936  Branch: perl
23937        ! sv.c
23938 ____________________________________________________________________________
23939 [  1999] By: gsar                                  on 1998/10/17  03:04:48
23940     Log: From: Dan Sugalski <sugalskd@osshe.edu>
23941          Date: Tue, 13 Oct 1998 15:10:57 -0700
23942          Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
23943          Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
23944  Branch: perl
23945        ! vms/ext/Stdio/Stdio.pm
23946 ____________________________________________________________________________
23947 [  1998] By: gsar                                  on 1998/10/17  03:00:40
23948     Log: skip readonly vars and unref references when doing a reset()
23949  Branch: perl
23950        ! sv.c
23951 ____________________________________________________________________________
23952 [  1997] By: gsar                                  on 1998/10/17  02:49:19
23953     Log: fix buggy treatment of large checksums on unicode strings
23954          From: Gisle Aas <gisle@aas.no>
23955          Date: 13 Oct 1998 21:35:39 +0200
23956          Message-ID: <m31zocp850.fsf@furu.g.aas.no>
23957          Subject: unpack("%48U*",...)  [PATCH 5.005_52]
23958  Branch: perl
23959        ! pp.c
23960 ____________________________________________________________________________
23961 [  1996] By: gsar                                  on 1998/10/17  02:43:22
23962     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23963          Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
23964          Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
23965          Subject: [PATCH 5.005_52] Memory overrun in os2.c
23966  Branch: perl
23967        ! os2/Makefile.SHs os2/os2.c
23968 ____________________________________________________________________________
23969 [  1995] By: gsar                                  on 1998/10/17  02:42:01
23970     Log: clarify section name rules for typemaps
23971  Branch: perl
23972        ! pod/perlxs.pod
23973 ____________________________________________________________________________
23974 [  1994] By: gsar                                  on 1998/10/17  02:33:02
23975     Log: whitespace-proof grent.t
23976  Branch: perl
23977        ! t/op/grent.t
23978 ____________________________________________________________________________
23979 [  1993] By: gsar                                  on 1998/10/17  02:27:29
23980     Log: fix bug in B::CC::pp_sassign()
23981          From: "vishal bhatia" <vishalb@hotmail.com>
23982          Date: Sun, 11 Oct 1998 18:41:38 PDT
23983          Message-ID: <19981012014139.19614.qmail@hotmail.com>
23984          Subject: B::CC problems with pp_sassign routine
23985  Branch: perl
23986        ! ext/B/B/CC.pm
23987 ____________________________________________________________________________
23988 [  1992] By: gsar                                  on 1998/10/17  02:17:49
23989     Log: applied suggested patch with small doc tweak
23990          From: Gisle Aas <gisle@aas.no>
23991          Date: 11 Oct 1998 12:53:13 +0200
23992          Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
23993          Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
23994  Branch: perl
23995        ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
23996        ! t/op/tiehandle.t
23997 ____________________________________________________________________________
23998 [  1991] By: gsar                                  on 1998/10/17  02:08:30
23999     Log: apply non-conflicting parts from suggested patch
24000          From: jan.dubois@ibm.net (Jan Dubois)
24001          Date: Sat, 10 Oct 1998 13:15:45 +0200
24002          Message-ID: <36223ed7.18279374@smtp1.ibm.net>
24003          Subject: [PATCH 5.005_52] Still more MakeMaker  patches
24004  Branch: perl
24005        ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
24006 ____________________________________________________________________________
24007 [  1990] By: gsar                                  on 1998/10/17  02:01:24
24008     Log: provide option to enable optimization with VC (suggested by Jan
24009          Dubois)
24010  Branch: perl
24011        ! win32/Makefile win32/makefile.mk
24012 ____________________________________________________________________________
24013 [  1989] By: gsar                                  on 1998/10/17  01:55:27
24014     Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
24015          Dave Leppik <dleppik@gage.com>
24016  Branch: perl
24017        ! perl.h
24018 ____________________________________________________________________________
24019 [  1988] By: gsar                                  on 1998/10/17  01:49:05
24020     Log: stray typo found by Hugo van der Sanden
24021  Branch: perl
24022        ! op.c
24023 ____________________________________________________________________________
24024 [  1987] By: gsar                                  on 1998/10/17  01:45:52
24025     Log: perldoc pod update
24026          From: Daniel Grisinger <dgris@perrin.dimensional.com>
24027          Date: 06 Oct 1998 23:56:51 -0600
24028          Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
24029          Subject: [PATCH _02 and _52] perldoc
24030  Branch: perl
24031        ! utils/perldoc.PL
24032 ____________________________________________________________________________
24033 [  1986] By: gsar                                  on 1998/10/17  01:41:40
24034     Log: qualify names of builtins
24035  Branch: perl
24036        ! ext/POSIX/POSIX.pm
24037 ____________________________________________________________________________
24038 [  1982] By: gbarr                                 on 1998/10/17  00:20:57
24039     Log: From: Jochen Wiedmann <joe@ispsoft.de>
24040          Date: Thu, 17 Sep 1998 17:16:06 +0200
24041          Message-ID: <360127B6.E44564A@ispsoft.de>
24042          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
24043  Branch: maint-5.005/perl
24044        ! lib/ExtUtils/MakeMaker.pm
24045 ____________________________________________________________________________
24046 [  1978] By: gsar                                  on 1998/10/16  01:58:58
24047     Log: integrate cfgperl mods into mainline
24048  Branch: perl
24049       +> ext/DynaLoader/dl_vmesa.xs
24050        ! Porting/genlog
24051       !> Configure MANIFEST Makefile.SH config_h.SH
24052       !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
24053       !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
24054       !> x2p/Makefile.SH
24055 ____________________________________________________________________________
24056 [  1976] By: gsar                                  on 1998/10/16  00:10:52
24057     Log: stray tweak
24058  Branch: perl
24059        ! op.c
24060 ____________________________________________________________________________
24061 [  1975] By: gsar                                  on 1998/10/15  23:54:38
24062     Log: propagate typeness of lexicals while cloning them
24063  Branch: perl
24064        ! op.c
24065 ____________________________________________________________________________
24066 [  1974] By: gsar                                  on 1998/10/15  23:53:25
24067     Log: s/last/first/ typo in append_list()
24068  Branch: perl
24069        ! op.c
24070 ____________________________________________________________________________
24071 [  1973] By: gsar                                  on 1998/10/15  20:06:17
24072     Log: nuke confperl branch and contents
24073  Branch: confperl
24074        - (delete 1284 files)
24075 ____________________________________________________________________________
24076 [  1972] By: jhi                                   on 1998/10/15  07:07:35
24077     Log: Test #162 had been added but the "print 1..161" had not been updated.
24078  Branch: cfgperl
24079        ! t/op/pat.t
24080 ____________________________________________________________________________
24081 [  1971] By: gsar                                  on 1998/10/15  03:09:58
24082     Log: check in all confperl changes as of change#1964 into cfgperl
24083  Branch: cfgperl
24084        + ext/DynaLoader/dl_vmesa.xs
24085        ! Configure MANIFEST Makefile.SH config_h.SH
24086        ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
24087        ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
24088 ____________________________________________________________________________
24089 [  1970] By: gsar                                  on 1998/10/15  03:05:59
24090     Log: integrate mainline to get tr.t
24091  Branch: cfgperl
24092       +> t/op/tr.t
24093 ____________________________________________________________________________
24094 [  1969] By: gsar                                  on 1998/10/15  03:04:17
24095     Log: add missing tr.t to repository
24096  Branch: perl
24097        + t/op/tr.t
24098 ____________________________________________________________________________
24099 [  1968] By: gsar                                  on 1998/10/15  03:02:43
24100     Log: create cfgperl branch
24101  Branch: cfgperl
24102       +> (branch 1282 files)
24103 ____________________________________________________________________________
24104 [  1967] By: gsar                                  on 1998/10/15  02:46:08
24105     Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
24106          (MAN3PODS cannot be set to ' '; stray stricture violation)
24107  Branch: perl
24108        ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
24109        ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
24110        ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
24111        ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
24112        ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
24113        ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
24114        ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
24115        ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
24116        ! ext/attrs/Makefile.PL ext/re/Makefile.PL
24117        ! lib/ExtUtils/MM_Unix.pm
24118 ____________________________________________________________________________
24119 [  1966] By: gsar                                  on 1998/10/15  02:19:03
24120     Log: tweak to make fix in change#1944 behave correctly for closures
24121          created within eval''
24122  Branch: perl
24123        ! op.c t/op/eval.t
24124 ____________________________________________________________________________
24125 [  1965] By: gsar                                  on 1998/10/14  23:22:41
24126     Log: use better numbers for exitstatus test
24127  Branch: perl
24128        ! t/op/die_exit.t
24129 ____________________________________________________________________________
24130 [  1964] By: jhi                                   on 1998/10/14  17:25:41
24131     Log: Add VM/ESA dynaloading (uses <dll.h>).
24132  Branch: confperl
24133        + ext/DynaLoader/dl_vmesa.xs
24134        ! MANIFEST
24135 ____________________________________________________________________________
24136 [  1963] By: jhi                                   on 1998/10/14  17:17:10
24137     Log: Remove a2p.loadmap in 'clean' target.
24138  Branch: confperl
24139        ! x2p/Makefile.SH
24140 ____________________________________________________________________________
24141 [  1962] By: jhi                                   on 1998/10/14  17:13:11
24142     Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
24143  Branch: confperl
24144        ! Makefile.SH
24145 ____________________________________________________________________________
24146 [  1961] By: jhi                                   on 1998/10/14  16:27:39
24147     Log: VM/ESA creates executable.loadmaps.
24148  Branch: confperl
24149        ! Makefile.SH
24150 ____________________________________________________________________________
24151 [  1960] By: jhi                                   on 1998/10/14  15:37:39
24152     Log: Introduce SCHED_YIELD (one of sched_yield(),
24153          pthread_yield(), or pthread_yield(NULL)).
24154          YIELD is then defined using SCHED_YIELD unless
24155          a platform-specific YIELD has already been defined.
24156          
24157          Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
24158          
24159          The need for pthread_yield(NULL) and pthread_attr_setdet...
24160          introduced by (private email)
24161          
24162          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
24163          Date: Sat, 10 Oct 1998 21:08:15 +1300
24164          Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
24165          Subject: Re: Perl thread problems in VM/ESA
24166          
24167          Better select() protoprobe (for AIX), from (private email)
24168          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
24169          Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
24170          Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
24171          Subject: AIX select (fwd)
24172          From: Lars Hecking <lhecking@nmrc.ucc.ie>
24173          To: Andy Dougherty <doughera@lafcol.lafayette.edu>
24174          Date: Fri, 2 Oct 1998 10:40:01 +0100
24175          Subject: AIX select
24176          
24177          Linux-avoid-so.X.Y, based on
24178          From: "Kurt D. Starsinic" <kstar@chapin.edu>
24179          Date: Tue, 13 Oct 1998 15:55:07 -0400
24180          Message-ID: <19981013155507.B4004@O2.chapin.edu>
24181          Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
24182  Branch: confperl
24183        ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
24184        ! thread.h
24185 ____________________________________________________________________________
24186 [  1959] By: jhi                                   on 1998/10/14  12:51:26
24187     Log: Some old pthread implementations have
24188          pthread_attr_setdetachstate(pthread_attr_t*, int*).
24189  Branch: confperl
24190        ! ext/Thread/Thread.xs
24191 ____________________________________________________________________________
24192 [  1958] By: jhi                                   on 1998/10/14  12:41:11
24193     Log: SCHED_YIELD and ATTR_JOINABLE fixes.  Thread.xs and Configure
24194          counterparts will follow soon.
24195  Branch: confperl
24196        ! thread.h
24197 ____________________________________________________________________________
24198 [  1957] By: jhi                                   on 1998/10/14  12:38:11
24199     Log: Add tr.t (MANIFEST already knew about it, strange)
24200  Branch: confperl
24201        + t/op/tr.t
24202 ____________________________________________________________________________
24203 [  1956] By: jhi                                   on 1998/10/14  12:24:35
24204     Log: Mutexen should be initialized only once.
24205  Branch: confperl
24206        ! gv.c op.c
24207 ____________________________________________________________________________
24208 [  1955] By: jhi                                   on 1998/10/14  12:19:38
24209     Log: os390 has its own cppstdin.
24210  Branch: confperl
24211        ! hints/os390.sh
24212 ____________________________________________________________________________
24213 [  1954] By: jhi                                   on 1998/10/14  12:15:06
24214     Log: Integrate with mainperl.
24215  Branch: confperl
24216       !> (integrate 1280 files)
24217 ____________________________________________________________________________
24218 [  1953] By: jhi                                   on 1998/10/14  11:48:08
24219     Log: Removed duplicate CMA threads code for HPUX 10.X.
24220          (probably residue of patch(1) being too understanding)
24221          Enhanced 64-bit settings. (redo change#1940)
24222  Branch: confperl
24223        ! hints/hpux.sh
24224 ____________________________________________________________________________
24225 [  1952] By: jhi                                   on 1998/10/14  11:45:16
24226     Log: (redo change#1949) Detypo in the d_open64 warning about
24227          the impending WHOA.
24228  Branch: confperl
24229        ! hints/irix_6.sh
24230 ____________________________________________________________________________
24231 [  1951] By: jhi                                   on 1998/10/14  10:54:16
24232     Log: Mutexen should only be inited once, after they have been New()ed.
24233  Branch: confperl
24234        ! gv.c op.c
24235 ____________________________________________________________________________
24236 [  1950] By: jhi                                   on 1998/10/14  10:41:43
24237     Log: Own cppstdin.
24238  Branch: confperl
24239        ! hints/os390.sh
24240 ____________________________________________________________________________
24241 [  1949] By: jhi                                   on 1998/10/14  10:34:23
24242     Log: Detypo in the d_open64 warning about the impending WHOA.
24243  Branch: confperl
24244        ! hints/irix_6.sh
24245 ____________________________________________________________________________
24246 [  1948] By: gsar                                  on 1998/10/14  05:38:01
24247     Log: two typos
24248  Branch: perl
24249        ! pp_hot.c t/op/eval.t
24250 ____________________________________________________________________________
24251 [  1947] By: gsar                                  on 1998/10/14  05:37:10
24252     Log: let docatch() pass the buck when restartop turns out to be null,
24253          making exceptions in BEGIN{} propagate as expected
24254  Branch: perl
24255        ! pp_ctl.c t/op/misc.t
24256 ____________________________________________________________________________
24257 [  1946] By: gsar                                  on 1998/10/13  03:41:49
24258     Log: add missing file from change#1943
24259  Branch: perl
24260        ! proto.h
24261 ____________________________________________________________________________
24262 [  1945] By: gsar                                  on 1998/10/13  03:32:02
24263     Log: defer "deep recursion" warnings until CXt_SUB context is properly
24264          set up
24265  Branch: perl
24266        ! pp_hot.c t/pragma/warn/pp_hot
24267 ____________________________________________________________________________
24268 [  1944] By: gsar                                  on 1998/10/13  03:15:50
24269     Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
24270          fixup the cop_seq value that must be seen by lexical lookups that
24271          emanate within eval''
24272  Branch: perl
24273        ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
24274 ____________________________________________________________________________
24275 [  1943] By: gsar                                  on 1998/10/13  02:06:09
24276     Log: ensure recursive attempts to findlex()icals know enough about where
24277          the last eval'' context was encountered
24278  Branch: perl
24279        ! op.c t/op/eval.t
24280 ____________________________________________________________________________
24281 [  1942] By: gsar                                  on 1998/10/13  02:01:24
24282     Log: force copy of substrings when matching against temporaries
24283  Branch: perl
24284        ! pp_hot.c t/op/pat.t
24285 ____________________________________________________________________________
24286 [  1941] By: gsar                                  on 1998/10/13  01:49:16
24287     Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
24288          implementation)
24289  Branch: perl
24290        ! pp_ctl.c t/op/runlevel.t
24291 ____________________________________________________________________________
24292 [  1940] By: jhi                                   on 1998/10/12  09:57:44
24293     Log: Removed duplicate CMA threads code for HPUX 10.X.
24294          (probably residue of patch(1) being too understanding)
24295          Enhanced 64-bit settings.
24296  Branch: confperl
24297        ! hints/hpux.sh
24298 ____________________________________________________________________________
24299 [  1939] By: jhi                                   on 1998/10/12  09:53:11
24300     Log: Initial sync from mainline perl.
24301  Branch: confperl
24302        + (add 1282 files)
24303 ____________________________________________________________________________
24304 [  1937] By: gsar                                  on 1998/10/06  21:16:34
24305     Log: fix $/ init for USE_THREADS
24306  Branch: perl
24307        ! perl.c
24308 ____________________________________________________________________________
24309 [  1936] By: gsar                                  on 1998/10/06  07:19:39
24310     Log: fix globals caught by change#1927; builds and tests on Solaris
24311  Branch: perl
24312        ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
24313        ! warning.h warning.pl
24314 ____________________________________________________________________________
24315 [  1935] By: gsar                                  on 1998/10/06  06:50:35
24316     Log: add test for previous fix
24317  Branch: perl
24318        ! ext/Thread/create.t
24319 ____________________________________________________________________________
24320 [  1934] By: gsar                                  on 1998/10/06  06:37:36
24321     Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
24322  Branch: perl
24323        ! util.c
24324 ____________________________________________________________________________
24325 [  1933] By: gsar                                  on 1998/10/06  05:04:20
24326     Log: undo bogus part of change#1903 (as pointed out by Larry)
24327  Branch: perl
24328        ! pp_ctl.c
24329 ____________________________________________________________________________
24330 [  1932] By: gsar                                  on 1998/10/06  04:21:31
24331     Log: added tweaked version of suggested patch
24332          From: jan.dubois@ibm.net (Jan Dubois)
24333          Date: Sat, 03 Oct 1998 19:04:48 +0200
24334          Message-ID: <361d54b2.36841294@smtp1.ibm.net>
24335          Subject: [PATCH 5.005_52] More MakeMaker  patches
24336  Branch: perl
24337        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
24338        ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
24339 ____________________________________________________________________________
24340 [  1931] By: gsar                                  on 1998/10/06  04:04:33
24341     Log: use cpp symbols instead of hardwired constants
24342          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
24343          Date: Mon, 05 Oct 1998 09:23:33 +0100
24344          Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
24345          Subject: [PATCH 5.005_52] By the numbers (resend)
24346  Branch: perl
24347        ! op.c
24348 ____________________________________________________________________________
24349 [  1930] By: gsar                                  on 1998/10/06  04:01:55
24350     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24351          Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
24352          Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
24353          Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
24354  Branch: perl
24355        ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
24356        ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
24357 ____________________________________________________________________________
24358 [  1929] By: gsar                                  on 1998/10/06  03:50:36
24359     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24360          Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
24361          Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
24362          Subject: [PATCH 5.00552] Minor test improvement
24363  Branch: perl
24364        ! t/op/magic.t
24365 ____________________________________________________________________________
24366 [  1928] By: gsar                                  on 1998/10/06  03:49:03
24367     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24368          Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
24369          Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
24370          Subject: [PATCH 5.00552] emacs/ptags inprovements
24371  Branch: perl
24372        ! emacs/ptags
24373 ____________________________________________________________________________
24374 [  1927] By: gsar                                  on 1998/10/06  03:47:44
24375     Log: disable C<#define dirty PL_dirty> et al.
24376  Branch: perl
24377        ! embed.pl embedvar.h
24378 ____________________________________________________________________________
24379 [  1926] By: gsar                                  on 1998/10/06  03:43:32
24380     Log: From: Mark-Jason Dominus <mjd@plover.com>
24381          Date: Sun, 04 Oct 1998 14:48:11 -0400
24382          Message-ID: <19981004184811.16048.qmail@plover.com>
24383          Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
24384  Branch: perl
24385        ! utils/perldoc.PL
24386 ____________________________________________________________________________
24387 [  1925] By: gsar                                  on 1998/10/06  03:27:35
24388     Log: disable USE_THREADS when PERL_OBJECT is enabled
24389  Branch: perl
24390        ! win32/Makefile win32/makefile.mk
24391 ____________________________________________________________________________
24392 [  1924] By: gsar                                  on 1998/10/06  03:26:54
24393     Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
24394  Branch: perl
24395        ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
24396        ! vms/perly_c.vms
24397 ____________________________________________________________________________
24398 [  1923] By: gsar                                  on 1998/10/03  05:19:56
24399     Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
24400          overridden
24401  Branch: perl
24402        ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
24403        ! proto.h vms/perly_c.vms
24404 ____________________________________________________________________________
24405 [  1922] By: gsar                                  on 1998/10/03  03:59:50
24406     Log: suppress manifypods leak in extensions
24407  Branch: perl
24408        ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
24409 ____________________________________________________________________________
24410 [  1921] By: gsar                                  on 1998/10/02  22:30:15
24411     Log: os390 fixes (suggested by Peter Prymmer)
24412  Branch: perl
24413        ! Makefile.SH regcomp.c
24414 ____________________________________________________________________________
24415 [  1920] By: gsar                                  on 1998/10/02  21:41:19
24416     Log: squelch undef warnings
24417          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
24418          Date: Fri, 02 Oct 1998 11:01:14 +0100
24419          Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
24420          Subject: [PATCH] Re: Apparent bug in Math::BigInt 
24421  Branch: perl
24422        ! Changes lib/Math/BigInt.pm
24423 ____________________________________________________________________________
24424 [  1919] By: gsar                                  on 1998/10/02  04:59:13
24425     Log: add note to INSTALL about ANSI C
24426  Branch: perl
24427        ! INSTALL
24428 ____________________________________________________________________________
24429 [  1918] By: gsar                                  on 1998/10/02  04:21:10
24430     Log: tolerate spaces when fixing up __cplusplus output by old h2xs
24431          From: jan.dubois@ibm.net (Jan Dubois)
24432          Date: Wed, 30 Sep 1998 23:35:30 +0200
24433          Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
24434          Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
24435  Branch: perl
24436        ! lib/ExtUtils/xsubpp
24437 ____________________________________________________________________________
24438 [  1917] By: gsar                                  on 1998/10/02  04:16:02
24439     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
24440          Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
24441          Message-Id: <199810010837.LAA31371@alpha.hut.fi>
24442          Subject: Re: Configure test for selectbits busted
24443  Branch: perl
24444        ! Configure
24445 ____________________________________________________________________________
24446 [  1916] By: gsar                                  on 1998/10/02  04:14:17
24447     Log: From: Dan Sugalski <sugalskd@osshe.edu>
24448          Date: Wed, 30 Sep 1998 17:15:20 -0700
24449          Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
24450          Subject: [PATCH 5.005_02]VMS config tweaks
24451  Branch: perl
24452        ! vms/descrip_mms.template vms/subconfigure.com
24453 ____________________________________________________________________________
24454 [  1915] By: gsar                                  on 1998/10/02  04:10:47
24455     Log: use Off_t to permit 64-bit seek()
24456          From: Scott Henry <scotth@sgi.com>
24457          Date: 29 Sep 1998 17:38:46 -0700
24458          Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
24459          Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
24460          --
24461          Date: 28 Sep 1998 18:55:37 -0700
24462          Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
24463          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
24464  Branch: perl
24465        ! doio.c pp_sys.c proto.h sv.c
24466 ____________________________________________________________________________
24467 [  1914] By: gsar                                  on 1998/10/02  04:05:36
24468     Log: normalize tm struct passed to strftime() with mktime()
24469          From: Spider Boardman <spider@orb.nashua.nh.us>
24470          Date: Wed, 30 Sep 1998 15:12:09 -0400
24471          Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
24472          Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
24473  Branch: perl
24474        ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
24475 ____________________________________________________________________________
24476 [  1913] By: gsar                                  on 1998/10/02  03:59:46
24477     Log: don't try to run foo_SH.orig etc.
24478  Branch: perl
24479        ! Configure
24480 ____________________________________________________________________________
24481 [  1912] By: gsar                                  on 1998/10/02  03:45:37
24482     Log: make warning about glob process failure optional
24483  Branch: perl
24484        ! pod/perldiag.pod pp_hot.c
24485 ____________________________________________________________________________
24486 [  1911] By: gsar                                  on 1998/10/02  02:52:21
24487     Log: document yet another RE diagnostic, make it consistent with REG_INFTY
24488          From: Dominic Dunlop <domo@vo.lu>
24489          Date: Tue, 29 Sep 1998 21:06:30 +0000
24490          Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
24491          Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
24492          --
24493          Date: Wed, 30 Sep 1998 11:46:44 +0000
24494          Message-Id: <v03110702b237beb04830@[212.24.192.74]>
24495          Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
24496  Branch: perl
24497        ! pod/perldiag.pod regcomp.c
24498 ____________________________________________________________________________
24499 [  1910] By: gsar                                  on 1998/10/02  02:48:48
24500     Log: minor Configure tweaks (via private mail)
24501          From: Jarkko Hietaniemi <jhi@iki.fi>
24502          Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
24503          Message-Id: <199809292325.CAA19737@alpha.hut.fi>
24504          Subject: [PATCH] 5.005_52: the drizzle continues
24505  Branch: perl
24506        ! Configure config_h.SH handy.h
24507 ____________________________________________________________________________
24508 [  1909] By: gsar                                  on 1998/10/02  02:46:39
24509     Log: update SCO hints for dynamic loading
24510          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
24511          Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
24512          Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
24513          Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
24514          --
24515          Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
24516          Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
24517          Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
24518  Branch: perl
24519        ! hints/sco.sh
24520 ____________________________________________________________________________
24521 [  1908] By: gsar                                  on 1998/10/02  02:33:39
24522     Log: make File::Find work when wanted() is autoloaded or a symbolic ref
24523  Branch: perl
24524        ! lib/File/Find.pm
24525 ____________________________________________________________________________
24526 [  1907] By: gsar                                  on 1998/10/02  02:21:52
24527     Log: applied patches, but retained old behavior for win32 (where compilers
24528          can't read from stdin at all)
24529          From: Graham Barr <gbarr@ti.com>
24530          Date: Mon, 28 Sep 1998 09:41:49 -0500
24531          Message-ID: <19980928094149.B26576@asic.sc.ti.com>
24532          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
24533          --
24534          Date: Tue, 29 Sep 1998 12:35:43 -0500
24535          Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
24536          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
24537  Branch: perl
24538        ! ext/Errno/Errno_pm.PL
24539 ____________________________________________________________________________
24540 [  1906] By: gsar                                  on 1998/10/02  02:02:19
24541     Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
24542          Hietaniemi)
24543  Branch: perl
24544        ! t/op/grent.t
24545 ____________________________________________________________________________
24546 [  1905] By: gsar                                  on 1998/10/02  01:59:56
24547     Log: win32 caveats about truncate()
24548  Branch: perl
24549        ! pod/perlport.pod
24550 ____________________________________________________________________________
24551 [  1904] By: gsar                                  on 1998/10/02  01:53:25
24552     Log: various Configure and hints updates (prefer drand48() or random()
24553          over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
24554          applied modulo SCO hints superceded by later patch
24555          From: Jarkko Hietaniemi <jhi@iki.fi>
24556          Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
24557          Message-Id: <199809282156.AAA18615@alpha.hut.fi>
24558          Subject: [PATCH] 5.005_52: Configure et al:
24559  Branch: perl
24560        + ext/IPC/SysV/hints/next_3.pl
24561        ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
24562        ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
24563        ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
24564 ____________________________________________________________________________
24565 [  1903] By: gsar                                  on 1998/10/02  01:42:37
24566     Log: fixes for bugs in /RE/p        from Hugo van der Sanden
24567          Date: Mon, 28 Sep 1998 17:41:49 +0100
24568          Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
24569          Subject: [PATCH 5.005_52] Re: More on ?p 
24570          --
24571          Date: Thu, 01 Oct 1998 09:10:58 +0100
24572          Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
24573          Subject: [PATCH 5.005_52] ?p fix
24574          --
24575          Date: Thu, 01 Oct 1998 10:45:56 +0100
24576          Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
24577          Subject: [PATCH 5.005_52] more on ?p
24578  Branch: perl
24579        ! pp_ctl.c
24580 ____________________________________________________________________________
24581 [  1902] By: gsar                                  on 1998/10/02  01:36:14
24582     Log: From: Kenneth Duda <kjd@cisco.com>
24583          Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
24584          Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
24585          Subject: writemain dies when there are more than 4000 characters of extensions
24586  Branch: perl
24587        ! writemain.SH
24588 ____________________________________________________________________________
24589 [  1901] By: gsar                                  on 1998/10/02  01:33:16
24590     Log: tweak run_byacc recipe
24591  Branch: perl
24592        ! Makefile.SH Porting/pumpkin.pod
24593 ____________________________________________________________________________
24594 [  1900] By: gsar                                  on 1998/10/02  01:02:09
24595     Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
24596  Branch: perl
24597        ! perl.h pp_ctl.c
24598 ____________________________________________________________________________
24599 [  1899] By: gsar                                  on 1998/09/28  20:46:30
24600     Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
24601          Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
24602          Dvornik)
24603  Branch: perl
24604        ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
24605 ____________________________________________________________________________
24606 [  1898] By: gsar                                  on 1998/09/28  20:42:52
24607     Log: flush unsubmitted 5.00552 change
24608  Branch: perl
24609        ! MANIFEST
24610 ____________________________________________________________________________
24611 [  1897] By: gsar                                  on 1998/09/27  04:43:06
24612     Log: run vms_yfix.pl
24613  Branch: perl
24614        ! vms/perly_c.vms
24615 ____________________________________________________________________________
24616 [  1896] By: gsar                                  on 1998/09/27  03:38:55
24617     Log: small tweak on last change
24618  Branch: perl
24619        ! win32/win32.c
24620 ____________________________________________________________________________
24621 [  1895] By: gsar                                  on 1998/09/27  03:17:17
24622     Log: fix win32_stat() to do the right thing for share names
24623  Branch: perl
24624        ! win32/win32.c
24625 ____________________________________________________________________________
24626 [  1891] By: larry                                 on 1998/09/25  18:50:40
24627     Log: Fixed apostrophe problem from Mark Knutsen.
24628  Branch: perl
24629        ! sv.h
24630
24631 ----------------
24632 Version 5.005_52
24633 ----------------
24634
24635 ____________________________________________________________________________
24636 [  1890] By: gsar                                  on 1998/09/25  10:25:00
24637     Log: update template config.sh, add new config vars to win32 stuff
24638  Branch: perl
24639        ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
24640        ! pp_sys.c proto.h win32/config.bc win32/config.gc
24641        ! win32/config.vc win32/config_H.bc win32/config_H.gc
24642        ! win32/config_H.vc win32/win32.h
24643 ____________________________________________________________________________
24644 [  1889] By: gsar                                  on 1998/09/25  07:13:13
24645     Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
24646          for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
24647          of full-fledged 64-bit support (including support for: fseeko/ftello,
24648          Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
24649          in Fcntl)
24650          From: Jarkko Hietaniemi <jhi@iki.fi>
24651          Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
24652          Message-Id: <199809112056.XAA04720@alpha.hut.fi>
24653          Subject: [PATCH] 5.005_51: Configure "Massive Attack"
24654          --
24655          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
24656          Date: 12 Sep 1998 09:44:25 +0300
24657          Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
24658          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
24659  Branch: perl
24660        + lib/filetest.pm
24661        ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
24662        ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
24663        ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
24664        ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
24665        ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
24666        ! win32/makedef.pl
24667 ____________________________________________________________________________
24668 [  1888] By: gsar                                  on 1998/09/25  06:27:12
24669     Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
24670  Branch: perl
24671        ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
24672        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24673        ! win32/makedef.pl win32/makefile.mk win32/win32.c
24674 ____________________________________________________________________________
24675 [  1887] By: gsar                                  on 1998/09/25  04:50:49
24676     Log: win32.c tweak
24677  Branch: perl
24678        ! win32/win32.c
24679 ____________________________________________________________________________
24680 [  1886] By: gsar                                  on 1998/09/25  04:47:32
24681     Log: s/MAKEMAKEROPT/PERL_MM_OPT/
24682  Branch: perl
24683        ! lib/ExtUtils/MakeMaker.pm
24684 ____________________________________________________________________________
24685 [  1885] By: gsar                                  on 1998/09/25  04:05:09
24686     Log: From: Dominic Dunlop <domo@vo.lu>
24687          Date: Thu, 10 Sep 1998 11:02:46 +0000
24688          Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
24689          Subject: MM_Unix::canonpath erroneously turns leading // into /
24690  Branch: perl
24691        ! lib/ExtUtils/MM_Unix.pm
24692 ____________________________________________________________________________
24693 [  1884] By: gsar                                  on 1998/09/25  03:06:10
24694     Log: temporarily disable perl malloc for a2p until we clean up
24695          conflicting malloc() declarations everywhere
24696  Branch: perl
24697        ! x2p/Makefile.SH
24698 ____________________________________________________________________________
24699 [  1883] By: gsar                                  on 1998/09/25  02:27:00
24700     Log: remove obsolete win32/bin/*.pl
24701  Branch: perl
24702        - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
24703        ! Changes MANIFEST win32/Makefile win32/makefile.mk
24704 ____________________________________________________________________________
24705 [  1882] By: gsar                                  on 1998/09/25  02:04:43
24706     Log: missing file in last submit
24707  Branch: perl
24708        ! proto.h
24709 ____________________________________________________________________________
24710 [  1881] By: gsar                                  on 1998/09/25  01:56:54
24711     Log: serial access to PL_x[inpr]v_root for USE_THREADS
24712  Branch: perl
24713        ! sv.c
24714 ____________________________________________________________________________
24715 [  1880] By: gsar                                  on 1998/09/25  01:19:38
24716     Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
24717          From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
24718          Date: Thu, 24 Sep 1998 22:01:09 +0900
24719          Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
24720          Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
24721  Branch: perl
24722        ! hv.c proto.h
24723 ____________________________________________________________________________
24724 [  1879] By: gsar                                  on 1998/09/25  00:20:07
24725     Log: tweaks to enable PERL_OBJECT to build & test on win32
24726  Branch: perl
24727        ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
24728        ! win32/GenCAPI.pl
24729 ____________________________________________________________________________
24730 [  1878] By: gsar                                  on 1998/09/25  00:13:36
24731     Log: fix change#1861, which breaks default boot_xxx symbol generation
24732  Branch: perl
24733        ! lib/ExtUtils/Mksymlists.pm
24734 ____________________________________________________________________________
24735 [  1877] By: gsar                                  on 1998/09/24  10:29:54
24736     Log: two tweaks for clean build and test on Solaris
24737  Branch: perl
24738        ! op.c t/op/subst.t
24739 ____________________________________________________________________________
24740 [  1876] By: gsar                                  on 1998/09/24  09:04:43
24741     Log: From: Colin Kuskie <ckuskie@cadence.com>
24742          Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
24743          Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
24744          Subject: [PATCH 5.005_51] perlform.pod
24745  Branch: perl
24746        ! pod/perlform.pod
24747 ____________________________________________________________________________
24748 [  1875] By: gsar                                  on 1998/09/24  08:47:47
24749     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24750          Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
24751          Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
24752          Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
24753  Branch: perl
24754        ! regexec.c
24755 ____________________________________________________________________________
24756 [  1874] By: gsar                                  on 1998/09/24  08:44:55
24757     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24758          Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
24759          Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
24760          Subject: Re: your Regexp.patch dated 21.8 [PATCH]
24761  Branch: perl
24762        ! toke.c
24763 ____________________________________________________________________________
24764 [  1873] By: gsar                                  on 1998/09/24  08:39:41
24765     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24766          Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
24767          Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
24768          Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
24769  Branch: perl
24770        ! Changes regcomp.c
24771 ____________________________________________________________________________
24772 [  1872] By: gsar                                  on 1998/09/24  08:37:00
24773     Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
24774          Date: Sun, 23 Aug 1998 23:18:38 PDT
24775          Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
24776          Subject: new irix_6.sh hints file
24777  Branch: perl
24778        ! hints/irix_6.sh
24779 ____________________________________________________________________________
24780 [  1871] By: gsar                                  on 1998/09/24  07:26:37
24781     Log: correct FSF address in various places
24782  Branch: perl
24783        ! Copying README ext/B/README lib/Getopt/Long.pm
24784 ____________________________________________________________________________
24785 [  1870] By: gsar                                  on 1998/09/24  07:11:56
24786     Log: From:    Dan Sugalski <sugalskd@osshe.edu>
24787          Date:    Fri, 14 Aug 1998 09:20:16 PDT
24788          Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
24789          Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
24790  Branch: perl
24791        ! configure.com
24792 ____________________________________________________________________________
24793 [  1869] By: gsar                                  on 1998/09/24  06:55:59
24794     Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
24795          From:    Scott Henry <scotth@sgi.com>
24796          Date:    13 Aug 1998 09:52:15 PDT
24797          Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
24798          Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
24799  Branch: perl
24800        ! hints/irix_6.sh
24801 ____________________________________________________________________________
24802 [  1868] By: gsar                                  on 1998/09/24  06:51:23
24803     Log: From:    Nathan Torkington <gnat@frii.com>
24804          Date:    Thu, 13 Aug 1998 10:59:48 MDT
24805          Message-Id: <199808131659.KAA06179@prometheus.frii.com>
24806          Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
24807  Branch: perl
24808        ! pod/perlfunc.pod
24809 ____________________________________________________________________________
24810 [  1867] By: gsar                                  on 1998/09/24  06:45:13
24811     Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
24812          that are autoloaded)
24813  Branch: perl
24814        ! pp_ctl.c
24815 ____________________________________________________________________________
24816 [  1866] By: gsar                                  on 1998/09/24  05:21:19
24817     Log: grandfather deprecated "$$<digit>" no more
24818  Branch: perl
24819        ! pod/perldiag.pod toke.c
24820 ____________________________________________________________________________
24821 [  1865] By: gsar                                  on 1998/09/24  04:52:48
24822     Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
24823          low bits (suggested by Ilya Zakharevich)
24824  Branch: perl
24825        ! hv.h
24826 ____________________________________________________________________________
24827 [  1864] By: gsar                                  on 1998/09/24  04:29:14
24828     Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
24829          perly_c.diff
24830  Branch: perl
24831        ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
24832        ! perly_c.diff toke.c
24833 ____________________________________________________________________________
24834 [  1863] By: gsar                                  on 1998/09/24  03:36:30
24835     Log: provide locked access to string table for USE_THREADS
24836  Branch: perl
24837        ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
24838 ____________________________________________________________________________
24839 [  1862] By: gsar                                  on 1998/09/24  03:30:32
24840     Log: remove bogus warn()
24841  Branch: perl
24842        ! embed.pl
24843 ____________________________________________________________________________
24844 [  1861] By: gsar                                  on 1998/09/24  02:58:51
24845     Log: applied suggested patch, adapted for all platforms
24846          From: jan.dubois@ibm.net (Jan Dubois)
24847          Date: Sun, 20 Sep 1998 12:56:38 +0200
24848          Message-ID: <3604de0c.12319885@smtp1.ibm.net>
24849          Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
24850  Branch: perl
24851        ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
24852        ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
24853        ! lib/ExtUtils/MakeMaker.pm
24854 ____________________________________________________________________________
24855 [  1860] By: gsar                                  on 1998/09/24  02:16:14
24856     Log: upgrade to CPAN-1.40
24857  Branch: perl
24858        ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
24859 ____________________________________________________________________________
24860 [  1859] By: gsar                                  on 1998/09/24  02:08:59
24861     Log: use $ENV{MAKEMAKEROPT} to set default command line args
24862  Branch: perl
24863        ! lib/ExtUtils/MakeMaker.pm
24864 ____________________________________________________________________________
24865 [  1857] By: gsar                                  on 1998/09/23  10:58:36
24866     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24867          Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
24868          Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
24869          Subject: More verbose Test::Harness [PATCH]
24870  Branch: perl
24871        ! lib/Test/Harness.pm
24872 ____________________________________________________________________________
24873 [  1856] By: gsar                                  on 1998/09/23  10:56:24
24874     Log: update hints for OPENSTEP 4.2 on i386
24875          From: Gerben Wierda <Gerben_Wierda@RnA.nl>
24876          Date: Sun, 20 Sep 1998 01:03:18 +0200
24877          Message-Id: <9809192303.AA29190@Spike>
24878          Subject: Perl 5.005_02 compilation problems
24879  Branch: perl
24880        ! hints/next_4.sh
24881 ____________________________________________________________________________
24882 [  1855] By: gsar                                  on 1998/09/23  10:52:27
24883     Log: reset errno after C<require> search (as suggested by Larry)
24884  Branch: perl
24885        ! pp_ctl.c
24886 ____________________________________________________________________________
24887 [  1854] By: gsar                                  on 1998/09/23  10:50:26
24888     Log: misc pod tweaks
24889  Branch: perl
24890        ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
24891 ____________________________________________________________________________
24892 [  1853] By: gsar                                  on 1998/09/23  10:46:06
24893     Log: make Pod/Html.pm handle the --title option properly (as suggested
24894          by gml4410@ggr.co.uk)
24895  Branch: perl
24896        ! lib/Pod/Html.pm
24897 ____________________________________________________________________________
24898 [  1852] By: gsar                                  on 1998/09/23  10:41:39
24899     Log: SSNEW() API for allocating memory on the savestack
24900          From: Albert Dvornik <bert@genscan.com>
24901          Date: 17 Sep 1998 19:23:07 -0400
24902          Message-Id: <tqemtae338.fsf@puma.genscan.com>
24903          Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
24904  Branch: perl
24905        ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
24906        ! perl.h proto.h scope.c scope.h t/io/tell.t
24907 ____________________________________________________________________________
24908 [  1851] By: gsar                                  on 1998/09/23  10:37:05
24909     Log: From: Jochen Wiedmann <joe@ispsoft.de>
24910          Date: Thu, 17 Sep 1998 17:16:06 +0200
24911          Message-ID: <360127B6.E44564A@ispsoft.de>
24912          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
24913  Branch: perl
24914        ! lib/ExtUtils/MakeMaker.pm
24915 ____________________________________________________________________________
24916 [  1850] By: gsar                                  on 1998/09/23  10:33:05
24917     Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
24918          Date: 15 Sep 1998 01:32:31 +0200
24919          Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
24920          Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
24921  Branch: perl
24922        ! lib/ExtUtils/MM_Unix.pm
24923 ____________________________________________________________________________
24924 [  1849] By: gsar                                  on 1998/09/23  10:29:04
24925     Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
24926          Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
24927          Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
24928          Subject: Re: extralibs.ld problem in MM_VMS.pm
24929  Branch: perl
24930        ! lib/ExtUtils/MM_VMS.pm
24931 ____________________________________________________________________________
24932 [  1848] By: gsar                                  on 1998/09/23  10:25:24
24933     Log: From: Roderick Schertler <roderick@argon.org>
24934          Date: 11 Sep 1998 16:19:21 -0400
24935          Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
24936          Subject: Re: Open2 and memory leaks
24937  Branch: perl
24938        ! lib/IPC/Open3.pm
24939 ____________________________________________________________________________
24940 [  1847] By: gsar                                  on 1998/09/23  10:18:31
24941     Log: From: Roderick Schertler <roderick@argon.org>
24942          Date: Wed, 09 Sep 1998 23:52:48 -0400
24943          Message-ID: <20567.905399568@eeyore.ibcinc.com>
24944          Subject: seed srand from /dev/urandom when possible
24945  Branch: perl
24946        ! pod/perlfunc.pod pp.c
24947 ____________________________________________________________________________
24948 [  1846] By: gsar                                  on 1998/09/23  10:12:22
24949     Log: From: Roderick Schertler <roderick@argon.org>
24950          Date: Thu, 10 Sep 1998 00:32:17 -0400
24951          Message-ID: <21142.905401937@eeyore.ibcinc.com>
24952          Subject: doc update for crypt()'s salt
24953  Branch: perl
24954        ! pod/perlfunc.pod
24955 ____________________________________________________________________________
24956 [  1845] By: gsar                                  on 1998/09/23  10:09:23
24957     Log: fix h2ph handling of C<#error "foo">
24958          From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
24959          Date: Thu, 10 Sep 1998 09:59:33 +0900
24960          Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
24961          Subject: [5.005_02] h2ph problem
24962  Branch: perl
24963        ! utils/h2ph.PL
24964 ____________________________________________________________________________
24965 [  1844] By: gsar                                  on 1998/09/23  10:06:13
24966     Log: plug strictly private function leaks in API listing
24967  Branch: perl
24968        ! pod/perlguts.pod
24969 ____________________________________________________________________________
24970 [  1843] By: gsar                                  on 1998/09/23  10:02:57
24971     Log: hide symbol for static build
24972          From: Dominic Dunlop <domo@vo.lu>
24973          Date: Tue, 8 Sep 1998 21:40:46 +0000
24974          Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
24975          Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
24976  Branch: perl
24977        ! regcomp.c
24978 ____________________________________________________________________________
24979 [  1842] By: gsar                                  on 1998/09/23  09:52:46
24980     Log: define PUT_svindex(), PUT_opindex()
24981  Branch: perl
24982        ! ext/B/B/Assembler.pm
24983 ____________________________________________________________________________
24984 [  1841] By: gsar                                  on 1998/09/23  09:44:25
24985     Log: From: Dominic Dunlop <domo@vo.lu>
24986          Date: Tue, 8 Sep 1998 15:34:53 +0000
24987          Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
24988          Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
24989  Branch: perl
24990        ! t/pragma/warn/regexec
24991 ____________________________________________________________________________
24992 [  1840] By: gsar                                  on 1998/09/23  09:42:17
24993     Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
24994  Branch: perl
24995        ! win32/bin/pl2bat.pl
24996 ____________________________________________________________________________
24997 [  1839] By: gsar                                  on 1998/09/23  09:38:18
24998     Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
24999          Date: Mon, 7 Sep 1998 17:36:09 +0900
25000          Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
25001          Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
25002  Branch: perl
25003        ! ext/Thread/Thread.xs
25004 ____________________________________________________________________________
25005 [  1838] By: gsar                                  on 1998/09/23  09:21:11
25006     Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
25007          Date: Thu, 10 Sep 1998 00:02:07 -0400
25008          Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
25009          Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
25010  Branch: perl
25011        + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
25012        + vos/config.h vos/config_h.SH_orig vos/perl.bind
25013        + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
25014        ! MANIFEST perl.c perl.h pod/perlport.pod
25015 ____________________________________________________________________________
25016 [  1837] By: gsar                                  on 1998/09/23  08:45:58
25017     Log: (via private mail)
25018          From: Charles Bailey <BAILEY@newman.upenn.edu>
25019          Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
25020          Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
25021          Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
25022  Branch: perl
25023        ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
25024        ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
25025        ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
25026        ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
25027        ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
25028        ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
25029        ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
25030        ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
25031        ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
25032        ! vms/writemain.pl
25033 ____________________________________________________________________________
25034 [  1836] By: gsar                                  on 1998/09/23  08:17:42
25035     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25036          Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
25037          Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
25038          Subject: [PATCH 5.005_*] OS/2 spawning typos
25039  Branch: perl
25040        ! os2/os2.c
25041 ____________________________________________________________________________
25042 [  1835] By: gsar                                  on 1998/09/23  08:09:55
25043     Log: warn on C<my($foo,$foo)>
25044  Branch: perl
25045        ! op.c pod/perldiag.pod
25046 ____________________________________________________________________________
25047 [  1834] By: gsar                                  on 1998/09/23  07:35:56
25048     Log: From: pvhp@forte.com (Peter Prymmer)
25049          Date: Fri, 4 Sep 98 13:27:41 PDT
25050          Message-Id: <9809042027.AA04463@forte.com>
25051          Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
25052  Branch: perl
25053        ! README.vms
25054 ____________________________________________________________________________
25055 [  1833] By: gsar                                  on 1998/09/23  07:27:34
25056     Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
25057          Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
25058          Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
25059          Subject: PATCH: 5.005_02 hint/hpux.sh
25060  Branch: perl
25061        ! hints/hpux.sh
25062 ____________________________________________________________________________
25063 [  1832] By: gsar                                  on 1998/09/23  07:22:40
25064     Log: fix (some) installhtml bugs
25065          From: Larry Parmelee <parmelee@CS.Cornell.EDU>
25066          Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
25067          Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
25068          Subject: installhtml script needs work
25069  Branch: perl
25070        ! installhtml
25071 ____________________________________________________________________________
25072 [  1831] By: gsar                                  on 1998/09/23  07:19:30
25073     Log: document 'U' magic with examples
25074          From: Alan Burlison <Alan.Burlison@UK.Sun.com>
25075          Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
25076          Message-Id: <199809011455.PAA00631@sale-wts>
25077          Subject: Re: Looking for some XS MAGIC examples...
25078  Branch: perl
25079        ! pod/perlguts.pod
25080 ____________________________________________________________________________
25081 [  1830] By: gsar                                  on 1998/09/23  07:16:43
25082     Log: From: pvhp@forte.com (Peter Prymmer)
25083          Date: Mon, 31 Aug 98 17:13:49 PDT
25084          Message-Id: <9809010013.AA06737@forte.com>
25085          Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
25086  Branch: perl
25087        ! README.os390
25088 ____________________________________________________________________________
25089 [  1829] By: gsar                                  on 1998/09/23  07:15:08
25090     Log: fix problematic typecast in filter_del()
25091          From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
25092          Date: Mon, 31 Aug 1998 21:13:11 GMT
25093          Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
25094          Subject: perl5.005_02 does not build on Cray T90
25095  Branch: perl
25096        ! toke.c
25097 ____________________________________________________________________________
25098 [  1828] By: gsar                                  on 1998/09/23  07:11:34
25099     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25100          Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
25101          Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
25102          Subject: [PATCH 5.005_5*] (?>) broken in RE
25103  Branch: perl
25104        ! regexec.c t/op/re_tests
25105 ____________________________________________________________________________
25106 [  1827] By: gsar                                  on 1998/09/23  07:09:50
25107     Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
25108  Branch: perl
25109        ! t/op/grent.t t/op/groups.t
25110 ____________________________________________________________________________
25111 [  1826] By: gsar                                  on 1998/09/23  07:03:16
25112     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
25113          Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
25114          Message-Id: <199808121941.WAA06263@alpha.hut.fi>
25115          Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
25116  Branch: perl
25117        - interp.sym
25118        ! MANIFEST Makefile.SH embed.pl perl_exp.SH
25119 ____________________________________________________________________________
25120 [  1825] By: gsar                                  on 1998/09/23  06:56:40
25121     Log: re-introduce change#1703
25122  Branch: perl
25123        ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
25124 ____________________________________________________________________________
25125 [  1824] By: gsar                                  on 1998/09/23  06:44:19
25126     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25127          Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
25128          Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
25129          Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
25130  Branch: perl
25131        ! lib/perl5db.pl
25132 ____________________________________________________________________________
25133 [  1823] By: gsar                                  on 1998/09/23  06:41:34
25134         Log: From: Joe Buehler <jhpb@hekimian.com>
25135              Date: 29 Aug 1998 17:13:28 -0400
25136              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
25137              Subject: patches for perl 5.005_51 under U/WIN
25138      Branch: perl
25139            + hints/uwin.sh
25140            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
25141            ! t/lib/posix.t
25142 ____________________________________________________________________________
25143 [  1822] By: gsar                                  on 1998/09/23  06:36:59
25144         Log: add missing C<no utf8;> tweak from Larry
25145      Branch: perl
25146            ! t/op/subst.t
25147 ____________________________________________________________________________
25148 [  1821] By: gsar                                  on 1998/09/23  06:27:51
25149         Log: s/runops/CALLRUNOPS/
25150      Branch: perl
25151            ! cc_runtime.h
25152 ____________________________________________________________________________
25153 [  1820] By: gsar                                  on 1998/09/23  06:24:49
25154         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
25155      Branch: perl
25156           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
25157           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
25158           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
25159           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
25160           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
25161           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
25162           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
25163           +> t/pragma/warn/util
25164            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
25165            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
25166            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
25167            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
25168            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
25169            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
25170            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
25171            - t/pragma/warn-util
25172            ! MANIFEST t/pragma/warning.t
25173 ____________________________________________________________________________
25174 [  1819] By: gsar                                  on 1998/09/23  06:08:46
25175         Log: make \(%foo) return refs to values (not copies of values)
25176              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
25177              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
25178              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
25179              --
25180              From: Roderick Schertler <roderick@argon.org>
25181              Date: Sat, 29 Aug 1998 00:58:33 -0400
25182              Message-ID: <29894.904366713@eeyore.ibcinc.com>
25183              Subject: Re: \(%x) problems
25184      Branch: perl
25185            ! doop.c pod/perlref.pod
25186 ____________________________________________________________________________
25187 [  1818] By: gsar                                  on 1998/09/23  06:05:08
25188         Log: make h2xs generate ANSI prototypes
25189      Branch: perl
25190            ! utils/h2xs.PL
25191 ____________________________________________________________________________
25192 [  1817] By: gsar                                  on 1998/09/23  05:57:16
25193         Log: updated usethreads hints for hpux 10.X
25194              From: Matthew T Harden <mthard@mthard1.monsanto.com>
25195              Date: Fri, 28 Aug 1998 14:10:42 GMT
25196              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
25197              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
25198      Branch: perl
25199            ! hints/hpux.sh perl.h
25200 ____________________________________________________________________________
25201 [  1816] By: gsar                                  on 1998/09/23  05:53:31
25202         Log: don't create empty directories in installperl
25203              From: Robin Barker <rmb1@cise.npl.co.uk>
25204              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
25205              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
25206              Subject: [PATCH 5.005_02] install: empty dirs
25207      Branch: perl
25208            ! installperl
25209 ____________________________________________________________________________
25210 [  1815] By: gsar                                  on 1998/09/23  05:50:36
25211         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
25212              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25213              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
25214              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
25215              Subject: Re: your mail
25216      Branch: perl
25217            ! regexec.c t/op/re_tests
25218 ____________________________________________________________________________
25219 [  1814] By: gsar                                  on 1998/09/23  05:45:17
25220         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
25221              Date: Thu, 20 Aug 1998 20:59:03 -0400
25222              Message-ID: <19980820205903.A12908@O2.chapin.edu>
25223              Subject: [PATCH] h2ph misquotes #error directives
25224      Branch: perl
25225            ! t/lib/h2ph.pht utils/h2ph.PL
25226 ____________________________________________________________________________
25227 [  1813] By: gsar                                  on 1998/09/23  05:42:41
25228         Log: patch to support computed regular subexpressions
25229              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25230              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
25231              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
25232              Subject: [5.005_5* PATCH] Postponed RE - now!
25233      Branch: perl
25234            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
25235            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
25236 ____________________________________________________________________________
25237 [  1812] By: gsar                                  on 1998/09/23  05:26:26
25238         Log: better CR-handling on shebang line and in formats (fixed variant of
25239              patch suggested by Igor Sysoev <igor@nitek.ru>)
25240      Branch: perl
25241            ! perl.c toke.c
25242 ____________________________________________________________________________
25243 [  1811] By: gsar                                  on 1998/09/23  04:35:46
25244         Log: document non-loopish blocks better
25245              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
25246              Date: Tue, 18 Aug 1998 12:28:36 +0100
25247              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
25248              Subject: Re: next in do {} while block gives error message
25249      Branch: perl
25250            ! pod/perlfunc.pod
25251 ____________________________________________________________________________
25252 [  1810] By: gsar                                  on 1998/09/23  04:12:05
25253         Log: fix bogus integerization of pop()'s return value
25254              From: Gurusamy Sarathy <gsar@engin.umich.edu>
25255              Date: Sat, 15 Aug 1998 23:27:54 -0400
25256              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
25257              Subject: Re: Complex expression does integer arithmetic 
25258      Branch: perl
25259            ! opcode.h opcode.pl
25260 ____________________________________________________________________________
25261 [  1809] By: gsar                                  on 1998/09/23  04:09:43
25262         Log: tweak README.win32
25263      Branch: perl
25264            ! README.win32
25265 ____________________________________________________________________________
25266 [  1808] By: gsar                                  on 1998/09/23  03:40:57
25267         Log: better diagnostic for do{} used as lvalue
25268      Branch: perl
25269            ! op.c pod/perlport.pod
25270 ____________________________________________________________________________
25271 [  1807] By: gsar                                  on 1998/09/23  03:38:30
25272         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
25273              From: hansm@icgroup.nl
25274              Date: Tue, 11 Aug 98 21:08:51 +0200
25275              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
25276              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
25277      Branch: perl
25278            ! malloc.c
25279 ____________________________________________________________________________
25280 [  1806] By: gsar                                  on 1998/09/23  03:36:08
25281         Log: support make written in perl (aka "pmake") on win32
25282      Branch: perl
25283            ! lib/ExtUtils/MM_Win32.pm
25284 ____________________________________________________________________________
25285 [  1805] By: gsar                                  on 1998/09/23  03:30:07
25286         Log: fix mismatched UV/U32 types for to_utf8_*()
25287      Branch: perl
25288            ! utf8.c
25289 ____________________________________________________________________________
25290 [  1804] By: gsar                                  on 1998/09/23  03:22:22
25291         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
25292              Date: Sun, 9 Aug 1998 22:38:23 +0200
25293              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
25294              Subject: [PATCH 5.5002] dos-djgpp update
25295      Branch: perl
25296            ! t/io/fs.t
25297 ____________________________________________________________________________
25298 [  1803] By: gsar                                  on 1998/09/23  03:20:13
25299         Log: apply minimal variant of patch (sent via private mail)
25300              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
25301              Date: Wed, 12 Aug 1998 15:42:35 +0300
25302              Message-Id: <199808121242.PAA29761@comanche.spices>
25303              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
25304      Branch: perl
25305            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
25306            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
25307 ____________________________________________________________________________
25308 [  1802] By: gsar                                  on 1998/09/23  03:03:39
25309         Log: adjust searchdict.t for EBCDIC (still needs documenting)
25310              From: pvhp@forte.com (Peter Prymmer)
25311              Date: Thu, 6 Aug 98 18:09:39 PDT
25312              Message-Id: <9808070109.AA06158@forte.com>
25313              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
25314      Branch: perl
25315            ! README.os390 t/lib/searchdict.t
25316 ____________________________________________________________________________
25317 [  1801] By: gsar                                  on 1998/09/23  02:54:15
25318         Log: silence redefined warning for XS(INIT) {}
25319      Branch: perl
25320            ! op.c
25321 ____________________________________________________________________________
25322 [  1800] By: gsar                                  on 1998/09/23  02:42:23
25323         Log: support match indices via special variables @- and @+
25324              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25325              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
25326              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
25327              Subject: [PATCH 5.004_76] @- and @+
25328      Branch: perl
25329            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
25330            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
25331 ____________________________________________________________________________
25332 [  1799] By: gsar                                  on 1998/09/23  01:44:31
25333         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25334              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
25335              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
25336              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
25337      Branch: perl
25338            ! regcomp.c t/op/re_tests
25339 ____________________________________________________________________________
25340 [  1798] By: gsar                                  on 1998/09/23  01:39:23
25341         Log: integrate maint-5.005 changes (except conflicting change#1794)
25342      Branch: perl
25343            ! Changes
25344           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
25345           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
25346           !> win32/win32.h
25347 ____________________________________________________________________________
25348 [  1797] By: gsar                                  on 1998/09/23  01:32:36
25349         Log: add note to win32/Makefile about setting CCHOME
25350      Branch: perl
25351            ! win32/Makefile win32/makefile.mk
25352 ____________________________________________________________________________
25353 [  1796] By: gsar                                  on 1998/09/23  01:31:32
25354         Log: perl.pod tweak
25355      Branch: perl
25356            ! pod/perl.pod
25357 ____________________________________________________________________________
25358 [  1795] By: gsar                                  on 1998/09/21  20:34:10
25359         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
25360      Branch: perl
25361            ! lib/ExtUtils/xsubpp
25362 ____________________________________________________________________________
25363 [  1789] By: gsar                                  on 1998/09/18  18:01:37
25364         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
25365      Branch: perl
25366            ! cop.h t/cmd/for.t
25367 ____________________________________________________________________________
25368 [  1788] By: gsar                                  on 1998/09/17  02:19:11
25369         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
25370      Branch: perl
25371            ! win32/config.bc win32/config.gc win32/config.vc
25372 ____________________________________________________________________________
25373 [  1787] By: gsar                                  on 1998/09/17  01:45:14
25374         Log: suppress bogus warning on C<sub x {} x()>
25375      Branch: perl
25376            ! toke.c
25377 ____________________________________________________________________________
25378 [  1786] By: gsar                                  on 1998/09/17  01:42:51
25379         Log: ntohl typo in objXSUB.h
25380      Branch: perl
25381            ! objXSUB.h
25382 ____________________________________________________________________________
25383 [  1785] By: gsar                                  on 1998/09/17  01:41:48
25384         Log: fill gaps in sig_* entries in win32/config.?c
25385      Branch: perl
25386            ! win32/config.bc win32/config.gc win32/config.vc
25387 ____________________________________________________________________________
25388 [  1781] By: larry                                 on 1998/09/05  23:48:24
25389         Log: tr/// logic was hosed under utf8
25390      Branch: perl
25391            ! doop.c op.c op.h pp.c proto.h
25392 ____________________________________________________________________________
25393 [  1780] By: larry                                 on 1998/09/05  23:44:16
25394         Log: several new tests needed tweaking to work under utf8
25395      Branch: perl
25396            ! t/comp/require.t t/op/pack.t t/op/substr.t
25397 ____________________________________________________________________________
25398 [  1779] By: larry                                 on 1998/09/05  23:41:42
25399         Log: index() applied BM optimization to wrong argument
25400      Branch: perl
25401            ! op.c util.c
25402 ____________________________________________________________________________
25403 [  1778] By: larry                                 on 1998/09/05  23:38:29
25404         Log: Implicit require during compile reset line numbering
25405      Branch: perl
25406            ! pp_ctl.c
25407
25408 ----------------
25409 Version 5.005_51
25410 ----------------
25411
25412 ____________________________________________________________________________
25413 [  1777] By: gsar                                  on 1998/08/10  07:02:38
25414         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
25415              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
25416              lexical warning testsuite for win32
25417      Branch: perl
25418            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
25419            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
25420            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
25421            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
25422            ! win32/Makefile win32/makefile.mk
25423 ____________________________________________________________________________
25424 [  1776] By: gsar                                  on 1998/08/09  17:53:48
25425         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
25426      Branch: perl
25427            ! Changes MANIFEST perl.c pod/perlhist.pod
25428 ____________________________________________________________________________
25429 [  1775] By: gsar                                  on 1998/08/09  14:35:33
25430         Log: tweak warning test
25431      Branch: perl
25432            ! t/pragma/warn-toke
25433 ____________________________________________________________________________
25434 [  1774] By: gsar                                  on 1998/08/09  14:13:46
25435         Log: add missing dTHR; notes for test failures due to small stacksize
25436      Branch: perl
25437            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
25438            ! toke.c universal.c util.c
25439 ____________________________________________________________________________
25440 [  1773] By: gsar                                  on 1998/08/09  11:31:53
25441         Log: lexical warnings; tweaks to places that didn't apply correctly
25442              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
25443              Date:    Wed, 29 Jul 1998 09:28:45 BST
25444              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
25445              Subject: lexical warnings patch for 5.005_50
25446      Branch: perl
25447            + README.lexwarn lib/warning.pm t/pragma/warn-2use
25448            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
25449            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
25450            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
25451            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
25452            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
25453            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
25454            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
25455            + warning.h warning.pl
25456            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
25457            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
25458            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
25459            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
25460            ! universal.c util.c
25461 ____________________________________________________________________________
25462 [  1772] By: gsar                                  on 1998/08/08  23:06:00
25463         Log: bump patchlevel to 5.005_51
25464      Branch: perl
25465            ! patchlevel.h win32/Makefile win32/config_H.bc
25466            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
25467 ____________________________________________________________________________
25468 [  1771] By: gsar                                  on 1998/08/08  23:01:57
25469         Log: fix bogus warning on "\x{123}"
25470              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
25471              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
25472              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
25473              Subject: [5.005_50 PATCH] Some unicode problems
25474      Branch: perl
25475            ! regcomp.c toke.c
25476 ____________________________________________________________________________
25477 [  1770] By: gsar                                  on 1998/08/08  22:56:55
25478         Log: hide dup symbol for static build of ext/re
25479              From: Dominic Dunlop <domo@ppp72.vo.lu>
25480              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
25481              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
25482              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
25483      Branch: perl
25484            ! regcomp.c
25485 ____________________________________________________________________________
25486 [  1769] By: gsar                                  on 1998/08/08  22:45:06
25487         Log: fix double free on -Mutf8 -e '$b=uc("")'
25488              From: larry@wall.org (Larry Wall)
25489              Date: Fri, 7 Aug 1998 14:42:43 -0700
25490              Message-Id: <199808072142.OAA14920@wall.org>
25491              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
25492      Branch: perl
25493            ! pp.c
25494 ____________________________________________________________________________
25495 [  1768] By: gsar                                  on 1998/08/08  22:42:29
25496         Log: substr() assumes utf8 without say-so
25497              From: larry@wall.org (Larry Wall)
25498              Date: Fri, 7 Aug 1998 12:25:12 -0700
25499              Message-Id: <199808071925.MAA13436@wall.org>
25500              Subject: [PATCH 5.005_50] substr bug?
25501      Branch: perl
25502            ! pp.c
25503 ____________________________________________________________________________
25504 [  1767] By: gsar                                  on 1998/08/08  22:38:25
25505         Log: fix intolerance of SWASHes for blank lines
25506              From: Gisle Aas <aas@sn.no>
25507              Date: 06 Aug 1998 23:28:57 +0200
25508              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
25509              Subject: Re: Re[2]: another joyride begins
25510      Branch: perl
25511            ! lib/utf8_heavy.pl
25512 ____________________________________________________________________________
25513 [  1766] By: gsar                                  on 1998/08/08  22:33:10
25514         Log: utf8 doc tweak
25515              From: Gisle Aas <aas@sn.no>
25516              Date: 05 Aug 1998 00:41:04 +0200
25517              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
25518              Subject: Matching clumps
25519      Branch: perl
25520            ! lib/utf8.pm
25521 ____________________________________________________________________________
25522 [  1765] By: gsar                                  on 1998/08/08  22:31:37
25523         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
25524              From: Gisle Aas <aas@sn.no>
25525              Date: 04 Aug 1998 22:56:11 +0200
25526              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
25527              Subject: Re: another joyride begins
25528      Branch: perl
25529            ! lib/utf8_heavy.pl
25530 ____________________________________________________________________________
25531 [  1764] By: gsar                                  on 1998/08/08  22:28:43
25532         Log: From: larry@wall.org (Larry Wall)
25533              Date: Tue, 4 Aug 1998 17:04:51 -0700
25534              Message-Id: <199808050004.RAA22592@wall.org>
25535              Subject: [PATCH 5.005_50] \pX not implemented!
25536      Branch: perl
25537            ! regcomp.c
25538 ____________________________________________________________________________
25539 [  1763] By: gsar                                  on 1998/08/08  22:27:15
25540         Log: From: Stephen McCamant <alias@mcs.com>
25541              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
25542              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
25543              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
25544      Branch: perl
25545            ! op.c
25546 ____________________________________________________________________________
25547 [  1762] By: gsar                                  on 1998/08/08  22:26:09
25548         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
25549              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
25550              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
25551              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
25552      Branch: perl
25553            + t/op/grent.t t/op/pwent.t
25554            ! MANIFEST
25555 ____________________________________________________________________________
25556 [  1761] By: gsar                                  on 1998/08/08  22:21:52
25557         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25558              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
25559              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
25560              Subject: [5.005_50 PATCH] misprint in RE engine
25561      Branch: perl
25562            ! regexec.c t/op/re_tests
25563 ____________________________________________________________________________
25564 [  1760] By: gsar                                  on 1998/08/08  22:18:54
25565         Log: integrate maint-5.005 changes into mainline
25566      Branch: perl
25567           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
25568           !> (integrate 138 files)
25569 ____________________________________________________________________________
25570 [  1672] By: gsar                                  on 1998/07/27  18:35:28
25571         Log: create new Changes
25572      Branch: perl
25573            + Changes
25574            ! Changes5.005 MANIFEST
25575 ____________________________________________________________________________
25576 [  1671] By: gsar                                  on 1998/07/27  18:30:57
25577         Log: rename Changes --> Changes5.005
25578      Branch: perl
25579           +> Changes5.005
25580            - Changes
25581 ____________________________________________________________________________
25582 [  1670] By: gsar                                  on 1998/07/27  18:10:14
25583         Log: integrate 5.005_01 changes from maint
25584      Branch: perl
25585            ! Changes
25586           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
25587           !> win32/win32.c
25588 ____________________________________________________________________________
25589 [  1667] By: nick                                  on 1998/07/26  14:31:01
25590         Log: Add dTHR so that it compiles miniperl in threaded mode
25591      Branch: perl
25592            ! doop.c mg.c regcomp.c regexec.c
25593 ____________________________________________________________________________
25594 [  1666] By: nick                                  on 1998/07/26  13:01:10
25595         Log: Resolve ansiperl against mainline (@1648?)
25596              Unclear that change number has "taken".
25597      Branch: ansiperl
25598           +> (branch 169 files)
25599            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
25600           !> (integrate 131 files)
25601
25602 ----------------
25603 Version 5.005_50
25604 ----------------
25605
25606 ____________________________________________________________________________
25607 [  1665] By: gsar                                  on 1998/07/26  05:38:48
25608         Log: add trailing newline to file
25609      Branch: perl
25610            ! Changes lib/unicode/blocks.txt
25611 ____________________________________________________________________________
25612 [  1664] By: gsar                                  on 1998/07/26  05:08:48
25613         Log: integrate proto.h additions from maint-5.005
25614      Branch: perl
25615           !> pod/perlhist.pod proto.h
25616 ____________________________________________________________________________
25617 [  1663] By: gsar                                  on 1998/07/26  05:07:05
25618         Log: add new files to MANIFEST; add missing prototypes to proto.h;
25619              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
25620              add typecasts to silence warnings; tweaks for win32 builds
25621      Branch: perl
25622            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
25623            ! win32/Makefile win32/makefile.mk
25624 ____________________________________________________________________________
25625 [  1662] By: gsar                                  on 1998/07/26  05:01:52
25626         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
25627      Branch: maint-5.005/perl
25628            ! pod/perlhist.pod proto.h
25629 ____________________________________________________________________________
25630 [  1661] By: gsar                                  on 1998/07/26  02:52:48
25631         Log: up patchlevel to 5.005_50
25632      Branch: perl
25633            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
25634            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
25635 ____________________________________________________________________________
25636 [  1660] By: gsar                                  on 1998/07/26  02:43:57
25637         Log: integrate utfperl
25638      Branch: perl
25639           +> (branch 162 files)
25640           !> (integrate 29 files)
25641 ____________________________________________________________________________
25642 [  1659] By: gsar                                  on 1998/07/26  02:38:22
25643         Log: integrate maint-5.005 changes
25644      Branch: perl
25645           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
25646           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
25647           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
25648           !> vms/descrip_mms.template vms/subconfigure.com
25649 ____________________________________________________________________________
25650 [  1658] By: gsar                                  on 1998/07/26  02:23:46
25651         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
25652              Date: Fri, 24 Jul 1998 11:38:25 -0700
25653              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
25654              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
25655              --
25656              Date: Fri, 24 Jul 1998 12:30:36 -0700
25657              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
25658              Subject: [PATCH 5.005]Tweaks to README.vms
25659              --
25660              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
25661              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
25662              Subject: [PATCH 5.005] Final build cleanup patch
25663      Branch: maint-5.005/perl
25664            ! README.vms vms/descrip_mms.template vms/subconfigure.com
25665 ____________________________________________________________________________
25666 [  1657] By: gsar                                  on 1998/07/26  02:19:50
25667         Log: another platform where pp_sselect() needs a whole fd_set buffer
25668              From: Lupe Christoph <lupe@alanya.m.isar.de>
25669              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
25670              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
25671              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
25672      Branch: maint-5.005/perl
25673            ! pp_sys.c
25674 ____________________________________________________________________________
25675 [  1656] By: gsar                                  on 1998/07/26  02:12:46
25676         Log: fix problem building modules on dos-djgpp
25677              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
25678              Date: Sat, 25 Jul 1998 00:53:39 +0200
25679              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
25680              Subject: [PATCH 5.005] dos-djgpp and modules problem
25681      Branch: maint-5.005/perl
25682            ! djgpp/fixpmain
25683 ____________________________________________________________________________
25684 [  1655] By: gsar                                  on 1998/07/26  02:11:09
25685         Log: From: Tom Spindler <dogcow@home.merit.edu>
25686              Date: Wed, 22 Jul 1998 16:11:07 -0400
25687              Message-ID: <19980722161107.A16813@home.merit.edu>
25688              Subject: [PATCH 5.005] BeOS tweak
25689      Branch: maint-5.005/perl
25690            ! hints/beos.sh
25691 ____________________________________________________________________________
25692 [  1654] By: gsar                                  on 1998/07/26  02:09:29
25693         Log: various pod tweaks
25694      Branch: maint-5.005/perl
25695            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
25696            ! pod/perltoc.pod
25697 ____________________________________________________________________________
25698 [  1653] By: gsar                                  on 1998/07/26  02:05:46
25699         Log: fix emacs/ptags for PL_* changes
25700              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25701              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
25702              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
25703              Subject: [PATCH 5.004_76] Yet better ptags
25704      Branch: maint-5.005/perl
25705            ! emacs/ptags
25706 ____________________________________________________________________________
25707 [  1652] By: gsar                                  on 1998/07/26  02:03:01
25708         Log: fix behavior of <=> on bigints
25709              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
25710              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
25711              Date: Fri, 24 Jul 1998 18:29:53 +0100
25712              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
25713      Branch: maint-5.005/perl
25714            ! lib/Math/BigInt.pm t/lib/bigintpm.t
25715 ____________________________________________________________________________
25716 [  1651] By: larry                                 on 1998/07/24  05:44:33
25717         Log: Here are the long-expected Unicode/UTF-8 modifications.
25718      Branch: utfperl
25719            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
25720            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
25721            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
25722            + lib/unicode/Decomposition.pl
25723            + lib/unicode/In/AlphabeticPresentationForms.pl
25724            + lib/unicode/In/Arabic.pl
25725            + lib/unicode/In/ArabicPresentationForms-A.pl
25726            + lib/unicode/In/ArabicPresentationForms-B.pl
25727            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
25728            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
25729            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
25730            + lib/unicode/In/BoxDrawing.pl
25731            + lib/unicode/In/CJKCompatibility.pl
25732            + lib/unicode/In/CJKCompatibilityForms.pl
25733            + lib/unicode/In/CJKCompatibilityIdeographs.pl
25734            + lib/unicode/In/CJKSymbolsandPunctuation.pl
25735            + lib/unicode/In/CJKUnifiedIdeographs.pl
25736            + lib/unicode/In/CombiningDiacriticalMarks.pl
25737            + lib/unicode/In/CombiningHalfMarks.pl
25738            + lib/unicode/In/CombiningMarksforSymbols.pl
25739            + lib/unicode/In/ControlPictures.pl
25740            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
25741            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
25742            + lib/unicode/In/EnclosedAlphanumerics.pl
25743            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
25744            + lib/unicode/In/GeneralPunctuation.pl
25745            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
25746            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
25747            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
25748            + lib/unicode/In/HalfwidthandFullwidthForms.pl
25749            + lib/unicode/In/HangulCompatibilityJamo.pl
25750            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
25751            + lib/unicode/In/Hebrew.pl
25752            + lib/unicode/In/HighPrivateUseSurrogates.pl
25753            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
25754            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
25755            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
25756            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
25757            + lib/unicode/In/LatinExtended-A.pl
25758            + lib/unicode/In/LatinExtended-B.pl
25759            + lib/unicode/In/LatinExtendedAdditional.pl
25760            + lib/unicode/In/LetterlikeSymbols.pl
25761            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
25762            + lib/unicode/In/MathematicalOperators.pl
25763            + lib/unicode/In/MiscellaneousSymbols.pl
25764            + lib/unicode/In/MiscellaneousTechnical.pl
25765            + lib/unicode/In/NumberForms.pl
25766            + lib/unicode/In/OpticalCharacterRecognition.pl
25767            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
25768            + lib/unicode/In/SmallFormVariants.pl
25769            + lib/unicode/In/SpacingModifierLetters.pl
25770            + lib/unicode/In/Specials.pl
25771            + lib/unicode/In/SuperscriptsandSubscripts.pl
25772            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
25773            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
25774            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
25775            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
25776            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
25777            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
25778            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
25779            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
25780            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
25781            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
25782            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
25783            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
25784            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
25785            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
25786            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
25787            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
25788            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
25789            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
25790            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
25791            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
25792            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
25793            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
25794            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
25795            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
25796            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
25797            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
25798            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
25799            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
25800            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
25801            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
25802            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
25803            + lib/unicode/JamoShort.pl lib/unicode/Makefile
25804            + lib/unicode/Name.pl lib/unicode/Number.pl
25805            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
25806            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
25807            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
25808            + lib/unicode/blocks.txt lib/unicode/index2.txt
25809            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
25810            + lib/unicode/names2.txt lib/unicode/props2.txt
25811            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
25812            + utf8.c utf8.h
25813            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
25814            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
25815            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
25816            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
25817            ! t/op/vec.t toke.c util.c vms/vmsish.h
25818 ____________________________________________________________________________
25819 [  1650] By: gsar                                  on 1998/07/24  04:06:48
25820         Log: create utfperl branch
25821      Branch: utfperl
25822           +> (branch 1079 files)
25823 ____________________________________________________________________________
25824 [  1649] By: gsar                                  on 1998/07/24  03:56:56
25825         Log: create maint-5.005 branch
25826      Branch: maint-5.005/perl
25827           +> (branch 1079 files)
25828 ____________________________________________________________________________
25829 [  1648] By: gsar                                  on 1998/07/24  03:36:35
25830         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
25831      Branch: perl
25832            ! Changes
25833