The second cut at AIX C++ extension troubles.
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a summary of significant changes
2 between versions and sub-versions of Perl, not necessarily a complete
3 list of each modification.  If you'd like more detailed information,
4 please consult the comments in the patches on which the relevant
5 release of Perl is based.  (Patches can be found on any CPAN
6 site, in the .../src/5.0 directory for full version releases,
7 or in the .../src/5/0/unsupported directory for sub-version
8 releases.)
9
10
11                            ---------------
12                             CAST AND CREW
13                            ---------------
14
15 To give due honor to those who have made Perl what is is today,
16 here are some of the more common names in the Changes file, and their
17 current addresses (as of July 1998):
18
19     Gisle Aas           <gisle@aas.no>
20     Abigail             <abigail@fnx.com>
21     Kenneth Albanowski  <kjahds@kjahds.com>
22     Russ Allbery        <rra@stanford.edu>
23     Spider Boardman     <spider@orb.nashua.nh.us>
24     Tom Christiansen    <tchrist@perl.com>
25     Jan Dubois          <jan.dubois@ibm.net>
26     Hallvard B Furuseth <h.b.furuseth@usit.uio.no>
27     M. J. T. Guy        <mjtg@cus.cam.ac.uk>
28     Jarkko Hietaniemi   <jhi@iki.fi>
29     Nick Ing-Simmons    <nik@tiuk.ti.com>
30     Andreas Koenig      <a.koenig@mind.de>
31     Doug MacEachern     <dougm@opengroup.org>
32     Paul Marquess       <pmarquess@bfsec.bt.co.uk>
33     Stephen McCamant    <alias@mcs.com>
34     Laszlo Molnar       <laszlo.molnar@eth.ericsson.se>
35     Hans Mulder         <hansmu@xs4all.nl>
36     Matthias Neeracher  <neeri@iis.ee.ethz.ch>
37     Jeff Okamoto        <okamoto@hpcc123.corp.hp.com>
38     Ulrich Pfeifer      <pfeifer@charly.informatik.uni-dortmund.de>
39     Tom Phoenix         <rootbeer@teleport.com>
40     Joshua Pritikin     <joshua.pritikin@db.com>
41     Norbert Pueschel    <pueschel@imsdd.meb.uni-bonn.de>
42     Dean Roehrich       <roehrich@cray.com>
43     Hugo van der Sanden <hv@crypt0.demon.co.uk>
44     Roderick Schertler  <roderick@argon.org>
45     Kurt D. Starsinic   <kstar@isinet.com>
46     Dan Sugalski        <sugalskd@osshe.edu>
47     Larry W. Virden     <lvirden@cas.org>
48     Ilya Zakharevich    <ilya@math.ohio-state.edu>
49
50 And the Keepers of the Patch Pumpkin:
51
52     Charles Bailey      <bailey@newman.upenn.edu>
53     Graham Barr         <gbarr@ti.com>
54     Malcolm Beattie     <mbeattie@sable.ox.ac.uk>
55     Tim Bunce           <Tim.Bunce@ig.co.uk>
56     Andy Dougherty      <doughera@lafcol.lafayette.edu>
57     Gurusamy Sarathy    <gsar@umich.edu>
58     Chip Salzenberg     <chip@perl.com>
59
60 And, of course, the Author of Perl:
61
62     Larry Wall          <larry@wall.org>
63
64
65 NOTE: Each change entry shows the change number; who checked it into the
66 repository; when; description of the change; which branch the change
67 happened in; and the affected files.  The file lists have a short symbolic
68 indicator:
69
70             !       modified
71             +       added
72             -       deleted
73             +>      branched (from elsewhere)
74             !>      merged changes (from elsewhere)
75
76
77 ----------------
78 Version 5.005_62        Development release working toward 5.006
79 ----------------
80
81 ____________________________________________________________________________
82 [  4303] By: gsar                                  on 1999/10/06  03:22:46
83         Log: integrate cfgperl contents into mainline
84      Branch: perl
85           +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
86            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
87           !> (integrate 31 files)
88 ____________________________________________________________________________
89 [  4302] By: gsar                                  on 1999/10/06  02:36:53
90         Log: make die/warn and other diagnostics go to wherever STDERR happens
91              to point at; change places that meant Perl_debug_log rather than
92              PerlIO_stderr()
93      Branch: perl
94            ! cop.h doio.c embedvar.h ext/Devel/Peek/Peek.xs
95            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
96            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
97            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
98            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
99            ! ext/DynaLoader/dl_rhapsody.xs ext/DynaLoader/dl_vmesa.xs
100            ! ext/DynaLoader/dl_vms.xs ext/DynaLoader/dlutils.c
101            ! ext/Thread/Thread.xs ext/Thread/typemap intrpvar.h malloc.c
102            ! mg.c objXSUB.h op.c perl.c perl.h perlio.c pp.c pp_ctl.c
103            ! pp_hot.c regexec.c scope.c scope.h sv.c thread.h toke.c util.c
104            ! win32/dl_win32.xs win32/win32.c win32/win32thread.c
105 ____________________________________________________________________________
106 [  4301] By: jhi                                   on 1999/10/05  23:03:46
107         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
108              To: François Désarménien <desar@club-internet.fr>
109              Cc: "perl5-porters@perl.org" <perl5-porters@perl.org>
110              Subject: Re: Strange RE engine breakage in 5_61
111              Date: Mon, 4 Oct 1999 19:58:03 -0400
112              Message-ID: <19991004195803.A21760@monk.mps.ohio-state.edu>
113              
114              (had to apply pat.t part manually because there
115              already were more tests than there was in _61)
116      Branch: cfgperl
117            ! regcomp.c regexec.c t/op/pat.t t/op/re_tests
118 ____________________________________________________________________________
119 [  4300] By: jhi                                   on 1999/10/04  17:03:18
120         Log: From: Andy Dougherty <doughera@lafayette.edu>
121              To: Jarkko Hietaniemi <jhi@iki.fi>
122              cc: Perl Porters <perl5-porters@perl.org>, jhi@cc.hut.fi
123              Subject: Re: [ID 19991001.005] [_61] [PATCH] tarball fine on win32, zip isn't
124              Date: Mon, 4 Oct 1999 13:05:08 -0400 (EDT)
125              Message-ID: <Pine.SOL.4.10.9910041302550.6502-100000@maxwell.phys.lafayette.edu>
126      Branch: cfgperl
127            + eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
128            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
129            ! MANIFEST ext/B/defsubs_h.PL
130 ____________________________________________________________________________
131 [  4299] By: jhi                                   on 1999/10/04  07:15:16
132         Log: From: Michael G Schwern <schwern@pobox.com>
133              To: perl5-porters@perl.org
134              Subject: Re: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
135              Date: Sun, 3 Oct 1999 17:34:17 -0400
136              Message-ID: <19991003173417.A4351@blackrider>
137      Branch: cfgperl
138            ! t/lib/fields.t t/pragma/constant.t
139 ____________________________________________________________________________
140 [  4298] By: gsar                                  on 1999/10/04  04:57:53
141         Log: some compatibility macros were busted
142      Branch: perl
143            ! embed.h embed.pl toke.c
144 ____________________________________________________________________________
145 [  4297] By: jhi                                   on 1999/10/03  17:50:59
146         Log: A better version of #4296.
147              
148              From: Michael G Schwern <schwern@pobox.com>
149              To: perl5-porters@perl.org
150              Subject: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
151              Date: Sun, 3 Oct 1999 13:54:23 -0400
152              Message-ID: <19991003135423.A3050@blackrider>
153      Branch: cfgperl
154            ! av.c op.c pod/perldiag.pod
155 ____________________________________________________________________________
156 [  4296] By: jhi                                   on 1999/10/03  17:21:01
157         Log: (Replaced by #4297.)
158              
159              From: Michael G Schwern <schwern@pobox.com>
160              To: perl5-porters@perl.org
161              Subject: [PATCH av.c, perldiag.pod] Added field name to "No such array field"
162              Date: Sun, 3 Oct 1999 13:16:47 -0400
163              Message-ID: <19991003131647.A2816@blackrider>
164              
165              plus changed the error message to say "No such pseudo-hash field"
166              as discussed in the above mail message.
167      Branch: cfgperl
168            ! av.c pod/perldiag.pod
169 ____________________________________________________________________________
170 [  4295] By: gsar                                  on 1999/10/03  16:09:36
171         Log: avoid doing irrelevant things on 'make perl'
172      Branch: perl
173            ! Makefile.SH
174 ____________________________________________________________________________
175 [  4294] By: jhi                                   on 1999/10/03  14:16:24
176         Log: Fix a typo in #4293 spotted by Graham Barr.
177      Branch: cfgperl
178            ! pod/perlref.pod
179 ____________________________________________________________________________
180 [  4293] By: jhi                                   on 1999/10/03  11:31:22
181         Log: From: Michael G Schwern <schwern@blackrider.aocn.com>
182              To: perl5-porters@perl.org
183              Subject: Re: Should keys in pseudo-hashes -always- exist? [DOC PATCH]
184              Date: Sun, 3 Oct 1999 02:34:01 -0400
185              Message-ID: <19991003023401.A1520@blackrider>
186      Branch: cfgperl
187            ! pod/perlfunc.pod pod/perlref.pod
188 ____________________________________________________________________________
189 [  4292] By: jhi                                   on 1999/10/03  09:23:16
190         Log: From: Barrie Slaymaker <barries@slaysys.com>
191              To: perl5-porters@perl.org
192              Subject: [PATCH 5.005_61] Benchmark.pm bugfix, tweaks
193              Date: Sun, 3 Oct 1999 00:09:51 -0400
194              Message-Id: <199910030409.AAA18228@jester.slaysys.com>
195      Branch: cfgperl
196            ! lib/Benchmark.pm
197 ____________________________________________________________________________
198 [  4291] By: jhi                                   on 1999/10/02  23:43:53
199         Log: Be understanding about large file systems.
200      Branch: cfgperl
201            ! t/lib/syslfs.t t/op/lfs.t
202 ____________________________________________________________________________
203 [  4290] By: jhi                                   on 1999/10/02  23:39:16
204         Log: Configure fixfest continues.
205      Branch: cfgperl
206            ! Configure config_h.SH
207      Branch: metaconfig
208            ! U/modified/d_longdbl.U U/modified/d_longlong.U
209            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
210            ! U/typedefs/gidsize.U U/typedefs/pidsign.U U/typedefs/pidsize.U
211            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
212      Branch: metaconfig/U/perl
213            ! i_inttypes.U io64.U
214 ____________________________________________________________________________
215 [  4289] By: jhi                                   on 1999/10/02  23:12:54
216         Log: Regen Porting stuff.
217      Branch: cfgperl
218            ! Porting/Glossary Porting/config.sh Porting/config_H
219 ____________________________________________________________________________
220 [  4288] By: jhi                                   on 1999/10/02  23:05:50
221         Log: Untangle the IV_IS_QUAD jungle by introduding
222              macros to be used when doing formatted printing:
223              IVdf, UVuf, UVxf, UVof.  Also introduce Uid_t_SIGN.
224      Branch: cfgperl
225            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
226            ! config_h.SH doio.c dump.c op.c perl.h pp_hot.c pp_sys.c
227            ! regcomp.c sv.c taint.c toke.c util.c
228 ____________________________________________________________________________
229 [  4287] By: jhi                                   on 1999/10/02  22:54:18
230         Log: metaconfig maintenance.
231      Branch: metaconfig
232            ! U/ebcdic/ebcdic.U U/typedefs/gidsign.U U/typedefs/gidsize.U
233            ! U/typedefs/pidsign.U U/typedefs/pidsize.U U/typedefs/uidsign.U
234            ! U/typedefs/uidsize.U
235 ____________________________________________________________________________
236 [  4286] By: nick                                  on 1999/10/02  11:11:44
237         Log: Incremental merge of mainline
238      Branch: utfperl
239           +> README.Y2K hints/svr5.sh lib/Pod/Man.pm
240           +> lib/unicode/Unicode.html t/op/args.t t/pod/multiline_items.t
241           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
242           +> t/pod/podselect.t t/pod/podselect.xr
243            - lib/Pod/PlainText.pm
244           !> (integrate 148 files)
245 ____________________________________________________________________________
246 [  4285] By: jhi                                   on 1999/10/02  10:16:15
247         Log: Battle namespace pollution.
248      Branch: cfgperl
249            ! lib/Benchmark.pm
250 ____________________________________________________________________________
251 [  4284] By: jhi                                   on 1999/10/02  10:11:20
252         Log: Regen Configure, all of xs_apiversion didn't take.
253      Branch: cfgperl
254            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
255            ! config_h.SH patchlevel.h
256 ____________________________________________________________________________
257 [  4283] By: jhi                                   on 1999/10/02  09:48:17
258         Log: Integrate with Sarathy.
259      Branch: cfgperl
260           +> lib/Pod/Man.pm t/pod/multiline_items.t
261           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
262           +> t/pod/podselect.t t/pod/podselect.xr
263            - lib/Pod/PlainText.pm
264           !> (integrate 50 files)
265 ____________________________________________________________________________
266 [  4282] By: gsar                                  on 1999/10/02  06:39:14
267         Log: update pod2man, pod2text and related Pod:: modules with the
268              ones in podlators-0.07 from Russ Allbery
269      Branch: perl
270            + lib/Pod/Man.pm
271            ! lib/Pod/Text.pm lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
272            ! pod/pod2man.PL pod/pod2text.PL
273 ____________________________________________________________________________
274 [  4281] By: gsar                                  on 1999/10/02  06:14:44
275         Log: fix PodParser testsuite; Pod::Text subsumes Pod::PlainText
276      Branch: perl
277            - lib/Pod/PlainText.pm
278            ! MANIFEST lib/Pod/Text.pm lib/Pod/Usage.pm pod/pod2usage.PL
279            ! pod/podchecker.PL pod/podselect.PL t/pod/emptycmd.t
280            ! t/pod/for.t t/pod/headings.t t/pod/include.t t/pod/included.t
281            ! t/pod/lref.t t/pod/multiline_items.t t/pod/nested_items.t
282            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
283            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
284            ! t/pod/special_seqs.t t/pod/testp2pt.pl t/pod/testpchk.pl
285 ____________________________________________________________________________
286 [  4280] By: gsar                                  on 1999/10/02  04:39:38
287         Log: upgrade to PodParser-1.085 from Brad Appleton <bradapp@enteract.com>
288      Branch: perl
289            + t/pod/multiline_items.t t/pod/multiline_items.xr
290            + t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/podselect.t
291            + t/pod/podselect.xr
292            ! MANIFEST lib/Pod/Checker.pm lib/Pod/InputObjects.pm
293            ! lib/Pod/Parser.pm lib/Pod/PlainText.pm lib/Pod/Select.pm
294            ! lib/Pod/Usage.pm t/pod/for.xr t/pod/headings.xr
295            ! t/pod/include.xr t/pod/included.xr t/pod/lref.xr
296            ! t/pod/nested_items.xr t/pod/nested_seqs.xr
297            ! t/pod/oneline_cmds.xr t/pod/poderrs.xr t/pod/special_seqs.xr
298            ! t/pod/testp2pt.pl
299 ____________________________________________________________________________
300 [  4279] By: gsar                                  on 1999/10/02  03:36:41
301         Log: make exists() work better on pseudo-hashes (reworked a patch suggested
302              by Michael G Schwern <schwern@pobox.com>)
303      Branch: perl
304            ! av.c t/op/avhv.t
305 ____________________________________________________________________________
306 [  4278] By: gsar                                  on 1999/10/02  02:36:55
307         Log: deprecate C<use attrs>
308      Branch: perl
309            ! ext/attrs/attrs.pm ext/attrs/attrs.xs t/lib/attrs.t
310            ! t/lib/thread.t t/pragma/sub_lval.t
311 ____________________________________________________________________________
312 [  4277] By: gsar                                  on 1999/10/02  01:43:25
313         Log: add notes about effect of loop control statements inside
314              LABEL BLOCK continue BLOCK
315      Branch: perl
316            ! pod/perlfunc.pod
317 ____________________________________________________________________________
318 [  4276] By: gsar                                  on 1999/10/02  01:23:02
319         Log: indent nested =items properly (suggested by Bill Fenner
320              <fenner@research.att.com>)
321      Branch: perl
322            ! pod/pod2man.PL
323 ____________________________________________________________________________
324 [  4275] By: gsar                                  on 1999/10/02  01:09:16
325         Log: updated ptags generator from Ilya Zakharevich
326      Branch: perl
327            ! emacs/ptags
328 ____________________________________________________________________________
329 [  4274] By: gsar                                  on 1999/10/01  23:08:52
330         Log: update Changes
331      Branch: perl
332            ! Changes
333 ____________________________________________________________________________
334 [  4273] By: gsar                                  on 1999/10/01  22:58:55
335         Log: typo, whitespace adjustments
336      Branch: perl
337            ! utils/h2xs.PL
338 ____________________________________________________________________________
339 [  4272] By: gsar                                  on 1999/10/01  22:46:06
340         Log: remove dup hunks
341      Branch: perl
342            ! configure.com vms/vms.c
343 ____________________________________________________________________________
344 [  4271] By: gsar                                  on 1999/10/01  22:33:02
345         Log: integrate cfgperl contents into mainline; resolve h2xs.PL conflict
346              by declaring new globals "our" (XXX this means h2xs generated code
347              won't run on earlier versions; a switch to generate compatible
348              source is needed)
349      Branch: perl
350           !> (integrate 35 files)
351 ____________________________________________________________________________
352 [  4270] By: jhi                                   on 1999/10/01  12:05:56
353         Log: Integrate with Sarathy.
354      Branch: cfgperl
355           !> ext/B/B/C.pm lib/ExtUtils/typemap lib/ExtUtils/xsubpp
356           !> pod/perldiag.pod util.c
357 ____________________________________________________________________________
358 [  4269] By: jhi                                   on 1999/10/01  10:26:19
359         Log: From: Piotr Klaban <makler@oryl.man.torun.pl>
360              To: perl5-porters@perl.org
361              Subject: [ID 19991001.001] perlguts man page error
362              Date: Fri, 1 Oct 1999 10:23:49 +0200 (MET DST)
363              Message-Id: <199910010823.KAA05796@oryl.man.torun.pl>
364      Branch: cfgperl
365            ! pod/perlguts.pod
366 ____________________________________________________________________________
367 [  4268] By: jhi                                   on 1999/10/01  07:32:33
368         Log: There *is* a month called October.
369      Branch: cfgperl
370            ! t/op/time.t
371 ____________________________________________________________________________
372 [  4267] By: jhi                                   on 1999/10/01  06:58:10
373         Log: Temp file cleanliness.
374      Branch: cfgperl
375            ! t/lib/filecopy.t
376 ____________________________________________________________________________
377 [  4266] By: jhi                                   on 1999/10/01  06:46:56
378         Log: From: Barrie Slaymaker <barries@slaysys.com>
379              To: perl5-porters@perl.org
380              Subject: [PATCH 5.005_61] Benchmark.pm: Export countit(), cmpthese() by default
381              Date: Thu, 30 Sep 1999 22:16:26 -0400
382              Message-Id: <199910010216.WAA08309@jester.slaysys.com>
383      Branch: cfgperl
384            ! lib/Benchmark.pm
385 ____________________________________________________________________________
386 [  4265] By: jhi                                   on 1999/09/30  20:25:35
387         Log: From: Barrie Slaymaker <barries@slaysys.com>
388              To: perl5-porters@perl.org
389              Subject: [PATCH 5.005_61] Benchmark tweaks, fixes, cmpthese()
390              Date: Thu, 30 Sep 1999 15:44:00 -0400
391              Message-Id: <199909301944.PAA07166@jester.slaysys.com>
392              (Replaces #4175.)
393      Branch: cfgperl
394            ! lib/Benchmark.pm
395 ____________________________________________________________________________
396 [  4264] By: gsar                                  on 1999/09/30  17:59:26
397         Log: re-add missing "Out of memory!" entry
398      Branch: perl
399            ! pod/perldiag.pod
400 ____________________________________________________________________________
401 [  4263] By: jhi                                   on 1999/09/30  17:05:43
402         Log: Regenerate Configure.
403      Branch: cfgperl
404            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
405            ! config_h.SH
406 ____________________________________________________________________________
407 [  4261] By: jhi                                   on 1999/09/30  16:15:05
408         Log: From: Andy Dougherty <doughera@lafayette.edu>
409              To: Perl Porters <perl5-porters@perl.org>
410              Subject: [PATCH 5.005_61] rand() advisory for perldelta.pod
411              Date: Thu, 30 Sep 1999 12:24:00 -0400 (EDT)
412              Message-ID: <Pine.SOL.4.10.9909301218390.3343-100000@maxwell.phys.lafayette.edu>
413      Branch: cfgperl
414            ! pod/perldelta.pod
415 ____________________________________________________________________________
416 [  4260] By: jhi                                   on 1999/09/30  15:48:56
417         Log: From: Andy Dougherty <doughera@lafayette.edu>
418              To: Jarkko Hietaniemi <jhi@iki.fi>, Gurusamy Sarathy <gsar@activestate.com>
419              Subject: Re: Possible skeletal structure for searching multiple versions
420              Date: Thu, 30 Sep 1999 11:52:00 -0400 (EDT)
421              Message-ID: <Pine.SOL.4.10.9909301149090.3343-100000@maxwell.phys.lafayette.edu>
422      Branch: metaconfig
423            ! U/mkglossary
424      Branch: metaconfig/U/perl
425            + xs_apiversion.U
426            ! patchlevel.U
427 ____________________________________________________________________________
428 [  4259] By: jhi                                   on 1999/09/30  15:07:16
429         Log: Further ?idsize.U fixing.
430      Branch: metaconfig
431            ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
432 ____________________________________________________________________________
433 [  4258] By: jhi                                   on 1999/09/30  15:00:14
434         Log: Fix the ?idsi{gn,ze} units, from Andy Dougherty.
435      Branch: metaconfig
436            ! U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
437            ! U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
438 ____________________________________________________________________________
439 [  4257] By: jhi                                   on 1999/09/30  09:48:33
440         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
441              To: Gurusamy Sarathy <gsar@ActiveState.com>
442              Cc: tchrist@perl.com, Larry Wall <larry@wall.org>,
443              The Perl Porters Mailing List <perl5-porters@perl.org>
444              Subject: [PATCH] (Was: deprecating SIGDIE)
445              Date: Wed, 29 Sep 1999 15:16:50 -0400
446              Message-ID: <19990929151650.E26675@O2.chapin.edu>
447      Branch: cfgperl
448            ! Porting/findvars embedvar.h intrpvar.h mg.c objXSUB.h perl.c
449 ____________________________________________________________________________
450 [  4256] By: jhi                                   on 1999/09/30  09:45:22
451         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
452              To: Gurusamy Sarathy <gsar@activestate.com>
453              Cc: Barrie Slaymaker <barries@slaysys.com>, perl5-porters@perl.org
454              Subject: Re: _58, _61 Argument "" is not numeric in sprintf
455              Date: Wed, 29 Sep 1999 18:58:23 -0400
456              Message-ID: <19990929185823.A22099@monk.mps.ohio-state.edu>
457      Branch: cfgperl
458            ! Makefile.SH opcode.pl
459 ____________________________________________________________________________
460 [  4255] By: gsar                                  on 1999/09/30  09:03:48
461         Log: remove prehistoric XFree() gunk
462      Branch: perl
463            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
464 ____________________________________________________________________________
465 [  4254] By: gsar                                  on 1999/09/30  08:40:14
466         Log: From: Vishal Bhatia <vishal@gol.com>
467              Date: Wed, 29 Sep 1999 23:27:28 +0900 (JST)
468              Message-ID: <Pine.LNX.4.10.9909292326280.5599-100000@localhost.localdomain>
469              Subject: [patch _61] Minor corrections in C.pm
470      Branch: perl
471            ! ext/B/B/C.pm
472 ____________________________________________________________________________
473 [  4253] By: gsar                                  on 1999/09/30  08:36:27
474         Log: off-by-one in fbm_compile() (spotted by John Bley
475              <jbley@cs.cmu.edu>); whitespace adjustments
476      Branch: perl
477            ! util.c
478 ____________________________________________________________________________
479 [  4251] By: jhi                                   on 1999/09/30  08:09:13
480         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
481              To: perl5-porters@perl.org (Mailing list Perl5)
482              Subject: [PATCH 5.00561+]  Followup h2xs patch
483              Date: Thu, 30 Sep 1999 04:15:52 -0400 (EDT)
484              Message-Id: <199909300815.EAA25425@monk.mps.ohio-state.edu>
485      Branch: cfgperl
486            ! utils/h2xs.PL
487 ____________________________________________________________________________
488 [  4250] By: jhi                                   on 1999/09/29  19:11:32
489         Log: Integrate with Sarathy.
490      Branch: cfgperl
491           !> djgpp/configure.bat embed.h embed.pl lib/Exporter/Heavy.pm
492           !> lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm proto.h
493           !> t/pragma/locale/latin1 win32/Makefile win32/makefile.mk
494 ____________________________________________________________________________
495 [  4249] By: bailey                                on 1999/09/29  02:21:31
496         Log: resync with mainline
497      Branch: vmsperl
498           +> (branch 32 files)
499            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
500            - lib/unicode/blocks.txt lib/unicode/index2.txt
501            - lib/unicode/jamo2.txt lib/unicode/names2.txt
502            - lib/unicode/props2.txt lib/unicode/readme.txt
503            - t/lib/bigfloatpm.t
504           !> (integrate 240 files)
505 ____________________________________________________________________________
506 [  4248] By: jhi                                   on 1999/09/28  18:14:39
507         Log: From: Andy Dougherty <doughera@lafayette.edu>
508              To: Perl Porters <perl5-porters@perl.org>
509              Subject: [PATCH 5.005_xx] Re: [Config 5.005_03] -DDEBUGGING
510              Date: Tue, 28 Sep 1999 12:20:50 -0400 (EDT)
511              Message-ID: <Pine.SOL.4.10.9909281019360.1890-100000@maxwell.phys.lafayette.edu>
512              
513              From: Andy Dougherty <doughera@lafayette.edu>
514              To: Perl Porters <perl5-porters@perl.org>
515              Subject: [ANOTHER PATCH 5.005_61] Re: [Config 5.005_03] -DDEBUGGING
516              Date: Tue, 28 Sep 1999 13:39:49 -0400 (EDT)
517              Message-ID: <Pine.SOL.4.10.9909281338180.2012-100000@maxwell.phys.lafayette.edu>
518      Branch: cfgperl
519            ! hints/README.hints hints/amigaos.sh hints/cygwin.sh
520            ! hints/dynixptx.sh hints/epix.sh hints/esix4.sh hints/mint.sh
521            ! hints/mpeix.sh hints/next_3.sh hints/next_3_0.sh
522            ! hints/next_4.sh
523 ____________________________________________________________________________
524 [  4247] By: gsar                                  on 1999/09/28  17:36:59
525         Log: revert change#4115 (breaks libwww's base/date.t); could be 
526              reworked to enable it conditional on $Time::Local::nocroak
527              or some such
528      Branch: perl
529            ! lib/Time/Local.pm
530 ____________________________________________________________________________
531 [  4246] By: gsar                                  on 1999/09/28  17:33:14
532         Log: tweak for win32 build
533      Branch: perl
534            ! win32/Makefile win32/makefile.mk
535 ____________________________________________________________________________
536 [  4245] By: gsar                                  on 1999/09/28  17:31:34
537         Log: change#4236 fallout
538      Branch: perl
539            ! lib/ExtUtils/MM_Unix.pm
540 ____________________________________________________________________________
541 [  4244] By: gsar                                  on 1999/09/28  17:29:31
542         Log: remove doubled new_xpv
543      Branch: perl
544            ! embed.h embed.pl proto.h
545 ____________________________________________________________________________
546 [  4243] By: jhi                                   on 1999/09/27  19:13:20
547         Log: Artistic fine-tuning.
548      Branch: cfgperl
549            ! ext/B/defsubs_h.PL
550 ____________________________________________________________________________
551 [  4242] By: gsar                                  on 1999/09/27  17:05:22
552         Log: avoid implicit split to @_ in change#4181; binary -> text file
553              types in p4
554      Branch: perl
555            ! djgpp/configure.bat lib/Exporter/Heavy.pm
556            ! t/pragma/locale/latin1
557 ____________________________________________________________________________
558 [  4241] By: jhi                                   on 1999/09/27  07:48:19
559         Log: Integrate with Sarathy.
560      Branch: cfgperl
561           !> INSTALL embed.h embed.pl malloc.c pod/perldiag.pod pp.c
562           !> pp_ctl.c pp_hot.c pp_sys.c win32/Makefile win32/makefile.mk
563 ____________________________________________________________________________
564 [  4240] By: jhi                                   on 1999/09/27  07:47:11
565         Log: Finalize change #4232.
566              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
567              To: Jarkko Hietaniemi <jhi@iki.fi>
568              Cc: gsar@activestate.com, Mailing list Perl5 <perl5-porters@perl.org>
569              Subject: Re: xsubpp change breaks B, DB_File, POSIX builds
570              Date: Sun, 26 Sep 1999 16:52:31 -0400
571              Message-ID: <19990926165230.A26933@monk.mps.ohio-state.edu>
572      Branch: cfgperl
573            ! lib/ExtUtils/xsubpp
574 ____________________________________________________________________________
575 [  4239] By: gsar                                  on 1999/09/27  02:48:42
576         Log: add notes in INSTALL about Configure -Accflags=-DFOO
577      Branch: perl
578            ! INSTALL
579 ____________________________________________________________________________
580 [  4238] By: gsar                                  on 1999/09/27  02:03:48
581         Log: PERL_POLLUTE isn't required for bincompat, so don't enable
582              it automatically
583      Branch: perl
584            ! embed.h embed.pl
585 ____________________________________________________________________________
586 [  4237] By: gsar                                  on 1999/09/27  01:52:47
587         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
588              Date: Fri, 24 Sep 1999 23:25:36 -0400
589              Message-ID: <19990924232536.A16257@monk.mps.ohio-state.edu>
590              Subject: [PATCH 5.005_61] Malloc fixes and docs
591      Branch: perl
592            ! malloc.c pod/perldiag.pod
593 ____________________________________________________________________________
594 [  4236] By: gsar                                  on 1999/09/27  01:31:32
595         Log: avoid .exe in $Config{cc} (spotted by Vadim Konovalov
596              <vkonovalov@lucent.com>)
597      Branch: perl
598            ! win32/Makefile win32/makefile.mk
599 ____________________________________________________________________________
600 [  4235] By: gsar                                  on 1999/09/26  17:02:03
601         Log: fix buggy popping of subroutine contexts in the lvalue
602              subroutines implementation (change#4081); correct the
603              plethora of cases where DIE() was more appropriate than
604              croak()
605      Branch: perl
606            ! pp.c pp_ctl.c pp_hot.c pp_sys.c
607 ____________________________________________________________________________
608 [  4234] By: jhi                                   on 1999/09/26  12:06:28
609         Log: Fix #endif.
610      Branch: cfgperl
611            ! XSUB.h
612 ____________________________________________________________________________
613 [  4233] By: jhi                                   on 1999/09/26  11:59:18
614         Log: Integrate with Sarathy. h2xs.PL had to be manually resolved,
615              I kept my (Ilya's) version.
616      Branch: cfgperl
617           !> gv.c gv.h intrpvar.h keywords.h keywords.pl lib/Shell.pm op.c
618           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
619           !> pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
620           !> pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
621           !> pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
622           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
623 ____________________________________________________________________________
624 [  4232] By: jhi                                   on 1999/09/26  09:53:43
625         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
626              To: Mailing list Perl5 <perl5-porters@perl.org>
627              Subject: [PATCH 5.005_61] teach xsubpp function pointers
628              Date: Sun, 26 Sep 1999 01:36:09 -0400
629              Message-ID: <19990926013609.A21148@monk.mps.ohio-state.edu>
630              
631              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
632              To: Mailing list Perl5 <perl5-porters@perl.org>
633              Subject: [PATCH 5.005_61] Make h2xs -x almost bullet-proof
634              Date: Sun, 26 Sep 1999 03:00:50 -0400
635              Message-ID: <19990926030050.A21498@monk.mps.ohio-state.edu>
636      Branch: cfgperl
637            ! lib/ExtUtils/xsubpp utils/h2xs.PL
638 ____________________________________________________________________________
639 [  4231] By: jhi                                   on 1999/09/26  09:48:49
640         Log: From: "Konovalov, Vadim" <vkonovalov@lucent.com>
641              To: perl5-porters@perl.org
642              Subject: misprint in perlguts
643              Date: Sun, 26 Sep 1999 12:48:36 +0400
644              Message-ID: <402099F49BEED211999700805FC7359F20D7A5@ru0028exch01.spb.lucent.com>
645      Branch: cfgperl
646            ! pod/perlguts.pod
647 ____________________________________________________________________________
648 [  4230] By: gsar                                  on 1999/09/26  00:50:08
649         Log: add $installarchlib/CORE to default linker search path on windows
650      Branch: perl
651            ! win32/Makefile win32/makefile.mk
652 ____________________________________________________________________________
653 [  4229] By: gsar                                  on 1999/09/25  20:05:03
654         Log: support C<use Shell> on Windows (reworked a patch suggested
655              by Jenda Krynicky <Jenda@McCann.cz>)
656      Branch: perl
657            ! lib/Shell.pm
658 ____________________________________________________________________________
659 [  4228] By: gsar                                  on 1999/09/25  07:03:34
660         Log: integrate cfgperl contents into mainline
661      Branch: perl
662           +> hints/svr5.sh
663           !> Configure MANIFEST Makefile.SH config_h.SH hints/sco.sh
664           !> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
665           !> lib/unicode/mktables.PL pod/perldelta.pod pod/perlfaq9.pod
666           !> regcomp.c regexec.c t/lib/syslfs.t t/op/lfs.t
667 ____________________________________________________________________________
668 [  4227] By: gsar                                  on 1999/09/25  06:44:47
669         Log: From: Larry Wall <larry@wall.org>
670              Date: Fri, 24 Sep 1999 21:59:37 PDT
671              Message-Id: <199909250459.VAA27506@kiev.wall.org>
672              Subject: Re: [PATCH 5.005_61] "our" declarations
673      Branch: perl
674            ! gv.c gv.h intrpvar.h keywords.h keywords.pl op.c
675            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
676            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
677            ! pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
678            ! pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
679            ! utils/h2xs.PL
680 ____________________________________________________________________________
681 [  4226] By: jhi                                   on 1999/09/24  23:10:52
682         Log: Integrate with Sarathy.
683      Branch: cfgperl
684           !> XSUB.h ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
685           !> ext/POSIX/hints/linux.pl pod/perldiag.pod pod/perlfunc.pod
686           !> pp.c t/lib/posix.t t/op/pack.t toke.c utils/perlcc.PL
687 ____________________________________________________________________________
688 [  4225] By: gsar                                  on 1999/09/24  18:19:54
689         Log: avoid infinite recursive exec()s of perl.exe when shebang
690              contains "Perl" rather than "perl" on DOSISH platforms
691      Branch: perl
692            ! toke.c
693 ____________________________________________________________________________
694 [  4224] By: gsar                                  on 1999/09/24  16:09:23
695         Log: support cygwin and other platforms that link to import libraries
696              rather than directly with shared libraries (from a suggestion
697              by Lucian Cionca <Lucian.Cionca@algoritma.ro>)
698      Branch: perl
699            ! utils/perlcc.PL
700 ____________________________________________________________________________
701 [  4223] By: gsar                                  on 1999/09/24  05:05:06
702         Log: normalize time for strftime() (without the isdst effects of
703              mktime()) using a custom mini_mktime()
704              From: spider-perl@Orb.Nashua.NH.US
705              Date: Thu, 23 Sep 1999 17:54:53 -0400
706              Message-Id: <199909232154.RAA25151@leggy.zk3.dec.com>
707              Subject: Re: [ID 19990913.003] Possible bug using POSIX::strftime Digital UNIX Perl 5.005_03 
708      Branch: perl
709            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
710            ! ext/POSIX/hints/linux.pl t/lib/posix.t
711 ____________________________________________________________________________
712 [  4222] By: gsar                                  on 1999/09/23  06:44:42
713         Log: change "#" to a comment starter in pack templates; "/" now
714              used for specifying counted types
715              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
716              Date: Wed, 22 Sep 1999 19:41:30 -0400
717              Message-ID: <19990922194130.A864@monk.mps.ohio-state.edu>
718              Subject: [PATCH 5.005_61] Enable comments in pack()/unpack() templates
719      Branch: perl
720            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
721 ____________________________________________________________________________
722 [  4221] By: gsar                                  on 1999/09/23  06:26:54
723         Log: From: Vishal Bhatia <vishal@gol.com>
724              Date: Thu, 23 Sep 1999 12:45:19 +0900 (JST)
725              Message-ID: <Pine.LNX.4.10.9909231218360.3428-100000@localhost.localdomain>
726              Subject: [patch _61] perlcc changes
727      Branch: perl
728            ! utils/perlcc.PL
729 ____________________________________________________________________________
730 [  4220] By: gsar                                  on 1999/09/23  01:12:24
731         Log: add include guard
732      Branch: perl
733            ! XSUB.h
734 ____________________________________________________________________________
735 [  4219] By: jhi                                   on 1999/09/22  20:38:15
736         Log: Cleanup cleanup.
737      Branch: cfgperl
738            ! Makefile.SH t/lib/syslfs.t t/op/lfs.t
739 ____________________________________________________________________________
740 [  4218] By: jhi                                   on 1999/09/22  19:26:58
741         Log: Tweak the equivalence tables once again.
742      Branch: cfgperl
743            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
744            ! lib/unicode/mktables.PL
745 ____________________________________________________________________________
746 [  4215] By: jhi                                   on 1999/09/22  06:47:03
747         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
748              To: Mailing list Perl5 <perl5-porters@perl.org>
749              Subject: [PATCH 5.005_61] regfree could segfault with -Mre=debug
750              Date: Tue, 21 Sep 1999 19:50:00 -0400
751              Message-ID: <19990921195000.A23938@monk.mps.ohio-state.edu>
752              
753              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
754              To: Mailing list Perl5 <perl5-porters@perl.org>
755              Subject: [PATCH 5.005_61] More verbose -Mre=debug
756              Date: Tue, 21 Sep 1999 22:29:55 -0400
757              Message-ID: <19990921222955.A25094@monk.mps.ohio-state.edu>
758      Branch: cfgperl
759            ! regcomp.c regexec.c
760 ____________________________________________________________________________
761 [  4214] By: jhi                                   on 1999/09/21  21:08:43
762         Log: From: 0000-Admin (0000) <root@devsys0.zenez.com>
763              Reply-To: gerberb@zenez.com
764              To: perl5-porters@perl.org
765              Subject: [ID 19990921.004] Changes for SCO OpenServer and UnixWare 7
766              Date: Tue, 21 Sep 1999 11:07:46 -0600 (MDT)
767              Message-Id: <199909211707.LAA23611@devsys0.zenez.com>
768              
769              (Snipped away the last lines of svr5.sh a la change #3725)
770      Branch: cfgperl
771            + hints/svr5.sh
772            ! Configure MANIFEST config_h.SH hints/sco.sh
773      Branch: metaconfig
774            ! U/modified/Cppsym.U U/modified/Oldconfig.U
775 ____________________________________________________________________________
776 [  4213] By: jhi                                   on 1999/09/21  20:48:01
777         Log: From: Kragen Sitaker <kragen@dnaco.net>
778              To: perl5-porters@perl.org
779              Subject: [ID 19990921.013] accidental list context in perlfaq9
780              Date: Tue, 21 Sep 1999 16:27:53 -0400 (EDT)
781              Reply-To: kragen@pobox.com
782              Message-Id: <199909212027.QAA03450@kirk.dnaco.net>
783      Branch: cfgperl
784            ! pod/perlfaq9.pod
785 ____________________________________________________________________________
786 [  4212] By: jhi                                   on 1999/09/20  19:55:42
787         Log: Integrate with Sarathy.
788      Branch: cfgperl
789           +> README.Y2K
790           !> Changes MANIFEST
791 ____________________________________________________________________________
792 [  4211] By: jhi                                   on 1999/09/20  19:44:44
793         Log: Rename -Duselfs to -Duselargefiles.  We don't need no stnkngbbrvtns.
794      Branch: cfgperl
795            ! Configure config_h.SH pod/perldelta.pod
796      Branch: metaconfig/U/perl
797            ! use64bits.U uselfs.U uselongdbl.U
798 ____________________________________________________________________________
799 [  4210] By: jhi                                   on 1999/09/20  19:38:26
800         Log: Configure -A change: -Afoo=bar is equal to -Aappend:foo=" bar".
801      Branch: cfgperl
802            ! Configure config_h.SH
803      Branch: metaconfig
804            ! U/modified/Options.U
805 ____________________________________________________________________________
806 [  4209] By: gsar                                  on 1999/09/20  19:35:39
807         Log: integrate cfgperl changes into mainline
808      Branch: perl
809           +> lib/unicode/Unicode.html
810            ! Changes
811           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
812           !> config_h.SH doio.c perl.h pod/perldelta.pod pod/perlfunc.pod
813 ____________________________________________________________________________
814 [  4208] By: gsar                                  on 1999/09/20  18:28:44
815         Log: add README.Y2K (from Dominic Dunlop <domo@vo.lu>)
816      Branch: perl
817            + README.Y2K
818            ! MANIFEST
819 ____________________________________________________________________________
820 [  4207] By: jhi                                   on 1999/09/20  11:06:13
821         Log: Document -Duselfs, -Duselongdouble, and -Dusemorebits.
822      Branch: cfgperl
823            ! pod/perldelta.pod
824 ____________________________________________________________________________
825 [  4206] By: jhi                                   on 1999/09/20  09:53:15
826         Log: Do not test for gccish things in non-gccish platforms.
827      Branch: cfgperl
828            ! Configure config_h.SH
829      Branch: metaconfig
830            ! U/compline/ccflags.U
831 ____________________________________________________________________________
832 [  4205] By: jhi                                   on 1999/09/20  09:41:22
833         Log: Prompt for uselfs.
834      Branch: cfgperl
835            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
836            ! config_h.SH
837      Branch: metaconfig
838            ! U/mksample
839      Branch: metaconfig/U/perl
840            ! use64bits.U uselfs.U
841 ____________________________________________________________________________
842 [  4204] By: jhi                                   on 1999/09/20  09:09:29
843         Log: Add usemorebits and uselfs.
844      Branch: cfgperl
845            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
846            ! config_h.SH doio.c perl.h
847      Branch: metaconfig/U/perl
848            + uselfs.U usemorebits.U
849            ! use64bits.U uselongdbl.U
850 ____________________________________________________________________________
851 [  4203] By: jhi                                   on 1999/09/20  07:48:48
852         Log: Dethinko.
853      Branch: cfgperl
854            ! pod/perlfunc.pod
855 ____________________________________________________________________________
856 [  4202] By: jhi                                   on 1999/09/20  07:33:32
857         Log: Fix a bug in the description of endianness.  Reported in
858              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
859              To: perl5-porters@perl.org
860              Subject: BUG: perldoc -f pack
861              Date: Mon, 20 Sep 1999 09:43:49 +0400
862              Message-ID: <402099F49BEED211999700805FC7359F20D3F5@ru0028exch01.spb.lucent.com>
863      Branch: cfgperl
864            ! pod/perlfunc.pod
865 ____________________________________________________________________________
866 [  4201] By: jhi                                   on 1999/09/20  07:01:26
867         Log: Integrate with Sarathy.
868      Branch: cfgperl
869           +> t/op/args.t
870           !> (integrate 31 files)
871 ____________________________________________________________________________
872 [  4200] By: gsar                                  on 1999/09/20  03:45:06
873         Log: From: Russ Allbery <rra@stanford.edu>
874              Date: 19 Aug 1999 04:35:44 -0700
875              Message-Id: <yl7lms9f5b.fsf@windlord.stanford.edu>
876              Subject: [ID 19990819.002] File::Find error when pruning top-level directories
877      Branch: perl
878            ! lib/File/Find.pm
879 ____________________________________________________________________________
880 [  4199] By: gsar                                  on 1999/09/20  03:27:49
881         Log: suppress warning (from John Tobey <jtobey@epsilondev.com>)
882      Branch: perl
883            ! ext/B/B/Terse.pm
884 ____________________________________________________________________________
885 [  4198] By: gsar                                  on 1999/09/20  03:25:25
886         Log: add arenas for managing allocations of remaining xpv*v structures
887              From: Vishal Bhatia <vishal@gol.com>
888              Date: Wed, 25 Aug 1999 00:31:33 +0900 (JST)
889              Message-ID: <Pine.LNX.4.10.9908250031000.11727-100000@localhost.localdomain>
890              Subject: [PATCH 5.005_60] removing extra ref count (compiler) 
891      Branch: perl
892            ! embed.h embed.pl embedvar.h ext/B/B/C.pm intrpvar.h objXSUB.h
893            ! proto.h sv.c
894 ____________________________________________________________________________
895 [  4197] By: gsar                                  on 1999/09/20  03:06:10
896         Log: queue errors due to strictures rather than printing them as
897              warnings; symbols that violate strictures do *not* end up in
898              the symbol table anyway, making multiple evals of the same piece
899              of code produce the same errors; errors indicate all locations
900              of a global symbol rather than just the first one; these
901              changes make compile-time failures within evals reliably
902              visible via the return value or contents of $@, and trappable
903              using __DIE__ hooks
904      Branch: perl
905            ! embed.h embed.pl embedvar.h ext/DynaLoader/dlutils.c
906            ! ext/Thread/Thread.xs global.sym gv.c objXSUB.h op.c perl.c
907            ! perlapi.c pp_ctl.c proto.h regcomp.c t/pragma/strict-refs
908            ! t/pragma/strict-vars thrdvar.h toke.c util.c
909 ____________________________________________________________________________
910 [  4196] By: gsar                                  on 1999/09/19  22:14:29
911         Log: control change#1914 via hints (causes problems on some platforms)
912      Branch: perl
913            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
914            ! ext/POSIX/hints/linux.pl
915 ____________________________________________________________________________
916 [  4195] By: gsar                                  on 1999/09/19  21:30:18
917         Log: avoid clearing @_ at all for faster subroutine calls; fix bugs
918              in passing around references to @_, eg C<sub foo { \@_ }>; add
919              tests for the same
920      Branch: perl
921            + t/op/args.t
922            ! MANIFEST cop.h pp.c pp_ctl.c pp_hot.c
923 ____________________________________________________________________________
924 [  4194] By: jhi                                   on 1999/09/18  18:57:45
925         Log: Integrate with Sarathy.
926      Branch: cfgperl
927           !> opcode.h opcode.pl
928 ____________________________________________________________________________
929 [  4193] By: nick                                  on 1999/09/18  15:24:56
930         Log: Re-integrate mainline
931              Basic SvUTF8 stuff in headers, no functional changes yet.
932      Branch: utfperl
933            + lib/byte.pm lib/byte_heavy.pl
934           +> ext/B/defsubs_h.PL ext/DB_File/version.c jpl/JNI/Closer.java
935           +> jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
936           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
937           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
938           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL lib/unicode/ArabShap.txt
939           +> lib/unicode/Blocks.txt lib/unicode/CompExcl.txt
940           +> lib/unicode/EAWidth.txt lib/unicode/Index.txt
941           +> lib/unicode/Jamo-2.txt lib/unicode/LineBrk.txt
942           +> lib/unicode/Names.txt lib/unicode/Props.txt
943           +> lib/unicode/ReadMe.txt lib/unicode/SpecCase.txt
944           +> t/lib/bigfltpm.t
945            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
946            - lib/unicode/blocks.txt lib/unicode/index2.txt
947            - lib/unicode/jamo2.txt lib/unicode/names2.txt
948            - lib/unicode/props2.txt lib/unicode/readme.txt
949            - t/lib/bigfloatpm.t
950            ! doop.c embed.h embed.pl gv.c mg.c objXSUB.h op.c op.h perl.h
951            ! perlapi.c pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h
952            ! regexec.c regexp.h regnodes.h sv.c sv.h toke.c utf8.c utf8.h
953            ! warnings.h
954           !> (integrate 142 files)
955 ____________________________________________________________________________
956 [  4192] By: gsar                                  on 1999/09/18  15:11:47
957         Log: more op description tweaks
958      Branch: perl
959            ! opcode.h opcode.pl
960 ____________________________________________________________________________
961 [  4191] By: jhi                                   on 1999/09/18  07:47:16
962         Log: Integrate with Sarathy.
963      Branch: cfgperl
964           !> Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
965           !> t/pragma/warn/op
966 ____________________________________________________________________________
967 [  4190] By: jhi                                   on 1999/09/18  07:35:45
968         Log: Add description of the Unicode database files.
969      Branch: cfgperl
970            + lib/unicode/Unicode.html
971 ____________________________________________________________________________
972 [  4189] By: gsar                                  on 1999/09/18  03:14:58
973         Log: tweak some op names in change#4177 (will any of this break code that
974              gropes $@ ?)
975      Branch: perl
976            ! Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
977            ! t/pragma/warn/op
978 ____________________________________________________________________________
979 [  4188] By: jhi                                   on 1999/09/17  21:30:08
980         Log: Pick up the typo fix.
981      Branch: cfgperl
982           !> t/io/open.t
983 ____________________________________________________________________________
984 [  4187] By: gsar                                  on 1999/09/17  21:13:55
985         Log: fix typo
986      Branch: perl
987            ! t/io/open.t
988 ____________________________________________________________________________
989 [  4186] By: gsar                                  on 1999/09/17  20:57:29
990         Log: integrate cfgperl change
991      Branch: perl
992           !> vms/subconfigure.com
993 ____________________________________________________________________________
994 [  4185] By: jhi                                   on 1999/09/17  20:46:41
995         Log: Re-apply applicable parts of #3993, #3994, and #3995.
996      Branch: cfgperl
997            ! vms/subconfigure.com
998 ____________________________________________________________________________
999 [  4184] By: gsar                                  on 1999/09/17  20:26:02
1000         Log: integrate cfgperl contents into mainline
1001      Branch: perl
1002           +> lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
1003           +> lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
1004           +> lib/unicode/Index.txt lib/unicode/Jamo-2.txt
1005           +> lib/unicode/LineBrk.txt lib/unicode/Names.txt
1006           +> lib/unicode/Props.txt lib/unicode/ReadMe.txt
1007           +> lib/unicode/SpecCase.txt
1008            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
1009            - lib/unicode/index2.txt lib/unicode/jamo2.txt
1010            - lib/unicode/names2.txt lib/unicode/props2.txt
1011            - lib/unicode/readme.txt
1012           !> (integrate 73 files)
1013 ____________________________________________________________________________
1014 [  4183] By: jhi                                   on 1999/09/17  20:25:51
1015         Log: Integrate with Sarathy.
1016      Branch: cfgperl
1017           !> configure.com ext/ByteLoader/byterun.h
1018           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
1019           !> lib/File/Spec/VMS.pm pod/perlhist.pod t/io/open.t
1020           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
1021           !> vms/perly_h.vms vms/subconfigure.com vms/vms.c vms/vmsish.h
1022 ____________________________________________________________________________
1023 [  4182] By: gsar                                  on 1999/09/17  20:16:28
1024         Log: integrate vmsperl contents into mainline (where VMS files conflicted,
1025              vmsperl contents have prevailed)
1026      Branch: perl
1027           !> configure.com ext/ByteLoader/byterun.h
1028           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
1029           !> lib/File/Spec/VMS.pm t/io/open.t vms/descrip_mms.template
1030           !> vms/gen_shrfls.pl vms/perly_c.vms vms/perly_h.vms
1031           !> vms/subconfigure.com vms/vms.c vms/vmsish.h
1032 ____________________________________________________________________________
1033 [  4181] By: jhi                                   on 1999/09/17  20:12:37
1034         Log: From: Michael G Schwern <schwern@pobox.com>
1035              To: perl5-porters@perl.org
1036              Subject: [PATCH 5.005_60 lib/Exporter/Heavy.pm] export_to_level()
1037              Date: Thu, 19 Aug 1999 21:30:01 -0400
1038              Message-ID: <19990819213001.A22512@athens.aocn.com>
1039      Branch: cfgperl
1040            ! lib/Exporter/Heavy.pm
1041 ____________________________________________________________________________
1042 [  4180] By: gsar                                  on 1999/09/17  20:11:00
1043         Log: perlhist additions
1044      Branch: perl
1045            ! pod/perlhist.pod
1046 ____________________________________________________________________________
1047 [  4179] By: jhi                                   on 1999/09/17  20:08:00
1048         Log: The change #4176 should've undone only the test, not the code patch.
1049      Branch: cfgperl
1050            ! doio.c
1051 ____________________________________________________________________________
1052 [  4178] By: jhi                                   on 1999/09/17  20:06:08
1053         Log: From: Ian Phillipps <ian@dial.pipex.com>
1054              To: Hans GINZEL <hgin2088@mail.kolej.mff.cuni.cz>, perl5-porters@perl.org
1055              Subject: [PATCH 5.005_59] Re: [ID 19990820.007] Small typo in perlsyn.pod
1056              Date: Sat, 21 Aug 1999 12:36:12 +0100
1057              Message-ID: <19990821123612.A9955@homer.diplex.co.uk>
1058      Branch: cfgperl
1059            ! pod/perlsyn.pod
1060 ____________________________________________________________________________
1061 [  4177] By: jhi                                   on 1999/09/17  20:00:19
1062         Log: More descriptive names for operators.
1063              
1064              From: Michael G Schwern <schwern@pobox.com>
1065              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
1066              Cc: perl5-porters@perl.org
1067              Subject: Re: [ID 19990817.009] [BUG 5.005_60 & 5.005_03] == reported as eq in
1068              Date: Tue, 17 Aug 1999 18:35:45 -0400
1069              Message-ID: <19990817183545.A23073@toldyouso.com>
1070              
1071              From: Michael G Schwern <schwern@pobox.com>
1072              To: perl5-porters@perl.org
1073              Subject: [PATCH 5.005_60 opcode.pl and friends] Improved opcode descriptions
1074              Date: Wed, 18 Aug 1999 03:53:38 -0400
1075              Message-ID: <19990818035337.A31505@athens.aocn.com>
1076      Branch: cfgperl
1077            ! opcode.h opcode.pl pp.sym pp_proto.h sv.c t/op/misc.t
1078            ! t/pragma/warn/op t/pragma/warn/sv
1079 ____________________________________________________________________________
1080 [  4176] By: jhi                                   on 1999/09/17  18:19:18
1081         Log: Take away the infamous io/dup.t #7.
1082              It seems there simply is no way to portably
1083              "flush" an input file handle.
1084      Branch: cfgperl
1085            ! doio.c t/io/dup.t
1086 ____________________________________________________________________________
1087 [  4175] By: jhi                                   on 1999/09/17  14:45:08
1088         Log: From: Barrie Slaymaker <barries@slaysys.com>
1089              To: perl5-porters@perl.org
1090              Subject: [PATCH 5.005_61] Benchmark: screwed patch format, try this instead
1091              Date: Fri, 17 Sep 1999 11:16:48 -0400
1092              Message-Id: <199909171516.LAA30887@jester.slaysys.com>
1093      Branch: cfgperl
1094            ! lib/Benchmark.pm
1095 ____________________________________________________________________________
1096 [  4174] By: jhi                                   on 1999/09/17  14:07:16
1097         Log: UNICOS does support large files but doesn't support sparse files
1098              so we cannot easily test for large file support.
1099      Branch: cfgperl
1100            ! t/lib/syslfs.t t/op/lfs.t
1101 ____________________________________________________________________________
1102 [  4173] By: jhi                                   on 1999/09/17  14:03:44
1103         Log: UNICOS has sloppy division/modulo for floating point numbers.
1104      Branch: cfgperl
1105            ! t/op/arith.t
1106 ____________________________________________________________________________
1107 [  4172] By: jhi                                   on 1999/09/17  13:47:49
1108         Log: Portable blocksize (replaces #4171).
1109      Branch: cfgperl
1110            ! t/lib/syslfs.t t/op/lfs.t
1111 ____________________________________________________________________________
1112 [  4171] By: jhi                                   on 1999/09/17  13:08:54
1113         Log: (replaced by #4172)
1114      Branch: cfgperl
1115            ! t/lib/syslfs.t t/op/lfs.t
1116 ____________________________________________________________________________
1117 [  4170] By: jhi                                   on 1999/09/17  12:59:11
1118         Log: Detypo #4169.
1119      Branch: cfgperl
1120            ! t/lib/syslfs.t t/op/lfs.t
1121 ____________________________________________________________________________
1122 [  4169] By: jhi                                   on 1999/09/17  12:16:34
1123         Log: Diagnose possible quota limits.
1124      Branch: cfgperl
1125            ! t/lib/syslfs.t t/op/lfs.t
1126 ____________________________________________________________________________
1127 [  4168] By: jhi                                   on 1999/09/17  12:10:43
1128         Log: UNICOS doesn't have getpgid().  Or, at least 9.0.1ai
1129              doesn't have one that wouldn't cause SIGSYS.  UNICOS
1130              does have getpgrp(void) so Perl getpgrp() is happy.
1131      Branch: cfgperl
1132            ! hints/unicos.sh
1133 ____________________________________________________________________________
1134 [  4167] By: jhi                                   on 1999/09/17  11:49:30
1135         Log: Filesystem quotas may stop you from using large files.
1136      Branch: cfgperl
1137            ! pod/perldelta.pod t/lib/syslfs.t t/op/lfs.t
1138 ____________________________________________________________________________
1139 [  4166] By: jhi                                   on 1999/09/17  11:36:01
1140         Log: Too strict pattern for parsing group lists.
1141      Branch: cfgperl
1142            ! t/op/groups.t
1143 ____________________________________________________________________________
1144 [  4165] By: jhi                                   on 1999/09/17  09:06:18
1145         Log: Configure maintenance. It's sigaction.sa_flags
1146              and the Glossary regen'ed.
1147      Branch: cfgperl
1148            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1149            ! config_h.SH
1150      Branch: metaconfig
1151            ! U/compline/d_sigaction.U
1152 ____________________________________________________________________________
1153 [  4164] By: jhi                                   on 1999/09/15  06:57:51
1154         Log: Integrate with Sarathy.
1155      Branch: cfgperl
1156           +> jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
1157           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
1158           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
1159           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL
1160           !> Changes MANIFEST embed.h embed.pl jpl/JNI/JNI.pm
1161           !> jpl/JNI/JNI.xs jpl/JNI/Makefile.PL jpl/JNI/test.pl
1162           !> jpl/JNI/typemap jpl/JPL/Makefile.PL
1163           !> jpl/PerlInterpreter/Makefile.PL
1164           !> jpl/PerlInterpreter/PerlInterpreter.c
1165           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
1166           !> jpl/Sample/Makefile.PL jpl/install-jpl
1167           !> lib/File/Spec/Functions.pm pod/perlhist.pod regexec.c
1168           !> t/op/pat.t
1169 ____________________________________________________________________________
1170 [  4163] By: gsar                                  on 1999/09/15  05:17:27
1171         Log: add :ALL export tag (from Chris Nandor <pudge@pobox.com>)
1172      Branch: perl
1173            ! lib/File/Spec/Functions.pm
1174 ____________________________________________________________________________
1175 [  4162] By: gsar                                  on 1999/09/15  05:09:14
1176         Log: addendum to change#4136 (from Robin Barker <rmb1@cise.npl.co.uk>)
1177      Branch: perl
1178            ! Changes embed.h embed.pl
1179 ____________________________________________________________________________
1180 [  4161] By: gsar                                  on 1999/09/15  04:08:25
1181         Log: missing perlhist dates from Jeff Okamoto
1182      Branch: perl
1183            ! pod/perlhist.pod
1184 ____________________________________________________________________________
1185 [  4160] By: gsar                                  on 1999/09/15  03:13:08
1186         Log: jpl tweak
1187      Branch: perl
1188            ! MANIFEST jpl/JNI/Makefile.PL
1189 ____________________________________________________________________________
1190 [  4159] By: gsar                                  on 1999/09/15  02:57:08
1191         Log: update to JPL snapshot v09141999, with minor tweaks (from Brian
1192              Jepson <bjepson@home.com>)
1193      Branch: perl
1194            + jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
1195            + jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
1196            + jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
1197            + jpl/JNI/typemap.win32 jpl/SETVARS.PL
1198            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
1199            ! jpl/JNI/test.pl jpl/JNI/typemap jpl/JPL/Makefile.PL
1200            ! jpl/PerlInterpreter/Makefile.PL
1201            ! jpl/PerlInterpreter/PerlInterpreter.c
1202            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
1203            ! jpl/Sample/Makefile.PL jpl/install-jpl
1204 ____________________________________________________________________________
1205 [  4158] By: gsar                                  on 1999/09/15  01:27:14
1206         Log: From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
1207              Date:    Tue, 14 Sep 1999 21:26:15 EDT
1208              Message-Id: <199909150126.VAA24720@monk.mps.ohio-state.edu>
1209              Subject: [PATCH 5.005_58+] Re: [ID 19990914.001] Perl_re_intuit_start() hangs in a loop
1210      Branch: perl
1211            ! regexec.c t/op/pat.t
1212 ____________________________________________________________________________
1213 [  4157] By: jhi                                   on 1999/09/14  21:18:09
1214         Log: config.h will define USE_64_BITS if need be.
1215      Branch: cfgperl
1216            ! hints/irix_6.sh
1217 ____________________________________________________________________________
1218 [  4156] By: jhi                                   on 1999/09/14  20:30:00
1219         Log: Change #4149 necessitates also a small code change.
1220      Branch: cfgperl
1221            ! ext/B/defsubs_h.PL
1222 ____________________________________________________________________________
1223 [  4155] By: jhi                                   on 1999/09/14  20:15:53
1224         Log: Update EPOC libdir names.
1225      Branch: cfgperl
1226            ! epoc/config.h
1227 ____________________________________________________________________________
1228 [  4154] By: jhi                                   on 1999/09/14  20:13:41
1229         Log: Obsolete epoc/config.h caused #4153 to re-introduce already
1230              deceased HAS.*DBM.*64 mumblings.
1231      Branch: cfgperl
1232            ! Configure config_h.SH epoc/config.h
1233 ____________________________________________________________________________
1234 [  4153] By: jhi                                   on 1999/09/14  20:04:53
1235         Log: Configure nits.
1236      Branch: cfgperl
1237            ! Configure config_h.SH
1238      Branch: metaconfig
1239            ! U/compline/d_sigaction.U U/threads/i_pthread.U
1240 ____________________________________________________________________________
1241 [  4152] By: jhi                                   on 1999/09/14  19:30:22
1242         Log: Integrate with Sarathy.
1243      Branch: cfgperl
1244           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
1245            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
1246           !> INSTALL MANIFEST ext/B/Makefile.PL pod/perldiag.pod
1247           !> win32/config_sh.PL
1248 ____________________________________________________________________________
1249 [  4151] By: jhi                                   on 1999/09/14  10:25:01
1250         Log: Update Unicode database and recompute the tables.
1251              Rename the .txt files to be more Unicode 3.0-like.
1252              Unihan-3.0.txt not included because it is 16 MB.
1253              syllables.txt is manually maintained.
1254              See ReadMe.txt for description of the .txt files.
1255              (not all of them are used yet)
1256      Branch: cfgperl
1257            + lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
1258            + lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
1259            + lib/unicode/Index.txt lib/unicode/Jamo-2.txt
1260            + lib/unicode/LineBrk.txt lib/unicode/Names.txt
1261            + lib/unicode/Props.txt lib/unicode/ReadMe.txt
1262            + lib/unicode/SpecCase.txt
1263            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
1264            - lib/unicode/index2.txt lib/unicode/jamo2.txt
1265            - lib/unicode/names2.txt lib/unicode/props2.txt
1266            - lib/unicode/readme.txt
1267            ! MANIFEST lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
1268            ! lib/unicode/Bidirectional.pl lib/unicode/Block.pl
1269            ! lib/unicode/Category.pl lib/unicode/CombiningClass.pl
1270            ! lib/unicode/Decomposition.pl
1271            ! lib/unicode/In/ArabicPresentationForms-B.pl
1272            ! lib/unicode/In/Specials.pl lib/unicode/In/Tibetan.pl
1273            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
1274            ! lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiL.pl
1275            ! lib/unicode/Is/BidiON.pl lib/unicode/Is/BidiWS.pl
1276            ! lib/unicode/Is/DCcompat.pl lib/unicode/Is/DecoCanon.pl
1277            ! lib/unicode/Is/DecoCompat.pl lib/unicode/Is/L.pl
1278            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lo.pl
1279            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Lu.pl
1280            ! lib/unicode/Is/Pd.pl lib/unicode/Is/Po.pl lib/unicode/Is/S.pl
1281            ! lib/unicode/Is/Sm.pl lib/unicode/Is/So.pl
1282            ! lib/unicode/Is/Upper.pl lib/unicode/Is/Word.pl
1283            ! lib/unicode/JamoShort.pl lib/unicode/UnicodeData-Latest.txt
1284            ! lib/unicode/mktables.PL
1285 ____________________________________________________________________________
1286 [  4150] By: gsar                                  on 1999/09/14  09:31:57
1287         Log: INSTALL tweak
1288      Branch: perl
1289            ! INSTALL
1290 ____________________________________________________________________________
1291 [  4149] By: gsar                                  on 1999/09/14  09:00:45
1292         Log: change some filenames to be 8.3-friendly
1293      Branch: perl
1294           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
1295            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
1296            ! MANIFEST ext/B/Makefile.PL pod/perldiag.pod
1297 ____________________________________________________________________________
1298 [  4148] By: gsar                                  on 1999/09/14  08:35:00
1299         Log: win32 config tweak (suggested by Greg Chapman <glc@well.com>)
1300      Branch: perl
1301            ! win32/config_sh.PL
1302 ____________________________________________________________________________
1303 [  4147] By: jhi                                   on 1999/09/14  08:07:49
1304         Log: Not that UVSIZE normally differs that much from IVSIZE...
1305      Branch: cfgperl
1306            ! perl.h
1307 ____________________________________________________________________________
1308 [  4146] By: jhi                                   on 1999/09/14  08:04:40
1309         Log: Integrate with Sarathy.
1310      Branch: cfgperl
1311           !> Changes ext/DB_File/DB_File.xs
1312 ____________________________________________________________________________
1313 [  4145] By: jhi                                   on 1999/09/14  07:10:02
1314         Log: I_PTHREAD was PTHREADEAD.
1315      Branch: cfgperl
1316            ! Configure config_h.SH
1317      Branch: metaconfig
1318            ! U/threads/i_pthread.U
1319 ____________________________________________________________________________
1320 [  4144] By: gsar                                  on 1999/09/14  06:46:47
1321         Log: change#4113 was missing DB_File.xs changes
1322      Branch: perl
1323            ! ext/DB_File/DB_File.xs
1324 ____________________________________________________________________________
1325 [  4143] By: jhi                                   on 1999/09/13  20:16:20
1326         Log: Small doc and whitespace edits.
1327      Branch: cfgperl
1328            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
1329            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
1330            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
1331            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
1332            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
1333            ! pod/perldelta.pod
1334 ____________________________________________________________________________
1335 [  4142] By: gsar                                  on 1999/09/13  19:32:31
1336         Log: integrate cfgperl contents into mainline, update Changes
1337      Branch: perl
1338           +> ext/DB_File/version.c
1339            ! Changes
1340           !> (integrate 44 files)
1341 ____________________________________________________________________________
1342 [  4141] By: jhi                                   on 1999/09/13  16:16:56
1343         Log: Scan for <pthread.h> always.
1344      Branch: cfgperl
1345            ! Configure config_h.SH perl.h
1346      Branch: metaconfig
1347            ! U/threads/i_pthread.U
1348 ____________________________________________________________________________
1349 [  4140] By: jhi                                   on 1999/09/13  16:00:08
1350         Log: Integrate with Sarathy.
1351      Branch: cfgperl
1352           !> (integrate 27 files)
1353 ____________________________________________________________________________
1354 [  4139] By: jhi                                   on 1999/09/13  15:35:18
1355         Log: Add -A option to Configure to diddle with variables
1356              after the hints file has been applied.
1357      Branch: cfgperl
1358            ! Configure config_h.SH
1359      Branch: metaconfig
1360            ! U/modified/Oldconfig.U U/modified/Options.U
1361 ____________________________________________________________________________
1362 [  4138] By: jhi                                   on 1999/09/13  13:42:56
1363         Log: Change #4136 edited DynaLoader.xs which is kind of fruitless.
1364      Branch: cfgperl
1365            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
1366            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
1367            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
1368            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
1369            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
1370 ____________________________________________________________________________
1371 [  4137] By: jhi                                   on 1999/09/13  13:25:31
1372         Log: Applying change #4136 manually introduced patch residue.
1373      Branch: cfgperl
1374            ! perl.h
1375 ____________________________________________________________________________
1376 [  4136] By: jhi                                   on 1999/09/13  13:23:04
1377         Log: Replace change #4100 with
1378              From: Robin Barker <rmb1@cise.npl.co.uk>
1379              To: gsar@activestate.com
1380              Cc: perl5-porters@perl.org
1381              Subject: Re: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with -Duse64bits
1382              Date: Mon, 13 Sep 1999 14:15:11 +0100 (BST)
1383              Message-Id: <199909131315.OAA24012@tempest.npl.co.uk>
1384      Branch: cfgperl
1385            ! doio.c dump.c ext/B/B.xs ext/B/typemap
1386            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
1387            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
1388            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
1389            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
1390 ____________________________________________________________________________
1391 [  4135] By: jhi                                   on 1999/09/13  10:22:31
1392         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1393              To: perl5-porters@perl.org (Mailing list Perl5)
1394              Subject: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
1395              Date: Sat, 11 Sep 1999 05:31:03 -0400 (EDT)
1396              Message-Id: <199909110931.FAA11036@monk.mps.ohio-state.edu>
1397              
1398              From: andreas.koenig@anima.de (Andreas J. Koenig)
1399              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
1400              Cc: perl5-porters@perl.org (Mailing list Perl5)
1401              Subject: Re: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
1402              Date: 11 Sep 1999 15:36:26 +0200
1403              Message-ID: <sfc906dr2n9.fsf@hohenstaufen.in-berlin.de>
1404      Branch: cfgperl
1405            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
1406 ____________________________________________________________________________
1407 [  4134] By: jhi                                   on 1999/09/13  10:20:14
1408         Log: From: Tom Phoenix <rootbeer@redcat.com>
1409              To: Perl Porters Mailing List <perl5-porters@perl.org>
1410              Subject: [DOCPATCH] Server errors and perldiag
1411              Date: Fri, 10 Sep 1999 16:45:02 -0700 (PDT)
1412              Message-ID: <Pine.GSO.4.10.9909101639490.16999-100000@user2.teleport.com>
1413      Branch: cfgperl
1414            ! pod/perldiag.pod
1415 ____________________________________________________________________________
1416 [  4133] By: gsar                                  on 1999/09/13  03:25:43
1417         Log: avoid assertion failure on C<@a'>
1418      Branch: perl
1419            ! toke.c
1420 ____________________________________________________________________________
1421 [  4132] By: gsar                                  on 1999/09/13  03:03:57
1422         Log: add -DPERL_Y2KWARN build option that will generate additional
1423              warnings on "19$yy" etc (reworked a patch suggested by
1424              Ulrich Pfeifer <upf@de.uu.net>)
1425      Branch: perl
1426            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod
1427            ! pp_hot.c sv.c t/pragma/warn/pp_hot t/pragma/warn/sv
1428 ____________________________________________________________________________
1429 [  4131] By: gsar                                  on 1999/09/12  22:06:25
1430         Log: fix DATA leaks; reword documentation about the DATA filehandle
1431      Branch: perl
1432            ! ext/Opcode/Safe.pm lib/Pod/Functions.pm pod/perldata.pod
1433 ____________________________________________________________________________
1434 [  4130] By: gsar                                  on 1999/09/12  20:08:56
1435         Log: make sprintf("%g",...) threadsafe; only taint its result iff the
1436              formatted result looks nonstandard
1437      Branch: perl
1438            ! embed.pl embedvar.h intrpvar.h objXSUB.h perl.c perlapi.c
1439            ! pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
1440            ! t/pragma/locale.t thrdvar.h
1441 ____________________________________________________________________________
1442 [  4129] By: gsar                                  on 1999/09/12  17:04:11
1443         Log: From: Doug MacEachern <dougm@cp.net>
1444              Date: Sun, 25 Jul 1999 15:49:00 -0700 (PDT)
1445              Message-ID: <Pine.LNX.4.10.9907251538380.373-100000@mojo.eng.cp.net>
1446              Subject: [PATCH 5.005_57] B::clearsym
1447      Branch: perl
1448            ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/Debug.pm ext/B/B/Terse.pm
1449 ____________________________________________________________________________
1450 [  4128] By: gsar                                  on 1999/09/12  16:59:12
1451         Log: better debugger help output (from Ilya Zakharevich)
1452      Branch: perl
1453            ! lib/perl5db.pl
1454 ____________________________________________________________________________
1455 [  4127] By: jhi                                   on 1999/09/11  20:50:37
1456         Log: Integrate with Sarathy.
1457      Branch: cfgperl
1458           +> pod/perlcompile.pod t/lib/gol-basic.t t/lib/gol-compat.t
1459           +> t/lib/gol-linkage.t
1460           !> (integrate 43 files)
1461 ____________________________________________________________________________
1462 [  4126] By: nick                                  on 1999/09/10  20:44:22
1463         Log: Get resolve -at mainline
1464      Branch: utfperl
1465           +> (branch 297 files)
1466            - README.cygwin32 XSlock.h bytecode.h byterun.c byterun.h
1467            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
1468            - cygwin32/perlld ext/B/byteperl.c ext/DynaLoader/dl_cygwin32.xs
1469            - hints/cygwin32.sh interp.sym myconfig objpp.h perl_exp.SH
1470            - t/pragma/warn-1global t/pragma/warning.t thread.sym
1471            - win32/GenCAPI.pl win32/TEST win32/autosplit.pl
1472            - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
1473            - win32/genxsdef.pl win32/makedef.pl win32/makemain.pl
1474            - win32/makeperldef.pl win32/perlhost.h
1475           !> (integrate 847 files)
1476 ____________________________________________________________________________
1477 [  4125] By: gsar                                  on 1999/09/10  19:22:14
1478         Log: s/dXS_TARGET/dXSTARG/ in change#4044 (to match dARGS vs dXSARGS
1479              etc.)
1480      Branch: perl
1481            ! XSUB.h pp.h
1482 ____________________________________________________________________________
1483 [  4124] By: gsar                                  on 1999/09/10  19:14:35
1484         Log: rewrote substantive parts of patch
1485              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1486              Date: Fri, 27 Aug 1999 19:02:18 -0400
1487              Message-ID: <19990827190218.A19561@monk.mps.ohio-state.edu>
1488              Subject: [PATCH 5.005_58] REx documentation
1489      Branch: perl
1490            ! pod/perlre.pod
1491 ____________________________________________________________________________
1492 [  4123] By: gsar                                  on 1999/09/10  18:21:53
1493         Log: note about AVf_*
1494      Branch: perl
1495            ! av.h
1496 ____________________________________________________________________________
1497 [  4122] By: gsar                                  on 1999/09/10  17:55:42
1498         Log: allow 'text' in L<text|A::B/"C"> (from Martin Lichtin
1499              <lichtin@bivio.com>)
1500      Branch: perl
1501            ! lib/Pod/Html.pm
1502 ____________________________________________________________________________
1503 [  4121] By: gsar                                  on 1999/09/10  17:49:35
1504         Log: dos-djgpp update (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
1505      Branch: perl
1506            ! AUTHORS Changes README.dos djgpp/config.over
1507            ! djgpp/configure.bat djgpp/djgpp.c djgpp/djgppsed.sh dosish.h
1508            ! lib/ExtUtils/MM_Unix.pm pod/pod2usage.PL pod/podchecker.PL
1509            ! pod/podselect.PL sv.h t/io/openpid.t util.c
1510 ____________________________________________________________________________
1511 [  4120] By: gsar                                  on 1999/09/10  12:25:01
1512         Log: add perlcompile.pod (edited content from Nathan Torkington
1513              <gnat@frii.com> and others)
1514      Branch: perl
1515            + pod/perlcompile.pod
1516            ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod pod/roffitall
1517 ____________________________________________________________________________
1518 [  4119] By: gsar                                  on 1999/09/10  11:05:13
1519         Log: avoid leaking static local_patches unless patchlevel.h is
1520              explicitly included
1521      Branch: perl
1522            ! patchlevel.h perl.c
1523 ____________________________________________________________________________
1524 [  4118] By: gsar                                  on 1999/09/10  10:44:54
1525         Log: upgrade to Getopt::Long v2.20 (from Johan Vromans
1526              <jvromans@squirrel.nl>)
1527      Branch: perl
1528            + t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
1529            ! Changes MANIFEST lib/Getopt/Long.pm
1530 ____________________________________________________________________________
1531 [  4117] By: jhi                                   on 1999/09/09  18:24:30
1532         Log: Remove ill-designed %B introduced by change #4111.
1533      Branch: cfgperl
1534            ! sv.c t/op/sprintf.t
1535 ____________________________________________________________________________
1536 [  4116] By: jhi                                   on 1999/09/09  15:56:52
1537         Log: perldeltify change #4115.
1538      Branch: cfgperl
1539            ! pod/perldelta.pod
1540 ____________________________________________________________________________
1541 [  4115] By: jhi                                   on 1999/09/09  15:48:56
1542         Log: From: "John L. Allen" <allen@grumman.com> 
1543              To: perl5-porters@perl.org 
1544              Subject: [ID 19990901.003] Time::Local should not croak on "out-of-range" days
1545              Date: Wed, 1 Sep 1999 13:33:39 -0400 (EDT) 
1546              Message-Id: <199909011733.NAA17356@gateway.grumman.com> 
1547      Branch: cfgperl
1548            ! lib/Time/Local.pm
1549 ____________________________________________________________________________
1550 [  4114] By: jhi                                   on 1999/09/09  15:42:30
1551         Log: From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
1552              To: perl5-porters@perl.org
1553              Subject: [ID 19990909.003] MAXINT redefined warning on HP-UX 10.20
1554              Date: Thu, 9 Sep 1999 10:33:37 -0500 (CDT)
1555              Message-Id: <199909091533.KAA01242@www.cvm.uiuc.edu>
1556      Branch: cfgperl
1557            ! pp_sys.c
1558 ____________________________________________________________________________
1559 [  4113] By: jhi                                   on 1999/09/09  10:17:45
1560         Log: From: paul.marquess@bt.com
1561              To: gsar@ActiveState.com
1562              Cc: perl5-porters@perl.org
1563              Subject: [PATCH 5.005_61] DB_File 1.71
1564              Date: Thu, 9 Sep 1999 11:20:13 +0100
1565              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BBE@mbtlipnt02.btlabs.bt.co.uk>
1566      Branch: cfgperl
1567            + ext/DB_File/version.c
1568            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
1569            ! ext/DB_File/Makefile.PL ext/DB_File/dbinfo ext/DB_File/typemap
1570            ! t/lib/db-btree.t
1571 ____________________________________________________________________________
1572 [  4112] By: jhi                                   on 1999/09/09  09:05:32
1573         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1574              To: perl5-porters@perl.org (Mailing list Perl5)
1575              Subject: [PATCH 5.005_58] Fix interaction of (?p{}) and (?>)
1576              Date: Thu, 9 Sep 1999 04:40:11 -0400 (EDT)
1577              Message-Id: <199909090840.EAA26471@monk.mps.ohio-state.edu>
1578      Branch: cfgperl
1579            ! regexec.c t/op/pat.t
1580 ____________________________________________________________________________
1581 [  4111] By: jhi                                   on 1999/09/09  07:50:07
1582         Log: %#b in particular and %B in general were kaputt.
1583      Branch: cfgperl
1584            ! sv.c t/op/sprintf.t
1585 ____________________________________________________________________________
1586 [  4110] By: jhi                                   on 1999/09/09  07:29:17
1587         Log: Tidy up 64-bit situation in perldelta.
1588      Branch: cfgperl
1589            ! pod/perldelta.pod
1590 ____________________________________________________________________________
1591 [  4109] By: jhi                                   on 1999/09/09  07:26:53
1592         Log: Clear up PL_regcc issues.
1593              
1594              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1595              To: perl5-porters@perl.org (Mailing list Perl5)
1596              Subject: [PATCH 5.005_60] Another regexec.c unobfuscation
1597              Date: Thu, 9 Sep 1999 02:49:49 -0400 (EDT)
1598              Message-Id: <199909090649.CAA26119@monk.mps.ohio-state.edu>
1599      Branch: cfgperl
1600            ! regexec.c
1601 ____________________________________________________________________________
1602 [  4108] By: gsar                                  on 1999/09/08  20:52:51
1603         Log: avoid ass_u_ming uppercase types are not user objects (spotted
1604              by Kurt Starsinic)
1605      Branch: perl
1606            ! ext/Data/Dumper/Dumper.pm
1607 ____________________________________________________________________________
1608 [  4107] By: gsar                                  on 1999/09/08  20:35:18
1609         Log: From: akim@epita.fr (DEMAILLE Akim)
1610              Date: Wed, 8 Sep 1999 18:18:44 +0200 (CEST)
1611              Message-Id: <m11OkQm-003A4IC@beyrouth.lrde.epita.fr>
1612              Subject: [ID 19990908.014] s2p does not quote @
1613      Branch: perl
1614            ! x2p/s2p.PL
1615 ____________________________________________________________________________
1616 [  4106] By: gsar                                  on 1999/09/08  20:25:12
1617         Log: integrate cfgperl contents into mainline
1618      Branch: perl
1619           !> (integrate 30 files)
1620 ____________________________________________________________________________
1621 [  4105] By: jhi                                   on 1999/09/08  09:02:37
1622         Log: Minor touches at the [:class:] description.
1623      Branch: cfgperl
1624            ! pod/perlre.pod
1625 ____________________________________________________________________________
1626 [  4104] By: jhi                                   on 1999/09/08  08:57:58
1627         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1628              To: Mailing list Perl5 <perl5-porters@perl.org>
1629              Subject: [PATCH 5.005_58] Fix debugging output for REx
1630              Date: Wed, 8 Sep 1999 05:02:02 -0400
1631              Message-ID: <19990908050201.A17682@monk.mps.ohio-state.edu>
1632      Branch: cfgperl
1633            ! regcomp.c
1634 ____________________________________________________________________________
1635 [  4103] By: gsar                                  on 1999/09/08  00:53:50
1636         Log: fix memory leak in C<sub f { split ' ', "a b" } f() while 1>
1637      Branch: perl
1638            ! pp.c
1639 ____________________________________________________________________________
1640 [  4102] By: gsar                                  on 1999/09/08  00:52:50
1641         Log: fix memory leak in C<sub f { @_ = 1 } f() while 1>
1642      Branch: perl
1643            ! cop.h pp_hot.c
1644 ____________________________________________________________________________
1645 [  4101] By: gsar                                  on 1999/09/07  17:25:07
1646         Log: various fixups for windows
1647      Branch: perl
1648            ! embed.h embed.pl objXSUB.h op.c perlapi.c proto.h
1649            ! win32/Makefile win32/makefile.mk xsutils.c
1650 ____________________________________________________________________________
1651 [  4100] By: jhi                                   on 1999/09/07  12:49:15
1652         Log: Fix pointer casts.
1653              
1654              From: Robin Barker <rmb1@cise.npl.co.uk>
1655              To: perl5-porters@perl.org
1656              Subject: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with
1657              -Duse64bits
1658              Date: Tue, 7 Sep 1999 12:30:18 +0100 (BST)
1659              Message-Id: <199909071130.MAA11435@tempest.npl.co.uk>
1660      Branch: cfgperl
1661            ! doio.c dump.c ext/B/B.xs ext/B/typemap
1662            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
1663            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
1664            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
1665            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
1666 ____________________________________________________________________________
1667 [  4099] By: jhi                                   on 1999/09/07  10:29:04
1668         Log: Add sig/pid/uid size and sign probes.
1669      Branch: metaconfig
1670            + U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
1671            + U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
1672 ____________________________________________________________________________
1673 [  4098] By: jhi                                   on 1999/09/07  10:27:06
1674         Log: Band-aid until we've got %{Uid_t} or something similar
1675              for sv_catpvfn().
1676      Branch: cfgperl
1677            ! taint.c
1678 ____________________________________________________________________________
1679 [  4097] By: jhi                                   on 1999/09/07  09:41:23
1680         Log: Fix a printf thinko: now quads must have the ll L q prefix.
1681              (in other words, a bare %d is an int/unsigned)
1682      Branch: cfgperl
1683            ! pp_sys.c sv.c t/op/64bit.t
1684 ____________________________________________________________________________
1685 [  4096] By: jhi                                   on 1999/09/07  07:36:17
1686         Log: HP-UX 10.20 and gcc 2.8.1 break UINT32_MAX.
1687              
1688              From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
1689              To: perl5-porters@perl.org
1690              Subject: [ID 19990906.007] Not OK: perl 5.00561 on PA-RISC1.1 10.20
1691              Date: Mon, 6 Sep 1999 21:18:12 -0500 (CDT)
1692              Message-Id: <199909070218.VAA29232@www.cvm.uiuc.edu>
1693      Branch: cfgperl
1694            ! hints/hpux.sh perl.h
1695 ____________________________________________________________________________
1696 [  4095] By: gsar                                  on 1999/09/06  20:47:02
1697         Log: applied suggested patch with suitable test to detect MSVC
1698              From: "Vishal Bhatia" <vishalb@my-deja.com>
1699              Date: Wed, 11 Aug 1999 01:43:28 -0700
1700              Message-ID: <GFCJELIOGEENAAAA@my-deja.com>
1701              Subject: compiler on  win32
1702      Branch: perl
1703            ! ext/B/B/C.pm
1704 ____________________________________________________________________________
1705 [  4094] By: jhi                                   on 1999/09/06  20:34:44
1706         Log: Integrate with Sarathy.
1707      Branch: cfgperl
1708           !> ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
1709           !> t/harness t/pragma/sub_lval.t utils/Makefile utils/perlcc.PL
1710 ____________________________________________________________________________
1711 [  4093] By: jhi                                   on 1999/09/06  20:33:43
1712         Log: Fix UV_SIZEOF to UVSIZE; change the overflow tests
1713              so that they overflow also on 64-bit platforms.
1714      Branch: cfgperl
1715            ! t/pragma/warn/toke t/pragma/warn/util toke.c util.c
1716 ____________________________________________________________________________
1717 [  4092] By: gsar                                  on 1999/09/06  20:16:58
1718         Log: support bytecode and C backends in perlcc (patch suggested
1719              by Tom Hughes <tom@compton.au>); s/-opt/-noopt/ and make the
1720              C backend the default; describe new switches in pod; introduce
1721              PERLCC_OPTS and s/COMPILE_TIMEOUT/PERLCC_TIMEOUT/;
1722              s/COMPILE_TEST/HARNESS_COMPILE_TEST/; document these %ENV
1723              entries
1724      Branch: perl
1725            ! ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
1726            ! t/harness utils/Makefile utils/perlcc.PL
1727 ____________________________________________________________________________
1728 [  4091] By: jhi                                   on 1999/09/06  19:10:41
1729         Log: Integrate with Sarathy.
1730      Branch: cfgperl
1731           +> t/pragma/sub_lval.t
1732           !> (integrate 52 files)
1733 ____________________________________________________________________________
1734 [  4090] By: gsar                                  on 1999/09/06  19:09:06
1735         Log: propagate changed error text
1736      Branch: perl
1737            ! t/pragma/sub_lval.t
1738 ____________________________________________________________________________
1739 [  4089] By: gsar                                  on 1999/09/06  18:54:43
1740         Log: sprintf doc tweak (from Ian Phillipps <ian@dial.pipex.com>)
1741      Branch: perl
1742            ! pod/perlfunc.pod
1743 ____________________________________________________________________________
1744 [  4088] By: gsar                                  on 1999/09/06  18:52:10
1745         Log: From: paul.marquess@bt.com
1746              Date: Sun, 5 Sep 1999 15:11:08 +0100 
1747              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BAB@mbtlipnt02.btlabs.bt.co.uk>
1748              Subject: [PATCH 5.005_61] Another patch for Lexical Warnings
1749      Branch: perl
1750            ! pp_sys.c t/pragma/warn/doio t/pragma/warn/op
1751            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys
1752            ! t/pragma/warn/regcomp t/pragma/warn/sv t/pragma/warn/toke
1753            ! t/pragma/warn/universal t/pragma/warn/utf8 t/pragma/warn/util
1754            ! toke.c
1755 ____________________________________________________________________________
1756 [  4087] By: gsar                                  on 1999/09/06  18:06:06
1757         Log: change#3612 is buggy when quotemeta argument matches target
1758              (hope this is the last of the optimized-OP_SASSIGN bugs)
1759              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1760              Date: Sun, 5 Sep 1999 06:07:42 -0400 (EDT)
1761              Message-Id: <199909051007.GAA06423@monk.mps.ohio-state.edu>
1762              Subject: Re: [BUG: quotemeta]
1763      Branch: perl
1764            ! Changes op.c t/op/lex_assign.t
1765 ____________________________________________________________________________
1766 [  4086] By: gsar                                  on 1999/09/06  17:57:52
1767         Log: misc tweaks
1768      Branch: perl
1769            ! bytecode.pl ext/ByteLoader/byterun.h pod/perlsyn.pod toke.c
1770 ____________________________________________________________________________
1771 [  4085] By: gsar                                  on 1999/09/06  03:54:23
1772         Log: applied patch suggested by Hans Mulder to fix problems on
1773              OPENSTEP-Mach; be more careful about PERL_POLLUTE_MALLOC
1774              when they ask for bincompat (platforms that used to default
1775              to EMBEDMYMALLOC continue to do so); disable warnings.t#192
1776              (appears unsalvageable on some platforms)
1777      Branch: perl
1778            ! embed.h embed.pl handy.h perl.h pp_sys.c t/pragma/warn/pp_hot
1779 ____________________________________________________________________________
1780 [  4084] By: bailey                                on 1999/09/06  02:39:11
1781         Log: Integrate mainline 5.05_61
1782      Branch: vmsperl
1783           +> (branch 32 files)
1784            - lib/unicode/EthiopicSyllables.txt
1785            - lib/unicode/MakeEthiopicSyllables.PL t/pragma/warning.t
1786            - warning.pl
1787            ! vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
1788            ! vms/perly_h.vms vms/vms.c
1789           !> (integrate 346 files)
1790 ____________________________________________________________________________
1791 [  4083] By: gsar                                  on 1999/09/06  00:10:40
1792         Log: optional warning on join(/foo/...) (reworked suggested patch
1793              by Mark-Jason Dominus <mjd@plover.com>)
1794      Branch: perl
1795            ! embed.h objXSUB.h op.c opcode.h opcode.pl perlapi.c
1796            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.sym
1797            ! pp_proto.h t/pragma/warn/op
1798 ____________________________________________________________________________
1799 [  4082] By: gsar                                  on 1999/09/05  22:28:57
1800         Log: fix data loss when more than one block is read from SDBM
1801              *.dir file (suggested by Uwe Ohse <uwe@ohse.de>)
1802      Branch: perl
1803            ! ext/SDBM_File/sdbm/sdbm.c
1804 ____________________________________________________________________________
1805 [  4081] By: gsar                                  on 1999/09/05  22:07:18
1806         Log: initial implementation of lvalue subroutines (slightly fixed
1807              version of patch suggested by Ilya Zakharevich, which in turn
1808              is based on the one suggested by Tuomas J. Lukka <lukka@iki.fi>)
1809      Branch: perl
1810            + t/pragma/sub_lval.t
1811            ! MANIFEST cop.h cv.h dump.c embed.h ext/Opcode/Opcode.pm
1812            ! ext/attrs/attrs.pm ext/attrs/attrs.xs global.sym objXSUB.h
1813            ! op.c op.h opcode.h opcode.pl opnames.h perlapi.c
1814            ! pod/perldiag.pod pod/perlsub.pod pp.c pp.sym pp_hot.c
1815            ! pp_proto.h proto.h t/pragma/warn/pp_ctl
1816 ____________________________________________________________________________
1817 [  4080] By: jhi                                   on 1999/09/05  22:02:18
1818         Log: Undo #4055 (related to #4079).
1819      Branch: cfgperl
1820            ! pod/perlop.pod
1821 ____________________________________________________________________________
1822 [  4079] By: jhi                                   on 1999/09/05  21:30:54
1823         Log: Time is not yet ripe.
1824      Branch: cfgperl
1825            ! pod/perldelta.pod pod/perlop.pod pp.c t/op/64bit.t t/op/misc.t
1826 ____________________________________________________________________________
1827 [  4078] By: gsar                                  on 1999/09/05  18:17:32
1828         Log: modified suggested patch to handle cross-refs and qr// objects
1829              correctly; unfollowed refs are represented as simple string
1830              value, not just the bare type; $VERSION stays the same until
1831              it is ready for prime time (avoids CPAN confustication)
1832              From:    John Nolan <jpnolan@Op.Net>
1833              Date:    Wed, 04 Aug 1999 20:21:10 EDT
1834              Message-Id: <199908050021.UAA09693@monet.op.net>
1835              Subject: [ID 19990804.006] [PATCH]5.005_60 (Data::Dumper) - implements Maxdepth setting
1836      Branch: perl
1837            ! Changes ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
1838            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo t/lib/dumper.t
1839 ____________________________________________________________________________
1840 [  4077] By: jhi                                   on 1999/09/04  21:54:42
1841         Log: timesum() wasn't @EXPORTed as promised by the documentation.
1842              Bug reported by Alex Efros <powerman@inart.kharkov.com>.
1843      Branch: cfgperl
1844            ! lib/Benchmark.pm
1845 ____________________________________________________________________________
1846 [  4076] By: gsar                                  on 1999/09/04  20:21:59
1847         Log: integrate cfgperl contents into mainline
1848      Branch: perl
1849           +> lib/attributes.pm lib/warnings.pm t/lib/attrs.t t/op/attrs.t
1850           +> t/pragma/warn/7fatal t/pragma/warn/8signal t/pragma/warnings.t
1851           +> warnings.h warnings.pl xsutils.c
1852            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
1853           !> (integrate 109 files)
1854 ____________________________________________________________________________
1855 [  4075] By: jhi                                   on 1999/09/04  18:04:47
1856         Log: use integer on the problematic subtest.
1857      Branch: cfgperl
1858            ! t/op/misc.t
1859 ____________________________________________________________________________
1860 [  4074] By: jhi                                   on 1999/09/04  17:57:40
1861         Log: Warn about numconvert.t in case somebody
1862              wants to make sv_2pv more 64-bit aware.
1863      Branch: cfgperl
1864            ! sv.c
1865 ____________________________________________________________________________
1866 [  4073] By: jhi                                   on 1999/09/04  17:54:51
1867         Log: Comment upgrading: the quad situation isn't quite as
1868              bad as it used to be.
1869      Branch: cfgperl
1870            ! perl.h
1871 ____________________________________________________________________________
1872 [  4072] By: jhi                                   on 1999/09/04  15:35:37
1873         Log: Integrate with Sarathy.
1874      Branch: cfgperl
1875           !> win32/win32.c
1876 ____________________________________________________________________________
1877 [  4071] By: jhi                                   on 1999/09/04  15:28:11
1878         Log: Fix LFS with -Duseperlio in Solaris.  Reported in
1879              
1880              From: Robin Barker <rmb1@cise.npl.co.uk>
1881              To: perl5-porters@perl.org
1882              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
1883              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
1884              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
1885              
1886              and later (in private email) found to be dependent
1887              on useperlio.
1888              
1889              Mental note: the cpp magic done in perlsdio.h (and assumedly
1890              also in perlsfio.h) may cause trouble later with lfs because
1891              both the perlio scheme by Perl and the lfs support by vendors
1892              like to play cpp games to map the stdio namespace back and forth.
1893              The problem fixed here (fseek vs fseeko, ftell vs ftello) may be
1894              just the beginning.
1895      Branch: cfgperl
1896            ! perlio.c
1897 ____________________________________________________________________________
1898 [  4070] By: jhi                                   on 1999/09/04  13:12:14
1899         Log: Enable 64-bit clean bit ops.
1900              (Disables the t/op/misc.t substest 3 in 64-bit platforms.)
1901      Branch: cfgperl
1902            ! pod/perldelta.pod pod/perlop.pod pp.c pp_hot.c t/op/64bit.t
1903            ! t/op/misc.t
1904 ____________________________________________________________________________
1905 [  4069] By: jhi                                   on 1999/09/03  21:17:30
1906         Log: Turn on USE_64_BIT_OFFSETS implicitly.
1907      Branch: cfgperl
1908            ! perl.h
1909 ____________________________________________________________________________
1910 [  4068] By: jhi                                   on 1999/09/03  08:19:59
1911         Log: Fix from Spider for the sub attributes (there was an undocumented
1912              dependency between force_word() and skipspace()).
1913      Branch: cfgperl
1914            ! toke.c
1915 ____________________________________________________________________________
1916 [  4067] By: jhi                                   on 1999/09/01  23:17:06
1917         Log: From: John Tobey <spam@john-edwin-tobey.org>
1918              To: ilya@math.ohio-state.edu
1919              CC: perl5-porters@perl.org
1920              Subject: Re: [PATCH 5.005_60] distclean forgot two
1921              Date: Mon, 23 Aug 1999 02:10:11 -0400 (EDT)
1922              Message-Id: <m11InJ5-000FPCC@feynman.localnet>
1923      Branch: cfgperl
1924            ! t/lib/dprof.t
1925 ____________________________________________________________________________
1926 [  4066] By: jhi                                   on 1999/09/01  23:14:50
1927         Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
1928              To: perl5-porters@perl.org
1929              Subject: [ID 19990821.001] [PATCH] perl5.005_60 cygwin port
1930              Date: Fri, 20 Aug 1999 15:37:27 +0100
1931              Message-Id: <8A160D637356D311BC4300600849EC8122E217@POST>
1932      Branch: cfgperl
1933            ! cygwin/Makefile.SHs ext/ByteLoader/byterun.h
1934            ! ext/SDBM_File/sdbm/sdbm.c hints/cygwin.sh perl.h pp_sys.c
1935            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t
1936 ____________________________________________________________________________
1937 [  4065] By: jhi                                   on 1999/09/01  22:06:43
1938         Log: From: Dominic Dunlop <domo@vo.lu>
1939              To: perl5-porters@perl.org
1940              Subject: [ID 19990819.001] Not OK: perl 5.00560 on powerpc-machten 4.1.1
1941              (UNINSTALLED) [PATCH]
1942              Date: Thu, 19 Aug 1999 09:48:03 +0200
1943              Message-Id: <v03110709b3e165b51dda@[212.24.192.132]>
1944              
1945              The PERL_POLLUTE_MALLOC part had to be manually applied.
1946      Branch: cfgperl
1947            ! hints/machten.sh perl.h
1948 ____________________________________________________________________________
1949 [  4064] By: jhi                                   on 1999/09/01  13:56:14
1950         Log: From: Martin Lichtin <lichtin@bivio.com>
1951              To: jhi@iki.fi
1952              CC: perl5-porters@perl.org
1953              Subject: Re: [ID 19990829.001] ExtUtils::Install.pm, minor umask problem
1954              Date: Wed, 01 Sep 1999 15:50:04 +0200
1955              Message-ID: <37CD2F0C.944BFACE@bivio.com>
1956      Branch: cfgperl
1957            ! lib/ExtUtils/Install.pm
1958 ____________________________________________________________________________
1959 [  4063] By: jhi                                   on 1999/09/01  13:16:11
1960         Log: Enhance lfs tests: check every seek and sysseek
1961              and test also that -e and -f detect largefiles.
1962      Branch: cfgperl
1963            ! t/lib/syslfs.t t/op/lfs.t
1964 ____________________________________________________________________________
1965 [  4062] By: jhi                                   on 1999/09/01  12:08:04
1966         Log: From: Colin Kuskie <ckuskie@Cadence.COM>
1967              To: Ronald J Kimball <rjk@linguist.dartmouth.edu>
1968              cc: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>,
1969              The Perl Porters Mailing List <perl5-porters@perl.org>
1970              Subject: [REPATCH 5.005_61] Re: perldiag.pod omissions
1971              Date: Tue, 31 Aug 1999 11:24:31 -0700 (PDT)
1972              Message-ID: <Pine.GSO.4.10.9908311055460.11290-100000@pdxult10a.cadence.com>
1973      Branch: cfgperl
1974            ! pod/perldiag.pod
1975 ____________________________________________________________________________
1976 [  4061] By: jhi                                   on 1999/09/01  12:03:03
1977         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1978              To: ilya@math.ohio-state.edu (Ilya Zakharevich)
1979              Cc: perl5-porters@perl.org, cloos@adamsmith.ai
1980              Subject: Re: [ID 19990830.005] Assigning value of an op on an SV to said SV
1981              Date: Wed, 1 Sep 1999 02:56:06 -0400 (EDT)
1982              Message-Id: <199909010656.CAA04478@monk.mps.ohio-state.edu>
1983      Branch: cfgperl
1984            ! op.c t/op/join.t
1985 ____________________________________________________________________________
1986 [  4060] By: jhi                                   on 1999/09/01  07:59:42
1987         Log: IV_DIG and NV_DIG fixes.
1988      Branch: cfgperl
1989            ! perl.h
1990 ____________________________________________________________________________
1991 [  4059] By: jhi                                   on 1999/08/31  14:47:18
1992         Log: \C{} -> \N{} residue.
1993      Branch: cfgperl
1994            ! toke.c
1995 ____________________________________________________________________________
1996 [  4057] By: gsar                                  on 1999/08/30  22:08:19
1997         Log: avoid hiding child process window
1998      Branch: perl
1999            ! win32/win32.c
2000 ____________________________________________________________________________
2001 [  4055] By: jhi                                   on 1999/08/30  21:20:50
2002         Log: Document the undefinedness of overshifting.
2003      Branch: cfgperl
2004            ! pod/perlop.pod
2005 ____________________________________________________________________________
2006 [  4054] By: jhi                                   on 1999/08/30  20:18:18
2007         Log: History fixes and updates.
2008      Branch: cfgperl
2009            ! pod/perlhist.pod
2010 ____________________________________________________________________________
2011 [  4053] By: jhi                                   on 1999/08/30  19:34:02
2012         Log: Shell quoting thinko broke installdirs.
2013              From: JVromans@Squirrel.nl (Johan Vromans)
2014              To: perl5-porters@perl.org
2015              Subject: [ID 19990830.001] 5.005_61 Configure does not substitute
2016              installprefix
2017              Date: Mon, 30 Aug 1999 16:10:10 +0200 (MEST)
2018              Message-Id: <14282.37058.934928.805633@plume.nl.compuware.com>
2019      Branch: cfgperl
2020            ! Configure config_h.SH
2021      Branch: metaconfig
2022            ! U/installdirs/archlib.U U/installdirs/bin.U
2023            ! U/installdirs/html1dir.U U/installdirs/html3dir.U
2024            ! U/installdirs/installprefix.U U/installdirs/man1dir.U
2025            ! U/installdirs/man3dir.U U/installdirs/privlib.U
2026            ! U/installdirs/scriptdir.U U/installdirs/sitearch.U
2027            ! U/installdirs/sitebin.U U/installdirs/sitehtml1dir.U
2028            ! U/installdirs/sitehtml3dir.U U/installdirs/sitelib.U
2029            ! U/installdirs/siteman1dir.U U/installdirs/siteman3dir.U
2030            ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
2031            ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
2032            ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
2033            ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
2034            ! U/installdirs/vendorscriptdir.U
2035 ____________________________________________________________________________
2036 [  4052] By: jhi                                   on 1999/08/30  02:57:05
2037         Log: Use \N{named characters} instead of \C.
2038              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2039              To: jhi@iki.fi
2040              Cc: larry@wall.org (Larry Wall), Tim.Bunce@ig.co.uk (Tim Bunce),
2041              perl5-porters@perl.org (Mailing list Perl5)
2042              Subject: Re: [PATCH 5.005_58] Named characters in Perl
2043              Date: Sun, 29 Aug 1999 16:46:53 -0400 (EDT)
2044              Message-Id: <199908292046.QAA05510@monk.mps.ohio-state.edu>
2045      Branch: cfgperl
2046            ! lib/charnames.pm lib/utf8.pm pod/perldiag.pod pod/perlop.pod
2047            ! pod/perlre.pod regcomp.c t/lib/charnames.t toke.c
2048 ____________________________________________________________________________
2049 [  4051] By: jhi                                   on 1999/08/30  02:54:20
2050         Log: From: Spider Boardman <spider@Orb.Nashua.NH.US>
2051              To: perl5-porters@perl.org
2052              Subject: [ID 19990829.004] Autoloaded &VERSION and UNIVERSAL::VERSION
2053              don't mix
2054              Date: Sun, 29 Aug 1999 19:04:53 -0400
2055              Message-Id: <199908292304.TAA13738@Orb.Nashua.NH.US>
2056      Branch: cfgperl
2057            ! universal.c
2058 ____________________________________________________________________________
2059 [  4050] By: jhi                                   on 1999/08/29  16:38:58
2060         Log: Conditionally socksify the LIBS of Socket.
2061      Branch: cfgperl
2062            ! ext/Socket/Makefile.PL
2063 ____________________________________________________________________________
2064 [  4049] By: jhi                                   on 1999/08/29  15:33:30
2065         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2066              To: Mailing list Perl5 <perl5-porters@perl.org>
2067              Subject: Re: [PATCH 5.005_60] fix @DB::typeahead
2068              Date: Wed, 25 Aug 1999 16:19:58 -0400
2069              Message-ID: <19990825161958.A4658@monk.mps.ohio-state.edu>
2070      Branch: cfgperl
2071            ! lib/perl5db.pl
2072 ____________________________________________________________________________
2073 [  4048] By: jhi                                   on 1999/08/29  15:31:36
2074         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
2075              To: perl5-porters@perl.org
2076              Subject: [PATCH _61] Lost arguments to simplified sort
2077              Date: Wed, 25 Aug 1999 23:22:32 -0700 (PDT)
2078              Message-ID: <14276.56616.879390.562685@metonymy.hip.berkeley.edu>
2079      Branch: cfgperl
2080            ! op.c t/op/sort.t
2081 ____________________________________________________________________________
2082 [  4047] By: jhi                                   on 1999/08/29  15:29:29
2083         Log: From: Olaf Flebbe <olaf@science-computing.de>
2084              Sender: owner-perl5-porters@perl.org
2085              To: perl5-porters@perl.org
2086              Subject: [ID 19990827.003] [PATCH]5.005_60 Patch for EPOC Support
2087              Date: Fri, 27 Aug 1999 21:50:41 +0200 (MEST)
2088      Branch: cfgperl
2089            ! README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
2090            ! epoc/perl.mmp epoc/perl.pkg
2091 ____________________________________________________________________________
2092 [  4046] By: jhi                                   on 1999/08/29  15:21:18
2093         Log: From: pvhp@forte.com (Peter Prymmer)
2094              To: perl5-porters@perl.org
2095              Subject: [PATCH: 5.005_61] an EBCDIC friendly cgi-html.t test
2096              Date: Fri, 27 Aug 99 18:51:04 PDT
2097              Message-Id: <9908280151.AA05010@forte.com>
2098      Branch: cfgperl
2099            ! t/lib/cgi-html.t
2100 ____________________________________________________________________________
2101 [  4045] By: jhi                                   on 1999/08/29  15:18:38
2102         Log: Fix scalar gmtime (and localtime) in quad environments,
2103              bug reported by Robin Parker.
2104              
2105              From: Robin Barker <rmb1@cise.npl.co.uk>
2106              To: jhi@iki.fi
2107              Cc: perl5-porters@perl.org
2108              Subject: Re: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
2109              Date: Tue, 24 Aug 1999 11:09:24 +0100 (BST)
2110              Message-Id: <199908241009.LAA24394@tempest.npl.co.uk>
2111      Branch: cfgperl
2112            ! pp_sys.c t/op/time.t
2113 ____________________________________________________________________________
2114 [  4044] By: jhi                                   on 1999/08/29  11:24:03
2115         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2116              To: perl5-porters@perl.org (Mailing list Perl5)
2117              Subject: [PATCH 5.005_60] Speeding up XSUB calls up to 66%
2118              Date: Fri, 27 Aug 1999 03:33:01 -0400 (EDT)
2119              Message-Id: <199908270733.DAA16927@monk.mps.ohio-state.edu>
2120              
2121              Addendum: it's "only" 33% speedup.
2122      Branch: cfgperl
2123            ! dump.c op.c op.h pp.h
2124 ____________________________________________________________________________
2125 [  4043] By: jhi                                   on 1999/08/29  11:10:33
2126         Log: From: spider-perl@Orb.Nashua.NH.US
2127              To: Mailing list Perl5 <perl5-porters@perl.org>
2128              Subject: [PATCH 5.005_61 CORE] sub : attrlist
2129              Date: Sun, 29 Aug 1999 03:02:11 -0400
2130              Message-Id: <199908290702.DAA32191@Orb.Nashua.NH.US>
2131      Branch: cfgperl
2132            + lib/attributes.pm t/lib/attrs.t t/op/attrs.t xsutils.c
2133            ! MANIFEST Makefile.SH embed.h embed.pl embedvar.h global.sym
2134            ! gv.c lib/AutoSplit.pm lib/SelfLoader.pm objXSUB.h op.c perl.c
2135            ! perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
2136            ! perly_c.diff pod/perldelta.pod pod/perldiag.pod
2137            ! pod/perlfunc.pod pod/perlmodlib.pod pod/perlsub.pod proto.h
2138            ! toke.c vms/perly_c.vms vms/perly_h.vms warnings.h
2139 ____________________________________________________________________________
2140 [  4042] By: jhi                                   on 1999/08/29  11:08:50
2141         Log: Turn off gcc-2.95's strict-alias optimization.
2142              This, of course, should be only temporary.
2143              From Andy Dougherty.
2144      Branch: cfgperl
2145            ! Configure config_h.SH
2146      Branch: metaconfig
2147            ! U/compline/ccflags.U U/modified/cc.U
2148 ____________________________________________________________________________
2149 [  4041] By: jhi                                   on 1999/08/29  10:47:30
2150         Log: Fix a typo in #4036.
2151      Branch: cfgperl
2152            ! mg.c
2153 ____________________________________________________________________________
2154 [  4040] By: jhi                                   on 1999/08/29  10:34:58
2155         Log: Add a missing #endif forgotten by #4035.
2156      Branch: cfgperl
2157            ! doop.c
2158 ____________________________________________________________________________
2159 [  4039] By: jhi                                   on 1999/08/29  10:31:19
2160         Log: Remove an extra #endif introduced by #4036.
2161      Branch: cfgperl
2162            ! perl.h
2163 ____________________________________________________________________________
2164 [  4038] By: jhi                                   on 1999/08/29  10:18:59
2165         Log: Rename warning to warnings, from Paul Marquess.
2166      Branch: cfgperl
2167            + lib/warnings.pm t/pragma/warn/7fatal t/pragma/warn/8signal
2168            + t/pragma/warnings.t warnings.h warnings.pl
2169            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
2170            ! MANIFEST Makefile.SH gv.c mg.c perl.h pod/perldelta.pod
2171            ! pod/perldiag.pod pod/perlfunc.pod pod/perllexwarn.pod
2172            ! pod/perlmodlib.pod pod/perlrun.pod pod/perltoc.pod
2173            ! pod/perlvar.pod t/op/64bit.t t/op/tie.t t/pragma/warn/2use
2174            ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/5nolint
2175            ! t/pragma/warn/6default t/pragma/warn/doio t/pragma/warn/doop
2176            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
2177            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
2178            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
2179            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
2180            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
2181            ! t/pragma/warn/utf8 t/pragma/warn/util toke.c
2182 ____________________________________________________________________________
2183 [  4037] By: jhi                                   on 1999/08/29  10:08:47
2184         Log: Create the equivalence tables based on
2185              the real Unicode decomposition, not on
2186              the character name.
2187      Branch: cfgperl
2188            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
2189            ! lib/unicode/mktables.PL
2190 ____________________________________________________________________________
2191 [  4036] By: jhi                                   on 1999/08/29  09:29:08
2192         Log: Integrate with Sarathy.
2193      Branch: cfgperl
2194           +> lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
2195           +> lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
2196           +> lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
2197           +> lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
2198           +> lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
2199           +> lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
2200           !> (integrate 190 files)
2201 ____________________________________________________________________________
2202 [  4035] By: jhi                                   on 1999/08/29  08:56:15
2203         Log: Implement 64-bit vec().
2204      Branch: cfgperl
2205            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
2206            ! pp.h t/op/64bit.t
2207 ____________________________________________________________________________
2208 [  4034] By: gsar                                  on 1999/08/29  03:35:18
2209         Log: deadcode removal
2210      Branch: perl
2211            ! XSUB.h embed.h embed.pl global.sym mg.c op.c perl.h perlapi.h
2212            ! pp_ctl.c proto.h run.c sv.c
2213 ____________________________________________________________________________
2214 [  4033] By: jhi                                   on 1999/08/28  17:31:07
2215         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
2216              To: perl5-porters@perl.org
2217              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
2218              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
2219              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
2220      Branch: cfgperl
2221            ! perl.h
2222 ____________________________________________________________________________
2223 [  4032] By: gsar                                  on 1999/08/26  23:53:33
2224         Log: new thread should set current interp in TLS
2225      Branch: perl
2226            ! ext/Thread/Thread.xs
2227 ____________________________________________________________________________
2228 [  4031] By: bailey                                on 1999/08/23  03:40:07
2229         Log: When extension doesn't have a "main" object file to anchor linker search, pull in all objct files
2230      Branch: vmsperl
2231            ! lib/ExtUtils/MM_VMS.pm
2232 ____________________________________________________________________________
2233 [  4030] By: bailey                                on 1999/08/23  03:37:43
2234         Log: Patch up holes in realclean target
2235      Branch: vmsperl
2236            ! vms/descrip_mms.template
2237 ____________________________________________________________________________
2238 [  4029] By: bailey                                on 1999/08/23  03:36:24
2239         Log: Fix handling of PERL_POLLUTE
2240      Branch: vmsperl
2241            ! lib/ExtUtils/MM_VMS.pm
2242 ____________________________________________________________________________
2243 [  4028] By: bailey                                on 1999/08/23  03:34:08
2244         Log: Update VMS version of perly.h
2245      Branch: vmsperl
2246            ! vms/perly_h.vms
2247 ____________________________________________________________________________
2248 [  4027] By: bailey                                on 1999/08/23  03:32:45
2249         Log: Update dependencies in Descrip.MMS
2250      Branch: vmsperl
2251            ! vms/descrip_mms.template
2252 ____________________________________________________________________________
2253 [  4026] By: bailey                                on 1999/08/23  03:30:01
2254         Log: Fix prototypes in perlapi.c (64-bit?)
2255              Clear prior definition of getenv_len before defining VMS-specific macro
2256      Branch: vmsperl
2257            ! perlapi.c vms/vmsish.h
2258 ____________________________________________________________________________
2259 [  4025] By: bailey                                on 1999/08/23  03:25:51
2260         Log: Add '-m' option to Configure.com which skips the MANIFEST check
2261      Branch: vmsperl
2262            ! configure.com
2263 ____________________________________________________________________________
2264 [  4024] By: bailey                                on 1999/08/23  03:23:34
2265         Log: Skip open() tests that rely on Unix fork semantics
2266      Branch: vmsperl
2267            ! t/io/open.t
2268 ____________________________________________________________________________
2269 [  4023] By: bailey                                on 1999/08/23  03:21:46
2270         Log: Loosen conditons for recognizing a function name in perl.h to accomodate revisions
2271      Branch: vmsperl
2272            ! vms/gen_shrfls.pl
2273 ____________________________________________________________________________
2274 [  4022] By: bailey                                on 1999/08/23  03:17:33
2275         Log: update MM_VMS to use new File::Spec routines
2276      Branch: vmsperl
2277            ! lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm
2278 ____________________________________________________________________________
2279 [  4021] By: bailey                                on 1999/08/23  03:13:40
2280         Log: byteperl is now part of the ByteLoader ext
2281      Branch: vmsperl
2282            ! ext/ByteLoader/byterun.h vms/descrip_mms.template
2283 ____________________________________________________________________________
2284 [  4020] By: bailey                                on 1999/08/23  03:10:41
2285         Log: Allow option to treat barewords at start of Unix paths as simple words rather than logicals
2286      Branch: vmsperl
2287            ! vms/vms.c
2288 ____________________________________________________________________________
2289 [  4019] By: bailey                                on 1999/08/23  03:07:28
2290         Log: Update calls for new thread context handling
2291      Branch: vmsperl
2292            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
2293            ! ext/POSIX/POSIX.xs vms/vms.c vms/vmsish.h vms/writemain.pl
2294 ____________________________________________________________________________
2295 [  4018] By: bailey                                on 1999/08/23  03:01:31
2296         Log: Allow for file versions in library when looking for .bs files
2297      Branch: vmsperl
2298            ! ext/DynaLoader/DynaLoader_pm.PL
2299 ____________________________________________________________________________
2300 [  4017] By: bailey                                on 1999/08/23  02:58:55
2301         Log: Update VMS configuration procedures for 5.005_60
2302      Branch: vmsperl
2303            ! configure.com vms/subconfigure.com
2304 ____________________________________________________________________________
2305 [  4016] By: gsar                                  on 1999/08/20  22:19:56
2306         Log: update Changes
2307      Branch: perl
2308            ! Changes
2309
2310 ----------------
2311 Version 5.005_61
2312 ----------------
2313
2314 ____________________________________________________________________________
2315 [  4015] By: gsar                                  on 1999/08/20  22:17:41
2316         Log: perl_free() should use PerlMem_free()
2317      Branch: perl
2318            ! perl.c
2319 ____________________________________________________________________________
2320 [  4014] By: gsar                                  on 1999/08/20  22:10:46
2321         Log: win32 tweaks
2322      Branch: perl
2323            ! XSUB.h mg.c perl.c win32/config.bc win32/config.gc
2324            ! win32/config.vc win32/config_H.bc win32/config_H.gc
2325            ! win32/config_H.vc
2326 ____________________________________________________________________________
2327 [  4013] By: gsar                                  on 1999/08/20  22:09:56
2328         Log: DEBUG_m() adjusted to internalize dTHX
2329      Branch: perl
2330            ! malloc.c perl.h util.c
2331 ____________________________________________________________________________
2332 [  4012] By: gsar                                  on 1999/08/20  17:51:06
2333         Log: make autogenerated files writable
2334      Branch: perl
2335            ! (edit 171 files)
2336 ____________________________________________________________________________
2337 [  4011] By: gsar                                  on 1999/08/20  17:43:47
2338         Log: update Changes
2339      Branch: perl
2340            ! Changes perl.h pod/perldelta.pod pod/perlguts.pod
2341 ____________________________________________________________________________
2342 [  4010] By: gsar                                  on 1999/08/20  17:21:53
2343         Log: up patchlevel &c
2344      Branch: perl
2345            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
2346            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
2347 ____________________________________________________________________________
2348 [  4009] By: gsar                                  on 1999/08/20  16:46:26
2349         Log: add missing Is/Syl*.pl files
2350      Branch: perl
2351            + lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
2352            + lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
2353            + lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
2354            + lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
2355            + lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
2356            + lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
2357 ____________________________________________________________________________
2358 [  4008] By: gsar                                  on 1999/08/20  16:31:02
2359         Log: integrate cfgperl contents into mainline
2360      Branch: perl
2361           +> ext/ByteLoader/hints/sunos.pl lib/charnames.pm
2362           +> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
2363           +> lib/unicode/syllables.txt t/lib/charnames.t t/lib/syslfs.t
2364           +> t/op/lfs.t
2365            - lib/unicode/EthiopicSyllables.txt
2366            - lib/unicode/MakeEthiopicSyllables.PL
2367           !> (integrate 261 files)
2368 ____________________________________________________________________________
2369 [  4007] By: gsar                                  on 1999/08/20  15:24:08
2370         Log: support USE_THREADS+MULTIPLICITY; source compat tweaks for
2371              USE_THREADS and MULTIPLICITY; minor pod adjustments
2372      Branch: perl
2373            ! Porting/patching.pod Todo Todo-5.005 XSUB.h embed.pl
2374            ! embedvar.h perl.c perl.h pod/perlguts.pod util.c
2375 ____________________________________________________________________________
2376 [  4006] By: jhi                                   on 1999/08/19  19:01:41
2377         Log: Tighten the vec() code so that naughty BITS cause an error.
2378      Branch: cfgperl
2379            ! doop.c
2380 ____________________________________________________________________________
2381 [  4005] By: jhi                                   on 1999/08/19  15:55:09
2382         Log: Don't document ill-defined vec() bits cases
2383              (for which the code doesn't work right in any case)
2384      Branch: cfgperl
2385            ! pod/perldiag.pod pod/perlfunc.pod
2386 ____________________________________________________________________________
2387 [  4004] By: jhi                                   on 1999/08/19  12:49:41
2388         Log: Removed duplicated code (in pp.c and mg.c) by introducing
2389              do_vecget().  NOTE: the calling convention of do_vecset()
2390              changes, too: the `offset' that is assigned to LvTARGOFF(TARG)
2391              in pp_vec() is no more multiplied by `size' in pp_vec(),
2392              the multiplication is now done in do_vecset().
2393              
2394              Also fix a cpp thinko in change #4002.
2395      Branch: cfgperl
2396            ! doop.c embed.h embed.pl embedvar.h global.sym mg.c objXSUB.h
2397            ! perl.h perlapi.c pod/perldiag.pod pod/perlfunc.pod pp.c
2398            ! proto.h
2399 ____________________________________________________________________________
2400 [  4003] By: jhi                                   on 1999/08/18  08:27:22
2401         Log: Warn about small spherical distances.
2402      Branch: cfgperl
2403            ! lib/Math/Trig.pm
2404 ____________________________________________________________________________
2405 [  4002] By: jhi                                   on 1999/08/17  09:11:51
2406         Log: Enhance IV_FITS_IN_IV (though it's still unused).
2407      Branch: cfgperl
2408            ! perl.h
2409 ____________________________________________________________________________
2410 [  4001] By: jhi                                   on 1999/08/17  08:13:34
2411         Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
2412              Message-ID: <sfcogg7ylk7.fsf@hohenstaufen.in-berlin.de>
2413              To: The Perl5 Porters Mailing List <perl5-porters@perl.org>
2414              Subject: [PATCH] overload.pm str/num confu
2415              Date: 17 Aug 1999 08:21:12 +0200
2416      Branch: cfgperl
2417            ! lib/overload.pm
2418 ____________________________________________________________________________
2419 [  4000] By: jhi                                   on 1999/08/17  07:20:23
2420         Log: From: merlyn@stonehenge.com (Randal L. Schwartz)
2421              To: perl5-porters@perl.org
2422              Subject: [ID 19990816.006] small patch to perlobj.pod from 5.005_03
2423              Date: 16 Aug 1999 14:24:28 -0700
2424              Message-Id: <m1ogg7to4z.fsf@halfdome.holdit.com>
2425      Branch: cfgperl
2426            ! pod/perlobj.pod
2427 ____________________________________________________________________________
2428 [  3999] By: jhi                                   on 1999/08/16  19:49:09
2429         Log: Integrate with Nick.
2430      Branch: cfgperl
2431           !> cop.h op.c perl.c t/op/eval.t t/pragma/warn/op util.c
2432 ____________________________________________________________________________
2433 [  3998] By: jhi                                   on 1999/08/16  19:44:29
2434         Log: Fix most of the pod2man moanings reported in
2435              
2436              From: "Larry W. Virden" <lvirden@cas.org>
2437              To: perl5-porters@perl.org
2438              Subject: [ID 19990803.011] Not OK: perl 5.00560 on sun4-solaris 2.6
2439              (UNINSTALLED)
2440              Date: Tue, 3 Aug 1999 15:35:06 -0400 (EDT)
2441              Message-Id: <199908031935.PAA27692@cas.org>
2442              
2443              Configure regen'ed.
2444      Branch: cfgperl
2445            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2446            ! config_h.SH ext/B/B/Stash.pm lib/Carp/Heavy.pm
2447            ! lib/Dumpvalue.pm lib/Exporter/Heavy.pm lib/filetest.pm
2448            ! lib/utf8.pm pod/perllexwarn.pod pod/perlxstut.pod
2449            ! utils/h2xs.PL utils/perlcc.PL
2450 ____________________________________________________________________________
2451 [  3997] By: jhi                                   on 1999/08/16  19:20:37
2452         Log: A fix of sorts for the flush-before-dup scenario.
2453      Branch: cfgperl
2454            ! doio.c
2455 ____________________________________________________________________________
2456 [  3996] By: jhi                                   on 1999/08/16  19:14:37
2457         Log: More paranoia.
2458      Branch: cfgperl
2459            ! sv.c
2460 ____________________________________________________________________________
2461 [  3995] By: jhi                                   on 1999/08/16  18:55:35
2462         Log: Batch of small 64-bit/long double/large file support tweaks:
2463              - scan for LDBL_DIG
2464              - from DBL_DIG and LDBL_DIG select NV_DIG
2465              - introduce IVSIZE, UVSIZE, NVSIZE
2466              - introduce IV_DIG
2467              - remove stdio64
2468              - AIX uses `oslevel` when others use `uname -r`
2469              - already AIX 4.2 goes 64-bit
2470              - in HP-UX require the 64-bit libc, just the directory isn't enough
2471              - group ids are not NVs
2472              - #undef USE_LONG_DOUBLE if long double is no better than double
2473              - introduce NV_WITHIN_*() and IV_FITS_IN_IV
2474              - mention large file support in perldelta
2475              - introduce quad TOPpin' and POPpin'
2476              - the svcat... buffer was tiny for printing quads in %b
2477              - fix the multiplication test in 64bit.t
2478              - try to make VMS to comply with all this removal and "introducal"
2479              of symbols
2480      Branch: cfgperl
2481            ! Configure config_h.SH dump.c hints/aix.sh hints/hpux.sh mg.c
2482            ! perl.h perlio.c pod/perldelta.pod pp.h sv.c t/lib/syslfs.t
2483            ! t/op/64bit.t t/op/lfs.t utf8.c vms/subconfigure.com
2484      Branch: metaconfig
2485            ! U/modified/d_longdbl.U
2486      Branch: metaconfig/U/perl
2487            + d_ldbl_dig.U
2488 ____________________________________________________________________________
2489 [  3994] By: jhi                                   on 1999/08/16  07:53:44
2490         Log: More Configure/subconfigure.com syncing.
2491      Branch: cfgperl
2492            ! vms/subconfigure.com
2493 ____________________________________________________________________________
2494 [  3993] By: jhi                                   on 1999/08/14  22:09:26
2495         Log: Remove from VMS what the change #3982 took away from Configure lands.
2496      Branch: cfgperl
2497            ! vms/subconfigure.com
2498 ____________________________________________________________________________
2499 [  3992] By: jhi                                   on 1999/08/14  13:29:13
2500         Log: Small test tweaks.
2501      Branch: cfgperl
2502            ! t/io/dup.t t/lib/dprof.t t/lib/odbm.t
2503 ____________________________________________________________________________
2504 [  3991] By: jhi                                   on 1999/08/14  13:08:41
2505         Log: Augment filesize limit note.
2506      Branch: cfgperl
2507            ! doio.c
2508 ____________________________________________________________________________
2509 [  3990] By: jhi                                   on 1999/08/14  13:06:12
2510         Log: Note about filesize limits.
2511      Branch: cfgperl
2512            ! doio.c pp_sys.c
2513 ____________________________________________________________________________
2514 [  3989] By: jhi                                   on 1999/08/14  11:31:58
2515         Log: Catch the case of filesize limits.
2516      Branch: cfgperl
2517            ! t/lib/syslfs.t t/op/lfs.t
2518 ____________________________________________________________________________
2519 [  3988] By: nick                                  on 1999/08/14  09:20:58
2520         Log: New lightweight Carp has a require. If Carp is used in a __DIE__ handler
2521              this causes a POPSTACK panic. The problem seems to be that although
2522              die_where() has unwound the tail of perl_vdie() top_env setjmp has been
2523              set to resume execution there. Avoiding setting CATCH_SET(TRUE) in 
2524              call_sv() avoids this. So invent a new G_NOCATCH flag to disable
2525              messing with CATCH_SET() in call_sv, use it in perl_vdie().
2526              Add test to op/eval.t which will fail (panic) if bug comes back.
2527              >>> I AM NOT CONVINCED THIS IS CORRECT LONG TERM FIX <<<
2528      Branch: perl
2529            ! cop.h perl.c t/op/eval.t util.c
2530 ____________________________________________________________________________
2531 [  3987] By: jhi                                   on 1999/08/13  23:57:52
2532         Log: From: "Craig A. Berry" <craig.berry@metamor.com>
2533              To: perl5-porters@perl.org, vmsperl@perl.org, sarathy@activestate.com
2534              Subject: [PATCH 5.005_60] fix MM_VMS.pm for space-delimited lists
2535              Date: Fri, 13 Aug 1999 17:42:47 -0500
2536              Message-Id: <v04210105b3da3ed9599d@[172.16.246.133]>
2537      Branch: cfgperl
2538            ! lib/ExtUtils/MM_VMS.pm
2539 ____________________________________________________________________________
2540 [  3986] By: jhi                                   on 1999/08/13  23:56:44
2541         Log: Don't quit before printing out the message.
2542      Branch: cfgperl
2543            ! t/lib/syslfs.t t/op/lfs.t
2544 ____________________________________________________________________________
2545 [  3985] By: jhi                                   on 1999/08/13  23:35:49
2546         Log: Remove more t/ trash on target "clean".
2547      Branch: cfgperl
2548            ! Makefile.SH
2549 ____________________________________________________________________________
2550 [  3984] By: jhi                                   on 1999/08/13  23:02:53
2551         Log: Avoid double long double. 
2552      Branch: cfgperl
2553            ! Configure config_h.SH
2554      Branch: metaconfig/U/perl
2555            ! uselongdbl.U
2556 ____________________________________________________________________________
2557 [  3983] By: jhi                                   on 1999/08/13  22:59:56
2558         Log: BYTEORDER fix.
2559      Branch: cfgperl
2560            ! Configure config_h.SH
2561      Branch: metaconfig
2562            ! U/compline/byteorder.U
2563 ____________________________________________________________________________
2564 [  3982] By: jhi                                   on 1999/08/13  22:48:40
2565         Log: Jumbo Configure and large file support update.
2566              Remove a lot of unneeded 64-bitness cruft;
2567              re-introduce BYTEORDER; update 64-bitness hints;
2568              lfs should now work in Solaris; long doubles in AIX.
2569      Branch: cfgperl
2570            ! Configure config_h.SH doio.c hints/aix.sh hints/hpux.sh
2571            ! hints/irix_6.sh hints/solaris_2.sh iperlsys.h perl.h perlio.c
2572            ! perlsdio.h pp.h pp_sys.c
2573      Branch: metaconfig
2574            ! U/compline/byteorder.U U/compline/ccflags.U
2575      Branch: metaconfig/U/perl
2576            ! d_dlsymun.U io64.U uselongdbl.U
2577 ____________________________________________________________________________
2578 [  3980] By: jhi                                   on 1999/08/13  15:09:11
2579         Log: Introduce HAS_LLSEEK.
2580      Branch: cfgperl
2581            ! Configure config_h.SH perl.h
2582 ____________________________________________________________________________
2583 [  3979] By: jhi                                   on 1999/08/13  14:29:47
2584         Log: From: <dan@sidhe.org>
2585              To: perl5-porters@perl.org, vmsperl@perl.org, bailey@newman.upenn.edu,
2586              sarathy@activestate.com
2587              Subject: [PATCH 5.005_60]fix up VMS->unix filename translation a bit
2588              Date: Fri, 13 Aug 1999 09:00:42 -0700 (PDT)
2589              Message-ID: <Pine.LNX.4.10.9908130849390.3950-100000@tuatha.sidhe.org>
2590      Branch: cfgperl
2591            ! vms/vms.c
2592 ____________________________________________________________________________
2593 [  3978] By: jhi                                   on 1999/08/13  09:56:46
2594         Log: Make the 64-bit tests more paranoid.
2595      Branch: cfgperl
2596            ! t/op/64bit.t
2597 ____________________________________________________________________________
2598 [  3976] By: jhi                                   on 1999/08/12  21:49:16
2599         Log: IRIX64 needs more -mabi=64 with gcc.
2600      Branch: cfgperl
2601            ! hints/irix_6.sh
2602 ____________________________________________________________________________
2603 [  3975] By: jhi                                   on 1999/08/12  21:02:03
2604         Log: Reincarnate change #3967, now in more modest form.
2605      Branch: cfgperl
2606            ! hints/irix_6.sh
2607 ____________________________________________________________________________
2608 [  3974] By: jhi                                   on 1999/08/12  20:49:36
2609         Log: Remove rt from libswanted (I added it many moons ago
2610              when I thought it would be useful in Digital UNIX,
2611              I was wrong); undo the recent IRIX hints changes,
2612              getting rid of one warning brought new ones.
2613      Branch: cfgperl
2614            ! Configure config_h.SH hints/irix_6.sh
2615      Branch: metaconfig
2616            ! U/modified/Myinit.U
2617 ____________________________________________________________________________
2618 [  3973] By: jhi                                   on 1999/08/12  19:42:53
2619         Log: st_blocks is in 512 byte blocks.
2620      Branch: cfgperl
2621            ! t/lib/syslfs.t t/op/lfs.t
2622 ____________________________________________________________________________
2623 [  3972] By: jhi                                   on 1999/08/12  19:27:31
2624         Log: Don't claim defeat too early.
2625      Branch: cfgperl
2626            ! Configure config_h.SH
2627      Branch: metaconfig/U/perl
2628            ! longdblfio.U
2629 ____________________________________________________________________________
2630 [  3971] By: jhi                                   on 1999/08/12  19:24:14
2631         Log: IRIX 64-bit hint tweak. 
2632      Branch: cfgperl
2633            ! hints/irix_6.sh
2634 ____________________________________________________________________________
2635 [  3970] By: nick                                  on 1999/08/12  19:17:20
2636         Log: Turn of deprecated warnings for defined(@Sompack::ISA) type
2637              tests i.e. RV2AV and RV2HV
2638      Branch: perl
2639            ! op.c t/pragma/warn/op
2640 ____________________________________________________________________________
2641 [  3969] By: jhi                                   on 1999/08/12  19:06:17
2642         Log: Add Configure -Duselongdouble and add a missing semicolon.
2643      Branch: cfgperl
2644            ! Configure config_h.SH sv.c
2645      Branch: metaconfig/U/perl
2646            + uselongdbl.U
2647 ____________________________________________________________________________
2648 [  3968] By: jhi                                   on 1999/08/12  18:46:00
2649         Log: Simply exit() early if lfs support seems unlikely.
2650      Branch: cfgperl
2651            ! t/lib/syslfs.t t/op/lfs.t
2652 ____________________________________________________________________________
2653 [  3967] By: jhi                                   on 1999/08/12  18:44:05
2654         Log: Suffer silently for unused libraries.
2655      Branch: cfgperl
2656            ! hints/irix_6.sh
2657 ____________________________________________________________________________
2658 [  3966] By: jhi                                   on 1999/08/12  13:18:44
2659         Log: Update MANIFEST to follow change #3965.
2660      Branch: cfgperl
2661            ! MANIFEST
2662 ____________________________________________________________________________
2663 [  3965] By: jhi                                   on 1999/08/12  13:15:38
2664         Log: Regenerate Unicode tables based on new syllable lists
2665              from Daniel Yacob.
2666      Branch: cfgperl
2667            ! (edit 159 files)
2668 ____________________________________________________________________________
2669 [  3964] By: jhi                                   on 1999/08/12  10:06:24
2670         Log: Remove more spurious casting.
2671      Branch: cfgperl
2672            ! pp_sys.c
2673 ____________________________________________________________________________
2674 [  3963] By: jhi                                   on 1999/08/12  08:18:53
2675         Log: Minor niggles on the lfs tests.
2676      Branch: cfgperl
2677            ! t/lib/syslfs.t t/op/lfs.t
2678 ____________________________________________________________________________
2679 [  3962] By: jhi                                   on 1999/08/11  22:48:25
2680         Log: Don't bother with lfs testing if off_t is too small.
2681      Branch: cfgperl
2682            ! t/lib/syslfs.t t/op/lfs.t
2683 ____________________________________________________________________________
2684 [  3961] By: jhi                                   on 1999/08/11  22:22:54
2685         Log: Long double patches from Dan Sugalski.
2686      Branch: cfgperl
2687            ! sv.c
2688 ____________________________________________________________________________
2689 [  3960] By: jhi                                   on 1999/08/11  22:17:55
2690         Log: Flush buffer before duplicating file descriptor.
2691              
2692              From: Mark-Jason Dominus <mjd@plover.com>
2693              To: Graham Barr <gbarr@pobox.com>
2694              cc: Vicki Brown <vlb@cfcl.com>, perl5-porters@perl.org, mjd@plover.com
2695              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57))
2696              Date: Wed, 11 Aug 1999 15:56:09 -0400
2697              Message-ID: <19990811195610.5933.qmail@plover.com>
2698              
2699              From: Mark-Jason Dominus <mjd@plover.com>
2700              To: perl5-porters@perl.org
2701              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57)) 
2702              Date: Wed, 11 Aug 1999 16:05:46 -0400
2703              Message-ID: <19990811200546.6165.qmail@plover.com>
2704      Branch: cfgperl
2705            ! doio.c pod/perldelta.pod
2706 ____________________________________________________________________________
2707 [  3959] By: jhi                                   on 1999/08/11  22:11:35
2708         Log: Bypass fsync(NULL) (crashes miniperl compiled with DEC C 5.2)
2709              
2710              From: "Craig A. Berry" <craig.berry@metamor.com>
2711              Sender: owner-perl5-porters@perl.org
2712              To: vmsperl@perl.org, perl5-porters@perl.org, sarathy@activestate.com,
2713              bailey@newman.upenn.edu
2714              Subject: [PATCH 5.005_60] vms.c my_flush patch to circumvent fileno
2715              problem
2716              Date: Wed, 11 Aug 1999 14:31:11 -0500
2717              Message-Id: <4.2.0.58.19990811141007.00b8f8a0@mmtnt11.metamor.com>
2718      Branch: cfgperl
2719            ! vms/vms.c
2720 ____________________________________________________________________________
2721 [  3958] By: jhi                                   on 1999/08/11  15:35:45
2722         Log: Add a hopefully comforting message if there seems to be no LFS. 
2723              This seems to be the case with e.g. ext2fs, a somewhat popular fs.
2724              The tests will fail on lfs tests only if quad is available,
2725              if ENOQUAD, the lfs tests will be skipped.
2726      Branch: cfgperl
2727            ! t/lib/syslfs.t t/op/lfs.t
2728 ____________________________________________________________________________
2729 [  3957] By: jhi                                   on 1999/08/11  12:25:59
2730         Log: Unapply an experimental patch that accidentally escaped
2731              from the lab by piggybacking with the change #3955.
2732      Branch: cfgperl
2733            ! pp.c pp.h pp_hot.c
2734 ____________________________________________________________________________
2735 [  3956] By: jhi                                   on 1999/08/11  08:19:23
2736         Log: Add sysio large file support testing.
2737      Branch: cfgperl
2738            + t/lib/syslfs.t
2739            ! MANIFEST pod/perlfunc.pod t/op/64bit.t t/op/lfs.t
2740 ____________________________________________________________________________
2741 [  3955] By: jhi                                   on 1999/08/10  22:39:11
2742         Log: From: <dan@sidhe.org>
2743              To: vmsperl@perl.org, perl5-porters@perl.org,
2744              sarathy@activestate.com, bailey@newman.upenn.edu
2745              Subject: [PATCH 5.005_60]Patches needed to get _60 building with
2746              threads on VMS
2747              Date: Tue, 10 Aug 1999 16:34:56 -0700 (PDT)
2748              Message-ID: <Pine.LNX.4.10.9908101631030.18266-100000@tuatha.sidhe.org>
2749      Branch: cfgperl
2750            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
2751            ! ext/POSIX/POSIX.xs pp.c pp.h pp_hot.c vms/vms.c vms/vmsish.h
2752            ! vms/writemain.pl
2753 ____________________________________________________________________________
2754 [  3954] By: jhi                                   on 1999/08/10  20:37:55
2755         Log: LFS testing robustness.
2756      Branch: cfgperl
2757            ! t/op/lfs.t
2758 ____________________________________________________________________________
2759 [  3953] By: jhi                                   on 1999/08/10  19:54:50
2760         Log: From: <dan@sidhe.org>
2761              To: vmsperl@perl.org, perp5-porters@perl.org, bailey@newman.upenn.edu,
2762              sarathy@activestate.com
2763              Subject: [PATCH 5.005_60]Pathces to get _60 building on VMS
2764              Date: Tue, 10 Aug 1999 13:28:18 -0700 (PDT)
2765              Message-ID: <Pine.LNX.4.10.9908101323130.18266-100000@tuatha.sidhe.org>
2766      Branch: cfgperl
2767            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
2768            ! vms/subconfigure.com vms/vmsish.h
2769 ____________________________________________________________________________
2770 [  3952] By: jhi                                   on 1999/08/10  17:18:57
2771         Log: AIX is different, again.  Now in cc -E output.
2772      Branch: cfgperl
2773            ! Configure config_h.SH
2774      Branch: metaconfig
2775            ! U/modified/cppstdin.U
2776 ____________________________________________________________________________
2777 [  3951] By: jhi                                   on 1999/08/10  14:37:08
2778         Log: Use Pid_t on pgrp matters.
2779      Branch: cfgperl
2780            ! pp_sys.c
2781 ____________________________________________________________________________
2782 [  3950] By: jhi                                   on 1999/08/10  14:35:30
2783         Log: Use Pid_t.
2784      Branch: cfgperl
2785            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
2786            ! pp_sys.c proto.h util.c
2787 ____________________________________________________________________________
2788 [  3949] By: jhi                                   on 1999/08/10  14:11:15
2789         Log: Use Mode_t.
2790      Branch: cfgperl
2791            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
2792            ! perlapi.h pp_sys.c proto.h
2793 ____________________________________________________________________________
2794 [  3948] By: jhi                                   on 1999/08/10  13:53:19
2795         Log: Small perlbug doc tweaks from Jon Orwant.
2796      Branch: cfgperl
2797            ! utils/perlbug.PL
2798 ____________________________________________________________________________
2799 [  3947] By: jhi                                   on 1999/08/10  09:55:11
2800         Log: Large file support testing.
2801      Branch: cfgperl
2802            + t/op/lfs.t
2803            ! MANIFEST t/op/64bit.t
2804 ____________________________________________________________________________
2805 [  3946] By: jhi                                   on 1999/08/10  09:13:54
2806         Log: Remove I32 casting from time-related functions.
2807      Branch: cfgperl
2808            ! pp_sys.c
2809 ____________________________________________________________________________
2810 [  3945] By: jhi                                   on 1999/08/10  09:06:42
2811         Log: Gratuitous uid and gid casts to I32s and ints removed.
2812              There are still problem spots in printfing such ids:
2813              width (%d vs %ld) and signedness %d vs %u.
2814      Branch: cfgperl
2815            ! doio.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
2816            ! perl.c perlapi.c pp_hot.c proto.h
2817 ____________________________________________________________________________
2818 [  3944] By: jhi                                   on 1999/08/10  07:43:03
2819         Log: Remove I32 casts from pp_stat, these make stat()
2820              very broken e.g. on files larger than 2 gigabytes.
2821              Reported by
2822              From: Phil Lobbes <phil@finchcomputer.com>
2823              To: perl5-porters@perl.org
2824              Subject: [ID 19990810.001] Possible bug using stat w/large files Digital
2825              UNIX Perl 5.005_03
2826              Date: Mon, 09 Aug 1999 21:38:54 -0700
2827              Message-Id: <199908100438.VAA08292@ultra.finchcomputer.com>
2828              
2829              There are more of these I32 casts all over pp_sys.c,
2830              all of them should be checked.
2831      Branch: cfgperl
2832            ! pp_sys.c
2833 ____________________________________________________________________________
2834 [  3943] By: jhi                                   on 1999/08/10  07:38:30
2835         Log: Remove blathering.
2836      Branch: cfgperl
2837            ! lib/unicode/mktables.PL
2838 ____________________________________________________________________________
2839 [  3942] By: jhi                                   on 1999/08/09  20:35:13
2840         Log: lexwarn maintenance: new warning class unsafe
2841              subclasses 'overflow' and 'portable' created,
2842              used by the recent integer overflow warnings.
2843              Class syntax subclass 'octal' renamed to 'digit',
2844              binary and hexadecimal parsing errors also 'digit' warnings.
2845      Branch: cfgperl
2846            ! lib/warning.pm pod/perllexwarn.pod t/pragma/warn/util toke.c
2847            ! util.c warning.h warning.pl
2848 ____________________________________________________________________________
2849 [  3941] By: jhi                                   on 1999/08/09  10:40:47
2850         Log: Integrate with Nick.
2851      Branch: cfgperl
2852           +> opnames.h
2853           !> Changes MANIFEST embed.h embed.pl ext/B/B/C.pm ext/B/B/CC.pm
2854           !> global.sym opcode.h opcode.pl perl.h perlapi.c pp.c
2855 ____________________________________________________________________________
2856 [  3940] By: jhi                                   on 1999/08/09  10:32:43
2857         Log: Regenerate the Unicode tables after having updated the Unicode
2858              database (change #3939).
2859      Branch: cfgperl
2860            ! (edit 157 files)
2861 ____________________________________________________________________________
2862 [  3939] By: jhi                                   on 1999/08/09  10:27:22
2863         Log: Unicode data updated to be the latest beta of the Unicode 3.0.
2864      Branch: cfgperl
2865            ! lib/unicode/UnicodeData-Latest.txt
2866 ____________________________________________________________________________
2867 [  3938] By: jhi                                   on 1999/08/09  10:25:54
2868         Log: Ethiopic changes via private email from Daniel Yacob,
2869              <dmulholl@cs.indiana.edu>.  Ethiopic and Cherokee done,
2870              Canadian Syllabics and Yi under construction.
2871      Branch: cfgperl
2872            + lib/unicode/syllables.txt
2873            - lib/unicode/EthiopicSyllables.txt
2874            - lib/unicode/MakeEthiopicSyllables.PL
2875            ! MANIFEST lib/unicode/UnicodeData-Latest.txt
2876            ! lib/unicode/mktables.PL
2877 ____________________________________________________________________________
2878 [  3937] By: jhi                                   on 1999/08/09  10:21:51
2879         Log: Move the equivalence class creation last.
2880      Branch: cfgperl
2881            ! lib/unicode/mktables.PL
2882 ____________________________________________________________________________
2883 [  3936] By: jhi                                   on 1999/08/09  10:20:40
2884         Log: Compute equivalence classes (diacritics stripping) only
2885              for letters, not for ligatures.
2886      Branch: cfgperl
2887            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
2888            ! lib/unicode/mktables.PL
2889 ____________________________________________________________________________
2890 [  3935] By: nick                                  on 1999/08/08  13:53:57
2891         Log: Will now correctly re-call 
2892              bootstrap "Foo";
2893              if requested. This should allow build on Win32 and other
2894              platforms where you cannot link to loadables directly.
2895      Branch: perl
2896            ! ext/B/B/C.pm
2897 ____________________________________________________________________________
2898 [  3934] By: nick                                  on 1999/08/07  12:23:55
2899         Log: Vishal Bhatia <vishalb@my-deja.com>
2900              Subject: [PATCH 5.005_60] fix for some obscure bugs (compiler)
2901              Message-ID: <HLPEBPHPAKHKAAAA@my-deja.com>
2902      Branch: perl
2903            ! ext/B/B/CC.pm
2904 ____________________________________________________________________________
2905 [  3933] By: nick                                  on 1999/08/07  12:19:46
2906         Log: B::C changes to get simple Tk app. compiling again
2907      Branch: perl
2908            ! ext/B/B/C.pm
2909 ____________________________________________________________________________
2910 [  3932] By: jhi                                   on 1999/08/06  21:17:16
2911         Log: Regen Configure to include change #3915.
2912      Branch: cfgperl
2913            ! Configure config_h.SH
2914 ____________________________________________________________________________
2915 [  3931] By: jhi                                   on 1999/08/06  18:52:57
2916         Log: Todo update.
2917      Branch: cfgperl
2918            ! Todo Todo-5.005 lib/unicode/mktables.PL
2919 ____________________________________________________________________________
2920 [  3930] By: jhi                                   on 1999/08/06  13:13:05
2921         Log: Character class equivalence tables.
2922      Branch: cfgperl
2923            + lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
2924            ! MANIFEST lib/unicode/mktables.PL
2925 ____________________________________________________________________________
2926 [  3929] By: jhi                                   on 1999/08/06  11:59:11
2927         Log: More Fcntl constants.  (This process really needs
2928              to be automated, at least partly, see the Errno extension.)
2929              Now also the SEEK_ constants are available via the Fcntl.
2930              Yes, this is redundant (IO::Seekable and POSIX supply them already),
2931              but now Fcntl is a one-stop shopping mall for all your
2932              file-related constants.    
2933      Branch: cfgperl
2934            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs pod/perlfunc.pod
2935 ____________________________________________________________________________
2936 [  3928] By: jhi                                   on 1999/08/06  08:08:03
2937         Log: Protect against pack/unpack repeat count overflows,
2938              based on:
2939              
2940              From: Nathan Torkington <gnat@frii.com>
2941              To: Brian Keefer <mgomes@cwix.com>
2942              Cc: perl5-porters@perl.org
2943              Subject: Re: [ID 19990806.001] Core dump with obfuscated code
2944              Date: Thu, 5 Aug 1999 23:01:51 -0600 (MDT)
2945              Message-ID: <14250.27711.769942.100675@localhost.frii.com>
2946      Branch: cfgperl
2947            ! pod/perldiag.pod pp.c
2948 ____________________________________________________________________________
2949 [  3927] By: jhi                                   on 1999/08/06  07:32:20
2950         Log: Fix for Nathan's fix (#3920) from Guy Decoux.
2951              
2952              From: Nathan Torkington <gnat@frii.com>
2953              To: perl5-porters@perl.org
2954              Subject: Bugfix for my bugfix
2955              Date: Thu, 5 Aug 1999 21:25:47 -0600 (MDT)
2956              Message-ID: <14250.21947.765134.940583@localhost.frii.com>
2957      Branch: cfgperl
2958            ! ext/B/B/Assembler.pm
2959 ____________________________________________________________________________
2960 [  3926] By: jhi                                   on 1999/08/05  17:25:19
2961         Log: Fix regex charclass parsing so that bogus ranges
2962              like [0-\d] and [[:word:]-z] are no more allowed.
2963              The anomaly was noticed by Guy Decoux.
2964      Branch: cfgperl
2965            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
2966 ____________________________________________________________________________
2967 [  3925] By: jhi                                   on 1999/08/05  10:31:47
2968         Log: split /^/ deprecation warning should not be on by default.
2969      Branch: cfgperl
2970            ! pp.c
2971 ____________________________________________________________________________
2972 [  3923] By: jhi                                   on 1999/08/05  09:16:57
2973         Log: From: paul.marquess@bt.com
2974              To: jhi@iki.fi, paul.marquess@bt.com
2975              Cc: gsar@ActiveState.com, perl5-porters@perl.org
2976              Subject: RE: [PATCH 5.005_60] anydbm.t + DB_File + Berkeley DB >= 2.4.10
2977              Date: Thu, 5 Aug 1999 09:33:14 +0100
2978              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B26@mbtlipnt02.btlabs.bt.co.uk>
2979      Branch: cfgperl
2980            ! t/lib/anydbm.t
2981 ____________________________________________________________________________
2982 [  3921] By: jhi                                   on 1999/08/05  08:05:13
2983         Log: From: paul.marquess@bt.com
2984              To: perl5-porters@perl.org
2985              Cc: gsar@activestate.com, nik@tiuk.ti.com, jhi@iki.fi,
2986              randy@theoryx5.uwinnipeg.ca
2987              Subject:  [PATCH 5.005_60] DB_File 1.70
2988              Date: Wed, 4 Aug 1999 23:22:22 +0100
2989              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B21@mbtlipnt02.btlabs.bt.co.uk>
2990              
2991              (Replaces change #3917)
2992      Branch: cfgperl
2993            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
2994            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
2995 ____________________________________________________________________________
2996 [  3920] By: jhi                                   on 1999/08/04  19:02:58
2997         Log: From: Nathan Torkington <gnat@frii.com>
2998              To: perl5-porters@perl.org
2999              Subject: [5.005_60 PATCH] Make B::Bytecode work
3000              Date: Wed, 4 Aug 1999 11:24:56 -0600 (MDT)
3001              Message-ID: <14248.30568.769427.216092@localhost.frii.com>
3002      Branch: cfgperl
3003            ! ext/B/B/Assembler.pm
3004 ____________________________________________________________________________
3005 [  3919] By: jhi                                   on 1999/08/04  10:56:26
3006         Log: Update history records.
3007      Branch: cfgperl
3008            ! pod/perlhist.pod
3009 ____________________________________________________________________________
3010 [  3918] By: jhi                                   on 1999/08/04  09:36:13
3011         Log: Minor fixes to linux -Dusethreads -Duseperlio.
3012      Branch: cfgperl
3013            ! perlio.c
3014 ____________________________________________________________________________
3015 [  3917] By: jhi                                   on 1999/08/04  08:13:20
3016         Log: (Replaced by change #3921)
3017              From: paul.marquess@bt.com
3018              To: gsar@activestate.com
3019              Cc: perl5-porters@perl.org
3020              Subject: [PATCH 5.005_60] DB_File 1.69
3021              Date: Tue, 3 Aug 1999 22:55:00 +0100
3022              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6D04@mbtlipnt02.btlabs.bt.co.uk>
3023      Branch: cfgperl
3024            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
3025            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
3026 ____________________________________________________________________________
3027 [  3916] By: jhi                                   on 1999/08/04  07:59:05
3028         Log: Introduce the charnames pragma.
3029              
3030              Subject: [PATCH 5.005_58] Free \C (for named chars), move to \O
3031              From: Ilya Zakharevich <[9]ilya@math.ohio-state.edu>
3032              To: Chip Salzenberg <[11]chip@perlsupport.com>
3033              Cc: Mailing list Perl5 <[12]perl5-porters@perl.org>
3034              Date: Sat, 31 Jul 1999 05:44:05 -0400
3035              Message-Id: <[13]199907311407.IAA25042@localhost.frii.com>
3036              
3037              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3038              To: Mailing list Perl5 <perl5-porters@perl.org>
3039              Subject: [PATCH 5.005_58] Named characters in Perl
3040              Date: Mon, 2 Aug 1999 19:25:40 -0400
3041              Message-ID: <19990802192540.B24407@monk.mps.ohio-state.edu>
3042      Branch: cfgperl
3043            + lib/charnames.pm t/lib/charnames.t
3044            ! MAINTAIN MANIFEST lib/utf8.pm pod/perldiag.pod pod/perlop.pod
3045            ! pod/perlre.pod regcomp.c toke.c
3046 ____________________________________________________________________________
3047 [  3915] By: jhi                                   on 1999/08/03  21:18:49
3048         Log: Support Configure -Dmake=pmake.
3049              Via private email from Andy.
3050              NOTE: assumes "basename" command.
3051      Branch: metaconfig
3052            ! U/modified/Config_sh.U
3053 ____________________________________________________________________________
3054 [  3914] By: jhi                                   on 1999/08/03  21:11:11
3055         Log: The op/filetest.t failed subtest 7 if testing as root.
3056              
3057              From: =?iso-8859-1?Q?Fran=E7ois=20D=E9sarm=E9nien?= <desar@club-internet.fr>
3058              To: perl5-porters@perl.org
3059              Subject: [ID 19990727.039] Not OK: perl 5.00558 on i386-sco 3.2v5.0.4
3060              Date: Tue, 27 Jul 1999 22:54:05 +0200
3061              Message-Id: <379E1C6D.626DC765@club-internet.fr>
3062      Branch: cfgperl
3063            ! t/op/filetest.t
3064 ____________________________________________________________________________
3065 [  3911] By: jhi                                   on 1999/08/03  19:52:38
3066         Log: The "-Dusethreads -Duseperlio" combination failed.
3067              
3068              From: Spider Boardman <spider@leggy.zk3.dec.com>
3069              To: perl5-porters@perl.org
3070              Subject: [ID 19990803.007] Not OK: perl 5.00560 on alpha-dec_osf-thread
3071              4.0 (UNINSTALLED)
3072              Date: Tue, 3 Aug 1999 14:25:00 -0400
3073              Message-Id: <199908031825.OAA29254@leggy.zk3.dec.com>
3074              
3075              See also change #3912.
3076      Branch: cfgperl
3077            ! perlio.c
3078 ____________________________________________________________________________
3079 [  3910] By: jhi                                   on 1999/08/03  10:44:24
3080         Log: From: Chris Nandor <pudge@pobox.com>
3081              To: perl5-porters@perl.org
3082              Subject: [PATCH 5.005_58] perlbug.PL 1.27
3083              Date: Wed, 28 Jul 1999 23:42:49 -0400
3084              Message-Id: <v04210104b3c57ce9e3de@[152.167.11.247]>
3085      Branch: cfgperl
3086            ! utils/perlbug.PL
3087 ____________________________________________________________________________
3088 [  3909] By: jhi                                   on 1999/08/03  10:41:04
3089         Log: Hints for building ByteLoader in SunoS.  Based on
3090              From: Andy Dougherty <doughera@lafayette.edu>
3091              To: Gurusamy Sarathy <gsar@activestate.com>
3092              Cc: Perl Porters <perl5-porters@perl.org>
3093              Subject: Re: 5.005_58 Not OK SunOS 4.1.3
3094              Date: Mon, 2 Aug 1999 14:01:58 -0400 (EDT)
3095              Message-Id: <Pine.GSU.4.05.9908021357410.5873-100000@newton.phys>
3096      Branch: cfgperl
3097            + ext/ByteLoader/hints/sunos.pl
3098            ! MANIFEST ext/ByteLoader/ByteLoader.xs
3099 ____________________________________________________________________________
3100 [  3908] By: jhi                                   on 1999/08/03  09:29:22
3101         Log: Clarify RE engine code; inline a static function to a macro;
3102              make exact string nodes smaller.
3103              
3104              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3105              To: perl5-porters@perl.org (Mailing list Perl5)
3106              Subject: [PATCH 5.005_60] Cosmetic change to REx engine
3107              Date: Mon, 2 Aug 1999 21:53:36 -0400 (EDT)
3108              Message-Id: <199908030153.VAA10542@monk.mps.ohio-state.edu>
3109      Branch: cfgperl
3110            ! Makefile.SH embed.pl global.sym keywords.h lib/warning.pm
3111            ! opcode.h pp.sym pp_proto.h regcomp.c regcomp.h regexec.c
3112            ! regnodes.h warning.h
3113 ____________________________________________________________________________
3114 [  3907] By: jhi                                   on 1999/08/03  08:11:49
3115         Log: 5_59 configured with -Dd_bincompat5005 can't be made
3116              binary compatible with a 5_03 which was built with -DEMBEDMYMALLOC.
3117              
3118              From: Spider Boardman <spider@leggy.zk3.dec.com>
3119              To: perl5-porters@perl.org
3120              Subject: [ID 19990802.016] Not OK: perl 5.00559
3121              Date: Mon, 2 Aug 1999 16:11:13 -0400
3122              Message-Id: <199908022011.QAA30224@leggy.zk3.dec.com>
3123      Branch: cfgperl
3124            ! embed.pl
3125 ____________________________________________________________________________
3126 [  3906] By: jhi                                   on 1999/08/03  07:48:59
3127         Log: Change #3790 redemption: with a little additional
3128              patch from Ilya it works okay.
3129      Branch: cfgperl
3130            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
3131            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
3132 ____________________________________________________________________________
3133 [  3905] By: gsar                                  on 1999/08/02  21:03:23
3134         Log: this will be 5.005_60
3135      Branch: perl
3136            ! Changes
3137
3138 ----------------
3139 Version 5.005_60
3140 ----------------
3141
3142 ____________________________________________________________________________
3143 [  3904] By: gsar                                  on 1999/08/02  20:30:23
3144         Log: don't enable PERL_POLLUTE_MALLOC when EMBEDMYMALLOC is
3145              in effect (from Spider Boardman <spider@leggy.zk3.dec.com>);
3146              regen headers
3147      Branch: perl
3148            ! embed.h embed.pl global.sym opcode.h perlapi.c
3149 ____________________________________________________________________________
3150 [  3903] By: gsar                                  on 1999/08/02  20:26:07
3151         Log: native int pack/unpack fixes (from Spider Boardman
3152              <spider@leggy.zk3.dec.com>)
3153      Branch: perl
3154            ! pp.c
3155 ____________________________________________________________________________
3156 [  3902] By: gsar                                  on 1999/08/02  20:24:41
3157         Log: fix broken -DDEBUGGING_OPS (from Spider Boardman
3158              <spider@leggy.zk3.dec.com>)
3159      Branch: perl
3160            + opnames.h
3161            ! Changes MANIFEST opcode.pl perl.h
3162 ____________________________________________________________________________
3163 [  3901] By: gsar                                  on 1999/08/02  18:51:18
3164         Log: integrate cfgperl contents
3165      Branch: perl
3166           !> INSTALL README pod/perldelta.pod
3167 ____________________________________________________________________________
3168 [  3900] By: jhi                                   on 1999/08/02  18:46:21
3169         Log: Update README and INSTALL; partly based on the message
3170              
3171              From: "John L. Allen" <allen@grumman.com>
3172              To: Jarkko Hietaniemi <jhi@iki.fi>
3173              cc: perl5-porters@perl.org
3174              Subject: Re: Perl Installation Problem
3175              Date: Thu, 29 Jul 1999 14:55:05 -0400 (EDT)
3176              Message-ID: <Pine.SOL.3.91.990729144440.1035A-100000@gateway.grumman.com>
3177              
3178              and private email from Andy Dougherty.
3179      Branch: cfgperl
3180            ! INSTALL README
3181 ____________________________________________________________________________
3182 [  3899] By: jhi                                   on 1999/08/02  18:36:35
3183         Log: Integrate with Sarathy.
3184      Branch: cfgperl
3185           !> op.c
3186 ____________________________________________________________________________
3187 [  3898] By: jhi                                   on 1999/08/02  18:34:49
3188         Log: Update PERL_BINCOMPAT_5005; update 64-bitness.
3189      Branch: cfgperl
3190            ! pod/perldelta.pod
3191 ____________________________________________________________________________
3192 [  3897] By: gsar                                  on 1999/08/02  18:18:37
3193         Log: optimizations could sometimes bypass bareword check
3194      Branch: perl
3195            ! op.c
3196 ____________________________________________________________________________
3197 [  3896] By: jhi                                   on 1999/08/02  18:18:34
3198         Log: Integrate with Sarathy.
3199      Branch: cfgperl
3200           !> Changes makedef.pl patchlevel.h win32/Makefile
3201           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
3202           !> win32/makefile.mk
3203 ____________________________________________________________________________
3204 [  3895] By: gsar                                  on 1999/08/02  17:22:40
3205         Log: up patchlevel etc.
3206      Branch: perl
3207            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
3208            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
3209 ____________________________________________________________________________
3210 [  3894] By: gsar                                  on 1999/08/02  17:12:31
3211         Log: integrate change#3893, make it conditional on bincompat5005
3212      Branch: perl
3213            ! makedef.pl
3214 ____________________________________________________________________________
3215 [  3893] By: jhi                                   on 1999/08/02  16:49:08
3216         Log: PERL_BINCOMPAT_5005 symbol translation.
3217              (AIX wouldn't link neither perl nor extensions.)
3218      Branch: cfgperl
3219            ! makedef.pl
3220 ____________________________________________________________________________
3221 [  3892] By: gsar                                  on 1999/08/02  16:09:13
3222         Log: integrate cfgperl contents into mainline
3223      Branch: perl
3224           +> t/op/64bit.t
3225            ! Changes
3226           !> Configure MANIFEST config_h.SH doio.c dump.c hints/aix.sh op.c
3227           !> pod/perlfunc.pod pp_hot.c pp_sys.c regcomp.c sv.c t/io/open.t
3228           !> t/pragma/utf8.t t/pragma/warn/pp_hot toke.c util.c
3229 ____________________________________________________________________________
3230 [  3891] By: jhi                                   on 1999/08/02  14:52:40
3231         Log: AIX long long probing requires LL suffix for
3232              the ll constant.  The suffix doesn't seem
3233              to bother other ll platforms.
3234      Branch: cfgperl
3235            ! Configure config_h.SH hints/aix.sh
3236      Branch: metaconfig/U/perl
3237            ! quadfio.U
3238 ____________________________________________________________________________
3239 [  3890] By: jhi                                   on 1999/08/02  14:21:55
3240         Log: Exact path to perl for open -|.
3241      Branch: cfgperl
3242            ! t/io/open.t
3243 ____________________________________________________________________________
3244 [  3889] By: jhi                                   on 1999/08/02  14:18:03
3245         Log: Integrate with Sarathy.
3246      Branch: cfgperl
3247           !> Changes patchlevel.h pod/perlhist.pod pp_ctl.c util.c
3248           !> win32/Makefile win32/config_H.bc win32/config_H.gc
3249           !> win32/config_H.vc win32/makefile.mk win32/win32.c
3250 ____________________________________________________________________________
3251 [  3888] By: jhi                                   on 1999/08/02  14:14:29
3252         Log: AIX -Duse64bits: old AIXen do not have the getconf variables.
3253      Branch: cfgperl
3254            ! hints/aix.sh
3255 ____________________________________________________________________________
3256 [  3887] By: jhi                                   on 1999/08/02  12:53:10
3257         Log: Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that
3258              emacs code indentation doesn't get wrong ideas--
3259              in other words, introduce a couple of "redundant" if:s.
3260      Branch: cfgperl
3261            ! doio.c dump.c op.c pp_hot.c pp_sys.c regcomp.c sv.c toke.c
3262            ! util.c
3263 ____________________________________________________________________________
3264 [  3886] By: jhi                                   on 1999/08/02  12:43:16
3265         Log: Mention that also *BSD systems with glibc are known to stumble.
3266      Branch: cfgperl
3267            ! t/pragma/warn/pp_hot
3268 ____________________________________________________________________________
3269 [  3885] By: jhi                                   on 1999/08/02  12:34:15
3270         Log: Allow also non-long long but still quad platforms print quads.
3271      Branch: cfgperl
3272            ! Configure config_h.SH
3273      Branch: metaconfig/U/perl
3274            ! longdblfio.U quadfio.U
3275 ____________________________________________________________________________
3276 [  3884] By: jhi                                   on 1999/08/02  11:56:14
3277         Log: Fix regclass utf8 hex ranges for quads.
3278      Branch: cfgperl
3279            ! regcomp.c
3280 ____________________________________________________________________________
3281 [  3883] By: jhi                                   on 1999/08/02  11:42:14
3282         Log: Enhance the description of how to detect quad support.
3283      Branch: cfgperl
3284            ! pod/perlfunc.pod
3285 ____________________________________________________________________________
3286 [  3882] By: jhi                                   on 1999/08/02  11:22:19
3287         Log: Fix printf %D %U %O for quads.
3288      Branch: cfgperl
3289            ! sv.c t/op/64bit.t
3290 ____________________________________________________________________________
3291 [  3881] By: jhi                                   on 1999/08/02  11:16:12
3292         Log: Document quad printing.
3293      Branch: cfgperl
3294            ! pod/perlfunc.pod
3295 ____________________________________________________________________________
3296 [  3880] By: jhi                                   on 1999/08/02  10:32:01
3297         Log: More 64-bit fixing.  One known bug of that kind
3298              remains, 32-bit platforms using long long in
3299              the test t/pragma/utf8 subtests 1-3 fail.
3300              (Update: change    #3884 fixed that one.)
3301      Branch: cfgperl
3302            + t/op/64bit.t
3303            ! Configure MANIFEST config_h.SH regcomp.c sv.c t/pragma/utf8.t
3304
3305 ----------------
3306 Version 5.005_59
3307 ----------------
3308
3309 ____________________________________________________________________________
3310 [  3879] By: gsar                                  on 1999/08/02  08:18:58
3311         Log: integrate cfgperl changes into mainline
3312      Branch: perl
3313           !> Configure config_h.SH sv.c
3314 ____________________________________________________________________________
3315 [  3878] By: gsar                                  on 1999/08/02  08:13:16
3316         Log: change#3692 had an unintentional patch leak through!
3317              (this would explain the mysterious C<next LABEL> failures
3318              people have seen)
3319      Branch: perl
3320            ! pp_ctl.c
3321 ____________________________________________________________________________
3322 [  3877] By: gsar                                  on 1999/08/02  08:00:29
3323         Log: up patchlevel to 59
3324      Branch: perl
3325            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
3326            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3327            ! win32/makefile.mk
3328 ____________________________________________________________________________
3329 [  3876] By: gsar                                  on 1999/08/02  07:51:18
3330         Log: fix coredump under usethreads+debug
3331      Branch: perl
3332            ! util.c
3333 ____________________________________________________________________________
3334 [  3875] By: jhi                                   on 1999/08/02  07:50:51
3335         Log: d_bincompat5005 could be left empty.
3336      Branch: cfgperl
3337            ! Configure config_h.SH
3338      Branch: metaconfig/U/perl
3339            ! bincompat5005.U
3340 ____________________________________________________________________________
3341 [  3874] By: jhi                                   on 1999/08/02  07:42:45
3342         Log: Fix printf %d when IV is quad.
3343      Branch: cfgperl
3344            ! sv.c
3345 ____________________________________________________________________________
3346 [  3873] By: gsar                                  on 1999/08/02  07:41:03
3347         Log: fix d_bincompat5005='' junking config.h
3348      Branch: perl
3349            ! Configure
3350 ____________________________________________________________________________
3351 [  3872] By: gsar                                  on 1999/08/02  07:38:48
3352         Log: C needs parameter list, not merely type
3353      Branch: perl
3354            ! win32/win32.c
3355 ____________________________________________________________________________
3356 [  3871] By: jhi                                   on 1999/08/02  07:20:51
3357         Log: Integrate with Sarathy.
3358      Branch: cfgperl
3359           !> Changes ext/B/B/C.pm ext/B/B/CC.pm regexec.c
3360 ____________________________________________________________________________
3361 [  3870] By: gsar                                  on 1999/08/02  07:12:18
3362         Log: integrate cfgperl changes into mainline
3363      Branch: perl
3364            ! Changes
3365           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
3366           !> Porting/config_H config_h.SH doio.c dump.c mg.c op.c perl.h
3367           !> pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c t/pragma/warn/sv
3368           !> toke.c util.c
3369 ____________________________________________________________________________
3370 [  3869] By: gsar                                  on 1999/08/02  06:59:09
3371         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
3372              Date: Sat, 31 Jul 1999 19:08:33 -0700
3373              Message-ID: <LAONLKLELDJAFAAA@my-deja.com>
3374              Subject: [PATCH 5.005_58] "use constant" in the compiler
3375      Branch: perl
3376            ! ext/B/B/C.pm ext/B/B/CC.pm
3377 ____________________________________________________________________________
3378 [  3868] By: gsar                                  on 1999/08/02  06:55:51
3379         Log: debug build tweak
3380      Branch: perl
3381            ! regexec.c
3382 ____________________________________________________________________________
3383 [  3867] By: gsar                                  on 1999/08/02  06:35:18
3384         Log: create vmsperl branch (to be owned and operated by: cbailey)
3385      Branch: vmsperl
3386           +> (branch 1476 files)
3387 ____________________________________________________________________________
3388 [  3866] By: jhi                                   on 1999/08/01  23:34:40
3389         Log: so_locations once is enough.
3390      Branch: cfgperl
3391            ! Makefile.SH
3392 ____________________________________________________________________________
3393 [  3865] By: jhi                                   on 1999/08/01  23:13:05
3394         Log: Simplicate duplicated code.
3395      Branch: cfgperl
3396            ! util.c
3397 ____________________________________________________________________________
3398 [  3864] By: jhi                                   on 1999/08/01  22:41:41
3399         Log: Integrate with Sarathy.  perl.h and util.c required manual resolving.
3400      Branch: cfgperl
3401           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
3402           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
3403            - README.cygwin32 cygwin32/Makefile.SHs
3404            - cygwin32/build-instructions.READFIRST
3405            - cygwin32/build-instructions.charles-wilson
3406            - cygwin32/build-instructions.sebastien-barre
3407            - cygwin32/build-instructions.steven-morlock
3408            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
3409            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
3410            - hints/cygwin32.sh
3411           !> (integrate 61 files)
3412 ____________________________________________________________________________
3413 [  3863] By: jhi                                   on 1999/08/01  22:36:02
3414         Log: Regen Configure and Glossary once again.
3415      Branch: cfgperl
3416            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3417            ! config_h.SH
3418 ____________________________________________________________________________
3419 [  3862] By: jhi                                   on 1999/08/01  22:26:09
3420         Log: Glossary update for #3861.
3421      Branch: cfgperl
3422            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3423            ! config_h.SH
3424 ____________________________________________________________________________
3425 [  3861] By: jhi                                   on 1999/08/01  22:22:51
3426         Log: 64-bit work.  Now 32-bit platforms get a 100% make test
3427              with -Duse64bits (using long long).
3428              Tested in Solaris 2.6 sparc  RH Linux 6.0 x86
3429              (and Digital IX 4.0D, to get a true 64-bit opinion).  Now e.g.
3430              'print unpack "q", pack "q", 12345678901'
3431              should work on such 32-bit platforms.
3432              Still a lot of printf()s behind -D which wrongly assume
3433              that %ld/%lx and (long) are a good combination.
3434              Introducing a slew of new macros intended to be used in printf()
3435              format strings: e. g. PERL_PRId64 is the string to be used
3436              when printing an IV, printf("%" PERL_PRId64 "\n", iv).
3437              The PRI... naming follows the C9X naming of <inttypes.h> macros.
3438      Branch: cfgperl
3439            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3440            ! config_h.SH doio.c dump.c mg.c op.c perl.h pp_ctl.c pp_hot.c
3441            ! pp_sys.c scope.c sv.c t/pragma/warn/sv toke.c util.c
3442      Branch: metaconfig/U/perl
3443            + atolf.U atoll.U longdblfio.U quadfio.U strtoull.U
3444 ____________________________________________________________________________
3445 [  3860] By: gsar                                  on 1999/08/01  21:23:18
3446         Log: integrate cfgperl contents into mainline
3447      Branch: perl
3448            ! toke.c
3449           !> (integrate 29 files)
3450 ____________________________________________________________________________
3451 [  3859] By: gsar                                  on 1999/08/01  21:13:09
3452         Log: From: Nathan Torkington <gnat@frii.com>
3453              Date: Sun, 1 Aug 1999 11:23:35 -0600 (MDT)
3454              Message-ID: <14244.33431.739419.806927@localhost.frii.com>
3455              Subject: [PATCH 5.005_58] ext/B/B/Disassembler.pm patch
3456      Branch: perl
3457            ! ext/B/B/Disassembler.pm
3458 ____________________________________________________________________________
3459 [  3858] By: gsar                                  on 1999/08/01  21:09:15
3460         Log: DB_File 1.68 update from Paul Marquess
3461      Branch: perl
3462            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
3463            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
3464            ! t/lib/db-recno.t
3465 ____________________________________________________________________________
3466 [  3857] By: gsar                                  on 1999/08/01  21:05:54
3467         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3468              Date: Sat, 31 Jul 1999 05:13:38 -0400
3469              Message-Id: <199907311407.IAA25038@localhost.frii.com>
3470              Subject: [PATCH 5.005_58] More optimizations to REx engine
3471      Branch: perl
3472            ! embed.pl embedvar.h ext/Thread/Thread.xs objXSUB.h perl.c
3473            ! perl.h proto.h regcomp.c regexec.c t/op/re_tests thrdvar.h
3474 ____________________________________________________________________________
3475 [  3856] By: gsar                                  on 1999/08/01  20:59:59
3476         Log: slightly modified version of suggested patch
3477              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3478              Date: Sat, 31 Jul 1999 04:45:12 -0400
3479              Message-Id: <199907311406.IAA25034@localhost.frii.com>
3480              Subject: [PATCH 5.005_58] Fix OS/2 build
3481      Branch: perl
3482            ! Makefile.SH lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
3483            ! makedef.pl os2/Makefile.SHs os2/diff.configure perl.h sv.h
3484 ____________________________________________________________________________
3485 [  3855] By: gsar                                  on 1999/08/01  20:49:06
3486         Log: cygwin update
3487              From: "Fifer, Eric" <EFifer@sanwaint.com>
3488              Date: Fri, 30 Jul 1999 18:31:48 +0100
3489              Message-Id: <71E287AB0D94D111BBD600600849EC8185EE06@POST>
3490              Subject: [ID 19990730.003] PATCH] perl5.005_58 cygwin port
3491      Branch: perl
3492            ! doio.c dosish.h lib/File/Spec/Unix.pm mg.c perl.h perlsdio.h
3493            ! pp_sys.c unixish.h util.c
3494 ____________________________________________________________________________
3495 [  3854] By: gsar                                  on 1999/08/01  20:41:53
3496         Log: fixes from Stephen McCamant that address bugs in change#3612
3497              (the optimization shouldn't be enabled in expressions where
3498              the variable is introduced), and fix Deparse to grok the
3499              optimization
3500              Date: Thu, 29 Jul 1999 21:21:49 -0500 (CDT)
3501              Message-ID: <14241.3133.979257.953396@alias-2.pr.mcs.net>
3502              Subject: [PATCH _58] Set OPpTARGET_MY more consistently
3503              --
3504              Date: Thu, 29 Jul 1999 22:31:16 -0500 (CDT)
3505              Message-ID: <14241.7300.181386.763503@alias-2.pr.mcs.net>
3506              Subject: [PATCH _58] Disable TARGET_MY-ization on variable introduction
3507              --
3508              Date: Fri, 30 Jul 1999 22:25:27 -0500 (CDT)
3509              Message-Id: <199907310326.VAA24376@localhost.frii.com>
3510              Subject: [PATCH _58, long] B::Deparse (was Re: New warning 'Useless use of...')
3511      Branch: perl
3512            ! ext/B/B/Deparse.pm op.c
3513 ____________________________________________________________________________
3514 [  3853] By: gsar                                  on 1999/08/01  20:31:32
3515         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
3516              Date: Thu, 29 Jul 1999 14:08:50 -0500 (CDT)
3517              Message-ID: <14240.42690.292893.605292@alias-2.pr.mcs.net>
3518              Subject: [PATCH _58] Two one-liner LOGOP tweaks
3519      Branch: perl
3520            ! op.c opcode.h opcode.pl
3521 ____________________________________________________________________________
3522 [  3852] By: gsar                                  on 1999/08/01  20:29:17
3523         Log: rename cygwin32 to cygwin (from Eric Fifer <EFifer@sanwaint.com>)
3524      Branch: perl
3525            ! AUTHORS EXTERN.h INSTALL MAINTAIN Makefile.SH Porting/patchls
3526            ! README.cygwin README.win32 XSUB.h cygwin/Makefile.SHs
3527            ! ext/DynaLoader/dl_cygwin.xs ext/POSIX/POSIX.xs
3528            ! ext/SDBM_File/sdbm/pair.c hints/cygwin.sh
3529            ! lib/ExtUtils/MM_Cygwin.pm makedepend.SH perl.h pod/perl.pod
3530            ! pod/perlport.pod pp_sys.c util.c
3531 ____________________________________________________________________________
3532 [  3851] By: gsar                                  on 1999/08/01  20:20:05
3533         Log: move files around for s/cygwin32/cygwin/ renaming
3534      Branch: perl
3535           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
3536           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
3537            - README.cygwin32 cygwin32/Makefile.SHs
3538            - cygwin32/build-instructions.READFIRST
3539            - cygwin32/build-instructions.charles-wilson
3540            - cygwin32/build-instructions.sebastien-barre
3541            - cygwin32/build-instructions.steven-morlock
3542            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
3543            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
3544            - hints/cygwin32.sh
3545            ! MANIFEST
3546 ____________________________________________________________________________
3547 [  3850] By: gsar                                  on 1999/08/01  20:05:14
3548         Log: posix-bc hints tweak (via private mail from Thomas Dorner
3549              <Thomas.Dorner@start.de>)
3550      Branch: perl
3551            ! Changes hints/posix-bc.sh
3552 ____________________________________________________________________________
3553 [  3849] By: gsar                                  on 1999/08/01  19:50:20
3554         Log: notes on PERL_IMPLICIT_CONTEXT (from a version by Nathan Torkington
3555              <gnat@frii.com>)
3556      Branch: perl
3557            ! perl.h pod/perldelta.pod pod/perlguts.pod
3558 ____________________________________________________________________________
3559 [  3848] By: gsar                                  on 1999/08/01  18:34:41
3560         Log: fix defined(@foo) encarpments
3561      Branch: perl
3562            ! ext/B/B/C.pm lib/CGI.pm lib/Dumpvalue.pm lib/dumpvar.pl
3563            ! pod/perltrap.pod
3564 ____________________________________________________________________________
3565 [  3847] By: jhi                                   on 1999/08/01  17:17:07
3566         Log: Undo #3790 and the patches that attempted to fix it
3567              (#3837, #3838, #3845).  The #3790 caused linkage failures
3568              and/or core dumps in Solaris 2.6, Digital UNIX 4.0D, and
3569              IRIX 6.5.
3570      Branch: cfgperl
3571            - ext/SDBM_File/hints/dec_osf.pl ext/SDBM_File/hints/solaris.pl
3572            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
3573            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
3574 ____________________________________________________________________________
3575 [  3846] By: jhi                                   on 1999/08/01  11:41:52
3576         Log: Reading 64-bit decimal numbers was broken because
3577              the NV was cast to an I32, not an IV.
3578      Branch: cfgperl
3579            ! toke.c
3580 ____________________________________________________________________________
3581 [  3845] By: jhi                                   on 1999/08/01  11:00:24
3582         Log: Solaris doesn't like PERL_MALLOC_OK in SDBM_File.
3583      Branch: cfgperl
3584            + ext/SDBM_File/hints/solaris.pl
3585 ____________________________________________________________________________
3586 [  3844] By: jhi                                   on 1999/08/01  10:55:44
3587         Log: Enable Solaris largefiles support only if -Duse64bits is used.
3588              (Effectively removes #3311).
3589      Branch: cfgperl
3590            ! hints/solaris_2.sh
3591 ____________________________________________________________________________
3592 [  3843] By: jhi                                   on 1999/07/31  22:44:56
3593         Log: Integer overflow iteration.
3594      Branch: cfgperl
3595            ! t/op/oct.t toke.c util.c
3596 ____________________________________________________________________________
3597 [  3842] By: jhi                                   on 1999/07/31  22:11:03
3598         Log: Remove a lot of unused regnode codes.
3599              Noticed by Ilya.
3600      Branch: cfgperl
3601            ! regcomp.c regcomp.sym regexec.c regnodes.h
3602 ____________________________________________________________________________
3603 [  3841] By: jhi                                   on 1999/07/31  21:53:54
3604         Log: Make the use64bits and usethreads friendlier/braver;
3605              they no more wimp out if the platform is unknown.
3606              On use64bits if gcc used -DUSE_LONG_LONG is added
3607              to the ccflags (this dependency on gcc caused a slightly weird
3608              reordering of Configure, but things still seem to work.)
3609      Branch: cfgperl
3610            ! Configure README.threads config_h.SH
3611      Branch: metaconfig
3612            ! U/threads/usethreads.U
3613      Branch: metaconfig/U/perl
3614            ! use64bits.U
3615 ____________________________________________________________________________
3616 [  3840] By: jhi                                   on 1999/07/31  20:26:22
3617         Log: Hack the "integer overflow" code some more.
3618      Branch: cfgperl
3619            ! perl.h toke.c util.c
3620 ____________________________________________________________________________
3621 [  3839] By: jhi                                   on 1999/07/31  20:22:00
3622         Log: Test oct() at the 2^32-1 limit.
3623      Branch: cfgperl
3624            ! t/op/oct.t
3625 ____________________________________________________________________________
3626 [  3838] By: jhi                                   on 1999/07/31  20:08:43
3627         Log: Update MANIFEST for #3837.
3628      Branch: cfgperl
3629            ! MANIFEST
3630 ____________________________________________________________________________
3631 [  3837] By: jhi                                   on 1999/07/31  20:02:40
3632         Log: Digital UNIX 4.0D doesn't like perl malloc on sdbm
3633              (a core dump with a corrput stack ensues).
3634      Branch: cfgperl
3635            + ext/SDBM_File/hints/dec_osf.pl
3636 ____________________________________________________________________________
3637 [  3836] By: jhi                                   on 1999/07/29  21:09:01
3638         Log: Allow for Configure -Ubincompat5005 override.
3639      Branch: cfgperl
3640            ! Configure config_h.SH
3641      Branch: metaconfig/U/perl
3642            ! bincompat5005.U
3643 ____________________________________________________________________________
3644 [  3835] By: jhi                                   on 1999/07/29  21:04:02
3645         Log: Make Configure support PERL_BINCOMPAT_5005.
3646      Branch: cfgperl
3647            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3648            ! config_h.SH
3649      Branch: metaconfig/U/perl
3650            + bincompat5005.U
3651 ____________________________________________________________________________
3652 [  3834] By: jhi                                   on 1999/07/29  19:25:35
3653         Log: AIX tweak, need reported by David R. Fravor <dfavor@austin.ibm.com> 
3654      Branch: cfgperl
3655            ! Makefile.SH
3656 ____________________________________________________________________________
3657 [  3833] By: jhi                                   on 1999/07/29  14:07:09
3658         Log: Integrate with Sarathy.  I overruled on perldelta
3659              and perldiag.
3660      Branch: cfgperl
3661           !> README.win32 emacs/cperl-mode.el globals.c installperl
3662           !> iperlsys.h makedef.pl perl.h pod/perldelta.pod
3663           !> pod/perldiag.pod pod/perllexwarn.pod toke.c utils/perldoc.PL
3664           !> win32/Makefile win32/bin/pl2bat.pl win32/makefile.mk
3665           !> win32/perllib.c win32/win32.c
3666 ____________________________________________________________________________
3667 [  3832] By: jhi                                   on 1999/07/29  14:02:50
3668         Log: Repent and make overly large integerish
3669              constants non-fatal.  They are now promoted
3670              to NVs, accompanied by an overflow warning that
3671              is by default on.
3672      Branch: cfgperl
3673            ! embed.pl global.sym pod/perldelta.pod pod/perldiag.pod pp.c
3674            ! proto.h t/op/oct.t t/pragma/warn/6default t/pragma/warn/util
3675            ! toke.c util.c
3676 ____________________________________________________________________________
3677 [  3831] By: jhi                                   on 1999/07/29  11:40:04
3678         Log: AIX exhibits different error on failed system().
3679              Slightly modified patch via private email from
3680              David R. Favor <dfavor@austin.ibm.com>
3681      Branch: cfgperl
3682            ! t/op/exec.t
3683 ____________________________________________________________________________
3684 [  3830] By: gsar                                  on 1999/07/29  07:46:11
3685         Log: cperl-mode.el v4.19
3686      Branch: perl
3687            ! emacs/cperl-mode.el
3688 ____________________________________________________________________________
3689 [  3829] By: gsar                                  on 1999/07/29  07:30:35
3690         Log: From: jan.dubois@ibm.net (Jan Dubois)
3691              Date: Wed, 28 Jul 1999 22:01:42 +0200
3692              Message-ID: <37aa5f9b.12941448@smtp1.ibm.net>
3693              Subject: [PATCH 5.005_58] win32/bin/pl2bat.pl doesn't work correctly
3694      Branch: perl
3695            ! win32/bin/pl2bat.pl
3696 ____________________________________________________________________________
3697 [  3828] By: gsar                                  on 1999/07/29  07:19:27
3698         Log: tweak previous change for multiple hits
3699      Branch: perl
3700            ! utils/perldoc.PL
3701 ____________________________________________________________________________
3702 [  3827] By: gsar                                  on 1999/07/29  07:10:00
3703         Log: band-aid for perldoc -t broken-ness (the new Pod::Text
3704              really needs a pod2text() compatibility function)
3705      Branch: perl
3706            ! utils/perldoc.PL
3707 ____________________________________________________________________________
3708 [  3826] By: gsar                                  on 1999/07/29  01:33:46
3709         Log: minor tweaks to pods and toke.c comments
3710      Branch: perl
3711            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod toke.c
3712 ____________________________________________________________________________
3713 [  3825] By: gsar                                  on 1999/07/29  00:12:52
3714         Log: integrate cfgperl changes into mainline
3715      Branch: perl
3716           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
3717           !> README.threads config_h.SH ext/IO/lib/IO/Handle.pm
3718           !> ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
3719           !> ext/POSIX/POSIX.xs lib/ExtUtils/Install.pm perl.h
3720           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
3721           !> pod/perllexwarn.pod pod/perlre.pod pp.c pp_sys.c
3722           !> t/lib/io_unix.t t/op/oct.t t/pragma/warn/6default
3723           !> t/pragma/warn/util toke.c util.c
3724 ____________________________________________________________________________
3725 [  3824] By: jhi                                   on 1999/07/28  21:15:04
3726         Log: Tiny patch to go over #3820 (via private mail from Lincoln).
3727      Branch: cfgperl
3728            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
3729            ! ext/IO/lib/IO/Socket/INET.pm
3730 ____________________________________________________________________________
3731 [  3823] By: jhi                                   on 1999/07/28  20:29:17
3732         Log: Continue pack() doc honing.
3733      Branch: cfgperl
3734            ! pod/perlfunc.pod
3735 ____________________________________________________________________________
3736 [  3822] By: jhi                                   on 1999/07/28  20:17:37
3737         Log: Enhance pack() doc.
3738      Branch: cfgperl
3739            ! pod/perlfunc.pod
3740 ____________________________________________________________________________
3741 [  3821] By: jhi                                   on 1999/07/28  18:34:50
3742         Log: UNIX Domain Sockets are not implemented under QNX.
3743              
3744              From: Norton Allen <allen@huarp.harvard.edu>
3745              To: perl5-porters@perl.org
3746              Subject: [ID 19990728.010] Patch:t/lib/io_unix.t _58 QNX
3747              Date: Wed, 28 Jul 1999 14:07:16 -0400 (edt)
3748              Message-Id: <199907281807.OAA13167@bottesini.harvard.edu>
3749      Branch: cfgperl
3750            ! t/lib/io_unix.t
3751 ____________________________________________________________________________
3752 [  3820] By: jhi                                   on 1999/07/28  18:13:37
3753         Log: IO::* enhancements.
3754              
3755              1) write() and syswrite() will now accept a single-argument
3756              form of the call, for consistency with Perl's syswrite().
3757              2) You can create a TCP-based IO::Socket::INET without forcing
3758              a connect attempt.  This allows you to configure its options
3759              (like making it non-blocking) and then call connect() manually.
3760              3) Fixed a bug that prevented the IO::Socket::protocol() accessor
3761              from ever returning the correct value.
3762              
3763              From: Lincoln Stein <lstein@formaggio.cshl.org>
3764              To: Graham Barr <gbarr@pobox.com>
3765              Cc: Lincoln Stein <lstein@cshl.org>, perl5-porters@perl.org
3766              Subject: Re: patch for IO::*
3767              Date: Wed, 28 Jul 1999 13:55:05 -0400 (EDT)
3768              Message-ID: <14239.17401.330408.145295@formaggio.cshl.org>
3769      Branch: cfgperl
3770            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
3771            ! ext/IO/lib/IO/Socket/INET.pm
3772 ____________________________________________________________________________
3773 [  3819] By: gsar                                  on 1999/07/28  18:08:06
3774         Log: misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dll
3775      Branch: perl
3776            ! README.win32 globals.c installperl iperlsys.h makedef.pl
3777            ! perl.h win32/Makefile win32/makefile.mk win32/perllib.c
3778            ! win32/win32.c
3779 ____________________________________________________________________________
3780 [  3818] By: jhi                                   on 1999/07/28  17:48:16
3781         Log: Need to add QNX to the list for DONT_DECLARE_STD.
3782              (The elimination of use of the _() macro apparently triggered
3783              an incompatability with a #define of atof)
3784              
3785              From: Norton Allen <allen@huarp.harvard.edu>
3786              To: perl5-porters@perl.org
3787              Subject: [ID 19990728.008] Patch:perl.h _58 QNX
3788              Date: Wed, 28 Jul 1999 13:06:23 -0400 (edt)
3789              Message-Id: <199907281706.NAA07617@bottesini.harvard.edu>
3790      Branch: cfgperl
3791            ! perl.h
3792 ____________________________________________________________________________
3793 [  3817] By: jhi                                   on 1999/07/28  17:46:30
3794         Log: Need to add some more conditions to deal with the case
3795              defined(HAS_GETSPNAM) && ! defined(HAS_GETSPENT)
3796              which is true for QNX4.
3797              From: Norton Allen <allen@huarp.harvard.edu>
3798              To: perl5-porters@perl.org
3799              Subject: [ID 19990728.009] Patch:pp_sys.c _58 QNX
3800              Date: Wed, 28 Jul 1999 13:08:42 -0400 (edt)
3801              Message-Id: <199907281708.NAA07947@bottesini.harvard.edu>
3802      Branch: cfgperl
3803            ! pp_sys.c
3804 ____________________________________________________________________________
3805 [  3816] By: jhi                                   on 1999/07/28  17:43:40
3806         Log: The QNX shell needs a couple more semicolons.
3807              
3808              From: Norton Allen <allen@huarp.harvard.edu>
3809              To: perl5-porters@perl.org
3810              Subject: [ID 19990728.007] Patch:Configure _58 QNX
3811              Date: Wed, 28 Jul 1999 13:03:00 -0400 (edt)
3812              Message-Id: <199907281703.NAA07363@bottesini.harvard.edu>
3813              
3814              plus silence metalint moanings on vendorprefix.
3815      Branch: cfgperl
3816            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3817            ! config_h.SH
3818 ____________________________________________________________________________
3819 [  3815] By: jhi                                   on 1999/07/28  17:31:11
3820         Log: Silence metalint on vendorprefix.U.
3821      Branch: metaconfig
3822            ! U/installdirs/vendorprefix.U
3823 ____________________________________________________________________________
3824 [  3814] By: jhi                                   on 1999/07/28  17:13:29
3825         Log: QNX shell needs more semicolons.
3826      Branch: metaconfig/U/perl
3827            ! Extensions.U
3828 ____________________________________________________________________________
3829 [  3813] By: jhi                                   on 1999/07/28  17:05:08
3830         Log: Integrate with Sarathy.
3831      Branch: cfgperl
3832           !> lib/ExtUtils/MM_Unix.pm
3833 ____________________________________________________________________________
3834 [  3812] By: jhi                                   on 1999/07/28  16:20:17
3835         Log: Fix a typo, un-shout, and reformat the installation output.
3836      Branch: cfgperl
3837            ! lib/ExtUtils/Install.pm
3838 ____________________________________________________________________________
3839 [  3811] By: gsar                                  on 1999/07/28  15:41:11
3840         Log: fix typo that caused INSTALLPRIVLIB to have doubled 'perl5'
3841      Branch: perl
3842            ! lib/ExtUtils/MM_Unix.pm
3843 ____________________________________________________________________________
3844 [  3810] By: jhi                                   on 1999/07/28  13:55:57
3845         Log: Talk more about subsecond things in perlfunc.
3846              (Yes, redundant with perlfaq8.)
3847      Branch: cfgperl
3848            ! pod/perlfunc.pod
3849 ____________________________________________________________________________
3850 [  3809] By: jhi                                   on 1999/07/28  07:23:48
3851         Log: Integrate with Sarathy.
3852      Branch: cfgperl
3853           !> configpm hints/freebsd.sh lib/Pod/Html.pm perl.h t/op/grent.t
3854           !> t/op/pwent.t
3855 ____________________________________________________________________________
3856 [  3808] By: jhi                                   on 1999/07/28  07:23:03
3857         Log: Document toke.c.
3858              From: Nathan Torkington <gnat@frii.com>
3859              To: perl5-porters@perl.org
3860              Subject: Re: toke.c patch, work in progress
3861              Date: Tue, 27 Jul 1999 23:02:09 -0600 (MDT)
3862              Message-ID: <14238.36561.979473.667842@localhost.frii.com>
3863      Branch: cfgperl
3864            ! toke.c
3865 ____________________________________________________________________________
3866 [  3807] By: jhi                                   on 1999/07/28  07:10:56
3867         Log: perlre clarification.
3868              
3869              From: Ian Phillipps <ian@dial.pipex.com>
3870              To: Perl 5 Porters <perl5-porters@perl.org>
3871              Subject: [PATCH 5.00557] Add definite article to perlre.pod
3872              Date: Tue, 27 Jul 1999 10:46:29 +0100
3873              Message-ID: <19990727104629.A10074@homer.diplex.co.uk>
3874      Branch: cfgperl
3875            ! pod/perlre.pod
3876 ____________________________________________________________________________
3877 [  3806] By: gsar                                  on 1999/07/28  07:07:46
3878         Log: fix the perl -V breakage
3879              
3880              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3881              To: Jarkko Hietaniemi <jhi@iki.fi>
3882              Cc: "John L. Allen" <allen@grumman.com>, perl5-porters@perl.org,
3883              gsar@activestate.com
3884              Subject: Re: Follow up to: _58 on AIX 431
3885              Date: Tue, 27 Jul 1999 17:42:00 -0400
3886              Message-ID: <19990727174200.A12775@monk.mps.ohio-state.edu>
3887      Branch: perl
3888            ! configpm
3889 ____________________________________________________________________________
3890 [  3805] By: gsar                                  on 1999/07/28  07:03:34
3891         Log: avoid warning (from Doug MacEachern)
3892      Branch: perl
3893            ! perl.h
3894 ____________________________________________________________________________
3895 [  3804] By: gsar                                  on 1999/07/28  06:59:30
3896         Log: Pod::Html tweak
3897              
3898              From: jan.dubois@ibm.net (Jan Dubois)
3899              To: perl5-porters@perl.org
3900              Subject: [PATCH 5.005_58] pod2html: Missing chunk for VMS filenames
3901              Date: Tue, 27 Jul 1999 22:14:12 +0200
3902              Message-ID: <37a50af0.46171380@smtp1.ibm.net>
3903      Branch: perl
3904            ! lib/Pod/Html.pm
3905 ____________________________________________________________________________
3906 [  3803] By: gsar                                  on 1999/07/28  06:56:38
3907         Log: freebsd hints update
3908              
3909              From: Anton Berezin <tobez@plab.ku.dk>
3910              To: perl5-porters@perl.org
3911              Subject: [ID 19990727.034] Not OK: perl 5.00558 on i386-freebsd-thread4.0-current (UNINSTALLED)
3912              Date: Tue, 27 Jul 1999 20:29:39 +0200 (CEST)
3913              Message-Id: <199907271829.UAA62861@lion.plab.ku.dk>
3914      Branch: perl
3915            ! hints/freebsd.sh
3916 ____________________________________________________________________________
3917 [  3802] By: gsar                                  on 1999/07/28  06:51:32
3918         Log: cosmetic testsuite patch
3919              
3920              From: Graham Barr <gbarr@ti.com>
3921              To: Perl5 Porters <perl5-porters@perl.org>
3922              Subject: 5.005_58 build
3923              Date: Tue, 27 Jul 1999 08:09:25 -0500
3924              Message-ID: <19990727080925.F4683@dal.asp.ti.com>
3925      Branch: perl
3926            ! t/op/grent.t t/op/pwent.t
3927 ____________________________________________________________________________
3928 [  3801] By: jhi                                   on 1999/07/27  13:49:39
3929         Log: Minuscule cleanup of the integer overflow patch.
3930      Branch: cfgperl
3931            ! util.c
3932 ____________________________________________________________________________
3933 [  3800] By: jhi                                   on 1999/07/27  13:37:23
3934         Log: Test hex('x...').
3935      Branch: cfgperl
3936            ! t/op/oct.t
3937 ____________________________________________________________________________
3938 [  3799] By: jhi                                   on 1999/07/27  12:45:45
3939         Log: Integrate with Sarathy (5.005_58).
3940      Branch: cfgperl
3941            - ext/B/byteperl.c
3942           !> Changes MANIFEST Porting/makerel configpm embed.h embed.pl
3943           !> ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.pm
3944           !> ext/SDBM_File/Makefile.PL lib/AutoLoader.pm
3945           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
3946           !> lib/Pod/Parser.pm lib/SelfLoader.pm os2/OS2/REXX/Makefile.PL
3947           !> perl.h pod/perldelta.pod pod/perlfaq9.pod pod/perlhist.pod
3948           !> win32/bin/pl2bat.pl win32/config_H.bc win32/config_H.gc
3949           !> win32/config_H.vc
3950 ____________________________________________________________________________
3951 [  3798] By: jhi                                   on 1999/07/27  12:42:43
3952         Log: Integer constants (0x, 0[0-7], 0b) now overflow fatally,
3953              they used to be just optional lexical warnings.
3954              Also, with warnings turned on, constants > 2**32-1
3955              trigger a non-portability warning.
3956      Branch: cfgperl
3957            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod pp.c
3958            ! t/op/oct.t t/pragma/warn/6default t/pragma/warn/util toke.c
3959            ! util.c
3960 ____________________________________________________________________________
3961 [  3797] By: gsar                                  on 1999/07/27  10:48:27
3962         Log: here lies 5.005_58
3963      Branch: perl
3964            - ext/B/byteperl.c
3965            ! Changes MANIFEST Porting/makerel pod/perldelta.pod
3966            ! pod/perlfaq9.pod pod/perlhist.pod
3967
3968 ----------------
3969 Version 5.005_58
3970 ----------------
3971
3972 ____________________________________________________________________________
3973 [  3796] By: gsar                                  on 1999/07/27  09:23:42
3974         Log: regenerate win32/config_H.?c
3975      Branch: perl
3976            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3977 ____________________________________________________________________________
3978 [  3795] By: gsar                                  on 1999/07/27  09:02:31
3979         Log: From: Tye McQueen <tye@metronet.com>
3980              Date: Mon, 26 Jul 1999 19:19:22 -0500 (CDT)
3981              Message-Id: <199907270019.AA08223@metronet.com>
3982              Subject: Patch pl2bat.pl so batch file can fail
3983      Branch: perl
3984            ! win32/bin/pl2bat.pl
3985 ____________________________________________________________________________
3986 [  3794] By: gsar                                  on 1999/07/27  08:59:58
3987         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3988              Date: Mon, 26 Jul 1999 01:09:00 -0400 (EDT)
3989              Message-Id: <199907260509.BAA26303@monk.mps.ohio-state.edu>
3990              Subject: [PATCH 5.005_57] decrease memory footprint of standard modules
3991      Branch: perl
3992            ! configpm ext/POSIX/POSIX.pm lib/AutoLoader.pm
3993            ! lib/SelfLoader.pm
3994 ____________________________________________________________________________
3995 [  3793] By: gsar                                  on 1999/07/27  08:19:16
3996         Log: support -DPERL_BINCOMPAT_5005, still needs a Configure test
3997              (from Andy Dougherty)
3998      Branch: perl
3999            ! embed.h embed.pl
4000 ____________________________________________________________________________
4001 [  3792] By: gsar                                  on 1999/07/27  08:04:19
4002         Log: recognize more constructs such as C<$-> in pod (from Russ Allbery
4003              and Brad Appleton)
4004      Branch: perl
4005            ! lib/Pod/Parser.pm
4006 ____________________________________________________________________________
4007 [  3791] By: gsar                                  on 1999/07/27  07:50:54
4008         Log: cover case where CLK_TCK is a float, not integer (from
4009              alexander smishlajev <als@turnhere.com>)
4010      Branch: perl
4011            ! ext/Devel/DProf/DProf.xs
4012 ____________________________________________________________________________
4013 [  3790] By: gsar                                  on 1999/07/27  07:45:08
4014         Log: provide MakeMaker attribute PERL_MALLOC_OK that allows extensions
4015              to call Perl_malloc() as malloc() (from Ilya Zakharevich)
4016      Branch: perl
4017            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
4018            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
4019 ____________________________________________________________________________
4020 [  3789] By: jhi                                   on 1999/07/27  07:44:55
4021         Log: Integrate with Sarathy.
4022      Branch: cfgperl
4023           +> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
4024           !> MANIFEST doio.c embed.h embed.pl ext/B/B/CC.pm
4025           !> ext/SDBM_File/sdbm/sdbm.h global.sym lib/Pod/Html.pm
4026           !> lib/Pod/Text.pm objXSUB.h opcode.h opcode.pl perlapi.c
4027           !> pod/perldiag.pod pod/perlfunc.pod pod/pod2text.PL pp_sys.c
4028           !> proto.h t/comp/proto.t t/io/open.t
4029 ____________________________________________________________________________
4030 [  3788] By: gsar                                  on 1999/07/27  07:29:59
4031         Log: replace Pod::Text with Pod::SimpleText v0.01 (thanks
4032              to Russ Allbery <rra@stanford.edu>); s/Simple// and
4033              s/pod2txt/pod2text/ etc.
4034      Branch: perl
4035            + lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
4036            ! MANIFEST lib/Pod/Text.pm pod/pod2text.PL
4037 ____________________________________________________________________________
4038 [  3787] By: gsar                                  on 1999/07/27  06:48:40
4039         Log: From: Andy Dougherty <doughera@lafayette.edu>
4040              Date: Wed, 16 Jun 1999 14:40:09 -0400 (EDT)
4041              Message-Id: <Pine.GSU.4.05.9906161435390.248-100000@newton.phys>
4042              Subject: Re: [ID 19990608.003] my_bcopy problem; Unixware 2.0.3
4043      Branch: perl
4044            ! ext/SDBM_File/sdbm/sdbm.h
4045 ____________________________________________________________________________
4046 [  3786] By: gsar                                  on 1999/07/27  06:30:09
4047         Log: applied suggested patch; added missing prototype changes to
4048              opcode.pl along with documentation typos (feature still needs
4049              to be described in perlopentut.pod and summarized in
4050              perldelta.pod)
4051              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4052              Date: Thu, 17 Jun 1999 00:39:34 -0400 (EDT)
4053              Message-Id: <199906170439.AAA18154@monk.mps.ohio-state.edu>
4054              Subject: [PATCH 5.00557] 3-arg open
4055      Branch: perl
4056            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
4057            ! opcode.pl perlapi.c pod/perldiag.pod pod/perlfunc.pod pp_sys.c
4058            ! proto.h t/comp/proto.t t/io/open.t
4059 ____________________________________________________________________________
4060 [  3785] By: gsar                                  on 1999/07/27  04:36:39
4061         Log: don't quit if =head* wasn't found (suggested by Roland Bauer
4062              <roland.bauer@fff.at>)
4063      Branch: perl
4064            ! lib/Pod/Html.pm
4065 ____________________________________________________________________________
4066 [  3784] By: gsar                                  on 1999/07/27  03:56:17
4067         Log: change#3762 wasn't needed
4068      Branch: perl
4069            ! ext/B/B/CC.pm
4070 ____________________________________________________________________________
4071 [  3783] By: jhi                                   on 1999/07/26  19:08:21
4072         Log: Integrate with Sarathy.
4073      Branch: cfgperl
4074           !> Changes makedef.pl patchlevel.h pod/perlfunc.pod pp_ctl.c
4075           !> toke.c utils/dprofpp.PL win32/Makefile win32/config_H.bc
4076           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
4077 ____________________________________________________________________________
4078 [  3782] By: gsar                                  on 1999/07/26  18:16:50
4079         Log: update Changes, patchlevel &c.
4080      Branch: perl
4081            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
4082            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
4083 ____________________________________________________________________________
4084 [  3781] By: gsar                                  on 1999/07/26  17:54:47
4085         Log: a more correct fix for change#2744
4086              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
4087              Date: Sun, 25 Jul 1999 14:02:25 -0500 (CDT)
4088              Message-ID: <14235.24385.671437.246345@alias-2.pr.mcs.net>
4089              Subject: [PATCH _57] Re: toke.c questions 
4090      Branch: perl
4091            ! toke.c
4092 ____________________________________________________________________________
4093 [  3780] By: gsar                                  on 1999/07/26  17:37:04
4094         Log: utime() doc typo from Greg Bacon <gbacon@itsc.uah.edu>
4095      Branch: perl
4096            ! pod/perlfunc.pod
4097 ____________________________________________________________________________
4098 [  3779] By: jhi                                   on 1999/07/26  16:37:23
4099         Log: Dusting off.
4100      Branch: cfgperl
4101            ! README.threads
4102 ____________________________________________________________________________
4103 [  3778] By: gsar                                  on 1999/07/26  13:28:46
4104         Log: avoid DIVZERO
4105      Branch: perl
4106            ! utils/dprofpp.PL
4107 ____________________________________________________________________________
4108 [  3777] By: gsar                                  on 1999/07/26  13:18:53
4109         Log: warnings identified by Borland compiler
4110      Branch: perl
4111            ! makedef.pl pp_ctl.c
4112 ____________________________________________________________________________
4113 [  3776] By: jhi                                   on 1999/07/26  13:07:36
4114         Log: Integrate with Sarathy.
4115      Branch: cfgperl
4116           !> lib/Carp/Heavy.pm pp_ctl.c pp_hot.c
4117 ____________________________________________________________________________
4118 [  3775] By: gsar                                  on 1999/07/26  12:55:43
4119         Log: avoid infinite recursion when Thread.pm croaks during
4120              bootstrap
4121      Branch: perl
4122            ! lib/Carp/Heavy.pm
4123 ____________________________________________________________________________
4124 [  3774] By: gsar                                  on 1999/07/26  12:43:02
4125         Log: integrate cfgperl contents into mainline
4126      Branch: perl
4127           +> lib/Carp/Heavy.pm
4128           !> MANIFEST Makefile.SH cflags.SH configpm ext/util/make_ext
4129           !> lib/AutoSplit.pm lib/Carp.pm makedepend.SH pod/pod2html.PL
4130           !> pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
4131           !> pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
4132           !> writemain.SH x2p/Makefile.SH x2p/cflags.SH
4133 ____________________________________________________________________________
4134 [  3773] By: jhi                                   on 1999/07/26  12:40:29
4135         Log: Use long doubles only if they are useful.
4136      Branch: cfgperl
4137            ! ext/POSIX/POSIX.xs
4138 ____________________________________________________________________________
4139 [  3772] By: gsar                                  on 1999/07/26  12:33:11
4140         Log: typo in change#3768
4141      Branch: perl
4142            ! pp_hot.c
4143 ____________________________________________________________________________
4144 [  3771] By: gsar                                  on 1999/07/26  12:08:27
4145         Log: alpha-stage support for user-hooks in @INC
4146              From: Ken Fox <kfox@ford.com>
4147              Date: Mon, 19 Jul 1999 22:12:29 -0400 (EDT)
4148              Message-Id: <199907200213.WAA02816@mailfw2.ford.com>
4149              Subject: Re: loading remote modules
4150      Branch: perl
4151            ! pp_ctl.c
4152 ____________________________________________________________________________
4153 [  3770] By: jhi                                   on 1999/07/26  11:38:36
4154         Log: Back out #3735.  Needs more work.
4155      Branch: cfgperl
4156            ! Makefile.SH cflags.SH configpm ext/util/make_ext
4157            ! lib/AutoSplit.pm makedepend.SH pod/pod2html.PL
4158            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
4159            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
4160            ! writemain.SH x2p/Makefile.SH x2p/cflags.SH
4161 ____________________________________________________________________________
4162 [  3769] By: jhi                                   on 1999/07/26  11:24:45
4163         Log: Integrate with Sarathy.
4164      Branch: cfgperl
4165           !> (integrate 35 files)
4166 ____________________________________________________________________________
4167 [  3768] By: gsar                                  on 1999/07/26  11:03:07
4168         Log: optimize method name lookup
4169              From: Chip Salzenberg <chip@perlsupport.com>
4170              Date: Thu, 22 Jul 1999 13:43:36 -0400
4171              Message-ID: <19990722134336.Q391@perlsupport.com>
4172              Subject: [PATCH] OP_METHOD_NAMED
4173      Branch: perl
4174            ! dump.c embed.h embed.pl ext/Opcode/Opcode.pm objXSUB.h op.c
4175            ! opcode.h opcode.pl perlapi.c pp.sym pp_hot.c pp_proto.h
4176            ! proto.h
4177 ____________________________________________________________________________
4178 [  3767] By: gsar                                  on 1999/07/26  10:44:11
4179         Log: allow arrow omission in $foo[10]->('foo') etc. (but not in
4180              foo()->()); rework grammar to remove conflicts
4181              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
4182              Date: Fri, 23 Jul 1999 15:55:22 -0500 (CDT)
4183              Message-ID: <14232.54970.771570.548676@alias-2.pr.mcs.net>
4184              Subject: [PATCH _57, long] Re: optional arrow asymmetry
4185      Branch: perl
4186            ! Makefile.SH embed.h embed.pl global.sym objXSUB.h op.c
4187            ! perlapi.c perly.c perly.h perly.y perly_c.diff proto.h
4188            ! vms/perly_c.vms vms/perly_h.vms
4189 ____________________________________________________________________________
4190 [  3766] By: jhi                                   on 1999/07/26  10:18:56
4191         Log: Use $< instead of $*.c in *perlmain.o rules.
4192      Branch: cfgperl
4193            ! Makefile.SH
4194 ____________________________________________________________________________
4195 [  3765] By: gsar                                  on 1999/07/26  09:28:48
4196         Log: From: Ian Phillipps <ian@dial.pipex.com>
4197              Date: Fri, 23 Jul 1999 23:35:56 +0100
4198              Message-ID: <19990723233556.B2435@homer.diplex.co.uk>
4199              Subject: (Version 2) Extending unpack to deal with counted strings
4200      Branch: perl
4201            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
4202 ____________________________________________________________________________
4203 [  3764] By: jhi                                   on 1999/07/26  09:17:26
4204         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4205              To: perl5-porters@perl.org (Mailing list Perl5)
4206              Subject: [PATCH 5.005_57] Lean Carp.pm with Carp/Heavy.pm
4207              Date: Mon, 26 Jul 1999 04:05:27 -0400 (EDT)
4208              Message-Id: <199907260805.EAA26888@monk.mps.ohio-state.edu>
4209              
4210              The patch was based on 5_57 so had to re-apply lib/Carp.pm
4211              parts of changes #3498, #3696, and #3702 for the new
4212              lib/Carp/Heavy.pm.
4213      Branch: cfgperl
4214            + lib/Carp/Heavy.pm
4215            ! MANIFEST lib/Carp.pm
4216 ____________________________________________________________________________
4217 [  3763] By: gsar                                  on 1999/07/26  09:03:17
4218         Log: ~ isn't valid in VMS filenames
4219      Branch: perl
4220            ! lib/Pod/Html.pm
4221 ____________________________________________________________________________
4222 [  3762] By: gsar                                  on 1999/07/26  08:59:47
4223         Log: setstate stop-gap from Vishal Bhatia
4224      Branch: perl
4225            ! ext/B/B/CC.pm
4226 ____________________________________________________________________________
4227 [  3761] By: gsar                                  on 1999/07/26  08:06:39
4228         Log: patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;
4229              add B::OP::name() method that returns just the op_name;
4230              convert Deparse et all to use that instead of B::OP::ppaddr();
4231              add support for OP_SETSTATE in Deparse
4232      Branch: perl
4233            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Bytecode.pm
4234            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
4235            ! ext/B/B/Xref.pm opcode.h opcode.pl
4236 ____________________________________________________________________________
4237 [  3760] By: jhi                                   on 1999/07/26  07:14:43
4238         Log: Integrate with Sarathy.
4239      Branch: cfgperl
4240           !> (integrate 43 files)
4241 ____________________________________________________________________________
4242 [  3759] By: gsar                                  on 1999/07/26  05:12:24
4243         Log: add disclaimer about perl 4 libraries (modified version of
4244              patch suggested by Clinton Pierce <cpierce1@ford.com>)
4245      Branch: perl
4246            ! lib/abbrev.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
4247            ! lib/cacheout.pl lib/chat2.pl lib/complete.pl lib/ctime.pl
4248            ! lib/dotsh.pl lib/exceptions.pl lib/fastcwd.pl lib/flush.pl
4249            ! lib/ftp.pl lib/getcwd.pl lib/getopt.pl lib/getopts.pl
4250            ! lib/hostname.pl lib/look.pl lib/pwd.pl lib/termcap.pl
4251 ____________________________________________________________________________
4252 [  3758] By: gsar                                  on 1999/07/26  04:48:35
4253         Log: make reset() behave with high-bit characters
4254              From: Ian Phillipps <ian@dial.pipex.com>
4255              Date: Thu, 22 Jul 1999 22:48:59 +0100
4256              Message-ID: <19990722224859.A27987@homer.diplex.co.uk>
4257              Subject: [PATCH 5.005_57] sv_reset can cause stack corruption
4258      Branch: perl
4259            ! sv.c
4260 ____________________________________________________________________________
4261 [  3757] By: gsar                                  on 1999/07/26  04:40:32
4262         Log: update to perlport-1.44 from Chris Nandor <pudge@pobox.com>
4263      Branch: perl
4264            ! pod/perlport.pod
4265 ____________________________________________________________________________
4266 [  3756] By: gsar                                  on 1999/07/26  04:20:37
4267         Log: dprofpp pod additions from Nathan Torkington <gnat@frii.com>
4268      Branch: perl
4269            ! utils/dprofpp.PL
4270 ____________________________________________________________________________
4271 [  3755] By: gsar                                  on 1999/07/26  04:18:00
4272         Log: disable VPATH for now (breaks x2p build)
4273      Branch: perl
4274            ! x2p/Makefile.SH
4275 ____________________________________________________________________________
4276 [  3754] By: gsar                                  on 1999/07/26  03:15:33
4277         Log: INSTALL =~ s/5.006/5.6/; delay loading Errno until needed
4278              (%! has the necessary magic); misc typos
4279      Branch: perl
4280            ! INSTALL ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
4281            ! ext/GDBM_File/GDBM_File.pm gv.c jpl/JNI/JNI.pm
4282            ! lib/AutoLoader.pm lib/CPAN.pm perl.c pod/perllocale.pod
4283            ! utils/h2xs.PL
4284 ____________________________________________________________________________
4285 [  3753] By: gsar                                  on 1999/07/26  02:38:28
4286         Log: integrate cfgperl contents into mainline
4287      Branch: perl
4288           +> t/pragma/locale/latin1 t/pragma/locale/utf8
4289           !> (integrate 53 files)
4290 ____________________________________________________________________________
4291 [  3752] By: gsar                                  on 1999/07/26  02:11:31
4292         Log: ensure implicitly closed handles don't set $? or $!
4293      Branch: perl
4294            ! doio.c embed.h embed.pl perlapi.c proto.h sv.c t/io/pipe.t
4295 ____________________________________________________________________________
4296 [  3751] By: gsar                                  on 1999/07/26  01:28:34
4297         Log: change#3534 didn't preserve undef return values from caller()
4298      Branch: perl
4299            ! Changes pp_ctl.c
4300 ____________________________________________________________________________
4301 [  3750] By: jhi                                   on 1999/07/25  20:59:29
4302         Log: Back up a tiny bit from #3735.
4303              This may break builds outside the source directory
4304              but then again, they do not work that ell yet anyway.
4305      Branch: cfgperl
4306            ! Makefile.SH
4307 ____________________________________________________________________________
4308 [  3750] By: jhi                                   on 1999/07/25  20:59:29
4309         Log: Back up a tiny bit from #3735.
4310              This may break builds outside the source directory
4311              but then again, they do not work that ell yet anyway.
4312      Branch: cfgperl
4313            ! Makefile.SH
4314 ____________________________________________________________________________
4315 [  3749] By: jhi                                   on 1999/07/25  19:15:55
4316         Log: Integrate with Sarathy.
4317      Branch: cfgperl
4318           !> lib/ExtUtils/MM_Unix.pm toke.c utils/h2xs.PL
4319 ____________________________________________________________________________
4320 [  3748] By: jhi                                   on 1999/07/25  19:06:59
4321         Log: Recode locale.t so that the change in #3730
4322              is not needed and locale.t works both without
4323              and with the utf8 pragma.
4324      Branch: cfgperl
4325            + t/pragma/locale/latin1 t/pragma/locale/utf8
4326            ! MANIFEST t/pragma/locale.t
4327 ____________________________________________________________________________
4328 [  3747] By: jhi                                   on 1999/07/25  19:01:46
4329         Log: Like #3743.
4330      Branch: cfgperl
4331            ! utils/perlbug.PL
4332 ____________________________________________________________________________
4333 [  3746] By: gsar                                  on 1999/07/25  18:08:58
4334         Log: add option to omit Changes file, from Abigail <abigail@delanet.com>;
4335              append a HISTORY section to POD if option is used
4336      Branch: perl
4337            ! utils/h2xs.PL
4338 ____________________________________________________________________________
4339 [  3745] By: gsar                                  on 1999/07/25  17:40:03
4340         Log: warn rather than die when parse_version() can't cut it (from
4341              Michael G Schwern <schwern@pobox.com>)
4342      Branch: perl
4343            ! lib/ExtUtils/MM_Unix.pm
4344 ____________________________________________________________________________
4345 [  3744] By: gsar                                  on 1999/07/25  16:32:48
4346         Log: make map behave like grep wrt indirect object slot when
4347              there are parentheses; revert an experimental mod by Larry
4348              in change#2038 that failed to parse %{{qw(a b c)}} properly
4349              (this means C<map {use Foo; ...} ...> still needs a proper
4350              fix)
4351      Branch: perl
4352            ! toke.c
4353 ____________________________________________________________________________
4354 [  3743] By: jhi                                   on 1999/07/25  16:24:55
4355         Log: Fix a typo in #3725.
4356      Branch: cfgperl
4357            ! utils/perlbug.PL
4358 ____________________________________________________________________________
4359 [  3742] By: jhi                                   on 1999/07/25  16:14:39
4360         Log: Integrate with Sarathy.
4361      Branch: cfgperl
4362           !> (integrate 26 files)
4363 ____________________________________________________________________________
4364 [  3741] By: jhi                                   on 1999/07/25  16:02:28
4365         Log: Cut-and-pasto in #3737.
4366      Branch: cfgperl
4367            ! perl.c
4368 ____________________________________________________________________________
4369 [  3740] By: gsar                                  on 1999/07/25  15:59:34
4370         Log: add note about glibc bug
4371      Branch: perl
4372            ! t/pragma/warn/pp_hot
4373 ____________________________________________________________________________
4374 [  3739] By: gsar                                  on 1999/07/25  15:48:40
4375         Log: fix bug in change#3728 that might free COPs prematurely;
4376              null(op) now does more thorough scrubbing of the op, which
4377              fixes a few compile-time memory "leaks"
4378      Branch: perl
4379            ! dump.c embed.h embed.pl op.c proto.h
4380 ____________________________________________________________________________
4381 [  3738] By: jhi                                   on 1999/07/25  14:15:26
4382         Log: In accordance with #3737.
4383      Branch: metaconfig
4384            ! U/installdirs/sitelib.U U/installdirs/vendorprefix.U
4385            ! U/modified/Oldconfig.U
4386      Branch: metaconfig/U/perl
4387            ! Extensions.U
4388 ____________________________________________________________________________
4389 [  3737] By: jhi                                   on 1999/07/25  14:12:34
4390         Log: Use vendorprefixlib.
4391      Branch: cfgperl
4392            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4393            ! config_h.SH perl.c
4394 ____________________________________________________________________________
4395 [  3736] By: jhi                                   on 1999/07/25  13:10:03
4396         Log: Populate metaconfig branch.
4397      Branch: metaconfig
4398            + (add 1468 files)
4399      Branch: metaconfig/U/perl
4400            + (add 101 files)
4401 ____________________________________________________________________________
4402 [  3735] By: jhi                                   on 1999/07/25  12:27:20
4403         Log: First steps of making builds outside the source
4404              directory possible.  These should get us as far
4405              as miniperl, then building DynaLoader falls into
4406              tiny twinkling pieces as MakeMaker knows nothing
4407              of VPATH mindset.
4408      Branch: cfgperl
4409            ! Configure Makefile.SH cflags.SH config_h.SH configpm
4410            ! ext/util/make_ext lib/AutoSplit.pm makedepend.SH
4411            ! pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL
4412            ! pod/pod2text.PL pod/pod2usage.PL pod/podchecker.PL
4413            ! pod/podselect.PL writemain.SH x2p/Makefile.SH x2p/cflags.SH
4414 ____________________________________________________________________________
4415 [  3734] By: jhi                                   on 1999/07/25  11:19:28
4416         Log: Poor Glossary--are we fixed yet?
4417      Branch: cfgperl
4418            ! Porting/Glossary
4419 ____________________________________________________________________________
4420 [  3733] By: jhi                                   on 1999/07/25  11:15:06
4421         Log: Change #3732 mistakenly clobbered Glossary.
4422      Branch: cfgperl
4423            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4424            ! config_h.SH
4425 ____________________________________________________________________________
4426 [  3732] By: jhi                                   on 1999/07/25  10:46:39
4427         Log: Andy's new installation scheme (note: a lot of this
4428              leaked in already with change #3731).  The vendor*
4429              stuff is not used anywhere (in *.SH, say), so it
4430              isn't in Configure, either.
4431      Branch: cfgperl
4432            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4433            ! config_h.SH
4434 ____________________________________________________________________________
4435 [  3731] By: jhi                                   on 1999/07/25  10:12:07
4436         Log: Circumcode a strange shell(?) bug in AIX found
4437              while trying to do -Duse64bits (which I couldn't do
4438              in the end because the CPU isn't 64-bit in that box,
4439              but at least now the probing doesn't crash.)
4440      Branch: cfgperl
4441            ! Configure config_h.SH hints/aix.sh
4442 ____________________________________________________________________________
4443 [  3730] By: gsar                                  on 1999/07/25  04:56:56
4444         Log: fix little utf8 nits in testsuite; add patch from Ilya that cures
4445              a utf8 bug in one of the new RE optimizations
4446      Branch: perl
4447            ! regcomp.c regexec.c t/harness t/lib/io_udp.t t/op/re_tests
4448            ! t/pragma/locale.t
4449 ____________________________________________________________________________
4450 [  3729] By: jhi                                   on 1999/07/23  19:56:27
4451         Log: From: Andy Dougherty <doughera@lafayette.edu>
4452              To: Perl Porters <perl5-porters@perl.org>
4453              Subject: [PATCH 5.005_57] INSTALL-1.58
4454              Date: Fri, 23 Jul 1999 10:50:13 -0400 (EDT)
4455              Message-Id: <Pine.GSU.4.05.9907231033190.3555-100000@newton.phys>
4456              
4457              plus
4458              
4459              From: "Kurt D. Starsinic" <kstar@chapin.edu>
4460              To: Andy Dougherty <doughera@lafayette.edu>
4461              Cc: Perl Porters <perl5-porters@perl.org>
4462              Subject: Re: [PATCH 5.005_57] INSTALL-1.58
4463              Date: Fri, 23 Jul 1999 13:38:25 -0400
4464              Message-ID: <19990723133825.A12033@O2.chapin.edu>
4465      Branch: cfgperl
4466            ! INSTALL
4467 ____________________________________________________________________________
4468 [  3728] By: gsar                                  on 1999/07/23  17:24:42
4469         Log: applied suggested patch for tracking line numbers correctly in
4470              optimized blocks with a single statement; changed setcop to
4471              setstate and added code for -Dx dumps
4472              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4473              Date: Wed, 23 Jun 1999 17:27:42 +0100
4474              Message-Id: <199906231627.RAA24033@crypt.compulink.co.uk>
4475              Subject: [PATCH 5.005_57] Line number error in optimised else() 
4476      Branch: perl
4477            ! dump.c embed.h ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.pm
4478            ! objXSUB.h op.c opcode.h opcode.pl perlapi.c pp.sym pp_hot.c
4479            ! pp_proto.h t/op/misc.t
4480 ____________________________________________________________________________
4481 [  3727] By: gsar                                  on 1999/07/23  15:56:04
4482         Log: avoid useless use of target for pp_each(); also fixes bugs due to
4483              refcount held by the target
4484      Branch: perl
4485            ! opcode.h opcode.pl pp.c t/op/each.t
4486 ____________________________________________________________________________
4487 [  3726] By: jhi                                   on 1999/07/23  12:08:30
4488         Log: Change #3725 aftershock.
4489      Branch: cfgperl
4490            ! INSTALL jpl/JNI/JNI.pm
4491 ____________________________________________________________________________
4492 [  3725] By: jhi                                   on 1999/07/23  11:58:49
4493         Log: Introduce $Config{ldlibpthname} which contains
4494              the name of the environment variable holding the
4495              dynamic library search path, often LD_LIBRARY_PATH.
4496              Use this new feature all over.
4497              Also removed remnants of admonition "add LD_LIBRARY_PATH
4498              before running make" because Makefile.SH does this for you. 
4499      Branch: cfgperl
4500            ! Configure Makefile.SH config_h.SH
4501            ! ext/DynaLoader/DynaLoader_pm.PL hints/README.hints
4502            ! hints/aix.sh hints/beos.sh hints/cygwin32.sh hints/dgux.sh
4503            ! hints/epix.sh hints/esix4.sh hints/hpux.sh hints/next_4.sh
4504            ! hints/os2.sh hints/rhapsody.sh hints/svr4.sh jpl/JNI/JNI.pm
4505            ! jpl/install-jpl utils/perlbug.PL
4506 ____________________________________________________________________________
4507 [  3724] By: jhi                                   on 1999/07/23  08:03:36
4508         Log: From: Spider Boardman <spider@orb.nashua.nh.us>
4509              To: perl5-porters@perl.org
4510              Subject: [PATCH] Re: [ID 19990715.003] [BUG] all perl5 versions: segfault on $# 
4511              Date: Thu, 22 Jul 1999 19:58:34 -0400
4512              Message-Id: <199907222358.TAA27354@Orb.Nashua.NH.US>
4513      Branch: cfgperl
4514            ! av.c
4515 ____________________________________________________________________________
4516 [  3723] By: gsar                                  on 1999/07/23  00:01:29
4517         Log: emit warning about function calls that were encountered too early
4518              to enforce their prototype
4519      Branch: perl
4520            ! op.c op.h pod/perldiag.pod
4521 ____________________________________________________________________________
4522 [  3722] By: jhi                                   on 1999/07/22  21:19:59
4523         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
4524              To: perl5-porters@perl.org
4525              Cc: Chip Salzenberg <chip@perlsupport.com>, Gurusamy Sarathy <gsar@activestate.com>
4526              Subject: [PATCH] MakeMaker documentation
4527              Date: Wed, 21 Jul 1999 14:15:42 -0400
4528              Message-ID: <19990721141542.A1800@O2.chapin.edu>
4529      Branch: cfgperl
4530            ! lib/ExtUtils/MakeMaker.pm
4531 ____________________________________________________________________________
4532 [  3721] By: jhi                                   on 1999/07/22  21:05:19
4533         Log: From: pvhp@forte.com (Peter Prymmer)
4534              To: chip@perlsupport.com, gsar@activestate.com, perl-mvs@perl.org, perl5-porters@perl.org
4535              Subject: [PATCH: 5.005_03 && 5.005_57]os390 hints file appendix stops bad builds
4536              Date: Wed, 21 Jul 99 17:15:39 PDT
4537              Message-Id: <9907220015.AA11931@forte.com>
4538      Branch: cfgperl
4539            ! hints/os390.sh
4540 ____________________________________________________________________________
4541 [  3720] By: jhi                                   on 1999/07/22  20:51:17
4542         Log: AIX magic: ccdlflags needs to be different for
4543              Perl itself and for extra-core extensions
4544              (as used by ExtUtilss::embed::ldopts).
4545              Based on the problems described in
4546              
4547              From: Mike W Ellwood <mwe@rl.ac.uk>
4548              To: perl5-porters@perl.org
4549              Subject: [ID 19990722.002] Perl 5.00503 and AIX 4.1.5; perl.exp; build errors. Also Imagemagick...
4550              Date: Thu, 22 Jul 1999 14:28:19 +0100 (BST)
4551              Reply-To: m.w.ellwood@rl.ac.uk
4552              Message-Id: <Pine.A41.3.96.990722141209.72660V-100000@unixfe.rl.ac.uk>
4553      Branch: cfgperl
4554            ! Configure Makefile.SH config_h.SH hints/aix.sh
4555 ____________________________________________________________________________
4556 [  3719] By: jhi                                   on 1999/07/22  08:23:53
4557         Log: Update history records.
4558      Branch: cfgperl
4559            ! pod/perlhist.pod
4560 ____________________________________________________________________________
4561 [  3718] By: jhi                                   on 1999/07/21  13:54:42
4562         Log: Todododobedobedo.
4563      Branch: cfgperl
4564            ! Todo
4565 ____________________________________________________________________________
4566 [  3717] By: jhi                                   on 1999/07/21  12:10:48
4567         Log: Even more Todo.
4568      Branch: cfgperl
4569            ! Todo
4570 ____________________________________________________________________________
4571 [  3716] By: jhi                                   on 1999/07/21  11:40:39
4572         Log: Use Errno more extensively so that error
4573              messages are more portable (another way
4574              would be to muck around with LC_MESSAGES).
4575              Problem reported in
4576              
4577              From: oracle@pcr8.pcr.com
4578              To: perl5-porters@perl.org
4579              Subject: [ID 19990719.003] LC_MESSAGES breaks h2xs autoloaded constants on AIX 4.1.4
4580              Date: Mon, 19 Jul 1999 18:39:13 -0400
4581              Message-Id: <9907192239.AA44990@pcr8.pcr.com>
4582      Branch: cfgperl
4583            ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
4584            ! ext/GDBM_File/GDBM_File.pm jpl/JNI/JNI.pm lib/AutoLoader.pm
4585            ! lib/CPAN.pm pod/perllocale.pod utils/h2xs.PL
4586 ____________________________________________________________________________
4587 [  3715] By: jhi                                   on 1999/07/21  11:05:36
4588         Log: Slightly modified patch.
4589              From: Sean Sheedy <seans@ncube.com>
4590              To: perl5-porters@perl.org
4591              Subject: [ID 19990720.003] Perl 5.005_3 patch: Non-standard object extensions
4592              Date: Tue, 20 Jul 1999 09:52:06 -0700
4593              Message-Id: <3794A935.1C150E54@ncube.com>
4594      Branch: cfgperl
4595            ! cflags.SH x2p/cflags.SH
4596 ____________________________________________________________________________
4597 [  3714] By: jhi                                   on 1999/07/20  21:26:19
4598         Log: More Todo.
4599      Branch: cfgperl
4600            ! Todo
4601 ____________________________________________________________________________
4602 [  3713] By: jhi                                   on 1999/07/20  18:02:45
4603         Log: Integrate with Sarathy.
4604      Branch: cfgperl
4605           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
4606           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
4607           +> ext/Devel/DProf/Todo t/lib/dprof.t t/lib/dprof/V.pm
4608           +> t/lib/dprof/test1_t t/lib/dprof/test1_v t/lib/dprof/test2_t
4609           +> t/lib/dprof/test2_v t/lib/dprof/test3_t t/lib/dprof/test3_v
4610           +> t/lib/dprof/test4_t t/lib/dprof/test4_v t/lib/dprof/test5_t
4611           +> t/lib/dprof/test5_v t/lib/dprof/test6_t t/lib/dprof/test6_v
4612           +> utils/dprofpp.PL
4613           !> INSTALL MAINTAIN MANIFEST configure.com
4614           !> ext/Devel/Peek/Makefile.PL installman installperl
4615           !> pod/roffitall utils/Makefile vms/descrip_mms.template
4616           !> win32/Makefile win32/makefile.mk win32/win32.h
4617 ____________________________________________________________________________
4618 [  3712] By: gsar                                  on 1999/07/20  15:29:01
4619         Log: DProf tweak
4620      Branch: perl
4621            ! ext/Devel/DProf/DProf.xs
4622 ____________________________________________________________________________
4623 [  3711] By: gsar                                  on 1999/07/20  07:56:19
4624         Log: another DProf build tweak
4625      Branch: perl
4626            ! utils/dprofpp.PL
4627 ____________________________________________________________________________
4628 [  3710] By: gsar                                  on 1999/07/20  07:36:36
4629         Log: move DProf things around to where they are supposed to be
4630      Branch: perl
4631            + t/lib/dprof.t t/lib/dprof/V.pm t/lib/dprof/test1_t
4632            + t/lib/dprof/test1_v t/lib/dprof/test2_t t/lib/dprof/test2_v
4633            + t/lib/dprof/test3_t t/lib/dprof/test3_v t/lib/dprof/test4_t
4634            + t/lib/dprof/test4_v t/lib/dprof/test5_t t/lib/dprof/test5_v
4635            + t/lib/dprof/test6_t t/lib/dprof/test6_v
4636           +> utils/dprofpp.PL
4637            - ext/Devel/DProf/dprofpp.PL ext/Devel/DProf/t/V.pm
4638            - ext/Devel/DProf/t/test1.pl ext/Devel/DProf/t/test1.t
4639            - ext/Devel/DProf/t/test1.v ext/Devel/DProf/t/test2.t
4640            - ext/Devel/DProf/t/test2.v ext/Devel/DProf/t/test3.t
4641            - ext/Devel/DProf/t/test3.v ext/Devel/DProf/t/test4.t
4642            - ext/Devel/DProf/t/test4.v ext/Devel/DProf/t/test5.t
4643            - ext/Devel/DProf/t/test5.v ext/Devel/DProf/t/test6.t
4644            - ext/Devel/DProf/t/test6.v ext/Devel/DProf/test.pl
4645            ! INSTALL MANIFEST ext/Devel/DProf/Makefile.PL installman
4646            ! installperl pod/roffitall utils/Makefile
4647            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
4648 ____________________________________________________________________________
4649 [  3709] By: gsar                                  on 1999/07/20  06:13:16
4650         Log: DProf fixups for PERL_IMPLICIT_CONTEXT
4651      Branch: perl
4652            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
4653            ! ext/Devel/Peek/Makefile.PL
4654 ____________________________________________________________________________
4655 [  3708] By: gsar                                  on 1999/07/20  06:01:22
4656         Log: move DProf to Devel/DProf
4657      Branch: perl
4658           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
4659           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
4660           +> ext/Devel/DProf/Todo ext/Devel/DProf/dprofpp.PL
4661           +> ext/Devel/DProf/t/V.pm ext/Devel/DProf/t/test1.pl
4662           +> ext/Devel/DProf/t/test1.t ext/Devel/DProf/t/test1.v
4663           +> ext/Devel/DProf/t/test2.t ext/Devel/DProf/t/test2.v
4664           +> ext/Devel/DProf/t/test3.t ext/Devel/DProf/t/test3.v
4665           +> ext/Devel/DProf/t/test4.t ext/Devel/DProf/t/test4.v
4666           +> ext/Devel/DProf/t/test5.t ext/Devel/DProf/t/test5.v
4667           +> ext/Devel/DProf/t/test6.t ext/Devel/DProf/t/test6.v
4668           +> ext/Devel/DProf/test.pl
4669            - ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
4670            - ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
4671            - ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
4672            - ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
4673            - ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
4674            - ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
4675            - ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
4676            ! MAINTAIN MANIFEST configure.com win32/Makefile
4677            ! win32/makefile.mk
4678 ____________________________________________________________________________
4679 [  3707] By: gsar                                  on 1999/07/20  05:39:11
4680         Log: add Devel::DProf v19990108 from CPAN, as it was
4681      Branch: perl
4682            + ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
4683            + ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
4684            + ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
4685            + ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
4686            + ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
4687            + ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
4688            + ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
4689            ! MANIFEST
4690 ____________________________________________________________________________
4691 [  3706] By: gsar                                  on 1999/07/20  04:52:25
4692         Log: C<union any> needs no PERL_OBJECT-treatment
4693      Branch: perl
4694            ! win32/win32.h
4695 ____________________________________________________________________________
4696 [  3705] By: gsar                                  on 1999/07/20  04:11:54
4697         Log: fix problem in default build
4698      Branch: perl
4699            ! win32/Makefile win32/makefile.mk
4700 ____________________________________________________________________________
4701 [  3704] By: jhi                                   on 1999/07/19  07:06:36
4702         Log: Integrate with Sarathy.
4703      Branch: cfgperl
4704           !> Changes lib/Carp.pm makedef.pl pod/perldiag.pod sv.h util.c
4705           !> win32/win32.c
4706 ____________________________________________________________________________
4707 [  3703] By: gsar                                  on 1999/07/19  05:55:57
4708         Log: win32 nits
4709      Branch: perl
4710            ! makedef.pl sv.h
4711 ____________________________________________________________________________
4712 [  3702] By: gsar                                  on 1999/07/19  04:29:34
4713         Log: don't display tid from main thread (or testsuite breaks)
4714      Branch: perl
4715            ! lib/Carp.pm util.c
4716 ____________________________________________________________________________
4717 [  3701] By: gsar                                  on 1999/07/19  00:47:52
4718         Log: remove several doubled (and tripled!) entries
4719      Branch: perl
4720            ! pod/perldiag.pod
4721 ____________________________________________________________________________
4722 [  3700] By: gsar                                  on 1999/07/19  00:42:34
4723         Log: integrate cfgperl contents into mainline
4724      Branch: perl
4725           +> makedef.pl
4726            - perl_exp.SH win32/makedef.pl
4727           !> MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
4728           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_vms.xs hints/aix.sh
4729           !> pod/perldiag.pod pp.c regexec.c t/pragma/warn/util toke.c
4730           !> utf8.c util.c win32/Makefile win32/makefile.mk
4731 ____________________________________________________________________________
4732 [  3699] By: gsar                                  on 1999/07/19  00:33:59
4733         Log: avoid bug in win32_str_os_error() (from Jan Dubois)
4734      Branch: perl
4735            ! Changes win32/win32.c
4736 ____________________________________________________________________________
4737 [  3698] By: jhi                                   on 1999/07/18  21:33:57
4738         Log: Integrate with Sarathy.
4739      Branch: cfgperl
4740           +> t/op/chars.t
4741           !> (integrate 57 files)
4742 ____________________________________________________________________________
4743 [  3697] By: gsar                                  on 1999/07/18  05:22:36
4744         Log: From: pvhp@forte.com (Peter Prymmer)
4745              Date: Thu, 1 Jul 99 19:31:24 PDT
4746              Message-Id: <9907020231.AA16942@forte.com>
4747              Subject: [ID 19990701.031] 4 ctl chars on EBCDIC not asciiish enough
4748      Branch: perl
4749            + t/op/chars.t
4750            ! MANIFEST ebcdic.c t/op/ord.t
4751 ____________________________________________________________________________
4752 [  3696] By: gsar                                  on 1999/07/18  05:11:02
4753         Log: display thread id in diagnostics (suggested by Dan Sugalski)
4754      Branch: perl
4755            ! lib/Carp.pm util.c
4756 ____________________________________________________________________________
4757 [  3695] By: gsar                                  on 1999/07/18  04:57:47
4758         Log: missing perldiag entry (from Dan Sugalski <sugalskd@osshe.edu>)
4759      Branch: perl
4760            ! pod/perldiag.pod
4761 ____________________________________________________________________________
4762 [  3694] By: gsar                                  on 1999/07/18  04:56:28
4763         Log: cache [NIUP]V conversions of defined READONLY values
4764              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4765              Date: Sun, 11 Jul 1999 04:39:44 -0400
4766              Message-ID: <19990711043944.A25944@monk.mps.ohio-state.edu>
4767              Subject: [PATCH 5.005_57] Allow caching of numeric/string conversion
4768      Branch: perl
4769            ! sv.c
4770 ____________________________________________________________________________
4771 [  3693] By: gsar                                  on 1999/07/18  03:53:38
4772         Log: From: jan.dubois@ibm.net (Jan Dubois)
4773              Date: Sat, 17 Jul 1999 10:58:29 +0200
4774              Message-ID: <379144ad.13616689@smtp1.ibm.net>
4775              Subject: [PATCH 5.005] Some lib/ExtUtils/Manifest.pm POD fixes
4776      Branch: perl
4777            ! lib/ExtUtils/Manifest.pm
4778 ____________________________________________________________________________
4779 [  3692] By: gsar                                  on 1999/07/18  03:51:03
4780         Log: remove spurious newSTATEOP() that causes goto to enter one too many
4781              contexts when jumping between if and elsif blocks
4782      Branch: perl
4783            ! perly.c perly.y pp_ctl.c t/op/goto.t
4784 ____________________________________________________________________________
4785 [  3691] By: gsar                                  on 1999/07/18  01:49:59
4786         Log: detypo, update Changes
4787      Branch: perl
4788            ! Changes doio.c
4789 ____________________________________________________________________________
4790 [  3690] By: gsar                                  on 1999/07/18  01:16:59
4791         Log: mention the -Minteger effect on modulus (from Nathan Torkington)
4792      Branch: perl
4793            ! lib/integer.pm
4794 ____________________________________________________________________________
4795 [  3689] By: gsar                                  on 1999/07/18  00:47:17
4796         Log: ensure __END__ appears on a line by itself in wrapped
4797              scripts (thanks to Steve Tolkin <tolkin@mediaone.net>);
4798              mention caveat about successfull kill()
4799      Branch: perl
4800            ! pod/perlfunc.pod win32/bin/pl2bat.pl
4801 ____________________________________________________________________________
4802 [  3688] By: gsar                                  on 1999/07/17  20:47:44
4803         Log: noecho noops (from Nicholas Clark <nick@flirble.org>)
4804      Branch: perl
4805            ! ext/SDBM_File/sdbm/Makefile.PL
4806 ____________________________________________________________________________
4807 [  3687] By: gsar                                  on 1999/07/17  20:43:27
4808         Log: make CC.pm use a distinct CCPP() macro rather than PP()
4809              (suggested by Vishal Bhatia <vishalb@my-deja.com>)
4810      Branch: perl
4811            ! cc_runtime.h ext/B/B/CC.pm
4812 ____________________________________________________________________________
4813 [  3686] By: gsar                                  on 1999/07/17  20:39:08
4814         Log: tiny bug in vars.pm (from John Dlugosz)
4815      Branch: perl
4816            ! lib/vars.pm
4817 ____________________________________________________________________________
4818 [  3685] By: gsar                                  on 1999/07/17  20:37:27
4819         Log: applied suggested patch, along with later tweak
4820              From: jan.dubois@ibm.net (Jan Dubois)
4821              Date: Wed, 14 Jul 1999 23:53:43 +0200
4822              Message-ID: <37a902e7.15977234@smtp1.ibm.net>
4823              Subject: Merge ActivePerl Stylesheet support etc into Pod::Html.pm
4824      Branch: perl
4825            ! lib/Pod/Html.pm
4826 ____________________________________________________________________________
4827 [  3684] By: gsar                                  on 1999/07/17  20:24:32
4828         Log: avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop <domo@vo.lu>)
4829      Branch: perl
4830            ! thrdvar.h
4831 ____________________________________________________________________________
4832 [  3683] By: gsar                                  on 1999/07/17  20:21:01
4833         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4834              Date: Tue, 13 Jul 1999 05:44:28 -0400 (EDT)
4835              Message-Id: <199907130944.FAA04473@monk.mps.ohio-state.edu>
4836              Subject: [PATCH 5.005_57] Segfaults if $^P
4837      Branch: perl
4838            ! embed.h embed.pl global.sym mg.c objXSUB.h perl.c perlapi.c
4839            ! proto.h
4840 ____________________________________________________________________________
4841 [  3682] By: gsar                                  on 1999/07/17  20:04:17
4842         Log: use a better prefixify() heuristic than m/perl/ (prefix/lib/perl5
4843              and prefix/lib/perl5/man are ass_u_med only if those directories
4844              actually exist; else prefix/{lib,man} are used)
4845      Branch: perl
4846            ! lib/ExtUtils/MM_Unix.pm
4847 ____________________________________________________________________________
4848 [  3681] By: gsar                                  on 1999/07/17  19:12:33
4849         Log: allow $foo{$x} and $bar[$i] for (\$) prototype
4850      Branch: perl
4851            ! op.c t/comp/proto.t
4852 ____________________________________________________________________________
4853 [  3680] By: gsar                                  on 1999/07/17  18:23:55
4854         Log: fix vec() on magic values
4855              From: Ian Phillipps <ian@dial.pipex.com>
4856              Date: Mon, 12 Jul 1999 12:30:05 +0100
4857              Message-ID: <19990712123005.A11355@homer.diplex.co.uk>
4858              Subject: [PATCH 5.005_57] Re: do_vecset is broken.  Re: [ID 19990703.003].
4859      Branch: perl
4860            ! doop.c t/op/tie.t
4861 ____________________________________________________________________________
4862 [  3679] By: gsar                                  on 1999/07/17  18:10:44
4863         Log: make system() return -1 and set $! if exec of child failed
4864              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4865              Date: Fri, 9 Jul 1999 05:21:13 -0400
4866              Message-ID: <19990709052113.A6201@monk.mps.ohio-state.edu>
4867              Subject: [PATCH 5.005_57] system()==-1 and $! from failing fork/exec
4868      Branch: perl
4869            ! doio.c embed.h embed.pl global.sym objXSUB.h perlapi.c
4870            ! pod/perlfunc.pod pp_sys.c proto.h t/op/exec.t
4871 ____________________________________________________________________________
4872 [  3678] By: gsar                                  on 1999/07/17  17:54:01
4873         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4874              Date: Fri, 9 Jul 1999 04:27:51 -0400 (EDT)
4875              Message-Id: <199907090827.EAA03321@monk.mps.ohio-state.edu>
4876              Subject: [PATCH 5.005_57] File descriptor leak in do_exec3
4877      Branch: perl
4878            ! util.c
4879 ____________________________________________________________________________
4880 [  3677] By: gsar                                  on 1999/07/17  17:34:38
4881         Log: a modernized version of find2perl from Ken Pizzini <ken@halcyon.com>;
4882              converted Ken's documentation outline into pod
4883      Branch: perl
4884            ! x2p/find2perl.PL
4885 ____________________________________________________________________________
4886 [  3676] By: gsar                                  on 1999/07/17  16:34:09
4887         Log: pod fixes (with minor edits) from Abigail, Ronald Kimball, Jon
4888              Waddington, Tuomas Lukka, Steven Tolkin, Ian Phillipps, and
4889              Steve Lidie
4890      Branch: perl
4891            ! pod/Win32.pod pod/perldelta.pod pod/perlfaq.pod
4892            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
4893            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
4894            ! pod/perlguts.pod pod/perlhist.pod pod/perlop.pod
4895            ! pod/perlport.pod pod/perltoc.pod pod/perltodo.pod
4896            ! pod/perltoot.pod pod/perltootc.pod pod/perlvar.pod
4897 ____________________________________________________________________________
4898 [  3675] By: gsar                                  on 1999/07/17  00:16:53
4899         Log: backout redundant change#3628
4900      Branch: perl
4901            ! Changes hints/bsdos.sh
4902 ____________________________________________________________________________
4903 [  3674] By: jhi                                   on 1999/07/15  14:26:03
4904         Log: Fix the bin/oct/hex constant overflow tests for
4905              long long platforms.
4906      Branch: cfgperl
4907            ! t/pragma/warn/util
4908 ____________________________________________________________________________
4909 [  3673] By: jhi                                   on 1999/07/14  21:59:11
4910         Log: Fixed AIX dynamic loading and AIX shared Perl library.
4911              Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc,
4912              4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib.
4913              Hijacked win32/makedef.pl for more general purpose export
4914              list building, now it is used (as toplevel makedef.pl)
4915              for win32 and AIX (perl_exp.SH made unnecessary).
4916              Because the export lists are now correct in AIX, no more linker
4917              warnings about "Exported symbol not defined" should appear.
4918      Branch: cfgperl
4919            + makedef.pl
4920            - perl_exp.SH win32/makedef.pl
4921            ! MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
4922            ! ext/DynaLoader/dl_aix.xs hints/aix.sh win32/Makefile
4923            ! win32/makefile.mk
4924 ____________________________________________________________________________
4925 [  3672] By: gsar                                  on 1999/07/14  17:12:13
4926         Log: minor efficiency tweak
4927      Branch: perl
4928            ! pp_ctl.c
4929 ____________________________________________________________________________
4930 [  3671] By: jhi                                   on 1999/07/14  16:22:39
4931         Log: The regexec.c change of #3606 caused a core dump in fbm_instr()
4932              if its caller re_intuit_start() was entered with strend == strpos
4933              because end_shift ended up as -1.  The patch ain't necessarily
4934              correct but least the core dump is avoided.
4935      Branch: cfgperl
4936            ! regexec.c
4937 ____________________________________________________________________________
4938 [  3670] By: jhi                                   on 1999/07/13  07:59:09
4939         Log: Integrate with Sarathy.
4940      Branch: cfgperl
4941            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
4942            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
4943           !> (integrate 67 files)
4944 ____________________________________________________________________________
4945 [  3669] By: gsar                                  on 1999/07/12  06:14:54
4946         Log: fixups for sundry warnings about function pointers
4947      Branch: perl
4948            ! ext/re/re.xs intrpvar.h op.c perl.c perl.h pp_ctl.c scope.h
4949            ! sv.c thrdvar.h util.c win32/Makefile win32/makefile.mk
4950            ! win32/win32.c win32/win32.h
4951 ____________________________________________________________________________
4952 [  3668] By: gsar                                  on 1999/07/12  04:11:58
4953         Log: tweaks for win32/borland
4954      Branch: perl
4955            ! t/pragma/locale.t win32/makedef.pl win32/makefile.mk
4956 ____________________________________________________________________________
4957 [  3667] By: gsar                                  on 1999/07/12  01:55:15
4958         Log: yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS
4959              builds; passing the implicit context is unified among the three
4960              flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three
4961              flavors (see the top of perl.h) for testing; all varargs functions
4962              foo() have a va_list-taking variant vfoo() for generating the
4963              context-free versions; the PERL_OBJECT build should now be
4964              hyper-compatible with CPAN extensions (C++ is totally out of
4965              the picture)
4966              
4967              result has only been tested on Windows
4968              
4969              TODO: write docs on the THX rationale and idiomatic usage of
4970              the Perl API
4971      Branch: perl
4972            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
4973            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
4974            ! MANIFEST XSUB.h bytecode.pl deb.c dump.c embed.h embed.pl
4975            ! embedvar.h ext/B/B.xs ext/ByteLoader/ByteLoader.xs
4976            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
4977            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs ext/IO/IO.xs
4978            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
4979            ! ext/SDBM_File/SDBM_File.xs ext/Socket/Socket.xs
4980            ! ext/Thread/Thread.xs ext/attrs/attrs.xs ext/re/re.xs
4981            ! global.sym globals.c intrpvar.h iperlsys.h
4982            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
4983            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/xsubpp lib/base.pm
4984            ! lib/warning.pm malloc.c objXSUB.h perl.c perl.h perlapi.c
4985            ! perlapi.h perlio.c pp_sys.c proto.h regcomp.c regexec.c
4986            ! scope.c sv.c thrdvar.h util.c win32/Makefile win32/config_H.bc
4987            ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
4988            ! win32/dl_win32.xs win32/include/dirent.h
4989            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
4990            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
4991            ! win32/win32iop.h win32/win32sck.c
4992 ____________________________________________________________________________
4993 [  3666] By: jhi                                   on 1999/07/11  22:00:13
4994         Log: Integrate with Sarathy.
4995      Branch: cfgperl
4996           !> op.c t/op/lex_assign.t
4997 ____________________________________________________________________________
4998 [  3665] By: jhi                                   on 1999/07/11  21:59:01
4999         Log: More manual sync.
5000      Branch: cfgperl
5001            ! pod/perldelta.pod
5002 ____________________________________________________________________________
5003 [  3664] By: gsar                                  on 1999/07/11  19:11:07
5004         Log: change#3612 was buggy and failed to build Tk; applied Ilya's
5005              remedy and related tests via private mail
5006      Branch: perl
5007            ! op.c t/op/lex_assign.t
5008 ____________________________________________________________________________
5009 [  3663] By: jhi                                   on 1999/07/11  15:04:37
5010         Log: Manual synchronization with Sarathy (some files
5011              had drifted apart for no apparent reason), plus
5012              I had a typo in dl_vms.xs Sarathy had fixed.
5013      Branch: cfgperl
5014            ! ext/DynaLoader/dl_vms.xs pod/perldelta.pod pp.c pp_sys.c
5015 ____________________________________________________________________________
5016 [  3662] By: jhi                                   on 1999/07/10  12:23:21
5017         Log: Change t/pragma/warn oct()/hex() overflow tests to use %Config
5018              to adapt to the underlying platform (the binary, 0b1..., test
5019              was broken in 64-bit platforms).  Also change "hex" in the
5020              warning messages to "hexadecimal" to match "binary" and "octal".
5021      Branch: cfgperl
5022            ! pod/perldiag.pod t/pragma/warn/util util.c
5023 ____________________________________________________________________________
5024 [  3661] By: jhi                                   on 1999/07/08  21:54:55
5025         Log: Integrate with Sarathy.
5026      Branch: cfgperl
5027           +> perlapi.c perlapi.h
5028           !> (integrate 43 files)
5029 ____________________________________________________________________________
5030 [  3660] By: gsar                                  on 1999/07/08  18:47:35
5031         Log: more PERL_OBJECT cleanups (changes still untested on Unix!)
5032      Branch: perl
5033            + perlapi.c perlapi.h
5034            ! MANIFEST XSUB.h emacs/ptags embed.h embed.pl embedvar.h
5035            ! ext/Opcode/Opcode.xs global.sym globals.c intrpvar.h
5036            ! iperlsys.h mg.c miniperlmain.c objXSUB.h perl.c perl.h perly.c
5037            ! pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h regexec.c
5038            ! scope.c scope.h sv.c thrdvar.h toke.c util.c win32/GenCAPI.pl
5039            ! win32/Makefile win32/makedef.pl win32/perllib.c win32/win32.c
5040            ! win32/win32.h
5041 ____________________________________________________________________________
5042 [  3659] By: gsar                                  on 1999/07/08  18:41:45
5043         Log: sundry cleanups for clean build on windows
5044      Branch: perl
5045            ! doio.c regcomp.c regcomp.h t/io/openpid.t utf8.c
5046 ____________________________________________________________________________
5047 [  3658] By: gsar                                  on 1999/07/08  01:24:25
5048         Log: fixes for logical bugs in the lexwarn patch; other tweaks to avoid
5049              type mismatch problems
5050      Branch: perl
5051            ! doio.c gv.c op.c pp.c regcomp.c regexec.c run.c sv.c
5052            ! t/pragma/warn/op toke.c utf8.c util.c
5053 ____________________________________________________________________________
5054 [  3657] By: jhi                                   on 1999/07/07  23:01:16
5055         Log: Integrate with Sarathy.  perldiag.pod required manual editing.
5056      Branch: cfgperl
5057            ! pod/perldiag.pod
5058           !> Changes configure.com ext/B/B/Deparse.pm
5059           !> ext/ByteLoader/Makefile.PL ext/Fcntl/Fcntl.xs
5060           !> ext/IO/lib/IO/File.pm gv.c iperlsys.h lib/ExtUtils/MM_VMS.pm
5061           !> lib/File/Basename.pm lib/File/Spec/VMS.pm perlsfio.h
5062           !> t/base/rs.t t/lib/io_multihomed.t t/lib/textfill.t
5063           !> t/lib/textwrap.t t/op/filetest.t t/op/mkdir.t
5064           !> t/pragma/overload.t thread.h vms/vms.c
5065 ____________________________________________________________________________
5066 [  3656] By: gsar                                  on 1999/07/07  21:04:38
5067         Log: integrate cfgperl contents
5068      Branch: perl
5069           +> lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
5070           +> lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
5071           +> lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
5072            ! Changes
5073           !> (integrate 45 files)
5074 ____________________________________________________________________________
5075 [  3655] By: gsar                                  on 1999/07/07  18:55:45
5076         Log: filetest.t and ByteLoader build tweaks from Peter Prymmer
5077              <pvhp@forte.com>
5078      Branch: perl
5079            ! ext/ByteLoader/Makefile.PL t/op/filetest.t
5080 ____________________________________________________________________________
5081 [  3654] By: gsar                                  on 1999/07/07  18:47:03
5082         Log: change#1889 mistakenly removed F_SETLK
5083      Branch: perl
5084            ! ext/Fcntl/Fcntl.xs
5085 ____________________________________________________________________________
5086 [  3653] By: gsar                                  on 1999/07/07  18:42:42
5087         Log: B::Deparse update
5088              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
5089              Date: Mon,  5 Jul 1999 17:57:03 -0500 (CDT)
5090              Message-ID: <14209.13729.738691.610723@alias-2.pr.mcs.net>
5091              Subject: [PATCH _57, long] B::Deparse 0.58
5092      Branch: perl
5093            ! ext/B/B/Deparse.pm
5094 ____________________________________________________________________________
5095 [  3652] By: gsar                                  on 1999/07/07  18:41:07
5096         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5097              Date: Mon, 5 Jul 1999 18:24:19 -0400 (EDT)
5098              Message-Id: <199907052224.SAA10454@monk.mps.ohio-state.edu>
5099              Subject: Re: [ID 19990705.001] Overloading boolean conversion
5100      Branch: perl
5101            ! gv.c t/pragma/overload.t
5102 ____________________________________________________________________________
5103 [  3651] By: gsar                                  on 1999/07/07  17:47:30
5104         Log: missing PerlIO_reopen() (suggested by sam@daemoninc.com)
5105      Branch: perl
5106            ! perlsfio.h
5107 ____________________________________________________________________________
5108 [  3650] By: gsar                                  on 1999/07/07  17:45:52
5109         Log: applied new parts of suggested patch
5110              From: Charles Bailey <BAILEY@newman.upenn.edu>
5111              Date: Fri, 02 Jul 1999 19:18:41 -0400 (EDT)
5112              Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu>
5113              Subject: [PATCH 5.005_57] Consolidated VMS patch
5114      Branch: perl
5115            ! configure.com ext/IO/lib/IO/File.pm iperlsys.h
5116            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm
5117            ! lib/File/Spec/VMS.pm pod/perldiag.pod t/base/rs.t
5118            ! t/lib/io_multihomed.t t/lib/textfill.t t/lib/textwrap.t
5119            ! t/op/filetest.t t/op/mkdir.t thread.h vms/vms.c
5120 ____________________________________________________________________________
5121 [  3649] By: jhi                                   on 1999/07/07  13:38:02
5122         Log: Sync regcomp warn with reality.
5123      Branch: cfgperl
5124            ! t/pragma/warn/regcomp
5125 ____________________________________________________________________________
5126 [  3648] By: jhi                                   on 1999/07/07  13:04:55
5127         Log: Integrate with Sarathy; one conflict in t/pragma/warn/recgomp
5128              resolved manually.
5129      Branch: cfgperl
5130           +> pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
5131           +> t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
5132           +> t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
5133            - README.lexwarn
5134           !> (integrate 79 files)
5135 ____________________________________________________________________________
5136 [  3647] By: gsar                                  on 1999/07/07  10:32:03
5137         Log: From: jan.dubois@ibm.net (Jan Dubois)
5138              Date: Thu, 01 Jul 1999 11:17:53 +0200
5139              Message-ID: <377b2ca4.14467042@smtp1.ibm.net>
5140              Subject: [PATCH 5.005_57] MakeMaker support for pod2html
5141      Branch: perl
5142            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
5143            ! lib/ExtUtils/MakeMaker.pm
5144 ____________________________________________________________________________
5145 [  3646] By: gsar                                  on 1999/07/07  10:27:55
5146         Log: fix undocumented IO::Handle functions as suggested
5147              by cj10@cam.ac.uk
5148      Branch: perl
5149            ! ext/IO/lib/IO/Handle.pm
5150 ____________________________________________________________________________
5151 [  3645] By: gsar                                  on 1999/07/07  10:18:55
5152         Log: prohibit thread join()ing itself (from Dan Sugalski)
5153      Branch: perl
5154            ! ext/Thread/Thread.xs
5155 ____________________________________________________________________________
5156 [  3644] By: gsar                                  on 1999/07/07  10:14:26
5157         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
5158              Date: Wed, 30 Jun 1999 14:02:42 -0700
5159              Message-ID: <LJHFKBDHMHHJDAAA@my-deja.com>
5160              Subject:  [PATCH 5.005_57] Compiler and XSUBS
5161      Branch: perl
5162            ! ext/B/B/C.pm
5163 ____________________________________________________________________________
5164 [  3643] By: gsar                                  on 1999/07/07  10:08:38
5165         Log: mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntax
5166              (from François Désarménien <desar@club-internet.fr>)
5167      Branch: perl
5168            ! pod/perlsyn.pod
5169 ____________________________________________________________________________
5170 [  3642] By: gsar                                  on 1999/07/07  10:03:24
5171         Log: From: Doug MacEachern <dougm@cp.net>
5172              Date: Sun, 27 Jun 1999 22:43:25 -0700 (PDT)
5173              Message-ID: <Pine.LNX.4.10.9906272236430.389-100000@mojo.eng.cp.net>
5174              Subject: [PATCH 5.005_57] add B::PV::{LEN,CUR}
5175      Branch: perl
5176            ! ext/B/B.xs
5177 ____________________________________________________________________________
5178 [  3641] By: gsar                                  on 1999/07/07  10:00:57
5179         Log: slightly modified version of suggested patch
5180              From: Steven N. Hirsch <hirschs@stargate.btv.ibm.com>
5181              Date: Mon, 28 Jun 1999 14:23:59 -0400
5182              Message-Id: <199906281823.OAA24912@stargate.btv.ibm.com>
5183              Subject: [ID 19990628.007] POSIX::tmpnam() broken for threaded 5.00503
5184      Branch: perl
5185            ! ext/POSIX/POSIX.xs
5186 ____________________________________________________________________________
5187 [  3640] By: gsar                                  on 1999/07/07  09:45:43
5188         Log: lexical warnings update (warning.t fails one test
5189              due to leaked scalar, investigation pending)
5190              From: paul.marquess@bt.com
5191              Date: Sat, 26 Jun 1999 23:19:52 +0100
5192              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk>
5193              Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings
5194      Branch: perl
5195            + pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
5196            + t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
5197            + t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
5198            - README.lexwarn
5199            ! Changes MANIFEST av.c djgpp/djgpp.c doio.c doop.c
5200            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
5201            ! ext/ByteLoader/byterun.h gv.c hv.c jpl/JNI/JNI.xs
5202            ! lib/warning.pm mg.c op.c os2/os2.c perl.c perlio.c
5203            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
5204            ! pod/perlmodlib.pod pod/perlrun.pod pod/perlvar.pod pp.c
5205            ! pp_ctl.c run.c sv.c t/pragma/warn/3both t/pragma/warn/doio
5206            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
5207            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
5208            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
5209            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
5210            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
5211            ! t/pragma/warn/util t/pragma/warning.t toke.c utf8.c util.c
5212            ! warning.h warning.pl win32/win32.c
5213 ____________________________________________________________________________
5214 [  3639] By: gsar                                  on 1999/07/07  08:09:30
5215         Log: From: Brian Jepson <bjepson@home.com>
5216              Date: Sat, 26 Jun 1999 10:47:45 -0500 (EST)
5217              Message-ID: <Pine.LNX.4.10.9906261044180.659-100000@cx384756-a.sking1.ri.home.com>
5218              Subject: Patch to JPL example program
5219      Branch: perl
5220            ! jpl/JPL_Rolo/JPL_Rolo.jpl
5221 ____________________________________________________________________________
5222 [  3638] By: jhi                                   on 1999/07/07  08:07:58
5223         Log: Integrate with Sarathy.
5224      Branch: cfgperl
5225           !> (integrate 34 files)
5226 ____________________________________________________________________________
5227 [  3637] By: gsar                                  on 1999/07/07  08:07:49
5228         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
5229              Date: Fri, 25 Jun 1999 13:38:44 -0500 (CDT)
5230              Message-ID: <14193.25034.113373.245377@alias-2.pr.mcs.net>
5231              Subject: [PATCH _57, long] Eliminate CONDOPs
5232      Branch: perl
5233            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm
5234            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
5235            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/B/ramblings/flip-flop
5236            ! ext/B/typemap op.c op.h opcode.h opcode.pl perl.h
5237            ! pod/perltoc.pod pp_ctl.c pp_hot.c
5238 ____________________________________________________________________________
5239 [  3636] By: gsar                                  on 1999/07/07  07:50:51
5240         Log: adapted suggested patch for IO-1.20x
5241              From: ian@dial.pipex.com
5242              Date:  Fri, 25 Jun 1999 10:39:42 +0100
5243              Message-Id:  <199906250939.KAA02152@homer.diplex.co.uk>
5244              Subject: [ID 19990625.001]  Minor fixes for IO::Socket.pm
5245      Branch: perl
5246            ! ext/IO/lib/IO/Socket.pm
5247 ____________________________________________________________________________
5248 [  3635] By: gsar                                  on 1999/07/07  07:26:05
5249         Log: PowerMAX hints update from Tom Horsley <Tom.Horsley@mail.ccur.com>
5250      Branch: perl
5251            ! hints/powerux.sh
5252 ____________________________________________________________________________
5253 [  3634] By: gsar                                  on 1999/07/07  07:20:02
5254         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5255              Date: Wed, 23 Jun 1999 16:16:05 +0100
5256              Message-Id: <199906231516.QAA23851@crypt.compulink.co.uk>
5257              Subject: [PATCH 5.005_57] memleak in optimizer
5258      Branch: perl
5259            ! embed.h embed.pl objXSUB.h op.c proto.h
5260 ____________________________________________________________________________
5261 [  3633] By: gsar                                  on 1999/07/07  07:10:52
5262         Log: add do-not-edit caveats for files generated by opcode.pl
5263              (suggested by Hugo van der Sanden)
5264      Branch: perl
5265            ! opcode.h opcode.pl pp.sym pp_proto.h
5266 ____________________________________________________________________________
5267 [  3632] By: gsar                                  on 1999/07/07  06:41:13
5268         Log: better diagnostics on read operations from write-only
5269              filehandles
5270      Branch: perl
5271            ! doio.c perl.c pod/perldelta.pod pod/perldiag.pod pp_hot.c
5272            ! pp_sys.c t/pragma/warn/pp_hot t/pragma/warn/pp_sys
5273 ____________________________________________________________________________
5274 [  3631] By: gsar                                  on 1999/07/07  02:03:34
5275         Log: make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE'> (suggested
5276              by David Muir Sharnoff <muir@idiom.com>)
5277      Branch: perl
5278            ! lib/Sys/Hostname.pm
5279 ____________________________________________________________________________
5280 [  3630] By: gsar                                  on 1999/07/07  01:57:16
5281         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
5282              Date: Sun, 20 Jun 1999 17:17:17 -0700
5283              Message-ID: <AEBDBGKPMEAJAAAA@my-deja.com>
5284              Subject: [PATCH 5.005_57] Minor bug fix in pp_require
5285      Branch: perl
5286            ! ext/B/B/CC.pm
5287 ____________________________________________________________________________
5288 [  3629] By: gsar                                  on 1999/07/07  01:46:03
5289         Log: installperl should write normal messages to STDOUT, not STDERR
5290      Branch: perl
5291            ! installperl
5292 ____________________________________________________________________________
5293 [  3628] By: gsar                                  on 1999/07/07  01:41:25
5294         Log: BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)
5295      Branch: perl
5296            ! hints/bsdos.sh
5297 ____________________________________________________________________________
5298 [  3627] By: gsar                                  on 1999/07/07  00:27:10
5299         Log: make diagnostic on C<my $^I> etc., more readable
5300      Branch: perl
5301            ! op.c
5302 ____________________________________________________________________________
5303 [  3626] By: gsar                                  on 1999/07/06  23:47:27
5304         Log: From: Andy Dougherty <doughera@lafayette.edu>
5305              Date:  Thu, 17 Jun 1999 12:07:11 -0400 (EDT)
5306              Message-Id:  <Pine.GSU.4.05.9906171204580.937-100000@newton.phys>
5307              Subject: [ID 19990617.004  [PATCH 5.005_57] make distclean fixes]
5308      Branch: perl
5309            ! Makefile.SH utils/Makefile
5310 ____________________________________________________________________________
5311 [  3625] By: jhi                                   on 1999/07/06  21:50:46
5312         Log: Some new files of #3624 missing from MANIFEST.
5313      Branch: cfgperl
5314            ! MANIFEST
5315 ____________________________________________________________________________
5316 [  3624] By: jhi                                   on 1999/07/06  21:47:04
5317         Log: POSIX [[:character class:]] support for standard, locale,
5318              and utf8.  If both utf8 and locale are on, utf8 wins.
5319              I don't fully understand why so many tables changed in
5320              lib/unicode because of "make" -- maybe it was just overdue.
5321      Branch: cfgperl
5322            + lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
5323            + lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
5324            + lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
5325            ! MANIFEST Todo-5.005 embed.h embed.pl embedvar.h global.sym
5326            ! handy.h intrpvar.h lib/unicode/Bidirectional.pl
5327            ! lib/unicode/Block.pl lib/unicode/Category.pl
5328            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
5329            ! lib/unicode/Is/BidiL.pl lib/unicode/Is/Digit.pl
5330            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl
5331            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Print.pl
5332            ! lib/unicode/Is/Space.pl lib/unicode/Is/Upper.pl
5333            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Name.pl
5334            ! lib/unicode/To/Digit.pl lib/unicode/mktables.PL objXSUB.h
5335            ! pod/perldelta.pod pod/perldiag.pod pod/perlre.pod proto.h
5336            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
5337            ! t/op/pat.t t/op/re_tests t/op/regexp.t t/pragma/utf8.t
5338            ! t/pragma/warn/regcomp utf8.c
5339 ____________________________________________________________________________
5340 [  3623] By: gsar                                  on 1999/07/06  20:52:48
5341         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5342              Date: Wed, 16 Jun 1999 14:57:22 -0400
5343              Message-ID: <19990616145722.B16258@monk.mps.ohio-state.edu>
5344              Subject: [PATCH 5.00557] Devel::Peek
5345      Branch: perl
5346            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
5347 ____________________________________________________________________________
5348 [  3622] By: gsar                                  on 1999/07/06  20:22:59
5349         Log: applied patch after demunging headers with appropriate paths
5350              From: "Vishal Bhatia" <vishalb@my-deja.com>
5351              Date: Sat, 12 Jun 1999 08:23:59 -0700
5352              Message-ID: <JIHEJPFDFKIBDAAA@my-deja.com>
5353              Subject: [Patch 5.005_57] unsigned arithmetic (Compiler)
5354      Branch: perl
5355            ! cc_runtime.h ext/B/B.xs ext/B/B/CC.pm ext/B/B/Stackobj.pm
5356            ! ext/B/defsubs.h.PL lib/ExtUtils/typemap t/harness
5357 ____________________________________________________________________________
5358 [  3621] By: gsar                                  on 1999/07/06  20:10:50
5359         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5360              Date: Thu, 10 Jun 1999 04:05:22 -0400 (EDT)
5361              Message-Id: <199906100805.EAA18216@monk.mps.ohio-state.edu>
5362              Subject: [PATCH 5.005_57] Optimize 2>&1 in commands
5363      Branch: perl
5364            ! doio.c
5365 ____________________________________________________________________________
5366 [  3620] By: jhi                                   on 1999/07/06  19:16:47
5367         Log: Mention EPOC and SOCKS.
5368      Branch: cfgperl
5369            ! pod/perldelta.pod
5370 ____________________________________________________________________________
5371 [  3619] By: gsar                                  on 1999/07/06  16:52:37
5372         Log: fix int vs STRLEN issue
5373      Branch: perl
5374            ! pp.c
5375 ____________________________________________________________________________
5376 [  3618] By: jhi                                   on 1999/07/06  16:52:20
5377         Log: There ain't Perl_atonv().
5378      Branch: cfgperl
5379            ! ext/ByteLoader/bytecode.h
5380 ____________________________________________________________________________
5381 [  3617] By: jhi                                   on 1999/07/06  15:55:22
5382         Log: Integrate with Sarathy.
5383      Branch: cfgperl
5384           !> Makefile.SH
5385 ____________________________________________________________________________
5386 [  3616] By: jhi                                   on 1999/07/06  15:54:09
5387         Log: Tweak for #3613.
5388      Branch: cfgperl
5389            ! Configure config_h.SH
5390 ____________________________________________________________________________
5391 [  3615] By: gsar                                  on 1999/07/06  11:00:21
5392         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
5393              Date:  Sun, 13 Jun 1999 17:46:13 -0600 (MDT)
5394              Message-Id:  <199906132346.RAA26632@xerxes.courtesan.com>
5395              Subject: [ID 19990613.003  linklibperl set incorrectly in Makefile.SH for OpenBSD]
5396      Branch: perl
5397            ! Makefile.SH
5398 ____________________________________________________________________________
5399 [  3614] By: jhi                                   on 1999/07/06  10:44:48
5400         Log: Integrate with Sarathy.
5401      Branch: cfgperl
5402           !> ext/IO/lib/IO/File.pm op.c op.h opcode.h opcode.pl perl.h pp.h
5403           !> pp.sym pp_proto.h t/base/rs.t t/pragma/warn/op
5404 ____________________________________________________________________________
5405 [  3613] By: jhi                                   on 1999/07/06  10:43:20
5406         Log: From: Nathan Kurz <nate@valleytel.net>
5407              Subject: [ID 19990612.001 compiling three deep modules within ext/]
5408              ply-To: nate@valleytel.net
5409              erl5-porters@perl.org
5410              Date: Sat, 12 Jun 1999 01:26:04 -0500
5411              Message-Id: <199906120626.BAA04996@trinkpad.valleytel.net>
5412      Branch: cfgperl
5413            ! Configure config_h.SH
5414 ____________________________________________________________________________
5415 [  3612] By: gsar                                  on 1999/07/06  10:17:52
5416         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5417              Date: Sat, 12 Jun 1999 04:49:09 -0400 (EDT)
5418              Message-Id: <199906120849.EAA26986@monk.mps.ohio-state.edu>
5419              Subject: [PATCH 5.005_57] Optimize away OP_SASSIGN
5420      Branch: perl
5421            ! op.c op.h opcode.h opcode.pl pp.h pp.sym pp_proto.h
5422 ____________________________________________________________________________
5423 [  3611] By: gsar                                  on 1999/07/06  09:51:20
5424         Log: From: pvhp@forte.com (Peter Prymmer)
5425              Date: Fri, 11 Jun 99 17:07:19 PDT
5426              Message-Id: <9906120007.AA13802@forte.com>
5427              Subject: [PATCH _03 && _57]portability fix for IO::File and FileHandle
5428      Branch: perl
5429            ! ext/IO/lib/IO/File.pm
5430 ____________________________________________________________________________
5431 [  3610] By: gsar                                  on 1999/07/06  09:37:37
5432         Log: fix for C<$/ = 42> setting paragraph mode (applied with small
5433              tweak)
5434              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5435              Date: Wed, 09 Jun 1999 18:27:51 +0100
5436              Message-Id: <E10rm8l-00023T-00@ursa.cus.cam.ac.uk>
5437              Subject: Re: [ID 19990608.002] Possible bug with binmode and <FH> on Perl 5.005_03 Win32
5438      Branch: perl
5439            ! perl.h t/base/rs.t
5440 ____________________________________________________________________________
5441 [  3609] By: jhi                                   on 1999/07/06  09:28:48
5442         Log: Integrate with Sarathy.
5443      Branch: cfgperl
5444           !> (integrate 49 files)
5445 ____________________________________________________________________________
5446 [  3608] By: gsar                                  on 1999/07/06  09:28:21
5447         Log: test tweak
5448      Branch: perl
5449            ! t/pragma/warn/op
5450 ____________________________________________________________________________
5451 [  3607] By: jhi                                   on 1999/07/06  09:22:48
5452         Log: Put back the cygwin32 Configure fix of 3582 undone by 3597.
5453      Branch: cfgperl
5454            ! Configure config_h.SH
5455 ____________________________________________________________________________
5456 [  3606] By: gsar                                  on 1999/07/06  09:05:02
5457         Log: applied slightly tweaked version of suggested patch for
5458              improved RE API
5459              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5460              Date: Wed, 9 Jun 1999 18:14:27 -0400 (EDT)
5461              Message-Id: <199906092214.SAA14126@monk.mps.ohio-state.edu>
5462              Subject: [PATCH 5.005_57] REx engine rehash
5463      Branch: perl
5464            ! Changes dump.c embed.h embed.pl embedvar.h ext/re/Makefile.PL
5465            ! ext/re/re.xs global.sym objXSUB.h perl.c perl.h pp.c pp_hot.c
5466            ! proto.h regcomp.c regcomp.h regexec.c regexp.h thrdvar.h
5467            ! util.c
5468 ____________________________________________________________________________
5469 [  3605] By: gsar                                  on 1999/07/06  08:54:03
5470         Log: bug in change#3602 (cpp conditionals not allowed inside macro args)
5471      Branch: perl
5472            ! sv.c
5473 ____________________________________________________________________________
5474 [  3604] By: gsar                                  on 1999/07/06  07:08:30
5475         Log: From: paul.marquess@bt.com
5476              Date: Tue, 8 Jun 1999 22:37:58 +0100 
5477              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3C@mbtlipnt02.btlabs.bt.co.uk>
5478              Subject: [PATCH 5.005_57] DB_File 1.67
5479      Branch: perl
5480            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
5481            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
5482 ____________________________________________________________________________
5483 [  3603] By: gsar                                  on 1999/07/06  07:04:50
5484         Log: From: paul.marquess@bt.com
5485              Date: Tue, 8 Jun 1999 22:34:01 +0100 
5486              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3B@mbtlipnt02.btlabs.bt.co.uk>
5487              Subject: [PATCH 5.005_57] DBM Filters
5488      Branch: perl
5489            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
5490            ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
5491            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
5492            ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
5493 ____________________________________________________________________________
5494 [  3602] By: gsar                                  on 1999/07/06  07:00:01
5495         Log: slightly tweaked version of suggested patch
5496              From: Dan Sugalski <sugalskd@ous.edu>
5497              Date: Tue, 08 Jun 1999 14:09:38 -0700
5498              Message-Id: <3.0.6.32.19990608140938.030f12e0@ous.edu>
5499              Subject: [PATCH 5.005_57]Use NV instead of double in the core
5500      Branch: perl
5501            ! av.h bytecode.pl cv.h doio.c dump.c embed.pl
5502            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c hv.h
5503            ! intrpvar.h mg.c op.c perl.h pp.c pp.h pp_ctl.c pp_sys.c
5504            ! proto.h sv.c sv.h toke.c universal.c util.c
5505 ____________________________________________________________________________
5506 [  3601] By: gsar                                  on 1999/07/06  06:52:57
5507         Log: integrate cfgperl contents into mainline
5508      Branch: perl
5509           +> README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
5510           +> epoc/perl.mmp epoc/perl.pkg
5511           !> (integrate 30 files)
5512 ____________________________________________________________________________
5513 [  3598] By: jhi                                   on 1999/07/05  20:02:55
5514         Log: Integrate with mainperl.
5515      Branch: cfgperl
5516           +> lib/CGI/Pretty.pm
5517           !> Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
5518           !> ext/B/B/Stackobj.pm ext/GDBM_File/GDBM_File.xs mg.c op.c
5519           !> opcode.h opcode.pl pp_sys.c t/lib/io_udp.t thread.h toke.c
5520           !> vms/descrip_mms.template vms/subconfigure.com vms/vms.c
5521           !> vms/vmsish.h
5522 ____________________________________________________________________________
5523 [  3597] By: jhi                                   on 1999/07/05  19:59:48
5524         Log: Hack SOCKS support some more plus a patch from Andy Dougherty
5525              that addresses the notorious "Additional libraries" question.
5526      Branch: cfgperl
5527            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5528            ! config_h.SH doio.c ext/Socket/Socket.xs hints/aix.sh perl.c
5529            ! pp_sys.c
5530 ____________________________________________________________________________
5531 [  3596] By: gsar                                  on 1999/07/05  18:30:51
5532         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5533              Date: Tue, 8 Jun 1999 04:47:58 -0400 (EDT)
5534              Message-Id: <199906080847.EAA03810@monk.mps.ohio-state.edu>
5535              Subject: [PATCH 5.00557] Long-standing UDP sockets bug on OS/2
5536      Branch: perl
5537            ! pp_sys.c t/lib/io_udp.t
5538 ____________________________________________________________________________
5539 [  3595] By: gsar                                  on 1999/07/05  18:29:08
5540         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5541              Date: Tue, 8 Jun 1999 04:44:58 -0400 (EDT)
5542              Message-Id: <199906080844.EAA03784@monk.mps.ohio-state.edu>
5543              Subject: [PATCH 5.00557] Setting $^E wipes out $!
5544      Branch: perl
5545            ! mg.c
5546 ____________________________________________________________________________
5547 [  3594] By: gsar                                  on 1999/07/05  18:24:53
5548         Log: hand-apply whitespace mutiliated patch
5549              From: Dan Sugalski <sugalskd@osshe.edu>
5550              Date: Mon, 07 Jun 1999 14:46:42 -0700
5551              Message-Id: <3.0.6.32.19990607144642.03079100@ous.edu>
5552              Subject: [PATCH 5.005_57]Updated VMS patch
5553      Branch: perl
5554            ! thread.h vms/descrip_mms.template vms/subconfigure.com
5555            ! vms/vms.c vms/vmsish.h
5556 ____________________________________________________________________________
5557 [  3593] By: gsar                                  on 1999/07/05  17:53:04
5558         Log: applied parts not duplicated by previous patches
5559              From: "Vishal Bhatia" <vishalb@my-deja.com>
5560              Date: Sat, 05 Jun 1999 08:42:17 -0700
5561              Message-ID: <JAMCAJKJEJDPAAAA@my-deja.com>
5562              Subject: Fwd: [PATCH 5.005_57] consolidated compiler changes
5563      Branch: perl
5564            ! Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
5565            ! ext/B/B/Stackobj.pm
5566 ____________________________________________________________________________
5567 [  3592] By: jhi                                   on 1999/07/05  17:17:22
5568         Log: AIX threaded build, plus few more on the side.
5569      Branch: cfgperl
5570            ! embed.h embed.pl ext/DynaLoader/dl_aix.xs
5571            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
5572            ! ext/DynaLoader/dl_vms.xs hints/aix.sh objXSUB.h perl.h
5573            ! perl_exp.SH pp_ctl.c proto.h toke.c util.c
5574 ____________________________________________________________________________
5575 [  3591] By: gsar                                  on 1999/07/05  16:52:34
5576         Log: "\e" and "\a" didn't produce right escape under EBCDIC
5577              From: pvhp@forte.com (Peter Prymmer)
5578              Date: Fri, 4 Jun 99 12:00:27 PDT
5579              Message-Id: <9906041900.AA28387@forte.com>
5580              Subject: [PATCH 5.005_57]lingering ASCIIism in tokener
5581      Branch: perl
5582            ! toke.c
5583 ____________________________________________________________________________
5584 [  3590] By: gsar                                  on 1999/07/05  16:40:01
5585         Log: s/scalar ref constructor/single ref constructor/ (suggested
5586              by Stephen McCamant)
5587      Branch: perl
5588            ! opcode.h opcode.pl
5589 ____________________________________________________________________________
5590 [  3589] By: gsar                                  on 1999/07/05  16:34:06
5591         Log: no such thing as gdbm_clearerr() (from Andy Dougherty)
5592      Branch: perl
5593            ! ext/GDBM_File/GDBM_File.xs
5594 ____________________________________________________________________________
5595 [  3588] By: gsar                                  on 1999/07/05  16:29:39
5596         Log: allow C<-foo> under C<use integer> (behavior of C<-$string>
5597              is unchanged still)
5598      Branch: perl
5599            ! op.c
5600 ____________________________________________________________________________
5601 [  3587] By: jhi                                   on 1999/07/05  10:31:43
5602         Log: Make perl_exp.SH smarter about what to include and what to exclude.
5603      Branch: cfgperl
5604            ! perl_exp.SH
5605 ____________________________________________________________________________
5606 [  3586] By: jhi                                   on 1999/07/05  09:29:31
5607         Log: Remove unnecessary and extraneous my $i = 0.
5608      Branch: cfgperl
5609            ! bytecode.pl
5610 ____________________________________________________________________________
5611 [  3585] By: jhi                                   on 1999/07/05  07:28:59
5612         Log: Integrate with mainperl.
5613      Branch: cfgperl
5614           !> (integrate 30 files)
5615 ____________________________________________________________________________
5616 [  3584] By: gsar                                  on 1999/07/05  05:36:28
5617         Log: From: Vishal Bhatia <vishalb@hotmail.com>
5618              Date: Thu, 03 Jun 1999 00:57:48 PDT
5619              Message-ID: <19990603075749.86665.qmail@hotmail.com>
5620              Subject: Re: [PATCH 5.005_57] pp_sort sorted out
5621      Branch: perl
5622            ! ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
5623 ____________________________________________________________________________
5624 [  3583] By: gsar                                  on 1999/07/05  05:31:19
5625         Log: suppress fancy display when in verbose mode (suggested by
5626              Paul Johnson <pjcj@transeda.com>)
5627      Branch: perl
5628            ! lib/Test/Harness.pm
5629 ____________________________________________________________________________
5630 [  3582] By: gsar                                  on 1999/07/05  05:17:12
5631         Log: cygwin32 update
5632              From: "Fifer, Eric" <EFifer@sanwaint.com>
5633              Date:  Wed, 2 Jun 1999 15:16:05 +0100
5634              Message-Id:  <71E287AB0D94D111BBD600600849EC8185EDD9@POST>
5635              Subject:  [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port
5636      Branch: perl
5637            ! Configure Makefile.SH README.cygwin32 cygwin32/Makefile.SHs
5638            ! cygwin32/build-instructions.READFIRST
5639            ! cygwin32/build-instructions.charles-wilson
5640            ! cygwin32/build-instructions.sebastien-barre
5641            ! cygwin32/build-instructions.steven-morlock
5642            ! cygwin32/build-instructions.steven-morlock2 doio.c dosish.h
5643            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs hints/cygwin32.sh
5644            ! lib/Cwd.pm lib/ExtUtils/MM_Cygwin.pm perl.h pp_hot.c
5645            ! t/op/magic.t util.c
5646 ____________________________________________________________________________
5647 [  3581] By: gsar                                  on 1999/07/05  02:46:18
5648         Log: NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)
5649      Branch: perl
5650            ! util.c
5651 ____________________________________________________________________________
5652 [  3580] By: gsar                                  on 1999/07/05  02:38:03
5653         Log: From: "Ed Peschko" <ed_peschko@csgsystems.com>
5654              Date: Mon, 31 May 1999 18:18:13 -0600
5655              Message-ID: <19990601001813.AAA17834@csgsystems.com>
5656              Subject: [ PATCH perl5.005_57 ] new perlcc + regression tests
5657      Branch: perl
5658            ! t/TEST t/UTEST t/harness utils/perlcc.PL
5659 ____________________________________________________________________________
5660 [  3579] By: gsar                                  on 1999/07/05  01:20:58
5661         Log: compatibility tweak for Class::Struct
5662      Branch: perl
5663            ! lib/Class/Struct.pm
5664 ____________________________________________________________________________
5665 [  3578] By: jhi                                   on 1999/07/04  23:26:01
5666         Log: Miscellaneus AIX fixes + SOCKS support.
5667      Branch: cfgperl
5668            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
5669            ! Porting/config_H config_h.SH doio.c ext/Socket/Socket.xs
5670            ! hints/aix.sh pp_sys.c
5671 ____________________________________________________________________________
5672 [  3577] By: gsar                                  on 1999/07/04  23:07:39
5673         Log: test tweak
5674      Branch: perl
5675            ! t/io/openpid.t
5676 ____________________________________________________________________________
5677 [  3576] By: jhi                                   on 1999/07/04  22:39:23
5678         Log: Integrate with mainperl.
5679      Branch: cfgperl
5680           +> t/io/openpid.t
5681            - win32/perlhost.h
5682           !> (integrate 51 files)
5683 ____________________________________________________________________________
5684 [  3575] By: jhi                                   on 1999/07/04  22:26:48
5685         Log: Added 64-bit support for AIX 4.3 or better
5686              based on Martin H. Rusoff's observations.
5687      Branch: cfgperl
5688            ! Configure config_h.SH hints/aix.sh
5689 ____________________________________________________________________________
5690 [  3574] By: jhi                                   on 1999/07/04  21:34:47
5691         Log: Do not throw away gccvers compilation errors.
5692              From: Andy Dougherty <doughera@lafayette.edu>
5693              To: Ron Seguin <rseguin@on.bell.ca>
5694              Cc: Perl Porters <perl5-porters@perl.org>
5695              Subject: [PATCH] Re: [ID 19990625.011]  WHOA There
5696              Date: Mon, 28 Jun 1999 12:36:38 -0400 (EDT)
5697              Message-Id: <Pine.GSU.4.05.9906281230100.6265-100000@newton.phys>
5698      Branch: cfgperl
5699            ! Configure config_h.SH
5700 ____________________________________________________________________________
5701 [  3573] By: gsar                                  on 1999/07/04  21:10:32
5702         Log: adapted suggested tests for addition to testsuite
5703              From: RonaldWS@aol.com
5704              Date:  Sun, 30 May 1999 16:27:28 EDT
5705              Message-Id:  <25cd799f.2482f930@aol.com>
5706              Subject: [19990530.007] Open with pipe | does not return pid under win32
5707      Branch: perl
5708            + t/io/openpid.t
5709            ! MANIFEST win32/win32.c
5710 ____________________________________________________________________________
5711 [  3572] By: gsar                                  on 1999/07/04  20:29:32
5712         Log: perl_run() should call my_exit(0) for normal completion
5713      Branch: perl
5714            ! perl.c
5715 ____________________________________________________________________________
5716 [  3571] By: jhi                                   on 1999/07/04  20:10:44
5717         Log: Add test for change #3568 plus general cleanup.
5718      Branch: cfgperl
5719            ! t/pragma/locale.t
5720 ____________________________________________________________________________
5721 [  3570] By: gsar                                  on 1999/07/04  20:03:21
5722         Log: make overload, Data::Dumper, and dumpvar understand qr// stringify
5723              overloading
5724      Branch: perl
5725            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
5726            ! lib/Dumpvalue.pm lib/dumpvar.pl lib/overload.pm pp_ctl.c
5727 ____________________________________________________________________________
5728 [  3569] By: gsar                                  on 1999/07/04  18:04:48
5729         Log: make AIX dynaloading work when libperl is shared (and thus under
5730              mod_perl etc.)
5731              From: Jens-Uwe Mager <jum@helios.de>
5732              Date:  Sat, 29 May 1999 17:09:52 +0200
5733              Message-Id:  <199905291509.RAA43978@ans.helios.de>
5734              Subject: [19990529.002] DynaLoader does not work properly if perl is not the main program (AIX)
5735      Branch: perl
5736            ! ext/DynaLoader/dl_aix.xs
5737 ____________________________________________________________________________
5738 [  3568] By: jhi                                   on 1999/07/04  14:54:23
5739         Log: pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().
5740              This resulted for example in the 'o' magic not being cleared by
5741              magic_setcollxfrm(), which resulted in strange cmp results.
5742              The bug was reported originally in the message
5743              Subject: Bug with locale
5744              From: Jan Starzynski <jan@planet.de> 
5745              To: perlbug@perl.com 
5746              Date: Fri, 09 Apr 1999 13:23:07 +0200 
5747              Message-ID: <370DE31B.DAEE1332@planet.de> 
5748      Branch: cfgperl
5749            ! pp.c
5750 ____________________________________________________________________________
5751 [  3567] By: gsar                                  on 1999/07/04  02:38:34
5752         Log: remove misleading info on defined(&func), unclutter deprecation
5753              about defined(@array)
5754      Branch: perl
5755            ! op.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
5756            ! t/pragma/warn/op
5757 ____________________________________________________________________________
5758 [  3566] By: gsar                                  on 1999/07/04  01:46:31
5759         Log: From: jan.dubois@ibm.net (Jan Dubois)
5760              Date: Wed, 26 May 1999 22:07:17 +0200
5761              Message-ID: <374c53ac.10322322@smtp1.ibm.net>
5762              Subject: [PATCH 5.005_57] MINGW32 and EGCS 1.1.2 support
5763      Branch: perl
5764            ! Changes win32/win32.c win32/win32.h
5765 ____________________________________________________________________________
5766 [  3565] By: gsar                                  on 1999/07/04  01:26:02
5767         Log: newer version of perlxstut from Jeff Okamoto (slightly edited
5768              for win32 issues)
5769      Branch: perl
5770            ! pod/perlxstut.pod
5771 ____________________________________________________________________________
5772 [  3564] By: gsar                                  on 1999/07/02  03:09:04
5773         Log: avoid warnings
5774      Branch: perl
5775            ! ext/Thread/Thread/Specific.pm lib/fields.pm
5776 ____________________________________________________________________________
5777 [  3563] By: gsar                                  on 1999/06/28  19:23:47
5778         Log: inc version (for CPAN.pm sanity)
5779      Branch: perl
5780            ! lib/Text/ParseWords.pm
5781 ____________________________________________________________________________
5782 [  3562] By: gsar                                  on 1999/06/28  19:19:01
5783         Log: regen perltoc
5784      Branch: perl
5785            ! pod/perltoc.pod
5786 ____________________________________________________________________________
5787 [  3561] By: gsar                                  on 1999/06/28  19:08:41
5788         Log: From: Damian Conway <damian@cs.monash.edu.au>
5789              Date: Wed, 26 May 1999 00:58:35 -0400
5790              Message-Id: <199905260458.AAA06411@defender.perl.org>
5791              Subject: [19990526.002] Misc. improvements to Class:Struct
5792      Branch: perl
5793            ! MANIFEST lib/Class/Struct.pm
5794 ____________________________________________________________________________
5795 [  3560] By: gsar                                  on 1999/06/28  18:50:52
5796         Log: remove bogus PL_optype_size
5797      Branch: perl
5798            ! bytecode.pl ext/ByteLoader/byterun.h
5799 ____________________________________________________________________________
5800 [  3559] By: gsar                                  on 1999/06/28  18:22:26
5801         Log: upgrade CGI.pm to v2.53 (CGI/{Apache,Switch}.pm NOT deleted)
5802      Branch: perl
5803            + lib/CGI/Pretty.pm
5804            ! eg/cgi/file_upload.cgi lib/CGI.pm lib/CGI/Carp.pm
5805            ! lib/CGI/Cookie.pm lib/CGI/Fast.pm t/lib/cgi-form.t
5806            ! t/lib/cgi-html.t t/lib/cgi-request.t
5807 ____________________________________________________________________________
5808 [  3558] By: jhi                                   on 1999/06/28  07:30:21
5809         Log: Change Olaf Lebbe's email address.
5810      Branch: cfgperl
5811            ! README.epoc
5812 ____________________________________________________________________________
5813 [  3557] By: gsar                                  on 1999/06/28  00:07:33
5814         Log: make autogenerated files writable
5815      Branch: perl
5816            - win32/perlhost.h
5817            ! MANIFEST Porting/makerel embed.h embedvar.h ext/B/B/Asmdata.pm
5818            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
5819            ! keywords.h lib/warning.pm objXSUB.h opcode.h pp.sym pp_proto.h
5820            ! proto.h regnodes.h warning.h win32/config_H.bc
5821            ! win32/config_H.gc win32/config_H.vc
5822 ____________________________________________________________________________
5823 [  3556] By: jhi                                   on 1999/06/27  19:22:53
5824         Log: Update MANIFEST to match #3555.
5825      Branch: cfgperl
5826            ! MANIFEST
5827 ____________________________________________________________________________
5828 [  3555] By: jhi                                   on 1999/06/27  19:16:22
5829         Log: EPOC port to Psion5.
5830              From: Olaf Flebbe <O.Flebbe@science-computing.de>
5831              To: Jarkko Hietaniemi <jhi@iki.fi>
5832              Cc: perl5-porters@perl.org
5833              Subject: Re: Psion5
5834              Date: Sun, 27 Jun 1999 20:50:30 +0200 (METDST)
5835              Message-ID: <Pine.GHP.4.02.9906272048130.17736-100000@io.science-computing.de>
5836      Branch: cfgperl
5837            + README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
5838            + epoc/perl.mmp epoc/perl.pkg
5839            ! MANIFEST doio.c lib/Term/ReadLine.pm lib/perl5db.pl perl.c
5840            ! perl.h sv.c util.c
5841 ____________________________________________________________________________
5842 [  3554] By: jhi                                   on 1999/06/27  18:50:52
5843         Log: Integrate from mainperl.
5844      Branch: cfgperl
5845           !> (integrate 48 files)
5846 ____________________________________________________________________________
5847 [  3553] By: gsar                                  on 1999/06/27  14:28:49
5848         Log: somewhat untested PERL_OBJECT cleanups (C++isms mostly
5849              gone from the public API); PERL_OBJECT builds again on
5850              windows
5851              
5852              TODO: namespace-clean the typedefs in iperlsys.h and
5853              elsewhere; remove C++ remnants from public headers
5854      Branch: perl
5855            ! XSUB.h bytecode.pl cv.h embed.h embed.pl ext/B/B.xs
5856            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
5857            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
5858            ! ext/DynaLoader/dlutils.c global.sym globals.c iperlsys.h
5859            ! lib/ExtUtils/Embed.pm lib/ExtUtils/xsubpp mg.c objXSUB.h
5860            ! opcode.h opcode.pl perl.c perl.h pod/perlhist.pod pp_ctl.c
5861            ! pp_hot.c proto.h scope.h sv.h toke.c universal.c util.c
5862            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
5863            ! win32/config.gc win32/config.vc win32/dl_win32.xs
5864            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
5865            ! win32/runperl.c win32/win32.c win32/win32.h win32/win32iop.h
5866            ! win32/win32sck.c
5867 ____________________________________________________________________________
5868 [  3552] By: gsar                                  on 1999/06/27  13:49:31
5869         Log: integrate cfgperl changes into mainline
5870      Branch: perl
5871           !> dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
5872           !> objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
5873           !> pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
5874           !> util.c
5875 ____________________________________________________________________________
5876 [  3551] By: gsar                                  on 1999/06/27  13:31:11
5877         Log: fix indents
5878      Branch: perl
5879            ! op.c
5880 ____________________________________________________________________________
5881 [  3550] By: gsar                                  on 1999/06/24  22:42:53
5882         Log: update Changes
5883      Branch: perl
5884            ! Changes
5885 ____________________________________________________________________________
5886 [  3549] By: gsar                                  on 1999/06/24  22:41:17
5887         Log: avoid race condition in the CAPI extension bootstrap handler
5888      Branch: perl
5889            ! lib/ExtUtils/xsubpp win32/GenCAPI.pl
5890 ____________________________________________________________________________
5891 [  3548] By: gsar                                  on 1999/06/24  22:39:53
5892         Log: sanity check to cover the case when perl is installed into the
5893              X:\ (drive root)
5894      Branch: perl
5895            ! win32/win32.c
5896 ____________________________________________________________________________
5897 [  3547] By: gsar                                  on 1999/06/22  19:30:32
5898         Log: tweak RefHash to make intent clearer (suggested by John Dlugosz)
5899      Branch: perl
5900            ! lib/Tie/RefHash.pm
5901 ____________________________________________________________________________
5902 [  3544] By: jhi                                   on 1999/06/18  19:24:28
5903         Log: Tidy up #3542 and #3543. 
5904      Branch: cfgperl
5905            ! t/pragma/locale.t util.c
5906 ____________________________________________________________________________
5907 [  3543] By: jhi                                   on 1999/06/18  10:28:45
5908         Log: Spice up locale.t.
5909      Branch: cfgperl
5910            ! t/pragma/locale.t
5911 ____________________________________________________________________________
5912 [  3542] By: jhi                                   on 1999/06/17  22:42:03
5913         Log: Fixed two long-standing locale bugs.
5914              
5915              Both problems were related to numeric locale which
5916              controls the radix character aka the decimal separator.
5917              (1) printf (and sprintf) were resetting the numeric locale to C.
5918              (2) Using locale-numerically formatted floating point
5919              numbers (e.g. "1,23") together with -w caused warnings about
5920              "isn't numeric".  The operations were working fine, though,
5921              because atof() was using the local locale.
5922              Both problems reported by Stefan Vogtner.
5923              
5924              Introduced a wrapper for atof() that attempts to convert
5925              the string both ways.  This helps Perl to understand
5926              numbers like this "4.56" even when using a local locale
5927              makes atof() understand only numbers like this "7,89".
5928              
5929              Remaining related problems, both of which existed before
5930              this patch and continue to exist after this patch:
5931              (a) The behaviour of print() is _not_ as documented by perllocale.
5932              Instead of always using the C locale, print() does use the
5933              local locale, just like the *printf() do.  This may be fixable
5934              now that switching to-and-fro between locales has been made
5935              more consistent, but fixing print() would change existing
5936              behaviour.  perllocale is not changed by this patch.
5937              (b) If a number has been stringified (say, via "$number") under
5938              a local locale, the cached string value persists even under
5939              "no locale".  This may or may not be a problem: operations
5940              work fine because the original number is still there, but
5941              that the string form keeps its locale-ish outlook may be
5942              somewhat confusing.
5943      Branch: cfgperl
5944            ! dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
5945            ! objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
5946            ! pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
5947            ! util.c
5948 ____________________________________________________________________________
5949 [  3541] By: jhi                                   on 1999/06/17  20:00:16
5950         Log: Integrate from mainperl.
5951      Branch: cfgperl
5952           !> ext/Data/Dumper/Dumper.pm op.c
5953 ____________________________________________________________________________
5954 [  3540] By: gsar                                  on 1999/06/16  16:49:55
5955         Log: dump C<0> as such, not C<'0'>
5956      Branch: perl
5957            ! ext/Data/Dumper/Dumper.pm
5958 ____________________________________________________________________________
5959 [  3539] By: gsar                                  on 1999/06/13  04:04:40
5960         Log: fix coredumper in change#3498
5961      Branch: perl
5962            ! op.c
5963 ____________________________________________________________________________
5964 [  3538] By: jhi                                   on 1999/06/12  22:01:26
5965         Log: Integrate from mainperl.
5966      Branch: cfgperl
5967           +> lib/caller.pm
5968           !> (integrate 36 files)
5969 ____________________________________________________________________________
5970 [  3537] By: gsar                                  on 1999/06/12  06:43:03
5971         Log: EXTERN_C declarations for global arrays in various
5972              headers, so perl can be built even in C++ mode; win32
5973              build fixups; regen headers
5974      Branch: perl
5975            ! XSUB.h embedvar.h ext/B/B.xs objXSUB.h opcode.h opcode.pl
5976            ! perl.h regcomp.h regexec.c utf8.h win32/win32.c win32/win32.h
5977 ____________________________________________________________________________
5978 [  3536] By: gsar                                  on 1999/06/12  06:38:21
5979         Log: caller.pm typos
5980      Branch: perl
5981            ! lib/caller.pm
5982 ____________________________________________________________________________
5983 [  3535] By: gsar                                  on 1999/06/11  23:13:54
5984         Log: various little tweaks; most globals are now in intrpvar.h, ninterps
5985              is temporarily gone
5986      Branch: perl
5987            ! embed.pl intrpvar.h os2/os2.c perl.c perlvars.h
5988            ! pod/perldelta.pod proto.h win32/perllib.c
5989 ____________________________________________________________________________
5990 [  3534] By: gsar                                  on 1999/06/11  20:41:51
5991         Log: implement C<use caller 'encoding'>
5992      Branch: perl
5993            + lib/caller.pm
5994            ! MANIFEST perl.h pod/perldelta.pod pod/perlfunc.pod pp_ctl.c
5995 ____________________________________________________________________________
5996 [  3533] By: gsar                                  on 1999/06/11  16:51:04
5997         Log: truncate() has a peculiar exemption from strict barewords, even
5998              though it has a non-filehandle prototype
5999      Branch: perl
6000            ! op.c t/io/fs.t
6001 ____________________________________________________________________________
6002 [  3532] By: gsar                                  on 1999/06/11  09:09:16
6003         Log: GDBM tweak
6004      Branch: perl
6005            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/typemap
6006 ____________________________________________________________________________
6007 [  3531] By: gsar                                  on 1999/06/10  23:34:19
6008         Log: part of the platform changes for IMPLICIT_CONTEXT
6009      Branch: perl
6010            ! djgpp/djgpp.c jpl/JNI/JNI.xs jpl/JNI/typemap
6011            ! jpl/PerlInterpreter/PerlInterpreter.c
6012            ! jpl/PerlInterpreter/PerlInterpreter.h
6013            ! os2/OS2/ExtAttr/ExtAttr.xs os2/OS2/PrfDB/PrfDB.xs
6014            ! os2/OS2/Process/Process.xs os2/OS2/REXX/REXX.xs perl.h
6015 ____________________________________________________________________________
6016 [  3530] By: jhi                                   on 1999/06/10  20:55:56
6017         Log: Integrate from mainperl.
6018      Branch: cfgperl
6019           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
6020 ____________________________________________________________________________
6021 [  3529] By: gsar                                  on 1999/06/10  20:40:01
6022         Log: DB_File tweaks for IMPLICIT CONTEXT
6023      Branch: perl
6024            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
6025 ____________________________________________________________________________
6026 [  3528] By: jhi                                   on 1999/06/10  10:18:15
6027         Log: Integrate from mainperl.
6028      Branch: cfgperl
6029           !> (integrate 105 files)
6030 ____________________________________________________________________________
6031 [  3527] By: gsar                                  on 1999/06/10  09:30:35
6032         Log: most globals are now interpreter local; locale initialization
6033              was too early, defer it until interpreter is allocated and
6034              initialized; multiple interpreters should now be
6035              concurrency-safe (untested)
6036      Branch: perl
6037            ! embedvar.h intrpvar.h malloc.c miniperlmain.c perl.c perl.h
6038            ! perlvars.h
6039 ____________________________________________________________________________
6040 [  3526] By: gsar                                  on 1999/06/10  08:38:00
6041         Log: fix small nits
6042      Branch: perl
6043            ! cc_runtime.h ext/B/B/CC.pm run.c
6044 ____________________________________________________________________________
6045 [  3525] By: gsar                                  on 1999/06/10  04:41:38
6046         Log: win32 build fixes
6047      Branch: perl
6048            ! bytecode.pl dosish.h embed.h embed.pl ext/B/B.xs
6049            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
6050            ! ext/ByteLoader/byterun.h ext/SDBM_File/sdbm/sdbm.c globals.c
6051            ! mg.c objXSUB.h op.h perl.c perl.h pp_sys.c proto.h sv.c util.c
6052            ! win32/Makefile win32/config_H.bc win32/config_H.gc
6053            ! win32/config_H.vc win32/config_h.PL win32/dl_win32.xs
6054            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
6055            ! win32/win32.c win32/win32.h win32/win32sck.c
6056            ! win32/win32thread.c win32/win32thread.h
6057 ____________________________________________________________________________
6058 [  3524] By: gsar                                  on 1999/06/09  18:03:01
6059         Log: more complete support for implicit thread/interpreter pointer,
6060              enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops
6061              without that enabled):
6062              - USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR
6063              is a noop; tests pass on Solaris; should be faster now!
6064              - MULTIPLICITY has been tested with and without
6065              PERL_IMPLICIT_CONTEXT on Solaris
6066              - improved function database now merged with embed.pl
6067              - everything except the varargs functions have foo(a,b,c) macros
6068              to provide compatibility
6069              - varargs functions default to compatibility variants that
6070              get the context pointer using dTHX
6071              - there should be almost no source compatibility issues as a
6072              result of all this
6073              - dl_foo.xs changes other than dl_dlopen.xs untested
6074              - still needs documentation, fixups for win32 etc
6075              Next step: migrate most non-mutex variables from perlvars.h
6076              to intrpvar.h
6077      Branch: perl
6078            - proto.pl
6079            ! MANIFEST XSUB.h av.c bytecode.pl cv.h doio.c doop.c dump.c
6080            ! ebcdic.c embed.h embed.pl embedvar.h ext/B/B.xs ext/B/typemap
6081            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
6082            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
6083            ! ext/Data/Dumper/Dumper.xs ext/Devel/Peek/Peek.xs
6084            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
6085            ! ext/DynaLoader/dl_cygwin32.xs ext/DynaLoader/dl_dld.xs
6086            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
6087            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
6088            ! ext/DynaLoader/dl_none.xs ext/DynaLoader/dl_rhapsody.xs
6089            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
6090            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
6091            ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs ext/re/re.xs
6092            ! global.sym globals.c gv.c hv.c lib/ExtUtils/typemap
6093            ! lib/ExtUtils/xsubpp malloc.c mg.c mg.h miniperlmain.c
6094            ! objXSUB.h op.c opcode.h opcode.pl perl.c perl.h perlio.c
6095            ! perlsfio.h perly.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
6096            ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
6097            ! sv.c taint.c thrdvar.h thread.h toke.c universal.c utf8.c
6098            ! util.c win32/Makefile win32/makefile.mk writemain.SH
6099 ____________________________________________________________________________
6100 [  3523] By: gsar                                  on 1999/06/07  05:24:13
6101         Log: missed a file
6102      Branch: perl
6103            + proto.pl
6104            ! MANIFEST
6105 ____________________________________________________________________________
6106 [  3522] By: gsar                                  on 1999/06/07  05:18:34
6107         Log: initial stub implementation of implicit thread/this
6108              pointer    argument; builds/tests on Solaris, win32
6109              hasn't been fixed up yet; proto.h, global.sym and
6110              static function decls are now generated from a common
6111              database in proto.pl; some inconsistently named
6112              perl_foo() things are now Perl_foo(), compatibility
6113              #defines provided; perl_foo() (lowercase 'p') reserved
6114              for functions that take an explicit context argument;
6115              next step: generate #define foo(a,b) Perl_foo(aTHX_ a,b)
6116      Branch: perl
6117            ! XSUB.h av.c cop.h deb.c doio.c doop.c dump.c ebcdic.c embed.h
6118            ! embed.pl ext/POSIX/POSIX.xs global.sym globals.c gv.c gv.h
6119            ! hv.c malloc.c mg.c miniperlmain.c objXSUB.h op.c opcode.h
6120            ! opcode.pl perl.c perl.h perl_exp.SH perlio.c perly.c perly.y
6121            ! pp.c pp.sym pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h
6122            ! regcomp.c regexec.c run.c scope.c scope.h sv.c taint.c toke.c
6123            ! universal.c utf8.c util.c
6124 ____________________________________________________________________________
6125 [  3521] By: gsar                                  on 1999/06/04  23:00:22
6126         Log: clean up some stray "global" symbols
6127      Branch: perl
6128            ! embed.h embed.pl global.sym objXSUB.h opcode.pl pp.sym
6129            ! pp_proto.h proto.h
6130 ____________________________________________________________________________
6131 [  3520] By: jhi                                   on 1999/06/02  21:33:28
6132         Log: Integrate from mainperl.
6133      Branch: cfgperl
6134           !> (integrate 94 files)
6135 ____________________________________________________________________________
6136 [  3519] By: gsar                                  on 1999/06/02  07:16:10
6137         Log: avoid dereferencing null pointer from getpwent() et al
6138      Branch: perl
6139            ! pp_sys.c
6140 ____________________________________________________________________________
6141 [  3518] By: gsar                                  on 1999/06/02  04:47:10
6142         Log: remove _() non-ansism
6143      Branch: perl
6144            ! Porting/config_H XSUB.h config_h.SH cv.h doio.c doop.c
6145            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/byteperl.c
6146            ! ext/ByteLoader/ByteLoader.xs ext/Data/Dumper/Dumper.xs
6147            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dlopen.xs
6148            ! ext/DynaLoader/dl_vmesa.xs ext/IO/poll.h ext/IPC/SysV/SysV.xs
6149            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
6150            ! ext/re/re.xs handy.h hv.c iperlsys.h
6151            ! jpl/PerlInterpreter/PerlInterpreter.c lib/ExtUtils/Embed.pm
6152            ! malloc.c mg.c mg.h minimod.pl miniperlmain.c op.c op.h
6153            ! opcode.h opcode.pl os2/POSIX.mkfifo perl.c perl.h
6154            ! plan9/config.plan9 pod/perlembed.pod pod/perlguts.pod pp.c
6155            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c run.c
6156            ! scope.h sv.c sv.h thread.h toke.c util.c vms/sockadapt.h
6157            ! vms/vmsish.h vms/writemain.pl vos/config.h
6158            ! vos/config_h.SH_orig win32/GenCAPI.pl win32/config_H.bc
6159            ! win32/config_H.gc win32/config_H.vc win32/makemain.pl
6160            ! win32/perllib.c win32/runperl.c win32/win32.h
6161            ! win32/win32thread.h writemain.SH x2p/a2p.c x2p/a2p.h x2p/a2p.y
6162            ! x2p/hash.h x2p/str.h x2p/util.h x2p/walk.c
6163 ____________________________________________________________________________
6164 [  3517] By: gsar                                  on 1999/06/02  02:17:51
6165         Log: missed a few files
6166      Branch: perl
6167            ! ext/POSIX/POSIX.xs jpl/JNI/JNI.xs
6168 ____________________________________________________________________________
6169 [  3516] By: gsar                                  on 1999/06/02  01:37:33
6170         Log: integrate cfgperl contents into mainline
6171      Branch: perl
6172           +> ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
6173           +> ext/ByteLoader/byterun.h
6174            - bytecode.h byterun.c byterun.h
6175            ! Changes
6176           !> (integrate 58 files)
6177 ____________________________________________________________________________
6178 [  3515] By: gsar                                  on 1999/06/02  00:48:50
6179         Log: remove stray K&R-isms
6180      Branch: perl
6181            ! ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
6182            ! ext/SDBM_File/sdbm/dbe.c ext/SDBM_File/sdbm/dbm.c
6183            ! ext/SDBM_File/sdbm/dbu.c mg.c op.c pp_ctl.c pp_sys.c sv.c
6184            ! toke.c util.c win32/win32.c x2p/hash.c
6185 ____________________________________________________________________________
6186 [  3514] By: gsar                                  on 1999/06/01  15:55:55
6187         Log: change#3447 didn't do enough to exempt Foo->bar(qw/.../) from
6188              strict 'subs'
6189      Branch: perl
6190            ! op.c t/pragma/strict-subs
6191 ____________________________________________________________________________
6192 [  3513] By: jhi                                   on 1999/06/01  07:17:05
6193         Log: Patch applying of #3499 had gone awry.
6194      Branch: cfgperl
6195            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.h
6196 ____________________________________________________________________________
6197 [  3512] By: gsar                                  on 1999/05/31  19:21:30
6198         Log: tighter -help output
6199      Branch: perl
6200            ! perl.c
6201 ____________________________________________________________________________
6202 [  3511] By: gsar                                  on 1999/05/31  17:18:23
6203         Log: fix memory leak in C<eval 'return sub {...}'>
6204      Branch: perl
6205            ! embed.h embed.pl objXSUB.h pp_ctl.c proto.h
6206 ____________________________________________________________________________
6207 [  3510] By: gsar                                  on 1999/05/31  14:11:46
6208         Log: tweak C++isms
6209      Branch: perl
6210            ! win32/dl_win32.xs win32/win32.c
6211 ____________________________________________________________________________
6212 [  3509] By: jhi                                   on 1999/05/30  13:02:26
6213         Log: Cleanup of #3488.
6214      Branch: cfgperl
6215            ! Configure config_h.SH
6216 ____________________________________________________________________________
6217 [  3508] By: jhi                                   on 1999/05/30  11:16:01
6218         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6219              To: Mailing list Perl5 <perl5-porters@perl.org>
6220              Subject: [PATCH 5.005_57] Teach Socket and io_unix.t the syntax of OS/2
6221              Date: Sat, 29 May 1999 20:18:13 -0400
6222              Message-ID: <19990529201813.B9489@monk.mps.ohio-state.edu>
6223      Branch: cfgperl
6224            ! ext/Socket/Socket.xs os2/os2ish.h t/lib/io_unix.t
6225 ____________________________________________________________________________
6226 [  3507] By: jhi                                   on 1999/05/29  20:05:40
6227         Log: From: Mark-Jason Dominus <mjd@plover.com>
6228              To: perl5-porters@perl.com
6229              Subject: PATCH (5.005_57): Document use of `SPECIAL' flag for `pushre':
6230              Date: Sat, 29 May 1999 14:45:10 -0400
6231              Message-ID: <19990529184510.27557.qmail@plover.com>
6232      Branch: cfgperl
6233            ! op.h
6234 ____________________________________________________________________________
6235 [  3506] By: gsar                                  on 1999/05/29  16:49:39
6236         Log: avoid gv_check() recursive pit
6237      Branch: perl
6238            ! gv.c
6239 ____________________________________________________________________________
6240 [  3505] By: jhi                                   on 1999/05/29  11:38:16
6241         Log: From: jan.dubois@ibm.net (Jan Dubois)
6242              To: Gurusamy Sarathy <gsar@activestate.com>
6243              Cc: perl5-porters@perl.org
6244              Subject: [PATCH 5.005_57]Safeguard against unimplemented functions in pwuid.t and grent.t
6245              Date: Sat, 29 May 1999 08:46:22 +0200
6246              Message-ID: <374f8007.2016008@smtp1.ibm.net>
6247      Branch: cfgperl
6248            ! t/op/grent.t t/op/pwent.t
6249 ____________________________________________________________________________
6250 [  3504] By: jhi                                   on 1999/05/29  11:07:10
6251         Log: QNX needs <sys/select.h> to define fd_set.
6252              
6253              From: Norton Allen <allen@huarp.harvard.edu>
6254              To: perl5-porters@perl.org
6255              Subject: [19990526.016] Not OK: perl 5.00503 on x86-qnx 424
6256              Date:  Wed, 26 May 1999 13:51:27 -0400 (EDT)
6257              Message-Id:  <199905261751.NAA20966@bottesini.harvard.edu>
6258      Branch: cfgperl
6259            ! ext/IO/poll.c
6260 ____________________________________________________________________________
6261 [  3503] By: jhi                                   on 1999/05/29  10:53:31
6262         Log: From: jan.dubois@ibm.net (Jan Dubois)
6263              To: Gurusamy Sarathy <gsar@activestate.com>, perl5-porters@perl.org
6264              Subject: [PATCH all versions] (was Re: Unitialized Value Complaints in Math::BigFloat)
6265              Date: Fri, 28 May 1999 20:14:35 +0200
6266              Message-ID: <3751daa4.7188847@smtp1.ibm.net>
6267      Branch: cfgperl
6268            ! lib/Math/BigFloat.pm
6269 ____________________________________________________________________________
6270 [  3502] By: jhi                                   on 1999/05/29  10:44:44
6271         Log: Make Configure support the change #3367,
6272              SysV shadow passwords.
6273      Branch: cfgperl
6274            ! Configure config_h.SH pp_sys.c
6275 ____________________________________________________________________________
6276 [  3501] By: gsar                                  on 1999/05/28  21:22:23
6277         Log: add wide versions of win32 system calls (first step in
6278              globalization); delayload winsock for performance if compiling
6279              with VC 6.0
6280      Branch: perl
6281            ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
6282            ! win32/win32.c win32/win32.h
6283 ____________________________________________________________________________
6284 [  3500] By: jhi                                   on 1999/05/28  21:17:24
6285         Log: The new t/lib/io_linenum.t was using stricture
6286              before @INC was set up.
6287      Branch: cfgperl
6288            ! t/lib/io_linenum.t
6289 ____________________________________________________________________________
6290 [  3499] By: jhi                                   on 1999/05/28  17:13:23
6291         Log: From: Tom Hughes <tom@compton.nu>
6292              To: perl5-porters@perl.org
6293              Subject: [PATCH 5.005_57] ByteLoader mark 2
6294              Date: Wed, 26 May 1999 23:59:49 +0100
6295              Message-ID: <bf337a0849.tom@compton.compton.nu>
6296              
6297              plus resolve tiny conflict with #3479
6298              plus regen_headers.
6299      Branch: cfgperl
6300            + ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
6301            + ext/ByteLoader/byterun.h
6302            - bytecode.h byterun.c byterun.h
6303            ! MANIFEST Makefile.SH bytecode.pl embed.h embedvar.h ext/B/B.pm
6304            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/Makefile.PL
6305            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
6306            ! ext/ByteLoader/Makefile.PL global.sym intrpvar.h objXSUB.h
6307            ! perl.h perlvars.h proto.h util.c utils/Makefile
6308 ____________________________________________________________________________
6309 [  3498] By: jhi                                   on 1999/05/28  16:53:04
6310         Log: From: Mark-Jason Dominus <mjd@plover.com>
6311              To: perl5-porters@perl.com
6312              Subject: PATCH (5.005_57): defined(@a) now deprecated
6313              Date: Thu, 27 May 1999 16:05:44 -0400
6314              Message-ID: <19990527200544.13330.qmail@plover.com>
6315      Branch: cfgperl
6316            ! lib/Carp.pm op.c opcode.h opcode.pl pod/perldelta.pod
6317            ! pod/perldiag.pod pod/perlfunc.pod pp_proto.h t/pragma/warn/op
6318 ____________________________________________________________________________
6319 [  3497] By: jhi                                   on 1999/05/28  16:50:54
6320         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6321              To: perl5-porters@perl.org (Mailing list Perl5)
6322              Subject: [PATCH 5.00557] Cosmetic OS/2-related patches
6323              Date: Fri, 28 May 1999 12:13:00 -0400 (EDT)
6324              Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu>
6325      Branch: cfgperl
6326            ! MANIFEST Makefile.SH ext/POSIX/POSIX.xs hints/os2.sh
6327            ! os2/Makefile.SHs t/io/pipe.t t/lib/io_sock.t
6328 ____________________________________________________________________________
6329 [  3496] By: jhi                                   on 1999/05/28  16:48:39
6330         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6331              To: perl5-porters@perl.org (Mailing list Perl5)
6332              Subject: [PATCH 5.00557] Required OS/2-related patches
6333              Date: Fri, 28 May 1999 12:11:48 -0400 (EDT)
6334              Message-Id: <199905281611.MAA02037@monk.mps.ohio-state.edu>
6335      Branch: cfgperl
6336            ! os2/os2.c t/lib/bigfloatpm.t t/lib/io_unix.t t/op/groups.t
6337            ! t/op/stat.t util.c
6338 ____________________________________________________________________________
6339 [  3495] By: jhi                                   on 1999/05/28  16:45:56
6340         Log: From: Paul Johnson <pjcj@transeda.com>
6341              To: perl5-porters <perl5-porters@perl.org>
6342              Subject: [PATCH 5.005_57] Provide more useful test okay percentage
6343              Date: Fri, 28 May 1999 15:13:54 +0100
6344              Message-ID: <19990528151354.B289@west-tip.transeda.com>
6345      Branch: cfgperl
6346            ! t/TEST
6347 ____________________________________________________________________________
6348 [  3494] By: jhi                                   on 1999/05/28  16:44:34
6349         Log: From: Paul Johnson <pjcj@transeda.com>
6350              To: perl5-porters <perl5-porters@perl.org>
6351              Subject: [PATCH 5.005_57] Fixes related to working local $.
6352              Date: Fri, 28 May 1999 15:11:18 +0100
6353              Message-ID: <19990528151118.A289@west-tip.transeda.com>
6354      Branch: cfgperl
6355            ! ext/IO/lib/IO/Handle.pm pod/perlvar.pod t/lib/io_linenum.t
6356 ____________________________________________________________________________
6357 [  3493] By: gsar                                  on 1999/05/28  16:37:26
6358         Log: change#3449 wasn't doing enough
6359      Branch: perl
6360            ! op.c t/comp/proto.t
6361 ____________________________________________________________________________
6362 [  3492] By: jhi                                   on 1999/05/28  08:12:23
6363         Log: From: paul.marquess@bt.com
6364              To: doughera@lafayette.edu
6365              Cc: perl5-porters@perl.org
6366              Subject: RE: [19990527.002] DBM Filters in _57 cause problems in NDBM_File
6367              Date: Thu, 27 May 1999 23:31:38 +0100
6368              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C03@mbtlipnt02.btlabs.bt.co.uk>
6369              
6370              Had to be applied manually; some mailer had munged the patch slightly.
6371      Branch: cfgperl
6372            ! ext/NDBM_File/NDBM_File.xs
6373 ____________________________________________________________________________
6374 [  3491] By: jhi                                   on 1999/05/28  07:51:17
6375         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
6376              To: perl5-porters@perl.org
6377              Subject: [PATCH 5.005_57] fixing eval in the compiler
6378              Date: Thu, 27 May 1999 07:56:54 -0700
6379              Message-ID: <JDIKFDKKLGHHBAAA@my-deja.com>
6380      Branch: cfgperl
6381            ! cc_runtime.h scope.h
6382 ____________________________________________________________________________
6383 [  3490] By: jhi                                   on 1999/05/28  07:47:06
6384         Log: From: Andy Dougherty <doughera@lafayette.edu>
6385              To: perlbug@perl.com
6386              Cc: Jarkko Hietaniemi <jhi@iki.fi>
6387              Subject: [PATCH] Configure updates for ISC 4.1
6388              Date: Thu, 27 May 1999 15:19:21 -0400 (EDT)
6389              Message-Id: <Pine.GSU.4.05.9905271513500.22115-100000@newton.phys>
6390      Branch: cfgperl
6391            ! Configure config_h.SH
6392 ____________________________________________________________________________
6393 [  3489] By: jhi                                   on 1999/05/28  07:39:17
6394         Log: Integrate from mainperl.
6395      Branch: cfgperl
6396           !> malloc.c win32/makedef.pl win32/win32.c
6397 ____________________________________________________________________________
6398 [  3488] By: jhi                                   on 1999/05/27  16:57:19
6399         Log: From: Andy Dougherty <doughera@lafayette.edu>
6400              To: Perl Porters <perl5-porters@perl.org>
6401              Subject: [PATCH] Re: 5.005_57 NOT OK on SunOS 4.1.3
6402              Date: Thu, 27 May 1999 12:26:28 -0400 (EDT)
6403              Message-Id: <Pine.GSU.4.05.9905271120230.22115-100000@newton.phys>
6404      Branch: cfgperl
6405            ! Configure config_h.SH hints/sunos_4_1.sh util.c
6406 ____________________________________________________________________________
6407 [  3487] By: gsar                                  on 1999/05/27  03:56:20
6408         Log: make win32_spawnvp() inherit standard handles even when they
6409              may be redirected
6410      Branch: perl
6411            ! win32/win32.c
6412 ____________________________________________________________________________
6413 [  3486] By: jhi                                   on 1999/05/26  19:55:52
6414         Log: From: Andy Dougherty <doughera@lafayette.edu>
6415              To: perl5-porters@perl.org
6416              Subject: Re: BUG -> [19990526.004] perl5.005_57 error in util.c on sun4-solaris2.6
6417              Date: Wed, 26 May 1999 14:49:52 -0400 (EDT)
6418              Message-Id: <Pine.GSU.4.05.9905261448310.19172-100000@newton.phys>
6419      Branch: cfgperl
6420            ! util.c
6421 ____________________________________________________________________________
6422 [  3485] By: chip                                  on 1999/05/26  17:19:11
6423         Log: Look for Linux FILE structure in libio.h, for glibc-2.1.
6424      Branch: maint-5.004/perl
6425            ! Configure
6426 ____________________________________________________________________________
6427 [  3484] By: gsar                                  on 1999/05/26  01:56:28
6428         Log: fix missing exported symbol
6429      Branch: perl
6430            ! malloc.c win32/makedef.pl
6431 ____________________________________________________________________________
6432 [  3483] By: jhi                                   on 1999/05/25  23:08:07
6433         Log: Configure -Dopenbsd_distribution to build for the OpenBSD tree.
6434              
6435              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
6436              To: perlbug@perl.com
6437              Subject: OpenBSD hints file update
6438              Date: Tue, 25 May 1999 12:12:38 -0600 (MDT)
6439              Message-Id: <199905251812.MAA06032@xerxes.courtesan.com>
6440      Branch: cfgperl
6441            ! hints/openbsd.sh
6442 ____________________________________________________________________________
6443 [  3482] By: jhi                                   on 1999/05/25  23:01:25
6444         Log: From: Tom Hughes <tom@compton.nu>
6445              To: perl5-porters@perl.org
6446              Subject: [PATCH 5.005_57] Make Configure recognise glibc 2.1 stdio
6447              Date: Tue, 25 May 1999 23:10:23 +0100
6448              Message-ID: <1ed7f10749.tom@compton.compton.nu>
6449      Branch: cfgperl
6450            ! Configure config_h.SH
6451 ____________________________________________________________________________
6452 [  3481] By: jhi                                   on 1999/05/25  22:31:50
6453         Log: 3479, 3480, 3481 seems logical.
6454      Branch: cfgperl
6455           !> hints/aix.sh
6456 ____________________________________________________________________________
6457 [  3480] By: jhi                                   on 1999/05/25  22:13:39
6458         Log: The change #3479 wasn't perfect.
6459      Branch: perl
6460            ! hints/aix.sh
6461 ____________________________________________________________________________
6462 [  3479] By: jhi                                   on 1999/05/25  21:59:21
6463         Log: Cures for _57 in AIX 4.1.5.0.
6464              (1) The lddlflags lost its -lc by change #3660
6465              (and the politeness of change #3257).
6466              (2) optype_size must end up in perl.exp (as PL_optype_size).
6467              Added it to perlvars.h, fixed bytecode.pl,
6468              regen'ed the relevant headers.
6469      Branch: cfgperl
6470            ! bytecode.h bytecode.pl byterun.h embed.h embedvar.h objXSUB.h
6471            ! perlvars.h
6472      Branch: perl
6473            ! hints/aix.sh
6474 ____________________________________________________________________________
6475 [  3478] By: jhi                                   on 1999/05/25  20:13:47
6476         Log: Integrate from mainperl.
6477      Branch: cfgperl
6478           +> pod/perltootc.pod
6479           !> (integrate 101 files)
6480 ____________________________________________________________________________
6481 [  3477] By: gsar                                  on 1999/05/25  10:43:48
6482         Log: here be 5.005_57
6483      Branch: perl
6484            ! Changes MANIFEST Porting/makerel
6485           !> Changes5.005
6486
6487 ----------------
6488 Version 5.005_57
6489 ----------------
6490
6491 ____________________________________________________________________________
6492 [  3476] By: gsar                                  on 1999/05/25  09:23:43
6493         Log: up patchlevel &c
6494      Branch: perl
6495            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
6496            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6497            ! win32/makefile.mk
6498 ____________________________________________________________________________
6499 [  3475] By: gsar                                  on 1999/05/25  09:14:51
6500         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6501              Date: Tue, 25 May 1999 02:42:23 -0400 (EDT)
6502              Message-Id: <199905250642.CAA06208@monk.mps.ohio-state.edu>
6503              Subject: [PATCH 5.005_56] REx engine improvements
6504      Branch: perl
6505            ! embedvar.h mg.c objXSUB.h pp.c pp_ctl.c pp_hot.c regcomp.c
6506            ! regexec.c regexp.h t/op/pat.t t/op/re_tests t/op/regexp.t
6507            ! thrdvar.h util.c
6508 ____________________________________________________________________________
6509 [  3474] By: gsar                                  on 1999/05/25  08:39:56
6510         Log: test case for change#3470
6511      Branch: perl
6512            ! t/lib/bigintpm.t
6513 ____________________________________________________________________________
6514 [  3473] By: gsar                                  on 1999/05/25  08:36:52
6515         Log: perlport 1.43 update from Chris Nandor and Tom Christiansen
6516      Branch: perl
6517            ! Changes pod/perlport.pod
6518 ____________________________________________________________________________
6519 [  3472] By: gsar                                  on 1999/05/25  08:28:57
6520         Log: assorted tweaks
6521      Branch: perl
6522            ! doio.c iperlsys.h win32/config.bc win32/config.gc
6523            ! win32/config.vc win32/config_H.bc win32/config_H.gc
6524            ! win32/config_H.vc win32/makedef.pl
6525 ____________________________________________________________________________
6526 [  3471] By: gsar                                  on 1999/05/25  06:06:04
6527         Log: perlref update from Tom Christiansen
6528      Branch: perl
6529            ! pod/perlref.pod
6530 ____________________________________________________________________________
6531 [  3470] By: gsar                                  on 1999/05/25  06:03:27
6532         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6533              Date: Mon, 24 May 1999 17:43:56 -0400
6534              Message-ID: <19990524174356.A1944@monk.mps.ohio-state.edu>
6535              Subject: [PATCH 5.005_*] hv.c calling negative malloc()
6536      Branch: perl
6537            ! hv.c
6538 ____________________________________________________________________________
6539 [  3469] By: gsar                                  on 1999/05/25  05:59:22
6540         Log: avoid temporary files that have a constant name (from a suggestion
6541              by Anthony J. Lill <ajlill@ajlc.waterloo.on.ca>)
6542      Branch: perl
6543            ! lib/ExtUtils/MM_Unix.pm
6544 ____________________________________________________________________________
6545 [  3468] By: gsar                                  on 1999/05/25  05:54:29
6546         Log: From: pvhp@forte.com (Peter Prymmer)
6547              Date: Mon, 24 May 99 11:20:25 PDT
6548              Message-Id: <9905241820.AA28071@forte.com>
6549              Subject: [PATCH: _56 and _03]EBCDIC %HTML_Escapes for Pod::Text, plus sync patch.
6550      Branch: perl
6551            ! lib/Pod/Text.pm
6552 ____________________________________________________________________________
6553 [  3467] By: gsar                                  on 1999/05/25  04:08:50
6554         Log: fix glob() bug that resulted in missing symlinks that don't point
6555              anywhere
6556      Branch: perl
6557            ! pp_hot.c
6558 ____________________________________________________________________________
6559 [  3466] By: gsar                                  on 1999/05/25  03:00:00
6560         Log: avoid enumerating @INC contents in diagnostic if @INC was never
6561              searched
6562      Branch: perl
6563            ! pod/perldiag.pod pp_ctl.c
6564 ____________________________________________________________________________
6565 [  3465] By: gsar                                  on 1999/05/25  02:24:08
6566         Log: add caveat about close(PIPE) carelessness
6567      Branch: perl
6568            ! pod/perlfunc.pod
6569 ____________________________________________________________________________
6570 [  3464] By: gsar                                  on 1999/05/24  23:55:53
6571         Log: fix bogus line numbers for void context warnings
6572              (change#2548 was overeager)
6573      Branch: perl
6574            ! op.c
6575 ____________________________________________________________________________
6576 [  3463] By: gsar                                  on 1999/05/24  23:31:58
6577         Log: change#3455 had a typo
6578      Branch: perl
6579            ! pp_ctl.c
6580 ____________________________________________________________________________
6581 [  3462] By: gsar                                  on 1999/05/24  17:32:20
6582         Log: more pod updates from Tom Christiansen; regen perltoc
6583      Branch: perl
6584            ! pod/perl.pod pod/perldelta.pod pod/perlmod.pod pod/perlobj.pod
6585            ! pod/perlre.pod pod/perltoc.pod pod/perlvar.pod
6586 ____________________________________________________________________________
6587 [  3461] By: gsar                                  on 1999/05/24  07:41:32
6588         Log: perlmod notes from Damian Conway (via Tom Christiansen)
6589      Branch: perl
6590            ! pod/perlmod.pod
6591 ____________________________________________________________________________
6592 [  3460] By: gsar                                  on 1999/05/24  07:24:11
6593         Log: major pod update from Tom Christiansen
6594      Branch: perl
6595            + pod/perltootc.pod
6596            ! MANIFEST lib/Pod/Functions.pm pod/Makefile pod/buildtoc
6597            ! pod/perl.pod pod/perl5004delta.pod pod/perlcall.pod
6598            ! pod/perldata.pod pod/perldebug.pod pod/perldelta.pod
6599            ! pod/perldsc.pod pod/perlfunc.pod pod/perlipc.pod
6600            ! pod/perllol.pod pod/perlmod.pod pod/perlmodinstall.pod
6601            ! pod/perlmodlib.pod pod/perlobj.pod pod/perlop.pod
6602            ! pod/perlopentut.pod pod/perlpod.pod pod/perlport.pod
6603            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod pod/perlsec.pod
6604            ! pod/perlsub.pod pod/perlsyn.pod pod/perlthrtut.pod
6605            ! pod/perltie.pod pod/perltrap.pod pod/perlvar.pod
6606            ! pod/perlxs.pod pod/pod2man.PL
6607 ____________________________________________________________________________
6608 [  3459] By: gsar                                  on 1999/05/24  06:26:48
6609         Log: perlfaq update from Tom Christiansen
6610      Branch: perl
6611            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
6612            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
6613            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
6614            ! pod/perlfaq9.pod
6615 ____________________________________________________________________________
6616 [  3458] By: gsar                                  on 1999/05/24  05:55:11
6617         Log: updated to v1.50 from CPAN
6618      Branch: perl
6619            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
6620 ____________________________________________________________________________
6621 [  3457] By: gsar                                  on 1999/05/24  05:46:20
6622         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6623              Date: Sun, 23 May 1999 16:35:07 +0100
6624              Message-Id: <199905231535.QAA00032@crypt.compulink.co.uk>
6625              Subject: [PATCH 5.005_56] name PL_in_eval bits
6626      Branch: perl
6627            ! cop.h op.c perl.c pp_ctl.c toke.c util.c
6628 ____________________________________________________________________________
6629 [  3456] By: gsar                                  on 1999/05/24  05:18:06
6630         Log: make -t mode the default on emacs/dumb terminals
6631      Branch: perl
6632            ! Changes utils/perldoc.PL
6633 ____________________________________________________________________________
6634 [  3455] By: gsar                                  on 1999/05/24  05:05:19
6635         Log: return 0 rather than "" when scalar grep has nothing to iterate
6636              on (brings behavior in line with documentation)
6637      Branch: perl
6638            ! pp_ctl.c
6639 ____________________________________________________________________________
6640 [  3454] By: gsar                                  on 1999/05/24  04:52:52
6641         Log: From: Tim Jenness <t.jenness@jach.hawaii.edu>
6642              Date: Thu, 20 May 1999 13:27:02 -1000
6643              Message-Id: <E10kcDN-0007TA-00@lapaki>
6644              Subject: Problem with MM_Unix in 5.005_03
6645      Branch: perl
6646            ! lib/ExtUtils/MM_Unix.pm
6647 ____________________________________________________________________________
6648 [  3453] By: gsar                                  on 1999/05/24  04:39:49
6649         Log: avoid removing duplicates in user-generated warnings
6650              From: byron@omix.com (Byron Brummer)
6651              Date: Thu, 20 May 1999 04:01:17 -0700 (PDT)
6652              Message-Id: <199905201101.EAA91175@thrush.omix.com>
6653              Subject: [PATCH] Re: warn buffers/loses output in ?? - 5.005_03
6654      Branch: perl
6655            ! lib/diagnostics.pm
6656 ____________________________________________________________________________
6657 [  3452] By: gsar                                  on 1999/05/24  04:23:10
6658         Log: straighten some code to avoid NeXT compiler bugs (from
6659              Geoff Kuenning <geoff@cs.hmc.edu>)
6660      Branch: perl
6661            ! pp_ctl.c
6662 ____________________________________________________________________________
6663 [  3451] By: gsar                                  on 1999/05/24  03:03:05
6664         Log: minor logic tweak for reserved word warning
6665      Branch: perl
6666            ! lib/Test/Harness.pm toke.c
6667 ____________________________________________________________________________
6668 [  3450] By: gsar                                  on 1999/05/24  02:34:20
6669         Log: oops, some files missing in change#3449
6670      Branch: perl
6671            ! op.c op.h toke.c
6672 ____________________________________________________________________________
6673 [  3449] By: gsar                                  on 1999/05/24  02:33:12
6674         Log: allow '*' prototype to autoquote even barewords that happen to be
6675              function names; parens or ampersand continue to force the other
6676              interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;>
6677              do the right thing, for example
6678      Branch: perl
6679            ! t/comp/proto.t
6680 ____________________________________________________________________________
6681 [  3448] By: gsar                                  on 1999/05/24  01:51:24
6682         Log: remove vestiges of PL_last_proto
6683      Branch: perl
6684            ! embedvar.h intrpvar.h objXSUB.h
6685 ____________________________________________________________________________
6686 [  3447] By: gsar                                  on 1999/05/24  01:49:20
6687         Log: redo change#2061 and parts of change#1169 with code in the
6688              parser; PL_last_proto hackery gone, strict 'subs' in now
6689              implemented in the optimizer where specifying the exceptional
6690              cases is much more robust; '*' (bareword) prototype now works
6691              reliably when used in second and subsequent arguments
6692      Branch: perl
6693            ! dump.c embed.h embed.pl objXSUB.h op.c op.h proto.h toke.c
6694 ____________________________________________________________________________
6695 [  3446] By: gsar                                  on 1999/05/23  05:00:55
6696         Log: remove redundant part of change#1169 superceded by change#2061;
6697              avoid "future reserved word" warning on prototypical bearwords
6698      Branch: perl
6699            ! t/lib/fatal.t toke.c
6700 ____________________________________________________________________________
6701 [  3445] By: gsar                                  on 1999/05/21  23:36:49
6702         Log: s/isspace/isSPACE/g and make sure the CRT version is always
6703              passed an unsigned char (fixes random occurrence of spaces in
6704              arguments containing high-bit chars passed to spawned children,
6705              on win32)
6706      Branch: perl
6707            ! ext/SDBM_File/sdbm/dbe.c win32/perlhost.h win32/win32.c
6708 ____________________________________________________________________________
6709 [  3444] By: gsar                                  on 1999/05/21  23:08:55
6710         Log: integrate Configure changes from cfgperl
6711      Branch: perl
6712           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
6713           !> config_h.SH
6714 ____________________________________________________________________________
6715 [  3443] By: jhi                                   on 1999/05/21  22:00:56
6716         Log: Integrate from mainperl.
6717      Branch: cfgperl
6718           !> Changes doop.c ext/SDBM_File/sdbm/dba.c
6719           !> ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbe.c os2/os2.c
6720           !> perl.h pod/perldiag.pod pod/perlport.pod pp.c t/comp/proto.t
6721           !> win32/perlhost.h win32/win32.c x2p/walk.c
6722 ____________________________________________________________________________
6723 [  3442] By: jhi                                   on 1999/05/21  21:59:46
6724         Log: fflush.
6725      Branch: cfgperl
6726            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6727            ! config_h.SH
6728 ____________________________________________________________________________
6729 [  3441] By: gsar                                  on 1999/05/21  17:48:55
6730         Log: integrate cfgperl changes
6731      Branch: perl
6732           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
6733           !> config_h.SH hints/sunos_4_1.sh installperl
6734 ____________________________________________________________________________
6735 [  3440] By: gsar                                  on 1999/05/21  17:42:49
6736         Log: test tweak
6737      Branch: perl
6738            ! t/comp/proto.t
6739 ____________________________________________________________________________
6740 [  3439] By: gsar                                  on 1999/05/21  17:31:26
6741         Log: fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.
6742              (Configure fflush(NULL) detection seems broken on Solaris, which
6743              is why I hit the problem)
6744      Branch: perl
6745            ! Changes perl.h
6746 ____________________________________________________________________________
6747 [  3438] By: gsar                                  on 1999/05/20  16:41:01
6748         Log: perlport 1.41 update from Chris Nandor <pudge@pobox.com>
6749      Branch: perl
6750            ! pod/perlport.pod
6751 ____________________________________________________________________________
6752 [  3437] By: jhi                                   on 1999/05/20  07:14:39
6753         Log: Patches to fflushing in SunOS 4 from Andy Dougherty
6754              (via private email).
6755      Branch: cfgperl
6756            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6757            ! config_h.SH hints/sunos_4_1.sh
6758 ____________________________________________________________________________
6759 [  3436] By: gsar                                  on 1999/05/20  05:18:26
6760         Log: various little nits
6761      Branch: perl
6762            ! doop.c ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
6763            ! ext/SDBM_File/sdbm/dbe.c os2/os2.c pod/perldiag.pod pp.c
6764            ! win32/perlhost.h win32/win32.c x2p/walk.c
6765 ____________________________________________________________________________
6766 [  3435] By: jhi                                   on 1999/05/18  16:25:49
6767         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6768              To: perl5-porters@perl.org
6769              Subject: installperl
6770              Date: Fri, 14 May 1999 21:34:58 +0100
6771              Message-Id: <199905142034.VAA00865@crypt.compulink.co.uk>
6772      Branch: cfgperl
6773            ! installperl
6774 ____________________________________________________________________________
6775 [  3434] By: jhi                                   on 1999/05/17  21:25:54
6776         Log: Integrate from mainperl.
6777      Branch: cfgperl
6778           +> lib/ExtUtils/MM_Cygwin.pm
6779            - cygwin32/impure_ptr.c
6780           !> MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
6781           !> cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
6782           !> ext/POSIX/POSIX.xs gv.c hints/cygwin32.sh installman
6783           !> installperl perl.h pod/perldiag.pod pp.c pp_hot.c util.c
6784           !> x2p/find2perl.PL
6785 ____________________________________________________________________________
6786 [  3433] By: gsar                                  on 1999/05/17  09:49:01
6787         Log: integrate cfgperl changes into mainline
6788      Branch: perl
6789           !> Configure INSTALL config_h.SH configure.com embed.h
6790           !> ext/Devel/Peek/Peek.xs ext/Socket/Socket.xs global.sym
6791           !> hints/dec_osf.sh objXSUB.h perl.h pod/perldiag.pod proto.h
6792           !> util.c
6793 ____________________________________________________________________________
6794 [  3432] By: gsar                                  on 1999/05/17  09:06:45
6795         Log: emit more appropriate diagnostic for failed glob (variant
6796              of patch suggested by Graham Barr)
6797      Branch: perl
6798            ! gv.c pod/perldiag.pod pp.c pp_hot.c
6799 ____________________________________________________________________________
6800 [  3431] By: gsar                                  on 1999/05/17  08:38:09
6801         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
6802              Date: Thu, 13 May 1999 22:18:43 -0600 (MDT)
6803              Message-Id: <199905140418.WAA18826@xerxes.courtesan.com>
6804              Subject: find2perl does not grok the 'c' suffix to the -size argument
6805      Branch: perl
6806            ! x2p/find2perl.PL
6807 ____________________________________________________________________________
6808 [  3430] By: gsar                                  on 1999/05/17  08:26:21
6809         Log: additional cleanups for cygwin32 port
6810              From: "Fifer, Eric" <EFifer@sanwaint.com>
6811              Date: Wed, 12 May 1999 20:25:54 +0100
6812              Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST>
6813              Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port
6814      Branch: perl
6815            + lib/ExtUtils/MM_Cygwin.pm
6816            - cygwin32/impure_ptr.c
6817            ! MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
6818            ! cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
6819            ! ext/POSIX/POSIX.xs hints/cygwin32.sh installman installperl
6820            ! perl.h util.c
6821 ____________________________________________________________________________
6822 [  3429] By: gsar                                  on 1999/05/17  08:01:04
6823         Log: From: Andy Dougherty <doughera@lafayette.edu>
6824              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
6825              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
6826              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
6827      Branch: perl
6828            ! INSTALL
6829 ____________________________________________________________________________
6830 [  3428] By: jhi                                   on 1999/05/17  07:03:26
6831         Log: Integrate from mainperl modulo the Socket.xs change.
6832      Branch: cfgperl
6833           !> ext/Socket/Socket.xs op.c win32/include/sys/socket.h
6834           !> win32/win32.c win32/win32.h
6835 ____________________________________________________________________________
6836 [  3427] By: jhi                                   on 1999/05/16  22:09:11
6837         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6838              To: perl5-porters@perl.org (Mailing list Perl5)
6839              Subject: [PATCH 5.005_56] Devel::Peek::mstat not working
6840              Date: Sun, 16 May 1999 01:28:18 -0400 (EDT)
6841              Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu>
6842      Branch: cfgperl
6843            ! ext/Devel/Peek/Peek.xs
6844 ____________________________________________________________________________
6845 [  3426] By: jhi                                   on 1999/05/16  22:07:11
6846         Log: From: Mark-Jason Dominus <mjd@plover.com>
6847              To: perl5-porters@perl.com
6848              Subject: DOC PATCH (5.005_55): Error message missing from perldiag.pod
6849              Date: Sat, 15 May 1999 12:43:47 -0400
6850              Message-ID: <19990515164348.7313.qmail@plover.com>
6851      Branch: cfgperl
6852            ! pod/perldiag.pod
6853 ____________________________________________________________________________
6854 [  3425] By: nick                                  on 1999/05/15  15:56:10
6855         Log: Mingw32 + w32api-0.1.5 tweaks
6856              - now more like other Win32 compilers
6857      Branch: perl
6858            ! ext/Socket/Socket.xs win32/include/sys/socket.h win32/win32.c
6859            ! win32/win32.h
6860 ____________________________________________________________________________
6861 [  3424] By: nick                                  on 1999/05/14  21:04:22
6862         Log: Experimental "slab" allocator for ops.
6863              To try it -DPL_OP_SLAB_ALLOC for op.c 
6864              This is for proof of concept only, it leaks memory 
6865              (ops are not free'd) so don't use in embedded apps.
6866              If this minimalist version does not show performance 
6867              gain then whole idea is worthless. 
6868              Nick see's approx 12% speed up vs perlmalloc running
6869              perl -Ilib -MCPAN -e '' 
6870              Solaris2.6, gcc-2.8.1 but numbers are not repeatable.
6871      Branch: perl
6872            ! op.c
6873 ____________________________________________________________________________
6874 [  3423] By: gsar                                  on 1999/05/14  19:55:04
6875         Log: on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
6876              found (brings sitelib intuition in line with privlib)
6877      Branch: perl
6878            ! win32/win32.c
6879 ____________________________________________________________________________
6880 [  3422] By: jhi                                   on 1999/05/14  08:08:01
6881         Log: From: pvhp@forte.com (Peter Prymmer)
6882              To: perl5-porters@perl.org, vmsperl@perl.org
6883              Subject: [PATCH: 5.005_56] add config.msg to VMS configure.com
6884              Date: Thu, 13 May 99 15:29:57 PDT
6885              Message-Id: <9905132229.AA15854@forte.com>
6886      Branch: cfgperl
6887            ! configure.com
6888 ____________________________________________________________________________
6889 [  3421] By: jhi                                   on 1999/05/14  07:34:20
6890         Log: Integrate from mainperl.
6891      Branch: cfgperl
6892           !> lib/ExtUtils/MM_Unix.pm win32/win32.c
6893 ____________________________________________________________________________
6894 [  3420] By: jhi                                   on 1999/05/14  07:33:26
6895         Log: Still fflushing.
6896      Branch: cfgperl
6897            ! Configure config_h.SH util.c
6898 ____________________________________________________________________________
6899 [  3419] By: gsar                                  on 1999/05/14  03:08:29
6900         Log: mortalize string allocations by win32_get_{priv,site}lib()
6901              (fixes small memory leak in interpreter)
6902      Branch: perl
6903            ! win32/win32.c
6904 ____________________________________________________________________________
6905 [  3418] By: gsar                                  on 1999/05/14  03:06:50
6906         Log: make win32_longname() preserve kind of slashes in argument
6907      Branch: perl
6908            ! win32/win32.c
6909 ____________________________________________________________________________
6910 [  3417] By: gsar                                  on 1999/05/14  03:04:44
6911         Log: canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker
6912      Branch: perl
6913            ! lib/ExtUtils/MM_Unix.pm
6914 ____________________________________________________________________________
6915 [  3416] By: jhi                                   on 1999/05/13  21:18:06
6916         Log: Integrate from mainperl.
6917      Branch: cfgperl
6918           !> pp_ctl.c
6919 ____________________________________________________________________________
6920 [  3415] By: jhi                                   on 1999/05/13  21:16:49
6921         Log: Fixes from Andy Dougherty (via private email).
6922      Branch: cfgperl
6923            ! Configure config_h.SH
6924 ____________________________________________________________________________
6925 [  3414] By: nick                                  on 1999/05/13  20:04:26
6926         Log: valist vs va_list typo
6927      Branch: perl
6928            ! pp_ctl.c
6929 ____________________________________________________________________________
6930 [  3413] By: jhi                                   on 1999/05/13  15:04:05
6931         Log: From: Andy Dougherty <doughera@lafayette.edu>
6932              To: perlbug@perl.com
6933              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
6934              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
6935              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
6936      Branch: cfgperl
6937            ! INSTALL
6938 ____________________________________________________________________________
6939 [  3412] By: jhi                                   on 1999/05/13  14:20:17
6940         Log: Integrate from mainperl.
6941      Branch: cfgperl
6942           !> pp_ctl.c
6943 ____________________________________________________________________________
6944 [  3411] By: gsar                                  on 1999/05/13  14:16:56
6945         Log: docatch_body() declaration mismatch
6946      Branch: perl
6947            ! pp_ctl.c
6948 ____________________________________________________________________________
6949 [  3410] By: jhi                                   on 1999/05/13  13:51:44
6950         Log: Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't.
6951      Branch: cfgperl
6952            ! Configure config_h.SH perl.h
6953 ____________________________________________________________________________
6954 [  3409] By: jhi                                   on 1999/05/13  13:31:53
6955         Log: Still fflushing strong.
6956      Branch: cfgperl
6957            ! Configure config_h.SH embed.h global.sym objXSUB.h perl.h
6958            ! proto.h util.c
6959 ____________________________________________________________________________
6960 [  3408] By: jhi                                   on 1999/05/12  14:30:23
6961         Log: Integrate from mainperl.
6962      Branch: cfgperl
6963           !> (integrate 30 files)
6964 ____________________________________________________________________________
6965 [  3407] By: jhi                                   on 1999/05/12  12:28:31
6966         Log: Be tidier with fflush(NULL) testing.
6967      Branch: cfgperl
6968            ! Configure config_h.SH
6969 ____________________________________________________________________________
6970 [  3406] By: gsar                                  on 1999/05/12  11:26:03
6971         Log: better range-checking on list slices, with test
6972              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6973              Date: Sun, 02 May 1999 17:02:53 +0100
6974              Message-Id: <199905021602.RAA13905@crypt.compulink.co.uk>
6975              Subject: Re: List slice of undefs returns 0 items 
6976      Branch: perl
6977            ! pp.c t/op/list.t
6978 ____________________________________________________________________________
6979 [  3405] By: gsar                                  on 1999/05/12  11:22:27
6980         Log: change#3397 needs test tweak
6981      Branch: perl
6982            ! Changes t/pragma/warn/sv
6983 ____________________________________________________________________________
6984 [  3404] By: gsar                                  on 1999/05/12  11:07:44
6985         Log: typo in change#3397
6986      Branch: perl
6987            ! doop.c
6988 ____________________________________________________________________________
6989 [  3403] By: gsar                                  on 1999/05/12  10:49:01
6990         Log: From: Stephen Zander <gibreel@pobox.com>
6991              Date: 12 May 1999 01:22:31 -0700
6992              Message-ID: <87u2tik88o.fsf@pooh.fire-swamp.net>
6993              Subject: Re: Test::Harness runs tainted tests with wrong library path
6994      Branch: perl
6995            ! lib/Test/Harness.pm
6996 ____________________________________________________________________________
6997 [  3402] By: gsar                                  on 1999/05/12  10:42:06
6998         Log: typo in change#3400
6999      Branch: perl
7000            ! ext/B/B/Deparse.pm
7001 ____________________________________________________________________________
7002 [  3401] By: jhi                                   on 1999/05/12  10:40:42
7003         Log: A better, shinier, and possibly even correctly working
7004              reincarnation of #3398.
7005      Branch: cfgperl
7006            ! Configure config_h.SH
7007 ____________________________________________________________________________
7008 [  3400] By: gsar                                  on 1999/05/12  10:40:11
7009         Log: deparse \&func() as \(&func()) for clarity
7010              From: Albert Dvornik <bert@genscan.com>
7011              Date: 11 May 1999 13:32:04 -0400
7012              Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com>
7013              Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...)
7014      Branch: perl
7015            ! ext/B/B/Deparse.pm
7016 ____________________________________________________________________________
7017 [  3399] By: gsar                                  on 1999/05/12  10:36:02
7018         Log: more testsuite smarts (many of them courtesy Ilya)
7019      Branch: perl
7020            ! lib/Test/Harness.pm t/comp/cpp.t t/io/pipe.t t/lib/db-btree.t
7021            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t
7022            ! t/lib/io_multihomed.t t/lib/io_pipe.t t/lib/io_sock.t
7023            ! t/lib/io_udp.t t/lib/io_unix.t t/lib/ipc_sysv.t t/lib/ndbm.t
7024            ! t/lib/odbm.t t/lib/thread.t t/op/exec.t t/op/fork.t
7025            ! t/op/grent.t t/op/groups.t t/op/nothread.t t/op/numconvert.t
7026            ! t/op/pwent.t
7027 ____________________________________________________________________________
7028 [  3398] By: jhi                                   on 1999/05/12  09:33:08
7029         Log: Detect whether fflush(NULL) works as per change #3352.
7030      Branch: cfgperl
7031            ! Configure config_h.SH perl.h
7032 ____________________________________________________________________________
7033 [  3397] By: gsar                                  on 1999/05/12  08:56:03
7034         Log: From: jan.dubois@ibm.net (Jan Dubois)
7035              Date: Wed, 12 May 1999 01:01:00 +0200
7036              Message-ID: <3741b5e8.20386944@smtp1.ibm.net>
7037              Subject: [PATCH 5.005_03] chop/chomp modify readonly values
7038      Branch: perl
7039            ! doop.c
7040 ____________________________________________________________________________
7041 [  3396] By: gsar                                  on 1999/05/12  08:23:27
7042         Log: opendir(D,"x:") on win32 opens cwd() for drive rather than root;
7043              stat() behaves similarly
7044      Branch: perl
7045            ! win32/win32.c
7046 ____________________________________________________________________________
7047 [  3395] By: jhi                                   on 1999/05/11  22:21:32
7048         Log: Redo parts of #3341 and #3358 that #3394 undid.
7049      Branch: cfgperl
7050            ! Configure config_h.SH
7051 ____________________________________________________________________________
7052 [  3394] By: jhi                                   on 1999/05/11  22:03:48
7053         Log: Add I_NETINET_TCP to help change #3391.
7054      Branch: cfgperl
7055            ! Configure config_h.SH ext/Socket/Socket.xs
7056 ____________________________________________________________________________
7057 [  3393] By: jhi                                   on 1999/05/11  21:44:59
7058         Log: Integrate from mainperl.
7059      Branch: cfgperl
7060           !> (integrate 55 files)
7061 ____________________________________________________________________________
7062 [  3392] By: gsar                                  on 1999/05/11  20:56:43
7063         Log: update embedvar.h
7064      Branch: perl
7065            ! embedvar.h ext/ByteLoader/ByteLoader.pm pod/perldelta.pod
7066 ____________________________________________________________________________
7067 [  3391] By: gsar                                  on 1999/05/11  16:32:05
7068         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
7069              Date: Tue, 11 May 1999 11:10:13 -0400 (EDT)
7070              Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com>
7071              Subject: Socket IPPROTO_TCP [PATCH 5.005_5x]
7072      Branch: perl
7073            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
7074 ____________________________________________________________________________
7075 [  3390] By: gsar                                  on 1999/05/11  15:27:40
7076         Log: display more frequent progress messages when STDOUT is a tty
7077      Branch: perl
7078            ! lib/Test/Harness.pm
7079 ____________________________________________________________________________
7080 [  3389] By: gsar                                  on 1999/05/11  14:40:58
7081         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7082              Date: Mon, 10 May 1999 02:07:01 -0400 (EDT)
7083              Message-Id: <199905100607.CAA26045@monk.mps.ohio-state.edu>
7084              Subject: [PATCH 5.005_53] Explanations by Test::Harness
7085      Branch: perl
7086            ! lib/Test/Harness.pm
7087 ____________________________________________________________________________
7088 [  3388] By: gsar                                  on 1999/05/11  14:08:14
7089         Log: avoid creating spurious subroutine stubs on failed subroutine
7090              call and other places of sv_2cv() misuse; fixes problems with
7091              failed subroutine calls "hiding" later attempts to lookup methods
7092              in base classes
7093      Branch: perl
7094            ! gv.c perl.c pod/perlguts.pod pp_hot.c sv.c t/op/method.t
7095 ____________________________________________________________________________
7096 [  3387] By: gsar                                  on 1999/05/11  09:34:13
7097         Log: various fixes for clean build and test on win32; configpm broken,
7098              needed to open myconfig.SH rather than myconfig; sundry adjustments
7099              to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
7100              work under win32; getenv_sv() changed to getenv_len() since SVs
7101              aren't visible in the lower echelons; remove bogus exports from
7102              config.sym; PERL_OBJECT-ness for C++ exception support; null out
7103              IoDIRP in filter_del() or sv_free() will attempt to close it
7104      Branch: perl
7105            ! Changes bytecode.pl byterun.c byterun.h configpm embed.h
7106            ! embed.pl ext/B/B/Asmdata.pm ext/ByteLoader/ByteLoader.xs
7107            ! ext/DynaLoader/dlutils.c global.sym hv.c iperlsys.h objXSUB.h
7108            ! op.c perl.c perl.h pp.c pp_ctl.c proto.h scope.c scope.h
7109            ! t/io/open.t t/op/magic.t toke.c util.c vms/vms.c vms/vmsish.h
7110            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
7111            ! win32/config.gc win32/config.vc win32/makedef.pl
7112            ! win32/makefile.mk win32/perlhost.h win32/runperl.c
7113            ! win32/win32.c win32/win32.h
7114 ____________________________________________________________________________
7115 [  3386] By: gsar                                  on 1999/05/11  02:49:07
7116         Log: gutsupport for C++ exceptions
7117              From: Chip Salzenberg <chip@perlsupport.com>
7118              Date: Tue, 9 Mar 1999 11:51:57 -0500
7119              Message-ID: <19990309115157.E7911@perlsupport.com>
7120              Subject: [PATCH 5.005] Flexible Exceptions
7121      Branch: perl
7122            ! embed.h global.sym objXSUB.h perl.c perl.h pp_ctl.c proto.h
7123            ! scope.c scope.h thrdvar.h util.c
7124 ____________________________________________________________________________
7125 [  3385] By: gsar                                  on 1999/05/10  19:33:36
7126         Log: "weak" references internals, still needs perlguts documentation
7127              (somewhat modified version of patch suggested by Tuomas J. Lukka
7128              <lukka@fas.harvard.edu>)
7129      Branch: perl
7130            ! dump.c embed.h embed.pl global.sym mg.c objXSUB.h perl.h
7131            ! pod/perldiag.pod proto.h sv.c sv.h util.c
7132 ____________________________________________________________________________
7133 [  3384] By: jhi                                   on 1999/05/10  18:21:43
7134         Log: Circumnavigate Digital UNIX 4.0D miniperl core dump
7135              (due to QAR 56761) (the bug has been fixed in 4.0E or better)
7136      Branch: cfgperl
7137            ! INSTALL hints/dec_osf.sh
7138 ____________________________________________________________________________
7139 [  3381] By: jhi                                   on 1999/05/10  14:39:28
7140         Log: Integrate from mainperl.
7141      Branch: cfgperl
7142           +> cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
7143           +> cygwin32/build-instructions.charles-wilson
7144           +> cygwin32/build-instructions.sebastien-barre
7145           +> cygwin32/build-instructions.steven-morlock
7146           +> cygwin32/build-instructions.steven-morlock2
7147           +> cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
7148           +> ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
7149           +> ext/ByteLoader/Makefile.PL pod/Win32.pod t/lib/io_linenum.t
7150           +> t/op/numconvert.t utils/perlbc.PL
7151            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
7152            - cygwin32/perlld
7153           !> (integrate 105 files)
7154 ____________________________________________________________________________
7155 [  3380] By: gsar                                  on 1999/05/10  12:27:14
7156         Log: regen regnodes.h
7157      Branch: perl
7158            ! Changes regnodes.h
7159 ____________________________________________________________________________
7160 [  3379] By: gsar                                  on 1999/05/10  12:17:26
7161         Log: From: jan.dubois@ibm.net (Jan Dubois)
7162              Date: Sat, 01 May 1999 22:55:36 +0200
7163              Message-ID: <373067e9.56194713@smtp1.ibm.net>
7164              Subject: [PATCH 5.005_56] Win32 and VC++ 98 doesn't support CASTI
7165      Branch: perl
7166            ! pod/perlfunc.pod pod/perlop.pod win32/config.vc
7167            ! win32/config_H.vc
7168 ____________________________________________________________________________
7169 [  3378] By: gsar                                  on 1999/05/10  12:07:13
7170         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7171              Date: Fri, 30 Apr 1999 22:26:09 -0400 (EDT)
7172              Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu>
7173              Subject: [PATCH 5.005_56] Self-consistent numeric conversion again
7174      Branch: perl
7175            + t/op/numconvert.t
7176            ! MANIFEST doio.c dump.c perl.h pp.c pp_hot.c sv.c sv.h toke.c
7177            ! util.c
7178 ____________________________________________________________________________
7179 [  3377] By: gsar                                  on 1999/05/10  11:39:48
7180         Log: pp_modulo comment tweak from Ilya
7181      Branch: perl
7182            ! pp.c
7183 ____________________________________________________________________________
7184 [  3376] By: gsar                                  on 1999/05/10  11:30:40
7185         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
7186              Date: Fri, 7 May 1999 11:31:00 -0400 (EDT)
7187              Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com>
7188              Subject: Test.pm update [PATCH _56]
7189      Branch: perl
7190            ! lib/Test.pm
7191 ____________________________________________________________________________
7192 [  3375] By: gsar                                  on 1999/05/10  11:28:30
7193         Log: From: jan.dubois@ibm.net (Jan Dubois)
7194              Date: Fri, 07 May 1999 00:59:54 +0200
7195              Message-ID: <373318ae.19292461@smtp1.ibm.net>
7196              Subject: Re: Using existing memory for an SV's PV 
7197      Branch: perl
7198            ! sv.c
7199 ____________________________________________________________________________
7200 [  3374] By: gsar                                  on 1999/05/10  11:23:44
7201         Log: From: jan.dubois@ibm.net (Jan Dubois)
7202              Date: Fri, 07 May 1999 00:59:52 +0200
7203              Message-ID: <37321800.19118320@smtp1.ibm.net>
7204              Subject: [PATCH 5.005_56] Fix -Dm memory debugging for PERL_OBJECT
7205      Branch: perl
7206            ! perl.h
7207 ____________________________________________________________________________
7208 [  3373] By: gsar                                  on 1999/05/10  11:22:10
7209         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7210              Date: Thu, 6 May 1999 18:17:28 -0400
7211              Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>
7212              Subject: Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
7213      Branch: perl
7214            ! doio.c embed.h global.sym objXSUB.h pod/perldiag.pod proto.h
7215            ! util.c
7216 ____________________________________________________________________________
7217 [  3372] By: gsar                                  on 1999/05/10  10:57:49
7218         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7219              Date: Thu, 6 May 1999 01:21:05 -0400 (EDT)
7220              Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu>
7221              Subject: [PATCH 5.005_56] Cosmetic: data-driven REx-dump
7222      Branch: perl
7223            ! regcomp.c regcomp.pl
7224 ____________________________________________________________________________
7225 [  3371] By: gsar                                  on 1999/05/10  10:54:01
7226         Log: From: lane@duphy4.physics.drexel.edu
7227              Date: Tue, 04 May 1999 10:19:25 -0700
7228              Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu>
7229              Subject: [PATCH 5.005.56] pod->html VMS fixes
7230      Branch: perl
7231            ! installhtml lib/Pod/Html.pm
7232 ____________________________________________________________________________
7233 [  3370] By: gsar                                  on 1999/05/10  10:45:52
7234         Log: testsuite nits
7235      Branch: perl
7236            ! t/lib/io_linenum.t t/op/filetest.t
7237 ____________________________________________________________________________
7238 [  3369] By: gsar                                  on 1999/05/10  10:35:22
7239         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7240              Date: Mon, 3 May 1999 22:38:50 -0400 (EDT)
7241              Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu>
7242              Subject: [PATCH 5.005_53] Quickier thread-specific data on OS/2
7243      Branch: perl
7244            ! os2/os2ish.h os2/os2thread.h
7245 ____________________________________________________________________________
7246 [  3368] By: gsar                                  on 1999/05/10  10:00:11
7247         Log: From: Albert Dvornik <bert@genscan.com>
7248              Date: 03 May 1999 12:20:57 -0400
7249              Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>
7250              Subject: [PATCH 5.005_56] do_sv_dump does dump (core) on IO handles
7251      Branch: perl
7252            ! dump.c
7253 ____________________________________________________________________________
7254 [  3367] By: gsar                                  on 1999/05/10  09:55:51
7255         Log: shadow password support for Solaris (needs Configure help to
7256              determine HAS_GETSPENT)
7257              From: "Patrick O'Brien" <pdo@cs.umd.edu>
7258              Date: Sat, 01 May 1999 19:41:17 -0400
7259              Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu>
7260              Subject: getpwent() under solaris
7261      Branch: perl
7262            ! pp_sys.c
7263 ____________________________________________________________________________
7264 [  3366] By: gsar                                  on 1999/05/10  09:45:58
7265         Log: From: jan.dubois@ibm.net (Jan Dubois)
7266              Date: Sat, 01 May 1999 23:45:47 +0200
7267              Message-ID: <373373fb.59284266@smtp1.ibm.net>
7268              Subject: [PATCH 5.005_56] Add POLLUTE=1 option to MakeMaker
7269      Branch: perl
7270            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
7271            ! pod/perldelta.pod
7272 ____________________________________________________________________________
7273 [  3365] By: gsar                                  on 1999/05/10  09:34:22
7274         Log: test suite and fix input_line_number()
7275              From: Paul Johnson <pjcj@transeda.com>
7276              Date: Thu, 29 Apr 1999 06:28:14 +0100
7277              Message-ID: <19990429062814.A17906@west-tip.transeda.com>
7278              Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)
7279      Branch: perl
7280            + t/lib/io_linenum.t
7281            ! MANIFEST ext/IO/lib/IO/Handle.pm
7282 ____________________________________________________________________________
7283 [  3364] By: gsar                                  on 1999/05/10  09:20:56
7284         Log: fix overeager [:foo:] parsing
7285              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7286              Date: Fri, 30 Apr 1999 09:26:18 +0100
7287              Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk>
7288              Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005 
7289      Branch: perl
7290            ! regcomp.c t/op/re_tests
7291 ____________________________________________________________________________
7292 [  3363] By: gsar                                  on 1999/05/10  09:09:21
7293         Log: documentation for Win32 builtins (somewhat modified)
7294              From: jan.dubois@ibm.net (Jan Dubois)
7295              Date: Tue, 30 Mar 1999 08:05:03 +0200
7296              Message-ID: <37006783.1926460@smtp1.ibm.net>
7297              Subject: Re: Issues with build 509 
7298      Branch: perl
7299            + pod/Win32.pod
7300            ! MANIFEST
7301 ____________________________________________________________________________
7302 [  3362] By: gsar                                  on 1999/05/10  08:22:07
7303         Log: provide File::Copy::syscopy() via Win32::CopyFile() on win32
7304      Branch: perl
7305            ! lib/File/Copy.pm win32/win32.c
7306 ____________________________________________________________________________
7307 [  3361] By: gsar                                  on 1999/05/10  08:11:29
7308         Log: escape ampersands in <pre> sections
7309      Branch: perl
7310            ! Changes lib/Pod/Html.pm
7311 ____________________________________________________________________________
7312 [  3360] By: gsar                                  on 1999/05/10  08:04:14
7313         Log: AIX hints enhancements (threads build, SOCKS support)
7314              From: "David R. Favor" <dfavor@austin.ibm.com>
7315              Date: Wed, 28 Apr 1999 08:45:28 -0500
7316              Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
7317              Subject: Working build for AIX + gcc + threading
7318      Branch: perl
7319            ! hints/aix.sh
7320 ____________________________________________________________________________
7321 [  3359] By: gsar                                  on 1999/05/10  07:49:26
7322         Log: more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
7323              Date: Tue, 27 Apr 1999 23:47:24 PDT
7324              Message-ID: <19990428064724.95244.qmail@hotmail.com>
7325              Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
7326              --
7327              Date: Thu, 29 Apr 1999 18:21:06 -0700
7328              Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
7329              Subject: [PATCH 5.005_56] double constants ( C.pm)
7330              --
7331              Date: Mon, 03 May 1999 20:21:31 PDT
7332              Message-ID: <19990504032131.81113.qmail@hotmail.com>
7333              Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
7334              --
7335              Date: Thu, 06 May 1999 17:57:09 -0700
7336              Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
7337              Subject: Stash.pm
7338      Branch: perl
7339            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/C.pm
7340            ! ext/B/B/CC.pm ext/B/B/Stash.pm t/harness
7341 ____________________________________________________________________________
7342 [  3358] By: gsar                                  on 1999/05/10  04:39:15
7343         Log: cygwin32 update (untested adaptation of patch against 5.005_03)
7344              From: alexander smishlajev <als@turnhere.com>
7345              Date: Sun, 25 Apr 1999 14:58:29 +0300
7346              Message-ID: <37230365.5F68B460@turnhere.com>
7347              Subject: [PATCH]5.005_03 (CORE) cygwin32 port
7348      Branch: perl
7349            + cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
7350            + cygwin32/build-instructions.charles-wilson
7351            + cygwin32/build-instructions.sebastien-barre
7352            + cygwin32/build-instructions.steven-morlock
7353            + cygwin32/build-instructions.steven-morlock2
7354            + cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
7355            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
7356            - cygwin32/perlld
7357            ! Configure EXTERN.h MANIFEST Makefile.SH README.cygwin32 XSUB.h
7358            ! cflags.SH config_h.SH dosish.h ext/POSIX/Makefile.PL
7359            ! ext/SDBM_File/sdbm/pair.c hints/cygwin32.sh installperl
7360            ! lib/Cwd.pm lib/ExtUtils/MakeMaker.pm lib/perl5db.pl
7361            ! makedepend.SH perl.h perlvars.h pp_hot.c pp_sys.c regcomp.c
7362            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t util.c
7363 ____________________________________________________________________________
7364 [  3357] By: gsar                                  on 1999/05/10  04:07:07
7365         Log: applied suggested patch, modulo already applied parts
7366              From: Charles Bailey <BAILEY@newman.upenn.edu>
7367              Date: Sat, 24 Apr 1999 20:12:43 -0400 (EDT)
7368              Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
7369              Subject: [Patch 5.005_56] VMS consolidated patch #2
7370      Branch: perl
7371            ! configure.com t/op/filetest.t t/op/taint.t t/pragma/warn/doio
7372            ! t/pragma/warn/mg t/pragma/warn/pp_sys t/pragma/warn/sv
7373            ! vms/descrip_mms.template vms/ext/vmsish.t vms/perlvms.pod
7374            ! vms/subconfigure.com vms/test.com vms/vms.c
7375 ____________________________________________________________________________
7376 [  3356] By: gsar                                  on 1999/05/10  03:48:08
7377         Log: applied suggested patch, with win32 and PERL_OBJECT additions
7378              From: Tom Hughes <tom@compton.nu>
7379              Date: Sat, 24 Apr 1999 18:11:59 +0100
7380              Message-ID: <609bdff748.tom@compton.compton.nu>
7381              Subject: ByteLoader patch
7382      Branch: perl
7383            + ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
7384            + ext/ByteLoader/Makefile.PL utils/perlbc.PL
7385            ! MANIFEST bytecode.h bytecode.pl byterun.c byterun.h embed.h
7386            ! embed.pl ext/B/B.xs ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
7387            ! ext/B/B/Debug.pm objXSUB.h op.c pp_ctl.c proto.h
7388            ! utils/Makefile win32/Makefile win32/makefile.mk
7389 ____________________________________________________________________________
7390 [  3355] By: gsar                                  on 1999/05/10  03:22:49
7391         Log: document 'test' attribute (from Andreas Koenig)
7392      Branch: perl
7393            ! lib/ExtUtils/MakeMaker.pm
7394 ____________________________________________________________________________
7395 [  3354] By: gsar                                  on 1999/05/10  03:12:37
7396         Log: From: pmarquess@bfsec.bt.co.uk
7397              Date: Thu, 22 Apr 1999 23:12:08 +0100
7398              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>
7399              Subject: PATCH for small bug in scan_bin
7400      Branch: perl
7401            ! util.c
7402 ____________________________________________________________________________
7403 [  3353] By: gsar                                  on 1999/05/10  02:39:33
7404         Log: more bulletproof workaround for mangled paths (updates changes#3345,3350);
7405              provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
7406      Branch: perl
7407            ! t/op/magic.t win32/makedef.pl win32/runperl.c win32/win32.c
7408            ! win32/win32iop.h
7409 ____________________________________________________________________________
7410 [  3352] By: gsar                                  on 1999/05/09  22:47:39
7411         Log: flush all open output buffers before fork(), exec(), system, qx//
7412              and pipe open() operations, simplifying buffering headaches faced
7413              by users; uses fflush(NULL), which may need Configure test
7414      Branch: perl
7415            ! perl.h pod/perldelta.pod pod/perlfunc.pod pod/perlipc.pod
7416            ! pp_sys.c util.c vmesa/vmesa.c vms/vms.c win32/win32.c
7417 ____________________________________________________________________________
7418 [  3351] By: gsar                                  on 1999/05/09  21:11:51
7419         Log: perlcc on win32 (correct version of fix suggested by Jean-Louis
7420              Leroy <jll@skynet.be>)
7421      Branch: perl
7422            ! utils/perlcc.PL
7423 ____________________________________________________________________________
7424 [  3350] By: gsar                                  on 1999/05/09  20:39:11
7425         Log: normalize $^X to full pathname on win32
7426      Branch: perl
7427            ! win32/runperl.c
7428 ____________________________________________________________________________
7429 [  3349] By: gsar                                  on 1999/05/09  20:23:07
7430         Log: allow readline($globref), <$globref> already works
7431      Branch: perl
7432            ! pp_hot.c
7433 ____________________________________________________________________________
7434 [  3348] By: gsar                                  on 1999/05/09  20:00:09
7435         Log: perldoc cleanups (variant of changes suggested by Christian Lemburg
7436              <lemburg@online-club.de>)
7437      Branch: perl
7438            ! utils/perldoc.PL
7439 ____________________________________________________________________________
7440 [  3347] By: gsar                                  on 1999/05/09  18:47:21
7441         Log: additions to Thread.pm docs from Tuomas J. Lukka
7442              <lukka@fas.harvard.edu>
7443      Branch: perl
7444            ! ext/Thread/Thread.pm
7445 ____________________________________________________________________________
7446 [  3346] By: gsar                                  on 1999/05/09  18:38:00
7447         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
7448              Date: Sat, 17 Apr 1999 02:46:13 -0700 (PDT)
7449              Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>
7450              Subject: [PATCH _56] Re: pdt: Perl Development Tools? 
7451      Branch: perl
7452            ! ext/B/B/Xref.pm
7453 ____________________________________________________________________________
7454 [  3345] By: gsar                                  on 1999/05/09  18:22:43
7455         Log: work around mangled archname on win32 while finding privlib/sitelib;
7456              normalize lib paths to forward slashes internally
7457      Branch: perl
7458            ! win32/win32.c
7459 ____________________________________________________________________________
7460 [  3344] By: gsar                                  on 1999/05/09  03:20:06
7461         Log: fix typo in dbm filters that caused odbm.t to fail
7462      Branch: perl
7463            ! ext/ODBM_File/ODBM_File.xs t/lib/odbm.t
7464 ____________________________________________________________________________
7465 [  3343] By: gsar                                  on 1999/05/09  02:02:59
7466         Log: tweak test totals
7467      Branch: perl
7468            ! Changes t/lib/tie-stdhandle.t
7469 ____________________________________________________________________________
7470 [  3342] By: gsar                                  on 1999/05/09  01:42:06
7471         Log: import list propagation busted (pointed out by Ton Hospel
7472              <thospel@mail.dma.be>)
7473      Branch: perl
7474            ! lib/autouse.pm
7475 ____________________________________________________________________________
7476 [  3341] By: gsar                                  on 1999/05/09  00:54:18
7477         Log: hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
7478              (as suggested by Eric Boehm <boehm@nortelnetworks.com>)
7479      Branch: perl
7480            ! Configure Makefile.SH
7481 ____________________________________________________________________________
7482 [  3340] By: gsar                                  on 1999/05/09  00:40:41
7483         Log: generate manpages for newly added utils
7484      Branch: perl
7485            ! installman
7486 ____________________________________________________________________________
7487 [  3339] By: gsar                                  on 1999/05/09  00:33:50
7488         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7489              Date: Sun, 02 May 1999 17:59:24 +0100
7490              Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>
7491              Subject: [PATCH] Re: ptr to realloced memory in yylex
7492      Branch: perl
7493            ! toke.c
7494 ____________________________________________________________________________
7495 [  3338] By: jhi                                   on 1999/05/08  22:40:29
7496         Log: Remove CONFIG item, add Digital UNIX 'ld' bug.
7497      Branch: cfgperl
7498            ! INSTALL
7499 ____________________________________________________________________________
7500 [  3337] By: jhi                                   on 1999/05/08  22:22:26
7501         Log: Integrate from mainperl.
7502      Branch: cfgperl
7503           +> pod/perldbmfilter.pod t/io/open.t t/lib/tie-stdhandle.t
7504           !> (integrate 54 files)
7505 ____________________________________________________________________________
7506 [  3336] By: gsar                                  on 1999/05/08  21:48:22
7507         Log: make perldoc -f grok nested =items
7508      Branch: perl
7509            ! utils/perldoc.PL
7510 ____________________________________________________________________________
7511 [  3335] By: gsar                                  on 1999/05/08  19:48:11
7512         Log: allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
7513      Branch: perl
7514            ! op.c t/lib/fields.t
7515 ____________________________________________________________________________
7516 [  3334] By: gsar                                  on 1999/05/08  19:09:41
7517         Log: update test totals
7518      Branch: perl
7519            ! t/lib/bigintpm.t
7520 ____________________________________________________________________________
7521 [  3333] By: gsar                                  on 1999/05/08  16:56:02
7522         Log: mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
7523      Branch: perl
7524            ! pod/perlfunc.pod
7525 ____________________________________________________________________________
7526 [  3332] By: gsar                                  on 1999/05/08  16:46:44
7527         Log: applied suggested patch, added tests
7528              From: William Mann <wmann@avici.com>
7529              Date: Mon, 12 Apr 1999 12:25:22 -0400 (EDT)
7530              Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
7531              Subject: BigInt.pm extensions for logical operations
7532      Branch: perl
7533            ! lib/Math/BigInt.pm pod/perldelta.pod t/lib/bigintpm.t
7534 ____________________________________________________________________________
7535 [  3331] By: gsar                                  on 1999/05/08  16:09:33
7536         Log: avoid temporary files named 'tmp'
7537      Branch: perl
7538            ! Makefile.SH pp.c
7539 ____________________________________________________________________________
7540 [  3330] By: nick                                  on 1999/05/08  14:16:30
7541         Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
7542              Provide Tie::StdHandle
7543              Basic update of docs.
7544      Branch: perl
7545            + t/lib/tie-stdhandle.t
7546            ! lib/Tie/Handle.pm pod/perltie.pod pp_sys.c
7547 ____________________________________________________________________________
7548 [  3329] By: nick                                  on 1999/05/08  12:03:45
7549         Log: Tweaks to open(my $fh,...) stuff
7550      Branch: perl
7551            ! op.c pp.c pp_sys.c t/io/open.t
7552 ____________________________________________________________________________
7553 [  3328] By: nick                                  on 1999/05/08  11:18:42
7554         Log: Bring SDBM_File.xs into line with new typemap
7555      Branch: perl
7556            ! ext/SDBM_File/SDBM_File.xs
7557 ____________________________________________________________________________
7558 [  3327] By: gsar                                  on 1999/05/08  00:07:11
7559         Log: add test case for AUTOLOAD reentrancy fix in change#3279
7560      Branch: perl
7561            ! t/lib/autoloader.t
7562 ____________________________________________________________________________
7563 [  3326] By: nick                                  on 1999/05/07  21:24:50
7564         Log: Implement open( my $fh, ...) and similar.
7565              Set flag in op.c for "constructor ops"
7566              In pp_rv2gv, if flag is set and arg is PADSV and uninit
7567              vivify as reference to a detached GV.
7568              (Name of GV is the pad name.)
7569              This scheme should "just work" for pipe/socket etc. too.
7570              
7571              #if 0 out the open(FH,undef) for now.
7572              Change t/io/open.t to test open(my $fh,...)
7573      Branch: perl
7574            ! op.c pp.c pp_sys.c t/io/open.t
7575 ____________________________________________________________________________
7576 [  3325] By: nick                                  on 1999/05/07  21:18:42
7577         Log: Correct SvLEN vs SvCUR  which leads to odd "chunk" vs "line" in mess().
7578      Branch: perl
7579            ! util.c
7580 ____________________________________________________________________________
7581 [  3324] By: gsar                                  on 1999/05/07  20:28:31
7582         Log: avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
7583              intervening code has to allocate SVs)
7584      Branch: perl
7585            ! util.c
7586 ____________________________________________________________________________
7587 [  3323] By: gsar                                  on 1999/05/07  19:45:08
7588         Log: allow line numbers to show in diagnostics during global destruction
7589      Branch: perl
7590            ! util.c
7591 ____________________________________________________________________________
7592 [  3322] By: gsar                                  on 1999/05/07  09:38:11
7593         Log: From: Dan Sugalski <sugalskd@ous.edu>
7594              Date: Fri, 09 Apr 1999 16:16:39 -0700
7595              Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>
7596              Subject: [PATCH 5.005_03]Bug in MM_VMS.PM
7597      Branch: perl
7598            ! lib/ExtUtils/MM_VMS.pm
7599 ____________________________________________________________________________
7600 [  3321] By: gsar                                  on 1999/05/07  09:08:23
7601         Log: From: kwzh@gnu.org (Karl Heuer)
7602              Date: Wed, 7 Apr 1999 23:58:58 -0400
7603              Message-Id: <199904080358.XAA01192@mescaline.gnu.org>
7604              Subject: [perl-5.005.02] detect lack of /dev/tty
7605      Branch: perl
7606            ! Makefile.SH
7607 ____________________________________________________________________________
7608 [  3320] By: gsar                                  on 1999/05/07  08:52:14
7609         Log: allow distinct prefix for versioned executables
7610              From: Roderick Schertler <roderick@argon.org>
7611              Date: Wed, 07 Apr 1999 15:34:56 -0400
7612              Message-ID: <3003.923513696@eeyore.ibcinc.com>
7613              Subject: perl55.00503 -> perl5.00503 patch for installperl
7614      Branch: perl
7615            ! INSTALL installperl
7616 ____________________________________________________________________________
7617 [  3319] By: gsar                                  on 1999/05/07  08:07:02
7618         Log: From: Dan Sugalski <sugalskd@osshe.edu>
7619              Date: Mon, 05 Apr 1999 15:38:42 -0700
7620              Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
7621              Subject: Re: chomp fails with $/ in fixed-length record mode
7622              --
7623              From: Roderick Schertler <roderick@argon.org>
7624              Date: Tue, 06 Apr 1999 21:11:37 -0400
7625              Message-ID: <2795.923447497@eeyore.ibcinc.com>
7626              Subject: Re: chomp fails with $/ in fixed-length record mode
7627      Branch: perl
7628            ! doop.c pod/perlfunc.pod t/op/chop.t
7629 ____________________________________________________________________________
7630 [  3318] By: gsar                                  on 1999/05/07  07:56:35
7631         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7632              Date: Tue, 6 Apr 1999 01:40:36 -0400
7633              Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>
7634              Subject: [PATCH 5.005_*] Make % use fmod()
7635      Branch: perl
7636            ! pp.c t/op/arith.t
7637 ____________________________________________________________________________
7638 [  3317] By: gsar                                  on 1999/05/07  04:18:11
7639         Log: DBM Filters (via private mail)
7640              From: pmarquess@bfsec.bt.co.uk
7641              Date: Sun, 18 Apr 1999 21:05:52 +0100
7642              Message-Id: <199904182009.NAA19152@activestate.com>
7643              Subject: DBM Filters
7644      Branch: perl
7645            + pod/perldbmfilter.pod
7646            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
7647            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
7648            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
7649            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
7650            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/typemap
7651            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
7652            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
7653            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/typemap
7654            ! lib/AnyDBM_File.pm pod/Makefile pod/buildtoc pod/perl.pod
7655            ! pod/perldelta.pod t/lib/db-btree.t t/lib/db-hash.t
7656            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
7657            ! t/lib/sdbm.t
7658 ____________________________________________________________________________
7659 [  3316] By: gsar                                  on 1999/05/07  03:28:53
7660         Log: avoid negative return value from Win32::GetTickCount()
7661              From: jan.dubois@ibm.net (Jan Dubois)
7662              Date: Sat, 03 Apr 1999 19:04:18 +0200
7663              Message-ID: <37084742.22824479@smtp1.ibm.net>
7664              Subject: Re: Win32::GetTickCount
7665      Branch: perl
7666            ! win32/win32.c
7667 ____________________________________________________________________________
7668 [  3315] By: nick                                  on 1999/05/06  21:44:38
7669         Log: open(FH,undef) # creates new_tmpfile opened read/write
7670              Add t/io/open.t with test for above.
7671      Branch: perl
7672            + t/io/open.t
7673            ! pp_sys.c
7674 ____________________________________________________________________________
7675 [  3314] By: gsar                                  on 1999/05/06  08:01:23
7676         Log: compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
7677              Date: Tue, 30 Mar 1999 23:40:34 PST
7678              Message-ID: <19990331074034.6117.qmail@hotmail.com>
7679              Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
7680              --
7681              Date: Wed, 07 Apr 1999 00:28:23 -0800
7682              Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
7683              Subject: [PATCH 5.005_56] function prototypes(B.pm)
7684              --
7685              Date: Thu, 22 Apr 1999 23:40:52 -0700
7686              Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
7687              Subject: [PATCH 5.005_56 ] discarding worthless padsvs
7688              --
7689              Date: Tue, 27 Apr 1999 01:14:49 PDT
7690              Message-ID: <19990427081449.28615.qmail@hotmail.com>
7691              Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
7692      Branch: perl
7693            ! ext/B/B.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm t/op/gv.t
7694            ! t/op/ref.t
7695 ____________________________________________________________________________
7696 [  3313] By: jhi                                   on 1999/05/06  07:59:52
7697         Log: Integrate from mainperl.
7698      Branch: cfgperl
7699           !> (integrate 33 files)
7700 ____________________________________________________________________________
7701 [  3312] By: gsar                                  on 1999/05/06  07:11:50
7702         Log: add Ethiopic section to unicode master database (from Ken
7703              Whistler <kenw@sybase.com>)
7704      Branch: perl
7705            ! lib/unicode/UnicodeData-Latest.txt
7706 ____________________________________________________________________________
7707 [  3311] By: gsar                                  on 1999/05/06  05:37:55
7708         Log: From: Damon Atkins <n107844@sysmgtdev.nabaus.com.au>
7709              Date: Tue, 30 Mar 1999 11:26:11 +1000 (EST)
7710              Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>
7711              Subject: Largefiles for Solaris
7712      Branch: perl
7713            ! hints/solaris_2.sh
7714 ____________________________________________________________________________
7715 [  3310] By: gsar                                  on 1999/05/06  05:14:35
7716         Log: emit more accurate diagnostic for syntax errors involving <>
7717              within eval""
7718      Branch: perl
7719            ! toke.c utils/perldoc.PL
7720 ____________________________________________________________________________
7721 [  3309] By: gsar                                  on 1999/05/06  04:36:31
7722         Log: additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
7723      Branch: perl
7724            ! t/lib/open3.t
7725 ____________________________________________________________________________
7726 [  3308] By: gsar                                  on 1999/05/06  03:19:16
7727         Log: applied first part of suggested patch (bug described cannot be
7728              reproduced any longer, so the second inconclusive part has not
7729              been applied)
7730              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7731              Date: Sun, 28 Mar 1999 04:51:34 +0100
7732              Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
7733              Subject: [PATCH 5.005_56] Re: A core dump 
7734      Branch: perl
7735            ! toke.c
7736 ____________________________________________________________________________
7737 [  3307] By: gsar                                  on 1999/05/06  01:56:06
7738         Log: fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
7739              change#3180)
7740      Branch: perl
7741            ! op.c
7742 ____________________________________________________________________________
7743 [  3306] By: gsar                                  on 1999/05/05  17:17:34
7744         Log: applied non-conflicting parts of suggested patch
7745              From: Charles Bailey <BAILEY@newman.upenn.edu>
7746              Date: Sat, 27 Mar 1999 00:16:51 -0400 (EDT)
7747              Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
7748              Subject: [Patch 5.005_56] Revised VMS patch
7749      Branch: perl
7750            ! Changes ext/B/defsubs.h.PL hv.c iperlsys.h perl.c
7751            ! pod/perldiag.pod proto.h util.c vms/perlvms.pod vms/vms.c
7752 ____________________________________________________________________________
7753 [  3305] By: gsar                                  on 1999/05/05  16:20:19
7754         Log: make perldoc use backslashed pathnames within system() on win32
7755      Branch: perl
7756            ! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
7757 ____________________________________________________________________________
7758 [  3304] By: gsar                                  on 1999/05/05  07:29:43
7759         Log: upgrade Pod::Parser to v1.081 from CPAN
7760      Branch: perl
7761            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
7762            ! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
7763            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
7764 ____________________________________________________________________________
7765 [  3303] By: gsar                                  on 1999/05/05  07:02:07
7766         Log: From: Andy Dougherty <doughera@lafayette.edu>
7767              Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
7768              Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
7769              Subject: [PATCH 5.005_03-MT3] INSTALL patches
7770      Branch: perl
7771            ! INSTALL
7772 ____________________________________________________________________________
7773 [  3302] By: gsar                                  on 1999/05/05  06:55:21
7774         Log: load base packages based on nonexistent $VERSION
7775              From: andreas.koenig@anima.de (Andreas J. Koenig)
7776              Date: 19 Mar 1999 06:00:28 +0100
7777              Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
7778              Subject: Re: base.pm flaw
7779      Branch: perl
7780            ! lib/base.pm lib/locale.pm
7781 ____________________________________________________________________________
7782 [  3301] By: gsar                                  on 1999/05/04  05:41:08
7783         Log: pod2man outputs switched date and revision label (fix suggested by
7784              EthanSasiela@mede.com)
7785      Branch: perl
7786            ! pod/pod2man.PL
7787 ____________________________________________________________________________
7788 [  3300] By: gsar                                  on 1999/05/03  18:48:25
7789         Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
7790              (makes opendir(D,"c:") work reliably)
7791      Branch: perl
7792            ! win32/win32.c
7793 ____________________________________________________________________________
7794 [  3299] By: gsar                                  on 1999/05/02  19:39:55
7795         Log: add test case for change#3298
7796      Branch: perl
7797            ! sv.c t/op/readdir.t
7798 ____________________________________________________________________________
7799 [  3298] By: gsar                                  on 1999/05/02  19:24:41
7800         Log: close directory handles properly when localized
7801      Branch: perl
7802            ! sv.c
7803 ____________________________________________________________________________
7804 [  3297] By: jhi                                   on 1999/04/30  11:42:14
7805         Log: Integrate from mainperl.
7806      Branch: cfgperl
7807           !> Changes config_h.SH configure.com lib/AutoLoader.pm
7808           !> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
7809           !> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
7810           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
7811           !> vms/subconfigure.com win32/win32.c
7812 ____________________________________________________________________________
7813 [  3293] By: chip                                  on 1999/04/29  18:50:49
7814         Log: Fix shebang lines.
7815      Branch: maint-5.004/perl
7816            ! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
7817            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
7818            ! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
7819            ! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
7820            ! x2p/find2perl.PL x2p/s2p.PL
7821 ____________________________________________________________________________
7822 [  3284] By: gsar                                  on 1999/04/27  00:48:42
7823         Log: integrate change#3279 from maint-5.004
7824      Branch: perl
7825            ! lib/AutoLoader.pm
7826 ____________________________________________________________________________
7827 [  3279] By: chip                                  on 1999/04/26  23:09:26
7828         Log: Make &AutoLoad::AUTOLOAD reentrant.
7829      Branch: maint-5.004/perl
7830            ! lib/AutoLoader.pm
7831 ____________________________________________________________________________
7832 [  3276] By: chip                                  on 1999/04/26  22:34:36
7833         Log: Make porting scripts executable.
7834      Branch: maint-5.004/perl
7835            ! Changes Porting/genlog Porting/makerel Porting/p4desc
7836            ! Porting/patchls
7837 ____________________________________________________________________________
7838 [  3274] By: gsar                                  on 1999/04/26  17:30:31
7839         Log: allow embedded null characters in diagnostics
7840      Branch: perl
7841            ! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
7842 ____________________________________________________________________________
7843 [  3273] By: gsar                                  on 1999/04/26  08:27:22
7844         Log: hand-applied conflicting parts of suggested patch
7845              From: Charles Bailey <BAILEY@newman.upenn.edu>
7846              Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
7847              Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
7848              Subject: [PATCH 5.005_56] VMS configuration/build
7849      Branch: perl
7850            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
7851            ! vms/munchconfig.c vms/subconfigure.com
7852 ____________________________________________________________________________
7853 [  3272] By: gsar                                  on 1999/04/26  08:25:41
7854         Log: update Changes; tweak minor regressions
7855      Branch: perl
7856            ! Changes lib/AutoSplit.pm lib/File/Path.pm
7857 ____________________________________________________________________________
7858 [  3271] By: gsar                                  on 1999/04/26  07:52:51
7859         Log: integrate change#3229 from maint-5.004
7860      Branch: perl
7861            ! pp_ctl.c util.c
7862 ____________________________________________________________________________
7863 [  3270] By: gsar                                  on 1999/04/25  22:58:27
7864         Log: fix buggy reference count on refs to SVs with autoviv magic
7865              (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
7866              accessing free()d memory)
7867      Branch: perl
7868            ! pp.c t/op/ref.t
7869 ____________________________________________________________________________
7870 [  3269] By: gsar                                  on 1999/04/24  17:07:55
7871         Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
7872              on win32)
7873      Branch: perl
7874            ! win32/win32.c
7875 ____________________________________________________________________________
7876 [  3268] By: gsar                                  on 1999/04/24  16:38:25
7877         Log: kill dup hunk
7878      Branch: perl
7879            ! config_h.SH
7880 ____________________________________________________________________________
7881 [  3267] By: gsar                                  on 1999/04/24  16:35:57
7882         Log: integrate cfgperl changes into mainline
7883      Branch: perl
7884           +> myconfig.SH
7885            - myconfig
7886            ! pod/perlre.pod
7887           !> (integrate 38 files)
7888 ____________________________________________________________________________
7889 [  3266] By: jhi                                   on 1999/04/23  18:42:44
7890         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
7891              To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
7892              Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
7893              Cc: Lionel Cons <lionel.cons@cern.ch>,
7894              Ilya Zakharevich <ilya@math.ohio-state.edu>,
7895              David Hayes <david@bdel.com>
7896              Subject: [PATCH] h2ph
7897              Date: Fri, 23 Apr 1999 12:37:23 -0400
7898              Message-ID: <19990423123723.A49550@O2.chapin.edu>
7899      Branch: cfgperl
7900            ! utils/h2ph.PL
7901 ____________________________________________________________________________
7902 [  3265] By: jhi                                   on 1999/04/21  18:17:12
7903         Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
7904              To: perlbug@perl.org
7905              Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
7906              Date: Wed, 21 Apr 1999 08:17:54 -0700
7907              Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
7908      Branch: cfgperl
7909            ! vms/descrip_mms.template
7910 ____________________________________________________________________________
7911 [  3264] By: jhi                                   on 1999/04/20  08:50:54
7912         Log: From: Andy Dougherty <doughera@lafayette.edu>
7913              To: The Perl Porters Mailing List <perl5-porters@perl.org>
7914              Subject: [PATCH 5.005_56] Re: 5.006 Todo
7915              Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
7916              Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
7917      Branch: cfgperl
7918            ! Porting/pumpkin.pod
7919 ____________________________________________________________________________
7920 [  3263] By: jhi                                   on 1999/04/20  08:05:01
7921         Log: From: Chip Salzenberg <chip@perlsupport.com>
7922              To: Perl 5 Porters <perl5-porters@perl.org>
7923              Subject: [PATCH 5.005_56] Configure: $sig_count
7924              Date: Sun, 18 Apr 1999 17:54:36 -0400
7925              Message-ID: <19990418175436.A27496@perlsupport.com>
7926      Branch: cfgperl
7927            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7928            ! config_h.SH
7929 ____________________________________________________________________________
7930 [  3262] By: jhi                                   on 1999/04/19  18:23:50
7931         Log: Subject: PATCH wrong faq reference in perlbook.pod
7932              From: Robin Barker <rmb1@cise.npl.co.uk>
7933              To: perlbug@perl.com
7934              Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
7935              Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
7936      Branch: cfgperl
7937            ! pod/perlbook.pod
7938 ____________________________________________________________________________
7939 [  3261] By: jhi                                   on 1999/04/15  13:59:04
7940         Log: From: Andy Dougherty <doughera@lafayette.edu>
7941              To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
7942              Cc: Perl Porters <perl5-porters@perl.org>
7943              Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
7944              Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
7945              Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
7946      Branch: cfgperl
7947            ! hints/solaris_2.sh
7948 ____________________________________________________________________________
7949 [  3260] By: jhi                                   on 1999/04/15  13:56:53
7950         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
7951              To: pumpkings@jhereg.perl.com
7952              Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
7953              Date: Thu, 15 Apr 1999 07:13:41 -0600
7954              Message-Id: <199904151313.HAA07682@jhereg.perl.com>
7955      Branch: cfgperl
7956            ! pod/perldata.pod
7957 ____________________________________________________________________________
7958 [  3259] By: jhi                                   on 1999/04/13  23:12:52
7959         Log: LDLIBPTH also on 'clean' targets.
7960      Branch: cfgperl
7961            ! Makefile.SH
7962 ____________________________________________________________________________
7963 [  3258] By: jhi                                   on 1999/04/13  21:38:46
7964         Log: Add information about the two DEC C compiler optimizer bugs
7965              (what patch levels of the compilers fix them).
7966      Branch: cfgperl
7967            ! pp.c t/op/repeat.t
7968 ____________________________________________________________________________
7969 [  3257] By: jhi                                   on 1999/04/13  14:25:08
7970         Log: Be polite about ccdlflags and lddflags, too.
7971              Avoid Perl's malloc only when threaded.
7972      Branch: cfgperl
7973            ! hints/aix.sh
7974 ____________________________________________________________________________
7975 [  3256] By: jhi                                   on 1999/04/13  10:21:33
7976         Log: Croak if no known ways to semctl() (don't assume union semun).
7977      Branch: cfgperl
7978            ! doio.c perl.h
7979 ____________________________________________________________________________
7980 [  3255] By: jhi                                   on 1999/04/13  09:10:26
7981         Log: From: Dan Sugalski <sugalskd@osshe.edu>
7982              To: perl5-porters@perl.org, vmsperl@perl.org
7983              Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
7984              Date: Mon, 12 Apr 1999 13:36:48 -0700
7985              Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
7986      Branch: cfgperl
7987            ! lib/ExtUtils/MM_VMS.pm
7988 ____________________________________________________________________________
7989 [  3254] By: jhi                                   on 1999/04/13  06:56:26
7990         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
7991              To: perlbug@perl.com
7992              Subject: Update for OpenBSD hints
7993              Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
7994              Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
7995      Branch: cfgperl
7996            ! hints/openbsd.sh
7997 ____________________________________________________________________________
7998 [  3229] By: chip                                  on 1999/04/13  04:04:14
7999         Log: Preserve errno from importunities of sfio.
8000      Branch: maint-5.004/perl
8001            ! pp_ctl.c util.c
8002 ____________________________________________________________________________
8003 [  3226] By: jhi                                   on 1999/04/11  12:52:26
8004         Log: If both ways to call semctl are broken,    skip the tests.
8005      Branch: cfgperl
8006            ! t/lib/ipc_sysv.t
8007 ____________________________________________________________________________
8008 [  3225] By: jhi                                   on 1999/04/10  22:27:28
8009         Log: From: Andy Dougherty <doughera@lafayette.edu>
8010              To: dsembr01@ox.slug.louisville.edu
8011              Cc: perlbug@perl.com
8012              Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
8013              Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
8014              Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
8015      Branch: cfgperl
8016            ! ext/POSIX/POSIX.xs
8017 ____________________________________________________________________________
8018 [  3224] By: jhi                                   on 1999/04/09  18:50:32
8019         Log: From: Andy Dougherty <doughera@lafayette.edu>
8020              To: Perl Porters <perl5-porters@perl.org>
8021              Subject: [PATCH 5.005_56] Re: prefix= in hints
8022              Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
8023              Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
8024              
8025              (Overrides change #3204 from Kurt)
8026      Branch: cfgperl
8027            ! hints/linux.sh
8028 ____________________________________________________________________________
8029 [  3223] By: jhi                                   on 1999/04/09  18:37:55
8030         Log: Understand Apollo's //node notation.
8031              
8032              From: Johann Klasek <jk@auto.tuwien.ac.at>
8033              To: jhi@iki.fi
8034              Subject: Re: DomainPerl
8035              Date: Fri, 9 Apr 1999 18:21:37 +0200
8036              Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
8037      Branch: cfgperl
8038            ! lib/Cwd.pm
8039 ____________________________________________________________________________
8040 [  3220] By: jhi                                   on 1999/04/04  16:33:49
8041         Log: Integrate from mainperl.
8042      Branch: cfgperl
8043           !> (integrate 39 files)
8044 ____________________________________________________________________________
8045 [  3219] By: gsar                                  on 1999/04/04  02:48:17
8046         Log: tweak previous change
8047      Branch: maint-5.005/perl
8048            ! win32/win32.c
8049 ____________________________________________________________________________
8050 [  3218] By: gsar                                  on 1999/04/04  02:44:47
8051         Log: be careful about extending the stack for the Win32:: builtins
8052      Branch: maint-5.005/perl
8053            ! win32/win32.c
8054 ____________________________________________________________________________
8055 [  3217] By: gsar                                  on 1999/04/04  01:59:26
8056         Log: correct places that said newSVpv() when they meant newSVpvn()
8057      Branch: perl
8058            ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
8059            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
8060            ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
8061            ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
8062            ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
8063            ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
8064            ! win32/win32.c
8065 ____________________________________________________________________________
8066 [  3216] By: gsar                                  on 1999/04/03  23:58:27
8067         Log: avoid duplicate code
8068      Branch: perl
8069            ! sv.c
8070 ____________________________________________________________________________
8071 [  3215] By: gsar                                  on 1999/04/03  23:14:34
8072         Log: grow PL_tmps_stack more efficiently; make it more amenable to
8073              STRESS_REALLOC testing
8074      Branch: perl
8075            ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
8076            ! sv.c
8077 ____________________________________________________________________________
8078 [  3214] By: gsar                                  on 1999/04/03  21:01:09
8079         Log: scrounge and save three extra branches in pp_entersub()
8080      Branch: perl
8081            ! cv.h pp_ctl.c pp_hot.c
8082 ____________________________________________________________________________
8083 [  3213] By: gsar                                  on 1999/04/03  17:43:23
8084         Log: remove duplicate code and an extra branch in sv_setsv() and
8085              other hot code by making SvTHINKFIRST() think about FAKE SVs
8086      Branch: perl
8087            ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
8088            ! proto.h scope.c sv.c sv.h
8089 ____________________________________________________________________________
8090 [  3212] By: jhi                                   on 1999/04/03  16:20:09
8091         Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
8092              
8093              From: John Bley <jbb6@acpub.duke.edu>
8094              To: perlbug@perl.org
8095              Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
8096              Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
8097              Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
8098      Branch: cfgperl
8099            ! doio.c pp_sys.c
8100 ____________________________________________________________________________
8101 [  3211] By: jhi                                   on 1999/04/03  13:27:26
8102         Log: Change #3210 was rather unportable.  This is better.
8103      Branch: cfgperl
8104            ! Configure config_h.SH
8105 ____________________________________________________________________________
8106 [  3210] By: jhi                                   on 1999/04/03  13:16:20
8107         Log: Avoid Digital UNIX' ksh.
8108              
8109              From: Jarkko Hietaniemi <jhi@iki.fi> 
8110              To: Henrik Tougaard <ht000@siberut.foa.dk> 
8111              Cc: perlbug@perl.com, ht000@foa.dk 
8112              Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
8113              Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET) 
8114              Message-ID: <13999.10289.319422.239987@alpha.hut.fi> 
8115      Branch: cfgperl
8116            ! Configure config_h.SH
8117 ____________________________________________________________________________
8118 [  3209] By: jhi                                   on 1999/04/03  12:49:04
8119         Log: Integrate from mainperl.
8120      Branch: cfgperl
8121           !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
8122 ____________________________________________________________________________
8123 [  3208] By: jhi                                   on 1999/04/03  12:27:24
8124         Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
8125              
8126              From: Lionel Cons <lionel.cons@cern.ch>
8127              To: jhi@iki.fi
8128              Cc: perlbug@perl.com, kstar@isinet.com,
8129              Philippe Defert <philippe.defert@cern.ch>
8130              Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
8131              Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
8132              Message-Id: <199904011205.OAA11380@mercury.cern.ch>
8133      Branch: cfgperl
8134            ! hints/irix_6.sh
8135 ____________________________________________________________________________
8136 [  3207] By: jhi                                   on 1999/04/03  12:20:21
8137         Log: Be polite about usemymalloc.
8138      Branch: cfgperl
8139            ! hints/aix.sh
8140 ____________________________________________________________________________
8141 [  3206] By: gsar                                  on 1999/04/02  23:31:59
8142         Log: a typo in change#3205
8143      Branch: perl
8144            ! t/lib/bigfloatpm.t
8145 ____________________________________________________________________________
8146 [  3205] By: gsar                                  on 1999/04/02  23:20:31
8147         Log: make testsuite reflect change#3157  (Math::BigFloat->new now
8148              returns NaNs faithfully)
8149      Branch: perl
8150            ! t/lib/bigfloatpm.t
8151 ____________________________________________________________________________
8152 [  3204] By: jhi                                   on 1999/04/02  22:03:23
8153         Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
8154              
8155              From: "Kurt D. Starsinic" <kstar@chapin.edu>
8156              To: perl5-porters@perl.org
8157              Subject: linux hints nit
8158              Date: Fri, 2 Apr 1999 16:49:47 -0500
8159              Message-ID: <19990402164947.E80926@O2.chapin.edu>
8160      Branch: cfgperl
8161            ! hints/linux.sh
8162 ____________________________________________________________________________
8163 [  3203] By: jhi                                   on 1999/04/02  22:00:56
8164         Log: Display exact glibc version in Linux. 
8165              
8166              From: Andy Dougherty <doughera@lafayette.edu>
8167              To: Perl Porters <perl5-porters@perl.org>
8168              Subject: Displaying glibc version on Linux
8169              Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
8170              Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
8171      Branch: cfgperl
8172            ! hints/linux.sh
8173 ____________________________________________________________________________
8174 [  3202] By: gsar                                  on 1999/04/02  21:23:18
8175         Log: various little goofs
8176      Branch: perl
8177            ! Changes Makefile.SH README installperl
8178 ____________________________________________________________________________
8179 [  3201] By: jhi                                   on 1999/04/02  13:13:39
8180         Log: Configure regen.
8181              
8182              Add llseek + offset_t probing.
8183              Change CONFIG to CONFIGDOTSH.
8184              'unset foo' is unportable, use foo=''.
8185      Branch: cfgperl
8186            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
8187            ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
8188            ! perl_exp.SH writemain.SH
8189 ____________________________________________________________________________
8190 [  3200] By: jhi                                   on 1999/04/02  12:06:22
8191         Log: Introduce myconfig.SH.
8192              
8193              From: Andy Dougherty <doughera@lafayette.edu>
8194              To: Jarkko Hietaniemi <jhi@iki.fi>
8195              Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
8196              Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
8197              Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
8198              Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
8199      Branch: cfgperl
8200            + myconfig.SH
8201            - myconfig
8202            ! MANIFEST
8203 ____________________________________________________________________________
8204 [  3195] By: jhi                                   on 1999/03/28  16:42:54
8205         Log: Update perlhist on 5_03.
8206      Branch: maint-5.005/perl
8207            ! pod/perlhist.pod
8208 ____________________________________________________________________________
8209 [  3194] By: jhi                                   on 1999/03/28  12:30:01
8210         Log: Integrate from mainperl.
8211      Branch: cfgperl
8212           +> t/op/grep.t
8213            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
8214            ! t/lib/bigintpm.t
8215           !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
8216           !> t/lib/thread.t
8217 ____________________________________________________________________________
8218 [  3189] By: gsar                                  on 1999/03/28  08:22:00
8219         Log: various pod niggles
8220      Branch: maint-5.005/perl
8221            ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
8222            ! pod/perlfunc.pod pod/perlhist.pod
8223 ____________________________________________________________________________
8224 [  3187] By: gsar                                  on 1999/03/28  07:31:16
8225         Log: regularize CAPI declarations (CAPI extensions now build under
8226              the Borland compiler)
8227      Branch: maint-5.005/perl
8228            ! win32/GenCAPI.pl
8229 ____________________________________________________________________________
8230 [  3186] By: gsar                                  on 1999/03/28  07:26:33
8231         Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
8232              -DPERL_CAPI
8233      Branch: maint-5.005/perl
8234            ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
8235 ____________________________________________________________________________
8236 [  3183] By: gsar                                  on 1999/03/28  06:00:46
8237         Log: update p4 utility to ignore non-text files
8238      Branch: perl
8239            ! Porting/p4desc
8240 ____________________________________________________________________________
8241 [  3181] By: gsar                                  on 1999/03/28  03:37:23
8242         Log: integrate change#3179 from maint-5.005
8243      Branch: perl
8244           !> ext/Thread/Thread.xs t/lib/thread.t
8245 ____________________________________________________________________________
8246 [  3180] By: gsar                                  on 1999/03/28  02:28:20
8247         Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
8248              (sometimes caused bizarreness in the BLOCK)
8249      Branch: perl
8250            + t/op/grep.t
8251            ! MANIFEST op.c
8252 ____________________________________________________________________________
8253 [  3179] By: gsar                                  on 1999/03/28  02:14:04
8254         Log: fix thread segfault when passing large number of arguments to child
8255              a la C<Thread->new($foo, 1..1000)>
8256      Branch: maint-5.005/perl
8257            ! ext/Thread/Thread.xs t/lib/thread.t
8258 ____________________________________________________________________________
8259 [  3178] By: gbarr                                 on 1999/03/28  01:39:23
8260         Log: fix $Config{'usethreads'} typo in perlthrtut
8261              
8262              From: Ian Maloney <szhmf9@wsblob.ubs.com>
8263              Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
8264              Message-Id: <199903251540.QAA02439@wsblob.>
8265              Subject: perlthrtut documentation error
8266      Branch: maint-5.005/perl
8267            ! pod/perlthrtut.pod
8268 ____________________________________________________________________________
8269 [  3173] By: gbarr                                 on 1999/03/27  18:19:47
8270         Log: Update Test.pm to VERSION 1.122 from CPAN
8271      Branch: maint-5.005/perl
8272            ! lib/Test.pm
8273 ____________________________________________________________________________
8274 [  3171] By: jhi                                   on 1999/03/26  22:38:28
8275         Log: Integrate from mainperl.
8276      Branch: cfgperl
8277           !> (integrate 37 files)
8278 ____________________________________________________________________________
8279 [  3170] By: gsar                                  on 1999/03/26  01:30:25
8280         Log: specify type of bracket in "Unmatched bracket" diagnostic;
8281              prefer 'brace' or 'curly bracket' over 'curly brace'
8282      Branch: perl
8283            ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
8284            ! t/op/misc.t t/op/re_tests toke.c
8285 ____________________________________________________________________________
8286 [  3169] By: gsar                                  on 1999/03/26  00:50:51
8287         Log: better description of "Integer overflow" diagnostic
8288      Branch: perl
8289            ! pod/perldiag.pod
8290 ____________________________________________________________________________
8291 [  3168] By: gsar                                  on 1999/03/25  11:02:46
8292         Log: applied needful parts of suggested patch
8293              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
8294              Date: Tue, 23 Mar 1999 16:21:43 -0800
8295              Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
8296              Subject: [PATCH 5.005_56] pp_formline correction
8297      Branch: perl
8298            ! ext/B/B/Bblock.pm ext/B/B/CC.pm
8299 ____________________________________________________________________________
8300 [  3167] By: gsar                                  on 1999/03/25  10:39:02
8301         Log: clarify what a "comment" means (due to Mark-Jason Dominus
8302              <mjd@plover.com>)
8303      Branch: perl
8304            ! pod/perlsyn.pod
8305 ____________________________________________________________________________
8306 [  3166] By: gsar                                  on 1999/03/25  10:33:18
8307         Log: describe current behavior on local($foo{nothere}) (suggested by
8308              Lionel Cons <lionel.cons@cern.ch>)
8309      Branch: perl
8310            ! pod/perlsub.pod
8311 ____________________________________________________________________________
8312 [  3165] By: gsar                                  on 1999/03/25  06:21:05
8313         Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
8314              <vishalb@hotmail.com>)
8315      Branch: perl
8316            ! ext/B/B/C.pm
8317 ____________________________________________________________________________
8318 [  3164] By: gsar                                  on 1999/03/25  06:17:27
8319         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
8320              Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
8321              Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
8322              Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
8323      Branch: perl
8324            ! ext/B/B.xs op.h opcode.pl
8325 ____________________________________________________________________________
8326 [  3163] By: gsar                                  on 1999/03/25  06:15:49
8327         Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
8328              Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
8329              Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
8330              Subject: [PATCH _56] B::Deparse 0.57
8331              --
8332              Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
8333              Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
8334              Subject: Re: [PATCH _56] B::Deparse 0.57 
8335      Branch: perl
8336            ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
8337 ____________________________________________________________________________
8338 [  3162] By: gsar                                  on 1999/03/25  06:11:46
8339         Log: fix a few places that said 'int', but meant 'STRLEN'
8340      Branch: perl
8341            ! pod/perlguts.pod proto.h sv.c
8342 ____________________________________________________________________________
8343 [  3161] By: gsar                                  on 1999/03/25  06:01:18
8344         Log: From: Russ Allbery <rra@stanford.edu>
8345              Date: 22 Mar 1999 04:26:26 -0800
8346              Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
8347              Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
8348      Branch: perl
8349            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
8350            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
8351            ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
8352            ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
8353 ____________________________________________________________________________
8354 [  3160] By: gsar                                  on 1999/03/25  02:26:31
8355         Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
8356      Branch: perl
8357            ! opcode.h opcode.pl
8358 ____________________________________________________________________________
8359 [  3159] By: gsar                                  on 1999/03/25  02:18:17
8360         Log: add statement-modifier loops to :base_loop class
8361      Branch: perl
8362            ! ext/Opcode/Opcode.pm
8363 ____________________________________________________________________________
8364 [  3158] By: gsar                                  on 1999/03/25  00:36:57
8365         Log: integrate changes#3105,3130,3154 from maint-5.005
8366      Branch: perl
8367           !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
8368 ____________________________________________________________________________
8369 [  3157] By: gsar                                  on 1999/03/25  00:24:17
8370         Log: remove bogus panic()
8371      Branch: perl
8372            ! Changes lib/Math/BigFloat.pm
8373 ____________________________________________________________________________
8374 [  3156] By: jhi                                   on 1999/03/24  22:43:43
8375         Log: Integrate from mainperl.
8376      Branch: cfgperl
8377           +> (branch 38 files)
8378           !> (integrate 68 files)
8379 ____________________________________________________________________________
8380 [  3155] By: jhi                                   on 1999/03/24  22:12:17
8381         Log: Configure regenerated because of changes #3130/#3154 and #3147.
8382      Branch: cfgperl
8383            ! Configure config_h.SH
8384 ____________________________________________________________________________
8385 [  3154] By: jhi                                   on 1999/03/24  21:40:51
8386         Log: Reword the shared library search path (LD_LIBRARY_PATH) info
8387              based on suggestions from Andy Dougherty.
8388      Branch: maint-5.005/perl
8389            ! INSTALL
8390 ____________________________________________________________________________
8391 [  3153] By: gsar                                  on 1999/03/24  10:38:05
8392         Log: applied suggested patch, modulo superceded parts
8393              From: Charles Bailey <BAILEY@newman.upenn.edu>
8394              Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
8395              Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
8396              Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
8397      Branch: perl
8398            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
8399            ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
8400            ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
8401            ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
8402 ____________________________________________________________________________
8403 [  3152] By: gsar                                  on 1999/03/24  10:30:51
8404         Log: applied suggested patch, modulo superceded parts
8405              From: Charles Bailey <BAILEY@newman.upenn.edu>
8406              Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
8407              Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
8408              Subject: [PATCH 5.005_56] Miscellaneous small fixes
8409      Branch: perl
8410            ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
8411            ! lib/File/Basename.pm
8412 ____________________________________________________________________________
8413 [  3151] By: gsar                                  on 1999/03/24  10:15:00
8414         Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
8415      Branch: perl
8416            ! pod/perlop.pod
8417 ____________________________________________________________________________
8418 [  3150] By: gsar                                  on 1999/03/24  10:09:13
8419         Log: missing integration in previous change
8420      Branch: perl
8421           !> README.apollo
8422 ____________________________________________________________________________
8423 [  3149] By: gsar                                  on 1999/03/24  10:06:44
8424         Log: integrate changes#3116,3119 from maint-5.005
8425      Branch: perl
8426            + README.apollo
8427           +> apollo/netinet/in.h
8428           !> MANIFEST hints/apollo.sh t/lib/io_udp.t
8429 ____________________________________________________________________________
8430 [  3148] By: gsar                                  on 1999/03/24  10:01:56
8431         Log: integrate changes#3091-3094 from maint-5.005
8432      Branch: perl
8433           !> README.hurd vms/subconfigure.com vos/config.h
8434           !> vos/config_h.SH_orig
8435 ____________________________________________________________________________
8436 [  3147] By: gsar                                  on 1999/03/24  09:31:49
8437         Log: warn about newfangled vfork() caveats
8438      Branch: perl
8439            ! Configure
8440 ____________________________________________________________________________
8441 [  3146] By: jhi                                   on 1999/03/24  09:20:14
8442         Log: Bring in changes #2808 and #2812 (from mainline perl)
8443              that enhance the perlbug checklist.
8444      Branch: maint-5.005/perl
8445            ! utils/perlbug.PL
8446 ____________________________________________________________________________
8447 [  3145] By: gsar                                  on 1999/03/24  08:37:02
8448         Log: integrate change#3115 from maint-5.005
8449      Branch: perl
8450           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
8451           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
8452 ____________________________________________________________________________
8453 [  3144] By: gsar                                  on 1999/03/24  08:33:59
8454         Log: add note about map in scalar context
8455      Branch: perl
8456            ! pod/perlfunc.pod
8457 ____________________________________________________________________________
8458 [  3143] By: gsar                                  on 1999/03/24  08:25:59
8459         Log: doc tweak
8460      Branch: perl
8461            ! lib/Time/Local.pm
8462 ____________________________________________________________________________
8463 [  3142] By: gsar                                  on 1999/03/24  08:20:37
8464         Log: applied suggested patch, modulo bogus hunk
8465              From: "Vishal Bhatia" <vishalb@hotmail.com>
8466              Date: Thu, 11 Mar 1999 07:40:27 PST
8467              Message-ID: <19990311154027.25891.qmail@hotmail.com>
8468              Subject: [PATCH 5.005_56] Minor fixes in perlcc
8469      Branch: perl
8470            ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
8471 ____________________________________________________________________________
8472 [  3141] By: gsar                                  on 1999/03/24  08:06:12
8473         Log: integrate change#3104 from maint-5.005
8474      Branch: perl
8475           !> README.os390 t/lib/posix.t
8476 ____________________________________________________________________________
8477 [  3140] By: gsar                                  on 1999/03/24  06:34:56
8478         Log: fix failure of C<&locked_sub;> under -Dusethreads
8479      Branch: perl
8480            ! pp_hot.c t/lib/thread.t
8481 ____________________________________________________________________________
8482 [  3139] By: gsar                                  on 1999/03/24  05:52:00
8483         Log: debugger tweak (wasn't printing a newline after recalled commands)
8484      Branch: perl
8485            ! lib/perl5db.pl
8486 ____________________________________________________________________________
8487 [  3138] By: gsar                                  on 1999/03/24  05:33:28
8488         Log: document OO exceptions (based on a suggestion by Andreas Koenig
8489              <andreas.koenig@anima.de>)
8490      Branch: perl
8491            ! pod/perlfunc.pod
8492 ____________________________________________________________________________
8493 [  3137] By: gsar                                  on 1999/03/24  02:50:20
8494         Log: better "Illegal %s digit ignored" warnings
8495      Branch: perl
8496            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
8497            ! toke.c util.c
8498 ____________________________________________________________________________
8499 [  3136] By: gsar                                  on 1999/03/24  02:26:38
8500         Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
8501      Branch: perl
8502            + t/pragma/utf8.t
8503            ! regcomp.c
8504 ____________________________________________________________________________
8505 [  3135] By: gsar                                  on 1999/03/24  01:29:09
8506         Log: flip release & version in win32_uname()
8507      Branch: perl
8508            ! win32/win32.c
8509 ____________________________________________________________________________
8510 [  3134] By: gsar                                  on 1999/03/24  01:08:33
8511         Log: support POSIX::uname() via win32_uname()
8512      Branch: perl
8513            ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
8514            ! win32/config.gc win32/config.vc win32/config_H.bc
8515            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
8516            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
8517 ____________________________________________________________________________
8518 [  3133] By: gsar                                  on 1999/03/23  22:20:10
8519         Log: From: jan.dubois@ibm.net (Jan Dubois)
8520              Date: Sat, 06 Mar 1999 21:42:56 +0100
8521              Message-ID: <36e49281.50337171@smtp1.ibm.net>
8522              Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
8523      Branch: perl
8524            ! pod/perldelta.pod
8525 ____________________________________________________________________________
8526 [  3132] By: gsar                                  on 1999/03/23  22:17:45
8527         Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
8528              Date: Sat, 06 Mar 1999 17:50:49 +0100
8529              Message-ID: <36e25209.33833760@smtp1.ibm.net>
8530              Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
8531              --
8532              Date: Sat, 06 Mar 1999 18:15:00 +0100
8533              Message-ID: <36e36222.37954195@smtp1.ibm.net>
8534              Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
8535      Branch: perl
8536            + t/lib/filefunc.t
8537            ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
8538            ! pod/perldelta.pod pod/perlmodlib.pod
8539 ____________________________________________________________________________
8540 [  3131] By: gsar                                  on 1999/03/23  22:07:59
8541         Log: integrate cfgperl changes into mainline
8542      Branch: perl
8543           +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
8544           !> Configure Makefile.SH config_h.SH configure.gnu handy.h
8545           !> installperl malloc.c perl.c perl.h pod/perl.pod
8546           !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
8547 ____________________________________________________________________________
8548 [  3130] By: jhi                                   on 1999/03/23  22:02:23
8549         Log: Don't use config.msg to remind about the
8550              LD_LIBRARY_PATH because Makefile.SH takes
8551              care of that.
8552              
8553              Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
8554              This used to be the default but in some MT or another it
8555              was dropped because of some transient error or another.
8556      Branch: maint-5.005/perl
8557            ! Configure hints/dec_osf.sh
8558 ____________________________________________________________________________
8559 [  3129] By: gsar                                  on 1999/03/23  21:38:03
8560         Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
8561              to size    and better maintainability)
8562      Branch: perl
8563            + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
8564            + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
8565            + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
8566            + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
8567            + t/pod/headings.t t/pod/headings.xr t/pod/include.t
8568            + t/pod/include.xr t/pod/included.t t/pod/included.xr
8569            + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
8570            + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
8571            + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
8572            + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
8573            + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
8574            ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
8575            ! win32/Makefile win32/makefile.mk win32/pod.mak
8576 ____________________________________________________________________________
8577 [  3128] By: jhi                                   on 1999/03/23  10:14:54
8578         Log: Integrate from mainperl.
8579      Branch: cfgperl
8580           !> (integrate 46 files)
8581 ____________________________________________________________________________
8582 [  3127] By: gsar                                  on 1999/03/23  06:57:30
8583         Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
8584              Date: Thu, 4 Mar 1999 10:54:01 -0800
8585              Message-Id: <9903041854.AA46868@frc0000>
8586              Subject: patch for useless Math::BigInt warnings
8587      Branch: perl
8588            ! lib/Math/BigInt.pm
8589 ____________________________________________________________________________
8590 [  3126] By: gsar                                  on 1999/03/23  05:54:37
8591         Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
8592              From: "Kurt D. Starsinic" <kstar@chapin.edu>
8593              Date: Fri, 19 Feb 1999 15:47:59 -0500
8594              Message-ID: <19990219154759.A32350@O2.chapin.edu>
8595              Subject: [PATCH] OSF/1 hints
8596      Branch: perl
8597            ! hints/dec_osf.sh
8598 ____________________________________________________________________________
8599 [  3125] By: gsar                                  on 1999/03/23  00:56:38
8600         Log: avoid typeglob persistence in pp_readline()
8601      Branch: perl
8602            ! sv.c t/op/gv.t
8603 ____________________________________________________________________________
8604 [  3124] By: gsar                                  on 1999/03/22  21:12:23
8605         Log: update copyright years
8606      Branch: perl
8607            ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
8608            ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
8609            ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
8610            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
8611            ! sv.c sv.h toke.c utf8.c utf8.h util.c
8612 ____________________________________________________________________________
8613 [  3123] By: gsar                                  on 1999/03/22  07:07:06
8614         Log: implement win32_spawnvp() internally, making it return true PIDs
8615              for asynchronous spawns; fix win32_kill() to always deal with
8616              PIDs
8617      Branch: perl
8618            ! win32/win32.c win32/win32.h
8619 ____________________________________________________________________________
8620 [  3122] By: jhi                                   on 1999/03/19  21:12:14
8621         Log: Describe the new Benchmark feature in more detail.
8622      Branch: cfgperl
8623            ! pod/perldelta.pod
8624      Branch: maint-5.005/perl
8625            ! pod/perldelta.pod
8626 ____________________________________________________________________________
8627 [  3121] By: jhi                                   on 1999/03/19  08:16:12
8628         Log: AVAILABILITY tuning.
8629      Branch: cfgperl
8630            ! pod/perl.pod
8631      Branch: maint-5.005/perl
8632            ! pod/perl.pod
8633 ____________________________________________________________________________
8634 [  3120] By: jhi                                   on 1999/03/17  14:52:17
8635         Log: Rhapsody change assumed too much.
8636      Branch: cfgperl
8637            ! t/op/stat.t
8638 ____________________________________________________________________________
8639 [  3119] By: jhi                                   on 1999/03/17  14:33:43
8640         Log: More Apollo fixes.
8641      Branch: maint-5.005/perl
8642            ! README.apollo hints/apollo.sh t/lib/io_udp.t
8643 ____________________________________________________________________________
8644 [  3118] By: jhi                                   on 1999/03/16  17:23:39
8645         Log: Nada.
8646      Branch: maint-5.005/perl
8647            ! README.apollo
8648 ____________________________________________________________________________
8649 [  3117] By: jhi                                   on 1999/03/16  17:18:49
8650         Log: Apollo DomainOS AVAILABILITY.
8651      Branch: cfgperl
8652            ! pod/perl.pod
8653      Branch: maint-5.005/perl
8654            ! pod/perl.pod
8655 ____________________________________________________________________________
8656 [  3116] By: jhi                                   on 1999/03/16  17:14:00
8657         Log: Apollo DomainOS patch
8658              From: Johann Klasek <jk@auto.tuwien.ac.at>
8659              Subject: Re: DomainPerl
8660              Date: Tue, 16 Mar 1999 17:46:32 +0100
8661              Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
8662      Branch: maint-5.005/perl
8663            + README.apollo apollo/netinet/in.h
8664            ! MANIFEST hints/apollo.sh
8665 ____________________________________________________________________________
8666 [  3115] By: jhi                                   on 1999/03/16  14:23:54
8667         Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
8668              To: Gurusamy Sarathy <gsar@activestate.com>,
8669              Graham Barr <gbarr@pobox.com>
8670              Cc: Perl5 Porters <perl5-porters@perl.org>,
8671              "Paul.Marquess" <Paul.Marquess@btinternet.com>
8672              Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
8673              Date: Sun, 14 Mar 1999 14:43:57 -0000
8674              Message-Id: <199903141841.NAA17040@defender.perl.org>
8675      Branch: maint-5.005/perl
8676            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
8677            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
8678 ____________________________________________________________________________
8679 [  3114] By: jhi                                   on 1999/03/16  12:42:20
8680         Log: Mention Rhapsody in 5.005_5X perldelta,
8681              and in Rhapsody and Netware in 5.005_0X and 5.005_5X
8682              *planned* AVAILABILITY.
8683      Branch: cfgperl
8684            ! pod/perl.pod pod/perldelta.pod
8685      Branch: maint-5.005/perl
8686            ! pod/perl.pod
8687 ____________________________________________________________________________
8688 [  3113] By: jhi                                   on 1999/03/16  10:38:53
8689         Log: perldelta niggling.
8690      Branch: cfgperl
8691            ! pod/perldelta.pod
8692      Branch: maint-5.005/perl
8693            ! pod/perldelta.pod
8694 ____________________________________________________________________________
8695 [  3112] By: jhi                                   on 1999/03/16  10:35:21
8696         Log: Integrate from mainperl.
8697      Branch: cfgperl
8698           !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
8699           !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
8700 ____________________________________________________________________________
8701 [  3111] By: jhi                                   on 1999/03/16  10:28:10
8702         Log: AVAILABILITY update: still mention PowerUX,
8703              Novell Netware now has sources available.
8704      Branch: cfgperl
8705            ! pod/perl.pod
8706      Branch: maint-5.005/perl
8707            ! pod/perl.pod
8708 ____________________________________________________________________________
8709 [  3110] By: gsar                                  on 1999/03/16  04:34:23
8710         Log: sundry pod niggles
8711      Branch: perl
8712            ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
8713            ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
8714 ____________________________________________________________________________
8715 [  3109] By: jhi                                   on 1999/03/15  17:00:11
8716         Log: Integrate from mainperl.
8717      Branch: cfgperl
8718           +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
8719           +> lib/unicode/Is/Syllable.pl
8720           +> lib/unicode/MakeEthiopicSyllables.PL
8721           +> lib/unicode/README.Ethiopic
8722           !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
8723           !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
8724           !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
8725           !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
8726           !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
8727           !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
8728           !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
8729           !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
8730 ____________________________________________________________________________
8731 [  3108] By: jhi                                   on 1999/03/15  16:58:12
8732         Log: First pass of integrating the Rhapsody port,
8733              
8734              From: Wilfredo Sanchez <wsanchez@apple.com> 
8735              Subject: Keeping the world in sync.
8736              Reply-To: wsanchez@apple.com 
8737              To: perlbug@perl.com 
8738              Date: Fri, 13 Nov 1998 17:11:30 -0800 
8739              Message-Id: <199811140111.RAA41784@scv4.apple.com> 
8740      Branch: cfgperl
8741            + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
8742            ! Configure Makefile.SH config_h.SH configure.gnu handy.h
8743            ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
8744            ! x2p/util.c
8745 ____________________________________________________________________________
8746 [  3107] By: gsar                                  on 1999/03/15  03:22:10
8747         Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
8748              From: Daniel Yacob <dmulholl@cs.indiana.edu>
8749              Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
8750              Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
8751              Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
8752      Branch: perl
8753            + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
8754            + lib/unicode/Is/Syllable.pl
8755            + lib/unicode/MakeEthiopicSyllables.PL
8756            + lib/unicode/README.Ethiopic
8757            ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
8758            ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
8759            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
8760            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
8761            ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
8762            ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
8763            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
8764            ! lib/unicode/Name.pl lib/unicode/Number.pl
8765 ____________________________________________________________________________
8766 [  3106] By: gsar                                  on 1999/03/12  20:35:36
8767         Log: change#3067 failed package.t due to needless creation of $a and $b;
8768              fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
8769      Branch: perl
8770            ! op.c
8771 ____________________________________________________________________________
8772 [  3105] By: jhi                                   on 1999/03/12  15:54:57
8773         Log: Recognize the NetBSD packages collection.
8774      Branch: maint-5.005/perl
8775            ! hints/netbsd.sh
8776 ____________________________________________________________________________
8777 [  3104] By: jhi                                   on 1999/03/12  09:07:04
8778         Log: From: pvhp@forte.com (Peter Prymmer)
8779              To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
8780              Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
8781              Date: Thu, 11 Mar 99 14:24:54 PST
8782              Message-Id: <9903112224.AA24346@forte.com>
8783      Branch: maint-5.005/perl
8784            ! README.os390 t/lib/posix.t
8785 ____________________________________________________________________________
8786 [  3103] By: jhi                                   on 1999/03/10  11:07:46
8787         Log: Integrate from mainperl.
8788      Branch: cfgperl
8789           !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
8790           !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
8791           !> t/pragma/warn/1global toke.c win32/makedef.pl
8792 ____________________________________________________________________________
8793 [  3102] By: jhi                                   on 1999/03/10  11:01:20
8794         Log: From: pvhp@forte.com (Peter Prymmer)
8795              To: perl5-porters@perl.org
8796              Subject: [5.005_03-MT6]Patch: time passes
8797              Date: Tue, 9 Mar 99 18:42:17 PST
8798              Message-Id: <9903100242.AA29057@forte.com>
8799      Branch: maint-5.005/perl
8800            ! perl.c
8801 ____________________________________________________________________________
8802 [  3101] By: jhi                                   on 1999/03/10  10:30:15
8803         Log: From: Mark-Jason Dominus <mjd@plover.com>
8804              To: perl5-porters@perl.com
8805              Subject: Minor fix to perlfunc.pod
8806              Date: Mon, 08 Mar 1999 20:05:53 -0500
8807              Message-ID: <19990309010553.13757.qmail@plover.com>
8808      Branch: maint-5.005/perl
8809            ! pod/perlfunc.pod
8810 ____________________________________________________________________________
8811 [  3100] By: gsar                                  on 1999/03/09  23:04:44
8812         Log: change#3060 had the wrong quotes
8813      Branch: perl
8814            ! pod/pod2man.PL
8815 ____________________________________________________________________________
8816 [  3099] By: jhi                                   on 1999/03/09  12:52:21
8817         Log: d_uname was broken (probably since _53), reported by
8818              
8819              From: Alan Burlison <Alan.Burlison@uk.sun.com>
8820              To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
8821              cpan-testers@perl.org
8822              Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
8823              Date: Mon, 08 Mar 1999 13:22:31 +0000
8824              Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
8825              
8826              and
8827              
8828              From: lvirden@cas.org (Larry W. Virden)
8829              To: perlbug@perl.com
8830              Subject: configure not correctly identifying uname posix compatibility
8831              Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
8832              Message-Id: <199903081136.GAA23682@cas.org>
8833      Branch: cfgperl
8834            ! Configure config_h.SH
8835 ____________________________________________________________________________
8836 [  3098] By: gsar                                  on 1999/03/09  03:16:07
8837         Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
8838      Branch: perl
8839            ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
8840 ____________________________________________________________________________
8841 [  3097] By: gsar                                  on 1999/03/09  02:50:43
8842         Log: use yyerror() instead of croak() so that compile-time failures in
8843              my(LIST) don't confuse globals with lexicals
8844      Branch: perl
8845            ! op.c toke.c
8846 ____________________________________________________________________________
8847 [  3096] By: gsar                                  on 1999/03/09  02:47:36
8848         Log: adjust testsuite for change#3067
8849      Branch: perl
8850            ! t/pragma/warn/1global
8851 ____________________________________________________________________________
8852 [  3095] By: gsar                                  on 1999/03/08  21:04:48
8853         Log: remove bogus symbols from global.sym
8854      Branch: perl
8855            ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
8856            ! perl.h win32/makedef.pl
8857 ____________________________________________________________________________
8858 [  3094] By: jhi                                   on 1999/03/06  16:16:15
8859         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
8860              To: jhi@iki.fi
8861              Subject: Oops
8862              Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
8863              Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
8864      Branch: maint-5.005/perl
8865            ! README.hurd
8866 ____________________________________________________________________________
8867 [  3093] By: jhi                                   on 1999/03/06  15:59:46
8868         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
8869              To: jhi@iki.fi
8870              Subject: New Hurd README
8871              Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
8872              Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
8873      Branch: maint-5.005/perl
8874            ! README.hurd
8875 ____________________________________________________________________________
8876 [  3092] By: jhi                                   on 1999/03/06  12:52:06
8877         Log: From: Paul_Green@stratus.com
8878              To: perl5-porters@perl.org
8879              Cc: jhi@iki.fi, Paul_Green@stratus.com
8880              Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
8881              Date: Fri, 5 Mar 1999 18:08:49 -0500 
8882              Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
8883      Branch: maint-5.005/perl
8884            ! vos/config.h vos/config_h.SH_orig
8885 ____________________________________________________________________________
8886 [  3091] By: jhi                                   on 1999/03/06  12:42:21
8887         Log: From: Dan Sugalski <sugalskd@osshe.edu>
8888              To: perl5-porters@perl.org, vmsperl@perl.org
8889              Subject: [PATCH 5.005_03-MT6]VMS build patch
8890              Date: Fri, 05 Mar 1999 12:36:19 -0800
8891              Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
8892      Branch: maint-5.005/perl
8893            ! vms/subconfigure.com
8894 ____________________________________________________________________________
8895 [  3090] By: gsar                                  on 1999/03/06  04:40:03
8896         Log: integrate change#3089 from mainline
8897              
8898              tolerate CRs after options
8899      Branch: maint-5.005/perl
8900           !> perl.c
8901 ____________________________________________________________________________
8902 [  3089] By: gsar                                  on 1999/03/06  04:30:40
8903         Log: tolerate CRs after options
8904      Branch: perl
8905            ! perl.c
8906 ____________________________________________________________________________
8907 [  3088] By: jhi                                   on 1999/03/05  12:49:01
8908         Log: Integrate from mainperl.
8909      Branch: cfgperl
8910           +> README.hurd
8911           !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
8912 ____________________________________________________________________________
8913 [  3087] By: gsar                                  on 1999/03/05  06:41:16
8914         Log: adjust timeouts to accomodate slow/busy systems
8915      Branch: perl
8916            ! t/lib/io_sock.t
8917 ____________________________________________________________________________
8918 [  3083] By: gsar                                  on 1999/03/05  01:32:47
8919         Log: integrate change#3081 from maint-5.005
8920      Branch: perl
8921           !> ext/Errno/Errno_pm.PL
8922 ____________________________________________________________________________
8923 [  3082] By: gsar                                  on 1999/03/05  01:31:06
8924         Log: integrate change#2904 from maint-5.005
8925      Branch: perl
8926           +> README.hurd
8927           !> MANIFEST
8928 ____________________________________________________________________________
8929 [  3081] By: gsar                                  on 1999/03/05  00:14:33
8930         Log: protect against doubled backslashes
8931      Branch: maint-5.005/perl
8932            ! ext/Errno/Errno_pm.PL
8933 ____________________________________________________________________________
8934 [  3077] By: jhi                                   on 1999/03/04  08:10:13
8935         Log: Integrate from mainperl.
8936      Branch: cfgperl
8937           +> ext/B/B/Stash.pm
8938           !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
8939           !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
8940           !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
8941           !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
8942 ____________________________________________________________________________
8943 [  3076] By: jhi                                   on 1999/03/04  08:07:59
8944         Log: Regen config_h.SH once more because of *size, 
8945              noticed by
8946              
8947              From: Hans Mulder <hansm@icgned.icgroup.nl>
8948              To: Jarkko Hietaniemi <jhi@iki.fi>
8949              Cc: perl5-porters@perl.org
8950              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
8951              Date: Thu,  4 Mar 99 00:10:45 +0100
8952              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
8953      Branch: cfgperl
8954            ! Configure config_h.SH
8955 ____________________________________________________________________________
8956 [  3068] By: gsar                                  on 1999/03/04  05:48:03
8957         Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
8958              Date: Thu,  4 Mar 99 00:10:45 +0100
8959              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
8960              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
8961      Branch: perl
8962            ! config_h.SH
8963 ____________________________________________________________________________
8964 [  3067] By: gsar                                  on 1999/03/04  05:44:32
8965         Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
8966              From: Graham Barr <gbarr@ti.com>
8967              Date: Wed, 3 Mar 1999 17:23:56 -0600
8968              Message-ID: <19990303172356.F7442@dal.asp.ti.com>
8969              Subject: Re: 'use strict' doesn't work for one-letter variables
8970      Branch: perl
8971            ! gv.c op.c
8972 ____________________________________________________________________________
8973 [  3066] By: gsar                                  on 1999/03/04  05:20:50
8974         Log: updates to compiler modules
8975              From: "Vishal Bhatia" <vishalb@hotmail.com>
8976              Date: Tue, 02 Mar 1999 23:27:25 PST
8977              Message-ID: <19990303072725.779.qmail@hotmail.com>
8978              Subject: PATCH 5.005_56 + Test procedure
8979      Branch: perl
8980            + ext/B/B/Stash.pm
8981            ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
8982            ! lib/Test/Harness.pm utils/perlcc.PL
8983 ____________________________________________________________________________
8984 [  3065] By: gsar                                  on 1999/03/04  05:03:30
8985         Log: more s/s_/s!/ etc.
8986      Branch: perl
8987            ! pod/perldelta.pod pod/perlfunc.pod
8988 ____________________________________________________________________________
8989 [  3064] By: gsar                                  on 1999/03/04  04:50:45
8990         Log: integrate cfgperl contents into mainline
8991      Branch: perl
8992           !> Configure README.vms bytecode.h config_h.SH configure.com
8993           !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
8994           !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
8995           !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
8996 ____________________________________________________________________________
8997 [  3063] By: gsar                                  on 1999/03/04  04:44:13
8998         Log: HP-UX has yet another spelling for /NaNQ?/
8999      Branch: perl
9000            ! t/lib/bigfloatpm.t
9001 ____________________________________________________________________________
9002 [  3062] By: gsar                                  on 1999/03/04  04:36:08
9003         Log: error-check for accept() test
9004      Branch: perl
9005            ! t/lib/io_sock.t
9006 ____________________________________________________________________________
9007 [  3061] By: gsar                                  on 1999/03/04  03:40:25
9008         Log: allow custom comparison function in File::Compare::compare_text()
9009              From: jan.dubois@ibm.net (Jan Dubois)
9010              Date: Fri, 26 Feb 1999 21:56:09 +0100
9011              Message-ID: <36db0838.8805651@smtp1.ibm.net>
9012              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
9013      Branch: perl
9014            ! lib/File/Compare.pm
9015 ____________________________________________________________________________
9016 [  3060] By: gsar                                  on 1999/03/04  03:37:38
9017         Log: better version of change#3038
9018              From: abigail@fnx.com
9019              Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
9020              Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
9021              Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
9022      Branch: perl
9023            ! pod/pod2man.PL
9024 ____________________________________________________________________________
9025 [  3058] By: jhi                                   on 1999/03/03  22:30:40
9026         Log: Configure regen to
9027              (1) match maint-5.005 patches #3056 and #3057
9028              (2) better version of PHOSTNAME of #3050
9029              (3) the crosscompile/multiarch config_h.SH trouble solved for now
9030      Branch: cfgperl
9031            ! Configure config_h.SH
9032 ____________________________________________________________________________
9033 [  3054] By: jhi                                   on 1999/03/03  09:57:59
9034         Log: Change #3053 missed perldelta.
9035      Branch: cfgperl
9036            ! pod/perldelta.pod
9037 ____________________________________________________________________________
9038 [  3053] By: jhi                                   on 1999/03/03  08:29:43
9039         Log: Use '!' to mark native integer packings instead of '_'.
9040      Branch: cfgperl
9041            ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
9042 ____________________________________________________________________________
9043 [  3052] By: jhi                                   on 1999/03/02  23:12:36
9044         Log: The HP-UX threads patch (change #3028) is needed also here.
9045      Branch: cfgperl
9046            ! hints/hpux.sh thread.h
9047 ____________________________________________________________________________
9048 [  3051] By: jhi                                   on 1999/03/02  08:24:52
9049         Log: From: Dan Sugalski <sugalskd@osshe.edu>
9050              To: perl5-porters@perl.org, vmsperl@perl.org
9051              Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
9052              Date: Mon, 01 Mar 1999 16:10:57 -0800
9053              Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
9054      Branch: cfgperl
9055            ! README.vms
9056      Branch: maint-5.005/perl
9057            ! README.vms
9058 ____________________________________________________________________________
9059 [  3050] By: jhi                                   on 1999/03/02  08:22:29
9060         Log: From: Dan Sugalski <sugalskd@osshe.edu>
9061              To: perl5-porters@perl.org, vmsperl@perl.org
9062              Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
9063              Date: Mon, 01 Mar 1999 16:06:29 -0800
9064              Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
9065              
9066              From: Dan Sugalski <sugalskd@osshe.edu>
9067              To: perl5-porters@perl.org, vmsperl@perl.org
9068              Subject: [PATCH 5.005_56]vmsish.pm patch
9069              Date: Mon, 01 Mar 1999 20:19:04 -0800
9070              Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
9071              
9072              plus Configure regen containing a "solution" to the
9073              crosscompile/multiarch problem.
9074      Branch: cfgperl
9075            ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
9076            ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
9077 ____________________________________________________________________________
9078 [  3049] By: jhi                                   on 1999/03/02  07:34:21
9079         Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
9080              To: perl5-porters@perl.org
9081              Subject: [PATCH] Eliminate (valid) warning in byterun.c
9082              Date: Mon, 01 Mar 1999 17:27:59 -0500
9083              Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
9084      Branch: cfgperl
9085            ! bytecode.h
9086      Branch: maint-5.005/perl
9087            ! bytecode.h
9088 ____________________________________________________________________________
9089 [  3048] By: gsar                                  on 1999/03/02  06:41:21
9090         Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
9091      Branch: perl
9092            ! MANIFEST README.hpux
9093 ____________________________________________________________________________
9094 [  3047] By: jhi                                   on 1999/03/01  06:34:43
9095         Log: Integrate from mainperl.
9096      Branch: cfgperl
9097           +> README.hpux lib/File/Spec/Functions.pm
9098           !> (integrate 28 files)
9099 ____________________________________________________________________________
9100 [  3046] By: gsar                                  on 1999/03/01  05:34:28
9101         Log: this is 5.005_56
9102      Branch: perl
9103            ! Changes
9104
9105 ----------------
9106 Version 5.005_56
9107 ----------------
9108
9109 ____________________________________________________________________________
9110 [  3045] By: gsar                                  on 1999/03/01  03:32:30
9111         Log: destroy PL_svref_mutex in perl_destruct()
9112      Branch: perl
9113            ! perl.c
9114 ____________________________________________________________________________
9115 [  3044] By: gsar                                  on 1999/03/01  00:38:50
9116         Log: up patchlevel &c.
9117      Branch: perl
9118            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
9119            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9120            ! win32/makefile.mk
9121 ____________________________________________________________________________
9122 [  3043] By: gsar                                  on 1999/03/01  00:14:15
9123         Log: integrate cfgperl contents into mainline
9124      Branch: perl
9125            ! pod/perldelta.pod
9126           !> Configure config_h.SH
9127 ____________________________________________________________________________
9128 [  3042] By: gsar                                  on 1999/02/28  23:55:08
9129         Log: slightly edited version of suggested patch
9130              From: jan.dubois@ibm.net (Jan Dubois)
9131              Date: Mon, 01 Mar 1999 00:32:05 +0100
9132              Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
9133              Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
9134      Branch: perl
9135            + lib/File/Spec/Functions.pm
9136            ! MANIFEST lib/File/Spec.pm
9137 ____________________________________________________________________________
9138 [  3041] By: gsar                                  on 1999/02/28  22:47:19
9139         Log: fix subtle bug in eval'' testsuite
9140      Branch: perl
9141            ! t/op/eval.t
9142 ____________________________________________________________________________
9143 [  3040] By: gsar                                  on 1999/02/28  22:46:24
9144         Log: avoid literal control characters in change#3039
9145      Branch: perl
9146            ! t/base/lex.t
9147 ____________________________________________________________________________
9148 [  3039] By: gsar                                  on 1999/02/28  21:47:18
9149         Log: todo item: permit extended control variables a la ${^Foo} (patch
9150              courtesy Mark-Jason Dominus <mjd@plover.com>)
9151      Branch: perl
9152            ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
9153            ! t/base/lex.t toke.c
9154 ____________________________________________________________________________
9155 [  3038] By: gsar                                  on 1999/02/28  21:21:05
9156         Log: From: abigail@fnx.com
9157              Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
9158              Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
9159              Subject: Recognize -> and => inside [A-Z]<> sequences.
9160      Branch: perl
9161            ! pod/pod2man.PL
9162 ____________________________________________________________________________
9163 [  3037] By: gsar                                  on 1999/02/28  21:12:22
9164         Log: fix longstanding bug: searches for lexicals originating within eval''
9165              weren't stopping at the subroutine boundary correctly
9166      Branch: perl
9167            ! op.c proto.h t/op/eval.t
9168 ____________________________________________________________________________
9169 [  3036] By: gsar                                  on 1999/02/28  20:02:29
9170         Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
9171              as stacked list values
9172              From: jan.dubois@ibm.net (Jan Dubois)
9173              Date: Sat, 27 Feb 1999 18:24:17 +0100
9174              Message-ID: <36e22849.36531259@smtp1.ibm.net>
9175              Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup 
9176      Branch: perl
9177            ! win32/win32.c
9178 ____________________________________________________________________________
9179 [  3035] By: gsar                                  on 1999/02/28  19:48:54
9180         Log: remove superfluous stack_sp decl
9181      Branch: perl
9182            ! jpl/JNI/JNI.xs
9183 ____________________________________________________________________________
9184 [  3034] By: gsar                                  on 1999/02/28  19:34:58
9185         Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
9186      Branch: perl
9187            ! lib/Getopt/Std.pm
9188 ____________________________________________________________________________
9189 [  3033] By: gsar                                  on 1999/02/28  19:23:41
9190         Log: add File::Compare::compare_text()
9191              From: jan.dubois@ibm.net (Jan Dubois)
9192              Date: Fri, 26 Feb 1999 00:20:41 +0100
9193              Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
9194              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
9195      Branch: perl
9196            ! lib/File/Compare.pm pod/perltodo.pod
9197 ____________________________________________________________________________
9198 [  3032] By: gsar                                  on 1999/02/28  19:01:33
9199         Log: add README.hpux
9200      Branch: perl
9201            + README.hpux
9202            ! MAINTAIN MANIFEST
9203 ____________________________________________________________________________
9204 [  3031] By: gsar                                  on 1999/02/28  18:49:08
9205         Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
9206              James Cromie <jcromie@fossil.uswc.uswest.com>
9207      Branch: perl
9208            ! lib/Pod/Html.pm
9209 ____________________________________________________________________________
9210 [  3030] By: gsar                                  on 1999/02/28  18:35:09
9211         Log: From: jan.dubois@ibm.net (Jan Dubois)
9212              Date: Wed, 24 Feb 1999 22:34:56 +0100
9213              Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
9214              Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
9215      Branch: perl
9216            ! lib/Test/Harness.pm
9217 ____________________________________________________________________________
9218 [  3029] By: gsar                                  on 1999/02/28  18:28:18
9219         Log: add note about env pollution
9220      Branch: perl
9221            ! INSTALL pod/perltodo.pod
9222 ____________________________________________________________________________
9223 [  3028] By: jhi                                   on 1999/02/26  14:40:00
9224         Log: HP-UX 11 threads.
9225              
9226              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
9227              To: perl5-porters@perl.org
9228              Cc: jhi@cc.hut.fi
9229              Subject: Maint 5 and _54 with threading on HP-UX 11.00
9230              Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
9231              Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
9232              
9233              NOTE from jhi: the hpux hints could still be more robust by
9234              disabling gdbm when necessary.
9235              
9236              Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
9237              linking -lgdbm -lpthread creates an executable that instantly
9238              core dumps on a pthreads internal panic:
9239              
9240              ./gdpt
9241              
9242              Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
9243              Return Pointer is 0xc082bf33
9244              17639 quit (core dumped)  ./gdpt
9245              
9246              You don't have to *use* either gdbm or pthreads in the executable,
9247              just linking them together is enough.  Workaround is to recompile
9248              the GDBM under HP-UX 11, that makes the problem go away.
9249      Branch: maint-5.005/perl
9250            ! hints/hpux.sh thread.h
9251 ____________________________________________________________________________
9252 [  3025] By: jhi                                   on 1999/02/25  20:41:07
9253         Log: Temporary workaround for the config_h.SH versus
9254              crosscompile and multiarch plus introduce 'rt'
9255              to $libswanted: in UNIX98 sched_yield() lives there.
9256      Branch: cfgperl
9257            ! Configure config_h.SH
9258 ____________________________________________________________________________
9259 [  3024] By: jhi                                   on 1999/02/24  12:54:59
9260         Log: Integrate from mainperl.
9261      Branch: cfgperl
9262           +> t/lib/fatal.t
9263           !> (integrate 44 files)
9264 ____________________________________________________________________________
9265 [  3023] By: gsar                                  on 1999/02/24  07:02:12
9266         Log: integrate cfgperl contents
9267      Branch: perl
9268           !> (integrate 30 files)
9269 ____________________________________________________________________________
9270 [  3022] By: gsar                                  on 1999/02/24  05:59:47
9271         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
9272              Date: 23 Feb 1999 17:53:22 -0700
9273              Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
9274              Subject: [PATCH: _55] perldoc -q broken
9275      Branch: perl
9276            ! utils/perldoc.PL
9277 ____________________________________________________________________________
9278 [  3021] By: gsar                                  on 1999/02/24  05:51:53
9279         Log: ansify perlio.c, fix PerlIO-ish typos
9280      Branch: perl
9281            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
9282            ! iperlsys.h perlio.c
9283 ____________________________________________________________________________
9284 [  3020] By: gsar                                  on 1999/02/24  05:28:06
9285         Log: adjust a Perl_malloc() flag for NeXT
9286              From: Hans Mulder <hansm@icgned.icgroup.nl>
9287              Date: Tue, 23 Feb 99 00:26:25 +0100
9288              Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
9289              Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
9290      Branch: perl
9291            ! perl.h
9292 ____________________________________________________________________________
9293 [  3019] By: gsar                                  on 1999/02/24  05:19:42
9294         Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
9295      Branch: perl
9296            ! pod/perltodo.pod
9297 ____________________________________________________________________________
9298 [  3018] By: gsar                                  on 1999/02/24  04:15:18
9299         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
9300              Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
9301              Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
9302              Subject: improved error message [PATCH _55] [RESEND]
9303      Branch: perl
9304            ! sv.c
9305 ____________________________________________________________________________
9306 [  3017] By: gsar                                  on 1999/02/24  03:50:34
9307         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
9308              Date: Sun, 21 Feb 1999 20:02:18 -0700
9309              Message-Id: <199902220302.UAA09981@jhereg.perl.com>
9310              Subject: perlfunc updates (against 55)
9311      Branch: perl
9312            ! pod/perlfunc.pod
9313 ____________________________________________________________________________
9314 [  3016] By: gsar                                  on 1999/02/24  03:17:05
9315         Log: testsuite adjustments
9316              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
9317              Date: Sat, 20 Feb 1999 15:24:57 +0000
9318              Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
9319              Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
9320      Branch: perl
9321            ! t/lib/io_sock.t t/op/lex_assign.t
9322 ____________________________________________________________________________
9323 [  3015] By: gsar                                  on 1999/02/24  02:54:47
9324         Log: avoid modifying readonly values from qw()
9325      Branch: perl
9326            ! lib/ExtUtils/MM_Unix.pm
9327 ____________________________________________________________________________
9328 [  3014] By: gsar                                  on 1999/02/24  02:49:04
9329         Log: more "correct" utbuf for utime()
9330      Branch: perl
9331            ! doio.c
9332 ____________________________________________________________________________
9333 [  3013] By: jhi                                   on 1999/02/22  19:27:44
9334         Log: Fix MacPerl version, change PowerUX to PowerMAX.
9335              
9336              From: Chris Nandor <pudge@pobox.com>
9337              To: jhi@iki.fi
9338              Cc: perl5-porters@perl.org
9339              Subject: Re: perl current availability as documented by perl.pod
9340              Date: Sun, 21 Feb 1999 11:06:03 -0500
9341              Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
9342              
9343              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
9344              To: jhi@iki.fi
9345              Cc: perl5-porters@perl.org
9346              Subject: Re: perl current availability as documented by perl.pod
9347              Date: Mon, 22 Feb 1999 13:08:30 GMT
9348              Message-Id: <199902221308.NAA19971@cleo.ccur.com>
9349      Branch: cfgperl
9350            ! pod/perl.pod
9351      Branch: maint-5.005/perl
9352            ! pod/perl.pod
9353 ____________________________________________________________________________
9354 [  3012] By: jhi                                   on 1999/02/22  10:26:11
9355         Log: Snapshot the cross-compilation/multiarchitecture stuff
9356              (currently broken in next)
9357      Branch: cfgperl
9358            ! Configure config_h.SH pp.c
9359 ____________________________________________________________________________
9360 [  3011] By: jhi                                   on 1999/02/22  10:24:51
9361         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
9362              To: gsar@activestate.com (Gurusamy Sarathy)
9363              Cc: perl5-porters@perl.org (Perl5 Porters)
9364              Subject: [PATCH 5.005_55] DB_File 1.64 patch
9365              Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
9366              Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
9367      Branch: cfgperl
9368            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
9369            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
9370 ____________________________________________________________________________
9371 [  3009] By: jhi                                   on 1999/02/22  09:14:26
9372         Log: Scratch #3008 and introduce $crosscompile and $multiarch
9373              also in non-Configure lands.
9374      Branch: cfgperl
9375            ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
9376            ! hints/next_4.sh vms/subconfigure.com win32/config.bc
9377            ! win32/config.gc win32/config.vc win32/config_H.bc
9378            ! win32/config_H.gc win32/config_H.vc
9379 ____________________________________________________________________________
9380 [  3008] By: jhi                                   on 1999/02/22  08:58:04
9381         Log: Add -DMULTIARCH (see change #3006).
9382      Branch: cfgperl
9383            ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
9384 ____________________________________________________________________________
9385 [  3007] By: jhi                                   on 1999/02/22  08:54:06
9386         Log: Undo the references to local{lib,arch} introduced by #3006.
9387      Branch: cfgperl
9388            ! Configure config_h.SH
9389 ____________________________________________________________________________
9390 [  3006] By: jhi                                   on 1999/02/22  08:43:50
9391         Log: From: hansm@icgned.icgroup.nl
9392              To: perlbug@perl.com
9393              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
9394              Date: Sun, 21 Feb 1999 22:58:55 +0100
9395              Reply-To: hansmu@xs4all.nl
9396              Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
9397              
9398              plus other Configure changes: prepare for cross-compilation/
9399              multiarchitecture builds.
9400      Branch: cfgperl
9401            ! Configure config_h.SH
9402 ____________________________________________________________________________
9403 [  3005] By: jhi                                   on 1999/02/22  08:35:30
9404         Log: Configure/Perl knew how to look for use Mach cthreads
9405              but Configure didn't let them to be used ($osname 'next').
9406      Branch: cfgperl
9407            ! Configure config_h.SH
9408      Branch: maint-5.005/perl
9409            ! Configure
9410 ____________________________________________________________________________
9411 [  3004] By: jhi                                   on 1999/02/21  15:46:02
9412         Log: Update Acorn AVAILABILITY.
9413      Branch: cfgperl
9414            ! pod/perl.pod
9415      Branch: maint-5.005/perl
9416            ! pod/perl.pod
9417 ____________________________________________________________________________
9418 [  3003] By: jhi                                   on 1999/02/21  14:50:42
9419         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
9420              To: perl5-porters@perl.org (Perl 5 Porters)
9421              Subject: PATCH: perlref.pod - symbolic ref example
9422              Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
9423              Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
9424      Branch: cfgperl
9425            ! pod/perlref.pod
9426      Branch: maint-5.005/perl
9427            ! pod/perlref.pod
9428 ____________________________________________________________________________
9429 [  3002] By: jhi                                   on 1999/02/21  14:35:22
9430         Log: Sync cfgperl with maint-5.005 change #3000.
9431      Branch: cfgperl
9432            ! pod/perlfunc.pod t/op/pack.t
9433 ____________________________________________________________________________
9434 [  2999] By: gsar                                  on 1999/02/20  22:48:30
9435         Log: From:    John Bley <jbb6@acpub.duke.edu>
9436              Date:    Sat, 20 Feb 1999 16:02:34 EST
9437              Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
9438              Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
9439      Branch: perl
9440            ! regcomp.c
9441 ____________________________________________________________________________
9442 [  2998] By: jhi                                   on 1999/02/20  14:13:06
9443         Log: Enhanced the endianness description.
9444      Branch: cfgperl
9445            ! pod/perlfunc.pod
9446 ____________________________________________________________________________
9447 [  2996] By: jhi                                   on 1999/02/20  13:55:41
9448         Log: Glossary now mostly fixed.
9449      Branch: cfgperl
9450            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9451            ! config_h.SH
9452 ____________________________________________________________________________
9453 [  2994] By: jhi                                   on 1999/02/20  11:58:33
9454         Log: Perldeltify GNU/Hurd.
9455      Branch: cfgperl
9456            ! pod/perldelta.pod
9457 ____________________________________________________________________________
9458 [  2993] By: gsar                                  on 1999/02/20  00:59:10
9459         Log: fix typo in Perl_sbrk()
9460              From: hansm@icgned.icgroup.nl
9461              Date: Fri, 19 Feb 1999 23:19:31 +0100
9462              Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
9463              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
9464      Branch: perl
9465            ! malloc.c
9466 ____________________________________________________________________________
9467 [  2992] By: gsar                                  on 1999/02/20  00:51:08
9468         Log: integrate change#2980 from maint-5.005
9469      Branch: perl
9470           !> utils/h2xs.PL
9471 ____________________________________________________________________________
9472 [  2991] By: gsar                                  on 1999/02/20  00:34:01
9473         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9474              Date: Thu, 18 Feb 1999 18:51:38 +0000
9475              Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
9476              Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55 
9477      Branch: perl
9478            ! pp_hot.c t/op/pat.t
9479 ____________________________________________________________________________
9480 [  2990] By: gsar                                  on 1999/02/20  00:30:48
9481         Log: From: jan.dubois@ibm.net (Jan Dubois)
9482              Date: Thu, 18 Feb 1999 19:14:07 +0100
9483              Message-ID: <36d15809.40853323@smtp1.ibm.net>
9484              Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
9485      Branch: perl
9486            ! win32/win32.c
9487 ____________________________________________________________________________
9488 [  2989] By: gsar                                  on 1999/02/20  00:27:01
9489         Log: do poll() emulation unless HAS_POLL && I_POLL
9490      Branch: perl
9491            ! ext/IO/poll.h
9492 ____________________________________________________________________________
9493 [  2988] By: gsar                                  on 1999/02/19  23:52:12
9494         Log: tweak RE for NaNQ? recognition
9495      Branch: perl
9496            ! t/lib/bigfloatpm.t
9497 ____________________________________________________________________________
9498 [  2987] By: gsar                                  on 1999/02/19  23:29:59
9499         Log: mention C<use utf8> and C<use warning> in perldelta
9500      Branch: perl
9501            ! pod/perldelta.pod
9502 ____________________________________________________________________________
9503 [  2985] By: jhi                                   on 1999/02/19  20:43:19
9504         Log: pack/unpack better in (network-)short-non-16-bits and
9505              (network-)long-non-32-bits systems such as Cray C90.
9506      Branch: cfgperl
9507            ! perl.h pp.c t/op/pack.t
9508 ____________________________________________________________________________
9509 [  2984] By: jhi                                   on 1999/02/19  20:38:54
9510         Log: Regen Configure.
9511      Branch: cfgperl
9512            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9513            ! perl.c
9514 ____________________________________________________________________________
9515 [  2982] By: jhi                                   on 1999/02/19  19:51:49
9516         Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
9517              not probed for and         
9518              
9519              From: "Kurt D. Starsinic" <kstar@chapin.edu>
9520              To: Chaim Frenkel <chaimf@pobox.com>,
9521              Russ Allbery <rra@stanford.edu>,
9522              Jarkko Hietaniemi <jhi@iki.fi>,
9523              Gurusamy Sarathy <gsar@activestate.com>,
9524              Graham Barr <gbarr@pobox.com>
9525              Cc: bdensch@ameritech.net, perlbug@perl.com
9526              Subject: [PATCH] Re: Solaris 7 for Intel
9527              Message-ID: <19990219124404.A30182@O2.chapin.edu>
9528              
9529              Glossary is still missing some terms because
9530              mkglossary is misbehaving (change #2981 updated
9531              Glossary manually)
9532      Branch: cfgperl
9533            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
9534            ! Porting/config_H
9535 ____________________________________________________________________________
9536 [  2980] By: gbarr                                 on 1999/02/19  16:06:53
9537         Log: Make result of h2xs work when user adds C<use strict>
9538      Branch: maint-5.005/perl
9539            ! utils/h2xs.PL
9540 ____________________________________________________________________________
9541 [  2979] By: gsar                                  on 1999/02/19  05:24:29
9542         Log: doc for change#2978
9543      Branch: perl
9544            ! pod/perlsub.pod
9545 ____________________________________________________________________________
9546 [  2978] By: gsar                                  on 1999/02/19  05:08:29
9547         Log: bring '*' prototype closer to how it behaves internally
9548      Branch: perl
9549            + t/lib/fatal.t
9550            ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
9551 ____________________________________________________________________________
9552 [  2977] By: gsar                                  on 1999/02/19  02:50:31
9553         Log: stem leakage of perly.h #defines #ifndef PERL_CORE
9554      Branch: perl
9555            ! perly.h
9556 ____________________________________________________________________________
9557 [  2975] By: gsar                                  on 1999/02/18  21:41:57
9558         Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
9559              of lexical searches in BEGIN|INIT|END)
9560      Branch: perl
9561            ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
9562            ! vms/perly_c.vms
9563 ____________________________________________________________________________
9564 [  2974] By: gsar                                  on 1999/02/18  21:03:06
9565         Log: missing PERL_POLLUTE_MALLOC
9566      Branch: perl
9567            ! ext/SDBM_File/sdbm/sdbm.h
9568 ____________________________________________________________________________
9569 [  2973] By: gsar                                  on 1999/02/18  17:10:49
9570         Log: From:    Andy Dougherty <doughera@lafayette.edu>
9571              Date:    Wed, 17 Feb 1999 17:22:50 EST
9572              Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
9573              Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
9574      Branch: perl
9575            ! lib/dotsh.pl
9576 ____________________________________________________________________________
9577 [  2972] By: gsar                                  on 1999/02/18  17:04:12
9578         Log: s/#defined/#define/
9579      Branch: perl
9580            ! ext/Data/Dumper/Dumper.xs
9581 ____________________________________________________________________________
9582 [  2970] By: gsar                                  on 1999/02/18  03:26:43
9583         Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
9584      Branch: perl
9585            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
9586            ! ext/GDBM_File/typemap
9587 ____________________________________________________________________________
9588 [  2969] By: gsar                                  on 1999/02/17  23:30:47
9589         Log: correct slurp mode doc
9590      Branch: perl
9591            ! pod/perlfunc.pod pod/perlop.pod
9592 ____________________________________________________________________________
9593 [  2968] By: jhi                                   on 1999/02/17  23:15:49
9594         Log: Ultrix hints update.
9595              
9596              From: Spider Boardman <spider@zk3.dec.com>
9597              To: perlbug@perl.com
9598              Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
9599              Date: Tue, 16 Feb 1999 23:04:28 -0500
9600              Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
9601      Branch: cfgperl
9602            ! hints/ultrix_4.sh
9603 ____________________________________________________________________________
9604 [  2966] By: jhi                                   on 1999/02/17  23:09:21
9605         Log: Change #2965 wiped out some Sarathy's _55 changes.
9606              Now unwiped.
9607      Branch: cfgperl
9608            ! Configure pp.c t/op/pack.t
9609 ____________________________________________________________________________
9610 [  2965] By: jhi                                   on 1999/02/17  23:00:04
9611         Log: Configure tweaks.
9612              
9613              Fix the Unixware/SCO uname scan:
9614              
9615              From: Tom Hughes <thh@cyberscience.com>
9616              To: perlbug@perl.com
9617              Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
9618              Date: 17 Feb 1999 15:34:15 +0000    
9619              Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
9620              
9621              AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
9622              
9623              From: Joe Buehler <jhpb@hekimian.com>
9624              To: perl5-porters@perl.org
9625              Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
9626              Date: 12 Feb 1999 11:25:21 -0500
9627              Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
9628              
9629              Make the pthreads joinable constant scan to output to fd 4, not 2.
9630      Branch: cfgperl
9631            ! Configure
9632 ____________________________________________________________________________
9633 [  2964] By: gsar                                  on 1999/02/17  21:30:07
9634         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
9635              Date: Wed, 17 Feb 1999 06:53:13 -0700
9636              Message-Id: <199902171353.GAA15682@jhereg.perl.com>
9637              Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
9638      Branch: perl
9639            ! lib/Pod/Functions.pm
9640 ____________________________________________________________________________
9641 [  2963] By: gsar                                  on 1999/02/17  21:18:21
9642         Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
9643              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9644              Date: Wed, 17 Feb 1999 10:06:01 +0000
9645              Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
9646              Subject: Re: [5.005_53] panic: pad_free curpad 
9647      Branch: perl
9648            ! regcomp.c regexec.c t/op/misc.t
9649 ____________________________________________________________________________
9650 [  2962] By: gsar                                  on 1999/02/16  21:26:28
9651         Log: NaNQ? tweak
9652      Branch: perl
9653            ! t/lib/bigfloatpm.t
9654 ____________________________________________________________________________
9655 [  2961] By: jhi                                   on 1999/02/16  19:26:38
9656         Log: Integrate from mainperl.
9657      Branch: cfgperl
9658           !> (integrate 37 files)
9659 ____________________________________________________________________________
9660 [  2960] By: gsar                                  on 1999/02/16  18:04:29
9661         Log: undo change#2465 (qw[] is a real list now)
9662      Branch: perl
9663            ! pod/perlop.pod
9664 ____________________________________________________________________________
9665 [  2959] By: gsar                                  on 1999/02/16  07:09:33
9666         Log: this was 5.005_55
9667      Branch: perl
9668            ! Changes
9669
9670 ----------------
9671 Version 5.005_55
9672 ----------------
9673
9674 ____________________________________________________________________________
9675 [  2958] By: gsar                                  on 1999/02/16  06:18:27
9676         Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
9677              elide dups and non-dependents from Changes
9678      Branch: perl
9679            ! Changes pod/perlhist.pod
9680           !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
9681           !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
9682           !> pod/perlport.pod pp.c t/op/pack.t
9683 ____________________________________________________________________________
9684 [  2957] By: gsar                                  on 1999/02/16  04:09:47
9685         Log: propagate PERL_VERSION everywhere, add to pod
9686      Branch: perl
9687            ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
9688            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
9689            ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
9690            ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
9691            ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
9692            ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
9693            ! vms/myconfig.com vms/subconfigure.com win32/config.bc
9694            ! win32/config.gc win32/config.vc win32/config_sh.PL
9695            ! win32/win32.c x2p/a2py.c
9696 ____________________________________________________________________________
9697 [  2955] By: jhi                                   on 1999/02/15  16:15:03
9698         Log: The pack tests now better in C90 (after the packnative patches).
9699      Branch: cfgperl
9700            ! t/op/pack.t
9701 ____________________________________________________________________________
9702 [  2954] By: gsar                                  on 1999/02/15  14:11:50
9703         Log: tweak Configure to follow new PERL_VERSION etc.
9704      Branch: perl
9705            ! Configure patchlevel.h pod/perlhist.pod
9706 ____________________________________________________________________________
9707 [  2953] By: jhi                                   on 1999/02/15  14:02:21
9708         Log: Integrate from mainperl.
9709      Branch: cfgperl
9710           !> MANIFEST Porting/makerel
9711 ____________________________________________________________________________
9712 [  2952] By: jhi                                   on 1999/02/15  13:50:07
9713         Log: Enhance the packnative patch: use the packnative code
9714              only if required.  Also added hefty testing (hopefully
9715              I didn't assume too much...).  Tested on alpha, ix86, sparc.
9716      Branch: cfgperl
9717            ! pod/perlfunc.pod pp.c t/op/pack.t
9718 ____________________________________________________________________________
9719 [  2951] By: jhi                                   on 1999/02/15  13:46:56
9720         Log: AVAILABILITY from 5.005_03-tobe, will of course
9721              require updating when 5.006 comes out.
9722      Branch: cfgperl
9723            ! pod/perl.pod
9724 ____________________________________________________________________________
9725 [  2949] By: gsar                                  on 1999/02/15  13:28:51
9726         Log: will this be it for 5.005_55?
9727      Branch: perl
9728            ! MANIFEST Porting/makerel
9729 ____________________________________________________________________________
9730 [  2948] By: jhi                                   on 1999/02/15  13:23:52
9731         Log: Integrate from mainperl.
9732      Branch: cfgperl
9733           !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
9734           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
9735           !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
9736           !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
9737           !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
9738           !> win32/config.gc win32/config.vc win32/config_H.bc
9739           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
9740 ____________________________________________________________________________
9741 [  2947] By: jhi                                   on 1999/02/15  13:20:41
9742         Log: perlport.pod 1.39 from Chris.
9743      Branch: cfgperl
9744            ! pod/perlport.pod
9745 ____________________________________________________________________________
9746 [  2946] By: jhi                                   on 1999/02/15  13:09:58
9747         Log: Import Ultrix update, change #2864, 
9748              
9749              From: Spider Boardman <spider@zk3.dec.com>
9750              To: perlbug@perl.com
9751              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
9752              Date: Wed, 10 Feb 1999 23:33:31 -0500
9753              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
9754      Branch: cfgperl
9755            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
9756 ____________________________________________________________________________
9757 [  2945] By: jhi                                   on 1999/02/15  13:04:50
9758         Log: OpenBSD sparc SHMLBA.
9759      Branch: cfgperl
9760            ! ext/IPC/SysV/SysV.xs
9761 ____________________________________________________________________________
9762 [  2944] By: gsar                                  on 1999/02/15  12:09:52
9763         Log: update win32/config* stuff, Changes
9764      Branch: perl
9765            ! Changes win32/Makefile win32/config.bc win32/config.gc
9766            ! win32/config.vc win32/config_H.bc win32/config_H.gc
9767            ! win32/config_H.vc win32/makefile.mk
9768 ____________________________________________________________________________
9769 [  2943] By: gsar                                  on 1999/02/15  11:54:08
9770         Log: #include patchlevel.h by default, provide
9771              PERL_{REVISION,VERSION,SUBVERSION}
9772      Branch: perl
9773            ! patchlevel.h perl.h
9774 ____________________________________________________________________________
9775 [  2942] By: gsar                                  on 1999/02/15  10:26:59
9776         Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
9777              misc fixes
9778      Branch: perl
9779            ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
9780 ____________________________________________________________________________
9781 [  2941] By: gsar                                  on 1999/02/15  10:24:37
9782         Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
9783              Message-ID: <19990207002851.B9185@toldyouso.com>
9784              Message-ID: <19990207212152.A9765@toldyouso.com>
9785              Message-ID: <19990207212041.A9622@toldyouso.com>
9786              Message-ID: <19990207213127.A10244@toldyouso.com>
9787              Message-ID: <19990207212559.A9950@toldyouso.com>
9788              Message-ID: <19990207212842.A9994@toldyouso.com>
9789              Message-ID: <19990207212500.A9860@toldyouso.com>
9790              Message-ID: <19990207213013.A10105@toldyouso.com>
9791      Branch: perl
9792            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
9793            ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
9794            ! pod/perlmodlib.pod pod/perltoc.pod
9795 ____________________________________________________________________________
9796 [  2940] By: gsar                                  on 1999/02/15  10:07:08
9797         Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
9798              of suggested patch)
9799              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
9800              Date: Mon, 08 Feb 1999 01:14:41 -0000
9801              Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
9802              Subject: [PATCH 5.005_54] some pending C.pm stuff 
9803      Branch: perl
9804            ! ext/B/B/C.pm
9805 ____________________________________________________________________________
9806 [  2939] By: jhi                                   on 1999/02/15  08:40:18
9807         Log: Integrate from mainperl.
9808      Branch: cfgperl
9809           +> t/lib/bigfloat.t t/lib/bigfloatpm.t
9810            - lib/File/PathConvert.pm
9811           !> (integrate 81 files)
9812 ____________________________________________________________________________
9813 [  2938] By: gsar                                  on 1999/02/15  06:56:39
9814         Log: change#2839 was bogus, redo
9815      Branch: perl
9816           !> t/lib/h2ph.pht
9817 ____________________________________________________________________________
9818 [  2937] By: gsar                                  on 1999/02/15  06:38:15
9819         Log: support Win32::GetFullPathName() and Win32::SetLastError()
9820              From: jan.dubois@ibm.net (Jan Dubois)
9821              Date: Tue, 09 Feb 1999 22:27:31 +0100
9822              Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
9823              Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
9824      Branch: perl
9825            ! win32/win32.c
9826 ____________________________________________________________________________
9827 [  2936] By: gsar                                  on 1999/02/15  06:26:39
9828         Log: support native integers, pack("L_",...) etc. (via private mail)
9829              From: Jarkko Hietaniemi <jhi@iki.fi>
9830              Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
9831              Message-Id: <199902092204.AAA29065@alpha.hut.fi>
9832              Subject: the "packnative" patch
9833      Branch: perl
9834            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
9835            ! t/lib/ipc_sysv.t t/op/pack.t
9836 ____________________________________________________________________________
9837 [  2935] By: gsar                                  on 1999/02/15  06:04:02
9838         Log: From: Michael G Schwern <schwern@pobox.com>
9839              Date: Tue, 9 Feb 1999 04:13:12 -0500
9840              Message-ID: <19990209041312.A15788@toldyouso.com>
9841              Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
9842      Branch: perl
9843            ! utils/h2xs.PL
9844 ____________________________________________________________________________
9845 [  2934] By: gsar                                  on 1999/02/15  05:30:13
9846         Log: fix bugs in the handling of negative numbers, among other things
9847              From: Steven Knight <knight@theopera.baldmt.citilink.com>
9848              Date: Mon, 8 Feb 1999 01:16:24 -0600
9849              Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
9850              Subject: Math::BigFloat and Math::BigInt
9851      Branch: perl
9852            + t/lib/bigfloat.t t/lib/bigfloatpm.t
9853            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
9854            ! t/lib/bigintpm.t
9855 ____________________________________________________________________________
9856 [  2933] By: gsar                                  on 1999/02/15  04:57:52
9857         Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
9858              Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
9859              Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
9860              Subject: s2p incorrectly handles hold space commands
9861      Branch: perl
9862            ! x2p/s2p.PL
9863 ____________________________________________________________________________
9864 [  2932] By: gsar                                  on 1999/02/15  04:45:55
9865         Log: clarify what a "line" is
9866      Branch: perl
9867            ! pod/perlfunc.pod pod/perlvar.pod
9868 ____________________________________________________________________________
9869 [  2931] By: gsar                                  on 1999/02/15  04:23:29
9870         Log: backout change#2811 and add newer version based on File::Spec
9871              From: Barrie Slaymaker <rbs@telerama.com>
9872              Date: Thu, 11 Feb 1999 16:29:24 -0500
9873              Message-ID: <36C34BB4.A62090E0@telerama.com>
9874              Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
9875      Branch: perl
9876            - lib/File/PathConvert.pm
9877            ! MANIFEST installhtml lib/Pod/Html.pm
9878 ____________________________________________________________________________
9879 [  2930] By: gsar                                  on 1999/02/15  04:16:25
9880         Log: From: Barrie Slaymaker <rbs@telerama.com>
9881              Date: Thu, 11 Feb 1999 19:39:48 -0500
9882              Message-ID: <36C37854.707D139@telerama.com>
9883              Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
9884      Branch: perl
9885            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
9886 ____________________________________________________________________________
9887 [  2929] By: gsar                                  on 1999/02/15  04:06:50
9888         Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
9889              Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
9890              Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
9891              Subject: [PATCH]5.005_54 (DOC) fix many typos
9892              --
9893              Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
9894              Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
9895              Subject: [PATCH]5.005_54 (DOC) typos
9896      Branch: perl
9897            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
9898            ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
9899            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
9900            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
9901            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
9902            ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
9903            ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
9904            ! pod/perlvar.pod pod/perlxs.pod
9905 ____________________________________________________________________________
9906 [  2928] By: gsar                                  on 1999/02/15  03:39:53
9907         Log: allow the Carp routines to pass through exception objects
9908      Branch: perl
9909            ! lib/Carp.pm
9910 ____________________________________________________________________________
9911 [  2927] By: gsar                                  on 1999/02/15  03:22:57
9912         Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
9913      Branch: perl
9914            ! pod/perlfaq8.pod
9915 ____________________________________________________________________________
9916 [  2926] By: gsar                                  on 1999/02/15  03:19:39
9917         Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
9918              have done that, but didn't)
9919      Branch: perl
9920           !> utils/h2ph.PL
9921 ____________________________________________________________________________
9922 [  2925] By: gsar                                  on 1999/02/15  03:17:01
9923         Log: integrate cfgperl changes into mainline
9924      Branch: perl
9925            ! Changes
9926           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
9927           !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
9928           !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
9929           !> vms/subconfigure.com
9930 ____________________________________________________________________________
9931 [  2924] By: gsar                                  on 1999/02/15  03:07:08
9932         Log: add const qualifier to most char* prototypes, handle ripple effect
9933      Branch: perl
9934            ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
9935            ! universal.c util.c
9936 ____________________________________________________________________________
9937 [  2923] By: gsar                                  on 1999/02/15  01:04:30
9938         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9939              Date: Thu, 04 Feb 1999 02:37:31 +0000
9940              Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
9941              Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop 
9942      Branch: perl
9943            ! pp_ctl.c t/op/range.t
9944 ____________________________________________________________________________
9945 [  2922] By: gsar                                  on 1999/02/15  00:24:34
9946         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9947              Date: Sun, 31 Jan 1999 01:50:06 +0000
9948              Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
9949              Subject: [PATCH 5.005_03t4] regexp flags bug
9950      Branch: perl
9951            ! regcomp.c t/op/re_tests
9952 ____________________________________________________________________________
9953 [  2921] By: gsar                                  on 1999/02/15  00:13:02
9954         Log: use New() et al., rather than safemalloc() et al.
9955              From: jan.dubois@ibm.net (Jan Dubois)
9956              Date: Fri, 29 Jan 1999 23:27:22 +0100
9957              Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
9958              Subject: [PATCH _03-MT5] POSIX.xs memory API
9959      Branch: perl
9960            ! ext/POSIX/POSIX.xs
9961 ____________________________________________________________________________
9962 [  2920] By: gsar                                  on 1999/02/15  00:05:33
9963         Log: tweak READ() docs to mention $buffer must be altered by reference
9964      Branch: perl
9965            ! pod/perltie.pod
9966 ____________________________________________________________________________
9967 [  2919] By: gsar                                  on 1999/02/14  23:50:39
9968         Log: applied suggested patch, with several language/readability tweaks
9969              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9970              Date: Fri, 29 Jan 1999 00:25:02 -0500
9971              Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
9972              Subject: Re: [PATCH 5.005_*] Better parsing docs
9973      Branch: perl
9974            ! pod/perlop.pod
9975 ____________________________________________________________________________
9976 [  2918] By: gsar                                  on 1999/02/14  23:20:42
9977         Log: several bug fixes; now croak()s when date exceeds integer limits (instead
9978              of silently returning bogus values)
9979              From: Peter Chines <pchines@nhgri.nih.gov>
9980              Date: Wed, 27 Jan 1999 16:11:31 -0500
9981              Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
9982              Subject: Time::Local
9983      Branch: perl
9984            ! lib/Time/Local.pm pod/perldelta.pod
9985 ____________________________________________________________________________
9986 [  2917] By: gsar                                  on 1999/02/14  11:21:43
9987         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9988              Date: Thu, 28 Jan 1999 10:02:20 -0500
9989              Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
9990              Subject: Re: [PATCH 5.005_53] Better perldoc
9991      Branch: perl
9992            ! utils/perldoc.PL
9993 ____________________________________________________________________________
9994 [  2916] By: gsar                                  on 1999/02/14  10:59:38
9995         Log: back out change#2751, apply updated version 
9996              From: jan.dubois@ibm.net (Jan Dubois)
9997              Date: Sat, 06 Feb 1999 01:06:29 +0100
9998              Message-ID: <36bc844c.18763049@smtp1.ibm.net>
9999              Subject: [PATCH] Cleanup of File::Spec module
10000      Branch: perl
10001            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
10002            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
10003            ! lib/File/Spec/Win32.pm
10004 ____________________________________________________________________________
10005 [  2915] By: gsar                                  on 1999/02/14  10:48:01
10006         Log: tweak select() test
10007      Branch: perl
10008            ! pod/perlipc.pod t/op/fh.t
10009 ____________________________________________________________________________
10010 [  2914] By: gsar                                  on 1999/02/14  10:25:55
10011         Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
10012      Branch: perl
10013            ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
10014 ____________________________________________________________________________
10015 [  2913] By: gsar                                  on 1999/02/14  10:03:51
10016         Log: From: Kenneth Albanowski <kjahds@kjahds.com>
10017              Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
10018              Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
10019              Subject: Re: SvOPV() or SvPV_nolen() or ...
10020      Branch: perl
10021            ! pod/perlguts.pod
10022 ____________________________________________________________________________
10023 [  2912] By: gsar                                  on 1999/02/14  09:57:29
10024         Log: provide SvPV_nolen(sv) to avoid use of PL_na
10025              From: jan.dubois@ibm.net (Jan Dubois)
10026              Date: Sun, 24 Jan 1999 02:45:32 +0100
10027              Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
10028              Subject: [PATCH 5.005_54]  _54 version of SvPV_nolen patch
10029      Branch: perl
10030            ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
10031            ! sv.h
10032 ____________________________________________________________________________
10033 [  2911] By: gsar                                  on 1999/02/14  06:51:05
10034         Log: elide stray effluvium
10035      Branch: perl
10036            ! pod/perldelta.pod
10037 ____________________________________________________________________________
10038 [  2910] By: gsar                                  on 1999/02/14  05:51:56
10039         Log: slurping an empty file should return '' rather than undef, with
10040              commensurate effects on ARGV processing
10041      Branch: perl
10042            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
10043            ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
10044 ____________________________________________________________________________
10045 [  2909] By: gsar                                  on 1999/02/14  00:02:11
10046         Log: perly_c.diff typo
10047      Branch: perl
10048            ! perly.c perly_c.diff vms/perly_c.vms
10049 ____________________________________________________________________________
10050 [  2908] By: gsar                                  on 1999/02/13  18:20:13
10051         Log: From: jan.dubois@ibm.net (Jan Dubois)
10052              Date: Sat, 13 Feb 1999 13:25:53 +0100
10053              Message-Id: <36c9629c.13334874@smtp1.ibm.net>
10054              Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
10055      Branch: perl
10056            ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
10057 ____________________________________________________________________________
10058 [  2907] By: jhi                                   on 1999/02/13  15:07:26
10059         Log: Integrate from mainperl.
10060      Branch: cfgperl
10061           +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
10062           !> (integrate 150 files)
10063 ____________________________________________________________________________
10064 [  2903] By: gsar                                  on 1999/02/12  13:25:59
10065         Log: From: jan.dubois@ibm.net (Jan Dubois)
10066              Date: Sun, 24 Jan 1999 01:12:00 +0100
10067              Message-ID: <36b66479.62756298@smtp1.ibm.net>
10068              Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
10069      Branch: perl
10070            ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
10071            ! proto.h sv.c sv.h
10072 ____________________________________________________________________________
10073 [  2902] By: gsar                                  on 1999/02/12  12:55:11
10074         Log: script to generate ctags from etags
10075              From: Colin Kuskie <ckuskie@cadence.com>
10076              Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
10077              Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
10078              Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
10079      Branch: perl
10080            + emacs/e2ctags.pl
10081            ! Makefile.SH pod/perlfaq3.pod
10082 ____________________________________________________________________________
10083 [  2901] By: gsar                                  on 1999/02/12  12:40:17
10084         Log: allow boolean assign ops to be lvalues
10085              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
10086              Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
10087              Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
10088              --
10089              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10090              Date: Mon, 18 Jan 1999 10:04:00 +0000
10091              Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
10092              Subject: Re: [inconsistency 5.005_54] ||= not an lvalue 
10093      Branch: perl
10094            + t/op/lop.t
10095            ! MANIFEST op.c
10096 ____________________________________________________________________________
10097 [  2899] By: jhi                                   on 1999/02/12  12:03:48
10098         Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
10099      Branch: cfgperl
10100            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10101            ! config_h.SH hints/openbsd.sh
10102 ____________________________________________________________________________
10103 [  2898] By: gsar                                  on 1999/02/12  11:49:25
10104         Log: support win32_putenv()
10105      Branch: perl
10106            ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
10107            ! win32/win32.c win32/win32iop.h
10108 ____________________________________________________________________________
10109 [  2894] By: gsar                                  on 1999/02/12  11:09:27
10110         Log: add missing hunk in change#2657
10111      Branch: perl
10112            ! ext/B/B/CC.pm
10113 ____________________________________________________________________________
10114 [  2893] By: gsar                                  on 1999/02/12  11:00:13
10115         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10116              Date: Tue, 19 Jan 1999 20:13:15 -0500
10117              Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
10118              Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
10119      Branch: perl
10120            ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
10121            ! t/pragma/subs.t t/pragma/warning.t
10122 ____________________________________________________________________________
10123 [  2892] By: gsar                                  on 1999/02/12  10:44:38
10124         Log: update change#2670 to later version
10125              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10126              Date: Sun, 31 Jan 1999 16:16:14 +0000
10127              Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
10128              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing 
10129      Branch: perl
10130            ! t/op/subst.t toke.c
10131 ____________________________________________________________________________
10132 [  2891] By: gsar                                  on 1999/02/12  10:31:17
10133         Log: make testsuite somewhat location independent
10134      Branch: perl
10135            ! (edit 117 files)
10136 ____________________________________________________________________________
10137 [  2890] By: gsar                                  on 1999/02/12  10:00:30
10138         Log: add $AutoLoader::VERSION
10139      Branch: perl
10140            ! lib/AutoLoader.pm
10141 ____________________________________________________________________________
10142 [  2889] By: gsar                                  on 1999/02/12  09:55:48
10143         Log: tweak PERL_STRICT_CR notes
10144      Branch: perl
10145            ! pod/perl5005delta.pod
10146 ____________________________________________________________________________
10147 [  2888] By: gsar                                  on 1999/02/12  09:41:45
10148         Log: add note about test-notty target
10149      Branch: perl
10150            ! README.win32
10151 ____________________________________________________________________________
10152 [  2887] By: gsar                                  on 1999/02/12  09:37:37
10153         Log: add perltodo.pod
10154      Branch: perl
10155            + pod/perltodo.pod
10156            ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
10157            ! win32/pod.mak
10158 ____________________________________________________________________________
10159 [  2886] By: jhi                                   on 1999/02/12  08:52:14
10160         Log: Integrate from mainperl.
10161      Branch: cfgperl
10162           +> t/op/fh.t
10163           !> (integrate 30 files)
10164 ____________________________________________________________________________
10165 [  2885] By: gsar                                  on 1999/02/12  08:42:10
10166         Log: note how to find REG_INFTY limit
10167      Branch: perl
10168            ! pod/perlre.pod
10169 ____________________________________________________________________________
10170 [  2884] By: jhi                                   on 1999/02/12  08:36:14
10171         Log: OpenBSD pthreads awareness, thanks to
10172              David Leonard <david.leonard@csee.uq.edu.au>
10173      Branch: maint-5.005/perl
10174            ! Configure hints/openbsd.sh
10175 ____________________________________________________________________________
10176 [  2882] By: gsar                                  on 1999/02/12  08:05:20
10177         Log: IO is maintained by p5p (per Graham Barr's wishes)
10178      Branch: perl
10179            ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
10180            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
10181            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
10182            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
10183 ____________________________________________________________________________
10184 [  2881] By: gsar                                  on 1999/02/12  07:57:13
10185         Log: fh.t typo
10186      Branch: perl
10187            ! t/op/fh.t
10188 ____________________________________________________________________________
10189 [  2880] By: gsar                                  on 1999/02/12  07:38:16
10190         Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
10191      Branch: perl
10192            ! perl.c pod/perlrun.pod
10193 ____________________________________________________________________________
10194 [  2879] By: gsar                                  on 1999/02/12  05:39:29
10195         Log: fix ops that are not filehandle constructors to not create GV if it
10196              doesn't already exist (avoids leaks); extend semantics of defined()
10197              so that defined(*{$foo}) works (experimental)
10198      Branch: perl
10199            + t/op/fh.t
10200            ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
10201            ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
10202 ____________________________________________________________________________
10203 [  2877] By: jhi                                   on 1999/02/11  20:44:00
10204         Log: From: Chris Nandor <pudge@pobox.com>
10205              To: perl5-porters@perl.org
10206              Subject: [PATCH] perlport.pod 1.39
10207              Date: Thu, 11 Feb 1999 12:28:35 -0500
10208              Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
10209      Branch: cfgperl
10210            ! pod/perlport.pod
10211 ____________________________________________________________________________
10212 [  2870] By: gsar                                  on 1999/02/11  11:17:08
10213         Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
10214      Branch: perl
10215            ! ext/IO/lib/IO/Pipe.pm
10216 ____________________________________________________________________________
10217 [  2869] By: gsar                                  on 1999/02/11  11:00:56
10218         Log: update win32/pod.mak
10219      Branch: perl
10220            ! win32/pod.mak
10221 ____________________________________________________________________________
10222 [  2868] By: gsar                                  on 1999/02/11  10:42:44
10223         Log: From: Benjamin Low <b.d.low@unsw.edu.au>
10224              Date: Fri, 08 Jan 1999 14:36:53 +1100
10225              Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
10226              Subject: Re: [Fwd: IO::Socket::connect and blocking]
10227      Branch: perl
10228            ! ext/IO/lib/IO/Socket.pm
10229 ____________________________________________________________________________
10230 [  2867] By: gsar                                  on 1999/02/11  09:43:03
10231         Log: av_extend() doc tweak from Jan Dubois
10232      Branch: perl
10233            ! pod/perlguts.pod
10234 ____________________________________________________________________________
10235 [  2866] By: gsar                                  on 1999/02/11  09:27:17
10236         Log: display full pathname of unreadable files
10237      Branch: perl
10238            ! utils/perldoc.PL
10239 ____________________________________________________________________________
10240 [  2865] By: gsar                                  on 1999/02/11  09:02:31
10241         Log: missing patch in change#2522
10242      Branch: perl
10243            ! lib/Pod/Text.pm
10244 ____________________________________________________________________________
10245 [  2864] By: jhi                                   on 1999/02/11  08:45:00
10246         Log: From: Spider Boardman <spider@zk3.dec.com>
10247              To: perlbug@perl.com
10248              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
10249              Date: Wed, 10 Feb 1999 23:33:31 -0500
10250              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
10251      Branch: maint-5.005/perl
10252            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
10253 ____________________________________________________________________________
10254 [  2862] By: gsar                                  on 1999/02/11  08:14:34
10255         Log: integrate changes#2738,2740 from maint-5.005
10256      Branch: perl
10257           !> lib/ExtUtils/MakeMaker.pm
10258 ____________________________________________________________________________
10259 [  2861] By: jhi                                   on 1999/02/11  08:04:25
10260         Log: Integrate from mainperl.
10261      Branch: cfgperl
10262           !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
10263           !> t/op/range.t win32/config.gc
10264 ____________________________________________________________________________
10265 [  2860] By: gsar                                  on 1999/02/11  07:30:08
10266         Log: binmode() support for cygwin32 (suggested by Steven Morlock
10267              <newspost@morlock.net>)
10268      Branch: perl
10269            ! perl.h
10270 ____________________________________________________________________________
10271 [  2859] By: gsar                                  on 1999/02/11  07:14:21
10272         Log: update Changes
10273      Branch: perl
10274            ! Changes
10275           !> pod/perl5005delta.pod
10276 ____________________________________________________________________________
10277 [  2856] By: gsar                                  on 1999/02/11  07:07:39
10278         Log: integrate perldelta changes from maint-5.005
10279      Branch: perl
10280           !> pod/perl5005delta.pod
10281 ____________________________________________________________________________
10282 [  2855] By: gsar                                  on 1999/02/11  06:31:50
10283         Log: applied suggested patch; added tests
10284              From: Adam Krolnik <adamk@gypsy.cyrix.com>
10285              Date: Sat, 12 Dec 98 15:30:18 -0600
10286              Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
10287              Subject: Range operation doesn't handle IV_MAX
10288      Branch: perl
10289            ! pp_ctl.c t/op/range.t
10290 ____________________________________________________________________________
10291 [  2854] By: gsar                                  on 1999/02/11  05:00:55
10292         Log: compatibility fix: magic non-propagation in foreach implicit localization
10293      Branch: perl
10294            ! pp_ctl.c t/op/local.t win32/config.gc
10295 ____________________________________________________________________________
10296 [  2852] By: gsar                                  on 1999/02/10  23:17:49
10297         Log: fair warning about -Dusethreads
10298      Branch: maint-5.005/perl
10299            ! Configure INSTALL README.threads
10300 ____________________________________________________________________________
10301 [  2847] By: jhi                                   on 1999/02/09  19:13:28
10302         Log: Integrate from mainperl.
10303      Branch: cfgperl
10304           !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
10305           !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
10306 ____________________________________________________________________________
10307 [  2846] By: gsar                                  on 1999/02/09  13:53:28
10308         Log: a modified version of suggested patch for pack template 'Z'; added docs
10309              From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
10310              Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
10311              Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
10312              Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
10313      Branch: perl
10314            ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
10315 ____________________________________________________________________________
10316 [  2845] By: gsar                                  on 1999/02/09  00:03:26
10317         Log: clarify docs for change#2835
10318      Branch: perl
10319            ! pod/perldelta.pod pod/perlop.pod
10320 ____________________________________________________________________________
10321 [  2844] By: gsar                                  on 1999/02/08  23:40:57
10322         Log: addendum to change#2823
10323              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
10324              Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
10325              Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
10326              Subject: [PATCH] Docs and tests for method-call syntax
10327      Branch: perl
10328            ! pod/perlobj.pod t/op/method.t
10329 ____________________________________________________________________________
10330 [  2843] By: jhi                                   on 1999/02/08  21:06:28
10331         Log: Ultrix mmap tidbit.
10332      Branch: cfgperl
10333            ! hints/ultrix_4.sh
10334 ____________________________________________________________________________
10335 [  2842] By: jhi                                   on 1999/02/08  20:22:55
10336         Log: Integrate from mainperl.
10337      Branch: cfgperl
10338           +> t/op/subst_wamp.t
10339           !> (integrate 35 files)
10340 ____________________________________________________________________________
10341 [  2841] By: jhi                                   on 1999/02/08  18:23:26
10342         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10343              To: Mailing list Perl5 <perl5-porters@perl.org>
10344              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
10345              Date: Sun, 7 Feb 1999 17:25:22 -0500
10346              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
10347      Branch: cfgperl
10348            + t/op/subst_amp.t
10349            ! MANIFEST regcomp.c t/op/subst.t
10350 ____________________________________________________________________________
10351 [  2840] By: jhi                                   on 1999/02/08  18:16:54
10352         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10353              To: Mailing list Perl5 <perl5-porters@perl.org>
10354              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
10355              Date: Sun, 7 Feb 1999 17:00:10 -0500
10356              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
10357      Branch: cfgperl
10358            ! pp_hot.c t/op/pat.t
10359 ____________________________________________________________________________
10360 [  2839] By: jhi                                   on 1999/02/08  17:25:30
10361         Log: A require was missing.
10362      Branch: cfgperl
10363            ! t/lib/h2ph.pht
10364 ____________________________________________________________________________
10365 [  2838] By: jhi                                   on 1999/02/08  16:38:41
10366         Log: Bring in the change #2809 (the Configure part has been
10367              modified rather a lot since the #2809, though.)
10368      Branch: cfgperl
10369            ! Configure utils/h2ph.PL
10370 ____________________________________________________________________________
10371 [  2835] By: gsar                                  on 1999/02/08  14:40:23
10372         Log: make qw() into a true list at compile time (slightly modified
10373              variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
10374      Branch: perl
10375            ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
10376 ____________________________________________________________________________
10377 [  2834] By: gsar                                  on 1999/02/08  13:23:16
10378         Log: make safesysmalloc() etc., always available; safemalloc() et al are
10379              now macros that point to the right malloc; fix various places in
10380              sources that need to always use safesysmalloc() et al
10381      Branch: perl
10382            ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
10383            ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
10384 ____________________________________________________________________________
10385 [  2833] By: gsar                                  on 1999/02/08  10:56:16
10386         Log: remove spurious #endif in last change
10387      Branch: perl
10388            ! perl.h
10389 ____________________________________________________________________________
10390 [  2832] By: gsar                                  on 1999/02/08  10:34:55
10391         Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
10392              them ask for insanity (untested)
10393      Branch: perl
10394            ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
10395            ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
10396            ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
10397 ____________________________________________________________________________
10398 [  2831] By: jhi                                   on 1999/02/08  08:33:33
10399         Log: Update vms/subconfigure.com along the lines of change #2829.
10400      Branch: cfgperl
10401            ! vms/subconfigure.com
10402 ____________________________________________________________________________
10403 [  2830] By: gsar                                  on 1999/02/08  00:19:46
10404         Log: integrate cfgperl changes into mainline
10405      Branch: perl
10406           +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
10407           +> lib/File/PathConvert.pm pod/perlthrtut.pod
10408            ! Changes
10409           !> (integrate 93 files)
10410 ____________________________________________________________________________
10411 [  2829] By: jhi                                   on 1999/02/07  23:49:46
10412         Log: Configure update.
10413              
10414              Probe for mmap() et alia.
10415              The *cc*symbols patch (just Configure, no h2ph).
10416      Branch: cfgperl
10417            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10418            ! config_h.SH perl.h
10419 ____________________________________________________________________________
10420 [  2828] By: gsar                                  on 1999/02/07  23:38:47
10421         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10422              Date: Sun, 7 Feb 1999 17:25:22 -0500
10423              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
10424              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
10425      Branch: perl
10426            + t/op/subst_amp.t t/op/subst_wamp.t
10427            ! MANIFEST regcomp.c t/op/subst.t
10428 ____________________________________________________________________________
10429 [  2827] By: gsar                                  on 1999/02/07  23:27:32
10430         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10431              Date: Sun, 7 Feb 1999 17:00:10 -0500
10432              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
10433              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
10434      Branch: perl
10435            ! pp_hot.c t/op/pat.t
10436 ____________________________________________________________________________
10437 [  2826] By: gsar                                  on 1999/02/07  23:26:04
10438         Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
10439              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10440              Date: Sun, 7 Feb 1999 15:07:27 -0500
10441              Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
10442              Subject: Re: fixing memory leaks in REx compilation
10443      Branch: perl
10444            ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
10445            ! regexec.c
10446 ____________________________________________________________________________
10447 [  2825] By: jhi                                   on 1999/02/07  18:05:13
10448         Log: Integrate from mainperl.
10449      Branch: cfgperl
10450           +> lib/DB.pm t/comp/bproto.t
10451           !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
10452           !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
10453           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
10454           !> toke.c vms/perly_c.vms
10455 ____________________________________________________________________________
10456 [  2824] By: gsar                                  on 1999/02/07  14:21:48
10457         Log: tweak doc on bitwise ops
10458      Branch: perl
10459            ! pod/perlop.pod
10460 ____________________________________________________________________________
10461 [  2823] By: gsar                                  on 1999/02/07  13:38:31
10462         Log: applied suggested patch; regen perly* and vms/perly*
10463              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
10464              Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
10465              Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
10466              Subject: [PATCH] Re: Suggestion for perlobj man page
10467      Branch: perl
10468            ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
10469 ____________________________________________________________________________
10470 [  2822] By: gsar                                  on 1999/02/07  12:39:09
10471         Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
10472              disabled, fails tests)
10473      Branch: perl
10474            ! regcomp.h
10475 ____________________________________________________________________________
10476 [  2821] By: gsar                                  on 1999/02/07  11:09:39
10477         Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
10478              <Alexander.Barilo@aexp.com>)
10479      Branch: perl
10480            ! lib/Pod/Html.pm
10481 ____________________________________________________________________________
10482 [  2820] By: gsar                                  on 1999/02/07  10:20:35
10483         Log: add draft debugging API implementation
10484      Branch: perl
10485            + lib/DB.pm
10486            ! MANIFEST
10487 ____________________________________________________________________________
10488 [  2819] By: gsar                                  on 1999/02/07  09:58:45
10489         Log: avoid garbage in db->dirbuf
10490              From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
10491              Date: Sat, 05 Dec 1998 14:14:54 +0900
10492              Message-Id: <199812050514.OAA23268@toshiba.co.jp>
10493              Subject: SDBM bug
10494      Branch: perl
10495            ! ext/SDBM_File/sdbm/sdbm.c
10496 ____________________________________________________________________________
10497 [  2818] By: gsar                                  on 1999/02/07  09:32:24
10498         Log: missing entry
10499      Branch: perl
10500            ! MANIFEST
10501 ____________________________________________________________________________
10502 [  2817] By: gsar                                  on 1999/02/07  09:30:47
10503         Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
10504      Branch: perl
10505            + t/comp/bproto.t
10506            ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
10507 ____________________________________________________________________________
10508 [  2816] By: gsar                                  on 1999/02/06  00:14:29
10509         Log: minor bug in dumping blessed subrefs
10510      Branch: perl
10511            ! ext/Data/Dumper/Dumper.pm
10512 ____________________________________________________________________________
10513 [  2812] By: jhi                                   on 1999/02/03  22:02:24
10514         Log: Enhance change #2808.
10515              
10516              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
10517              To: perl5-porters@perl.org
10518              Subject: Re: [PATCH 5.00*]: perlbug checklist
10519              Date: Wed, 3 Feb 1999 19:02:27 +0000
10520              Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
10521      Branch: cfgperl
10522            ! utils/perlbug.PL
10523 ____________________________________________________________________________
10524 [  2811] By: jhi                                   on 1999/02/03  21:53:23
10525         Log: From: Barrie Slaymaker <rbs@telerama.com>
10526              To: perl5-porters@perl.org
10527              CC: pod-people@perl.org
10528              Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
10529              Date: Wed, 03 Feb 1999 10:34:18 -0500
10530              Message-ID: <36B86C7A.E99EFFF1@telerama.com>
10531              
10532              Add File::PathConvert.pm.
10533              Fix Pod::Html and installhtml to understand relative urls.
10534      Branch: cfgperl
10535            + lib/File/PathConvert.pm
10536            ! MANIFEST installhtml lib/Pod/Html.pm
10537 ____________________________________________________________________________
10538 [  2810] By: jhi                                   on 1999/02/03  20:25:10
10539         Log: From: Francois Desarmenien <desar@club-internet.fr>
10540              To: Mailing list Perl5 <perl5-porters@perl.org>
10541              Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
10542              Date: Wed, 03 Feb 1999 13:13:24 +0000
10543              Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
10544              
10545              (note: this patch completely overrides Tom Wolfe's patch,
10546              change #2604)
10547      Branch: cfgperl
10548            + ext/GDBM_File/hints/sco.pl
10549            ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
10550 ____________________________________________________________________________
10551 [  2809] By: jhi                                   on 1999/02/03  19:54:16
10552         Log: h2ph fixes + Configure patch to support them.
10553              
10554              From: "Kurt D. Starsinic" <kstar@chapin.edu>
10555              To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
10556              Gurusamy Sarathy <gsar@engin.umich.edu>
10557              Cc: perl5-porters@perl.org
10558              Subject: [PATCH 5.00503_MT5] h2ph.PL
10559              Date: Tue, 2 Feb 1999 19:48:06 -0500
10560              Message-ID: <19990202194806.E10647@O2.chapin.edu>
10561      Branch: maint-5.005/perl
10562            ! Configure utils/h2ph.PL
10563 ____________________________________________________________________________
10564 [  2808] By: jhi                                   on 1999/02/03  16:59:55
10565         Log: Enhance the perlbug checklist.
10566      Branch: cfgperl
10567            ! utils/perlbug.PL
10568 ____________________________________________________________________________
10569 [  2807] By: jhi                                   on 1999/02/03  14:01:37
10570         Log: Document the standard strftime %formats.
10571              
10572              From: Dominic Dunlop <domo@vo.lu>
10573              To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
10574              Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
10575              Date: Tue, 2 Feb 1999 15:55:29 +0100
10576              Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
10577      Branch: cfgperl
10578            ! ext/POSIX/POSIX.pod
10579 ____________________________________________________________________________
10580 [  2806] By: jhi                                   on 1999/02/03  13:58:00
10581         Log: Integrate from mainperl.
10582      Branch: cfgperl
10583           !> perl.h
10584 ____________________________________________________________________________
10585 [  2805] By: gsar                                  on 1999/02/03  03:32:31
10586         Log: PL_uuemap[] init needs help for sizeof()
10587      Branch: perl
10588            ! perl.h
10589 ____________________________________________________________________________
10590 [  2804] By: jhi                                   on 1999/02/02  20:44:30
10591         Log: These should've been already in #2803.
10592      Branch: cfgperl
10593            ! Configure config_h.SH vms/subconfigure.com
10594 ____________________________________________________________________________
10595 [  2803] By: jhi                                   on 1999/02/02  20:38:45
10596         Log: telldir prototype issue, from mists of time...
10597      Branch: cfgperl
10598            ! hints/netbsd.sh pp_sys.c
10599 ____________________________________________________________________________
10600 [  2801] By: jhi                                   on 1999/02/02  17:40:14
10601         Log: From: John Bley <jbb6@acpub.duke.edu>
10602              To: perlbug@perl.org
10603              Subject: [PATCH]5.005_54 (DOC) fix minor typos
10604              Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
10605              Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
10606      Branch: cfgperl
10607            ! pod/perlre.pod
10608 ____________________________________________________________________________
10609 [  2800] By: jhi                                   on 1999/02/02  17:26:49
10610         Log: Update todo with POSIX 1003.1 1996 Edition reminder.
10611      Branch: cfgperl
10612            ! Todo-5.005
10613 ____________________________________________________________________________
10614 [  2799] By: jhi                                   on 1999/02/02  17:18:51
10615         Log: Update FindBin from maint-5.005.
10616      Branch: cfgperl
10617            ! lib/FindBin.pm
10618 ____________________________________________________________________________
10619 [  2798] By: jhi                                   on 1999/02/02  17:16:07
10620         Log: Fix typecasts in #2797
10621              
10622              From: "G. Del Merritt" <del@intranetics.com>
10623              Date: Fri, 29 Jan 1999 11:47:25 -0700
10624              Message-Id: <199901291847.LAA04828@jhereg.perl.com>
10625              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
10626      Branch: cfgperl
10627            ! ext/POSIX/POSIX.xs
10628 ____________________________________________________________________________
10629 [  2797] By: jhi                                   on 1999/02/02  17:14:37
10630         Log: From: Ted Law <tedlaw@cibcwg.com>
10631              Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
10632              Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
10633              Subject: POSIX::strftime buffer overflow problem
10634      Branch: cfgperl
10635            ! ext/POSIX/POSIX.xs
10636 ____________________________________________________________________________
10637 [  2796] By: jhi                                   on 1999/02/02  17:13:23
10638         Log: Do not use File::Slurp.
10639      Branch: cfgperl
10640            ! t/lib/textfill.t
10641 ____________________________________________________________________________
10642 [  2795] By: jhi                                   on 1999/02/02  17:11:48
10643         Log: perlhist update from maint-5.005.
10644      Branch: cfgperl
10645            ! pod/perlhist.pod
10646 ____________________________________________________________________________
10647 [  2794] By: jhi                                   on 1999/02/02  17:10:33
10648         Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
10649      Branch: cfgperl
10650            ! ext/POSIX/POSIX.pm
10651 ____________________________________________________________________________
10652 [  2793] By: jhi                                   on 1999/02/02  17:08:39
10653         Log: Missed the html test from change #2787. 
10654      Branch: cfgperl
10655            ! t/lib/cgi-html.t
10656 ____________________________________________________________________________
10657 [  2792] By: jhi                                   on 1999/02/02  17:01:24
10658         Log: Update Getopt::Long to 2.19.
10659      Branch: cfgperl
10660            ! lib/Getopt/Long.pm
10661 ____________________________________________________________________________
10662 [  2791] By: jhi                                   on 1999/02/02  16:59:13
10663         Log: overload syntax is no longer experimental
10664      Branch: cfgperl
10665            ! lib/overload.pm
10666 ____________________________________________________________________________
10667 [  2789] By: jhi                                   on 1999/02/02  16:47:50
10668         Log: Still doc fixes.
10669      Branch: cfgperl
10670            ! lib/diagnostics.pm
10671 ____________________________________________________________________________
10672 [  2788] By: jhi                                   on 1999/02/02  16:47:07
10673         Log: Doc fixes.
10674      Branch: cfgperl
10675            ! lib/CGI.pm lib/diagnostics.pm
10676 ____________________________________________________________________________
10677 [  2787] By: jhi                                   on 1999/02/02  16:38:55
10678         Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
10679              where applicable).
10680      Branch: cfgperl
10681            ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
10682            ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
10683            ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
10684            ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
10685            ! eg/cgi/frameset.cgi eg/cgi/index.html
10686            ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
10687            ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
10688            ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
10689            ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
10690            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
10691            ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
10692 ____________________________________________________________________________
10693 [  2786] By: jhi                                   on 1999/02/02  16:17:52
10694         Log: Update CPAN to 1.47.
10695      Branch: cfgperl
10696            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
10697 ____________________________________________________________________________
10698 [  2785] By: jhi                                   on 1999/02/02  16:09:03
10699         Log: From: Mark-Jason Dominus <mjd@plover.com>
10700              Date: Sat, 16 Jan 1999 17:22:06 -0500
10701              Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
10702              Message-ID: <19990116222206.3674.qmail@plover.com>
10703      Branch: cfgperl
10704            ! pod/perlsub.pod
10705 ____________________________________________________________________________
10706 [  2784] By: jhi                                   on 1999/02/02  16:01:31
10707         Log: Fix incorrect "used only once" warnings
10708              
10709              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10710              Date: Fri, 8 Jan 1999 04:37:10 -0500
10711              Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
10712              Subject: Re: change#965 flakiness
10713      Branch: cfgperl
10714            ! gv.c
10715 ____________________________________________________________________________
10716 [  2783] By: jhi                                   on 1999/02/02  15:50:38
10717         Log: perldelta updates.
10718      Branch: cfgperl
10719            ! pod/perldelta.pod
10720 ____________________________________________________________________________
10721 [  2782] By: jhi                                   on 1999/02/02  14:28:26
10722         Log: Mirror change #2781.
10723      Branch: cfgperl
10724            ! hints/linux.sh
10725 ____________________________________________________________________________
10726 [  2781] By: jhi                                   on 1999/02/02  14:27:01
10727         Log: Update the MkLinux note.
10728      Branch: maint-5.005/perl
10729            ! hints/linux.sh
10730 ____________________________________________________________________________
10731 [  2780] By: jhi                                   on 1999/02/02  14:10:59
10732         Log: Update todo.
10733      Branch: cfgperl
10734            ! Todo-5.005
10735 ____________________________________________________________________________
10736 [  2779] By: jhi                                   on 1999/02/02  14:00:25
10737         Log: Integrate from mainperl.
10738      Branch: cfgperl
10739            ! t/lib/textfill.t t/lib/textwrap.t
10740           !> (integrate 32 files)
10741 ____________________________________________________________________________
10742 [  2778] By: jhi                                   on 1999/02/02  13:56:23
10743         Log: VMS update, applicable parts of
10744              
10745              From: Dan Sugalski <sugalskd@osshe.edu>
10746              To: perl5-porters@perl.org
10747              Subject: [PATCH 5.005_03MT3]VMS configure tweak
10748              Date: Wed, 20 Jan 1999 12:05:18 -0800
10749              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
10750              
10751              From: Dan Sugalski <sugalskd@osshe.edu>
10752              To: perlbug@perl.com, vmsperl@perl.org
10753              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
10754              Date: Tue, 26 Jan 1999 14:40:38 -0800
10755              Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
10756              
10757              From: Dan Sugalski <sugalskd@osshe.edu>
10758              To: perl5-porters@perl.org, vmsperl@perl.org
10759              Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
10760              Date: Tue, 26 Jan 1999 14:55:29 -0800
10761              Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
10762      Branch: cfgperl
10763            ! vms/ext/Stdio/test.pl vms/subconfigure.com
10764 ____________________________________________________________________________
10765 [  2777] By: jhi                                   on 1999/02/02  13:43:24
10766         Log: Synch usethreads parts from maint-5.005.
10767      Branch: cfgperl
10768            ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
10769            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
10770            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
10771            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
10772 ____________________________________________________________________________
10773 [  2776] By: jhi                                   on 1999/02/02  13:17:16
10774         Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
10775      Branch: cfgperl
10776            ! Makefile.SH hints/freebsd.sh
10777 ____________________________________________________________________________
10778 [  2774] By: jhi                                   on 1999/02/02  13:10:39
10779         Log: Add perlthrtut, update pod/* machinery.
10780              (a pod/Makefile.SH is sorely needed)
10781      Branch: cfgperl
10782            + pod/perlthrtut.pod
10783            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
10784 ____________________________________________________________________________
10785 [  2773] By: jhi                                   on 1999/02/02  12:54:24
10786         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
10787              To: perl5-porters@perl.org
10788              Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
10789              Date: Tue, 26 Jan 1999 22:25:07 +0000
10790              Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
10791      Branch: cfgperl
10792            ! pod/perlguts.pod
10793 ____________________________________________________________________________
10794 [  2771] By: jhi                                   on 1999/02/02  12:47:34
10795         Log: Use perlbug instead of personal email address.
10796      Branch: cfgperl
10797            ! Configure
10798 ____________________________________________________________________________
10799 [  2770] By: jhi                                   on 1999/02/02  12:42:06
10800         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
10801              
10802              From: "G. Del Merritt" <del@intranetics.com>
10803              To: perlbug@perl.com
10804              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
10805              Date: Tue, 26 Jan 1999 12:09:09 -0700
10806              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
10807      Branch: cfgperl
10808            ! iperlsys.h
10809 ____________________________________________________________________________
10810 [  2769] By: jhi                                   on 1999/02/02  12:37:57
10811         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10812              To: Mailing list Perl5 <perl5-porters@perl.org>
10813              Subject: [PATCH 5.005_*] OS/2 threads
10814              Date: Tue, 26 Jan 1999 13:39:46 -0500
10815              Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
10816      Branch: cfgperl
10817            ! os2/os2ish.h
10818 ____________________________________________________________________________
10819 [  2768] By: jhi                                   on 1999/02/02  12:36:16
10820         Log: Apply change #2711 from maint-5.005:
10821              
10822              make ok", "make okfile", and "make nok" were broken
10823              with -Duseshrplib, because of a shared typo.
10824              
10825              From: Spider Boardman <spider@web.zk3.dec.com>
10826              To: perlbug@perl.com
10827              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
10828              Date: Wed, 27 Jan 1999 12:27:15 -0500
10829              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
10830      Branch: cfgperl
10831            ! Makefile.SH
10832 ____________________________________________________________________________
10833 [  2766] By: jhi                                   on 1999/02/02  12:27:08
10834         Log: Make Configure use "int main()" instead of bare "main()".
10835              Like maint-5.005 change #2703 but now via metaconfig.
10836      Branch: cfgperl
10837            ! Configure
10838 ____________________________________________________________________________
10839 [  2765] By: jhi                                   on 1999/02/02  11:59:30
10840         Log: Undo part of change #2562.
10841      Branch: cfgperl
10842            ! Configure
10843 ____________________________________________________________________________
10844 [  2764] By: jhi                                   on 1999/02/02  11:52:39
10845         Log: NetBSD synch with maint-5.005.
10846      Branch: cfgperl
10847            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
10848 ____________________________________________________________________________
10849 [  2763] By: jhi                                   on 1999/02/02  11:44:07
10850         Log: $Config{installusrbinperl}
10851              (maint-5.005 changes #2614 and #2709)
10852      Branch: cfgperl
10853            ! Configure installperl
10854 ____________________________________________________________________________
10855 [  2762] By: jhi                                   on 1999/02/02  11:29:13
10856         Log: Errno update from maint-5.005 (changes #2583, #2710).
10857      Branch: cfgperl
10858            ! Configure ext/Errno/Errno_pm.PL
10859 ____________________________________________________________________________
10860 [  2759] By: jhi                                   on 1999/02/02  10:53:20
10861         Log: Update Trig.pm from maint-5.005.
10862      Branch: cfgperl
10863            ! lib/Math/Trig.pm
10864 ____________________________________________________________________________
10865 [  2757] By: jhi                                   on 1999/02/02  10:41:26
10866         Log: MPE/iX update (mirror maint-5.005 change #2715)
10867      Branch: cfgperl
10868            ! hints/mpeix.sh mpeix/relink
10869 ____________________________________________________________________________
10870 [  2756] By: jhi                                   on 1999/02/02  10:38:08
10871         Log: BeOS update (Mirror maint-5.005 change #2727).
10872      Branch: cfgperl
10873            + ext/DynaLoader/dl_beos.xs
10874            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
10875            ! lib/ExtUtils/MM_Unix.pm
10876 ____________________________________________________________________________
10877 [  2754] By: gsar                                  on 1999/02/02  08:52:13
10878         Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
10879      Branch: perl
10880            ! Porting/pumpkin.pod Todo Todo-5.005
10881 ____________________________________________________________________________
10882 [  2753] By: gsar                                  on 1999/02/02  08:46:21
10883         Log: Todo tweaks
10884      Branch: perl
10885            ! Todo Todo-5.005
10886 ____________________________________________________________________________
10887 [  2752] By: jhi                                   on 1999/02/01  22:15:12
10888         Log: Add perlthrtut.pod.
10889              
10890              From: Dan Sugalski <sugalskd@osshe.edu>
10891              To: perl5-porters@perl.org
10892              Subject: perlthrtut.pod
10893              Date: Mon, 01 Feb 1999 10:57:11 -0800
10894              Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
10895      Branch: maint-5.005/perl
10896            + pod/perlthrtut.pod
10897            ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
10898            ! pod/roffitall
10899 ____________________________________________________________________________
10900 [  2751] By: gsar                                  on 1999/02/01  07:28:05
10901         Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
10902      Branch: perl
10903            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
10904            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
10905 ____________________________________________________________________________
10906 [  2750] By: gsar                                  on 1999/02/01  07:09:20
10907         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10908              Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
10909              Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
10910              Subject: [PATCH 5.005_53] Debugging REx with lookbehind
10911      Branch: perl
10912            ! regexec.c
10913 ____________________________________________________________________________
10914 [  2749] By: gsar                                  on 1999/02/01  07:07:59
10915         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10916              Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
10917              Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
10918              Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
10919      Branch: perl
10920            ! regexec.c
10921 ____________________________________________________________________________
10922 [  2748] By: gsar                                  on 1999/02/01  06:47:06
10923         Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
10924              Date: Thu, 3 Dec 1998 15:10:17 -0500
10925              Message-Id: <199812032010.PAA09692@jik.shore.net>
10926              Subject: sample checksum code in "perlfunc" man page is wrong
10927      Branch: perl
10928            ! pod/perlfunc.pod
10929 ____________________________________________________________________________
10930 [  2747] By: gsar                                  on 1999/02/01  06:35:13
10931         Log: typos in Pod/Text.pm
10932              From: "Greg Chapman" <glc@well.com>
10933              Date: Tue, 1 Dec 1998 10:50:18 -0800
10934              Message-Id: <199812011849.KAA08816@smtp.well.com>
10935              Subject: Glitch in Pod::Text
10936      Branch: perl
10937            ! lib/Pod/Text.pm
10938 ____________________________________________________________________________
10939 [  2746] By: gsar                                  on 1999/02/01  06:27:35
10940         Log: various win32-ish changes merged from maint-5.005
10941      Branch: perl
10942            ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
10943            ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
10944            ! win32/Makefile win32/config.bc win32/config.vc
10945            ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
10946            ! win32/win32.c
10947 ____________________________________________________________________________
10948 [  2745] By: gsar                                  on 1999/02/01  04:51:54
10949         Log: integrate cfgperl changes into mainline
10950      Branch: perl
10951           !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
10952 ____________________________________________________________________________
10953 [  2744] By: gsar                                  on 1999/02/01  04:31:09
10954         Log: improved diagnostic on syntax errors at EOL
10955      Branch: perl
10956            ! toke.c
10957 ____________________________________________________________________________
10958 [  2743] By: gsar                                  on 1999/02/01  03:59:13
10959         Log: don't attempt connect() to bogus IP addresses
10960              From:    Graham Barr <gbarr@pobox.com>
10961              Date:    Sun, 31 Jan 1999 21:50:45 CST
10962              Message-Id: <19990131215045.A633@pobox.com>
10963      Branch: perl
10964            ! t/lib/io_multihomed.t
10965 ____________________________________________________________________________
10966 [  2742] By: gsar                                  on 1999/02/01  03:08:58
10967         Log: update Changes
10968      Branch: perl
10969            ! Changes pod/perldelta.pod
10970 ____________________________________________________________________________
10971 [  2740] By: gsar                                  on 1999/02/01  02:43:07
10972         Log: CAPI inheritance tweak and doc
10973      Branch: maint-5.005/perl
10974            ! lib/ExtUtils/MakeMaker.pm
10975 ____________________________________________________________________________
10976 [  2739] By: jhi                                   on 1999/01/31  18:31:54
10977         Log: Undo changes #2730 and #2731 and replace them
10978              with an extensively tested patch from
10979              Anton Berezin <tobez@plab.ku.dk> (via private email).
10980      Branch: maint-5.005/perl
10981            ! Makefile.SH hints/freebsd.sh
10982 ____________________________________________________________________________
10983 [  2738] By: gsar                                  on 1999/01/31  05:04:32
10984         Log: fix bogus CAPI inheritance from change#2541
10985      Branch: maint-5.005/perl
10986            ! lib/ExtUtils/MakeMaker.pm
10987 ____________________________________________________________________________
10988 [  2731] By: jhi                                   on 1999/01/29  14:33:12
10989         Log: FreeBSD version numbers can be like "2.2.8-release".
10990      Branch: maint-5.005/perl
10991            ! hints/freebsd.sh
10992 ____________________________________________________________________________
10993 [  2730] By: jhi                                   on 1999/01/29  12:40:38
10994         Log: FreeBSD hints iteration (hopefully convergent).
10995              usethreads: require at least FreeBSD 2.2.8.
10996              signal type: mirror change #2429 in cfgperl.
10997      Branch: maint-5.005/perl
10998            ! hints/freebsd.sh
10999 ____________________________________________________________________________
11000 [  2727] By: gbarr                                 on 1999/01/29  04:09:57
11001         Log: From: Tom Spindler <dogcow@isi.net>
11002              Date: Thu, 28 Jan 1999 17:15:11 -0800
11003              Message-ID: <19990128171510.A11778@isi.net>
11004              Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
11005      Branch: maint-5.005/perl
11006            + ext/DynaLoader/dl_beos.xs
11007            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
11008            ! lib/ExtUtils/MM_Unix.pm
11009 ____________________________________________________________________________
11010 [  2726] By: gbarr                                 on 1999/01/29  03:30:51
11011         Log: Remove use of File::Slurp in t/lib/textfill.t
11012      Branch: maint-5.005/perl
11013            ! t/lib/textfill.t
11014 ____________________________________________________________________________
11015 [  2725] By: gbarr                                 on 1999/01/29  03:11:41
11016         Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
11017              Date: Wed, 27 Jan 1999 23:14:33 -0800
11018              Message-Id: <199901280714.XAA10176@activestate.com>
11019              Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
11020      Branch: maint-5.005/perl
11021            ! win32/Makefile win32/makefile.mk
11022 ____________________________________________________________________________
11023 [  2720] By: gsar                                  on 1999/01/27  21:54:42
11024         Log: missing space while munging CCFLAGS for PERL_CAPI
11025      Branch: perl
11026            ! lib/ExtUtils/MM_Unix.pm
11027 ____________________________________________________________________________
11028 [  2718] By: jhi                                   on 1999/01/27  19:46:04
11029         Log: io/fs.t fails test #18 (sense of tests appears to have been
11030              changed incompletely; this patch just skips the test attached,
11031              a la test #17 preceding it).
11032              
11033              From: "G. Del Merritt" <del@intranetics.com>
11034              To: perlbug@perl.com
11035              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
11036              Date: Tue, 26 Jan 1999 12:09:09 -0700
11037              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
11038      Branch: maint-5.005/perl
11039            ! t/io/fs.t
11040 ____________________________________________________________________________
11041 [  2717] By: jhi                                   on 1999/01/27  19:44:46
11042         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
11043              
11044              From: "G. Del Merritt" <del@intranetics.com>
11045              To: perlbug@perl.com
11046              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
11047              Date: Tue, 26 Jan 1999 12:09:09 -0700
11048              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
11049      Branch: maint-5.005/perl
11050            ! iperlsys.h
11051 ____________________________________________________________________________
11052 [  2715] By: jhi                                   on 1999/01/27  19:34:28
11053         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
11054              To: perl5-porters@perl.org
11055              Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
11056              Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
11057              Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
11058      Branch: maint-5.005/perl
11059            ! hints/mpeix.sh mpeix/relink
11060 ____________________________________________________________________________
11061 [  2710] By: jhi                                   on 1999/01/27  19:22:23
11062         Log: Errno fixes:
11063              
11064              From: Spider Boardman <spider@web.zk3.dec.com>
11065              To: perlbug@perl.com
11066              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
11067              Date: Wed, 27 Jan 1999 12:27:15 -0500
11068              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
11069              
11070              From: Spider Boardman <spider@web.zk3.dec.com>
11071              To: perlbug@perl.com
11072              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
11073              Date: Wed, 27 Jan 1999 13:31:16 -0500
11074              Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
11075      Branch: maint-5.005/perl
11076            ! Configure ext/Errno/Errno_pm.PL
11077 ____________________________________________________________________________
11078 [  2709] By: jhi                                   on 1999/01/27  19:17:35
11079         Log: Fix Configure installusrbinperl:
11080              
11081              From: Spider Boardman <spider@web.zk3.dec.com>
11082              To: jhi@iki.fi
11083              cc: perl5-porters@perl.org
11084              Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
11085              Date: Wed, 27 Jan 1999 13:03:35 -0500
11086              Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
11087      Branch: maint-5.005/perl
11088            ! Configure
11089 ____________________________________________________________________________
11090 [  2707] By: gbarr                                 on 1999/01/26  02:06:17
11091         Log: Add redef IO::Handle::* for setv?buf()
11092      Branch: maint-5.005/perl
11093            ! ext/POSIX/POSIX.pm
11094 ____________________________________________________________________________
11095 [  2705] By: jhi                                   on 1999/01/24  15:14:30
11096         Log: Mention year-1900 and month 0..11.
11097      Branch: cfgperl
11098            ! lib/Time/Local.pm
11099 ____________________________________________________________________________
11100 [  2704] By: jhi                                   on 1999/01/24  15:13:36
11101         Log: Document Configure -Uinstallusrbinperl.
11102      Branch: cfgperl
11103            ! INSTALL pod/perldelta.pod
11104 ____________________________________________________________________________
11105 [  2698] By: jhi                                   on 1999/01/24  12:46:00
11106         Log: Use only xlc_r for usethreads.
11107      Branch: cfgperl
11108            ! hints/aix.sh
11109 ____________________________________________________________________________
11110 [  2695] By: gsar                                  on 1999/01/24  07:09:05
11111         Log: integrate cfgperl changes into mainline
11112      Branch: perl
11113           +> lib/Exporter/Heavy.pm
11114           !> (integrate 65 files)
11115 ____________________________________________________________________________
11116 [  2694] By: gsar                                  on 1999/01/24  01:28:49
11117         Log: better notes on 'make' on win32
11118      Branch: perl
11119            ! README.win32
11120 ____________________________________________________________________________
11121 [  2683] By: jhi                                   on 1999/01/22  15:41:00
11122         Log: More de-cut-and-pastos.
11123      Branch: cfgperl
11124            ! hints/irix_6.sh hints/os2.sh
11125 ____________________________________________________________________________
11126 [  2682] By: jhi                                   on 1999/01/22  15:30:51
11127         Log: usethreads.cbu cut-and-pasto.
11128      Branch: cfgperl
11129            ! hints/solaris_2.sh
11130 ____________________________________________________________________________
11131 [  2681] By: jhi                                   on 1999/01/22  14:54:55
11132         Log: Better (I hope) LANGUAGE documentation.
11133      Branch: cfgperl
11134            ! pod/perllocale.pod
11135 ____________________________________________________________________________
11136 [  2680] By: jhi                                   on 1999/01/22  09:20:29
11137         Log: From: Dan Sugalski <sugalskd@osshe.edu>
11138              To: perl5-porters@perl.org
11139              Subject: [PATCH 5.005_03MT3]VMS configure tweak
11140              Date: Wed, 20 Jan 1999 12:05:18 -0800
11141              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
11142      Branch: cfgperl
11143            ! vms/subconfigure.com
11144 ____________________________________________________________________________
11145 [  2679] By: jhi                                   on 1999/01/22  09:13:18
11146         Log: nosuid getmntent() branch.
11147      Branch: cfgperl
11148            ! perl.c perl.h
11149 ____________________________________________________________________________
11150 [  2678] By: jhi                                   on 1999/01/22  08:54:19
11151         Log: nosuid patch continued: *BSD needs <sys/param.h>.
11152      Branch: cfgperl
11153            ! Configure config_h.SH
11154 ____________________________________________________________________________
11155 [  2676] By: gbarr                                 on 1999/01/22  01:54:02
11156         Log: Fixup FindBin to use File::Spec
11157              
11158              Message-Id: <19990120185157.D24479@west-tip.transeda.com>
11159              Date: Wed, 20 Jan 1999 18:51:57 +0000
11160              From: Paul Johnson <pjcj@transeda.com>
11161              Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
11162      Branch: maint-5.005/perl
11163            ! lib/FindBin.pm
11164 ____________________________________________________________________________
11165 [  2671] By: gbarr                                 on 1999/01/22  00:40:13
11166         Log: Fix win32 for Borland compiler and spaces in paths
11167              
11168              From: Gurusamy Sarathy <gsar@activestate.com>
11169              Date: Mon, 18 Jan 1999 20:33:17 -0800
11170              Message-Id: <199901190433.UAA03656@activestate.com>
11171              Subject: [PATCH] 5.005_03-trial3 win32 issues
11172      Branch: maint-5.005/perl
11173            ! README.win32 win32/Makefile win32/config_sh.PL
11174            ! win32/makefile.mk win32/runperl.c
11175 ____________________________________________________________________________
11176 [  2670] By: jhi                                   on 1999/01/21  16:12:38
11177         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11178              To: perl5-porters@perl.org
11179              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
11180              Date: Thu, 21 Jan 1999 12:08:01 +0000
11181              Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
11182      Branch: cfgperl
11183            ! pod/perldiag.pod t/op/subst.t toke.c
11184 ____________________________________________________________________________
11185 [  2669] By: jhi                                   on 1999/01/21  16:11:46
11186         Log: To: perl5-porters@perl.org
11187              Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
11188              From: Anton Berezin <tobez@plab.ku.dk>
11189              Date: 21 Jan 1999 17:07:28 +0100
11190              Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
11191      Branch: cfgperl
11192            ! hints/freebsd.sh
11193 ____________________________________________________________________________
11194 [  2668] By: jhi                                   on 1999/01/21  15:38:34
11195         Log: Add Daniel Grisinger <dgris@dimensional.com>.
11196      Branch: cfgperl
11197            ! AUTHORS MAINTAIN
11198 ____________________________________________________________________________
11199 [  2667] By: jhi                                   on 1999/01/21  15:32:28
11200         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11201              To: Mailing list Perl5 <perl5-porters@perl.org>
11202              Subject: [PATCH 5.005_53] Lean Exporter.pm
11203              Date: Thu, 21 Jan 1999 03:25:23 -0500
11204              Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
11205      Branch: cfgperl
11206            + lib/Exporter/Heavy.pm
11207            ! MANIFEST lib/Exporter.pm
11208 ____________________________________________________________________________
11209 [  2666] By: jhi                                   on 1999/01/21  15:24:10
11210         Log: From: "W. Phillip Moore" <wpm@ms.com>
11211              To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
11212              Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
11213              Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
11214              Message-ID: <13988.46383.298992.97303@zappa>
11215      Branch: cfgperl
11216            ! lib/File/Path.pm
11217 ____________________________________________________________________________
11218 [  2665] By: jhi                                   on 1999/01/21  15:20:48
11219         Log: CPAN update (CPAN-1.44_54) from Andreas and
11220              jumbo doc patch from Abigail.
11221              
11222              From: abigail@fnx.com
11223              To: perl5-porters@perl.org (Perl Porters)
11224              Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm]  Typos
11225              Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
11226              Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
11227              
11228              From: abigail@fnx.com
11229              To: perl5-porters@perl.org (Perl Porters)
11230              Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
11231              Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
11232              Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
11233              
11234              From: abigail@fnx.com
11235              To: perl5-porters@perl.org (Perl Porters)
11236              Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
11237              Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
11238              Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
11239              
11240              From: abigail@fnx.com
11241              To: perl5-porters@perl.org (Perl Porters)
11242              Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
11243              Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
11244              Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
11245              
11246              From: abigail@fnx.com
11247              To: perl5-porters@perl.org (Perl Porters)
11248              Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
11249              Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
11250              Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
11251              
11252              From: abigail@fnx.com
11253              To: perl5-porters@perl.org (Perl Porters)
11254              Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
11255              Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
11256              Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
11257              
11258              From: abigail@fnx.com
11259              To: perl5-porters@perl.org (Perl Porters)
11260              Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
11261              Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
11262              Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
11263              
11264              From: abigail@fnx.com
11265              To: perl5-porters@perl.org (Perl Porters)
11266              Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
11267              Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
11268              Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
11269              
11270              From: abigail@fnx.com
11271              To: perl5-porters@perl.org (Perl Porters)
11272              Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
11273              Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
11274              Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
11275              
11276              From: abigail@fnx.com
11277              To: perl5-porters@perl.org (Perl Porters)
11278              Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
11279              Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
11280              Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
11281              
11282              From: abigail@fnx.com
11283              To: perl5-porters@perl.org (Perl Porters)
11284              Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos  (ignore previous patch for this file...)
11285              Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
11286              Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
11287              
11288              From: abigail@fnx.com
11289              To: perl5-porters@perl.org (Perl Porters)
11290              Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
11291              Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
11292              Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
11293              
11294              From: abigail@fnx.com
11295              To: perl5-porters@perl.org (Perl Porters)
11296              Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
11297              Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
11298              Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
11299      Branch: cfgperl
11300            ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
11301            ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
11302            ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
11303            ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
11304 ____________________________________________________________________________
11305 [  2664] By: jhi                                   on 1999/01/21  14:47:43
11306         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11307              To: Mailing list Perl5 <perl5-porters@perl.org>
11308              Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
11309              Date: Thu, 21 Jan 1999 03:58:29 -0500
11310              Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
11311      Branch: cfgperl
11312            ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
11313 ____________________________________________________________________________
11314 [  2663] By: jhi                                   on 1999/01/21  14:43:58
11315         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11316              To: Mailing list Perl5 <perl5-porters@perl.org>
11317              Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
11318              Date: Thu, 21 Jan 1999 02:46:34 -0500
11319              Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
11320      Branch: cfgperl
11321            ! ext/Errno/Errno_pm.PL
11322 ____________________________________________________________________________
11323 [  2662] By: jhi                                   on 1999/01/21  14:42:42
11324         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
11325              To: Francois Desarmenien <desar@club-internet.fr>
11326              Cc: Gurusamy Sarathy <gsar@activestate.com>,
11327              Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
11328              Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
11329              Date: 21 Jan 1999 00:17:35 -0700
11330              Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
11331      Branch: cfgperl
11332            ! Porting/patching.pod
11333 ____________________________________________________________________________
11334 [  2661] By: jhi                                   on 1999/01/21  14:41:13
11335         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11336              To: Mailing list Perl5 <perl5-porters@perl.org>
11337              Subject: [PATCH 5.00*] makedepend
11338              Date: Thu, 21 Jan 1999 02:08:27 -0500
11339              Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
11340      Branch: cfgperl
11341            ! makedepend.SH
11342 ____________________________________________________________________________
11343 [  2660] By: jhi                                   on 1999/01/21  14:36:45
11344         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11345              To: Mailing list Perl5 <perl5-porters@perl.org>
11346              Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
11347              Date: Tue, 19 Jan 1999 20:06:45 -0500
11348              Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
11349      Branch: cfgperl
11350            ! os2/Changes os2/os2.c
11351 ____________________________________________________________________________
11352 [  2657] By: jhi                                   on 1999/01/21  11:40:35
11353         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
11354              To: perl5-porters@perl.org
11355              Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
11356              Date: Mon, 18 Jan 1999 01:32:31 PST
11357              Message-ID: <19990118093231.18443.qmail@hotmail.com>
11358      Branch: cfgperl
11359            ! ext/B/B/CC.pm
11360 ____________________________________________________________________________
11361 [  2656] By: jhi                                   on 1999/01/21  11:35:34
11362         Log: From: Achim Bohnet <ach@mpe.mpg.de>
11363              Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED) 
11364              Date: Wed, 20 Jan 1999 20:25:53 +0100
11365              Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
11366      Branch: cfgperl
11367            ! pp.c
11368 ____________________________________________________________________________
11369 [  2655] By: jhi                                   on 1999/01/21  10:46:01
11370         Log: Handle NIS (and NetInfo) more robustly.
11371      Branch: cfgperl
11372            ! t/op/grent.t t/op/pwent.t
11373 ____________________________________________________________________________
11374 [  2654] By: jhi                                   on 1999/01/21  10:17:20
11375         Log: Two-argument eaccess() of SCO.
11376      Branch: cfgperl
11377            ! pp_sys.c
11378 ____________________________________________________________________________
11379 [  2653] By: jhi                                   on 1999/01/21  08:53:14
11380         Log: -DNO_NOSUID_CHECK for those platforms which have no way
11381              of checking for nosuid but still want suidperl.
11382      Branch: cfgperl
11383            ! perl.c
11384 ____________________________________________________________________________
11385 [  2652] By: jhi                                   on 1999/01/21  08:22:50
11386         Log: The LANGUAGE mirrors LC_ALL usage.
11387      Branch: cfgperl
11388            ! Configure config_h.SH
11389 ____________________________________________________________________________
11390 [  2651] By: jhi                                   on 1999/01/20  22:01:21
11391         Log: I_MNTENT was missing.
11392      Branch: cfgperl
11393            ! Configure config_h.SH
11394 ____________________________________________________________________________
11395 [  2650] By: jhi                                   on 1999/01/19  13:42:03
11396         Log: NetBSD update, based on patches from the NetBSD packages system.
11397      Branch: cfgperl
11398            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
11399 ____________________________________________________________________________
11400 [  2649] By: jhi                                   on 1999/01/19  12:44:02
11401         Log: Jumbo Configure update.
11402              * -Uinstallusrbinperl: disable /usr/bin/perl installation
11403              by installperl
11404              * usethreads.cbu
11405              * use64bits.cbu
11406              * "nosuid"
11407      Branch: cfgperl
11408            ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
11409            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
11410            ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
11411            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
11412            ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
11413            ! pod/perldiag.pod
11414 ____________________________________________________________________________
11415 [  2648] By: jhi                                   on 1999/01/19  09:16:44
11416         Log: Mention /usr/share/locale.
11417      Branch: cfgperl
11418            ! pod/perllocale.pod
11419 ____________________________________________________________________________
11420 [  2647] By: jhi                                   on 1999/01/19  09:11:11
11421         Log: SHMLBA strikes back in NetBSD/sparc.
11422              
11423              From: Dave Nelson <David.Nelson@bellcow.com>
11424              To: jhi@iki.fi
11425              Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
11426              Date: Mon, 18 Jan 1999 22:07:56 -0600
11427              Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
11428      Branch: cfgperl
11429            ! ext/IPC/SysV/SysV.xs
11430 ____________________________________________________________________________
11431 [  2646] By: jhi                                   on 1999/01/19  08:58:17
11432         Log: Show LANGUAGE env var when needed. (Augment change #2645).
11433      Branch: cfgperl
11434            ! util.c utils/perlbug.PL
11435 ____________________________________________________________________________
11436 [  2645] By: jhi                                   on 1999/01/19  08:52:15
11437         Log: Document the GNU LANGUAGE env var.
11438      Branch: cfgperl
11439            ! pod/perllocale.pod
11440 ____________________________________________________________________________
11441 [  2644] By: jhi                                   on 1999/01/19  08:42:25
11442         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11443              To: Mailing list Perl5 <perl5-porters@perl.org>
11444              Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
11445              Date: Mon, 18 Jan 1999 20:57:02 -0500
11446              Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
11447      Branch: cfgperl
11448            ! pp_hot.c t/op/pat.t
11449 ____________________________________________________________________________
11450 [  2643] By: jhi                                   on 1999/01/18  11:23:41
11451         Log: Add various cruft to "clean" target. (Time for t/Makefile?)
11452      Branch: cfgperl
11453            ! Makefile.SH
11454 ____________________________________________________________________________
11455 [  2642] By: jhi                                   on 1999/01/18  11:03:38
11456         Log: GNU libc locale system has LANGUAGE env var that partly
11457              overrides even LC_ALL.
11458      Branch: cfgperl
11459            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
11460 ____________________________________________________________________________
11461 [  2641] By: jhi                                   on 1999/01/18  10:55:04
11462         Log: Integrate from mainperl.
11463      Branch: cfgperl
11464           +> ext/B/defsubs.h.PL
11465            ! t/op/groups.t
11466           !> (integrate 38 files)
11467 ____________________________________________________________________________
11468 [  2640] By: gsar                                  on 1999/01/18  10:06:29
11469         Log: a few random cleanups
11470      Branch: perl
11471            ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
11472 ____________________________________________________________________________
11473 [  2639] By: gsar                                  on 1999/01/18  05:56:21
11474         Log: From:    "Vishal Bhatia" <vishalb@hotmail.com>
11475              Date:    Sun, 17 Jan 1999 16:41:10 PST
11476              Message-Id: <19990118004111.29667.qmail@hotmail.com>
11477              Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
11478      Branch: perl
11479            ! ext/B/B/C.pm
11480 ____________________________________________________________________________
11481 [  2638] By: gsar                                  on 1999/01/18  05:41:21
11482         Log: From:    jan.dubois@ibm.net (Jan Dubois)
11483              Date:    Mon, 18 Jan 1999 00:37:41 +0100
11484              Message-Id: <36a271cd.2105507@smtp1.ibm.net>
11485              Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
11486      Branch: perl
11487            ! dump.c
11488 ____________________________________________________________________________
11489 [  2633] By: gsar                                  on 1999/01/17  13:39:59
11490         Log: bogus assert()
11491      Branch: perl
11492            ! pp.c t/op/groups.t
11493 ____________________________________________________________________________
11494 [  2632] By: gsar                                  on 1999/01/17  13:22:04
11495         Log: various tweaks for clean build and test on win32
11496      Branch: perl
11497            ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
11498            ! op.c t/pragma/warn/doio
11499 ____________________________________________________________________________
11500 [  2631] By: gsar                                  on 1999/01/17  12:28:06
11501         Log: undo change#2336, and add clarification about subversive
11502              CPAN distributions from Andreas Koenig
11503      Branch: perl
11504            ! Porting/pumpkin.pod lib/CPAN.pm
11505 ____________________________________________________________________________
11506 [  2630] By: gsar                                  on 1999/01/17  12:04:06
11507         Log: fix silent taint failures under -U
11508      Branch: perl
11509            ! doio.c
11510 ____________________________________________________________________________
11511 [  2629] By: gsar                                  on 1999/01/17  12:00:23
11512         Log: sanity check piped opens (tweaked version of patch suggested
11513              by Mark-Jason Dominus)
11514      Branch: perl
11515            ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
11516            ! t/op/taint.t t/pragma/warn/doio
11517 ____________________________________________________________________________
11518 [  2628] By: gsar                                  on 1999/01/17  11:26:21
11519         Log: regen headers
11520      Branch: perl
11521            ! embed.h embedvar.h objXSUB.h
11522 ____________________________________________________________________________
11523 [  2627] By: gsar                                  on 1999/01/17  11:23:37
11524         Log: PERL_OBJECTness for change#2595
11525      Branch: perl
11526            ! embed.pl op.c pod/perlport.pod proto.h
11527 ____________________________________________________________________________
11528 [  2626] By: gsar                                  on 1999/01/17  09:47:07
11529         Log: PERL_OBJECT tweaks for change#2426
11530      Branch: perl
11531            ! embed.pl proto.h regcomp.c
11532 ____________________________________________________________________________
11533 [  2625] By: gsar                                  on 1999/01/17  09:37:58
11534         Log: documentation in change#2596 is not quite right; fix it
11535      Branch: perl
11536            ! lib/Math/BigFloat.pm pod/perlguts.pod
11537 ____________________________________________________________________________
11538 [  2624] By: gsar                                  on 1999/01/17  09:28:34
11539         Log: undo change#2571; C<use File::Spec> instead
11540      Branch: perl
11541            ! lib/FindBin.pm
11542 ____________________________________________________________________________
11543 [  2623] By: gsar                                  on 1999/01/17  09:20:42
11544         Log: change#2572 is not applicable; undo, retaining scan_bin addition
11545              to global.sym
11546      Branch: perl
11547            ! global.sym perl.c proto.h
11548 ____________________________________________________________________________
11549 [  2622] By: gsar                                  on 1999/01/17  09:17:42
11550         Log: change#2576 is based on a wrong premise; undo it
11551      Branch: perl
11552            ! pp_ctl.c
11553 ____________________________________________________________________________
11554 [  2621] By: gsar                                  on 1999/01/17  09:12:42
11555         Log: fix change#2602 to not used hard coded constants
11556      Branch: perl
11557            ! ext/B/B/C.pm ext/B/defsubs.h.PL
11558 ____________________________________________________________________________
11559 [  2620] By: gsar                                  on 1999/01/17  09:02:07
11560         Log: integrate cfgperl changes into mainline, fix conflicts
11561      Branch: perl
11562           +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
11563           +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
11564           +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
11565           +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
11566           +> pod/perlopentut.pod
11567           !> (integrate 162 files)
11568 ____________________________________________________________________________
11569 [  2619] By: gsar                                  on 1999/01/17  08:42:04
11570         Log: a few doc typos
11571      Branch: perl
11572            ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
11573 ____________________________________________________________________________
11574 [  2616] By: gbarr                                 on 1999/01/16  18:59:55
11575         Log: Win32 changes from Jan
11576              
11577              From: jan.dubois@ibm.net (Jan Dubois)
11578              Date: Fri, 15 Jan 1999 23:38:35 +0100
11579              Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
11580              Subject: [PATCH 5.005_03m2] Win32 Makefile patches
11581              
11582              From: jan.dubois@ibm.net (Jan Dubois)
11583              Date: Sat, 16 Jan 1999 13:02:45 +0100
11584              Message-ID: <36a07da6.10722337@smtp1.ibm.net>
11585              Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
11586      Branch: maint-5.005/perl
11587            ! README.win32 win32/Makefile win32/makefile.mk
11588 ____________________________________________________________________________
11589 [  2615] By: gbarr                                 on 1999/01/16  18:48:48
11590         Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
11591              
11592              From: Gurusamy Sarathy <gsar@engin.umich.edu>
11593              Date: Thu, 07 Jan 1999 00:12:00 -0500
11594              Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
11595              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
11596              
11597              From: Gurusamy Sarathy <gsar@engin.umich.edu>
11598              Date: Thu, 14 Jan 1999 19:21:46 -0500
11599              Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
11600              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
11601      Branch: maint-5.005/perl
11602            ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
11603            ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
11604            ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
11605            ! win32/makedef.pl win32/runperl.c win32/win32.c
11606 ____________________________________________________________________________
11607 [  2614] By: gbarr                                 on 1999/01/16  16:48:38
11608         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
11609              Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
11610              Message-Id: <199901151528.RAA08785@alpha.hut.fi>
11611              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
11612              
11613              From: Jarkko Hietaniemi <jhi@iki.fi>
11614              Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
11615              Message-Id: <199901151644.SAA08184@alpha.hut.fi>
11616              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
11617              
11618              From: Jarkko Hietaniemi <jhi@iki.fi>
11619              Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
11620              Message-Id: <199901151652.SAA11259@alpha.hut.fi>
11621              Subject: the promised "installusrbinperl + NetBSD" fix
11622      Branch: maint-5.005/perl
11623            ! Configure Makefile.SH hints/netbsd.sh installperl
11624            ! makedepend.SH unixish.h
11625 ____________________________________________________________________________
11626 [  2611] By: jhi                                   on 1999/01/14  12:16:14
11627         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
11628              To: pumpkings@jhereg.perl.com
11629              Subject: perlopentut.pod
11630              Date: Sat, 09 Jan 1999 08:13:18 -0700
11631              Message-Id: <199901091513.IAA17512@jhereg.perl.com>
11632      Branch: cfgperl
11633            + pod/perlopentut.pod
11634            ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
11635 ____________________________________________________________________________
11636 [  2607] By: gbarr                                 on 1999/01/14  02:53:40
11637         Log: Added Carp::cluck to perldelta.pod
11638      Branch: maint-5.005/perl
11639            ! pod/perldelta.pod
11640 ____________________________________________________________________________
11641 [  2605] By: jhi                                   on 1999/01/13  18:26:19
11642         Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
11643              To: "'cpan@perl.org'" <cpan@perl.org>
11644              Subject: "Bug" fix for File::Find.pm
11645              Date:   Thu, 31 Dec 1998 13:01:50 -0500
11646              Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
11647      Branch: cfgperl
11648            ! lib/File/Find.pm
11649 ____________________________________________________________________________
11650 [  2604] By: jhi                                   on 1999/01/13  18:08:45
11651         Log: From: Peter Wolfe <wolfe@teloseng.com>
11652              Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
11653              To: perlbug@perl.com
11654              Date: 11 Jan 1999 23:00:05 +0200
11655              Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
11656      Branch: cfgperl
11657            ! hints/sco.sh
11658 ____________________________________________________________________________
11659 [  2603] By: jhi                                   on 1999/01/13  18:06:56
11660         Log: From: hans@icgroup.nl (Hans Mulder)
11661              Subject: [Patch for 5.005_54] re::debugcolors dumps core
11662              To: perlbug@perl.com
11663              Cc: hansmu@xs4all.nl
11664              Date: 11 Jan 1999 22:22:45 +0200
11665              Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
11666      Branch: cfgperl
11667            ! ext/re/re.pm regcomp.c
11668 ____________________________________________________________________________
11669 [  2602] By: jhi                                   on 1999/01/13  18:05:43
11670         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
11671              Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
11672              Date: 11 Jan 1999 08:02:41 +0200
11673              Lines: 134
11674              Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
11675      Branch: cfgperl
11676            ! ext/B/B.xs ext/B/B/C.pm
11677 ____________________________________________________________________________
11678 [  2601] By: jhi                                   on 1999/01/13  18:01:53
11679         Log: From: James FitzGibbon <james@ican.net>
11680              Subject: Trivial patch for HP-UX 11 and shared libperl
11681              To: perl5-porters@perl.org
11682              Date: 8 Jan 1999 19:13:23 +0200
11683              Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
11684      Branch: cfgperl
11685            ! Makefile.SH
11686 ____________________________________________________________________________
11687 [  2600] By: jhi                                   on 1999/01/13  17:59:45
11688         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
11689              Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
11690              To: perl5-porters@perl.org
11691              Date: 8 Jan 1999 12:43:36 +0200
11692              Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
11693      Branch: cfgperl
11694            ! ext/B/B/CC.pm
11695 ____________________________________________________________________________
11696 [  2599] By: jhi                                   on 1999/01/13  17:50:11
11697         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
11698              Subject: PATCH to installperl
11699              To: perl5-porters@perl.org
11700              Date: 4 Jan 1999 16:15:18 +0200
11701              Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
11702      Branch: cfgperl
11703            ! installperl
11704 ____________________________________________________________________________
11705 [  2598] By: jhi                                   on 1999/01/13  17:34:51
11706         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
11707              To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
11708              Cc: perl5-porters@perl.org
11709              Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
11710              Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
11711              Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
11712      Branch: cfgperl
11713            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
11714            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
11715 ____________________________________________________________________________
11716 [  2597] By: jhi                                   on 1999/01/13  17:30:33
11717         Log: From: David Dyck <dcd@tc.fluke.com>
11718              To: Perl Porters <perl5-porters@perl.org>,
11719              Gurusamy Sarathy <gsar@engin.umich.edu>
11720              Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
11721              Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
11722              Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
11723      Branch: cfgperl
11724            ! pod/perldsc.pod
11725 ____________________________________________________________________________
11726 [  2596] By: jhi                                   on 1999/01/13  17:26:44
11727         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
11728              To: perl5-porters@perl.org
11729              Subject: [PATCH] modglobal w/ spelling fixes
11730              Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
11731              Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
11732      Branch: cfgperl
11733            ! pod/perlguts.pod
11734 ____________________________________________________________________________
11735 [  2595] By: jhi                                   on 1999/01/13  17:24:59
11736         Log: From: Hans Mulder <hansm@icgroup.nl>
11737              Optimize common sort routines.  Thread started by the message
11738              
11739              From: Hans Mulder <hansm@icgroup.nl>
11740              Sender: owner-perl5-porters@perl.org
11741              To: perl5-porters@perl.org
11742              Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
11743              Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
11744              
11745              and the patch from the message
11746              
11747              From: Hans Mulder <hans@icgroup.nl>
11748              To: jhi@iki.fi
11749              Cc: perl5-porters@perl.org
11750              Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
11751              $b }
11752              Date: Wed, 13 Jan 1999 17:39:35 +0100
11753              Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
11754      Branch: cfgperl
11755            ! Todo op.c op.h pp_ctl.c t/op/sort.t
11756 ____________________________________________________________________________
11757 [  2594] By: jhi                                   on 1999/01/13  16:50:17
11758         Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
11759              (the diffs were based on 5.004_02).  Tested by Guido
11760              and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
11761      Branch: cfgperl
11762            + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
11763            + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
11764            + mint/sys/time.h mint/time.h
11765            ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
11766            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
11767 ____________________________________________________________________________
11768 [  2593] By: jhi                                   on 1999/01/09  16:54:26
11769         Log: Detypo.
11770      Branch: cfgperl
11771            ! hints/dec_osf.sh
11772 ____________________________________________________________________________
11773 [  2592] By: jhi                                   on 1999/01/09  16:17:13
11774         Log: Move usethreads and use64bits logic from hints to Configure.
11775      Branch: cfgperl
11776            ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
11777            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
11778            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
11779            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
11780 ____________________________________________________________________________
11781 [  2591] By: jhi                                   on 1999/01/09  14:45:24
11782         Log: Missing dTHRs added.
11783      Branch: cfgperl
11784            ! regcomp.c toke.c
11785 ____________________________________________________________________________
11786 [  2590] By: jhi                                   on 1999/01/08  15:27:17
11787         Log: Finalize change #2589 and add better AIX nm scanning from:
11788              
11789              Message-Id: <m0zyNW0-00017VC@gentoo.com>
11790              From: bll@gentoo.com (Brad Lanam)
11791              Subject: Re: mailhelp returned a non-zero status
11792              In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
11793              To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
11794      Branch: cfgperl
11795            ! Configure hints/freebsd.sh hints/linux.sh
11796 ____________________________________________________________________________
11797 [  2589] By: jhi                                   on 1999/01/08  15:14:54
11798         Log: Undo change #2581.
11799      Branch: cfgperl
11800            ! Configure hints/freebsd.sh hints/linux.sh
11801 ____________________________________________________________________________
11802 [  2588] By: jhi                                   on 1999/01/08  11:51:52
11803         Log: FAQ jumbo patch from tchrist.
11804              
11805              Message-Id: <199901080605.XAA20229@jhereg.perl.com>
11806              From: Tom Christiansen <tchrist@jhereg.perl.com>
11807              To: pumpkings@jhereg.perl.com
11808              Subject: newest version of perlfaq.pod
11809              Date: Thu, 7 Jan 1999 23:05:02 -0700
11810              
11811              Message-Id: <199901080605.XAA20231@jhereg.perl.com>
11812              From: Tom Christiansen <tchrist@jhereg.perl.com>
11813              To: pumpkings@jhereg.perl.com
11814              Subject: newest version of perlfaq1.pod
11815              Date: Thu, 7 Jan 1999 23:05:02 -0700
11816              
11817              Message-Id: <199901080605.XAA20233@jhereg.perl.com>
11818              From: Tom Christiansen <tchrist@jhereg.perl.com>
11819              To: pumpkings@jhereg.perl.com
11820              Subject: newest version of perlfaq2.pod
11821              Date: Thu, 7 Jan 1999 23:05:02 -0700
11822              
11823              Message-Id: <199901080605.XAA20235@jhereg.perl.com>
11824              From: Tom Christiansen <tchrist@jhereg.perl.com>
11825              To: pumpkings@jhereg.perl.com
11826              Subject: newest version of perlfaq3.pod
11827              Date: Thu, 7 Jan 1999 23:05:02 -0700
11828              
11829              Message-Id: <199901080605.XAA20237@jhereg.perl.com>
11830              From: Tom Christiansen <tchrist@jhereg.perl.com>
11831              To: pumpkings@jhereg.perl.com
11832              Subject: newest version of perlfaq4.pod
11833              Date: Thu, 7 Jan 1999 23:05:02 -0700
11834              
11835              Message-Id: <199901080605.XAA20239@jhereg.perl.com>
11836              From: Tom Christiansen <tchrist@jhereg.perl.com>
11837              To: pumpkings@jhereg.perl.com
11838              Subject: newest version of perlfaq5.pod
11839              Date: Thu, 7 Jan 1999 23:05:02 -0700
11840              
11841              Message-Id: <199901080605.XAA20241@jhereg.perl.com>
11842              From: Tom Christiansen <tchrist@jhereg.perl.com>
11843              To: pumpkings@jhereg.perl.com
11844              Subject: newest version of perlfaq6.pod
11845              Date: Thu, 7 Jan 1999 23:05:02 -0700
11846              
11847              Message-Id: <199901080605.XAA20243@jhereg.perl.com>
11848              From: Tom Christiansen <tchrist@jhereg.perl.com>
11849              To: pumpkings@jhereg.perl.com
11850              Subject: newest version of perlfaq7.pod
11851              Date: Thu, 7 Jan 1999 23:05:03 -0700
11852              
11853              Message-Id: <199901080605.XAA20245@jhereg.perl.com>
11854              From: Tom Christiansen <tchrist@jhereg.perl.com>
11855              To: pumpkings@jhereg.perl.com
11856              Subject: newest version of perlfaq8.pod
11857              Date: Thu, 7 Jan 1999 23:05:03 -0700
11858              
11859              Message-Id: <199901080605.XAA20257@jhereg.perl.com>
11860              From: Tom Christiansen <tchrist@jhereg.perl.com>
11861              To: pumpkings@jhereg.perl.com
11862              Subject: newest version of perlfaq9.pod
11863              Date: Thu, 7 Jan 1999 23:05:03 -0700
11864      Branch: cfgperl
11865            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
11866            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
11867            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
11868            ! pod/perlfaq9.pod
11869 ____________________________________________________________________________
11870 [  2587] By: jhi                                   on 1999/01/08  11:17:43
11871         Log: More doc fixes from Abigail.
11872      Branch: cfgperl
11873            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
11874            ! lib/User/pwent.pm
11875 ____________________________________________________________________________
11876 [  2585] By: jhi                                   on 1999/01/08  08:31:02
11877         Log: Change #2584 from maint-5.005:
11878              
11879              implemented Ilya's suggested fix, and added a testcase
11880              
11881              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11882              Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
11883              Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
11884              Subject: Re: Text::ParseWords: regex fix
11885      Branch: cfgperl
11886            ! lib/Text/ParseWords.pm t/lib/parsewords.t
11887 ____________________________________________________________________________
11888 [  2583] By: gbarr                                 on 1999/01/08  04:50:03
11889         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
11890              Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
11891              Message-Id: <199901071047.MAA24100@alpha.hut.fi>
11892              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
11893      Branch: maint-5.005/perl
11894            ! ext/Errno/Errno_pm.PL
11895 ____________________________________________________________________________
11896 [  2581] By: jhi                                   on 1999/01/07  16:38:03
11897         Log: Configure update:
11898              - usethreads, use64bits, and usemultiplicity
11899              are no more interactively asked by Configure
11900              - "int main()" (vs bare "main()") enforced in test programs
11901      Branch: cfgperl
11902            ! Configure hints/freebsd.sh hints/linux.sh
11903 ____________________________________________________________________________
11904 [  2580] By: jhi                                   on 1999/01/07  11:19:12
11905         Log: From: Dan Sugalski <sugalskd@osshe.edu>
11906              Date: Wed, 06 Jan 1999 13:47:34 -0800
11907              Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
11908              Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
11909      Branch: cfgperl
11910            ! vms/vms.c
11911 ____________________________________________________________________________
11912 [  2579] By: jhi                                   on 1999/01/07  09:08:36
11913         Log: Another set of doc patches from Abigail
11914              
11915              From: abigail@fnx.com
11916              Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
11917              Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
11918              Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
11919              
11920              From: abigail@fnx.com
11921              Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
11922              Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
11923              Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
11924              
11925              From: abigail@fnx.com
11926              Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
11927              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
11928              Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
11929              
11930              From: abigail@fnx.com
11931              Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
11932              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
11933              Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
11934              
11935              From: abigail@fnx.com
11936              Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
11937              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
11938              Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
11939              
11940              From: abigail@fnx.com
11941              Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
11942              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
11943              Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
11944              
11945              From: abigail@fnx.com
11946              Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
11947              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
11948              Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
11949              
11950              From: abigail@fnx.com
11951              Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
11952              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
11953              Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
11954              
11955              From: abigail@fnx.com
11956              Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
11957              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
11958              Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
11959              
11960              From: abigail@fnx.com
11961              Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
11962              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
11963              Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
11964              
11965              From: abigail@fnx.com
11966              Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
11967              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
11968              Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
11969              
11970              From: abigail@fnx.com
11971              Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
11972              Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
11973              Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
11974              
11975              From: abigail@fnx.com
11976              Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
11977              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
11978              Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
11979              
11980              From: abigail@fnx.com
11981              Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
11982              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
11983              Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
11984      Branch: cfgperl
11985            ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
11986            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
11987            ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
11988            ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
11989            ! lib/Tie/Array.pm lib/Tie/Hash.pm
11990 ____________________________________________________________________________
11991 [  2576] By: jhi                                   on 1999/01/06  17:05:20
11992         Log: Change #2582 fallout: the amagic_cmp* are no more file static.
11993      Branch: cfgperl
11994            ! pp_ctl.c
11995 ____________________________________________________________________________
11996 [  2575] By: jhi                                   on 1999/01/06  13:18:56
11997         Log: Enhance the great_circle_distance() documentation.
11998      Branch: cfgperl
11999            ! lib/Math/Trig.pm
12000 ____________________________________________________________________________
12001 [  2574] By: jhi                                   on 1999/01/06  12:58:03
12002         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
12003              To: perlbug@perl.com
12004              Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
12005              Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
12006              Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
12007      Branch: cfgperl
12008            ! t/op/sysio.t
12009 ____________________________________________________________________________
12010 [  2573] By: jhi                                   on 1999/01/06  12:40:19
12011         Log: From: "W. Phillip Moore" <wpm@ms.com>
12012              To: perlbug@perl.org
12013              Subject: [PATCH] POSIX getpgrp is not -w clean
12014              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
12015              Message-ID: <13970.20107.190314.549471@zappa>
12016      Branch: cfgperl
12017            ! ext/POSIX/POSIX.pm
12018 ____________________________________________________________________________
12019 [  2572] By: jhi                                   on 1999/01/06  12:25:24
12020         Log: Based on
12021              From: jan.dubois@ibm.net (Jan Dubois)
12022              To: perl5-porters@perl.org
12023              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
12024              Date: Wed, 06 Jan 1999 01:24:09 +0100
12025              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
12026              except that
12027              - objXSUB.h was already okay
12028              - embed.h patching is futile, global.sym patched instead
12029              - objpp.h does not exist
12030              - proto.h addition applied manually
12031              - win32/GenCAPI.pl was already okay
12032              - win32/makedef.pl was already okay
12033      Branch: cfgperl
12034            ! global.sym perl.c proto.h
12035 ____________________________________________________________________________
12036 [  2571] By: jhi                                   on 1999/01/06  11:25:48
12037         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
12038              To: perlbug@perl.com
12039              Subject: FindBin.pm on Win32 systems
12040              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
12041              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
12042      Branch: cfgperl
12043            ! lib/FindBin.pm
12044 ____________________________________________________________________________
12045 [  2570] By: jhi                                   on 1999/01/06  11:21:48
12046         Log: From: Dan Sugalski <sugalskd@osshe.edu>
12047              To: perl5-porters@perl.org, vmsperl@perl.org
12048              Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
12049              Date: Tue, 05 Jan 1999 16:47:31 -0800
12050              Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
12051              
12052              (the ext/IO/lib/IO/Socket.pm was not really changed here;
12053              it was a leftover from #2569)
12054      Branch: cfgperl
12055            ! ext/IO/lib/IO/Socket.pm taint.c
12056 ____________________________________________________________________________
12057 [  2569] By: jhi                                   on 1999/01/06  11:18:22
12058         Log: Jumbo doc patch from Abigail (almost identical to
12059              the 5.005-maint change #2562 except for the
12060              ext/IO/lib/IO/Socket.pm patch which was not
12061              applicable because the IO version of 5.005-devel
12062              is somewhat different (why?))
12063              
12064              From: abigail@fnx.com
12065              Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
12066              Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
12067              Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
12068              
12069              From: abigail@fnx.com
12070              Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
12071              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
12072              Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
12073              
12074              From: abigail@fnx.com
12075              Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
12076              Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
12077              Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
12078              
12079              From: abigail@fnx.com
12080              Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
12081              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
12082              Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
12083              
12084              From: abigail@fnx.com
12085              Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
12086              Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
12087              Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
12088              
12089              From: abigail@fnx.com
12090              Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
12091              Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
12092              Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
12093              
12094              From: abigail@fnx.com
12095              Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
12096              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
12097              Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
12098              
12099              From: abigail@fnx.com
12100              Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
12101              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
12102              Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
12103              
12104              From: abigail@fnx.com
12105              Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
12106              Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
12107              Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
12108              
12109              From: abigail@fnx.com
12110              Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
12111              Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
12112              Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
12113      Branch: cfgperl
12114            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
12115            ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
12116            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
12117            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
12118            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
12119 ____________________________________________________________________________
12120 [  2568] By: gbarr                                 on 1999/01/06  03:13:15
12121         Log: From: jan.dubois@ibm.net (Jan Dubois)
12122              Date: Wed, 06 Jan 1999 01:24:09 +0100
12123              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
12124              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
12125      Branch: maint-5.005/perl
12126            ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
12127            ! win32/GenCAPI.pl win32/makedef.pl
12128 ____________________________________________________________________________
12129 [  2566] By: gbarr                                 on 1999/01/06  02:29:05
12130         Log: From: "W. Phillip Moore" <wpm@ms.com>
12131              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
12132              Message-ID: <13970.20107.190314.549471@zappa>
12133              Subject: [PATCH] POSIX getpgrp is not -w clean
12134      Branch: maint-5.005/perl
12135            ! ext/POSIX/POSIX.pm
12136 ____________________________________________________________________________
12137 [  2565] By: gbarr                                 on 1999/01/06  02:19:00
12138         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
12139              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
12140              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
12141              Subject: FindBin.pm on Win32 systems
12142      Branch: maint-5.005/perl
12143            ! lib/FindBin.pm
12144 ____________________________________________________________________________
12145 [  2561] By: jhi                                   on 1999/01/05  10:49:10
12146         Log: Reword the setlocale() 1-arg case better.
12147      Branch: cfgperl
12148            ! ext/POSIX/POSIX.pod
12149 ____________________________________________________________________________
12150 [  2559] By: gbarr                                 on 1999/01/02  15:37:35
12151         Log: From: Blair Zajac <bzajac@geostaff.com>
12152              Date: Wed, 23 Dec 1998 17:13:32 -0800
12153              Message-ID: <3681953C.8B6A90AA@geostaff.com>
12154              Subject: Tie::SubstrHash patch
12155      Branch: maint-5.005/perl
12156            ! lib/Tie/SubstrHash.pm
12157 ____________________________________________________________________________
12158 [  2554] By: jhi                                   on 1999/01/02  14:55:06
12159         Log: Object destruction order testing.
12160      Branch: cfgperl
12161            ! t/op/misc.t
12162 ____________________________________________________________________________
12163 [  2553] By: jhi                                   on 1999/01/02  14:49:40
12164         Log: perldelta the Dumpvalue.pm of change #2513.
12165      Branch: cfgperl
12166            ! lib/Dumpvalue.pm pod/perldelta.pod
12167 ____________________________________________________________________________
12168 [  2552] By: nick                                  on 1999/01/02  14:45:38
12169         Log: Tone down Makefile.PL so it works on Win32
12170      Branch: perl
12171            ! ext/B/Makefile.PL
12172 ____________________________________________________________________________
12173 [  2551] By: nick                                  on 1999/01/02  14:06:30
12174         Log: Export constant subs from B.xs for op.h, cop.h and a few others.
12175              Use them in various B::* rather than have local defs.
12176      Branch: perl
12177            + ext/B/defsubs.h.PL
12178            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
12179            ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
12180            ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
12181 ____________________________________________________________________________
12182 [  2550] By: nick                                  on 1999/01/02  10:04:02
12183         Log: Integrate ext/B changes from //depot/cfgperl
12184      Branch: perl
12185           !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
12186 ____________________________________________________________________________
12187 [  2549] By: jhi                                   on 1999/01/01  13:54:16
12188         Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
12189              To: perlbug@perl.com
12190              Subject: op/groups.t fails test 1 on HP-UX 10.20
12191              Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
12192              Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
12193      Branch: cfgperl
12194            ! t/op/groups.t
12195 ____________________________________________________________________________
12196 [  2548] By: jhi                                   on 1999/01/01  13:53:31
12197         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12198              To: perl5-porters@perl.org
12199              cc: hv@crypt0.demon.co.uk
12200              Subject: [bug 5.004_54] duplicate error message
12201              Date: Thu, 31 Dec 1998 04:05:25 +0000
12202              Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
12203              
12204              Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
12205              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
12206              To: hv@crypt0.demon.co.uk
12207              Cc: perl5-porters@perl.org
12208              Subject: [PATCH _54] Re: duplicate error message
12209              Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
12210              
12211              Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
12212              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12213              To: Stephen McCamant <smccam@uclink4.berkeley.edu>
12214              cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
12215              Subject: [TEST PATCH _54] Re: duplicate error message 
12216              Date: Fri, 01 Jan 1999 07:32:14 +0000
12217      Branch: cfgperl
12218            ! op.c t/pragma/warn/op
12219 ____________________________________________________________________________
12220 [  2547] By: jhi                                   on 1998/12/31  14:15:04
12221         Log: From: Chris Nandor <pudge@pobox.com>
12222              To: jhi@iki.fi
12223              Cc: perl5-porters@perl.org
12224              Subject: Re: [PATCH] perlport.pod 1.38
12225              Date: Thu, 31 Dec 1998 09:06:48 -0500
12226              Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
12227      Branch: cfgperl
12228            ! pod/perlport.pod
12229 ____________________________________________________________________________
12230 [  2546] By: jhi                                   on 1998/12/31  11:18:17
12231         Log: From: Wilson P. Snyder II
12232              To: perl5-porters@perl.org
12233              Subject: [PATCH v5.5.53] REV2: Binary number support
12234              Date: 1998/11/30
12235              Message-ID: <199811301543.KAA15689@vulcan.maker.com>
12236      Branch: cfgperl
12237            ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
12238            ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
12239            ! toke.c util.c
12240 ____________________________________________________________________________
12241 [  2545] By: jhi                                   on 1998/12/31  09:27:40
12242         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
12243              To: perlbug@perl.com
12244              Subject: "perl -T -P" dumps core on OpenBSD and Linux
12245              Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
12246              Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
12247      Branch: cfgperl
12248            ! taint.c
12249 ____________________________________________________________________________
12250 [  2544] By: jhi                                   on 1998/12/31  09:21:45
12251         Log: From: Tim Bunce <Tim.Bunce@ig.co.uk> 
12252              To: perlbug@perl.com 
12253              Subject: bug in pod2man search for perl binary [5.005_5x]
12254              Date: Sat, 12 Dec 1998 23:08:51 +0000 
12255              Message-ID: <19981212230851.A20578@ig.co.uk> 
12256      Branch: cfgperl
12257            ! pod/pod2man.PL
12258 ____________________________________________________________________________
12259 [  2541] By: gbarr                                 on 1998/12/30  14:37:14
12260         Log: From: jan.dubois@ibm.net (Jan Dubois)
12261              Date: Wed, 23 Dec 1998 21:26:38 +0100
12262              Message-ID: <36895086.8849224@smtp1.ibm.net>
12263              Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
12264      Branch: maint-5.005/perl
12265            ! lib/ExtUtils/MakeMaker.pm
12266 ____________________________________________________________________________
12267 [  2540] By: jhi                                   on 1998/12/30  08:42:04
12268         Log: Evermore AUTHORS and MAINTAIN.
12269      Branch: cfgperl
12270            ! AUTHORS MAINTAIN
12271 ____________________________________________________________________________
12272 [  2539] By: jhi                                   on 1998/12/29  15:10:34
12273         Log: More AUTHORS and MAINTAIN.
12274      Branch: cfgperl
12275            ! AUTHORS MAINTAIN
12276 ____________________________________________________________________________
12277 [  2537] By: jhi                                   on 1998/12/29  14:34:47
12278         Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
12279              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
12280              Message-ID: <13942.32480.700000.640927@utensil>
12281              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
12282              (mirror change#2531 in the 5.005-maint)
12283      Branch: cfgperl
12284            ! lib/AutoSplit.pm
12285 ____________________________________________________________________________
12286 [  2531] By: gbarr                                 on 1998/12/29  14:12:25
12287         Log: change in_pod pattern to /^=\w/ from /^=/
12288              From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
12289              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
12290              Message-ID: <13942.32480.700000.640927@utensil>
12291              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
12292      Branch: maint-5.005/perl
12293            ! lib/AutoSplit.pm
12294 ____________________________________________________________________________
12295 [  2525] By: jhi                                   on 1998/12/29  13:06:26
12296         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
12297              To: perl5-porters@perl.org
12298              Subject: [PATCH 5.005_54] More minor  Fixes in CC.pm/C.pm
12299              Date: 16 Dec 1998 03:17:03 +0200
12300              Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
12301      Branch: cfgperl
12302            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
12303 ____________________________________________________________________________
12304 [  2524] By: jhi                                   on 1998/12/29  13:00:06
12305         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
12306              To: perl5-porters@perl.org
12307              Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
12308              Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
12309              Date: 10 Dec 1998 08:30:02 +0200
12310              Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
12311              
12312              (Nick's part was applied earlier, in change #2460)
12313      Branch: cfgperl
12314            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
12315 ____________________________________________________________________________
12316 [  2523] By: jhi                                   on 1998/12/29  12:41:31
12317         Log: From: "vishal bhatia" <vishalb@hotmail.com>
12318              To: nick@ni-s.u-net.com
12319              Cc: perl5-porters@perl.org
12320              Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
12321              Date: 9 Dec 1998 06:50:30 +0200
12322              Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
12323      Branch: cfgperl
12324            ! ext/B/B/CC.pm
12325 ____________________________________________________________________________
12326 [  2522] By: jhi                                   on 1998/12/29  12:15:18
12327         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
12328              To: perl5-porters@perl.org (Perl 5 Porters)
12329              Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
12330              Date: 25 Dec 1998 23:02:28 +0200
12331              Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
12332      Branch: cfgperl
12333            ! lib/Pod/Text.pm
12334 ____________________________________________________________________________
12335 [  2521] By: jhi                                   on 1998/12/29  12:07:54
12336         Log: Undo #2519 (breaks universal.c).
12337      Branch: cfgperl
12338            ! XSUB.h
12339 ____________________________________________________________________________
12340 [  2519] By: jhi                                   on 1998/12/29  11:41:10
12341         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
12342              To: perl5-porters@perl.org
12343              Cc: perl-xs@perl.org
12344              Subject: XSUB.h refinement [PATCH]
12345              Date: 18 Dec 1998 03:58:44 +0200
12346              Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
12347      Branch: cfgperl
12348            ! XSUB.h
12349 ____________________________________________________________________________
12350 [  2518] By: jhi                                   on 1998/12/29  11:36:19
12351         Log: From: abigail@fnx.com
12352              To: perl5-porters@perl.org (Perl Porters)
12353              Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
12354              Date: 28 Dec 1998 21:39:15 +0200
12355              Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
12356      Branch: cfgperl
12357            ! lib/fields.pm
12358 ____________________________________________________________________________
12359 [  2517] By: jhi                                   on 1998/12/29  11:35:03
12360         Log: Document change #2516.
12361      Branch: cfgperl
12362            ! pod/perldelta.pod
12363 ____________________________________________________________________________
12364 [  2516] By: jhi                                   on 1998/12/29  11:32:26
12365         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12366              To: perl5-porters@perl.org (Mailing list Perl5)
12367              Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
12368              Date: 9 Dec 1998 10:39:31 +0200
12369              Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
12370      Branch: cfgperl
12371            ! pod/perldiag.pod regcomp.c toke.c
12372 ____________________________________________________________________________
12373 [  2515] By: jhi                                   on 1998/12/29  11:27:11
12374         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12375              To: perl5-porters@perl.org (Mailing list Perl5)
12376              Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
12377              Date: 8 Dec 1998 09:02:04 +0200
12378              Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
12379              
12380              \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
12381      Branch: cfgperl
12382            ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
12383 ____________________________________________________________________________
12384 [  2514] By: jhi                                   on 1998/12/29  11:21:31
12385         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12386              To: perl5-porters@perl.org (Mailing list Perl5)
12387              Subject: [PATCH 5.005_53] Regexp tests and UTF8
12388              Date: 8 Dec 1998 07:02:01 +0200
12389              Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
12390      Branch: cfgperl
12391            ! regcomp.c
12392 ____________________________________________________________________________
12393 [  2513] By: jhi                                   on 1998/12/29  11:18:34
12394         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12395              Subject: [PATCH 5.005_*] Dumpvar.pm
12396              To: perl5-porters@perl.org (Mailing list Perl5)
12397              Date: 7 Dec 1998 10:17:35 +0200
12398              Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
12399      Branch: cfgperl
12400            + lib/Dumpvalue.pm
12401            ! MANIFEST
12402 ____________________________________________________________________________
12403 [  2511] By: gbarr                                 on 1998/12/28  14:55:28
12404         Log: From: jan.dubois@ibm.net (Jan Dubois)
12405              Date: Tue, 01 Dec 1998 00:07:33 +0100
12406              Message-ID: <366921b5.14512598@smtp1.ibm.net>
12407              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
12408              
12409              From: jan.dubois@ibm.net (Jan Dubois)
12410              Date: Wed, 02 Dec 1998 00:24:54 +0100
12411              Message-ID: <366a77bb.19498126@smtp1.ibm.net>
12412              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
12413      Branch: maint-5.005/perl
12414            ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
12415            ! win32/config.bc win32/config.gc win32/config.vc
12416            ! win32/config_sh.PL win32/makedef.pl
12417 ____________________________________________________________________________
12418 [  2509] By: jhi                                   on 1998/12/28  13:00:31
12419     Log: Kickstart AUTHORS and MAINTAIN.
12420  Branch: cfgperl
12421        + AUTHORS MAINTAIN
12422        ! MANIFEST
12423 ____________________________________________________________________________
12424 [  2508] By: jhi                                   on 1998/12/28  08:04:00
12425     Log: From: Nathan Torkington <gnat@frii.com>
12426          To: perlbug@perl.com
12427          Subject: [PATCH] perlxstut.pod fix
12428          Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
12429          Message-ID: <13956.15285.933914.320849@localhost.frii.com>
12430  Branch: cfgperl
12431        ! pod/perlxstut.pod
12432 ____________________________________________________________________________
12433 [  2507] By: jhi                                   on 1998/12/28  07:59:00
12434     Log: From: abigail@fnx.com
12435          To: perlbug@perl.com
12436          Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
12437          Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
12438          Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
12439          (slightly modified, a part of the patch was rejected)
12440          (strange, I thought I had already submitted this one
12441          but Perforce disagrees with me...)
12442  Branch: cfgperl
12443        ! pod/perlop.pod
12444 ____________________________________________________________________________
12445 [  2506] By: jhi                                   on 1998/12/28  07:56:59
12446     Log: From: Artur <artur@vogon-solutions.com>
12447          To: perlbug@perl.com
12448          Subject: PATCH: perlmodlib.pod
12449          Date: Fri, 25 Dec 1998 00:48:39 +0000
12450          Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
12451  Branch: cfgperl
12452        ! pod/perlmodlib.pod pod/perlop.pod
12453 ____________________________________________________________________________
12454 [  2505] By: jhi                                   on 1998/12/28  07:46:06
12455     Log: From: abigail@fnx.com
12456          To: perl5-porters@perl.org (Perl Porters)
12457          Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
12458          Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
12459          Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
12460  Branch: cfgperl
12461        ! pod/pod2html.PL
12462 ____________________________________________________________________________
12463 [  2504] By: jhi                                   on 1998/12/28  07:44:35
12464     Log: From: Jim Avera <avera@fjst.com>
12465          To: perlbug@perl.com
12466          Subject: perlbug bug - shows dates reversed
12467          Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
12468          Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
12469  Branch: cfgperl
12470        ! utils/perlbug.PL
12471 ____________________________________________________________________________
12472 [  2503] By: jhi                                   on 1998/12/28  07:41:39
12473     Log: From: jan.dubois@ibm.net (Jan Dubois)
12474          To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
12475          Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
12476          Date: Wed, 23 Dec 1998 21:26:38 +0100
12477          Message-ID: <36895086.8849224@smtp1.ibm.net>
12478  Branch: cfgperl
12479        ! lib/ExtUtils/MakeMaker.pm
12480 ____________________________________________________________________________
12481 [  2502] By: jhi                                   on 1998/12/28  07:39:20
12482     Log: From: Blair Zajac <bzajac@geostaff.com>
12483          To: perl5-porters@perl.org
12484          Subject: Tie::SubstrHash patch
12485          Date: Wed, 23 Dec 1998 17:13:32 -0800
12486          Message-ID: <3681953C.8B6A90AA@geostaff.com>
12487  Branch: cfgperl
12488        ! lib/Tie/SubstrHash.pm
12489 ____________________________________________________________________________
12490 [  2501] By: jhi                                   on 1998/12/28  07:37:16
12491     Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
12492          To: perlbug@perl.com
12493          Subject: perlfaq9 minor error
12494          Date: Wed, 23 Dec 1998 14:54:19 -0800
12495          Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
12496  Branch: cfgperl
12497        ! pod/perlfaq9.pod
12498 ____________________________________________________________________________
12499 [  2500] By: jhi                                   on 1998/12/23  10:38:18
12500     Log: More porting notes about filesystems, AmigaOS, and MiNT.
12501  Branch: cfgperl
12502        ! pod/perlport.pod
12503 ____________________________________________________________________________
12504 [  2499] By: jhi                                   on 1998/12/22  09:26:49
12505     Log: Add few MSG_ and uio constants.
12506  Branch: cfgperl
12507        ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
12508 ____________________________________________________________________________
12509 [  2498] By: jhi                                   on 1998/12/22  08:39:30
12510     Log: Slight recoding of util.c:repeatcpy() to circumnavigate
12511          a Digital C compiler optimizer bug that broke the 'x'
12512          operator under certain circumstances.  See t/op/repeat.t
12513          test #20 for graphic details.  Reported in
12514          
12515          From: Gisle Aas <gisle@aas.no>
12516          To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
12517          Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
12518          Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
12519          Date: 18 Dec 1998 14:27:40 +0100
12520          Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
12521          
12522          and discussed further in the thread
12523          
12524          From: Jarkko Hietaniemi <jhi@iki.fi>
12525          To: Gisle Aas <gisle@aas.no>
12526          Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
12527          cpan-testers@perl.org, perl5-porters@perl.org
12528          Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
12529          Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
12530          Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
12531  Branch: cfgperl
12532        ! t/op/repeat.t util.c
12533 ____________________________________________________________________________
12534 [  2497] By: jhi                                   on 1998/12/21  14:18:57
12535     Log: Change #2483 update.
12536  Branch: cfgperl
12537        ! t/op/tr.t
12538 ____________________________________________________________________________
12539 [  2496] By: jhi                                   on 1998/12/21  14:07:41
12540     Log: Update on change #2493.
12541  Branch: cfgperl
12542        ! t/pragma/warn/op
12543 ____________________________________________________________________________
12544 [  2495] By: jhi                                   on 1998/12/21  13:52:00
12545     Log: Change #2487 aftershock.
12546  Branch: cfgperl
12547        ! warning.pl
12548 ____________________________________________________________________________
12549 [  2494] By: jhi                                   on 1998/12/21  12:35:00
12550     Log: From: Chris Nandor <pudge@pobox.com>
12551          To: perl5-porters@perl.org
12552          Subject: [PATCH] perlport.pod v1.37
12553          Date: Sat, 19 Dec 1998 12:54:34 -0500
12554          Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
12555  Branch: cfgperl
12556        ! pod/perlport.pod
12557 ____________________________________________________________________________
12558 [  2493] By: jhi                                   on 1998/12/21  12:22:44
12559     Log: From: Mark-Jason Dominus <mjd@plover.com>
12560          To: perl5-porters@perl.com
12561          Subject: PATCH (5.005_02): Dejargonizing
12562          Date: Sun, 20 Dec 1998 14:35:20 -0500
12563          Message-ID: <19981220193520.11230.qmail@plover.com>
12564          
12565          From: Mark-Jason Dominus <mjd@plover.com>
12566          To: perl5-porters@perl.com
12567          Subject: PATCH (5.005_02): Spelling correction in warning message
12568          Date: Sun, 20 Dec 1998 13:51:30 -0500
12569          Message-ID: <19981220185130.11067.qmail@plover.com>
12570  Branch: cfgperl
12571        ! doio.c op.c
12572 ____________________________________________________________________________
12573 [  2492] By: jhi                                   on 1998/12/21  09:00:05
12574     Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
12575          To: perl5-porters@perl.org
12576          Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
12577          Date: Sun, 20 Dec 1998 19:03:25 PST
12578          Message-ID: <19981221030326.27660.qmail@hotmail.com>
12579          
12580          (slightly reformatted)
12581  Branch: cfgperl
12582        ! ext/B/B/CC.pm
12583 ____________________________________________________________________________
12584 [  2491] By: nick                                  on 1998/12/20  14:21:29
12585     Log: Save _all_ GV's which have SV, AV or HV set.
12586  Branch: perl
12587        ! ext/B/B/C.pm
12588 ____________________________________________________________________________
12589 [  2490] By: jhi                                   on 1998/12/18  15:13:19
12590     Log: Add idea about generalising cpp symbol probing of Errno.
12591  Branch: cfgperl
12592        ! Todo
12593 ____________________________________________________________________________
12594 [  2489] By: jhi                                   on 1998/12/18  14:47:57
12595     Log: Address some of the issues of:
12596          
12597          From: Tom Christiansen <tchrist@jhereg.perl.com>
12598          To: perl-porters-active@jhereg.perl.com
12599          Subject: Undocumentation Issues for 5.005
12600          Date: Thu, 17 Dec 1998 14:46:24 -0700
12601          Message-Id: <199812172146.OAA05316@jhereg.perl.com>
12602  Branch: cfgperl
12603        ! pod/perl5005delta.pod
12604 ____________________________________________________________________________
12605 [  2488] By: jhi                                   on 1998/12/18  11:26:32
12606     Log: From: root <root@dubravka.in-berlin.de>
12607          To: perlbug@perl.com
12608          Cc: k@dubravka.in-berlin.de
12609          Subject: Please add no_modify to PERL_POLLUTE
12610          Date: Fri, 18 Dec 1998 10:45:52 +0100
12611          Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
12612          
12613          (Really from Andreas König)
12614  Branch: cfgperl
12615        ! embed.pl
12616 ____________________________________________________________________________
12617 [  2487] By: jhi                                   on 1998/12/17  14:05:52
12618     Log: Some (by far not all) issues of the below message addressed.
12619          
12620          From: Tom Christiansen <tchrist@jhereg.perl.com>
12621          To: The Perl Porters Mailing List <perl5-porters@perl.org>
12622          Subject: important UNDOC issues for 5.005_54
12623          Date: Wed, 16 Dec 1998 21:14:53 -0700
12624          Message-Id: <199812170414.VAA25860@jhereg.perl.com>
12625  Branch: cfgperl
12626        ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
12627 ____________________________________________________________________________
12628 [  2486] By: jhi                                   on 1998/12/17  12:47:15
12629     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12630          To: domo@computer.org
12631          Cc: jhi@iki.fi, perl5-porters@perl.org
12632          Subject: Re: stuff related to malloc.c
12633          Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
12634          Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
12635  Branch: cfgperl
12636        ! malloc.c
12637 ____________________________________________________________________________
12638 [  2485] By: jhi                                   on 1998/12/17  12:17:19
12639     Log: More porting notes.
12640  Branch: cfgperl
12641        ! Porting/pumpkin.pod
12642 ____________________________________________________________________________
12643 [  2484] By: jhi                                   on 1998/12/15  08:38:05
12644     Log: Undo #2386 and #2205.
12645  Branch: cfgperl
12646        ! pod/perlfunc.pod
12647 ____________________________________________________________________________
12648 [  2483] By: jhi                                   on 1998/12/14  17:58:35
12649     Log: lib was missing from @INC.
12650  Branch: cfgperl
12651        ! t/op/tr.t
12652 ____________________________________________________________________________
12653 [  2482] By: jhi                                   on 1998/12/14  17:52:42
12654     Log: Was missing use Text::Wrap.
12655  Branch: cfgperl
12656        ! t/lib/textfill.t
12657 ____________________________________________________________________________
12658 [  2481] By: jhi                                   on 1998/12/14  16:00:22
12659     Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
12660          
12661          From: Jonathan Roy <roy@idle.com>
12662          To: perl5-porters@perl.org
12663          Subject: nlist.h add to Configure checks?
12664          Date: Sun, 13 Dec 1998 22:22:49 -0500
12665          Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
12666  Branch: cfgperl
12667        + ext/DynaLoader/hints/linux.pl
12668        ! MANIFEST
12669 ____________________________________________________________________________
12670 [  2480] By: jhi                                   on 1998/12/14  15:02:44
12671     Log: Give up completely using nm in AIX.
12672          
12673          From: "Kurt D. Starsinic" <kstar@chapin.edu>
12674          To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
12675          Cc: perl5-porters@perl.org
12676          Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
12677          Date: Thu, 10 Dec 1998 00:51:46 -0500
12678          Message-ID: <19981210005146.B29986@O2.chapin.edu>
12679  Branch: cfgperl
12680        ! hints/aix.sh
12681 ____________________________________________________________________________
12682 [  2479] By: jhi                                   on 1998/12/14  14:39:52
12683     Log: AIX' error messages are different.
12684          
12685          From: "Kurt D. Starsinic" <kstar@chapin.edu>
12686          To: Gurusamy Sarathy <gsar@engin.umich.edu>
12687          Cc: perl5-porters@perl.org
12688          Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
12689          Date: Thu, 10 Dec 1998 00:42:36 -0500
12690          Message-ID: <19981210004236.A29986@O2.chapin.edu>
12691          
12692          From: Michael Engel <engel@nms1.cc.huji.ac.il>
12693          To: perlbug@perl.com
12694          Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
12695          Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
12696          Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
12697  Branch: cfgperl
12698        ! t/pragma/warn/doio
12699 ____________________________________________________________________________
12700 [  2475] By: jhi                                   on 1998/12/13  12:35:55
12701     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12702          To: jhi@iki.fi
12703          Cc: Carl_Adler@idx.com, perl5-porters@perl.org
12704          Subject: Re: stuff related to malloc.c
12705          Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
12706          Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
12707  Branch: cfgperl
12708        ! malloc.c
12709 ____________________________________________________________________________
12710 [  2474] By: jhi                                   on 1998/12/13  12:32:42
12711     Log: Some notes about porting issues.
12712  Branch: cfgperl
12713        ! Porting/pumpkin.pod
12714 ____________________________________________________________________________
12715 [  2473] By: jhi                                   on 1998/12/13  12:03:58
12716     Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
12717          To: Perl 5 Porters <perl5-porters@perl.org>
12718          Subject: [patch 5.005_02] dos-djgpp update
12719          Date: Sun, 13 Dec 1998 00:08:44 +0100
12720          Message-ID: <19981213000844.C264@beeblebrox>
12721  Branch: cfgperl
12722        ! djgpp/config.over
12723 ____________________________________________________________________________
12724 [  2472] By: gbarr                                 on 1998/12/12  17:12:28
12725     Log: undo changes to Exporter.pm from #2312
12726  Branch: maint-5.005/perl
12727        ! lib/Exporter.pm
12728 ____________________________________________________________________________
12729 [  2465] By: jhi                                   on 1998/12/12  12:31:21
12730     Log: Document that qw() taints.
12731          
12732          From: Christian Burger <burger@terra.mpikg-teltow.mpg.de> 
12733          To: perlbug@perl.com 
12734          Subject: taint problems
12735          Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET) 
12736          Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
12737  Branch: cfgperl
12738        ! pod/perlop.pod
12739 ____________________________________________________________________________
12740 [  2464] By: jhi                                   on 1998/12/11  14:09:51
12741     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
12742          To: dist-users@foretune.co.jp
12743          Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
12744          Date: Mon, 07 Dec 1998 20:13:04 -0400
12745          Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
12746  Branch: cfgperl
12747        ! Configure
12748 ____________________________________________________________________________
12749 [  2463] By: jhi                                   on 1998/12/11  13:29:54
12750     Log: MAXPATHLEN.
12751  Branch: cfgperl
12752        ! perl.h
12753 ____________________________________________________________________________
12754 [  2462] By: jhi                                   on 1998/12/11  08:37:58
12755     Log: From: Mark Kettenis <kettenis@phys.uva.nl>
12756          To: perl5-porters@perl.org
12757          Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
12758          Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
12759          Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
12760  Branch: cfgperl
12761        + hints/gnu.sh
12762 ____________________________________________________________________________
12763 [  2461] By: nick                                  on 1998/12/10  21:00:50
12764     Log: Date: Wed, 09 Dec 1998 22:16:50 PST
12765          From: Vishal Bhatia <vishalb@hotmail.com>
12766          1. Fixes the bug  reported by  Robin Barker <rmb1@cise.npl.co.uk> 
12767          2. Fixes the bug  regarding return value of c-functions generated out 
12768          of perl subs. ( Just includes the patch I sent earlier)
12769          3. Incorporates the other changes that need to be done to get CC.pm
12770          use ISA search for packages and methods on the same lines as C.pm
12771          
12772          Vishal would appreciate comments about B::Stackobj changes from 
12773          someone knowing that module well.
12774  Branch: perl
12775        ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
12776 ____________________________________________________________________________
12777 [  2460] By: jhi                                   on 1998/12/08  08:11:27
12778     Log: Integrate from mainperl.
12779  Branch: cfgperl
12780       !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
12781       !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
12782       !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
12783       !> toke.c util.c
12784 ____________________________________________________________________________
12785 [  2459] By: jhi                                   on 1998/12/07  07:50:11
12786     Log: From: hansm@icgroup.nl 
12787          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
12788          Reply-To: hansmu@xs4all.nl 
12789          To: perlbug@perl.com 
12790          Date: Sun, 6 Dec 98 22:19:54 +0100 
12791          Message-Id: <9812062116.AA26445@icgned.icgroup.nl> 
12792  Branch: cfgperl
12793        ! util.c
12794 ____________________________________________________________________________
12795 [  2458] By: gsar                                  on 1998/12/07  06:00:55
12796     Log: fix dup lexical
12797  Branch: perl
12798        ! ext/B/B/Deparse.pm t/lib/io_unix.t
12799 ____________________________________________________________________________
12800 [  2457] By: gsar                                  on 1998/12/06  14:38:59
12801     Log: mention limit on line numbers reported by diagnostics
12802  Branch: perl
12803        ! pod/perl.pod toke.c
12804 ____________________________________________________________________________
12805 [  2456] By: gsar                                  on 1998/12/06  13:49:02
12806     Log: branch perldelta.pod
12807  Branch: maint-5.005/perl
12808       +> pod/perldelta.pod
12809 ____________________________________________________________________________
12810 [  2455] By: gsar                                  on 1998/12/06  13:47:21
12811     Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
12812  Branch: maint-5.005/perl
12813        - pod/perldelta.pod
12814 ____________________________________________________________________________
12815 [  2454] By: gsar                                  on 1998/12/06  13:35:31
12816     Log: fix outdated/incorrect info about arbitrary limits
12817  Branch: perl
12818        ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
12819        ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
12820 ____________________________________________________________________________
12821 [  2453] By: nick                                  on 1998/12/05  16:14:42
12822     Log: Avoid hard-coding op numbers
12823          Update CC.pm to save %INC, and to co-exist with new C.pm
12824  Branch: perl
12825        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
12826 ____________________________________________________________________________
12827 [  2452] By: nick                                  on 1998/12/05  10:44:28
12828     Log: B.xs had its own code to calculate hash() which differed from
12829          PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
12830          which meant that run-time require was re-done.
12831          Removed some debug from C.pm
12832  Branch: perl
12833        ! ext/B/B.xs ext/B/B/C.pm
12834 ____________________________________________________________________________
12835 [  2451] By: nick                                  on 1998/12/04  21:58:49
12836     Log: Snapshot of re-worked B::C which compiles Tk apps at least as
12837          well as _54, but with pre-scan for classes and save the ISA scheme.
12838  Branch: perl
12839        ! ext/B/B/C.pm
12840 ____________________________________________________________________________
12841 [  2450] By: nick                                  on 1998/12/04  17:58:44
12842     Log: Vishal Bhatia's patch as a basis.
12843  Branch: perl
12844        ! ext/B/B/C.pm ext/B/B/CC.pm
12845 ____________________________________________________________________________
12846 [  2449] By: jhi                                   on 1998/12/04  16:39:21
12847     Log: Integrate from mainperl.
12848  Branch: cfgperl
12849       !> t/op/goto.t t/op/tr.t
12850 ____________________________________________________________________________
12851 [  2448] By: gsar                                  on 1998/12/04  06:06:49
12852     Log: tweak test for UTEST
12853  Branch: perl
12854        ! t/op/tr.t
12855 ____________________________________________________________________________
12856 [  2444] By: jhi                                   on 1998/12/03  14:37:22
12857     Log: s/\bthe the\b/the/g *.pod
12858  Branch: cfgperl
12859        ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
12860 ____________________________________________________________________________
12861 [  2443] By: jhi                                   on 1998/12/03  13:39:53
12862     Log: Change#2441 aftermath.
12863  Branch: cfgperl
12864        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12865        ! config_h.SH thread.h vms/subconfigure.com
12866 ____________________________________________________________________________
12867 [  2441] By: jhi                                   on 1998/12/03  08:15:13
12868     Log: From: Dan Sugalski <sugalskd@osshe.edu>
12869          To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
12870          Subject: [PATCH 5.005_54]Initial VMS patches
12871          Date: 3 Dec 1998 01:05:55 +0200
12872          Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
12873          
12874          The patch to config_h.SH requires more study because
12875          metaconfig needs to agree.
12876  Branch: cfgperl
12877        ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
12878        ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
12879        ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
12880 ____________________________________________________________________________
12881 [  2440] By: gsar                                  on 1998/12/03  01:32:16
12882     Log: add failed check-in of goto.t from change#1867
12883  Branch: perl
12884        ! t/op/goto.t
12885 ____________________________________________________________________________
12886 [  2437] By: jhi                                   on 1998/12/02  18:03:51
12887     Log: Fix most of the bad L<> links of
12888          
12889          From: Tom Christiansen <tchrist@jhereg.perl.com> 
12890          Subject: bad L<> links
12891          Reply-to: tchrist@perl.com 
12892          To: perlbug@jhereg.perl.com 
12893          Date: Tue, 11 Aug 1998 10:58:07 -0500 
12894          Message-Id: <199808111658.KAA00484@jhereg.perl.com> 
12895          
12896          The ones not fixed may require darker Pod::HTML magic,
12897          for example the perlguts.html#tags should work fine, IMHO.
12898  Branch: cfgperl
12899        ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
12900        ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
12901        ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
12902        ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
12903        ! pod/perlvar.pod
12904 ____________________________________________________________________________
12905 [  2436] By: jhi                                   on 1998/12/02  16:35:04
12906     Log: One paste too many in #2345.
12907  Branch: cfgperl
12908        ! lib/Pod/Html.pm
12909 ____________________________________________________________________________
12910 [  2435] By: jhi                                   on 1998/12/02  16:32:33
12911     Log: Pod::Html and Pod::Text were not locale-savvy:
12912          for example in =head1 all non-ASCII-\w-runs were
12913          turned into underscores in NAME tags.  This could
12914          result in several NAME tags becoming identical.
12915          Reported by:
12916          
12917          From: Fyodor Krasnov <fyodor@aha.ru> 
12918          Subject: pod2html vs Russian Characters
12919          To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com 
12920          Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) 
12921          Message-Id: <199811241600.TAA05149@stat.aha.ru> 
12922  Branch: cfgperl
12923        ! lib/Pod/Html.pm lib/Pod/Text.pm
12924 ____________________________________________________________________________
12925 [  2434] By: jhi                                   on 1998/12/02  10:29:00
12926     Log: The real Mc5_54 integration.
12927  Branch: cfgperl
12928       !> Changes MANIFEST pod/perlhist.pod pp_hot.c
12929 ____________________________________________________________________________
12930 [  2433] By: jhi                                   on 1998/12/02  08:52:13
12931     Log: From: Andy Dougherty <doughera@lafayette.edu>
12932          To: Perl Porters <perl5-porters@perl.org>
12933          Subject: [PATCH 5.005_xx] Missing redirection of simple test program
12934          Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
12935          Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
12936  Branch: cfgperl
12937        ! Configure
12938 ____________________________________________________________________________
12939 [  2432] By: jhi                                   on 1998/12/02  08:49:47
12940     Log: From: Andy Dougherty <doughera@lafayette.edu>
12941          To: Perl Porters <perl5-porters@perl.org>
12942          Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
12943          Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
12944          Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
12945  Branch: cfgperl
12946        ! Configure
12947 ____________________________________________________________________________
12948 [  2431] By: jhi                                   on 1998/12/01  16:11:50
12949     Log: From: achampio@lehman.com (Alan Champion)
12950          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
12951          To: perlbug@perl.com
12952          Date: 1 Dec 1998 17:36:33 +0200
12953          Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
12954          
12955          Skip NIS includes.
12956  Branch: cfgperl
12957        ! t/op/pwent.t
12958 ____________________________________________________________________________
12959 [  2430] By: gsar                                  on 1998/12/01  12:12:50
12960     Log: 5.005_54, as released
12961  Branch: perl
12962        ! Changes MANIFEST pod/perlhist.pod pp_hot.c
12963 ____________________________________________________________________________
12964 [  2429] By: jhi                                   on 1998/12/01  11:28:39
12965     Log: From: Anton Berezin <tobez@plab.ku.dk>
12966          To: perl5-porters@perl.org
12967          Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
12968          Date: 30 Nov 1998 19:46:24 +0100
12969          Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
12970  Branch: cfgperl
12971        ! hints/freebsd.sh
12972 ____________________________________________________________________________
12973 [  2428] By: jhi                                   on 1998/12/01  11:08:16
12974     Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
12975  Branch: cfgperl
12976       +> (branch 30 files)
12977       !> (integrate 71 files)
12978 ____________________________________________________________________________
12979 [  2427] By: jhi                                   on 1998/12/01  10:51:37
12980     Log: Default to accepting a hinted $randfunc even when $csym
12981          does not find it.  (the previous defaylt behaviour was not
12982          to accept).
12983  Branch: cfgperl
12984        ! Configure
12985 ____________________________________________________________________________
12986 [  2426] By: jhi                                   on 1998/12/01  10:13:03
12987     Log: Separated the [:foo:] parsing to its own function.
12988          Passes all tests.
12989  Branch: cfgperl
12990        ! regcomp.c
12991 ____________________________________________________________________________
12992 [  2425] By: jhi                                   on 1998/12/01  08:22:49
12993     Log: Typo in comments.
12994  Branch: cfgperl
12995        ! regexec.c
12996 ____________________________________________________________________________
12997 [  2424] By: jhi                                   on 1998/12/01  08:21:38
12998     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12999          Subject: [PATCH 5.005_*] Debugger 'v' command
13000          To: perl5-porters@perl.org (Mailing list Perl5)
13001          Date: 1 Dec 1998 07:55:11 +0200
13002          Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
13003  Branch: cfgperl
13004        ! lib/perl5db.pl
13005 ____________________________________________________________________________
13006 [  2423] By: jhi                                   on 1998/12/01  08:19:08
13007     Log: From: pvhp@forte.com (Peter Prymmer)
13008          Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
13009          To: perl5-porters@perl.org
13010          Date: 1 Dec 1998 07:27:11 +0200
13011          Message-ID: <MLIST_9812010508.AA07791@forte.com>
13012  Branch: cfgperl
13013        ! hints/os390.sh
13014 ____________________________________________________________________________
13015 [  2417] By: jhi                                   on 1998/11/30  08:14:00
13016     Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
13017  Branch: cfgperl
13018        ! ext/Socket/Socket.xs
13019 ____________________________________________________________________________
13020 [  2416] By: jhi                                   on 1998/11/30  08:00:15
13021     Log: Undo #2395, seems more like a problem in netbsd-current.
13022  Branch: cfgperl
13023        ! util.c
13024
13025 ----------------
13026 Version 5.005_54
13027 ----------------
13028
13029 ____________________________________________________________________________
13030 [  2414] By: gsar                                  on 1998/11/30  02:23:55
13031     Log: more JPL tweaks
13032  Branch: perl
13033        - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
13034        ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
13035 ____________________________________________________________________________
13036 [  2413] By: gsar                                  on 1998/11/30  01:35:56
13037     Log: stub bin/jpl that just runs JPL::Compile::files()
13038  Branch: perl
13039        + jpl/bin/jpl
13040 ____________________________________________________________________________
13041 [  2412] By: gsar                                  on 1998/11/30  01:32:14
13042     Log: delete symlink
13043  Branch: perl
13044        - jpl/bin/jpl
13045 ____________________________________________________________________________
13046 [  2410] By: gsar                                  on 1998/11/30  01:30:44
13047     Log: branch jpl from perlext to perl
13048  Branch: perl
13049       +> (branch 30 files)
13050 ____________________________________________________________________________
13051 [  2407] By: gsar                                  on 1998/11/30  01:24:53
13052     Log: JPL tweaks to build with 5.005
13053  Branch: perlext
13054        ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
13055        ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
13056 ____________________________________________________________________________
13057 [  2406] By: gsar                                  on 1998/11/30  00:55:54
13058     Log: integrate changes#2273,2274,2288,2291 from maint-5.004
13059  Branch: perl
13060        ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
13061 ____________________________________________________________________________
13062 [  2405] By: gsar                                  on 1998/11/30  00:28:55
13063     Log: patchlevel up to 54
13064  Branch: perl
13065        ! patchlevel.h win32/Makefile win32/config_H.bc
13066        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
13067 ____________________________________________________________________________
13068 [  2403] By: gsar                                  on 1998/11/29  23:35:50
13069     Log: integrate cfgperl changes into mainline
13070  Branch: perl
13071       !> Configure Porting/Glossary Porting/config.sh Porting/config_H
13072       !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
13073 ____________________________________________________________________________
13074 [  2402] By: gsar                                  on 1998/11/29  23:08:42
13075     Log: sync Text::Wrap version number
13076  Branch: perl
13077        ! lib/Text/Wrap.pm
13078 ____________________________________________________________________________
13079 [  2401] By: gsar                                  on 1998/11/29  22:56:21
13080     Log: textfill.t tweak
13081  Branch: perl
13082        ! t/lib/textfill.t
13083 ____________________________________________________________________________
13084 [  2400] By: gsar                                  on 1998/11/29  22:50:41
13085     Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
13086          <muir@idiom.com>
13087  Branch: perl
13088        + t/lib/textfill.t
13089        ! MANIFEST lib/Text/Wrap.pm
13090 ____________________________________________________________________________
13091 [  2399] By: gsar                                  on 1998/11/29  22:28:05
13092     Log: updated to Text::Wrap 98.112801 from CPAN; one published change
13093          has happened without the authors knowledge or consent; the subversive
13094          version (which is in 5.00502) breaks one of the tests in the
13095          authors testsuite; attempts are being made to find a fix that
13096          avoids breaking code already running with the 5.005_02 version
13097          From:    David Muir Sharnoff <muir@idiom.com>
13098          Date:    Sat, 28 Nov 1998 04:34:17 PST
13099          Message-Id: <199811281234.EAA03082@idiom.com>
13100          Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
13101  Branch: perl
13102        ! lib/Text/Wrap.pm t/lib/textwrap.t
13103 ____________________________________________________________________________
13104 [  2397] By: nick                                  on 1998/11/29  20:13:58
13105     Log: Update docs and English.pm for $^C
13106  Branch: perl
13107        ! lib/English.pm pod/perlvar.pod
13108 ____________________________________________________________________________
13109 [  2396] By: jhi                                   on 1998/11/29  20:13:03
13110     Log: Mirror #2384.
13111  Branch: cfgperl
13112        ! t/op/pwent.t
13113 ____________________________________________________________________________
13114 [  2395] By: jhi                                   on 1998/11/29  19:59:12
13115     Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
13116  Branch: cfgperl
13117        ! util.c
13118 ____________________________________________________________________________
13119 [  2394] By: gsar                                  on 1998/11/29  19:49:08
13120     Log: updated perlreftut.pod
13121  Branch: perl
13122        ! pod/perlreftut.pod
13123 ____________________________________________________________________________
13124 [  2393] By: gsar                                  on 1998/11/29  19:31:56
13125     Log: misc tweaks
13126  Branch: perl
13127        ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
13128 ____________________________________________________________________________
13129 [  2392] By: gsar                                  on 1998/11/29  19:31:18
13130     Log: notes about -DPERL_POLLUTE
13131  Branch: perl
13132        ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
13133 ____________________________________________________________________________
13134 [  2391] By: gsar                                  on 1998/11/29  19:13:52
13135     Log: explain various win32 build caveats more clearly
13136  Branch: perl
13137        ! README.win32 win32/Makefile win32/makefile.mk
13138 ____________________________________________________________________________
13139 [  2390] By: gsar                                  on 1998/11/29  16:51:59
13140     Log: remove I_POLL detection (Configure will do that now)
13141  Branch: perl
13142        ! ext/IO/Makefile.PL
13143 ____________________________________________________________________________
13144 [  2389] By: jhi                                   on 1998/11/29  16:39:16
13145     Log: Add I_POLL for IO 1.20.
13146  Branch: cfgperl
13147        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13148        ! config_h.SH
13149 ____________________________________________________________________________
13150 [  2388] By: gsar                                  on 1998/11/29  16:23:30
13151     Log: add p4desc (augments 'p4 describe' output with diffs for new files)
13152  Branch: perl
13153        + Porting/p4desc
13154        ! MANIFEST
13155 ____________________________________________________________________________
13156 [  2387] By: gsar                                  on 1998/11/29  16:08:03
13157     Log: another threads reliability fix: serialize writes to thr->threadsv
13158          avoid most uses of PL_na (which is much more inefficient than a
13159          simple local); update docs to suit; PL_na now being thr->Tna may
13160          be a minor compatibility issue for extensions--will require dTHR
13161          outside of XSUBs (those get automatic dTHR)
13162  Branch: perl
13163        ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
13164        ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
13165        ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
13166        ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
13167        ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
13168        ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
13169        ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
13170        ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
13171        ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
13172 ____________________________________________________________________________
13173 [  2386] By: jhi                                   on 1998/11/29  15:40:42
13174     Log: Tune the "if" entry.
13175  Branch: cfgperl
13176        ! pod/perlfunc.pod
13177 ____________________________________________________________________________
13178 [  2385] By: gsar                                  on 1998/11/29  12:40:28
13179     Log: various fixes for race conditions under threads: mutex locks based
13180          on PL_threadnum were seriously flawed, since it means more than one
13181          thread could enter the critical region; PL_na was global instead of
13182          thread-local; child thread could finish and free thr structures
13183          before Thread->new() got around to creating the Thread object;
13184          cv_clone() needed locking, as it mucks with PL_comppad and other
13185          global data; new_struct_thread() needed to lock template-thread's
13186          mutex while copying its data
13187  Branch: perl
13188        ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
13189        ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
13190 ____________________________________________________________________________
13191 [  2384] By: gsar                                  on 1998/11/29  10:54:38
13192     Log: s/warn/print/ on multiply defined groups
13193  Branch: perl
13194        ! t/op/grent.t
13195 ____________________________________________________________________________
13196 [  2383] By: gsar                                  on 1998/11/29  10:48:39
13197     Log: backout change#2334
13198  Branch: perl
13199        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
13200 ____________________________________________________________________________
13201 [  2382] By: jhi                                   on 1998/11/29  10:33:40
13202     Log: Better NetInfo behaviour.
13203  Branch: cfgperl
13204        ! t/op/grent.t t/op/pwent.t
13205 ____________________________________________________________________________
13206 [  2381] By: jhi                                   on 1998/11/29  10:08:15
13207     Log: Integrate from mainperl.
13208  Branch: cfgperl
13209       +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
13210       +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
13211       +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
13212       +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
13213       +> t/lib/io_poll.t t/lib/io_unix.t
13214       !> (integrate 58 files)
13215 ____________________________________________________________________________
13216 [  2380] By: gsar                                  on 1998/11/29  08:22:49
13217     Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
13218          Tim Bunce)
13219  Branch: perl
13220        ! gv.c
13221 ____________________________________________________________________________
13222 [  2379] By: gsar                                  on 1998/11/29  07:06:43
13223     Log: fix for pat.t failure under USE_THREADS
13224  Branch: perl
13225        ! pp_ctl.c regexec.c
13226 ____________________________________________________________________________
13227 [  2378] By: nick                                  on 1998/11/28  22:46:57
13228     Log: More C.pm tweaks
13229          Save globs even if we have saved cv itself before - may be imported.
13230          
13231          While we don't save "bootstrap" CV we need to provide a stub,
13232          so that if we require it later we don't fall through and attempt
13233          to DynaLoad module again.
13234          
13235          Attempt to save %INC so that "require" does not reload things
13236          we have compiled-in (does not work right yet - seems to be due
13237          to PL_incgv being created in perl_parse() current scheme setting 
13238          GvHV() is "better" than saving the glob, but still does not 
13239          work as I expect). 
13240  Branch: perl
13241        ! ext/B/B/C.pm
13242 ____________________________________________________________________________
13243 [  2377] By: gsar                                  on 1998/11/28  22:30:38
13244     Log: various tweaks; result passes all tests for normal build on Solaris;
13245          fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
13246          win32 due to lack of select() that works on non-socket fds
13247  Branch: perl
13248        ! ext/IO/poll.c regcomp.c regexec.c scope.c
13249        ! t/lib/io_multihomed.t win32/makefile.mk
13250 ____________________________________________________________________________
13251 [  2376] By: gsar                                  on 1998/11/28  20:44:39
13252     Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
13253  Branch: perl
13254        ! myconfig
13255 ____________________________________________________________________________
13256 [  2375] By: gsar                                  on 1998/11/28  20:42:58
13257     Log: integrate cfgperl changes into mainline
13258  Branch: perl
13259       !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
13260       !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
13261 ____________________________________________________________________________
13262 [  2374] By: gsar                                  on 1998/11/28  20:02:03
13263     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13264          Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
13265          Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
13266          Subject: [PATCH 5.00553] Yet another OS/2 patch
13267  Branch: perl
13268        ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
13269 ____________________________________________________________________________
13270 [  2373] By: gsar                                  on 1998/11/28  19:30:06
13271     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13272          Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
13273          Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
13274          Subject: [PATCH 5.005_53] Change $#+
13275  Branch: perl
13276        ! mg.c pod/perlvar.pod t/op/pat.t
13277 ____________________________________________________________________________
13278 [  2372] By: gsar                                  on 1998/11/28  19:28:00
13279     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13280          Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
13281          Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
13282          Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
13283  Branch: perl
13284        ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
13285        ! thrdvar.h
13286 ____________________________________________________________________________
13287 [  2371] By: gsar                                  on 1998/11/28  19:23:53
13288     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13289          Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
13290          Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
13291          Subject: [PATCH 5.005_53] better -Mre=debugcolor
13292  Branch: perl
13293        ! embedvar.h objXSUB.h regexec.c thrdvar.h
13294 ____________________________________________________________________________
13295 [  2370] By: gsar                                  on 1998/11/28  19:21:17
13296     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13297          Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
13298          Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
13299          Subject: [PATCH 5.005_*] regcolors
13300  Branch: perl
13301        ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
13302 ____________________________________________________________________________
13303 [  2369] By: gsar                                  on 1998/11/28  19:00:15
13304     Log: allow final period in a file (not followed by a newline) to
13305          terminate format spec
13306  Branch: perl
13307        ! toke.c
13308 ____________________________________________________________________________
13309 [  2368] By: gsar                                  on 1998/11/28  18:58:25
13310     Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
13311          add C<$Config{installarchlib}/CORE> to the default locations searched
13312          on win32
13313  Branch: perl
13314        ! lib/ExtUtils/Liblist.pm
13315 ____________________________________________________________________________
13316 [  2367] By: gsar                                  on 1998/11/28  18:46:05
13317     Log: applied suggested patch with PERL_OBJECT tweaks
13318          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13319          Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
13320          Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
13321          Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
13322  Branch: perl
13323        ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
13324        ! regexec.c t/op/pat.t thrdvar.h
13325 ____________________________________________________________________________
13326 [  2366] By: gsar                                  on 1998/11/28  18:38:34
13327     Log: additional documentation for qr//
13328          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13329          Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
13330          Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
13331          Subject: [PATCH 5.005_*] Documentation (fwd)
13332  Branch: perl
13333        ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
13334 ____________________________________________________________________________
13335 [  2365] By: gsar                                  on 1998/11/28  18:35:35
13336     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13337          Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
13338          Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
13339          Subject: [PATCH 5.005_*] Fix \G in REx without //g
13340  Branch: perl
13341        ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
13342        ! regexp.h t/op/pat.t thrdvar.h
13343 ____________________________________________________________________________
13344 [  2364] By: gsar                                  on 1998/11/28  18:24:20
13345     Log: update Test.pm to Test-1.12; tweak 're' detection
13346  Branch: perl
13347        ! lib/Test.pm
13348 ____________________________________________________________________________
13349 [  2363] By: gsar                                  on 1998/11/28  18:12:04
13350     Log: avoid command-line quoting portability problems in lex_assign.t
13351  Branch: perl
13352        ! t/op/lex_assign.t
13353 ____________________________________________________________________________
13354 [  2362] By: gsar                                  on 1998/11/28  18:08:50
13355     Log: From: John Tobey <jtobey@channel1.com>
13356          Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
13357          Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
13358          Subject: PATCH: document English.pm sawampersand and thread issues
13359  Branch: perl
13360        ! lib/English.pm pod/perlvar.pod
13361 ____________________________________________________________________________
13362 [  2361] By: gsar                                  on 1998/11/28  18:03:04
13363     Log: fix uninitialized warnings
13364          From: Brian Callaghan <callagh@itginc.com>
13365          Date: Thu, 19 Nov 1998 17:49:10 -0800
13366          Message-Id: <3654CA96.B64FCAEB@itginc.com>
13367          Subject: Complete.pm patch (version 1.1)
13368  Branch: perl
13369        ! lib/Term/Complete.pm
13370 ____________________________________________________________________________
13371 [  2360] By: gsar                                  on 1998/11/28  17:59:16
13372     Log: s/Array/List/ suggested by John Tobey
13373  Branch: perl
13374        ! pod/perldata.pod
13375 ____________________________________________________________________________
13376 [  2359] By: gsar                                  on 1998/11/28  17:47:48
13377     Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
13378  Branch: perl
13379        ! lib/Tie/Handle.pm pod/perlfunc.pod
13380 ____________________________________________________________________________
13381 [  2358] By: jhi                                   on 1998/11/28  17:23:15
13382     Log: Revamp the locale tests.
13383          (0) Instead of rewiring a few locales scan for them.
13384          (1) Bogus test #101 removed.
13385          (2) All the locales are checked, the lists of failed
13386          and non-failed ones are displayed.
13387          (3) The test #103 is again 'active' so that it may fail.
13388          (4) To balance (3) a hopefully pacifying message is shown
13389          if the #103 fails.
13390  Branch: cfgperl
13391        ! t/pragma/locale.t
13392 ____________________________________________________________________________
13393 [  2357] By: gsar                                  on 1998/11/28  17:21:07
13394     Log: add perlreftut.pod
13395  Branch: perl
13396        + pod/perlreftut.pod
13397        ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
13398        ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
13399        ! win32/pod.mak
13400 ____________________________________________________________________________
13401 [  2356] By: jhi                                   on 1998/11/28  16:58:01
13402     Log: Change #2346 fallout.
13403  Branch: cfgperl
13404        ! t/op/undef.t
13405 ____________________________________________________________________________
13406 [  2355] By: gsar                                  on 1998/11/28  16:46:43
13407     Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
13408          ANSI prototypes
13409  Branch: perl
13410        ! ext/IO/IO.xs
13411 ____________________________________________________________________________
13412 [  2354] By: gsar                                  on 1998/11/28  16:08:07
13413     Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
13414          keep platform hacks that aren't in the 1.20 dist; add new files
13415          to MANIFEST; hack Makefile.PL; result hasn't been tested
13416          anywhere
13417  Branch: perl
13418        + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
13419        + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
13420        + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
13421        + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
13422        ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
13423        ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
13424        ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
13425        ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
13426        ! t/lib/io_sock.t t/lib/io_udp.t
13427 ____________________________________________________________________________
13428 [  2353] By: jhi                                   on 1998/11/28  15:51:03
13429     Log: Locale collation, ctype, and numeric, were initialized wrong
13430          (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
13431          as reported by
13432          
13433          From: Ilya.Sandler@etak.com (Ilya Sandler)
13434          Subject: a bug in locale handling: LC_COLLATE ignored sometimes
13435          To: perlbug@perl.com
13436          Date: 25 Nov 1998 04:53:52 +0200
13437          Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
13438  Branch: cfgperl
13439        ! util.c
13440 ____________________________________________________________________________
13441 [  2352] By: nick                                  on 1998/11/28  15:21:59
13442     Log: Implement $^C to allow perl access to -c flag - I think this 
13443          was agreed once...
13444  Branch: perl
13445        ! gv.c mg.c
13446 ____________________________________________________________________________
13447 [  2351] By: jhi                                   on 1998/11/28  15:14:24
13448     Log: Change #2251 fixup.
13449  Branch: cfgperl
13450        ! myconfig
13451 ____________________________________________________________________________
13452 [  2350] By: jhi                                   on 1998/11/28  14:58:19
13453     Log: Integrate from mainperl.
13454  Branch: cfgperl
13455       +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
13456       +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
13457       +> pod/perl5005delta.pod
13458       !> (integrate 49 files)
13459 ____________________________________________________________________________
13460 [  2349] By: jhi                                   on 1998/11/28  14:27:36
13461     Log: Passwd and group file groveling.
13462  Branch: cfgperl
13463        ! t/op/grent.t t/op/pwent.t
13464 ____________________________________________________________________________
13465 [  2348] By: gsar                                  on 1998/11/28  14:09:50
13466     Log: more conservative version of changes#2345,2346,2347; those break
13467          C<defined(@{"foo::ISA"})> which seems to be extensively used in
13468          the libs :-(
13469  Branch: perl
13470        ! pp.c t/op/method.t
13471 ____________________________________________________________________________
13472 [  2347] By: gsar                                  on 1998/11/28  13:36:08
13473     Log: tweak bogus test
13474  Branch: perl
13475        ! t/op/method.t
13476 ____________________________________________________________________________
13477 [  2346] By: gsar                                  on 1998/11/28  13:20:34
13478     Log: test cases for previous change
13479  Branch: perl
13480        ! t/op/undef.t
13481 ____________________________________________________________________________
13482 [  2345] By: gsar                                  on 1998/11/28  13:07:17
13483     Log: fix typo in pp_defined() causing C<defined %tied> to fail
13484  Branch: perl
13485        ! pp.c
13486 ____________________________________________________________________________
13487 [  2344] By: gsar                                  on 1998/11/28  13:03:29
13488     Log: s/comment/comment_t/ tweak (suggested by John Gorman
13489          <jgorman@webbysoft.com>)
13490  Branch: perl
13491        ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
13492 ____________________________________________________________________________
13493 [  2343] By: gsar                                  on 1998/11/28  12:52:40
13494     Log: add (stub) perldelta.pod
13495  Branch: perl
13496        + pod/perldelta.pod
13497 ____________________________________________________________________________
13498 [  2342] By: gsar                                  on 1998/11/28  12:49:26
13499     Log: rename perldelta.pod to perl5005delta.pod in preparation for
13500          starting a new one
13501  Branch: perl
13502       +> pod/perl5005delta.pod
13503        - pod/perldelta.pod
13504        ! MANIFEST pod/perl.pod
13505 ____________________________________________________________________________
13506 [  2341] By: gsar                                  on 1998/11/28  12:41:55
13507     Log: fix MALLOC_LOCK #define
13508  Branch: perl
13509        ! malloc.c
13510 ____________________________________________________________________________
13511 [  2340] By: gsar                                  on 1998/11/28  12:18:23
13512     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13513          Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
13514          Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
13515          Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
13516  Branch: perl
13517        ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
13518 ____________________________________________________________________________
13519 [  2339] By: jhi                                   on 1998/11/28  11:59:01
13520     Log: Add -lm to dynix/ptx POSIX hints.
13521          From: "Martin J. Bligh" <mbligh@sequent.com>
13522          To: jhi@iki.fi
13523          Subject: Re: Making Perl work on DYNIX/ptx
13524          Date: Wed, 25 Nov 1998 10:34:41 -0800
13525          Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
13526  Branch: cfgperl
13527        ! ext/POSIX/hints/dynixptx.pl
13528 ____________________________________________________________________________
13529 [  2338] By: jhi                                   on 1998/11/28  11:57:19
13530     Log: Detypo.
13531  Branch: cfgperl
13532        ! lib/filetest.pm
13533 ____________________________________________________________________________
13534 [  2337] By: jhi                                   on 1998/11/28  11:56:29
13535     Log: Better LD_LIBRARY_PATH instructions for Bourneists.
13536  Branch: cfgperl
13537        ! Configure
13538 ____________________________________________________________________________
13539 [  2336] By: gsar                                  on 1998/11/28  11:41:14
13540     Log: teach CPAN.pm to ignore beta perl distributions when looking for
13541          modules
13542          From: root@dogberry.rutgers.edu (root)
13543          Date: Thu, 12 Nov 1998 23:08:39 -0500
13544          Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
13545          Subject: recompile tries getting a perl distribution
13546  Branch: perl
13547        ! lib/CPAN.pm
13548 ____________________________________________________________________________
13549 [  2335] By: gsar                                  on 1998/11/28  11:27:46
13550     Log: make $1 et al readonly under threads; make C<undef $1> fail like
13551          C<$1 = undef> does
13552  Branch: perl
13553        ! op.c pp.c t/op/undef.t
13554 ____________________________________________________________________________
13555 [  2334] By: gsar                                  on 1998/11/28  10:24:52
13556     Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
13557  Branch: perl
13558        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
13559 ____________________________________________________________________________
13560 [  2333] By: gsar                                  on 1998/11/28  09:36:40
13561     Log: document changed PERL_HASH()
13562  Branch: perl
13563        ! pod/perlfunc.pod pod/perlguts.pod
13564 ____________________________________________________________________________
13565 [  2332] By: nick                                  on 1998/11/27  21:10:27
13566     Log: Handle INIT list in C.pm
13567          1. Provide init_av() from B.xs
13568          2. Export it in B.pm
13569          3. Use it in C.pm
13570          Also disable some pruning in savecv() which seems to undo
13571          my previous patch.
13572          Experimental feature - save pathnames of .so files in easily 
13573          grep-able form for use in wrapper to feed to linker.  
13574  Branch: perl
13575        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
13576 ____________________________________________________________________________
13577 [  2327] By: gsar                                  on 1998/11/27  15:12:01
13578     Log: integrate change#2315 from maint-5.005
13579  Branch: perl
13580        ! t/op/sort.t
13581       !> op.c sv.c
13582 ____________________________________________________________________________
13583 [  2326] By: gsar                                  on 1998/11/27  15:00:42
13584     Log: integrate changes#2304,2305,2306,2308 from maint-5.005
13585  Branch: perl
13586       !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
13587       !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
13588       !> lib/ExtUtils/typemap
13589 ____________________________________________________________________________
13590 [  2325] By: gsar                                  on 1998/11/27  14:46:18
13591     Log: malloc bugfix and documentation from Ilya Zakharevich
13592          Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
13593          Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
13594          Subject: [PATCH 5.005_*] Re: Internal coredump
13595          --
13596          Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
13597          Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
13598          Subject: [PATCH 5.005_*] malloc.c documentation
13599  Branch: perl
13600        ! malloc.c
13601 ____________________________________________________________________________
13602 [  2324] By: gsar                                  on 1998/11/27  14:41:38
13603     Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
13604  Branch: perl
13605        ! ext/B/B/C.pm
13606 ____________________________________________________________________________
13607 [  2323] By: gsar                                  on 1998/11/27  14:33:44
13608     Log: From: maeda@src.ricoh.co.jp
13609          Date: Tue, 24 Nov 1998 10:37:45 +0900
13610          Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
13611          Subject: format "..." bug
13612  Branch: perl
13613        ! pp_ctl.c t/op/write.t
13614 ____________________________________________________________________________
13615 [  2322] By: gsar                                  on 1998/11/27  14:20:12
13616     Log: add ext/Devel/Peek
13617          From: jan.dubois@ibm.net (Jan Dubois)
13618          Date: Mon, 23 Nov 1998 00:48:11 +0100
13619          Message-ID: <36589ec9.49964585@smtp1.ibm.net>
13620          Subject: [PATCH 5.005_53] Devel::Peek integration
13621  Branch: perl
13622        + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
13623        + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
13624        ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
13625        ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
13626        ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
13627 ____________________________________________________________________________
13628 [  2321] By: gsar                                  on 1998/11/27  13:03:08
13629     Log: ensure 'make regen_headers' even without perl installed
13630          (suggested by Ilya Zakharevich)
13631  Branch: perl
13632        ! bytecode.pl warning.pl
13633 ____________________________________________________________________________
13634 [  2320] By: gsar                                  on 1998/11/27  12:58:36
13635     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13636          Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
13637          Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
13638          Subject: [PATCH 5.005_*] Cosmetic malloc patch
13639  Branch: perl
13640        ! malloc.c
13641 ____________________________________________________________________________
13642 [  2319] By: gsar                                  on 1998/11/27  12:56:13
13643     Log: eliminate dup hunk from integration
13644  Branch: perl
13645        ! lib/filetest.pm perl.h
13646 ____________________________________________________________________________
13647 [  2318] By: gsar                                  on 1998/11/27  12:50:08
13648     Log: integrate cfgperl changes into mainline
13649  Branch: perl
13650       +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
13651        ! pod/perlfaq4.pod
13652       !> (integrate 30 files)
13653 ____________________________________________________________________________
13654 [  2317] By: jhi                                   on 1998/11/27  11:38:13
13655     Log: C<-x>.
13656  Branch: cfgperl
13657        ! lib/filetest.pm
13658 ____________________________________________________________________________
13659 [  2316] By: jhi                                   on 1998/11/27  11:10:22
13660     Log: Integrate from mainperl.
13661  Branch: cfgperl
13662       !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
13663       !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
13664       !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
13665       !> universal.c util.c win32/GenCAPI.pl win32/win32.h
13666       !> win32/win32sck.c
13667 ____________________________________________________________________________
13668 [  2315] By: gbarr                                 on 1998/11/27  05:16:50
13669     Log: integrate change#2246 from mainline, while still allowing
13670          C<sort $globref @foo>
13671          
13672          allow C<sort $coderef @foo>
13673  Branch: maint-5.005/perl
13674        ! op.c sv.c
13675       !> t/op/sort.t
13676 ____________________________________________________________________________
13677 [  2308] By: gbarr                                 on 1998/11/27  00:11:44
13678     Log: Updates for MPE/iX DynaLoader and installperl, via private mail
13679          forwarded by Jarkko Hietaniemi from Mark Bixby
13680  Branch: maint-5.005/perl
13681        ! ext/DynaLoader/dl_mpeix.xs installperl
13682 ____________________________________________________________________________
13683 [  2306] By: gbarr                                 on 1998/11/26  23:44:47
13684     Log: Allow PL_FILES to have multiple targets from one source by allowing
13685          an array ref as the value in the hash
13686  Branch: maint-5.005/perl
13687        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
13688        ! lib/ExtUtils/MakeMaker.pm
13689 ____________________________________________________________________________
13690 [  2305] By: gbarr                                 on 1998/11/26  23:38:06
13691     Log: fix unsigned variables to use SvUV and sv_setuv
13692  Branch: maint-5.005/perl
13693        ! lib/ExtUtils/typemap
13694 ____________________________________________________________________________
13695 [  2304] By: gbarr                                 on 1998/11/26  23:36:17
13696     Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
13697  Branch: maint-5.005/perl
13698        ! lib/ExtUtils/MM_Unix.pm
13699 ____________________________________________________________________________
13700 [  2301] By: gsar                                  on 1998/11/26  10:16:54
13701     Log: fix PL_defoutgv leak under threads
13702  Branch: perl
13703        ! ext/Thread/Thread.xs
13704 ____________________________________________________________________________
13705 [  2300] By: gsar                                  on 1998/11/26  09:04:44
13706     Log: properly free temporaries created by threads
13707  Branch: perl
13708        ! ext/Thread/Thread.xs
13709 ____________________________________________________________________________
13710 [  2299] By: gsar                                  on 1998/11/26  06:51:16
13711     Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
13712          to set the package for the block properly
13713  Branch: perl
13714        ! op.c t/comp/package.t t/lib/dumper.t
13715 ____________________________________________________________________________
13716 [  2298] By: nick                                  on 1998/11/24  22:04:20
13717     Log: Part-1 of tweaks to allow Tk to be "compiled"
13718          Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
13719          (May also need attention to exports etc. - to follow.)
13720  Branch: perl
13721        ! universal.c
13722 ____________________________________________________________________________
13723 [  2294] By: jhi                                   on 1998/11/23  10:44:26
13724     Log: The new socket tests need in some platforms
13725          to #include <sys/types.h>.
13726  Branch: cfgperl
13727        ! Configure
13728 ____________________________________________________________________________
13729 [  2293] By: jhi                                   on 1998/11/23  10:33:42
13730     Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
13731          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
13732          Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
13733          Date: Mon, 23 Nov 1998 10:07:04 +0100
13734          Message-Id: <9811230907.AA06484@AWT.nl>
13735          
13736          NeXTstep NetInfo uses nidump to get the user/group databases.
13737  Branch: cfgperl
13738        ! t/op/grent.t t/op/pwent.t
13739 ____________________________________________________________________________
13740 [  2291] By: TimBunce                              on 1998/11/22  22:23:09
13741     Log: Updated Porting/patchls utility.
13742  Branch: maint-5.004/perl
13743        ! Porting/patchls
13744 ____________________________________________________________________________
13745 [  2288] By: TimBunce                              on 1998/11/22  21:46:11
13746     Log: Title:  "Buglet in Sys::Syslog.pm (with fix)"
13747          From:  Henrik Tougaard <ht.000@foa.dk>
13748          Msg-ID:  <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
13749          Files:  lib/Sys/Syslog.pm
13750  Branch: maint-5.004/perl
13751        ! lib/Sys/Syslog.pm
13752 ____________________________________________________________________________
13753 [  2286] By: jhi                                   on 1998/11/22  19:08:42
13754     Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
13755  Branch: cfgperl
13756        ! ext/Socket/Socket.xs
13757 ____________________________________________________________________________
13758 [  2285] By: jhi                                   on 1998/11/22  18:21:07
13759     Log: MSG_PROXY for GNU/Hurd (previously we believed that
13760          all GNU libc platforms have MSG_PROXY.  Untrue).
13761          In fact this ended up as a major MSG_* and SCM_*
13762          update.  The MSG_XXX known to be enums in some
13763          versions of the glibc are now probed for and respective
13764          HAS_MSG_XXX are defined.  While I was at it I noticed
13765          SCM_RIGHTS being similarly an enum.  This reminded me of
13766          an ancient discussion in perl5-porters:
13767          http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
13768          The BSD socket interface has a nifty feature for passing
13769          file descriptors and credentials--via sockets.  It may be
13770          too late to add this functionality to the CORE but
13771          at least Configure now probes for the functions,
13772          structs, and includes, defining the appropriate
13773          HAS_YYY and I_ZZZ, and the Socket extension exports
13774          the constants, in case somebody wants to write an
13775          extension for this interface.
13776  Branch: cfgperl
13777        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13778        ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
13779        ! iperlsys.h
13780 ____________________________________________________________________________
13781 [  2284] By: jhi                                   on 1998/11/22  18:13:21
13782     Log: perlhist.pod 1.54, containing 5_53.
13783  Branch: cfgperl
13784        ! pod/perlhist.pod
13785 ____________________________________________________________________________
13786 [  2274] By: TimBunce                              on 1998/11/22  16:25:46
13787     Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
13788  Branch: maint-5.004/perl
13789        ! doio.c
13790 ____________________________________________________________________________
13791 [  2273] By: TimBunce                              on 1998/11/22  16:17:43
13792     Log: Improve op/die_exit.t test for implicit close changing $!
13793  Branch: maint-5.004/perl
13794        ! t/op/die_exit.t
13795 ____________________________________________________________________________
13796 [  2268] By: jhi                                   on 1998/11/22  14:44:11
13797     Log: Fix thinko.
13798  Branch: cfgperl
13799        ! hints/dynixptx.sh
13800 ____________________________________________________________________________
13801 [  2267] By: jhi                                   on 1998/11/22  13:19:41
13802     Log: Document the d_socket override.
13803  Branch: cfgperl
13804        ! hints/dynixptx.sh
13805 ____________________________________________________________________________
13806 [  2266] By: jhi                                   on 1998/11/22  12:12:29
13807     Log: From: John Tobey <jtobey@channel1.com>
13808          Subject: [PATCH] perlfaq typos
13809          To: perl5-porters@perl.com
13810          Date: 22 Nov 1998 04:25:15 +0200
13811          Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
13812  Branch: cfgperl
13813        ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
13814        ! pod/perlfaq7.pod pod/perlfaq8.pod
13815 ____________________________________________________________________________
13816 [  2265] By: jhi                                   on 1998/11/22  12:06:29
13817     Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
13818          Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
13819          Newsgroups: hut.lists.perl5-porters
13820          To: gsar@engin.umich.edu (Gurusamy Sarathy)
13821          Cc: perl5-porters@perl.org (Perl5 Porters)
13822          Date: 20 Nov 1998 12:20:41 +0200
13823  Branch: cfgperl
13824        ! ext/DB_File/Changes ext/DB_File/DB_File.pm
13825        ! ext/DB_File/DB_File.xs
13826 ____________________________________________________________________________
13827 [  2264] By: jhi                                   on 1998/11/22  11:55:09
13828     Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
13829          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
13830          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
13831          To: perlbug@perl.com
13832          Date: 20 Nov 1998 18:39:06 +0200
13833          Lines: 47
13834          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
13835  Branch: cfgperl
13836        ! t/op/grent.t t/op/pwent.t
13837 ____________________________________________________________________________
13838 [  2263] By: jhi                                   on 1998/11/22  11:42:59
13839     Log: Permission testing is tricky when we have too much power.
13840          Problem reported in
13841          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
13842          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
13843          To: perlbug@perl.com
13844          Date: 20 Nov 1998 18:39:06 +0200
13845          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
13846  Branch: cfgperl
13847        ! t/op/filetest.t
13848 ____________________________________________________________________________
13849 [  2262] By: gsar                                  on 1998/11/22  11:37:02
13850     Log: fix broken CAPI generation
13851  Branch: perl
13852        ! win32/GenCAPI.pl
13853 ____________________________________________________________________________
13854 [  2261] By: jhi                                   on 1998/11/22  11:17:00
13855     Log: -x should be C<-x>, reported by Gerben Wierda.
13856  Branch: cfgperl
13857        ! pod/perlfunc.pod
13858 ____________________________________________________________________________
13859 [  2260] By: gsar                                  on 1998/11/22  11:12:02
13860     Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
13861  Branch: perl
13862        ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
13863        ! proto.h
13864 ____________________________________________________________________________
13865 [  2259] By: jhi                                   on 1998/11/22  11:06:40
13866     Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
13867          Subject: Re: [PATCH] Re: pod2man bug in date generated line
13868          To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
13869          Cc: perlbug@perl.com
13870          Date: 20 Nov 1998 21:30:17 +0200
13871          Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
13872  Branch: cfgperl
13873        ! pod/pod2man.PL
13874 ____________________________________________________________________________
13875 [  2256] By: jhi                                   on 1998/11/21  10:44:01
13876     Log: From: Thomas Bowditch <bowditch@inmet.com>
13877          Subject: Benchmark.pm suggestion
13878          To: jhi@iki.fi, Tim.Bunce@ig.co.uk
13879          Date: Fri, 20 Nov 1998 17:43:46 -0500
13880          Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
13881          
13882          Added timesum().
13883  Branch: cfgperl
13884        ! lib/Benchmark.pm
13885 ____________________________________________________________________________
13886 [  2255] By: gsar                                  on 1998/11/21  08:45:06
13887     Log: another win32 portability fix: make sysread() and syswrite()
13888          work on sockets
13889  Branch: perl
13890        ! pp_sys.c win32/win32.h
13891 ____________________________________________________________________________
13892 [  2254] By: gsar                                  on 1998/11/21  07:49:06
13893     Log: win32_recvfrom() compatibility fix
13894  Branch: perl
13895        ! win32/win32sck.c
13896 ____________________________________________________________________________
13897 [  2253] By: jhi                                   on 1998/11/20  08:22:06
13898     Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
13899          To: jhi@iki.fi
13900          Subject: MPE/iX Perl 5.005_02 oops
13901          Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
13902          Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
13903  Branch: cfgperl
13904        ! ext/DynaLoader/dl_mpeix.xs installperl
13905 ____________________________________________________________________________
13906 [  2252] By: gsar                                  on 1998/11/19  17:38:03
13907     Log: mess_sv tweak for change#2249
13908  Branch: perl
13909        ! util.c
13910 ____________________________________________________________________________
13911 [  2251] By: jhi                                   on 1998/11/18  12:32:19
13912     Log: Display use64bits and usemultiplicity but only if necessary.
13913  Branch: cfgperl
13914        ! myconfig
13915 ____________________________________________________________________________
13916 [  2250] By: jhi                                   on 1998/11/18  12:26:50
13917     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl> 
13918          Subject: pp.c uses 'unsigned Quad_t'
13919          To: perlbug@perl.com 
13920          Date: Sun, 15 Nov 1998 20:57:05 -0300 
13921          Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
13922  Branch: cfgperl
13923        ! perl.h pp.c
13924 ____________________________________________________________________________
13925 [  2249] By: gsar                                  on 1998/11/18  05:43:11
13926     Log: use PL_mess_sv only during global destruction (fixes problems with
13927          overlapping invocations of form()/warn()/die()/croak() trampling on
13928          each other's messages)
13929  Branch: perl
13930        ! mg.c util.c
13931 ____________________________________________________________________________
13932 [  2248] By: gsar                                  on 1998/11/18  05:39:36
13933     Log: tweak change#2245 to skip previous message if any
13934  Branch: perl
13935        ! pp_ctl.c t/pragma/warn/pp_ctl
13936 ____________________________________________________________________________
13937 [  2247] By: jhi                                   on 1998/11/17  11:46:56
13938     Log: Integrate from mainperl.
13939  Branch: cfgperl
13940       !> (integrate 26 files)
13941 ____________________________________________________________________________
13942 [  2246] By: gsar                                  on 1998/11/17  09:41:10
13943     Log: allow C<sort $coderef @foo>
13944  Branch: perl
13945        ! op.c t/op/sort.t t/pragma/overload.t
13946 ____________________________________________________________________________
13947 [  2245] By: gsar                                  on 1998/11/17  08:28:26
13948     Log: propagate failures in DESTROY() as (optional) warnings
13949  Branch: perl
13950        ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
13951 ____________________________________________________________________________
13952 [  2244] By: gsar                                  on 1998/11/17  07:43:08
13953     Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
13954  Branch: perl
13955        ! perl.c thrdvar.h
13956 ____________________________________________________________________________
13957 [  2243] By: gsar                                  on 1998/11/17  07:40:09
13958     Log: sort WARN_FOO symbols to avoid hash traversal order dependency
13959  Branch: perl
13960        ! lib/warning.pm warning.h warning.pl
13961 ____________________________________________________________________________
13962 [  2242] By: gsar                                  on 1998/11/17  06:32:39
13963     Log: fix skipspace() to properly account for newlines in eval''-ed
13964          strings (caused bogus line numbers in diagnostics and debugger)
13965  Branch: perl
13966        ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
13967 ____________________________________________________________________________
13968 [  2241] By: gsar                                  on 1998/11/17  03:48:12
13969     Log: s/Perl_utf8skip/PL_utf8skip/g
13970  Branch: perl
13971        ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
13972 ____________________________________________________________________________
13973 [  2240] By: gsar                                  on 1998/11/14  06:09:06
13974     Log: rework op/groups.t
13975  Branch: perl
13976        ! t/op/filetest.t t/op/groups.t
13977 ____________________________________________________________________________
13978 [  2235] By: gsar                                  on 1998/11/14  00:17:05
13979     Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
13980  Branch: perl
13981        ! op.c
13982 ____________________________________________________________________________
13983 [  2234] By: gsar                                  on 1998/11/14  00:14:02
13984     Log: update Changes
13985  Branch: perl
13986        ! Changes win32/config.bc win32/config.gc win32/config.vc
13987 ____________________________________________________________________________
13988 [  2233] By: gsar                                  on 1998/11/13  09:43:03
13989     Log: doc tweak
13990  Branch: perl
13991        ! README.win32
13992 ____________________________________________________________________________
13993 [  2230] By: jhi                                   on 1998/11/12  17:07:45
13994     Log: Allow hints file override for d_socket
13995          (based on Sequent-induced change #2229).
13996  Branch: cfgperl
13997        ! Configure
13998 ____________________________________________________________________________
13999 [  2229] By: jhi                                   on 1998/11/12  16:32:33
14000     Log: 
14001          From: "Martin J. Bligh" <mbligh@sequent.com>
14002          To: jhi@iki.fi
14003          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
14004          Subject: Re: Making Perl work on DYNIX/ptx
14005          Date: Tue, 10 Nov 1998 16:24:26 -0800
14006          Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
14007  Branch: cfgperl
14008        ! hints/dynixptx.sh
14009 ____________________________________________________________________________
14010 [  2228] By: jhi                                   on 1998/11/12  11:40:37
14011     Log: From: "Martin J. Bligh" <mbligh@sequent.com>
14012          Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
14013          To: jhi@iki.fi
14014          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
14015          Subject: Re: Making Perl work on DYNIX/ptx
14016          Date: Tue, 10 Nov 1998 18:01:10 -0800
14017  Branch: cfgperl
14018        + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
14019 ____________________________________________________________________________
14020 [  2227] By: jhi                                   on 1998/11/12  11:17:42
14021     Log: Integrate from mainperl.
14022  Branch: cfgperl
14023       !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
14024       !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
14025       !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
14026       !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
14027       !> win32/win32.c x2p/s2p.PL
14028 ____________________________________________________________________________
14029 [  2226] By: gsar                                  on 1998/11/11  21:05:42
14030     Log: provide -DPERL_POLLUTE
14031  Branch: perl
14032        ! embed.pl embedvar.h
14033 ____________________________________________________________________________
14034 [  2225] By: jhi                                   on 1998/11/09  07:45:12
14035     Log: From: Hans Mulder <hansm@icgroup.nl>
14036          To: Ilya Zakharevich <ilya@math.ohio-state.edu>
14037          Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
14038          perl5-porters@perl.org
14039          Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
14040          (UNINSTALLED)
14041          Date: Sun,  8 Nov 98 22:20:23 +0100
14042          Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
14043  Branch: cfgperl
14044        ! malloc.c perl.h
14045 ____________________________________________________________________________
14046 [  2224] By: gsar                                  on 1998/11/09  03:13:14
14047     Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
14048          Christoph <lupe@alanya.m.isar.de>)
14049  Branch: perl
14050        ! lib/Text/Wrap.pm
14051 ____________________________________________________________________________
14052 [  2223] By: gsar                                  on 1998/11/09  02:09:06
14053     Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
14054          <lionel.fourquaux@wanadoo.fr>)
14055  Branch: perl
14056        ! x2p/s2p.PL
14057 ____________________________________________________________________________
14058 [  2222] By: gsar                                  on 1998/11/09  01:56:24
14059     Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
14060          Date: Wed, 04 Nov 1998 12:19:44 +0000
14061          Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
14062          Subject: [PATCH] Re: [5.005_53] read overflow? 
14063          --
14064          Date: Wed, 04 Nov 1998 13:15:18 +0000
14065          Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
14066          Subject: [PATCH 5.005_53] perl -V fix
14067  Branch: perl
14068        ! perl.c regexec.c
14069 ____________________________________________________________________________
14070 [  2221] By: gsar                                  on 1998/11/09  01:34:56
14071     Log: From: jan.dubois@ibm.net (Jan Dubois)
14072          Date: Sun, 01 Nov 1998 00:05:01 +0100
14073          Message-ID: <364294bd.18052307@smtp1.ibm.net>
14074          Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
14075  Branch: perl
14076        ! Changes win32/makedef.pl
14077 ____________________________________________________________________________
14078 [  2220] By: gsar                                  on 1998/11/08  21:13:07
14079     Log: integrate changes#2120,2168,2218 from maint-5.005;
14080          add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
14081          enum; make regen_headers
14082  Branch: perl
14083        ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
14084        ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
14085 ____________________________________________________________________________
14086 [  2219] By: gsar                                  on 1998/11/08  19:42:57
14087     Log: integrate cfgperl changes into mainline
14088  Branch: perl
14089       +> README.vmesa
14090       !> Configure MANIFEST Porting/Glossary Porting/config.sh
14091       !> Porting/config_H config_h.SH ext/Thread/Thread.xs
14092       !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
14093       !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
14094       !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
14095       !> thread.h vms/subconfigure.com vos/config.h
14096 ____________________________________________________________________________
14097 [  2218] By: gbarr                                 on 1998/11/08  16:48:44
14098     Log: From: Graham Barr <gbarr@ti.com>
14099          Date: Mon, 2 Nov 1998 07:38:52 -0600
14100          Message-ID: <19981102073852.A12751@asic.sc.ti.com>
14101          Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
14102  Branch: maint-5.005/perl
14103        ! ext/IPC/SysV/Msg.pm
14104 ____________________________________________________________________________
14105 [  2215] By: gsar                                  on 1998/11/08  02:52:52
14106     Log: set close-on-exec bit on pipe() FDs
14107  Branch: perl
14108        ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
14109 ____________________________________________________________________________
14110 [  2214] By: gsar                                  on 1998/11/08  02:27:57
14111     Log: typo in newHVhv()
14112  Branch: perl
14113        ! hv.c
14114 ____________________________________________________________________________
14115 [  2211] By: jhi                                   on 1998/11/07  21:14:18
14116     Log: Finalize the Mach CThreads support.
14117          
14118          From: Hans Mulder <hansm@icgroup.nl>
14119          Date: Sat,  7 Nov 98 22:06:20 +0100
14120          To: Gurusamy Sarathy <gsar@engin.umich.edu>
14121          Cc: jhi@iki.fi, perl5-porters@perl.org
14122          Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) 
14123          Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
14124  Branch: cfgperl
14125        ! malloc.c perl.h
14126 ____________________________________________________________________________
14127 [  2210] By: gsar                                  on 1998/11/06  20:36:50
14128     Log: fix AvREALISH bogusness
14129  Branch: perl
14130        ! av.c t/op/array.t
14131 ____________________________________________________________________________
14132 [  2209] By: jhi                                   on 1998/11/06  08:05:31
14133     Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
14134          ASSERT() causes problems in {NeXTStep,OpenStep}.
14135          
14136          From: Hans Mulder <hansm@icgroup.nl>
14137          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
14138          Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
14139          Date: Fri,  6 Nov 98 01:27:41 +0100
14140          Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
14141          
14142          and
14143          
14144          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14145          Subject: Re: ASSERT() in malloc.c
14146          To: jhi@iki.fi
14147          Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
14148          Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
14149  Branch: cfgperl
14150        ! malloc.c
14151 ____________________________________________________________________________
14152 [  2208] By: jhi                                   on 1998/11/06  07:55:38
14153     Log: Mach CThreads needs #include <mach/cthreads.h>.
14154  Branch: cfgperl
14155        ! perl.h
14156 ____________________________________________________________________________
14157 [  2206] By: jhi                                   on 1998/11/05  14:54:52
14158     Log: PERL_BADLANG wrongly documented.
14159          
14160          From: ts <decoux@moulon.inra.fr>
14161          To: jhi@cc.hut.fi
14162          Subject: Re: Locale warning messages
14163          Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
14164          Message-Id: <199811051334.OAA24863@moulon.inra.fr>
14165          
14166          and
14167          
14168          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14169          Subject: Re: PERL_BADLANG
14170          To: jhi@iki.fi
14171          Subject: Re: PERL_BADLANG
14172          Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
14173          Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
14174  Branch: cfgperl
14175        ! pod/perllocale.pod
14176 ____________________________________________________________________________
14177 [  2205] By: jhi                                   on 1998/11/05  14:24:33
14178     Log: Document all the control flow keywords in perlfunc
14179          so that "perlfunc -f while" works.
14180  Branch: cfgperl
14181        ! pod/perlfunc.pod
14182 ____________________________________________________________________________
14183 [  2204] By: jhi                                   on 1998/11/05  12:46:02
14184     Log: Configure update.  Remove last trace of PTHREADS_CREATED_JOINABLE
14185          (from vos/config.h).  Update Porting/{Glossary,config*}.
14186  Branch: cfgperl
14187        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14188        ! config_h.SH vos/config.h
14189 ____________________________________________________________________________
14190 [  2203] By: jhi                                   on 1998/11/05  08:34:39
14191     Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
14192  Branch: cfgperl
14193        ! hints/vmesa.sh vms/subconfigure.com
14194 ____________________________________________________________________________
14195 [  2202] By: jhi                                   on 1998/11/05  08:03:20
14196     Log: Integrate from mainperl.
14197  Branch: cfgperl
14198       !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
14199       !> win32/Makefile win32/makefile.mk win32/win32.c
14200 ____________________________________________________________________________
14201 [  2201] By: gsar                                  on 1998/11/05  04:40:44
14202     Log: another POPSTACK victim
14203  Branch: perl
14204        ! cop.h sv.c
14205 ____________________________________________________________________________
14206 [  2196] By: gsar                                  on 1998/11/05  02:07:54
14207     Log: fix a location affected by change#2191, add note about POPSTACK
14208  Branch: perl
14209        ! cop.h gv.c pp_ctl.c
14210 ____________________________________________________________________________
14211 [  2195] By: gsar                                  on 1998/11/05  02:04:45
14212     Log: makefile notes
14213  Branch: perl
14214        ! win32/Makefile win32/makefile.mk
14215 ____________________________________________________________________________
14216 [  2192] By: gsar                                  on 1998/11/04  23:48:53
14217     Log: indeterminate order-of-evaluation fixes
14218  Branch: perl
14219        ! mg.c
14220 ____________________________________________________________________________
14221 [  2191] By: gsar                                  on 1998/11/04  23:02:16
14222     Log: refetch local stack pointer in POPSTACK
14223  Branch: perl
14224        ! cop.h perl.c
14225 ____________________________________________________________________________
14226 [  2190] By: jhi                                   on 1998/11/04  08:50:40
14227     Log: Configure update.
14228          Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
14229          
14230          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
14231          To: Martin Bligh <mbligh@sequent.com>
14232          Cc: Jarkko Hietaniemi <jhi@iki.fi>
14233          Subject: Re: Perl 5's configure on DYNIX/ptx
14234          Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
14235          Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
14236          
14237          find sockets also from libsocket, not just libnet.
14238          OS390: $compile_ok instead of $compile for <inttypes.h>,
14239          
14240          From: pvhp@forte.com (Peter Prymmer)
14241          To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
14242          Subject: _53 not OK on os390 but looking better than ever
14243          Date: Tue, 3 Nov 98 17:33:22 PST
14244          Message-Id: <9811040133.AA09450@forte.com>
14245  Branch: cfgperl
14246        ! Configure
14247 ____________________________________________________________________________
14248 [  2189] By: jhi                                   on 1998/11/04  07:43:58
14249     Log: sysio.t failure: fix undefined order of evaluation, from
14250          
14251          From: Spider Boardman <spider@web.zk3.dec.com>
14252          Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
14253          To: perlbug@perl.com
14254          Date: 4 Nov 1998 01:22:30 +0200
14255          Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
14256  Branch: cfgperl
14257        ! pp_sys.c
14258 ____________________________________________________________________________
14259 [  2188] By: gsar                                  on 1998/11/04  02:59:16
14260     Log: fix return value of win32_pclose()
14261  Branch: perl
14262        ! win32/win32.c
14263 ____________________________________________________________________________
14264 [  2187] By: gsar                                  on 1998/11/04  02:56:34
14265     Log: s/sv_upgrade/SvUPGRADE/ a couple of places
14266  Branch: perl
14267        ! Changes doop.c gv.c util.c
14268 ____________________________________________________________________________
14269 [  2186] By: jhi                                   on 1998/11/03  08:17:52
14270     Log: Document quads in pack.
14271  Branch: cfgperl
14272        ! pod/perlfunc.pod
14273 ____________________________________________________________________________
14274 [  2185] By: jhi                                   on 1998/11/03  07:49:35
14275     Log: (IV) vs (I32) vs I_V()
14276          
14277          Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
14278          From: Anton Berezin <tobez@plab.ku.dk> 
14279          To: "p5p" <perl5-porters@perl.org> 
14280          Date: 01 Nov 1998 15:09:11 +0100 
14281          Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
14282          
14283          and
14284          
14285          From: Andy Dougherty <doughera@lafcol.lafayette.edu> 
14286          Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) 
14287          Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
14288  Branch: cfgperl
14289        ! sv.c
14290 ____________________________________________________________________________
14291 [  2184] By: jhi                                   on 1998/11/03  07:42:46
14292     Log: VM/ESA updates.
14293  Branch: cfgperl
14294        + README.vmesa
14295        ! MANIFEST pod/perlfunc.pod pod/perlport.pod
14296 ____________________________________________________________________________
14297 [  2183] By: jhi                                   on 1998/11/02  12:58:13
14298     Log: The id(1)-parsing is real fun.
14299  Branch: cfgperl
14300        ! t/op/groups.t
14301 ____________________________________________________________________________
14302 [  2182] By: jhi                                   on 1998/11/02  12:07:43
14303     Log: Decommission the symlink test.
14304  Branch: cfgperl
14305        ! t/op/lex_assign.t
14306 ____________________________________________________________________________
14307 [  2181] By: jhi                                   on 1998/11/02  12:03:08
14308     Log: Replace ATTR_JOINABLE with true Configure probe
14309          for PTHREAD_CREATE_JOINABLE (or equivalent:
14310          PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
14311          Remove ATTR_JOINABLE itself: Thread.xs uses
14312          PTHREAD_CREATE_JOINABLE (or equivalent) directly.
14313          
14314          Really scan for <mach/cthreads.h> only if usethreads.
14315  Branch: cfgperl
14316        ! Configure config_h.SH ext/Thread/Thread.xs thread.h
14317 ____________________________________________________________________________
14318 [  2180] By: jhi                                   on 1998/11/02  11:07:34
14319     Log: In HP-UX 10.X usethreads only if the required files are present.
14320  Branch: cfgperl
14321        ! hints/hpux.sh
14322 ____________________________________________________________________________
14323 [  2179] By: jhi                                   on 1998/11/02  09:10:33
14324     Log: Prefer groups(1).
14325          id -Gn can be broken.
14326          id -a can save the day.
14327  Branch: cfgperl
14328        ! t/op/groups.t
14329 ____________________________________________________________________________
14330 [  2178] By: jhi                                   on 1998/11/02  08:35:29
14331     Log: Detrail enum comma.
14332  Branch: cfgperl
14333        ! perl.h
14334 ____________________________________________________________________________
14335 [  2177] By: jhi                                   on 1998/11/02  08:24:12
14336     Log: 0**0 = 1, from
14337          
14338          From: d-lewart@uiuc.edu (Daniel S. Lewart)
14339          Subject: Math::Complex 0**0 patches
14340          Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
14341          Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
14342          To: jhi@iki.fi (Jarkko Hietaniemi),
14343          Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
14344  Branch: cfgperl
14345        ! lib/Math/Complex.pm t/lib/complex.t
14346 ____________________________________________________________________________
14347 [  2168] By: gbarr                                 on 1998/11/01  01:58:58
14348     Log: From: jan.dubois@ibm.net (Jan Dubois)   
14349          Date: Fri, 09 Oct 1998 23:28:31 +0200
14350          Message-ID: <36217b7f.3193091@smtp1.ibm.net>
14351          Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
14352  Branch: maint-5.005/perl
14353        ! XSUB.h
14354 ____________________________________________________________________________
14355 [  2164] By: jhi                                   on 1998/10/31  15:50:02
14356     Log: Integrate from mainperl.
14357  Branch: cfgperl
14358       +> t/op/lex_assign.t
14359       !> (integrate 45 files)
14360
14361 ----------------
14362 Version 5.005_53
14363 ----------------
14364
14365 ____________________________________________________________________________
14366 [  2163] By: gsar                                  on 1998/10/31  11:31:12
14367     Log: bump patchlevel; other minor fixes for clean build and test on
14368          Solaris and win32
14369  Branch: perl
14370        ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
14371        ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
14372        ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
14373        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
14374        ! x2p/a2p.c
14375 ____________________________________________________________________________
14376 [  2162] By: gsar                                  on 1998/10/31  09:40:31
14377     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14378          Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
14379          Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
14380          Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
14381  Branch: perl
14382        ! pp.h
14383 ____________________________________________________________________________
14384 [  2161] By: gsar                                  on 1998/10/31  09:39:13
14385     Log: From: Albert Dvornik <bert@genscan.com>
14386          Date: 30 Oct 1998 17:50:04 -0500
14387          Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
14388          Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
14389  Branch: perl
14390        ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
14391 ____________________________________________________________________________
14392 [  2160] By: gsar                                  on 1998/10/31  09:35:03
14393     Log: fix for bugs in -x mode
14394          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14395          Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
14396          Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
14397          Subject: [PATCH 5.00552] Fix h2xs
14398  Branch: perl
14399        ! utils/h2xs.PL
14400 ____________________________________________________________________________
14401 [  2159] By: gsar                                  on 1998/10/31  09:31:36
14402     Log: Data::Dumper update
14403  Branch: perl
14404        ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
14405        ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
14406 ____________________________________________________________________________
14407 [  2153] By: gsar                                  on 1998/10/30  21:40:09
14408     Log: add testsuite portion of patch
14409          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14410          Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
14411          Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
14412          Subject: [PATCH 5.00321 ;-)] 87% speedup
14413  Branch: perl
14414        + t/op/lex_assign.t
14415        ! MANIFEST
14416 ____________________________________________________________________________
14417 [  2152] By: gsar                                  on 1998/10/30  21:08:11
14418     Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
14419  Branch: perl
14420        ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
14421 ____________________________________________________________________________
14422 [  2151] By: gsar                                  on 1998/10/30  20:18:09
14423     Log: From: Mark-Jason Dominus <mjd@plover.com>
14424          Date: Fri, 30 Oct 1998 14:24:23 EST
14425          Message-Id: <19981030192423.27276.qmail@plover.com>
14426          Subject: PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'
14427  Branch: perl
14428        ! x2p/walk.c
14429 ____________________________________________________________________________
14430 [  2150] By: gsar                                  on 1998/10/30  20:08:57
14431     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14432          Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
14433          Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
14434          Subject: [PATCH 5.00552] Overloaded <> and deref again
14435  Branch: perl
14436        ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
14437        ! t/pragma/overload.t toke.c
14438 ____________________________________________________________________________
14439 [  2149] By: gsar                                  on 1998/10/30  19:38:15
14440     Log: From: Roderick Schertler <roderick@argon.org>
14441          Date: Thu, 29 Oct 1998 14:50:18 -0500
14442          Message-ID: <17625.909690618@eeyore.ibcinc.com>
14443          Subject: patch for daemonization docs in perlipc
14444  Branch: perl
14445        ! pod/perlipc.pod
14446 ____________________________________________________________________________
14447 [  2148] By: gsar                                  on 1998/10/30  19:36:07
14448     Log: From: Anton Berezin <tobez@plab.ku.dk>
14449          Date: 29 Oct 1998 17:06:25 +0100
14450          Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
14451          Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
14452  Branch: perl
14453        ! win32/win32.c
14454 ____________________________________________________________________________
14455 [  2147] By: gsar                                  on 1998/10/30  19:31:37
14456     Log: tweaked version of suggested patch
14457          From: Anton Berezin <tobez@plab.ku.dk>
14458          Date: 29 Oct 1998 14:48:54 +0100
14459          Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
14460          Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
14461  Branch: perl
14462        ! win32/win32.c
14463 ____________________________________________________________________________
14464 [  2146] By: gsar                                  on 1998/10/30  19:03:50
14465     Log: hand-apply whitespace-mutiliated patch
14466          From: "vishal bhatia" <vishalb@hotmail.com>
14467          Date: Wed, 28 Oct 1998 23:45:32 PST
14468          Message-ID: <19981029074534.2334.qmail@hotmail.com>
14469          Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
14470  Branch: perl
14471        ! ext/B/B/C.pm ext/B/B/CC.pm
14472 ____________________________________________________________________________
14473 [  2145] By: gsar                                  on 1998/10/30  18:46:58
14474     Log: remaining PL_foo stragglers
14475  Branch: perl
14476        ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
14477        ! op.h os2/os2.c vms/gen_shrfls.pl
14478 ____________________________________________________________________________
14479 [  2144] By: gsar                                  on 1998/10/30  17:38:36
14480     Log: integrate cfgperl tweaks into mainline
14481  Branch: perl
14482       !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
14483       !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
14484 ____________________________________________________________________________
14485 [  2143] By: jhi                                   on 1998/10/30  13:27:39
14486     Log: There can be multiple yacc/bison errors.
14487  Branch: cfgperl
14488        ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
14489 ____________________________________________________________________________
14490 [  2142] By: jhi                                   on 1998/10/30  13:18:43
14491     Log: README.posix-bc update.
14492  Branch: cfgperl
14493        ! README.posix-bc
14494 ____________________________________________________________________________
14495 [  2141] By: jhi                                   on 1998/10/30  09:12:59
14496     Log: #2133 fallout.
14497  Branch: cfgperl
14498        ! doio.c ext/POSIX/POSIX.xs
14499 ____________________________________________________________________________
14500 [  2140] By: jhi                                   on 1998/10/30  08:43:18
14501     Log: Integrate from mainperl.
14502  Branch: cfgperl
14503       +> globvar.sym pp.sym
14504        - objpp.h thread.sym
14505       !> (integrate 61 files)
14506 ____________________________________________________________________________
14507 [  2133] By: gsar                                  on 1998/10/30  02:51:39
14508     Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
14509          (objpp.h is gone, embed.pl now does some of that); objXSUB.h
14510          should soon be automated also; the global variables that
14511          escaped the PL_foo conversion are now reined in; renamed
14512          MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
14513          type of same name; duplicated lists of pp_things in various
14514          places is now gone; result has only been tested on win32
14515  Branch: perl
14516        + globvar.sym pp.sym
14517        - objpp.h thread.sym
14518        ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
14519        ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
14520        ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
14521        ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
14522        ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
14523        ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
14524        ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
14525        ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
14526        ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
14527        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14528        ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
14529 ____________________________________________________________________________
14530 [  2130] By: jhi                                   on 1998/10/29  15:31:26
14531     Log: Pure bison yylex() proto was broken.
14532  Branch: cfgperl
14533        ! proto.h
14534 ____________________________________________________________________________
14535 [  2126] By: jhi                                   on 1998/10/29  08:35:54
14536     Log: Integrate mainperl.
14537  Branch: cfgperl
14538       !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
14539       !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
14540       !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
14541       !> t/pragma/warn/doio toke.c win32/makefile.mk
14542 ____________________________________________________________________________
14543 [  2125] By: jhi                                   on 1998/10/29  08:32:38
14544     Log: EBCDIC Makefile.SH iteration converges.  Hopefully.
14545  Branch: cfgperl
14546        ! Makefile.SH
14547 ____________________________________________________________________________
14548 [  2124] By: jhi                                   on 1998/10/29  08:06:44
14549     Log: EBCDIC Makefile.SH tuneup.
14550  Branch: cfgperl
14551        ! Makefile.SH
14552 ____________________________________________________________________________
14553 [  2119] By: gsar                                  on 1998/10/28  23:24:04
14554     Log: remove doubled hunk from integration
14555  Branch: perl
14556        ! pp.c
14557 ____________________________________________________________________________
14558 [  2118] By: gsar                                  on 1998/10/28  22:03:31
14559     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14560          Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
14561          Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
14562          Subject: [PATCH 5.00552] Minor debugger tweaks
14563  Branch: perl
14564        ! lib/perl5db.pl
14565 ____________________________________________________________________________
14566 [  2117] By: gsar                                  on 1998/10/28  22:02:30
14567     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14568          Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
14569          Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
14570          Subject: [PATCH 5.00552] Make sort respect overloading
14571  Branch: perl
14572        ! pp_ctl.c proto.h t/pragma/overload.t
14573 ____________________________________________________________________________
14574 [  2116] By: gsar                                  on 1998/10/28  21:51:11
14575     Log: MM patches from Ilya Zakharevich
14576          Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
14577          Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
14578          Subject: [PATCH 5.00552] Make MakeMaker more verbose
14579          --
14580          Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
14581          Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
14582          Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
14583  Branch: perl
14584        ! lib/ExtUtils/MakeMaker.pm
14585 ____________________________________________________________________________
14586 [  2115] By: gsar                                  on 1998/10/28  21:46:19
14587     Log: add explicit references to perl source path in ld2 and gcc2
14588  Branch: perl
14589        ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
14590 ____________________________________________________________________________
14591 [  2114] By: gsar                                  on 1998/10/28  21:39:56
14592     Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
14593          Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
14594          Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
14595          Subject: [PATCH] Re: Problems with: Creating an installable tar archive
14596  Branch: perl
14597        ! INSTALL
14598 ____________________________________________________________________________
14599 [  2113] By: gsar                                  on 1998/10/28  21:21:16
14600     Log: integrate cfgperl into mainline
14601  Branch: perl
14602       +> t/op/filetest.t
14603       !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
14604       !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
14605       !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
14606       !> thread.h toke.c vmesa/Makefile
14607 ____________________________________________________________________________
14608 [  2112] By: gsar                                  on 1998/10/28  21:14:18
14609     Log: minor cleanup
14610  Branch: perl
14611        ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
14612 ____________________________________________________________________________
14613 [  2111] By: gsar                                  on 1998/10/28  18:52:10
14614     Log: smarter C<$SIG{FOO} = BAREWORD;> warning
14615  Branch: perl
14616        ! toke.c
14617 ____________________________________________________________________________
14618 [  2110] By: jhi                                   on 1998/10/28  15:07:54
14619     Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
14620  Branch: cfgperl
14621        ! Makefile.SH
14622 ____________________________________________________________________________
14623 [  2109] By: jhi                                   on 1998/10/28  13:39:54
14624     Log: a2p.y needs to generate also y.tab.h.
14625  Branch: cfgperl
14626        ! Makefile.SH
14627 ____________________________________________________________________________
14628 [  2108] By: jhi                                   on 1998/10/28  10:33:36
14629     Log: The "parse error" must be converted to "syntax error",
14630          just matching it aint' enough.
14631  Branch: cfgperl
14632        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
14633        ! t/pragma/warning.t
14634 ____________________________________________________________________________
14635 [  2107] By: jhi                                   on 1998/10/28  10:23:05
14636     Log: Regen sig_n{ame,umber}* if slightest doubt.
14637  Branch: cfgperl
14638        ! Configure
14639 ____________________________________________________________________________
14640 [  2106] By: jhi                                   on 1998/10/28  08:44:49
14641     Log: Bison says 'parse error', not 'parser error'.
14642  Branch: cfgperl
14643        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
14644        ! t/pragma/warning.t
14645 ____________________________________________________________________________
14646 [  2105] By: jhi                                   on 1998/10/28  08:42:09
14647     Log: yylex() parametrization.
14648  Branch: cfgperl
14649        ! proto.h toke.c
14650 ____________________________________________________________________________
14651 [  2104] By: jhi                                   on 1998/10/28  08:25:09
14652     Log: Bring in #2102.
14653  Branch: cfgperl
14654        ! pp.c
14655 ____________________________________________________________________________
14656 [  2103] By: jhi                                   on 1998/10/28  08:22:04
14657     Log: From: Dominic Dunlop <domo@vo.lu>
14658          Subject: [PATCH 5.005_02]  Re: perl5.004_04 testing problem
14659          Date: 27 Oct 1998 20:47:25 +0200
14660          Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
14661  Branch: cfgperl
14662        ! t/op/groups.t
14663 ____________________________________________________________________________
14664 [  2102] By: larry                                 on 1998/10/27  18:58:55
14665     Log: utf8 change to quotemeta broke EBCDIC
14666  Branch: perl
14667        ! pp.c
14668 ____________________________________________________________________________
14669 [  2101] By: jhi                                   on 1998/10/27  12:55:34
14670     Log: $Config{sig_num_init}.
14671          Also, a new approach to the 'pthreads-created-joinable': drop
14672          it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
14673          directly. (See also #2096).
14674  Branch: cfgperl
14675        ! Configure config_h.SH
14676 ____________________________________________________________________________
14677 [  2100] By: jhi                                   on 1998/10/27  10:48:55
14678     Log: Regenerated perly_c.diff.
14679  Branch: cfgperl
14680        ! perly_c.diff
14681 ____________________________________________________________________________
14682 [  2099] By: jhi                                   on 1998/10/27  08:42:25
14683     Log: First the mangler was Netscape, then it was me.
14684  Branch: cfgperl
14685        ! vmesa/Makefile
14686 ____________________________________________________________________________
14687 [  2098] By: jhi                                   on 1998/10/27  08:34:40
14688     Log: `id -Gn` might be available where `groups` is not.
14689  Branch: cfgperl
14690        ! t/op/groups.t
14691 ____________________________________________________________________________
14692 [  2097] By: jhi                                   on 1998/10/27  08:05:17
14693     Log: Netscape had mangled the tabs.
14694  Branch: cfgperl
14695        ! vmesa/Makefile
14696 ____________________________________________________________________________
14697 [  2096] By: jhi                                   on 1998/10/27  08:03:05
14698     Log: ATTR_JOINABLE logic, based on (private email)
14699          
14700          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
14701          Subject: Some little diffs
14702          Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
14703          Date: Tue, 27 Oct 1998 13:44:42 +1300
14704  Branch: cfgperl
14705        ! thread.h
14706 ____________________________________________________________________________
14707 [  2095] By: jhi                                   on 1998/10/27  07:56:57
14708     Log: Mach cthreads support based on:
14709          
14710          From: brie@corp.home.net (Brian Harrison)
14711          Subject: perl5.005_02 patch for mthreads
14712          To: perl5-porters@perl.org
14713          Date: 24 Oct 1998 01:01:55 +0300
14714          Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
14715          
14716          Pthread yield probe (dejavu)
14717          Cosmetic nanochange for the union semun output.
14718          Better inttypes.h probe.
14719          Undo the 'void *' $selecttype probe from #1971 because
14720          it breaks the $selectminbits test.
14721  Branch: cfgperl
14722        ! Configure config_h.SH perl.h thread.h
14723 ____________________________________________________________________________
14724 [  2094] By: jhi                                   on 1998/10/26  13:02:07
14725     Log: Also posix-bc wants to reyacc.
14726  Branch: cfgperl
14727        ! Makefile.SH
14728 ____________________________________________________________________________
14729 [  2093] By: jhi                                   on 1998/10/26  10:17:21
14730     Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
14731          5_02 and really breaking things in non-ASCII worlds.
14732  Branch: cfgperl
14733        ! pp.c
14734 ____________________________________________________________________________
14735 [  2092] By: jhi                                   on 1998/10/26  09:08:00
14736     Log: More robustness.
14737  Branch: cfgperl
14738        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
14739        ! t/pragma/warning.t
14740 ____________________________________________________________________________
14741 [  2091] By: jhi                                   on 1998/10/26  08:47:32
14742     Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
14743          Bison really wants YYLEX_PARAM.
14744  Branch: cfgperl
14745        ! perly.y proto.h toke.c
14746 ____________________________________________________________________________
14747 [  2090] By: jhi                                   on 1998/10/26  08:21:25
14748     Log: s/YYLEX_PARAM/YYLEXPARAM/
14749  Branch: cfgperl
14750        ! perly.y
14751 ____________________________________________________________________________
14752 [  2089] By: jhi                                   on 1998/10/26  08:17:33
14753     Log: Indicate skipped subtests.
14754  Branch: cfgperl
14755        ! t/io/pipe.t
14756 ____________________________________________________________________________
14757 [  2088] By: jhi                                   on 1998/10/26  08:11:36
14758     Log: Integrate from mainperl.
14759  Branch: cfgperl
14760       !> (integrate 54 files)
14761 ____________________________________________________________________________
14762 [  2087] By: jhi                                   on 1998/10/26  08:08:02
14763     Log: Add test for filetests.
14764  Branch: cfgperl
14765        + t/op/filetest.t
14766        ! MANIFEST
14767 ____________________________________________________________________________
14768 [  2086] By: gsar                                  on 1998/10/26  02:44:44
14769     Log: various win32 tweaks; disable new xs_cpp section (it creates
14770          ambiguous inference graph for %.xs --> %.o)
14771  Branch: perl
14772        ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
14773        ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
14774        ! win32/config.gc win32/config_H.gc win32/makedef.pl
14775        ! win32/makefile.mk win32/win32.h
14776 ____________________________________________________________________________
14777 [  2085] By: gsar                                  on 1998/10/26  00:50:02
14778     Log: sanity-check $Config{drand01} in rand.t
14779  Branch: perl
14780        ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
14781        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14782 ____________________________________________________________________________
14783 [  2078] By: gsar                                  on 1998/10/25  10:22:04
14784     Log: update win32/config*.?c
14785  Branch: perl
14786        ! Changes win32/config.bc win32/config.gc win32/config.vc
14787        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14788 ____________________________________________________________________________
14789 [  2077] By: gsar                                  on 1998/10/25  08:39:25
14790     Log: From: Graham Barr <gbarr@pobox.com>
14791          Date: Sat, 24 Oct 1998 21:45:50 -0500
14792          Message-ID: <19981024214550.C508@pobox.com>
14793          Subject: Re: die with a reference  should use overload "" operator
14794  Branch: perl
14795        ! pp_ctl.c
14796 ____________________________________________________________________________
14797 [  2076] By: gsar                                  on 1998/10/25  08:37:49
14798     Log: From: Graham Barr <gbarr@pobox.com>
14799          Date: Sat, 24 Oct 1998 12:45:21 -0500
14800          Message-ID: <19981024124521.C512@pobox.com>
14801          Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
14802  Branch: perl
14803        ! sv.c
14804 ____________________________________________________________________________
14805 [  2075] By: gsar                                  on 1998/10/25  08:24:09
14806     Log: fix C<print $n += 5;> etc.
14807  Branch: perl
14808        ! toke.c
14809 ____________________________________________________________________________
14810 [  2074] By: gsar                                  on 1998/10/25  08:12:28
14811     Log: list builtins with portability caveats
14812          From: Jarkko Hietaniemi <jhi@iki.fi>
14813          Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
14814          Message-Id: <199810231105.OAA02411@alpha.hut.fi>
14815          Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
14816  Branch: perl
14817        ! pod/perlfunc.pod
14818 ____________________________________________________________________________
14819 [  2073] By: gsar                                  on 1998/10/25  07:55:43
14820     Log: fix stack overrun in file test operators
14821  Branch: perl
14822        ! pp_sys.c
14823 ____________________________________________________________________________
14824 [  2072] By: gsar                                  on 1998/10/25  07:29:45
14825     Log: implement C<goto &func> and other fixes (via private mail)
14826          From:    "vishal bhatia" <vishalb@hotmail.com>
14827          Date:    Wed, 21 Oct 1998 22:59:03 PDT
14828          Message-Id: <19981022055904.20083.qmail@hotmail.com>
14829          Subject: [PATCH 5.005_52] More fixes for B
14830  Branch: perl
14831        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
14832 ____________________________________________________________________________
14833 [  2071] By: gsar                                  on 1998/10/25  07:14:41
14834     Log: From: Graham Barr <gbarr@pobox.com>
14835          Date: Sat, 17 Oct 1998 20:42:41 -0500
14836          Message-ID: <19981017204241.G510@pobox.com>
14837          Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
14838  Branch: perl
14839        ! pp_ctl.c
14840 ____________________________________________________________________________
14841 [  2070] By: gsar                                  on 1998/10/25  07:07:29
14842     Log: avoid bogus line number in XSUB redefined warnings
14843  Branch: perl
14844        ! op.c
14845 ____________________________________________________________________________
14846 [  2069] By: gsar                                  on 1998/10/25  06:59:03
14847     Log: From: Martijn Koster <mak@excitecorp.com>
14848          Date: Wed, 21 Oct 1998 13:12:03 +0100
14849          Message-ID: <19981021131203.A15661@excitecorp.com>
14850          Subject: File::Path::mkpath reports the wrong error
14851  Branch: perl
14852        ! lib/File/Path.pm
14853 ____________________________________________________________________________
14854 [  2068] By: gsar                                  on 1998/10/25  06:54:43
14855     Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
14856          Date: Tue, 20 Oct 1998 20:52:20 -0500
14857          Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
14858          Subject: Exporter.pm's export_to_level() argument handling buggy
14859  Branch: perl
14860        ! lib/Exporter.pm
14861 ____________________________________________________________________________
14862 [  2067] By: gsar                                  on 1998/10/25  06:50:19
14863     Log: From: jan.dubois@ibm.net (Jan Dubois)
14864          Date: Wed, 21 Oct 1998 00:55:51 +0200
14865          Message-ID: <36380269.55370608@smtp1.ibm.net>
14866          Subject: Make _really_ sure Dynaloader.xs code is initialized only once
14867  Branch: perl
14868        ! ext/DynaLoader/DynaLoader_pm.PL
14869 ____________________________________________________________________________
14870 [  2066] By: gsar                                  on 1998/10/25  06:48:19
14871     Log: recognize '%' as a shell metachar for win32
14872          From: jan.dubois@ibm.net (Jan Dubois)
14873          Date: Tue, 20 Oct 1998 21:57:35 +0200
14874          Message-ID: <3636ea31.49170453@smtp1.ibm.net>
14875          Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?
14876  Branch: perl
14877        ! win32/win32.c
14878 ____________________________________________________________________________
14879 [  2065] By: gsar                                  on 1998/10/25  06:46:30
14880     Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
14881  Branch: perl
14882        ! sv.c
14883 ____________________________________________________________________________
14884 [  2064] By: gsar                                  on 1998/10/25  06:45:09
14885     Log: From: Gisle Aas <gisle@aas.no>
14886          Date: 20 Oct 1998 14:24:44 +0200
14887          Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
14888          Subject: ord() and unpack("U*",...) should not be negative
14889  Branch: perl
14890        ! pp.c
14891 ____________________________________________________________________________
14892 [  2063] By: gsar                                  on 1998/10/25  06:42:29
14893     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14894          Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
14895          Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
14896          Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
14897  Branch: perl
14898        ! os2/os2.c
14899 ____________________________________________________________________________
14900 [  2062] By: gsar                                  on 1998/10/25  06:41:26
14901     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14902          Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
14903          Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
14904          Subject: [PATCH 5.005_*] Speed up aassign
14905  Branch: perl
14906        ! pp_hot.c
14907 ____________________________________________________________________________
14908 [  2061] By: gsar                                  on 1998/10/25  06:39:04
14909     Log: From: Graham Barr <gbarr@pobox.com>
14910          Date: Sat, 17 Oct 1998 22:22:02 -0500
14911          Message-ID: <19981017222202.J510@pobox.com>
14912          Subject: Re: '*' prototype does not allow bareword with strict
14913  Branch: perl
14914        ! toke.c
14915 ____________________________________________________________________________
14916 [  2060] By: gsar                                  on 1998/10/25  06:37:34
14917     Log: handle '::' in section names properly
14918          From: Graham Barr <gbarr@pobox.com>
14919          Date: Sat, 17 Oct 1998 12:57:54 -0500
14920          Message-ID: <19981017125754.C510@pobox.com>
14921          Subject: Re: pod2html
14922  Branch: perl
14923        ! lib/Pod/Html.pm
14924 ____________________________________________________________________________
14925 [  2059] By: gsar                                  on 1998/10/25  06:33:43
14926     Log: integrate changes#1982,2014,2021 (from maint-5.005)
14927  Branch: perl
14928       !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
14929       !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
14930 ____________________________________________________________________________
14931 [  2058] By: gsar                                  on 1998/10/25  05:44:17
14932     Log: allow more win32 symbol exports (suggested by Jan Dubois)
14933  Branch: perl
14934        ! win32/makedef.pl
14935 ____________________________________________________________________________
14936 [  2057] By: gsar                                  on 1998/10/25  05:40:40
14937     Log: integrate change#2053 from maint-5.005
14938  Branch: perl
14939       !> cop.h t/cmd/while.t
14940 ____________________________________________________________________________
14941 [  2056] By: gsar                                  on 1998/10/25  05:16:41
14942     Log: commented version of a patch suggested by Drago Goricanec
14943          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
14944          Date: 16 Oct 1998 15:24:45 +0300
14945          Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
14946          Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
14947  Branch: perl
14948        ! pp_sys.c
14949 ____________________________________________________________________________
14950 [  2055] By: gsar                                  on 1998/10/25  05:11:03
14951     Log: include eof() in description of buffering caveats
14952          From: Anton Berezin <tobez@plab.ku.dk>
14953          Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
14954          Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
14955          Subject: [DOCPATCH] pod/perlfunc.pod
14956  Branch: perl
14957        ! pod/perlfunc.pod
14958 ____________________________________________________________________________
14959 [  2054] By: gsar                                  on 1998/10/25  05:07:42
14960     Log: disallow 'x' in hex numbers (except leading '0x')
14961          From: Gisle Aas <gisle@aas.no>
14962          Date: 16 Oct 1998 16:33:12 +0200
14963          Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
14964          Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
14965  Branch: perl
14966        ! perlvars.h t/op/oct.t util.c
14967 ____________________________________________________________________________
14968 [  2052] By: gsar                                  on 1998/10/25  04:49:04
14969     Log: avoid the circular refcnt logic in magic_mutexfree()
14970  Branch: perl
14971        ! mg.c pp.c pp_hot.c
14972 ____________________________________________________________________________
14973 [  2051] By: gsar                                  on 1998/10/25  04:35:07
14974     Log: properly restore PL_rsfp_filters after require
14975  Branch: perl
14976        ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
14977        ! scope.h
14978 ____________________________________________________________________________
14979 [  2050] By: gsar                                  on 1998/10/25  02:42:32
14980     Log: integrate cfgperl changes back into mainline
14981  Branch: perl
14982       +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
14983       +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
14984       !> (integrate 33 files)
14985 ____________________________________________________________________________
14986 [  2049] By: gsar                                  on 1998/10/25  01:30:48
14987     Log: avoid "mysterious" compile-time failures without messages
14988  Branch: perl
14989        ! gv.c
14990 ____________________________________________________________________________
14991 [  2041] By: gsar                                  on 1998/10/23  21:11:56
14992     Log: checkin jpl under //depot/perlext/jpl/...
14993  Branch: perlext
14994        + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
14995        + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
14996        + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
14997        + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
14998        + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
14999        + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
15000        + jpl/PerlInterpreter/Makefile.PL
15001        + jpl/PerlInterpreter/PerlInterpreter.c
15002        + jpl/PerlInterpreter/PerlInterpreter.h
15003        + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
15004        + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
15005        + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
15006        + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
15007        + jpl/get_jdk/jdk_hosts jpl/install-jpl
15008 ____________________________________________________________________________
15009 [  2040] By: larry                                 on 1998/10/23  19:31:42
15010     Log: chr(0xFFFFFFFF) didn't translate to utf8 character
15011  Branch: perl
15012        ! pp.c
15013 ____________________________________________________________________________
15014 [  2039] By: larry                                 on 1998/10/23  18:48:34
15015     Log: tr///d does not seem to work
15016  Branch: perl
15017        ! lib/utf8_heavy.pl
15018 ____________________________________________________________________________
15019 [  2038] By: larry                                 on 1998/10/23  18:00:41
15020     Log: Program with utf8 identifiers fails to compile
15021  Branch: perl
15022        ! doop.c gv.c op.c pp.c pp_hot.c toke.c
15023 ____________________________________________________________________________
15024 [  2037] By: jhi                                   on 1998/10/23  14:04:51
15025     Log: Test suite portability:
15026          - posix-bc does not write to broken pipes
15027          - filehand #11 only iff we have fork
15028          - warning.t can now match $expected using regular expressions
15029  Branch: cfgperl
15030        ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
15031        ! t/pragma/warning.t
15032 ____________________________________________________________________________
15033 [  2036] By: jhi                                   on 1998/10/23  12:12:07
15034     Log: yacc clarification.
15035  Branch: cfgperl
15036        ! README.posix-bc
15037 ____________________________________________________________________________
15038 [  2035] By: jhi                                   on 1998/10/23  12:09:59
15039     Log: Some C compilers get upset about 8-bit characters in /* comments. */
15040  Branch: cfgperl
15041        ! mg.c
15042 ____________________________________________________________________________
15043 [  2034] By: jhi                                   on 1998/10/22  09:11:52
15044     Log: Configure update: both for pthread_yield more robust
15045          testing (all variants of pthread_attr_getdetachstate()) --
15046          and because Configure was broken in major way! About 1000
15047          last lines were truncated.
15048  Branch: cfgperl
15049        ! Configure
15050 ____________________________________________________________________________
15051 [  2033] By: jhi                                   on 1998/10/22  07:47:10
15052     Log: DJGPP feedback for #2028.
15053  Branch: cfgperl
15054        ! thread.h
15055 ____________________________________________________________________________
15056 [  2032] By: jhi                                   on 1998/10/21  13:03:57
15057     Log: yielding, the saga continues.
15058  Branch: cfgperl
15059        ! Configure config_h.SH
15060       !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
15061       !> t/op/goto.t t/pragma/constant.t
15062 ____________________________________________________________________________
15063 [  2031] By: jhi                                   on 1998/10/21  09:15:42
15064     Log: VM/ESA feedback for #2028.
15065  Branch: cfgperl
15066        ! Configure config_h.SH thread.h
15067 ____________________________________________________________________________
15068 [  2030] By: gsar                                  on 1998/10/21  04:22:53
15069     Log: fix handling of mayhaps-extended @_ in goto &sub
15070  Branch: perl
15071        ! av.c pp_ctl.c t/op/goto.t
15072 ____________________________________________________________________________
15073 [  2029] By: gsar                                  on 1998/10/21  00:54:14
15074     Log: restore sanity to "constant" references
15075  Branch: perl
15076        ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
15077 ____________________________________________________________________________
15078 [  2028] By: jhi                                   on 1998/10/20  15:01:20
15079     Log: OLD_PTHREADS_API reorganizing.
15080  Branch: cfgperl
15081        ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
15082        ! vmesa/vmesaish.h
15083 ____________________________________________________________________________
15084 [  2027] By: jhi                                   on 1998/10/20  14:14:51
15085     Log: #2026 fallout.
15086  Branch: cfgperl
15087        ! Makefile.SH
15088 ____________________________________________________________________________
15089 [  2026] By: jhi                                   on 1998/10/20  11:47:21
15090     Log: VM/ESA update.
15091  Branch: cfgperl
15092        ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
15093 ____________________________________________________________________________
15094 [  2025] By: jhi                                   on 1998/10/20  08:20:56
15095     Log: 64-bitness, based on
15096          
15097          From: Scott Henry <scotth@sgi.com>
15098          To: perl-64bit@perl.org
15099          Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
15100          Subject: Re: Configure problems/questions...
15101          Date: 19 Oct 1998 22:38:06 -0700
15102  Branch: cfgperl
15103        ! hints/irix_6.sh perl.h
15104 ____________________________________________________________________________
15105 [  2024] By: jhi                                   on 1998/10/20  08:09:07
15106     Log: Add lseeksize.
15107  Branch: cfgperl
15108        ! config_h.SH
15109 ____________________________________________________________________________
15110 [  2023] By: jhi                                   on 1998/10/20  08:08:33
15111     Log: Mumble about _yields() only when threaded.
15112  Branch: cfgperl
15113        ! Configure
15114 ____________________________________________________________________________
15115 [  2022] By: jhi                                   on 1998/10/20  07:46:26
15116     Log: Thinko at PTHREADS_CREATED_JOINABLE.
15117  Branch: cfgperl
15118        ! thread.h
15119 ____________________________________________________________________________
15120 [  2021] By: gbarr                                 on 1998/10/20  01:25:23
15121     Log: From: Chip Salzenberg <chip@perlsupport.com>
15122          Date: Tue, 6 Oct 1998 13:33:05 -0400
15123          Message-ID: <19981006133305.A2348@perlsupport.com>
15124          Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
15125  Branch: maint-5.005/perl
15126        ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
15127        ! t/op/tie.t
15128 ____________________________________________________________________________
15129 [  2020] By: jhi                                   on 1998/10/19  09:15:53
15130     Log: YIELD more robustly.
15131  Branch: cfgperl
15132        ! thread.h
15133 ____________________________________________________________________________
15134 [  2019] By: jhi                                   on 1998/10/19  08:48:33
15135     Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
15136          the 'new' one (just like DJGPP, it seems).
15137  Branch: cfgperl
15138        ! thread.h
15139 ____________________________________________________________________________
15140 [  2018] By: jhi                                   on 1998/10/19  07:02:44
15141     Log: vmesaish.h doesn't exclude unixish.h.
15142  Branch: cfgperl
15143        ! perl.h
15144 ____________________________________________________________________________
15145 [  2017] By: jhi                                   on 1998/10/19  06:44:19
15146     Log: 1<<$randbits is not good for randbits=48.
15147  Branch: cfgperl
15148        ! t/op/rand.t
15149 ____________________________________________________________________________
15150 [  2016] By: jhi                                   on 1998/10/19  06:39:47
15151     Log: Make #2012 glob pattern more portable.
15152  Branch: cfgperl
15153        ! Makefile.SH
15154 ____________________________________________________________________________
15155 [  2014] By: gbarr                                 on 1998/10/17  20:31:42
15156     Log: Fix POSIX::sigprocmask not to check type of $old parameter
15157          as it is output only
15158  Branch: maint-5.005/perl
15159        ! ext/POSIX/POSIX.xs
15160 ____________________________________________________________________________
15161 [  2012] By: jhi                                   on 1998/10/17  15:04:23
15162     Log: clean numbered core dumps and t/tmp[0-9]*.
15163  Branch: cfgperl
15164        ! Makefile.SH
15165 ____________________________________________________________________________
15166 [  2011] By: jhi                                   on 1998/10/17  14:59:15
15167     Log: More robust yacc/bison failure output handling.
15168  Branch: cfgperl
15169        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
15170 ____________________________________________________________________________
15171 [  2010] By: jhi                                   on 1998/10/17  14:51:05
15172     Log: BC2000 POSIX update.
15173  Branch: cfgperl
15174        ! MANIFEST
15175 ____________________________________________________________________________
15176 [  2009] By: jhi                                   on 1998/10/17  14:49:46
15177     Log: POSIX BC2000 port from perl-mvs:
15178          
15179          Subject: Ported perl 5.005.02 to BS2000 / POSIX
15180          From: Dorner Thomas <Thomas.Dorner@start.de> 
15181          Date: Tue, 29 Sep 1998 13:29:36 +0100 
15182          Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> 
15183  Branch: cfgperl
15184        + README.posix-bc hints/posix-bc.sh
15185        ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
15186        ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
15187        ! unixish.h
15188 ____________________________________________________________________________
15189 [  2008] By: jhi                                   on 1998/10/17  14:07:49
15190     Log: VM/ESA-update.
15191  Branch: cfgperl
15192        ! MANIFEST
15193 ____________________________________________________________________________
15194 [  2007] By: jhi                                   on 1998/10/17  13:55:34
15195     Log: Forgot few S_I* imports.
15196  Branch: cfgperl
15197        ! t/lib/ipc_sysv.t
15198 ____________________________________________________________________________
15199 [  2006] By: jhi                                   on 1998/10/17  13:43:54
15200     Log: The VM/ESA port essentials, based on
15201          
15202          perl-mvs:
15203          
15204          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
15205          Subject: Re: Can't find Data/Dumper.pm
15206          Date: Mon, 28 Sep 1998 07:40:49 +1300
15207          Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
15208          
15209          private email:
15210          
15211          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
15212          Subject: Re: Perl thread problems in VM/ESA
15213          Date: Thu, 15 Oct 1998 07:18:35 +1300
15214          Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
15215          
15216          and private email:
15217          
15218          From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
15219          Subject:  perl archive
15220          Date:  Sun, 11 Oct 1998 19:28:54 EDT
15221          Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
15222          which gave a pointer to
15223          
15224          http://pucc.princeton.edu/~neale/perl.tar
15225          
15226          (based on Perl 5.005_51)
15227  Branch: cfgperl
15228        + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
15229        ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
15230        ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
15231        ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
15232 ____________________________________________________________________________
15233 [  2005] By: jhi                                   on 1998/10/17  13:17:19
15234     Log: Integrate mainperl.
15235  Branch: cfgperl
15236       !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
15237       !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
15238       !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
15239       !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
15240       !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
15241       !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
15242       !> win32/makefile.mk
15243 ____________________________________________________________________________
15244 [  2004] By: jhi                                   on 1998/10/17  11:19:06
15245     Log: Removed an extra ' from the int64_t test.
15246  Branch: cfgperl
15247        ! Configure
15248 ____________________________________________________________________________
15249 [  2003] By: gsar                                  on 1998/10/17  04:11:40
15250     Log: silence -w noises (suggested by Greg Bacon)
15251  Branch: perl
15252        ! lib/Term/Complete.pm
15253 ____________________________________________________________________________
15254 [  2002] By: gsar                                  on 1998/10/17  04:07:48
15255     Log: From: Gisle Aas <gisle@aas.no>
15256          Date: 14 Oct 1998 15:53:14 +0200
15257          Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
15258          Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
15259  Branch: perl
15260        ! util.c
15261 ____________________________________________________________________________
15262 [  2001] By: gsar                                  on 1998/10/17  04:06:10
15263     Log: From: Gisle Aas <gisle@aas.no>
15264          Date: 14 Oct 1998 15:17:44 +0200
15265          Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
15266          Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
15267  Branch: perl
15268        ! toke.c
15269 ____________________________________________________________________________
15270 [  2000] By: gsar                                  on 1998/10/17  03:06:33
15271     Log: From: Gisle Aas <gisle@aas.no>
15272          Date: 14 Oct 1998 00:38:06 +0200
15273          Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
15274          Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
15275  Branch: perl
15276        ! sv.c
15277 ____________________________________________________________________________
15278 [  1999] By: gsar                                  on 1998/10/17  03:04:48
15279     Log: From: Dan Sugalski <sugalskd@osshe.edu>
15280          Date: Tue, 13 Oct 1998 15:10:57 -0700
15281          Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
15282          Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
15283  Branch: perl
15284        ! vms/ext/Stdio/Stdio.pm
15285 ____________________________________________________________________________
15286 [  1998] By: gsar                                  on 1998/10/17  03:00:40
15287     Log: skip readonly vars and unref references when doing a reset()
15288  Branch: perl
15289        ! sv.c
15290 ____________________________________________________________________________
15291 [  1997] By: gsar                                  on 1998/10/17  02:49:19
15292     Log: fix buggy treatment of large checksums on unicode strings
15293          From: Gisle Aas <gisle@aas.no>
15294          Date: 13 Oct 1998 21:35:39 +0200
15295          Message-ID: <m31zocp850.fsf@furu.g.aas.no>
15296          Subject: unpack("%48U*",...)  [PATCH 5.005_52]
15297  Branch: perl
15298        ! pp.c
15299 ____________________________________________________________________________
15300 [  1996] By: gsar                                  on 1998/10/17  02:43:22
15301     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15302          Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
15303          Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
15304          Subject: [PATCH 5.005_52] Memory overrun in os2.c
15305  Branch: perl
15306        ! os2/Makefile.SHs os2/os2.c
15307 ____________________________________________________________________________
15308 [  1995] By: gsar                                  on 1998/10/17  02:42:01
15309     Log: clarify section name rules for typemaps
15310  Branch: perl
15311        ! pod/perlxs.pod
15312 ____________________________________________________________________________
15313 [  1994] By: gsar                                  on 1998/10/17  02:33:02
15314     Log: whitespace-proof grent.t
15315  Branch: perl
15316        ! t/op/grent.t
15317 ____________________________________________________________________________
15318 [  1993] By: gsar                                  on 1998/10/17  02:27:29
15319     Log: fix bug in B::CC::pp_sassign()
15320          From: "vishal bhatia" <vishalb@hotmail.com>
15321          Date: Sun, 11 Oct 1998 18:41:38 PDT
15322          Message-ID: <19981012014139.19614.qmail@hotmail.com>
15323          Subject: B::CC problems with pp_sassign routine
15324  Branch: perl
15325        ! ext/B/B/CC.pm
15326 ____________________________________________________________________________
15327 [  1992] By: gsar                                  on 1998/10/17  02:17:49
15328     Log: applied suggested patch with small doc tweak
15329          From: Gisle Aas <gisle@aas.no>
15330          Date: 11 Oct 1998 12:53:13 +0200
15331          Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
15332          Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
15333  Branch: perl
15334        ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
15335        ! t/op/tiehandle.t
15336 ____________________________________________________________________________
15337 [  1991] By: gsar                                  on 1998/10/17  02:08:30
15338     Log: apply non-conflicting parts from suggested patch
15339          From: jan.dubois@ibm.net (Jan Dubois)
15340          Date: Sat, 10 Oct 1998 13:15:45 +0200
15341          Message-ID: <36223ed7.18279374@smtp1.ibm.net>
15342          Subject: [PATCH 5.005_52] Still more MakeMaker  patches
15343  Branch: perl
15344        ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
15345 ____________________________________________________________________________
15346 [  1990] By: gsar                                  on 1998/10/17  02:01:24
15347     Log: provide option to enable optimization with VC (suggested by Jan
15348          Dubois)
15349  Branch: perl
15350        ! win32/Makefile win32/makefile.mk
15351 ____________________________________________________________________________
15352 [  1989] By: gsar                                  on 1998/10/17  01:55:27
15353     Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
15354          Dave Leppik <dleppik@gage.com>
15355  Branch: perl
15356        ! perl.h
15357 ____________________________________________________________________________
15358 [  1988] By: gsar                                  on 1998/10/17  01:49:05
15359     Log: stray typo found by Hugo van der Sanden
15360  Branch: perl
15361        ! op.c
15362 ____________________________________________________________________________
15363 [  1987] By: gsar                                  on 1998/10/17  01:45:52
15364     Log: perldoc pod update
15365          From: Daniel Grisinger <dgris@perrin.dimensional.com>
15366          Date: 06 Oct 1998 23:56:51 -0600
15367          Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
15368          Subject: [PATCH _02 and _52] perldoc
15369  Branch: perl
15370        ! utils/perldoc.PL
15371 ____________________________________________________________________________
15372 [  1986] By: gsar                                  on 1998/10/17  01:41:40
15373     Log: qualify names of builtins
15374  Branch: perl
15375        ! ext/POSIX/POSIX.pm
15376 ____________________________________________________________________________
15377 [  1982] By: gbarr                                 on 1998/10/17  00:20:57
15378     Log: From: Jochen Wiedmann <joe@ispsoft.de>
15379          Date: Thu, 17 Sep 1998 17:16:06 +0200
15380          Message-ID: <360127B6.E44564A@ispsoft.de>
15381          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
15382  Branch: maint-5.005/perl
15383        ! lib/ExtUtils/MakeMaker.pm
15384 ____________________________________________________________________________
15385 [  1978] By: gsar                                  on 1998/10/16  01:58:58
15386     Log: integrate cfgperl mods into mainline
15387  Branch: perl
15388       +> ext/DynaLoader/dl_vmesa.xs
15389        ! Porting/genlog
15390       !> Configure MANIFEST Makefile.SH config_h.SH
15391       !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
15392       !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
15393       !> x2p/Makefile.SH
15394 ____________________________________________________________________________
15395 [  1976] By: gsar                                  on 1998/10/16  00:10:52
15396     Log: stray tweak
15397  Branch: perl
15398        ! op.c
15399 ____________________________________________________________________________
15400 [  1975] By: gsar                                  on 1998/10/15  23:54:38
15401     Log: propagate typeness of lexicals while cloning them
15402  Branch: perl
15403        ! op.c
15404 ____________________________________________________________________________
15405 [  1974] By: gsar                                  on 1998/10/15  23:53:25
15406     Log: s/last/first/ typo in append_list()
15407  Branch: perl
15408        ! op.c
15409 ____________________________________________________________________________
15410 [  1973] By: gsar                                  on 1998/10/15  20:06:17
15411     Log: nuke confperl branch and contents
15412  Branch: confperl
15413        - (delete 1284 files)
15414 ____________________________________________________________________________
15415 [  1972] By: jhi                                   on 1998/10/15  07:07:35
15416     Log: Test #162 had been added but the "print 1..161" had not been updated.
15417  Branch: cfgperl
15418        ! t/op/pat.t
15419 ____________________________________________________________________________
15420 [  1971] By: gsar                                  on 1998/10/15  03:09:58
15421     Log: check in all confperl changes as of change#1964 into cfgperl
15422  Branch: cfgperl
15423        + ext/DynaLoader/dl_vmesa.xs
15424        ! Configure MANIFEST Makefile.SH config_h.SH
15425        ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
15426        ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
15427 ____________________________________________________________________________
15428 [  1970] By: gsar                                  on 1998/10/15  03:05:59
15429     Log: integrate mainline to get tr.t
15430  Branch: cfgperl
15431       +> t/op/tr.t
15432 ____________________________________________________________________________
15433 [  1969] By: gsar                                  on 1998/10/15  03:04:17
15434     Log: add missing tr.t to repository
15435  Branch: perl
15436        + t/op/tr.t
15437 ____________________________________________________________________________
15438 [  1968] By: gsar                                  on 1998/10/15  03:02:43
15439     Log: create cfgperl branch
15440  Branch: cfgperl
15441       +> (branch 1282 files)
15442 ____________________________________________________________________________
15443 [  1967] By: gsar                                  on 1998/10/15  02:46:08
15444     Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
15445          (MAN3PODS cannot be set to ' '; stray stricture violation)
15446  Branch: perl
15447        ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
15448        ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
15449        ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
15450        ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
15451        ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
15452        ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
15453        ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
15454        ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
15455        ! ext/attrs/Makefile.PL ext/re/Makefile.PL
15456        ! lib/ExtUtils/MM_Unix.pm
15457 ____________________________________________________________________________
15458 [  1966] By: gsar                                  on 1998/10/15  02:19:03
15459     Log: tweak to make fix in change#1944 behave correctly for closures
15460          created within eval''
15461  Branch: perl
15462        ! op.c t/op/eval.t
15463 ____________________________________________________________________________
15464 [  1965] By: gsar                                  on 1998/10/14  23:22:41
15465     Log: use better numbers for exitstatus test
15466  Branch: perl
15467        ! t/op/die_exit.t
15468 ____________________________________________________________________________
15469 [  1964] By: jhi                                   on 1998/10/14  17:25:41
15470     Log: Add VM/ESA dynaloading (uses <dll.h>).
15471  Branch: confperl
15472        + ext/DynaLoader/dl_vmesa.xs
15473        ! MANIFEST
15474 ____________________________________________________________________________
15475 [  1963] By: jhi                                   on 1998/10/14  17:17:10
15476     Log: Remove a2p.loadmap in 'clean' target.
15477  Branch: confperl
15478        ! x2p/Makefile.SH
15479 ____________________________________________________________________________
15480 [  1962] By: jhi                                   on 1998/10/14  17:13:11
15481     Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
15482  Branch: confperl
15483        ! Makefile.SH
15484 ____________________________________________________________________________
15485 [  1961] By: jhi                                   on 1998/10/14  16:27:39
15486     Log: VM/ESA creates executable.loadmaps.
15487  Branch: confperl
15488        ! Makefile.SH
15489 ____________________________________________________________________________
15490 [  1960] By: jhi                                   on 1998/10/14  15:37:39
15491     Log: Introduce SCHED_YIELD (one of sched_yield(),
15492          pthread_yield(), or pthread_yield(NULL)).
15493          YIELD is then defined using SCHED_YIELD unless
15494          a platform-specific YIELD has already been defined.
15495          
15496          Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
15497          
15498          The need for pthread_yield(NULL) and pthread_attr_setdet...
15499          introduced by (private email)
15500          
15501          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
15502          Date: Sat, 10 Oct 1998 21:08:15 +1300
15503          Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
15504          Subject: Re: Perl thread problems in VM/ESA
15505          
15506          Better select() protoprobe (for AIX), from (private email)
15507          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
15508          Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
15509          Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
15510          Subject: AIX select (fwd)
15511          From: Lars Hecking <lhecking@nmrc.ucc.ie>
15512          To: Andy Dougherty <doughera@lafcol.lafayette.edu>
15513          Date: Fri, 2 Oct 1998 10:40:01 +0100
15514          Subject: AIX select
15515          
15516          Linux-avoid-so.X.Y, based on
15517          From: "Kurt D. Starsinic" <kstar@chapin.edu>
15518          Date: Tue, 13 Oct 1998 15:55:07 -0400
15519          Message-ID: <19981013155507.B4004@O2.chapin.edu>
15520          Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
15521  Branch: confperl
15522        ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
15523        ! thread.h
15524 ____________________________________________________________________________
15525 [  1959] By: jhi                                   on 1998/10/14  12:51:26
15526     Log: Some old pthread implementations have
15527          pthread_attr_setdetachstate(pthread_attr_t*, int*).
15528  Branch: confperl
15529        ! ext/Thread/Thread.xs
15530 ____________________________________________________________________________
15531 [  1958] By: jhi                                   on 1998/10/14  12:41:11
15532     Log: SCHED_YIELD and ATTR_JOINABLE fixes.  Thread.xs and Configure
15533          counterparts will follow soon.
15534  Branch: confperl
15535        ! thread.h
15536 ____________________________________________________________________________
15537 [  1957] By: jhi                                   on 1998/10/14  12:38:11
15538     Log: Add tr.t (MANIFEST already knew about it, strange)
15539  Branch: confperl
15540        + t/op/tr.t
15541 ____________________________________________________________________________
15542 [  1956] By: jhi                                   on 1998/10/14  12:24:35
15543     Log: Mutexen should be initialized only once.
15544  Branch: confperl
15545        ! gv.c op.c
15546 ____________________________________________________________________________
15547 [  1955] By: jhi                                   on 1998/10/14  12:19:38
15548     Log: os390 has its own cppstdin.
15549  Branch: confperl
15550        ! hints/os390.sh
15551 ____________________________________________________________________________
15552 [  1954] By: jhi                                   on 1998/10/14  12:15:06
15553     Log: Integrate with mainperl.
15554  Branch: confperl
15555       !> (integrate 1280 files)
15556 ____________________________________________________________________________
15557 [  1953] By: jhi                                   on 1998/10/14  11:48:08
15558     Log: Removed duplicate CMA threads code for HPUX 10.X.
15559          (probably residue of patch(1) being too understanding)
15560          Enhanced 64-bit settings. (redo change#1940)
15561  Branch: confperl
15562        ! hints/hpux.sh
15563 ____________________________________________________________________________
15564 [  1952] By: jhi                                   on 1998/10/14  11:45:16
15565     Log: (redo change#1949) Detypo in the d_open64 warning about
15566          the impending WHOA.
15567  Branch: confperl
15568        ! hints/irix_6.sh
15569 ____________________________________________________________________________
15570 [  1951] By: jhi                                   on 1998/10/14  10:54:16
15571     Log: Mutexen should only be inited once, after they have been New()ed.
15572  Branch: confperl
15573        ! gv.c op.c
15574 ____________________________________________________________________________
15575 [  1950] By: jhi                                   on 1998/10/14  10:41:43
15576     Log: Own cppstdin.
15577  Branch: confperl
15578        ! hints/os390.sh
15579 ____________________________________________________________________________
15580 [  1949] By: jhi                                   on 1998/10/14  10:34:23
15581     Log: Detypo in the d_open64 warning about the impending WHOA.
15582  Branch: confperl
15583        ! hints/irix_6.sh
15584 ____________________________________________________________________________
15585 [  1948] By: gsar                                  on 1998/10/14  05:38:01
15586     Log: two typos
15587  Branch: perl
15588        ! pp_hot.c t/op/eval.t
15589 ____________________________________________________________________________
15590 [  1947] By: gsar                                  on 1998/10/14  05:37:10
15591     Log: let docatch() pass the buck when restartop turns out to be null,
15592          making exceptions in BEGIN{} propagate as expected
15593  Branch: perl
15594        ! pp_ctl.c t/op/misc.t
15595 ____________________________________________________________________________
15596 [  1946] By: gsar                                  on 1998/10/13  03:41:49
15597     Log: add missing file from change#1943
15598  Branch: perl
15599        ! proto.h
15600 ____________________________________________________________________________
15601 [  1945] By: gsar                                  on 1998/10/13  03:32:02
15602     Log: defer "deep recursion" warnings until CXt_SUB context is properly
15603          set up
15604  Branch: perl
15605        ! pp_hot.c t/pragma/warn/pp_hot
15606 ____________________________________________________________________________
15607 [  1944] By: gsar                                  on 1998/10/13  03:15:50
15608     Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
15609          fixup the cop_seq value that must be seen by lexical lookups that
15610          emanate within eval''
15611  Branch: perl
15612        ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
15613 ____________________________________________________________________________
15614 [  1943] By: gsar                                  on 1998/10/13  02:06:09
15615     Log: ensure recursive attempts to findlex()icals know enough about where
15616          the last eval'' context was encountered
15617  Branch: perl
15618        ! op.c t/op/eval.t
15619 ____________________________________________________________________________
15620 [  1942] By: gsar                                  on 1998/10/13  02:01:24
15621     Log: force copy of substrings when matching against temporaries
15622  Branch: perl
15623        ! pp_hot.c t/op/pat.t
15624 ____________________________________________________________________________
15625 [  1941] By: gsar                                  on 1998/10/13  01:49:16
15626     Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
15627          implementation)
15628  Branch: perl
15629        ! pp_ctl.c t/op/runlevel.t
15630 ____________________________________________________________________________
15631 [  1940] By: jhi                                   on 1998/10/12  09:57:44
15632     Log: Removed duplicate CMA threads code for HPUX 10.X.
15633          (probably residue of patch(1) being too understanding)
15634          Enhanced 64-bit settings.
15635  Branch: confperl
15636        ! hints/hpux.sh
15637 ____________________________________________________________________________
15638 [  1939] By: jhi                                   on 1998/10/12  09:53:11
15639     Log: Initial sync from mainline perl.
15640  Branch: confperl
15641        + (add 1282 files)
15642 ____________________________________________________________________________
15643 [  1937] By: gsar                                  on 1998/10/06  21:16:34
15644     Log: fix $/ init for USE_THREADS
15645  Branch: perl
15646        ! perl.c
15647 ____________________________________________________________________________
15648 [  1936] By: gsar                                  on 1998/10/06  07:19:39
15649     Log: fix globals caught by change#1927; builds and tests on Solaris
15650  Branch: perl
15651        ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
15652        ! warning.h warning.pl
15653 ____________________________________________________________________________
15654 [  1935] By: gsar                                  on 1998/10/06  06:50:35
15655     Log: add test for previous fix
15656  Branch: perl
15657        ! ext/Thread/create.t
15658 ____________________________________________________________________________
15659 [  1934] By: gsar                                  on 1998/10/06  06:37:36
15660     Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
15661  Branch: perl
15662        ! util.c
15663 ____________________________________________________________________________
15664 [  1933] By: gsar                                  on 1998/10/06  05:04:20
15665     Log: undo bogus part of change#1903 (as pointed out by Larry)
15666  Branch: perl
15667        ! pp_ctl.c
15668 ____________________________________________________________________________
15669 [  1932] By: gsar                                  on 1998/10/06  04:21:31
15670     Log: added tweaked version of suggested patch
15671          From: jan.dubois@ibm.net (Jan Dubois)
15672          Date: Sat, 03 Oct 1998 19:04:48 +0200
15673          Message-ID: <361d54b2.36841294@smtp1.ibm.net>
15674          Subject: [PATCH 5.005_52] More MakeMaker  patches
15675  Branch: perl
15676        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
15677        ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
15678 ____________________________________________________________________________
15679 [  1931] By: gsar                                  on 1998/10/06  04:04:33
15680     Log: use cpp symbols instead of hardwired constants
15681          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15682          Date: Mon, 05 Oct 1998 09:23:33 +0100
15683          Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
15684          Subject: [PATCH 5.005_52] By the numbers (resend)
15685  Branch: perl
15686        ! op.c
15687 ____________________________________________________________________________
15688 [  1930] By: gsar                                  on 1998/10/06  04:01:55
15689     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15690          Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
15691          Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
15692          Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
15693  Branch: perl
15694        ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
15695        ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
15696 ____________________________________________________________________________
15697 [  1929] By: gsar                                  on 1998/10/06  03:50:36
15698     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15699          Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
15700          Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
15701          Subject: [PATCH 5.00552] Minor test improvement
15702  Branch: perl
15703        ! t/op/magic.t
15704 ____________________________________________________________________________
15705 [  1928] By: gsar                                  on 1998/10/06  03:49:03
15706     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15707          Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
15708          Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
15709          Subject: [PATCH 5.00552] emacs/ptags inprovements
15710  Branch: perl
15711        ! emacs/ptags
15712 ____________________________________________________________________________
15713 [  1927] By: gsar                                  on 1998/10/06  03:47:44
15714     Log: disable C<#define dirty PL_dirty> et al.
15715  Branch: perl
15716        ! embed.pl embedvar.h
15717 ____________________________________________________________________________
15718 [  1926] By: gsar                                  on 1998/10/06  03:43:32
15719     Log: From: Mark-Jason Dominus <mjd@plover.com>
15720          Date: Sun, 04 Oct 1998 14:48:11 -0400
15721          Message-ID: <19981004184811.16048.qmail@plover.com>
15722          Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
15723  Branch: perl
15724        ! utils/perldoc.PL
15725 ____________________________________________________________________________
15726 [  1925] By: gsar                                  on 1998/10/06  03:27:35
15727     Log: disable USE_THREADS when PERL_OBJECT is enabled
15728  Branch: perl
15729        ! win32/Makefile win32/makefile.mk
15730 ____________________________________________________________________________
15731 [  1924] By: gsar                                  on 1998/10/06  03:26:54
15732     Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
15733  Branch: perl
15734        ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
15735        ! vms/perly_c.vms
15736 ____________________________________________________________________________
15737 [  1923] By: gsar                                  on 1998/10/03  05:19:56
15738     Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
15739          overridden
15740  Branch: perl
15741        ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
15742        ! proto.h vms/perly_c.vms
15743 ____________________________________________________________________________
15744 [  1922] By: gsar                                  on 1998/10/03  03:59:50
15745     Log: suppress manifypods leak in extensions
15746  Branch: perl
15747        ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
15748 ____________________________________________________________________________
15749 [  1921] By: gsar                                  on 1998/10/02  22:30:15
15750     Log: os390 fixes (suggested by Peter Prymmer)
15751  Branch: perl
15752        ! Makefile.SH regcomp.c
15753 ____________________________________________________________________________
15754 [  1920] By: gsar                                  on 1998/10/02  21:41:19
15755     Log: squelch undef warnings
15756          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15757          Date: Fri, 02 Oct 1998 11:01:14 +0100
15758          Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
15759          Subject: [PATCH] Re: Apparent bug in Math::BigInt 
15760  Branch: perl
15761        ! Changes lib/Math/BigInt.pm
15762 ____________________________________________________________________________
15763 [  1919] By: gsar                                  on 1998/10/02  04:59:13
15764     Log: add note to INSTALL about ANSI C
15765  Branch: perl
15766        ! INSTALL
15767 ____________________________________________________________________________
15768 [  1918] By: gsar                                  on 1998/10/02  04:21:10
15769     Log: tolerate spaces when fixing up __cplusplus output by old h2xs
15770          From: jan.dubois@ibm.net (Jan Dubois)
15771          Date: Wed, 30 Sep 1998 23:35:30 +0200
15772          Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
15773          Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
15774  Branch: perl
15775        ! lib/ExtUtils/xsubpp
15776 ____________________________________________________________________________
15777 [  1917] By: gsar                                  on 1998/10/02  04:16:02
15778     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
15779          Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
15780          Message-Id: <199810010837.LAA31371@alpha.hut.fi>
15781          Subject: Re: Configure test for selectbits busted
15782  Branch: perl
15783        ! Configure
15784 ____________________________________________________________________________
15785 [  1916] By: gsar                                  on 1998/10/02  04:14:17
15786     Log: From: Dan Sugalski <sugalskd@osshe.edu>
15787          Date: Wed, 30 Sep 1998 17:15:20 -0700
15788          Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
15789          Subject: [PATCH 5.005_02]VMS config tweaks
15790  Branch: perl
15791        ! vms/descrip_mms.template vms/subconfigure.com
15792 ____________________________________________________________________________
15793 [  1915] By: gsar                                  on 1998/10/02  04:10:47
15794     Log: use Off_t to permit 64-bit seek()
15795          From: Scott Henry <scotth@sgi.com>
15796          Date: 29 Sep 1998 17:38:46 -0700
15797          Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
15798          Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
15799          --
15800          Date: 28 Sep 1998 18:55:37 -0700
15801          Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
15802          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
15803  Branch: perl
15804        ! doio.c pp_sys.c proto.h sv.c
15805 ____________________________________________________________________________
15806 [  1914] By: gsar                                  on 1998/10/02  04:05:36
15807     Log: normalize tm struct passed to strftime() with mktime()
15808          From: Spider Boardman <spider@orb.nashua.nh.us>
15809          Date: Wed, 30 Sep 1998 15:12:09 -0400
15810          Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
15811          Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
15812  Branch: perl
15813        ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
15814 ____________________________________________________________________________
15815 [  1913] By: gsar                                  on 1998/10/02  03:59:46
15816     Log: don't try to run foo_SH.orig etc.
15817  Branch: perl
15818        ! Configure
15819 ____________________________________________________________________________
15820 [  1912] By: gsar                                  on 1998/10/02  03:45:37
15821     Log: make warning about glob process failure optional
15822  Branch: perl
15823        ! pod/perldiag.pod pp_hot.c
15824 ____________________________________________________________________________
15825 [  1911] By: gsar                                  on 1998/10/02  02:52:21
15826     Log: document yet another RE diagnostic, make it consistent with REG_INFTY
15827          From: Dominic Dunlop <domo@vo.lu>
15828          Date: Tue, 29 Sep 1998 21:06:30 +0000
15829          Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
15830          Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
15831          --
15832          Date: Wed, 30 Sep 1998 11:46:44 +0000
15833          Message-Id: <v03110702b237beb04830@[212.24.192.74]>
15834          Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
15835  Branch: perl
15836        ! pod/perldiag.pod regcomp.c
15837 ____________________________________________________________________________
15838 [  1910] By: gsar                                  on 1998/10/02  02:48:48
15839     Log: minor Configure tweaks (via private mail)
15840          From: Jarkko Hietaniemi <jhi@iki.fi>
15841          Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
15842          Message-Id: <199809292325.CAA19737@alpha.hut.fi>
15843          Subject: [PATCH] 5.005_52: the drizzle continues
15844  Branch: perl
15845        ! Configure config_h.SH handy.h
15846 ____________________________________________________________________________
15847 [  1909] By: gsar                                  on 1998/10/02  02:46:39
15848     Log: update SCO hints for dynamic loading
15849          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
15850          Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
15851          Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
15852          Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
15853          --
15854          Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
15855          Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
15856          Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
15857  Branch: perl
15858        ! hints/sco.sh
15859 ____________________________________________________________________________
15860 [  1908] By: gsar                                  on 1998/10/02  02:33:39
15861     Log: make File::Find work when wanted() is autoloaded or a symbolic ref
15862  Branch: perl
15863        ! lib/File/Find.pm
15864 ____________________________________________________________________________
15865 [  1907] By: gsar                                  on 1998/10/02  02:21:52
15866     Log: applied patches, but retained old behavior for win32 (where compilers
15867          can't read from stdin at all)
15868          From: Graham Barr <gbarr@ti.com>
15869          Date: Mon, 28 Sep 1998 09:41:49 -0500
15870          Message-ID: <19980928094149.B26576@asic.sc.ti.com>
15871          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
15872          --
15873          Date: Tue, 29 Sep 1998 12:35:43 -0500
15874          Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
15875          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
15876  Branch: perl
15877        ! ext/Errno/Errno_pm.PL
15878 ____________________________________________________________________________
15879 [  1906] By: gsar                                  on 1998/10/02  02:02:19
15880     Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
15881          Hietaniemi)
15882  Branch: perl
15883        ! t/op/grent.t
15884 ____________________________________________________________________________
15885 [  1905] By: gsar                                  on 1998/10/02  01:59:56
15886     Log: win32 caveats about truncate()
15887  Branch: perl
15888        ! pod/perlport.pod
15889 ____________________________________________________________________________
15890 [  1904] By: gsar                                  on 1998/10/02  01:53:25
15891     Log: various Configure and hints updates (prefer drand48() or random()
15892          over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
15893          applied modulo SCO hints superceded by later patch
15894          From: Jarkko Hietaniemi <jhi@iki.fi>
15895          Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
15896          Message-Id: <199809282156.AAA18615@alpha.hut.fi>
15897          Subject: [PATCH] 5.005_52: Configure et al:
15898  Branch: perl
15899        + ext/IPC/SysV/hints/next_3.pl
15900        ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
15901        ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
15902        ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
15903 ____________________________________________________________________________
15904 [  1903] By: gsar                                  on 1998/10/02  01:42:37
15905     Log: fixes for bugs in /RE/p        from Hugo van der Sanden
15906          Date: Mon, 28 Sep 1998 17:41:49 +0100
15907          Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
15908          Subject: [PATCH 5.005_52] Re: More on ?p 
15909          --
15910          Date: Thu, 01 Oct 1998 09:10:58 +0100
15911          Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
15912          Subject: [PATCH 5.005_52] ?p fix
15913          --
15914          Date: Thu, 01 Oct 1998 10:45:56 +0100
15915          Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
15916          Subject: [PATCH 5.005_52] more on ?p
15917  Branch: perl
15918        ! pp_ctl.c
15919 ____________________________________________________________________________
15920 [  1902] By: gsar                                  on 1998/10/02  01:36:14
15921     Log: From: Kenneth Duda <kjd@cisco.com>
15922          Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
15923          Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
15924          Subject: writemain dies when there are more than 4000 characters of extensions
15925  Branch: perl
15926        ! writemain.SH
15927 ____________________________________________________________________________
15928 [  1901] By: gsar                                  on 1998/10/02  01:33:16
15929     Log: tweak run_byacc recipe
15930  Branch: perl
15931        ! Makefile.SH Porting/pumpkin.pod
15932 ____________________________________________________________________________
15933 [  1900] By: gsar                                  on 1998/10/02  01:02:09
15934     Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
15935  Branch: perl
15936        ! perl.h pp_ctl.c
15937 ____________________________________________________________________________
15938 [  1899] By: gsar                                  on 1998/09/28  20:46:30
15939     Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
15940          Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
15941          Dvornik)
15942  Branch: perl
15943        ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
15944 ____________________________________________________________________________
15945 [  1898] By: gsar                                  on 1998/09/28  20:42:52
15946     Log: flush unsubmitted 5.00552 change
15947  Branch: perl
15948        ! MANIFEST
15949 ____________________________________________________________________________
15950 [  1897] By: gsar                                  on 1998/09/27  04:43:06
15951     Log: run vms_yfix.pl
15952  Branch: perl
15953        ! vms/perly_c.vms
15954 ____________________________________________________________________________
15955 [  1896] By: gsar                                  on 1998/09/27  03:38:55
15956     Log: small tweak on last change
15957  Branch: perl
15958        ! win32/win32.c
15959 ____________________________________________________________________________
15960 [  1895] By: gsar                                  on 1998/09/27  03:17:17
15961     Log: fix win32_stat() to do the right thing for share names
15962  Branch: perl
15963        ! win32/win32.c
15964 ____________________________________________________________________________
15965 [  1891] By: larry                                 on 1998/09/25  18:50:40
15966     Log: Fixed apostrophe problem from Mark Knutsen.
15967  Branch: perl
15968        ! sv.h
15969
15970 ----------------
15971 Version 5.005_52
15972 ----------------
15973
15974 ____________________________________________________________________________
15975 [  1890] By: gsar                                  on 1998/09/25  10:25:00
15976     Log: update template config.sh, add new config vars to win32 stuff
15977  Branch: perl
15978        ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
15979        ! pp_sys.c proto.h win32/config.bc win32/config.gc
15980        ! win32/config.vc win32/config_H.bc win32/config_H.gc
15981        ! win32/config_H.vc win32/win32.h
15982 ____________________________________________________________________________
15983 [  1889] By: gsar                                  on 1998/09/25  07:13:13
15984     Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
15985          for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
15986          of full-fledged 64-bit support (including support for: fseeko/ftello,
15987          Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
15988          in Fcntl)
15989          From: Jarkko Hietaniemi <jhi@iki.fi>
15990          Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
15991          Message-Id: <199809112056.XAA04720@alpha.hut.fi>
15992          Subject: [PATCH] 5.005_51: Configure "Massive Attack"
15993          --
15994          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
15995          Date: 12 Sep 1998 09:44:25 +0300
15996          Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
15997          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
15998  Branch: perl
15999        + lib/filetest.pm
16000        ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
16001        ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
16002        ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
16003        ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
16004        ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
16005        ! win32/makedef.pl
16006 ____________________________________________________________________________
16007 [  1888] By: gsar                                  on 1998/09/25  06:27:12
16008     Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
16009  Branch: perl
16010        ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
16011        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16012        ! win32/makedef.pl win32/makefile.mk win32/win32.c
16013 ____________________________________________________________________________
16014 [  1887] By: gsar                                  on 1998/09/25  04:50:49
16015     Log: win32.c tweak
16016  Branch: perl
16017        ! win32/win32.c
16018 ____________________________________________________________________________
16019 [  1886] By: gsar                                  on 1998/09/25  04:47:32
16020     Log: s/MAKEMAKEROPT/PERL_MM_OPT/
16021  Branch: perl
16022        ! lib/ExtUtils/MakeMaker.pm
16023 ____________________________________________________________________________
16024 [  1885] By: gsar                                  on 1998/09/25  04:05:09
16025     Log: From: Dominic Dunlop <domo@vo.lu>
16026          Date: Thu, 10 Sep 1998 11:02:46 +0000
16027          Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
16028          Subject: MM_Unix::canonpath erroneously turns leading // into /
16029  Branch: perl
16030        ! lib/ExtUtils/MM_Unix.pm
16031 ____________________________________________________________________________
16032 [  1884] By: gsar                                  on 1998/09/25  03:06:10
16033     Log: temporarily disable perl malloc for a2p until we clean up
16034          conflicting malloc() declarations everywhere
16035  Branch: perl
16036        ! x2p/Makefile.SH
16037 ____________________________________________________________________________
16038 [  1883] By: gsar                                  on 1998/09/25  02:27:00
16039     Log: remove obsolete win32/bin/*.pl
16040  Branch: perl
16041        - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
16042        ! Changes MANIFEST win32/Makefile win32/makefile.mk
16043 ____________________________________________________________________________
16044 [  1882] By: gsar                                  on 1998/09/25  02:04:43
16045     Log: missing file in last submit
16046  Branch: perl
16047        ! proto.h
16048 ____________________________________________________________________________
16049 [  1881] By: gsar                                  on 1998/09/25  01:56:54
16050     Log: serial access to PL_x[inpr]v_root for USE_THREADS
16051  Branch: perl
16052        ! sv.c
16053 ____________________________________________________________________________
16054 [  1880] By: gsar                                  on 1998/09/25  01:19:38
16055     Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
16056          From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
16057          Date: Thu, 24 Sep 1998 22:01:09 +0900
16058          Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
16059          Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
16060  Branch: perl
16061        ! hv.c proto.h
16062 ____________________________________________________________________________
16063 [  1879] By: gsar                                  on 1998/09/25  00:20:07
16064     Log: tweaks to enable PERL_OBJECT to build & test on win32
16065  Branch: perl
16066        ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
16067        ! win32/GenCAPI.pl
16068 ____________________________________________________________________________
16069 [  1878] By: gsar                                  on 1998/09/25  00:13:36
16070     Log: fix change#1861, which breaks default boot_xxx symbol generation
16071  Branch: perl
16072        ! lib/ExtUtils/Mksymlists.pm
16073 ____________________________________________________________________________
16074 [  1877] By: gsar                                  on 1998/09/24  10:29:54
16075     Log: two tweaks for clean build and test on Solaris
16076  Branch: perl
16077        ! op.c t/op/subst.t
16078 ____________________________________________________________________________
16079 [  1876] By: gsar                                  on 1998/09/24  09:04:43
16080     Log: From: Colin Kuskie <ckuskie@cadence.com>
16081          Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
16082          Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
16083          Subject: [PATCH 5.005_51] perlform.pod
16084  Branch: perl
16085        ! pod/perlform.pod
16086 ____________________________________________________________________________
16087 [  1875] By: gsar                                  on 1998/09/24  08:47:47
16088     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16089          Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
16090          Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
16091          Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
16092  Branch: perl
16093        ! regexec.c
16094 ____________________________________________________________________________
16095 [  1874] By: gsar                                  on 1998/09/24  08:44:55
16096     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16097          Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
16098          Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
16099          Subject: Re: your Regexp.patch dated 21.8 [PATCH]
16100  Branch: perl
16101        ! toke.c
16102 ____________________________________________________________________________
16103 [  1873] By: gsar                                  on 1998/09/24  08:39:41
16104     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16105          Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
16106          Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
16107          Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
16108  Branch: perl
16109        ! Changes regcomp.c
16110 ____________________________________________________________________________
16111 [  1872] By: gsar                                  on 1998/09/24  08:37:00
16112     Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
16113          Date: Sun, 23 Aug 1998 23:18:38 PDT
16114          Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
16115          Subject: new irix_6.sh hints file
16116  Branch: perl
16117        ! hints/irix_6.sh
16118 ____________________________________________________________________________
16119 [  1871] By: gsar                                  on 1998/09/24  07:26:37
16120     Log: correct FSF address in various places
16121  Branch: perl
16122        ! Copying README ext/B/README lib/Getopt/Long.pm
16123 ____________________________________________________________________________
16124 [  1870] By: gsar                                  on 1998/09/24  07:11:56
16125     Log: From:    Dan Sugalski <sugalskd@osshe.edu>
16126          Date:    Fri, 14 Aug 1998 09:20:16 PDT
16127          Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
16128          Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
16129  Branch: perl
16130        ! configure.com
16131 ____________________________________________________________________________
16132 [  1869] By: gsar                                  on 1998/09/24  06:55:59
16133     Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
16134          From:    Scott Henry <scotth@sgi.com>
16135          Date:    13 Aug 1998 09:52:15 PDT
16136          Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
16137          Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
16138  Branch: perl
16139        ! hints/irix_6.sh
16140 ____________________________________________________________________________
16141 [  1868] By: gsar                                  on 1998/09/24  06:51:23
16142     Log: From:    Nathan Torkington <gnat@frii.com>
16143          Date:    Thu, 13 Aug 1998 10:59:48 MDT
16144          Message-Id: <199808131659.KAA06179@prometheus.frii.com>
16145          Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
16146  Branch: perl
16147        ! pod/perlfunc.pod
16148 ____________________________________________________________________________
16149 [  1867] By: gsar                                  on 1998/09/24  06:45:13
16150     Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
16151          that are autoloaded)
16152  Branch: perl
16153        ! pp_ctl.c
16154 ____________________________________________________________________________
16155 [  1866] By: gsar                                  on 1998/09/24  05:21:19
16156     Log: grandfather deprecated "$$<digit>" no more
16157  Branch: perl
16158        ! pod/perldiag.pod toke.c
16159 ____________________________________________________________________________
16160 [  1865] By: gsar                                  on 1998/09/24  04:52:48
16161     Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
16162          low bits (suggested by Ilya Zakharevich)
16163  Branch: perl
16164        ! hv.h
16165 ____________________________________________________________________________
16166 [  1864] By: gsar                                  on 1998/09/24  04:29:14
16167     Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
16168          perly_c.diff
16169  Branch: perl
16170        ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
16171        ! perly_c.diff toke.c
16172 ____________________________________________________________________________
16173 [  1863] By: gsar                                  on 1998/09/24  03:36:30
16174     Log: provide locked access to string table for USE_THREADS
16175  Branch: perl
16176        ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
16177 ____________________________________________________________________________
16178 [  1862] By: gsar                                  on 1998/09/24  03:30:32
16179     Log: remove bogus warn()
16180  Branch: perl
16181        ! embed.pl
16182 ____________________________________________________________________________
16183 [  1861] By: gsar                                  on 1998/09/24  02:58:51
16184     Log: applied suggested patch, adapted for all platforms
16185          From: jan.dubois@ibm.net (Jan Dubois)
16186          Date: Sun, 20 Sep 1998 12:56:38 +0200
16187          Message-ID: <3604de0c.12319885@smtp1.ibm.net>
16188          Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
16189  Branch: perl
16190        ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
16191        ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
16192        ! lib/ExtUtils/MakeMaker.pm
16193 ____________________________________________________________________________
16194 [  1860] By: gsar                                  on 1998/09/24  02:16:14
16195     Log: upgrade to CPAN-1.40
16196  Branch: perl
16197        ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
16198 ____________________________________________________________________________
16199 [  1859] By: gsar                                  on 1998/09/24  02:08:59
16200     Log: use $ENV{MAKEMAKEROPT} to set default command line args
16201  Branch: perl
16202        ! lib/ExtUtils/MakeMaker.pm
16203 ____________________________________________________________________________
16204 [  1857] By: gsar                                  on 1998/09/23  10:58:36
16205     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16206          Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
16207          Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
16208          Subject: More verbose Test::Harness [PATCH]
16209  Branch: perl
16210        ! lib/Test/Harness.pm
16211 ____________________________________________________________________________
16212 [  1856] By: gsar                                  on 1998/09/23  10:56:24
16213     Log: update hints for OPENSTEP 4.2 on i386
16214          From: Gerben Wierda <Gerben_Wierda@RnA.nl>
16215          Date: Sun, 20 Sep 1998 01:03:18 +0200
16216          Message-Id: <9809192303.AA29190@Spike>
16217          Subject: Perl 5.005_02 compilation problems
16218  Branch: perl
16219        ! hints/next_4.sh
16220 ____________________________________________________________________________
16221 [  1855] By: gsar                                  on 1998/09/23  10:52:27
16222     Log: reset errno after C<require> search (as suggested by Larry)
16223  Branch: perl
16224        ! pp_ctl.c
16225 ____________________________________________________________________________
16226 [  1854] By: gsar                                  on 1998/09/23  10:50:26
16227     Log: misc pod tweaks
16228  Branch: perl
16229        ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
16230 ____________________________________________________________________________
16231 [  1853] By: gsar                                  on 1998/09/23  10:46:06
16232     Log: make Pod/Html.pm handle the --title option properly (as suggested
16233          by gml4410@ggr.co.uk)
16234  Branch: perl
16235        ! lib/Pod/Html.pm
16236 ____________________________________________________________________________
16237 [  1852] By: gsar                                  on 1998/09/23  10:41:39
16238     Log: SSNEW() API for allocating memory on the savestack
16239          From: Albert Dvornik <bert@genscan.com>
16240          Date: 17 Sep 1998 19:23:07 -0400
16241          Message-Id: <tqemtae338.fsf@puma.genscan.com>
16242          Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
16243  Branch: perl
16244        ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
16245        ! perl.h proto.h scope.c scope.h t/io/tell.t
16246 ____________________________________________________________________________
16247 [  1851] By: gsar                                  on 1998/09/23  10:37:05
16248     Log: From: Jochen Wiedmann <joe@ispsoft.de>
16249          Date: Thu, 17 Sep 1998 17:16:06 +0200
16250          Message-ID: <360127B6.E44564A@ispsoft.de>
16251          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
16252  Branch: perl
16253        ! lib/ExtUtils/MakeMaker.pm
16254 ____________________________________________________________________________
16255 [  1850] By: gsar                                  on 1998/09/23  10:33:05
16256     Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
16257          Date: 15 Sep 1998 01:32:31 +0200
16258          Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
16259          Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
16260  Branch: perl
16261        ! lib/ExtUtils/MM_Unix.pm
16262 ____________________________________________________________________________
16263 [  1849] By: gsar                                  on 1998/09/23  10:29:04
16264     Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
16265          Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
16266          Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
16267          Subject: Re: extralibs.ld problem in MM_VMS.pm
16268  Branch: perl
16269        ! lib/ExtUtils/MM_VMS.pm
16270 ____________________________________________________________________________
16271 [  1848] By: gsar                                  on 1998/09/23  10:25:24
16272     Log: From: Roderick Schertler <roderick@argon.org>
16273          Date: 11 Sep 1998 16:19:21 -0400
16274          Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
16275          Subject: Re: Open2 and memory leaks
16276  Branch: perl
16277        ! lib/IPC/Open3.pm
16278 ____________________________________________________________________________
16279 [  1847] By: gsar                                  on 1998/09/23  10:18:31
16280     Log: From: Roderick Schertler <roderick@argon.org>
16281          Date: Wed, 09 Sep 1998 23:52:48 -0400
16282          Message-ID: <20567.905399568@eeyore.ibcinc.com>
16283          Subject: seed srand from /dev/urandom when possible
16284  Branch: perl
16285        ! pod/perlfunc.pod pp.c
16286 ____________________________________________________________________________
16287 [  1846] By: gsar                                  on 1998/09/23  10:12:22
16288     Log: From: Roderick Schertler <roderick@argon.org>
16289          Date: Thu, 10 Sep 1998 00:32:17 -0400
16290          Message-ID: <21142.905401937@eeyore.ibcinc.com>
16291          Subject: doc update for crypt()'s salt
16292  Branch: perl
16293        ! pod/perlfunc.pod
16294 ____________________________________________________________________________
16295 [  1845] By: gsar                                  on 1998/09/23  10:09:23
16296     Log: fix h2ph handling of C<#error "foo">
16297          From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
16298          Date: Thu, 10 Sep 1998 09:59:33 +0900
16299          Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
16300          Subject: [5.005_02] h2ph problem
16301  Branch: perl
16302        ! utils/h2ph.PL
16303 ____________________________________________________________________________
16304 [  1844] By: gsar                                  on 1998/09/23  10:06:13
16305     Log: plug strictly private function leaks in API listing
16306  Branch: perl
16307        ! pod/perlguts.pod
16308 ____________________________________________________________________________
16309 [  1843] By: gsar                                  on 1998/09/23  10:02:57
16310     Log: hide symbol for static build
16311          From: Dominic Dunlop <domo@vo.lu>
16312          Date: Tue, 8 Sep 1998 21:40:46 +0000
16313          Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
16314          Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
16315  Branch: perl
16316        ! regcomp.c
16317 ____________________________________________________________________________
16318 [  1842] By: gsar                                  on 1998/09/23  09:52:46
16319     Log: define PUT_svindex(), PUT_opindex()
16320  Branch: perl
16321        ! ext/B/B/Assembler.pm
16322 ____________________________________________________________________________
16323 [  1841] By: gsar                                  on 1998/09/23  09:44:25
16324     Log: From: Dominic Dunlop <domo@vo.lu>
16325          Date: Tue, 8 Sep 1998 15:34:53 +0000
16326          Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
16327          Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
16328  Branch: perl
16329        ! t/pragma/warn/regexec
16330 ____________________________________________________________________________
16331 [  1840] By: gsar                                  on 1998/09/23  09:42:17
16332     Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
16333  Branch: perl
16334        ! win32/bin/pl2bat.pl
16335 ____________________________________________________________________________
16336 [  1839] By: gsar                                  on 1998/09/23  09:38:18
16337     Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
16338          Date: Mon, 7 Sep 1998 17:36:09 +0900
16339          Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
16340          Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
16341  Branch: perl
16342        ! ext/Thread/Thread.xs
16343 ____________________________________________________________________________
16344 [  1838] By: gsar                                  on 1998/09/23  09:21:11
16345     Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
16346          Date: Thu, 10 Sep 1998 00:02:07 -0400
16347          Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
16348          Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
16349  Branch: perl
16350        + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
16351        + vos/config.h vos/config_h.SH_orig vos/perl.bind
16352        + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
16353        ! MANIFEST perl.c perl.h pod/perlport.pod
16354 ____________________________________________________________________________
16355 [  1837] By: gsar                                  on 1998/09/23  08:45:58
16356     Log: (via private mail)
16357          From: Charles Bailey <BAILEY@newman.upenn.edu>
16358          Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
16359          Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
16360          Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
16361  Branch: perl
16362        ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
16363        ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
16364        ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
16365        ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
16366        ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
16367        ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
16368        ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
16369        ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
16370        ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
16371        ! vms/writemain.pl
16372 ____________________________________________________________________________
16373 [  1836] By: gsar                                  on 1998/09/23  08:17:42
16374     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16375          Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
16376          Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
16377          Subject: [PATCH 5.005_*] OS/2 spawning typos
16378  Branch: perl
16379        ! os2/os2.c
16380 ____________________________________________________________________________
16381 [  1835] By: gsar                                  on 1998/09/23  08:09:55
16382     Log: warn on C<my($foo,$foo)>
16383  Branch: perl
16384        ! op.c pod/perldiag.pod
16385 ____________________________________________________________________________
16386 [  1834] By: gsar                                  on 1998/09/23  07:35:56
16387     Log: From: pvhp@forte.com (Peter Prymmer)
16388          Date: Fri, 4 Sep 98 13:27:41 PDT
16389          Message-Id: <9809042027.AA04463@forte.com>
16390          Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
16391  Branch: perl
16392        ! README.vms
16393 ____________________________________________________________________________
16394 [  1833] By: gsar                                  on 1998/09/23  07:27:34
16395     Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
16396          Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
16397          Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
16398          Subject: PATCH: 5.005_02 hint/hpux.sh
16399  Branch: perl
16400        ! hints/hpux.sh
16401 ____________________________________________________________________________
16402 [  1832] By: gsar                                  on 1998/09/23  07:22:40
16403     Log: fix (some) installhtml bugs
16404          From: Larry Parmelee <parmelee@CS.Cornell.EDU>
16405          Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
16406          Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
16407          Subject: installhtml script needs work
16408  Branch: perl
16409        ! installhtml
16410 ____________________________________________________________________________
16411 [  1831] By: gsar                                  on 1998/09/23  07:19:30
16412     Log: document 'U' magic with examples
16413          From: Alan Burlison <Alan.Burlison@UK.Sun.com>
16414          Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
16415          Message-Id: <199809011455.PAA00631@sale-wts>
16416          Subject: Re: Looking for some XS MAGIC examples...
16417  Branch: perl
16418        ! pod/perlguts.pod
16419 ____________________________________________________________________________
16420 [  1830] By: gsar                                  on 1998/09/23  07:16:43
16421     Log: From: pvhp@forte.com (Peter Prymmer)
16422          Date: Mon, 31 Aug 98 17:13:49 PDT
16423          Message-Id: <9809010013.AA06737@forte.com>
16424          Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
16425  Branch: perl
16426        ! README.os390
16427 ____________________________________________________________________________
16428 [  1829] By: gsar                                  on 1998/09/23  07:15:08
16429     Log: fix problematic typecast in filter_del()
16430          From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
16431          Date: Mon, 31 Aug 1998 21:13:11 GMT
16432          Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
16433          Subject: perl5.005_02 does not build on Cray T90
16434  Branch: perl
16435        ! toke.c
16436 ____________________________________________________________________________
16437 [  1828] By: gsar                                  on 1998/09/23  07:11:34
16438     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16439          Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
16440          Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
16441          Subject: [PATCH 5.005_5*] (?>) broken in RE
16442  Branch: perl
16443        ! regexec.c t/op/re_tests
16444 ____________________________________________________________________________
16445 [  1827] By: gsar                                  on 1998/09/23  07:09:50
16446     Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
16447  Branch: perl
16448        ! t/op/grent.t t/op/groups.t
16449 ____________________________________________________________________________
16450 [  1826] By: gsar                                  on 1998/09/23  07:03:16
16451     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
16452          Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
16453          Message-Id: <199808121941.WAA06263@alpha.hut.fi>
16454          Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
16455  Branch: perl
16456        - interp.sym
16457        ! MANIFEST Makefile.SH embed.pl perl_exp.SH
16458 ____________________________________________________________________________
16459 [  1825] By: gsar                                  on 1998/09/23  06:56:40
16460     Log: re-introduce change#1703
16461  Branch: perl
16462        ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
16463 ____________________________________________________________________________
16464 [  1824] By: gsar                                  on 1998/09/23  06:44:19
16465     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16466          Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
16467          Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
16468          Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
16469  Branch: perl
16470        ! lib/perl5db.pl
16471 ____________________________________________________________________________
16472 [  1823] By: gsar                                  on 1998/09/23  06:41:34
16473         Log: From: Joe Buehler <jhpb@hekimian.com>
16474              Date: 29 Aug 1998 17:13:28 -0400
16475              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
16476              Subject: patches for perl 5.005_51 under U/WIN
16477      Branch: perl
16478            + hints/uwin.sh
16479            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
16480            ! t/lib/posix.t
16481 ____________________________________________________________________________
16482 [  1822] By: gsar                                  on 1998/09/23  06:36:59
16483         Log: add missing C<no utf8;> tweak from Larry
16484      Branch: perl
16485            ! t/op/subst.t
16486 ____________________________________________________________________________
16487 [  1821] By: gsar                                  on 1998/09/23  06:27:51
16488         Log: s/runops/CALLRUNOPS/
16489      Branch: perl
16490            ! cc_runtime.h
16491 ____________________________________________________________________________
16492 [  1820] By: gsar                                  on 1998/09/23  06:24:49
16493         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
16494      Branch: perl
16495           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
16496           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
16497           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
16498           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
16499           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
16500           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
16501           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
16502           +> t/pragma/warn/util
16503            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
16504            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
16505            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
16506            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
16507            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
16508            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
16509            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
16510            - t/pragma/warn-util
16511            ! MANIFEST t/pragma/warning.t
16512 ____________________________________________________________________________
16513 [  1819] By: gsar                                  on 1998/09/23  06:08:46
16514         Log: make \(%foo) return refs to values (not copies of values)
16515              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
16516              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
16517              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
16518              --
16519              From: Roderick Schertler <roderick@argon.org>
16520              Date: Sat, 29 Aug 1998 00:58:33 -0400
16521              Message-ID: <29894.904366713@eeyore.ibcinc.com>
16522              Subject: Re: \(%x) problems
16523      Branch: perl
16524            ! doop.c pod/perlref.pod
16525 ____________________________________________________________________________
16526 [  1818] By: gsar                                  on 1998/09/23  06:05:08
16527         Log: make h2xs generate ANSI prototypes
16528      Branch: perl
16529            ! utils/h2xs.PL
16530 ____________________________________________________________________________
16531 [  1817] By: gsar                                  on 1998/09/23  05:57:16
16532         Log: updated usethreads hints for hpux 10.X
16533              From: Matthew T Harden <mthard@mthard1.monsanto.com>
16534              Date: Fri, 28 Aug 1998 14:10:42 GMT
16535              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
16536              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
16537      Branch: perl
16538            ! hints/hpux.sh perl.h
16539 ____________________________________________________________________________
16540 [  1816] By: gsar                                  on 1998/09/23  05:53:31
16541         Log: don't create empty directories in installperl
16542              From: Robin Barker <rmb1@cise.npl.co.uk>
16543              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
16544              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
16545              Subject: [PATCH 5.005_02] install: empty dirs
16546      Branch: perl
16547            ! installperl
16548 ____________________________________________________________________________
16549 [  1815] By: gsar                                  on 1998/09/23  05:50:36
16550         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
16551              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16552              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
16553              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
16554              Subject: Re: your mail
16555      Branch: perl
16556            ! regexec.c t/op/re_tests
16557 ____________________________________________________________________________
16558 [  1814] By: gsar                                  on 1998/09/23  05:45:17
16559         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
16560              Date: Thu, 20 Aug 1998 20:59:03 -0400
16561              Message-ID: <19980820205903.A12908@O2.chapin.edu>
16562              Subject: [PATCH] h2ph misquotes #error directives
16563      Branch: perl
16564            ! t/lib/h2ph.pht utils/h2ph.PL
16565 ____________________________________________________________________________
16566 [  1813] By: gsar                                  on 1998/09/23  05:42:41
16567         Log: patch to support computed regular subexpressions
16568              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16569              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
16570              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
16571              Subject: [5.005_5* PATCH] Postponed RE - now!
16572      Branch: perl
16573            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
16574            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
16575 ____________________________________________________________________________
16576 [  1812] By: gsar                                  on 1998/09/23  05:26:26
16577         Log: better CR-handling on shebang line and in formats (fixed variant of
16578              patch suggested by Igor Sysoev <igor@nitek.ru>)
16579      Branch: perl
16580            ! perl.c toke.c
16581 ____________________________________________________________________________
16582 [  1811] By: gsar                                  on 1998/09/23  04:35:46
16583         Log: document non-loopish blocks better
16584              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16585              Date: Tue, 18 Aug 1998 12:28:36 +0100
16586              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
16587              Subject: Re: next in do {} while block gives error message
16588      Branch: perl
16589            ! pod/perlfunc.pod
16590 ____________________________________________________________________________
16591 [  1810] By: gsar                                  on 1998/09/23  04:12:05
16592         Log: fix bogus integerization of pop()'s return value
16593              From: Gurusamy Sarathy <gsar@engin.umich.edu>
16594              Date: Sat, 15 Aug 1998 23:27:54 -0400
16595              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
16596              Subject: Re: Complex expression does integer arithmetic 
16597      Branch: perl
16598            ! opcode.h opcode.pl
16599 ____________________________________________________________________________
16600 [  1809] By: gsar                                  on 1998/09/23  04:09:43
16601         Log: tweak README.win32
16602      Branch: perl
16603            ! README.win32
16604 ____________________________________________________________________________
16605 [  1808] By: gsar                                  on 1998/09/23  03:40:57
16606         Log: better diagnostic for do{} used as lvalue
16607      Branch: perl
16608            ! op.c pod/perlport.pod
16609 ____________________________________________________________________________
16610 [  1807] By: gsar                                  on 1998/09/23  03:38:30
16611         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
16612              From: hansm@icgroup.nl
16613              Date: Tue, 11 Aug 98 21:08:51 +0200
16614              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
16615              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
16616      Branch: perl
16617            ! malloc.c
16618 ____________________________________________________________________________
16619 [  1806] By: gsar                                  on 1998/09/23  03:36:08
16620         Log: support make written in perl (aka "pmake") on win32
16621      Branch: perl
16622            ! lib/ExtUtils/MM_Win32.pm
16623 ____________________________________________________________________________
16624 [  1805] By: gsar                                  on 1998/09/23  03:30:07
16625         Log: fix mismatched UV/U32 types for to_utf8_*()
16626      Branch: perl
16627            ! utf8.c
16628 ____________________________________________________________________________
16629 [  1804] By: gsar                                  on 1998/09/23  03:22:22
16630         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
16631              Date: Sun, 9 Aug 1998 22:38:23 +0200
16632              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
16633              Subject: [PATCH 5.5002] dos-djgpp update
16634      Branch: perl
16635            ! t/io/fs.t
16636 ____________________________________________________________________________
16637 [  1803] By: gsar                                  on 1998/09/23  03:20:13
16638         Log: apply minimal variant of patch (sent via private mail)
16639              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
16640              Date: Wed, 12 Aug 1998 15:42:35 +0300
16641              Message-Id: <199808121242.PAA29761@comanche.spices>
16642              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
16643      Branch: perl
16644            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
16645            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
16646 ____________________________________________________________________________
16647 [  1802] By: gsar                                  on 1998/09/23  03:03:39
16648         Log: adjust searchdict.t for EBCDIC (still needs documenting)
16649              From: pvhp@forte.com (Peter Prymmer)
16650              Date: Thu, 6 Aug 98 18:09:39 PDT
16651              Message-Id: <9808070109.AA06158@forte.com>
16652              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
16653      Branch: perl
16654            ! README.os390 t/lib/searchdict.t
16655 ____________________________________________________________________________
16656 [  1801] By: gsar                                  on 1998/09/23  02:54:15
16657         Log: silence redefined warning for XS(INIT) {}
16658      Branch: perl
16659            ! op.c
16660 ____________________________________________________________________________
16661 [  1800] By: gsar                                  on 1998/09/23  02:42:23
16662         Log: support match indices via special variables @- and @+
16663              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16664              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
16665              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
16666              Subject: [PATCH 5.004_76] @- and @+
16667      Branch: perl
16668            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
16669            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
16670 ____________________________________________________________________________
16671 [  1799] By: gsar                                  on 1998/09/23  01:44:31
16672         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16673              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
16674              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
16675              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
16676      Branch: perl
16677            ! regcomp.c t/op/re_tests
16678 ____________________________________________________________________________
16679 [  1798] By: gsar                                  on 1998/09/23  01:39:23
16680         Log: integrate maint-5.005 changes (except conflicting change#1794)
16681      Branch: perl
16682            ! Changes
16683           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
16684           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
16685           !> win32/win32.h
16686 ____________________________________________________________________________
16687 [  1797] By: gsar                                  on 1998/09/23  01:32:36
16688         Log: add note to win32/Makefile about setting CCHOME
16689      Branch: perl
16690            ! win32/Makefile win32/makefile.mk
16691 ____________________________________________________________________________
16692 [  1796] By: gsar                                  on 1998/09/23  01:31:32
16693         Log: perl.pod tweak
16694      Branch: perl
16695            ! pod/perl.pod
16696 ____________________________________________________________________________
16697 [  1795] By: gsar                                  on 1998/09/21  20:34:10
16698         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
16699      Branch: perl
16700            ! lib/ExtUtils/xsubpp
16701 ____________________________________________________________________________
16702 [  1789] By: gsar                                  on 1998/09/18  18:01:37
16703         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
16704      Branch: perl
16705            ! cop.h t/cmd/for.t
16706 ____________________________________________________________________________
16707 [  1788] By: gsar                                  on 1998/09/17  02:19:11
16708         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
16709      Branch: perl
16710            ! win32/config.bc win32/config.gc win32/config.vc
16711 ____________________________________________________________________________
16712 [  1787] By: gsar                                  on 1998/09/17  01:45:14
16713         Log: suppress bogus warning on C<sub x {} x()>
16714      Branch: perl
16715            ! toke.c
16716 ____________________________________________________________________________
16717 [  1786] By: gsar                                  on 1998/09/17  01:42:51
16718         Log: ntohl typo in objXSUB.h
16719      Branch: perl
16720            ! objXSUB.h
16721 ____________________________________________________________________________
16722 [  1785] By: gsar                                  on 1998/09/17  01:41:48
16723         Log: fill gaps in sig_* entries in win32/config.?c
16724      Branch: perl
16725            ! win32/config.bc win32/config.gc win32/config.vc
16726 ____________________________________________________________________________
16727 [  1781] By: larry                                 on 1998/09/05  23:48:24
16728         Log: tr/// logic was hosed under utf8
16729      Branch: perl
16730            ! doop.c op.c op.h pp.c proto.h
16731 ____________________________________________________________________________
16732 [  1780] By: larry                                 on 1998/09/05  23:44:16
16733         Log: several new tests needed tweaking to work under utf8
16734      Branch: perl
16735            ! t/comp/require.t t/op/pack.t t/op/substr.t
16736 ____________________________________________________________________________
16737 [  1779] By: larry                                 on 1998/09/05  23:41:42
16738         Log: index() applied BM optimization to wrong argument
16739      Branch: perl
16740            ! op.c util.c
16741 ____________________________________________________________________________
16742 [  1778] By: larry                                 on 1998/09/05  23:38:29
16743         Log: Implicit require during compile reset line numbering
16744      Branch: perl
16745            ! pp_ctl.c
16746
16747 ----------------
16748 Version 5.005_51
16749 ----------------
16750
16751 ____________________________________________________________________________
16752 [  1777] By: gsar                                  on 1998/08/10  07:02:38
16753         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
16754              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
16755              lexical warning testsuite for win32
16756      Branch: perl
16757            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
16758            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
16759            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
16760            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
16761            ! win32/Makefile win32/makefile.mk
16762 ____________________________________________________________________________
16763 [  1776] By: gsar                                  on 1998/08/09  17:53:48
16764         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
16765      Branch: perl
16766            ! Changes MANIFEST perl.c pod/perlhist.pod
16767 ____________________________________________________________________________
16768 [  1775] By: gsar                                  on 1998/08/09  14:35:33
16769         Log: tweak warning test
16770      Branch: perl
16771            ! t/pragma/warn-toke
16772 ____________________________________________________________________________
16773 [  1774] By: gsar                                  on 1998/08/09  14:13:46
16774         Log: add missing dTHR; notes for test failures due to small stacksize
16775      Branch: perl
16776            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
16777            ! toke.c universal.c util.c
16778 ____________________________________________________________________________
16779 [  1773] By: gsar                                  on 1998/08/09  11:31:53
16780         Log: lexical warnings; tweaks to places that didn't apply correctly
16781              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
16782              Date:    Wed, 29 Jul 1998 09:28:45 BST
16783              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
16784              Subject: lexical warnings patch for 5.005_50
16785      Branch: perl
16786            + README.lexwarn lib/warning.pm t/pragma/warn-2use
16787            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
16788            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
16789            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
16790            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
16791            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
16792            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
16793            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
16794            + warning.h warning.pl
16795            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
16796            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
16797            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
16798            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
16799            ! universal.c util.c
16800 ____________________________________________________________________________
16801 [  1772] By: gsar                                  on 1998/08/08  23:06:00
16802         Log: bump patchlevel to 5.005_51
16803      Branch: perl
16804            ! patchlevel.h win32/Makefile win32/config_H.bc
16805            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
16806 ____________________________________________________________________________
16807 [  1771] By: gsar                                  on 1998/08/08  23:01:57
16808         Log: fix bogus warning on "\x{123}"
16809              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
16810              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
16811              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
16812              Subject: [5.005_50 PATCH] Some unicode problems
16813      Branch: perl
16814            ! regcomp.c toke.c
16815 ____________________________________________________________________________
16816 [  1770] By: gsar                                  on 1998/08/08  22:56:55
16817         Log: hide dup symbol for static build of ext/re
16818              From: Dominic Dunlop <domo@ppp72.vo.lu>
16819              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
16820              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
16821              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
16822      Branch: perl
16823            ! regcomp.c
16824 ____________________________________________________________________________
16825 [  1769] By: gsar                                  on 1998/08/08  22:45:06
16826         Log: fix double free on -Mutf8 -e '$b=uc("")'
16827              From: larry@wall.org (Larry Wall)
16828              Date: Fri, 7 Aug 1998 14:42:43 -0700
16829              Message-Id: <199808072142.OAA14920@wall.org>
16830              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
16831      Branch: perl
16832            ! pp.c
16833 ____________________________________________________________________________
16834 [  1768] By: gsar                                  on 1998/08/08  22:42:29
16835         Log: substr() assumes utf8 without say-so
16836              From: larry@wall.org (Larry Wall)
16837              Date: Fri, 7 Aug 1998 12:25:12 -0700
16838              Message-Id: <199808071925.MAA13436@wall.org>
16839              Subject: [PATCH 5.005_50] substr bug?
16840      Branch: perl
16841            ! pp.c
16842 ____________________________________________________________________________
16843 [  1767] By: gsar                                  on 1998/08/08  22:38:25
16844         Log: fix intolerance of SWASHes for blank lines
16845              From: Gisle Aas <aas@sn.no>
16846              Date: 06 Aug 1998 23:28:57 +0200
16847              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
16848              Subject: Re: Re[2]: another joyride begins
16849      Branch: perl
16850            ! lib/utf8_heavy.pl
16851 ____________________________________________________________________________
16852 [  1766] By: gsar                                  on 1998/08/08  22:33:10
16853         Log: utf8 doc tweak
16854              From: Gisle Aas <aas@sn.no>
16855              Date: 05 Aug 1998 00:41:04 +0200
16856              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
16857              Subject: Matching clumps
16858      Branch: perl
16859            ! lib/utf8.pm
16860 ____________________________________________________________________________
16861 [  1765] By: gsar                                  on 1998/08/08  22:31:37
16862         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
16863              From: Gisle Aas <aas@sn.no>
16864              Date: 04 Aug 1998 22:56:11 +0200
16865              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
16866              Subject: Re: another joyride begins
16867      Branch: perl
16868            ! lib/utf8_heavy.pl
16869 ____________________________________________________________________________
16870 [  1764] By: gsar                                  on 1998/08/08  22:28:43
16871         Log: From: larry@wall.org (Larry Wall)
16872              Date: Tue, 4 Aug 1998 17:04:51 -0700
16873              Message-Id: <199808050004.RAA22592@wall.org>
16874              Subject: [PATCH 5.005_50] \pX not implemented!
16875      Branch: perl
16876            ! regcomp.c
16877 ____________________________________________________________________________
16878 [  1763] By: gsar                                  on 1998/08/08  22:27:15
16879         Log: From: Stephen McCamant <alias@mcs.com>
16880              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
16881              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
16882              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
16883      Branch: perl
16884            ! op.c
16885 ____________________________________________________________________________
16886 [  1762] By: gsar                                  on 1998/08/08  22:26:09
16887         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
16888              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
16889              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
16890              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
16891      Branch: perl
16892            + t/op/grent.t t/op/pwent.t
16893            ! MANIFEST
16894 ____________________________________________________________________________
16895 [  1761] By: gsar                                  on 1998/08/08  22:21:52
16896         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16897              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
16898              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
16899              Subject: [5.005_50 PATCH] misprint in RE engine
16900      Branch: perl
16901            ! regexec.c t/op/re_tests
16902 ____________________________________________________________________________
16903 [  1760] By: gsar                                  on 1998/08/08  22:18:54
16904         Log: integrate maint-5.005 changes into mainline
16905      Branch: perl
16906           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
16907           !> (integrate 138 files)
16908 ____________________________________________________________________________
16909 [  1672] By: gsar                                  on 1998/07/27  18:35:28
16910         Log: create new Changes
16911      Branch: perl
16912            + Changes
16913            ! Changes5.005 MANIFEST
16914 ____________________________________________________________________________
16915 [  1671] By: gsar                                  on 1998/07/27  18:30:57
16916         Log: rename Changes --> Changes5.005
16917      Branch: perl
16918           +> Changes5.005
16919            - Changes
16920 ____________________________________________________________________________
16921 [  1670] By: gsar                                  on 1998/07/27  18:10:14
16922         Log: integrate 5.005_01 changes from maint
16923      Branch: perl
16924            ! Changes
16925           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
16926           !> win32/win32.c
16927 ____________________________________________________________________________
16928 [  1667] By: nick                                  on 1998/07/26  14:31:01
16929         Log: Add dTHR so that it compiles miniperl in threaded mode
16930      Branch: perl
16931            ! doop.c mg.c regcomp.c regexec.c
16932 ____________________________________________________________________________
16933 [  1666] By: nick                                  on 1998/07/26  13:01:10
16934         Log: Resolve ansiperl against mainline (@1648?)
16935              Unclear that change number has "taken".
16936      Branch: ansiperl
16937           +> (branch 169 files)
16938            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
16939           !> (integrate 131 files)
16940
16941 ----------------
16942 Version 5.005_50
16943 ----------------
16944
16945 ____________________________________________________________________________
16946 [  1665] By: gsar                                  on 1998/07/26  05:38:48
16947         Log: add trailing newline to file
16948      Branch: perl
16949            ! Changes lib/unicode/blocks.txt
16950 ____________________________________________________________________________
16951 [  1664] By: gsar                                  on 1998/07/26  05:08:48
16952         Log: integrate proto.h additions from maint-5.005
16953      Branch: perl
16954           !> pod/perlhist.pod proto.h
16955 ____________________________________________________________________________
16956 [  1663] By: gsar                                  on 1998/07/26  05:07:05
16957         Log: add new files to MANIFEST; add missing prototypes to proto.h;
16958              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
16959              add typecasts to silence warnings; tweaks for win32 builds
16960      Branch: perl
16961            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
16962            ! win32/Makefile win32/makefile.mk
16963 ____________________________________________________________________________
16964 [  1662] By: gsar                                  on 1998/07/26  05:01:52
16965         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
16966      Branch: maint-5.005/perl
16967            ! pod/perlhist.pod proto.h
16968 ____________________________________________________________________________
16969 [  1661] By: gsar                                  on 1998/07/26  02:52:48
16970         Log: up patchlevel to 5.005_50
16971      Branch: perl
16972            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
16973            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
16974 ____________________________________________________________________________
16975 [  1660] By: gsar                                  on 1998/07/26  02:43:57
16976         Log: integrate utfperl
16977      Branch: perl
16978           +> (branch 162 files)
16979           !> (integrate 29 files)
16980 ____________________________________________________________________________
16981 [  1659] By: gsar                                  on 1998/07/26  02:38:22
16982         Log: integrate maint-5.005 changes
16983      Branch: perl
16984           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
16985           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
16986           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
16987           !> vms/descrip_mms.template vms/subconfigure.com
16988 ____________________________________________________________________________
16989 [  1658] By: gsar                                  on 1998/07/26  02:23:46
16990         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
16991              Date: Fri, 24 Jul 1998 11:38:25 -0700
16992              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
16993              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
16994              --
16995              Date: Fri, 24 Jul 1998 12:30:36 -0700
16996              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
16997              Subject: [PATCH 5.005]Tweaks to README.vms
16998              --
16999              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
17000              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
17001              Subject: [PATCH 5.005] Final build cleanup patch
17002      Branch: maint-5.005/perl
17003            ! README.vms vms/descrip_mms.template vms/subconfigure.com
17004 ____________________________________________________________________________
17005 [  1657] By: gsar                                  on 1998/07/26  02:19:50
17006         Log: another platform where pp_sselect() needs a whole fd_set buffer
17007              From: Lupe Christoph <lupe@alanya.m.isar.de>
17008              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
17009              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
17010              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
17011      Branch: maint-5.005/perl
17012            ! pp_sys.c
17013 ____________________________________________________________________________
17014 [  1656] By: gsar                                  on 1998/07/26  02:12:46
17015         Log: fix problem building modules on dos-djgpp
17016              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
17017              Date: Sat, 25 Jul 1998 00:53:39 +0200
17018              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
17019              Subject: [PATCH 5.005] dos-djgpp and modules problem
17020      Branch: maint-5.005/perl
17021            ! djgpp/fixpmain
17022 ____________________________________________________________________________
17023 [  1655] By: gsar                                  on 1998/07/26  02:11:09
17024         Log: From: Tom Spindler <dogcow@home.merit.edu>
17025              Date: Wed, 22 Jul 1998 16:11:07 -0400
17026              Message-ID: <19980722161107.A16813@home.merit.edu>
17027              Subject: [PATCH 5.005] BeOS tweak
17028      Branch: maint-5.005/perl
17029            ! hints/beos.sh
17030 ____________________________________________________________________________
17031 [  1654] By: gsar                                  on 1998/07/26  02:09:29
17032         Log: various pod tweaks
17033      Branch: maint-5.005/perl
17034            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
17035            ! pod/perltoc.pod
17036 ____________________________________________________________________________
17037 [  1653] By: gsar                                  on 1998/07/26  02:05:46
17038         Log: fix emacs/ptags for PL_* changes
17039              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17040              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
17041              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
17042              Subject: [PATCH 5.004_76] Yet better ptags
17043      Branch: maint-5.005/perl
17044            ! emacs/ptags
17045 ____________________________________________________________________________
17046 [  1652] By: gsar                                  on 1998/07/26  02:03:01
17047         Log: fix behavior of <=> on bigints
17048              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17049              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
17050              Date: Fri, 24 Jul 1998 18:29:53 +0100
17051              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
17052      Branch: maint-5.005/perl
17053            ! lib/Math/BigInt.pm t/lib/bigintpm.t
17054 ____________________________________________________________________________
17055 [  1651] By: larry                                 on 1998/07/24  05:44:33
17056         Log: Here are the long-expected Unicode/UTF-8 modifications.
17057      Branch: utfperl
17058            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
17059            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
17060            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
17061            + lib/unicode/Decomposition.pl
17062            + lib/unicode/In/AlphabeticPresentationForms.pl
17063            + lib/unicode/In/Arabic.pl
17064            + lib/unicode/In/ArabicPresentationForms-A.pl
17065            + lib/unicode/In/ArabicPresentationForms-B.pl
17066            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
17067            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
17068            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
17069            + lib/unicode/In/BoxDrawing.pl
17070            + lib/unicode/In/CJKCompatibility.pl
17071            + lib/unicode/In/CJKCompatibilityForms.pl
17072            + lib/unicode/In/CJKCompatibilityIdeographs.pl
17073            + lib/unicode/In/CJKSymbolsandPunctuation.pl
17074            + lib/unicode/In/CJKUnifiedIdeographs.pl
17075            + lib/unicode/In/CombiningDiacriticalMarks.pl
17076            + lib/unicode/In/CombiningHalfMarks.pl
17077            + lib/unicode/In/CombiningMarksforSymbols.pl
17078            + lib/unicode/In/ControlPictures.pl
17079            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
17080            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
17081            + lib/unicode/In/EnclosedAlphanumerics.pl
17082            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
17083            + lib/unicode/In/GeneralPunctuation.pl
17084            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
17085            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
17086            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
17087            + lib/unicode/In/HalfwidthandFullwidthForms.pl
17088            + lib/unicode/In/HangulCompatibilityJamo.pl
17089            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
17090            + lib/unicode/In/Hebrew.pl
17091            + lib/unicode/In/HighPrivateUseSurrogates.pl
17092            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
17093            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
17094            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
17095            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
17096            + lib/unicode/In/LatinExtended-A.pl
17097            + lib/unicode/In/LatinExtended-B.pl
17098            + lib/unicode/In/LatinExtendedAdditional.pl
17099            + lib/unicode/In/LetterlikeSymbols.pl
17100            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
17101            + lib/unicode/In/MathematicalOperators.pl
17102            + lib/unicode/In/MiscellaneousSymbols.pl
17103            + lib/unicode/In/MiscellaneousTechnical.pl
17104            + lib/unicode/In/NumberForms.pl
17105            + lib/unicode/In/OpticalCharacterRecognition.pl
17106            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
17107            + lib/unicode/In/SmallFormVariants.pl
17108            + lib/unicode/In/SpacingModifierLetters.pl
17109            + lib/unicode/In/Specials.pl
17110            + lib/unicode/In/SuperscriptsandSubscripts.pl
17111            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
17112            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
17113            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
17114            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
17115            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
17116            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
17117            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
17118            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
17119            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
17120            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
17121            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
17122            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
17123            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
17124            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
17125            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
17126            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
17127            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
17128            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
17129            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
17130            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
17131            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
17132            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
17133            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
17134            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
17135            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
17136            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
17137            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
17138            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
17139            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
17140            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
17141            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
17142            + lib/unicode/JamoShort.pl lib/unicode/Makefile
17143            + lib/unicode/Name.pl lib/unicode/Number.pl
17144            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
17145            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
17146            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
17147            + lib/unicode/blocks.txt lib/unicode/index2.txt
17148            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
17149            + lib/unicode/names2.txt lib/unicode/props2.txt
17150            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
17151            + utf8.c utf8.h
17152            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
17153            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
17154            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
17155            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
17156            ! t/op/vec.t toke.c util.c vms/vmsish.h
17157 ____________________________________________________________________________
17158 [  1650] By: gsar                                  on 1998/07/24  04:06:48
17159         Log: create utfperl branch
17160      Branch: utfperl
17161           +> (branch 1079 files)
17162 ____________________________________________________________________________
17163 [  1649] By: gsar                                  on 1998/07/24  03:56:56
17164         Log: create maint-5.005 branch
17165      Branch: maint-5.005/perl
17166           +> (branch 1079 files)
17167 ____________________________________________________________________________
17168 [  1648] By: gsar                                  on 1998/07/24  03:36:35
17169         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
17170      Branch: perl
17171            ! Changes
17172