various cleanups
[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 [  4348] By: gsar                                  on 1999/10/11  23:11:57
83         Log: add vec() example from Chaim Frenkel <chaimf@pobox.com>
84      Branch: perl
85            ! pod/perlfunc.pod
86 ____________________________________________________________________________
87 [  4347] By: jhi                                   on 1999/10/11  21:25:03
88         Log: Sparc Linux -Duseshrplib fix.
89              
90              From: Brian Jepson <bjepson@home.com>
91              To: Nick Ing-Simmons <nick@ing-simmons.net>
92              cc: perl5-porters@perl.org
93              Subject: Re: [ID 19990813.002] Can't build Perl 5.005_60 on SPARC/Linux with -Duseshrplib
94              Date: Fri, 20 Aug 1999 11:25:17 -0500 (EST)
95              Message-ID: <Pine.LNX.4.10.9908201123570.5116-100000@cx384756-a.sking1.ri.home.com>
96      Branch: cfgperl
97            ! hints/linux.sh
98 ____________________________________________________________________________
99 [  4346] By: gsar                                  on 1999/10/11  20:28:32
100         Log: more pack/unpack documentation (from Ilya Zakharevich); changed
101              the behavior of 'Z*' and 'Z3' to always pack a trailing
102              null byte; changed documentation to suit; added test
103      Branch: perl
104            ! pod/perlfunc.pod pp.c t/op/pack.t
105 ____________________________________________________________________________
106 [  4345] By: gsar                                  on 1999/10/11  19:15:46
107         Log: writing to perllocal.pod fails if it was never created;
108              tweak pseudo-hash example (both suggested by Michael G Schwern
109              <schwern@pobox.com>)
110      Branch: perl
111            ! lib/ExtUtils/MM_Unix.pm pod/perlref.pod
112 ____________________________________________________________________________
113 [  4344] By: gsar                                  on 1999/10/11  17:57:31
114         Log: slightly edited variant of suggested patch
115              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
116              Date: Thu, 9 Sep 1999 18:35:37 -0400
117              Message-ID: <19990909183537.A28682@monk.mps.ohio-state.edu>
118              Subject: [PATCH 5.005_58] How RExen match?
119      Branch: perl
120            ! pod/perlre.pod
121 ____________________________________________________________________________
122 [  4343] By: gsar                                  on 1999/10/11  16:55:48
123         Log: change#4327 was inefficient
124      Branch: perl
125            ! lib/lib.pm
126 ____________________________________________________________________________
127 [  4342] By: jhi                                   on 1999/10/11  07:01:46
128         Log: Integrate with Sarathy.
129      Branch: cfgperl
130           +> pod/perlhack.pod
131           !> (integrate 28 files)
132 ____________________________________________________________________________
133 [  4341] By: jhi                                   on 1999/10/11  06:37:47
134         Log: The 2.5th cut at the AIX C++ extension problems.
135      Branch: cfgperl
136            ! hints/aix.sh
137 ____________________________________________________________________________
138 [  4340] By: gsar                                  on 1999/10/10  23:48:07
139         Log: add perlhack.pod from Nathan Torkington <gnat@frii.com>
140      Branch: perl
141            + pod/perlhack.pod
142            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
143 ____________________________________________________________________________
144 [  4339] By: gsar                                  on 1999/10/10  20:42:40
145         Log: revert SAVEDESTRUCTOR() to accepting void(*)(void*) for source
146              compatibility; introduce SAVEDESTRUCTOR_X() that accepts
147              void(*)(pTHX_ void*)
148      Branch: perl
149            ! embed.h embed.pl ext/Devel/DProf/DProf.xs global.sym mg.c
150            ! objXSUB.h perl.h perlapi.c perly.c perly.y perly_c.diff
151            ! pod/perlguts.pod pod/perltoc.pod pp.c pp_hot.c proto.h
152            ! regcomp.h regexec.c scope.c scope.h toke.c vms/perly_c.vms
153 ____________________________________________________________________________
154 [  4338] By: gsar                                  on 1999/10/10  20:38:59
155         Log: add missing new diagnostics to perldelta
156      Branch: perl
157            ! pod/perldelta.pod
158 ____________________________________________________________________________
159 [  4337] By: gsar                                  on 1999/10/10  17:40:13
160         Log: update perldelta for change#3406
161      Branch: perl
162            ! embed.pl pod/perldata.pod pod/perldelta.pod
163 ____________________________________________________________________________
164 [  4336] By: gsar                                  on 1999/10/10  16:33:14
165         Log: integrate cfgperl contents into mainline
166      Branch: perl
167           +> ext/DynaLoader/hints/aix.pl
168           !> MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh hints/irix_6.sh
169           !> makedef.pl perl.h pod/perldelta.pod
170 ____________________________________________________________________________
171 [  4335] By: jhi                                   on 1999/10/10  11:09:48
172         Log: Update perldelta.
173      Branch: cfgperl
174            ! pod/perldelta.pod
175 ____________________________________________________________________________
176 [  4334] By: jhi                                   on 1999/10/10  10:31:46
177         Log: Integrate with Sarathy.
178      Branch: cfgperl
179           +> win32/genmk95.pl
180           !> Changes MANIFEST README.win32 cop.h ext/Thread/Thread.pm
181           !> ext/Thread/Thread.xs ext/Thread/Thread/Queue.pm
182           !> ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm
183           !> ext/Thread/sync.t ext/Thread/sync2.t installperl
184           !> lib/Exporter.pm lib/ExtUtils/MM_Unix.pm
185           !> lib/ExtUtils/MM_Win32.pm lib/diagnostics.pm lib/lib.pm perl.c
186           !> pod/perldelta.pod pod/perlfunc.pod pp_ctl.c pp_hot.c pp_sys.c
187           !> utils/perldoc.PL win32/makefile.mk
188 ____________________________________________________________________________
189 [  4333] By: gsar                                  on 1999/10/10  06:33:15
190         Log: install pods to 'pods' rather than 'pod' on cygwin (modified
191              a patch suggested by cwilson@cc865179-c.chmbl1.ga.home.com)
192      Branch: perl
193            ! installperl lib/diagnostics.pm utils/perldoc.PL
194 ____________________________________________________________________________
195 [  4332] By: gsar                                  on 1999/10/10  05:15:26
196         Log: add $VERSION
197      Branch: perl
198            ! lib/Exporter.pm
199 ____________________________________________________________________________
200 [  4331] By: gsar                                  on 1999/10/10  05:10:22
201         Log: describe what can go in an export list (from Anno Siegel
202              <anno4000@lublin.zrz.tu-berlin.de>)
203      Branch: perl
204            ! lib/Exporter.pm
205 ____________________________________________________________________________
206 [  4330] By: gsar                                  on 1999/10/10  04:50:43
207         Log: more basic support for building modules under Windows 95/98
208              (applied relevant parts from a patch suggested by
209              Jochen Wiedmann <joe@ispsoft.de>)
210      Branch: perl
211            ! lib/ExtUtils/MM_Unix.pm
212 ____________________________________________________________________________
213 [  4329] By: gsar                                  on 1999/10/10  04:28:38
214         Log: rudimentary support for building under Windows 95/98 (from
215              Benjamin Stuhl <sho_pi@hotmail.com>)
216      Branch: perl
217            + win32/genmk95.pl
218            ! MANIFEST README.win32 lib/ExtUtils/MM_Win32.pm
219            ! win32/makefile.mk
220 ____________________________________________________________________________
221 [  4328] By: gsar                                  on 1999/10/10  03:37:21
222         Log: fix two leaks in Thread.xs (from Eugene Alterman
223              <Eugene.Alterman@bremer-inc.com>); convert places with
224              'use attrs' to new attributes syntax
225      Branch: perl
226            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
227            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
228            ! ext/Thread/Thread/Specific.pm ext/Thread/sync.t
229            ! ext/Thread/sync2.t
230 ____________________________________________________________________________
231 [  4327] By: gsar                                  on 1999/10/10  02:23:52
232         Log: avoid duplicates in @INC, they cause leaks in mod_perl etc
233              (suggested by Tod Irwin <irwin@stockmaster.com>)
234      Branch: perl
235            ! lib/lib.pm
236 ____________________________________________________________________________
237 [  4326] By: gsar                                  on 1999/10/10  00:51:48
238         Log: better documentation for recv() (from Anton Berezin
239              <tobez@plab.ku.dk>)
240      Branch: perl
241            ! pod/perlfunc.pod
242 ____________________________________________________________________________
243 [  4325] By: gsar                                  on 1999/10/09  22:46:23
244         Log: perldelta updates (see TODO markers)
245      Branch: perl
246            ! Changes pod/perldelta.pod pp_sys.c
247 ____________________________________________________________________________
248 [  4324] By: gsar                                  on 1999/10/09  19:43:10
249         Log: fix Exporter::export_to_level() documentation
250      Branch: perl
251            ! lib/Exporter.pm
252 ____________________________________________________________________________
253 [  4323] By: gsar                                  on 1999/10/09  18:48:31
254         Log: don't run END blocks when running under -c switch (older,
255              rarely useful, behavior may still be obtained by putting
256              BEGIN { $^C = 0; exit; } at the end of the script)
257      Branch: perl
258            ! perl.c
259 ____________________________________________________________________________
260 [  4322] By: jhi                                   on 1999/10/09  05:31:26
261         Log: While awaiting a good test program to detect the broken gcc.
262              From: Thomas Conté <tom@fr.uu.net>
263              To: <jhi@iki.fi>
264              Cc: <perl5-porters@perl.org>
265              Subject: Re: [ID 19990825.007] test t/lib/ipc_sysv.t failing under irix 6.4
266              Date: Wed, 6 Oct 1999 19:56:29 +0200
267              Message-ID: <000a01bf1024$1d938f20$252ad0d4@eng.iway.fr>
268      Branch: cfgperl
269            ! hints/irix_6.sh perl.h
270 ____________________________________________________________________________
271 [  4321] By: gsar                                  on 1999/10/09  00:41:02
272         Log: POPSUB() gave up the refcount to the CV before LEAVE had a chance to
273              clear entries in the CV's pad, leading to coredumps when CV had no
274              other references to it; this is a slightly edited version of the
275              patch suggested by Russel O'Connor <roconnor@world.std.com>
276      Branch: perl
277            ! cop.h pp_ctl.c pp_hot.c
278 ____________________________________________________________________________
279 [  4320] By: gsar                                  on 1999/10/08  22:50:51
280         Log: revert POP{SUB,LOOP}{1,2} logic to the simpler pre-5.003_24
281              situation (assumptions about cx invalidation are not valid
282              anymore)
283      Branch: perl
284            ! cop.h pp_ctl.c pp_hot.c
285 ____________________________________________________________________________
286 [  4319] By: jhi                                   on 1999/10/08  14:33:31
287         Log: Integrate with Sarathy.
288      Branch: cfgperl
289           !> cop.h ext/Thread/Thread.xs op.c opcode.h perl.c perl.h perly.c
290           !> perly.y pod/perldiag.pod pod/perlfunc.pod pp_ctl.c pp_sys.c
291           !> t/comp/bproto.t thrdvar.h toke.c util.c
292 ____________________________________________________________________________
293 [  4318] By: jhi                                   on 1999/10/08  13:51:34
294         Log: The second cut at AIX C++ extension troubles.
295      Branch: cfgperl
296            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
297            ! hints/aix.sh
298 ____________________________________________________________________________
299 [  4317] By: jhi                                   on 1999/10/08  10:44:13
300         Log: The first cut at fixing Perl extensions written in C++ in AIX,
301              statics don't get initialized right.  This patch at least
302              doesn't seem to break the build in my AIX, but unfortunately
303              I don't have the IBM C++ to do further testing.
304              
305              Problem reported by Stephanie Beals in
306              From: bealzy@us.ibm.com
307              To: perl5-porters@perl.org
308              Subject: [ID 19991007.005] DynaLoader/dl_aix.xs problem using load and unload on AIX
309              Date: Thu, 7 Oct 1999 15:05:54 -0400
310              Message-Id: <85256803.0068E70D.00@D51MTA03.pok.ibm.com>
311      Branch: cfgperl
312            + ext/DynaLoader/hints/aix.pl
313            ! MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh
314 ____________________________________________________________________________
315 [  4316] By: gsar                                  on 1999/10/08  10:26:15
316         Log: remove kludgey duplicate background error avoidance (caused
317              "leaks"; %@ wasn't even user-visible under -Dusethreads);
318              only repeats of most recent error are now avoided
319      Branch: perl
320            ! ext/Thread/Thread.xs perl.c perl.h pp_ctl.c thrdvar.h util.c
321 ____________________________________________________________________________
322 [  4315] By: jhi                                   on 1999/10/08  09:48:59
323         Log: Fix omission.
324      Branch: cfgperl
325            ! makedef.pl
326 ____________________________________________________________________________
327 [  4314] By: gsar                                  on 1999/10/08  07:17:01
328         Log: extend change#2299 to C<use> (fixes scoping problems in
329              C<if (...) { use foo; ... }>)
330      Branch: perl
331            ! op.c
332 ____________________________________________________________________________
333 [  4313] By: gsar                                  on 1999/10/08  04:52:19
334         Log: small tweak for change#4309
335      Branch: perl
336            ! op.c
337 ____________________________________________________________________________
338 [  4312] By: gsar                                  on 1999/10/08  02:31:13
339         Log: add suggested patch =~ s/NOTOP/OP_NOT/ with tests
340              From: Larry Wall <larry@wall.org>
341              Date: Wed, 6 Oct 1999 09:55:57 -0700 (PDT)
342              Message-Id: <199910061655.JAA11333@kiev.wall.org>
343              Subject: Re: [ID 19991001.004] apparent parsing error with not(arg)
344      Branch: perl
345            ! opcode.h t/comp/bproto.t toke.c
346 ____________________________________________________________________________
347 [  4311] By: gsar                                  on 1999/10/08  00:58:19
348         Log: typo
349      Branch: perl
350            ! pp_sys.c
351 ____________________________________________________________________________
352 [  4310] By: gsar                                  on 1999/10/07  23:51:38
353         Log: fix setpgrp vs getpgrp and POSIX vs BSD confusion (spotted by
354              Brian Mitchell <brian@chele.cais.net>)
355      Branch: perl
356            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
357 ____________________________________________________________________________
358 [  4309] By: gsar                                  on 1999/10/07  22:57:52
359         Log: change#3728 was flawed (loop contexts saw the wrong statement
360              info, causing loop control constructs to not find the label);
361              disable OP_SETSTATE entirely and add a fix that is specifically
362              targetted at disabling the OP_LINESEQ optimization in else BLOCK,
363              which was what the original patch was supposed to fix
364              
365              TODO: remove the remainder of the setstate logic if it can't
366              be used anywhere else (it isn't used anywhere now)
367      Branch: perl
368            ! cop.h op.c perly.c perly.y
369 ____________________________________________________________________________
370 [  4308] By: jhi                                   on 1999/10/07  19:21:27
371         Log: Integrate with Sarathy.
372      Branch: cfgperl
373           !> lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
374 ____________________________________________________________________________
375 [  4307] By: gsar                                  on 1999/10/07  15:12:24
376         Log: update to podlators-0.08 from Russ Allbery
377      Branch: perl
378            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
379 ____________________________________________________________________________
380 [  4306] By: jhi                                   on 1999/10/06  17:20:34
381         Log: Integrate with Sarathy.
382      Branch: cfgperl
383           !> (integrate 45 files)
384 ____________________________________________________________________________
385 [  4305] By: gsar                                  on 1999/10/06  16:55:45
386         Log: some versions of mingw32 have __int64, define iff it isn't
387      Branch: perl
388            ! win32/win32.h
389 ____________________________________________________________________________
390 [  4304] By: gsar                                  on 1999/10/06  03:45:44
391         Log: fix typos in change#4288
392      Branch: perl
393            ! Changes dump.c sv.c
394 ____________________________________________________________________________
395 [  4303] By: gsar                                  on 1999/10/06  03:22:46
396         Log: integrate cfgperl contents into mainline
397      Branch: perl
398           +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
399            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
400           !> (integrate 31 files)
401 ____________________________________________________________________________
402 [  4302] By: gsar                                  on 1999/10/06  02:36:53
403         Log: make die/warn and other diagnostics go to wherever STDERR happens
404              to point at; change places that meant Perl_debug_log rather than
405              PerlIO_stderr()
406      Branch: perl
407            ! cop.h doio.c embedvar.h ext/Devel/Peek/Peek.xs
408            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
409            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
410            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
411            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
412            ! ext/DynaLoader/dl_rhapsody.xs ext/DynaLoader/dl_vmesa.xs
413            ! ext/DynaLoader/dl_vms.xs ext/DynaLoader/dlutils.c
414            ! ext/Thread/Thread.xs ext/Thread/typemap intrpvar.h malloc.c
415            ! mg.c objXSUB.h op.c perl.c perl.h perlio.c pp.c pp_ctl.c
416            ! pp_hot.c regexec.c scope.c scope.h sv.c thread.h toke.c util.c
417            ! win32/dl_win32.xs win32/win32.c win32/win32thread.c
418 ____________________________________________________________________________
419 [  4301] By: jhi                                   on 1999/10/05  23:03:46
420         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
421              To: François Désarménien <desar@club-internet.fr>
422              Cc: "perl5-porters@perl.org" <perl5-porters@perl.org>
423              Subject: Re: Strange RE engine breakage in 5_61
424              Date: Mon, 4 Oct 1999 19:58:03 -0400
425              Message-ID: <19991004195803.A21760@monk.mps.ohio-state.edu>
426              
427              (had to apply pat.t part manually because there
428              already were more tests than there was in _61)
429      Branch: cfgperl
430            ! regcomp.c regexec.c t/op/pat.t t/op/re_tests
431 ____________________________________________________________________________
432 [  4300] By: jhi                                   on 1999/10/04  17:03:18
433         Log: From: Andy Dougherty <doughera@lafayette.edu>
434              To: Jarkko Hietaniemi <jhi@iki.fi>
435              cc: Perl Porters <perl5-porters@perl.org>, jhi@cc.hut.fi
436              Subject: Re: [ID 19991001.005] [_61] [PATCH] tarball fine on win32, zip isn't
437              Date: Mon, 4 Oct 1999 13:05:08 -0400 (EDT)
438              Message-ID: <Pine.SOL.4.10.9910041302550.6502-100000@maxwell.phys.lafayette.edu>
439      Branch: cfgperl
440            + eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
441            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
442            ! MANIFEST ext/B/defsubs_h.PL
443 ____________________________________________________________________________
444 [  4299] By: jhi                                   on 1999/10/04  07:15:16
445         Log: From: Michael G Schwern <schwern@pobox.com>
446              To: perl5-porters@perl.org
447              Subject: Re: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
448              Date: Sun, 3 Oct 1999 17:34:17 -0400
449              Message-ID: <19991003173417.A4351@blackrider>
450      Branch: cfgperl
451            ! t/lib/fields.t t/pragma/constant.t
452 ____________________________________________________________________________
453 [  4298] By: gsar                                  on 1999/10/04  04:57:53
454         Log: some compatibility macros were busted
455      Branch: perl
456            ! embed.h embed.pl toke.c
457 ____________________________________________________________________________
458 [  4297] By: jhi                                   on 1999/10/03  17:50:59
459         Log: A better version of #4296.
460              
461              From: Michael G Schwern <schwern@pobox.com>
462              To: perl5-porters@perl.org
463              Subject: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
464              Date: Sun, 3 Oct 1999 13:54:23 -0400
465              Message-ID: <19991003135423.A3050@blackrider>
466      Branch: cfgperl
467            ! av.c op.c pod/perldiag.pod
468 ____________________________________________________________________________
469 [  4296] By: jhi                                   on 1999/10/03  17:21:01
470         Log: (Replaced by #4297.)
471              
472              From: Michael G Schwern <schwern@pobox.com>
473              To: perl5-porters@perl.org
474              Subject: [PATCH av.c, perldiag.pod] Added field name to "No such array field"
475              Date: Sun, 3 Oct 1999 13:16:47 -0400
476              Message-ID: <19991003131647.A2816@blackrider>
477              
478              plus changed the error message to say "No such pseudo-hash field"
479              as discussed in the above mail message.
480      Branch: cfgperl
481            ! av.c pod/perldiag.pod
482 ____________________________________________________________________________
483 [  4295] By: gsar                                  on 1999/10/03  16:09:36
484         Log: avoid doing irrelevant things on 'make perl'
485      Branch: perl
486            ! Makefile.SH
487 ____________________________________________________________________________
488 [  4294] By: jhi                                   on 1999/10/03  14:16:24
489         Log: Fix a typo in #4293 spotted by Graham Barr.
490      Branch: cfgperl
491            ! pod/perlref.pod
492 ____________________________________________________________________________
493 [  4293] By: jhi                                   on 1999/10/03  11:31:22
494         Log: From: Michael G Schwern <schwern@blackrider.aocn.com>
495              To: perl5-porters@perl.org
496              Subject: Re: Should keys in pseudo-hashes -always- exist? [DOC PATCH]
497              Date: Sun, 3 Oct 1999 02:34:01 -0400
498              Message-ID: <19991003023401.A1520@blackrider>
499      Branch: cfgperl
500            ! pod/perlfunc.pod pod/perlref.pod
501 ____________________________________________________________________________
502 [  4292] By: jhi                                   on 1999/10/03  09:23:16
503         Log: From: Barrie Slaymaker <barries@slaysys.com>
504              To: perl5-porters@perl.org
505              Subject: [PATCH 5.005_61] Benchmark.pm bugfix, tweaks
506              Date: Sun, 3 Oct 1999 00:09:51 -0400
507              Message-Id: <199910030409.AAA18228@jester.slaysys.com>
508      Branch: cfgperl
509            ! lib/Benchmark.pm
510 ____________________________________________________________________________
511 [  4291] By: jhi                                   on 1999/10/02  23:43:53
512         Log: Be understanding about large file systems.
513      Branch: cfgperl
514            ! t/lib/syslfs.t t/op/lfs.t
515 ____________________________________________________________________________
516 [  4290] By: jhi                                   on 1999/10/02  23:39:16
517         Log: Configure fixfest continues.
518      Branch: cfgperl
519            ! Configure config_h.SH
520      Branch: metaconfig
521            ! U/modified/d_longdbl.U U/modified/d_longlong.U
522            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
523            ! U/typedefs/gidsize.U U/typedefs/pidsign.U U/typedefs/pidsize.U
524            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
525      Branch: metaconfig/U/perl
526            ! i_inttypes.U io64.U
527 ____________________________________________________________________________
528 [  4289] By: jhi                                   on 1999/10/02  23:12:54
529         Log: Regen Porting stuff.
530      Branch: cfgperl
531            ! Porting/Glossary Porting/config.sh Porting/config_H
532 ____________________________________________________________________________
533 [  4288] By: jhi                                   on 1999/10/02  23:05:50
534         Log: Untangle the IV_IS_QUAD jungle by introduding
535              macros to be used when doing formatted printing:
536              IVdf, UVuf, UVxf, UVof.  Also introduce Uid_t_SIGN.
537      Branch: cfgperl
538            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
539            ! config_h.SH doio.c dump.c op.c perl.h pp_hot.c pp_sys.c
540            ! regcomp.c sv.c taint.c toke.c util.c
541 ____________________________________________________________________________
542 [  4287] By: jhi                                   on 1999/10/02  22:54:18
543         Log: metaconfig maintenance.
544      Branch: metaconfig
545            ! U/ebcdic/ebcdic.U U/typedefs/gidsign.U U/typedefs/gidsize.U
546            ! U/typedefs/pidsign.U U/typedefs/pidsize.U U/typedefs/uidsign.U
547            ! U/typedefs/uidsize.U
548 ____________________________________________________________________________
549 [  4286] By: nick                                  on 1999/10/02  11:11:44
550         Log: Incremental merge of mainline
551      Branch: utfperl
552           +> README.Y2K hints/svr5.sh lib/Pod/Man.pm
553           +> lib/unicode/Unicode.html t/op/args.t t/pod/multiline_items.t
554           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
555           +> t/pod/podselect.t t/pod/podselect.xr
556            - lib/Pod/PlainText.pm
557           !> (integrate 148 files)
558 ____________________________________________________________________________
559 [  4285] By: jhi                                   on 1999/10/02  10:16:15
560         Log: Battle namespace pollution.
561      Branch: cfgperl
562            ! lib/Benchmark.pm
563 ____________________________________________________________________________
564 [  4284] By: jhi                                   on 1999/10/02  10:11:20
565         Log: Regen Configure, all of xs_apiversion didn't take.
566      Branch: cfgperl
567            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
568            ! config_h.SH patchlevel.h
569 ____________________________________________________________________________
570 [  4283] By: jhi                                   on 1999/10/02  09:48:17
571         Log: Integrate with Sarathy.
572      Branch: cfgperl
573           +> lib/Pod/Man.pm t/pod/multiline_items.t
574           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
575           +> t/pod/podselect.t t/pod/podselect.xr
576            - lib/Pod/PlainText.pm
577           !> (integrate 50 files)
578 ____________________________________________________________________________
579 [  4282] By: gsar                                  on 1999/10/02  06:39:14
580         Log: update pod2man, pod2text and related Pod:: modules with the
581              ones in podlators-0.07 from Russ Allbery
582      Branch: perl
583            + lib/Pod/Man.pm
584            ! lib/Pod/Text.pm lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
585            ! pod/pod2man.PL pod/pod2text.PL
586 ____________________________________________________________________________
587 [  4281] By: gsar                                  on 1999/10/02  06:14:44
588         Log: fix PodParser testsuite; Pod::Text subsumes Pod::PlainText
589      Branch: perl
590            - lib/Pod/PlainText.pm
591            ! MANIFEST lib/Pod/Text.pm lib/Pod/Usage.pm pod/pod2usage.PL
592            ! pod/podchecker.PL pod/podselect.PL t/pod/emptycmd.t
593            ! t/pod/for.t t/pod/headings.t t/pod/include.t t/pod/included.t
594            ! t/pod/lref.t t/pod/multiline_items.t t/pod/nested_items.t
595            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
596            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
597            ! t/pod/special_seqs.t t/pod/testp2pt.pl t/pod/testpchk.pl
598 ____________________________________________________________________________
599 [  4280] By: gsar                                  on 1999/10/02  04:39:38
600         Log: upgrade to PodParser-1.085 from Brad Appleton <bradapp@enteract.com>
601      Branch: perl
602            + t/pod/multiline_items.t t/pod/multiline_items.xr
603            + t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/podselect.t
604            + t/pod/podselect.xr
605            ! MANIFEST lib/Pod/Checker.pm lib/Pod/InputObjects.pm
606            ! lib/Pod/Parser.pm lib/Pod/PlainText.pm lib/Pod/Select.pm
607            ! lib/Pod/Usage.pm t/pod/for.xr t/pod/headings.xr
608            ! t/pod/include.xr t/pod/included.xr t/pod/lref.xr
609            ! t/pod/nested_items.xr t/pod/nested_seqs.xr
610            ! t/pod/oneline_cmds.xr t/pod/poderrs.xr t/pod/special_seqs.xr
611            ! t/pod/testp2pt.pl
612 ____________________________________________________________________________
613 [  4279] By: gsar                                  on 1999/10/02  03:36:41
614         Log: make exists() work better on pseudo-hashes (reworked a patch suggested
615              by Michael G Schwern <schwern@pobox.com>)
616      Branch: perl
617            ! av.c t/op/avhv.t
618 ____________________________________________________________________________
619 [  4278] By: gsar                                  on 1999/10/02  02:36:55
620         Log: deprecate C<use attrs>
621      Branch: perl
622            ! ext/attrs/attrs.pm ext/attrs/attrs.xs t/lib/attrs.t
623            ! t/lib/thread.t t/pragma/sub_lval.t
624 ____________________________________________________________________________
625 [  4277] By: gsar                                  on 1999/10/02  01:43:25
626         Log: add notes about effect of loop control statements inside
627              LABEL BLOCK continue BLOCK
628      Branch: perl
629            ! pod/perlfunc.pod
630 ____________________________________________________________________________
631 [  4276] By: gsar                                  on 1999/10/02  01:23:02
632         Log: indent nested =items properly (suggested by Bill Fenner
633              <fenner@research.att.com>)
634      Branch: perl
635            ! pod/pod2man.PL
636 ____________________________________________________________________________
637 [  4275] By: gsar                                  on 1999/10/02  01:09:16
638         Log: updated ptags generator from Ilya Zakharevich
639      Branch: perl
640            ! emacs/ptags
641 ____________________________________________________________________________
642 [  4274] By: gsar                                  on 1999/10/01  23:08:52
643         Log: update Changes
644      Branch: perl
645            ! Changes
646 ____________________________________________________________________________
647 [  4273] By: gsar                                  on 1999/10/01  22:58:55
648         Log: typo, whitespace adjustments
649      Branch: perl
650            ! utils/h2xs.PL
651 ____________________________________________________________________________
652 [  4272] By: gsar                                  on 1999/10/01  22:46:06
653         Log: remove dup hunks
654      Branch: perl
655            ! configure.com vms/vms.c
656 ____________________________________________________________________________
657 [  4271] By: gsar                                  on 1999/10/01  22:33:02
658         Log: integrate cfgperl contents into mainline; resolve h2xs.PL conflict
659              by declaring new globals "our" (XXX this means h2xs generated code
660              won't run on earlier versions; a switch to generate compatible
661              source is needed)
662      Branch: perl
663           !> (integrate 35 files)
664 ____________________________________________________________________________
665 [  4270] By: jhi                                   on 1999/10/01  12:05:56
666         Log: Integrate with Sarathy.
667      Branch: cfgperl
668           !> ext/B/B/C.pm lib/ExtUtils/typemap lib/ExtUtils/xsubpp
669           !> pod/perldiag.pod util.c
670 ____________________________________________________________________________
671 [  4269] By: jhi                                   on 1999/10/01  10:26:19
672         Log: From: Piotr Klaban <makler@oryl.man.torun.pl>
673              To: perl5-porters@perl.org
674              Subject: [ID 19991001.001] perlguts man page error
675              Date: Fri, 1 Oct 1999 10:23:49 +0200 (MET DST)
676              Message-Id: <199910010823.KAA05796@oryl.man.torun.pl>
677      Branch: cfgperl
678            ! pod/perlguts.pod
679 ____________________________________________________________________________
680 [  4268] By: jhi                                   on 1999/10/01  07:32:33
681         Log: There *is* a month called October.
682      Branch: cfgperl
683            ! t/op/time.t
684 ____________________________________________________________________________
685 [  4267] By: jhi                                   on 1999/10/01  06:58:10
686         Log: Temp file cleanliness.
687      Branch: cfgperl
688            ! t/lib/filecopy.t
689 ____________________________________________________________________________
690 [  4266] By: jhi                                   on 1999/10/01  06:46:56
691         Log: From: Barrie Slaymaker <barries@slaysys.com>
692              To: perl5-porters@perl.org
693              Subject: [PATCH 5.005_61] Benchmark.pm: Export countit(), cmpthese() by default
694              Date: Thu, 30 Sep 1999 22:16:26 -0400
695              Message-Id: <199910010216.WAA08309@jester.slaysys.com>
696      Branch: cfgperl
697            ! lib/Benchmark.pm
698 ____________________________________________________________________________
699 [  4265] By: jhi                                   on 1999/09/30  20:25:35
700         Log: From: Barrie Slaymaker <barries@slaysys.com>
701              To: perl5-porters@perl.org
702              Subject: [PATCH 5.005_61] Benchmark tweaks, fixes, cmpthese()
703              Date: Thu, 30 Sep 1999 15:44:00 -0400
704              Message-Id: <199909301944.PAA07166@jester.slaysys.com>
705              (Replaces #4175.)
706      Branch: cfgperl
707            ! lib/Benchmark.pm
708 ____________________________________________________________________________
709 [  4264] By: gsar                                  on 1999/09/30  17:59:26
710         Log: re-add missing "Out of memory!" entry
711      Branch: perl
712            ! pod/perldiag.pod
713 ____________________________________________________________________________
714 [  4263] By: jhi                                   on 1999/09/30  17:05:43
715         Log: Regenerate Configure.
716      Branch: cfgperl
717            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
718            ! config_h.SH
719 ____________________________________________________________________________
720 [  4261] By: jhi                                   on 1999/09/30  16:15:05
721         Log: From: Andy Dougherty <doughera@lafayette.edu>
722              To: Perl Porters <perl5-porters@perl.org>
723              Subject: [PATCH 5.005_61] rand() advisory for perldelta.pod
724              Date: Thu, 30 Sep 1999 12:24:00 -0400 (EDT)
725              Message-ID: <Pine.SOL.4.10.9909301218390.3343-100000@maxwell.phys.lafayette.edu>
726      Branch: cfgperl
727            ! pod/perldelta.pod
728 ____________________________________________________________________________
729 [  4260] By: jhi                                   on 1999/09/30  15:48:56
730         Log: From: Andy Dougherty <doughera@lafayette.edu>
731              To: Jarkko Hietaniemi <jhi@iki.fi>, Gurusamy Sarathy <gsar@activestate.com>
732              Subject: Re: Possible skeletal structure for searching multiple versions
733              Date: Thu, 30 Sep 1999 11:52:00 -0400 (EDT)
734              Message-ID: <Pine.SOL.4.10.9909301149090.3343-100000@maxwell.phys.lafayette.edu>
735      Branch: metaconfig
736            ! U/mkglossary
737      Branch: metaconfig/U/perl
738            + xs_apiversion.U
739            ! patchlevel.U
740 ____________________________________________________________________________
741 [  4259] By: jhi                                   on 1999/09/30  15:07:16
742         Log: Further ?idsize.U fixing.
743      Branch: metaconfig
744            ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
745 ____________________________________________________________________________
746 [  4258] By: jhi                                   on 1999/09/30  15:00:14
747         Log: Fix the ?idsi{gn,ze} units, from Andy Dougherty.
748      Branch: metaconfig
749            ! U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
750            ! U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
751 ____________________________________________________________________________
752 [  4257] By: jhi                                   on 1999/09/30  09:48:33
753         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
754              To: Gurusamy Sarathy <gsar@ActiveState.com>
755              Cc: tchrist@perl.com, Larry Wall <larry@wall.org>,
756              The Perl Porters Mailing List <perl5-porters@perl.org>
757              Subject: [PATCH] (Was: deprecating SIGDIE)
758              Date: Wed, 29 Sep 1999 15:16:50 -0400
759              Message-ID: <19990929151650.E26675@O2.chapin.edu>
760      Branch: cfgperl
761            ! Porting/findvars embedvar.h intrpvar.h mg.c objXSUB.h perl.c
762 ____________________________________________________________________________
763 [  4256] By: jhi                                   on 1999/09/30  09:45:22
764         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
765              To: Gurusamy Sarathy <gsar@activestate.com>
766              Cc: Barrie Slaymaker <barries@slaysys.com>, perl5-porters@perl.org
767              Subject: Re: _58, _61 Argument "" is not numeric in sprintf
768              Date: Wed, 29 Sep 1999 18:58:23 -0400
769              Message-ID: <19990929185823.A22099@monk.mps.ohio-state.edu>
770      Branch: cfgperl
771            ! Makefile.SH opcode.pl
772 ____________________________________________________________________________
773 [  4255] By: gsar                                  on 1999/09/30  09:03:48
774         Log: remove prehistoric XFree() gunk
775      Branch: perl
776            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
777 ____________________________________________________________________________
778 [  4254] By: gsar                                  on 1999/09/30  08:40:14
779         Log: From: Vishal Bhatia <vishal@gol.com>
780              Date: Wed, 29 Sep 1999 23:27:28 +0900 (JST)
781              Message-ID: <Pine.LNX.4.10.9909292326280.5599-100000@localhost.localdomain>
782              Subject: [patch _61] Minor corrections in C.pm
783      Branch: perl
784            ! ext/B/B/C.pm
785 ____________________________________________________________________________
786 [  4253] By: gsar                                  on 1999/09/30  08:36:27
787         Log: off-by-one in fbm_compile() (spotted by John Bley
788              <jbley@cs.cmu.edu>); whitespace adjustments
789      Branch: perl
790            ! util.c
791 ____________________________________________________________________________
792 [  4251] By: jhi                                   on 1999/09/30  08:09:13
793         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
794              To: perl5-porters@perl.org (Mailing list Perl5)
795              Subject: [PATCH 5.00561+]  Followup h2xs patch
796              Date: Thu, 30 Sep 1999 04:15:52 -0400 (EDT)
797              Message-Id: <199909300815.EAA25425@monk.mps.ohio-state.edu>
798      Branch: cfgperl
799            ! utils/h2xs.PL
800 ____________________________________________________________________________
801 [  4250] By: jhi                                   on 1999/09/29  19:11:32
802         Log: Integrate with Sarathy.
803      Branch: cfgperl
804           !> djgpp/configure.bat embed.h embed.pl lib/Exporter/Heavy.pm
805           !> lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm proto.h
806           !> t/pragma/locale/latin1 win32/Makefile win32/makefile.mk
807 ____________________________________________________________________________
808 [  4249] By: bailey                                on 1999/09/29  02:21:31
809         Log: resync with mainline
810      Branch: vmsperl
811           +> (branch 32 files)
812            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
813            - lib/unicode/blocks.txt lib/unicode/index2.txt
814            - lib/unicode/jamo2.txt lib/unicode/names2.txt
815            - lib/unicode/props2.txt lib/unicode/readme.txt
816            - t/lib/bigfloatpm.t
817           !> (integrate 240 files)
818 ____________________________________________________________________________
819 [  4248] By: jhi                                   on 1999/09/28  18:14:39
820         Log: From: Andy Dougherty <doughera@lafayette.edu>
821              To: Perl Porters <perl5-porters@perl.org>
822              Subject: [PATCH 5.005_xx] Re: [Config 5.005_03] -DDEBUGGING
823              Date: Tue, 28 Sep 1999 12:20:50 -0400 (EDT)
824              Message-ID: <Pine.SOL.4.10.9909281019360.1890-100000@maxwell.phys.lafayette.edu>
825              
826              From: Andy Dougherty <doughera@lafayette.edu>
827              To: Perl Porters <perl5-porters@perl.org>
828              Subject: [ANOTHER PATCH 5.005_61] Re: [Config 5.005_03] -DDEBUGGING
829              Date: Tue, 28 Sep 1999 13:39:49 -0400 (EDT)
830              Message-ID: <Pine.SOL.4.10.9909281338180.2012-100000@maxwell.phys.lafayette.edu>
831      Branch: cfgperl
832            ! hints/README.hints hints/amigaos.sh hints/cygwin.sh
833            ! hints/dynixptx.sh hints/epix.sh hints/esix4.sh hints/mint.sh
834            ! hints/mpeix.sh hints/next_3.sh hints/next_3_0.sh
835            ! hints/next_4.sh
836 ____________________________________________________________________________
837 [  4247] By: gsar                                  on 1999/09/28  17:36:59
838         Log: revert change#4115 (breaks libwww's base/date.t); could be 
839              reworked to enable it conditional on $Time::Local::nocroak
840              or some such
841      Branch: perl
842            ! lib/Time/Local.pm
843 ____________________________________________________________________________
844 [  4246] By: gsar                                  on 1999/09/28  17:33:14
845         Log: tweak for win32 build
846      Branch: perl
847            ! win32/Makefile win32/makefile.mk
848 ____________________________________________________________________________
849 [  4245] By: gsar                                  on 1999/09/28  17:31:34
850         Log: change#4236 fallout
851      Branch: perl
852            ! lib/ExtUtils/MM_Unix.pm
853 ____________________________________________________________________________
854 [  4244] By: gsar                                  on 1999/09/28  17:29:31
855         Log: remove doubled new_xpv
856      Branch: perl
857            ! embed.h embed.pl proto.h
858 ____________________________________________________________________________
859 [  4243] By: jhi                                   on 1999/09/27  19:13:20
860         Log: Artistic fine-tuning.
861      Branch: cfgperl
862            ! ext/B/defsubs_h.PL
863 ____________________________________________________________________________
864 [  4242] By: gsar                                  on 1999/09/27  17:05:22
865         Log: avoid implicit split to @_ in change#4181; binary -> text file
866              types in p4
867      Branch: perl
868            ! djgpp/configure.bat lib/Exporter/Heavy.pm
869            ! t/pragma/locale/latin1
870 ____________________________________________________________________________
871 [  4241] By: jhi                                   on 1999/09/27  07:48:19
872         Log: Integrate with Sarathy.
873      Branch: cfgperl
874           !> INSTALL embed.h embed.pl malloc.c pod/perldiag.pod pp.c
875           !> pp_ctl.c pp_hot.c pp_sys.c win32/Makefile win32/makefile.mk
876 ____________________________________________________________________________
877 [  4240] By: jhi                                   on 1999/09/27  07:47:11
878         Log: Finalize change #4232.
879              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
880              To: Jarkko Hietaniemi <jhi@iki.fi>
881              Cc: gsar@activestate.com, Mailing list Perl5 <perl5-porters@perl.org>
882              Subject: Re: xsubpp change breaks B, DB_File, POSIX builds
883              Date: Sun, 26 Sep 1999 16:52:31 -0400
884              Message-ID: <19990926165230.A26933@monk.mps.ohio-state.edu>
885      Branch: cfgperl
886            ! lib/ExtUtils/xsubpp
887 ____________________________________________________________________________
888 [  4239] By: gsar                                  on 1999/09/27  02:48:42
889         Log: add notes in INSTALL about Configure -Accflags=-DFOO
890      Branch: perl
891            ! INSTALL
892 ____________________________________________________________________________
893 [  4238] By: gsar                                  on 1999/09/27  02:03:48
894         Log: PERL_POLLUTE isn't required for bincompat, so don't enable
895              it automatically
896      Branch: perl
897            ! embed.h embed.pl
898 ____________________________________________________________________________
899 [  4237] By: gsar                                  on 1999/09/27  01:52:47
900         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
901              Date: Fri, 24 Sep 1999 23:25:36 -0400
902              Message-ID: <19990924232536.A16257@monk.mps.ohio-state.edu>
903              Subject: [PATCH 5.005_61] Malloc fixes and docs
904      Branch: perl
905            ! malloc.c pod/perldiag.pod
906 ____________________________________________________________________________
907 [  4236] By: gsar                                  on 1999/09/27  01:31:32
908         Log: avoid .exe in $Config{cc} (spotted by Vadim Konovalov
909              <vkonovalov@lucent.com>)
910      Branch: perl
911            ! win32/Makefile win32/makefile.mk
912 ____________________________________________________________________________
913 [  4235] By: gsar                                  on 1999/09/26  17:02:03
914         Log: fix buggy popping of subroutine contexts in the lvalue
915              subroutines implementation (change#4081); correct the
916              plethora of cases where DIE() was more appropriate than
917              croak()
918      Branch: perl
919            ! pp.c pp_ctl.c pp_hot.c pp_sys.c
920 ____________________________________________________________________________
921 [  4234] By: jhi                                   on 1999/09/26  12:06:28
922         Log: Fix #endif.
923      Branch: cfgperl
924            ! XSUB.h
925 ____________________________________________________________________________
926 [  4233] By: jhi                                   on 1999/09/26  11:59:18
927         Log: Integrate with Sarathy. h2xs.PL had to be manually resolved,
928              I kept my (Ilya's) version.
929      Branch: cfgperl
930           !> gv.c gv.h intrpvar.h keywords.h keywords.pl lib/Shell.pm op.c
931           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
932           !> pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
933           !> pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
934           !> pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
935           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
936 ____________________________________________________________________________
937 [  4232] By: jhi                                   on 1999/09/26  09:53:43
938         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
939              To: Mailing list Perl5 <perl5-porters@perl.org>
940              Subject: [PATCH 5.005_61] teach xsubpp function pointers
941              Date: Sun, 26 Sep 1999 01:36:09 -0400
942              Message-ID: <19990926013609.A21148@monk.mps.ohio-state.edu>
943              
944              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
945              To: Mailing list Perl5 <perl5-porters@perl.org>
946              Subject: [PATCH 5.005_61] Make h2xs -x almost bullet-proof
947              Date: Sun, 26 Sep 1999 03:00:50 -0400
948              Message-ID: <19990926030050.A21498@monk.mps.ohio-state.edu>
949      Branch: cfgperl
950            ! lib/ExtUtils/xsubpp utils/h2xs.PL
951 ____________________________________________________________________________
952 [  4231] By: jhi                                   on 1999/09/26  09:48:49
953         Log: From: "Konovalov, Vadim" <vkonovalov@lucent.com>
954              To: perl5-porters@perl.org
955              Subject: misprint in perlguts
956              Date: Sun, 26 Sep 1999 12:48:36 +0400
957              Message-ID: <402099F49BEED211999700805FC7359F20D7A5@ru0028exch01.spb.lucent.com>
958      Branch: cfgperl
959            ! pod/perlguts.pod
960 ____________________________________________________________________________
961 [  4230] By: gsar                                  on 1999/09/26  00:50:08
962         Log: add $installarchlib/CORE to default linker search path on windows
963      Branch: perl
964            ! win32/Makefile win32/makefile.mk
965 ____________________________________________________________________________
966 [  4229] By: gsar                                  on 1999/09/25  20:05:03
967         Log: support C<use Shell> on Windows (reworked a patch suggested
968              by Jenda Krynicky <Jenda@McCann.cz>)
969      Branch: perl
970            ! lib/Shell.pm
971 ____________________________________________________________________________
972 [  4228] By: gsar                                  on 1999/09/25  07:03:34
973         Log: integrate cfgperl contents into mainline
974      Branch: perl
975           +> hints/svr5.sh
976           !> Configure MANIFEST Makefile.SH config_h.SH hints/sco.sh
977           !> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
978           !> lib/unicode/mktables.PL pod/perldelta.pod pod/perlfaq9.pod
979           !> regcomp.c regexec.c t/lib/syslfs.t t/op/lfs.t
980 ____________________________________________________________________________
981 [  4227] By: gsar                                  on 1999/09/25  06:44:47
982         Log: From: Larry Wall <larry@wall.org>
983              Date: Fri, 24 Sep 1999 21:59:37 PDT
984              Message-Id: <199909250459.VAA27506@kiev.wall.org>
985              Subject: Re: [PATCH 5.005_61] "our" declarations
986      Branch: perl
987            ! gv.c gv.h intrpvar.h keywords.h keywords.pl op.c
988            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
989            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
990            ! pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
991            ! pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
992            ! utils/h2xs.PL
993 ____________________________________________________________________________
994 [  4226] By: jhi                                   on 1999/09/24  23:10:52
995         Log: Integrate with Sarathy.
996      Branch: cfgperl
997           !> XSUB.h ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
998           !> ext/POSIX/hints/linux.pl pod/perldiag.pod pod/perlfunc.pod
999           !> pp.c t/lib/posix.t t/op/pack.t toke.c utils/perlcc.PL
1000 ____________________________________________________________________________
1001 [  4225] By: gsar                                  on 1999/09/24  18:19:54
1002         Log: avoid infinite recursive exec()s of perl.exe when shebang
1003              contains "Perl" rather than "perl" on DOSISH platforms
1004      Branch: perl
1005            ! toke.c
1006 ____________________________________________________________________________
1007 [  4224] By: gsar                                  on 1999/09/24  16:09:23
1008         Log: support cygwin and other platforms that link to import libraries
1009              rather than directly with shared libraries (from a suggestion
1010              by Lucian Cionca <Lucian.Cionca@algoritma.ro>)
1011      Branch: perl
1012            ! utils/perlcc.PL
1013 ____________________________________________________________________________
1014 [  4223] By: gsar                                  on 1999/09/24  05:05:06
1015         Log: normalize time for strftime() (without the isdst effects of
1016              mktime()) using a custom mini_mktime()
1017              From: spider-perl@Orb.Nashua.NH.US
1018              Date: Thu, 23 Sep 1999 17:54:53 -0400
1019              Message-Id: <199909232154.RAA25151@leggy.zk3.dec.com>
1020              Subject: Re: [ID 19990913.003] Possible bug using POSIX::strftime Digital UNIX Perl 5.005_03 
1021      Branch: perl
1022            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
1023            ! ext/POSIX/hints/linux.pl t/lib/posix.t
1024 ____________________________________________________________________________
1025 [  4222] By: gsar                                  on 1999/09/23  06:44:42
1026         Log: change "#" to a comment starter in pack templates; "/" now
1027              used for specifying counted types
1028              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1029              Date: Wed, 22 Sep 1999 19:41:30 -0400
1030              Message-ID: <19990922194130.A864@monk.mps.ohio-state.edu>
1031              Subject: [PATCH 5.005_61] Enable comments in pack()/unpack() templates
1032      Branch: perl
1033            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
1034 ____________________________________________________________________________
1035 [  4221] By: gsar                                  on 1999/09/23  06:26:54
1036         Log: From: Vishal Bhatia <vishal@gol.com>
1037              Date: Thu, 23 Sep 1999 12:45:19 +0900 (JST)
1038              Message-ID: <Pine.LNX.4.10.9909231218360.3428-100000@localhost.localdomain>
1039              Subject: [patch _61] perlcc changes
1040      Branch: perl
1041            ! utils/perlcc.PL
1042 ____________________________________________________________________________
1043 [  4220] By: gsar                                  on 1999/09/23  01:12:24
1044         Log: add include guard
1045      Branch: perl
1046            ! XSUB.h
1047 ____________________________________________________________________________
1048 [  4219] By: jhi                                   on 1999/09/22  20:38:15
1049         Log: Cleanup cleanup.
1050      Branch: cfgperl
1051            ! Makefile.SH t/lib/syslfs.t t/op/lfs.t
1052 ____________________________________________________________________________
1053 [  4218] By: jhi                                   on 1999/09/22  19:26:58
1054         Log: Tweak the equivalence tables once again.
1055      Branch: cfgperl
1056            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
1057            ! lib/unicode/mktables.PL
1058 ____________________________________________________________________________
1059 [  4215] By: jhi                                   on 1999/09/22  06:47:03
1060         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1061              To: Mailing list Perl5 <perl5-porters@perl.org>
1062              Subject: [PATCH 5.005_61] regfree could segfault with -Mre=debug
1063              Date: Tue, 21 Sep 1999 19:50:00 -0400
1064              Message-ID: <19990921195000.A23938@monk.mps.ohio-state.edu>
1065              
1066              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1067              To: Mailing list Perl5 <perl5-porters@perl.org>
1068              Subject: [PATCH 5.005_61] More verbose -Mre=debug
1069              Date: Tue, 21 Sep 1999 22:29:55 -0400
1070              Message-ID: <19990921222955.A25094@monk.mps.ohio-state.edu>
1071      Branch: cfgperl
1072            ! regcomp.c regexec.c
1073 ____________________________________________________________________________
1074 [  4214] By: jhi                                   on 1999/09/21  21:08:43
1075         Log: From: 0000-Admin (0000) <root@devsys0.zenez.com>
1076              Reply-To: gerberb@zenez.com
1077              To: perl5-porters@perl.org
1078              Subject: [ID 19990921.004] Changes for SCO OpenServer and UnixWare 7
1079              Date: Tue, 21 Sep 1999 11:07:46 -0600 (MDT)
1080              Message-Id: <199909211707.LAA23611@devsys0.zenez.com>
1081              
1082              (Snipped away the last lines of svr5.sh a la change #3725)
1083      Branch: cfgperl
1084            + hints/svr5.sh
1085            ! Configure MANIFEST config_h.SH hints/sco.sh
1086      Branch: metaconfig
1087            ! U/modified/Cppsym.U U/modified/Oldconfig.U
1088 ____________________________________________________________________________
1089 [  4213] By: jhi                                   on 1999/09/21  20:48:01
1090         Log: From: Kragen Sitaker <kragen@dnaco.net>
1091              To: perl5-porters@perl.org
1092              Subject: [ID 19990921.013] accidental list context in perlfaq9
1093              Date: Tue, 21 Sep 1999 16:27:53 -0400 (EDT)
1094              Reply-To: kragen@pobox.com
1095              Message-Id: <199909212027.QAA03450@kirk.dnaco.net>
1096      Branch: cfgperl
1097            ! pod/perlfaq9.pod
1098 ____________________________________________________________________________
1099 [  4212] By: jhi                                   on 1999/09/20  19:55:42
1100         Log: Integrate with Sarathy.
1101      Branch: cfgperl
1102           +> README.Y2K
1103           !> Changes MANIFEST
1104 ____________________________________________________________________________
1105 [  4211] By: jhi                                   on 1999/09/20  19:44:44
1106         Log: Rename -Duselfs to -Duselargefiles.  We don't need no stnkngbbrvtns.
1107      Branch: cfgperl
1108            ! Configure config_h.SH pod/perldelta.pod
1109      Branch: metaconfig/U/perl
1110            ! use64bits.U uselfs.U uselongdbl.U
1111 ____________________________________________________________________________
1112 [  4210] By: jhi                                   on 1999/09/20  19:38:26
1113         Log: Configure -A change: -Afoo=bar is equal to -Aappend:foo=" bar".
1114      Branch: cfgperl
1115            ! Configure config_h.SH
1116      Branch: metaconfig
1117            ! U/modified/Options.U
1118 ____________________________________________________________________________
1119 [  4209] By: gsar                                  on 1999/09/20  19:35:39
1120         Log: integrate cfgperl changes into mainline
1121      Branch: perl
1122           +> lib/unicode/Unicode.html
1123            ! Changes
1124           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
1125           !> config_h.SH doio.c perl.h pod/perldelta.pod pod/perlfunc.pod
1126 ____________________________________________________________________________
1127 [  4208] By: gsar                                  on 1999/09/20  18:28:44
1128         Log: add README.Y2K (from Dominic Dunlop <domo@vo.lu>)
1129      Branch: perl
1130            + README.Y2K
1131            ! MANIFEST
1132 ____________________________________________________________________________
1133 [  4207] By: jhi                                   on 1999/09/20  11:06:13
1134         Log: Document -Duselfs, -Duselongdouble, and -Dusemorebits.
1135      Branch: cfgperl
1136            ! pod/perldelta.pod
1137 ____________________________________________________________________________
1138 [  4206] By: jhi                                   on 1999/09/20  09:53:15
1139         Log: Do not test for gccish things in non-gccish platforms.
1140      Branch: cfgperl
1141            ! Configure config_h.SH
1142      Branch: metaconfig
1143            ! U/compline/ccflags.U
1144 ____________________________________________________________________________
1145 [  4205] By: jhi                                   on 1999/09/20  09:41:22
1146         Log: Prompt for uselfs.
1147      Branch: cfgperl
1148            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1149            ! config_h.SH
1150      Branch: metaconfig
1151            ! U/mksample
1152      Branch: metaconfig/U/perl
1153            ! use64bits.U uselfs.U
1154 ____________________________________________________________________________
1155 [  4204] By: jhi                                   on 1999/09/20  09:09:29
1156         Log: Add usemorebits and uselfs.
1157      Branch: cfgperl
1158            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1159            ! config_h.SH doio.c perl.h
1160      Branch: metaconfig/U/perl
1161            + uselfs.U usemorebits.U
1162            ! use64bits.U uselongdbl.U
1163 ____________________________________________________________________________
1164 [  4203] By: jhi                                   on 1999/09/20  07:48:48
1165         Log: Dethinko.
1166      Branch: cfgperl
1167            ! pod/perlfunc.pod
1168 ____________________________________________________________________________
1169 [  4202] By: jhi                                   on 1999/09/20  07:33:32
1170         Log: Fix a bug in the description of endianness.  Reported in
1171              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
1172              To: perl5-porters@perl.org
1173              Subject: BUG: perldoc -f pack
1174              Date: Mon, 20 Sep 1999 09:43:49 +0400
1175              Message-ID: <402099F49BEED211999700805FC7359F20D3F5@ru0028exch01.spb.lucent.com>
1176      Branch: cfgperl
1177            ! pod/perlfunc.pod
1178 ____________________________________________________________________________
1179 [  4201] By: jhi                                   on 1999/09/20  07:01:26
1180         Log: Integrate with Sarathy.
1181      Branch: cfgperl
1182           +> t/op/args.t
1183           !> (integrate 31 files)
1184 ____________________________________________________________________________
1185 [  4200] By: gsar                                  on 1999/09/20  03:45:06
1186         Log: From: Russ Allbery <rra@stanford.edu>
1187              Date: 19 Aug 1999 04:35:44 -0700
1188              Message-Id: <yl7lms9f5b.fsf@windlord.stanford.edu>
1189              Subject: [ID 19990819.002] File::Find error when pruning top-level directories
1190      Branch: perl
1191            ! lib/File/Find.pm
1192 ____________________________________________________________________________
1193 [  4199] By: gsar                                  on 1999/09/20  03:27:49
1194         Log: suppress warning (from John Tobey <jtobey@epsilondev.com>)
1195      Branch: perl
1196            ! ext/B/B/Terse.pm
1197 ____________________________________________________________________________
1198 [  4198] By: gsar                                  on 1999/09/20  03:25:25
1199         Log: add arenas for managing allocations of remaining xpv*v structures
1200              From: Vishal Bhatia <vishal@gol.com>
1201              Date: Wed, 25 Aug 1999 00:31:33 +0900 (JST)
1202              Message-ID: <Pine.LNX.4.10.9908250031000.11727-100000@localhost.localdomain>
1203              Subject: [PATCH 5.005_60] removing extra ref count (compiler) 
1204      Branch: perl
1205            ! embed.h embed.pl embedvar.h ext/B/B/C.pm intrpvar.h objXSUB.h
1206            ! proto.h sv.c
1207 ____________________________________________________________________________
1208 [  4197] By: gsar                                  on 1999/09/20  03:06:10
1209         Log: queue errors due to strictures rather than printing them as
1210              warnings; symbols that violate strictures do *not* end up in
1211              the symbol table anyway, making multiple evals of the same piece
1212              of code produce the same errors; errors indicate all locations
1213              of a global symbol rather than just the first one; these
1214              changes make compile-time failures within evals reliably
1215              visible via the return value or contents of $@, and trappable
1216              using __DIE__ hooks
1217      Branch: perl
1218            ! embed.h embed.pl embedvar.h ext/DynaLoader/dlutils.c
1219            ! ext/Thread/Thread.xs global.sym gv.c objXSUB.h op.c perl.c
1220            ! perlapi.c pp_ctl.c proto.h regcomp.c t/pragma/strict-refs
1221            ! t/pragma/strict-vars thrdvar.h toke.c util.c
1222 ____________________________________________________________________________
1223 [  4196] By: gsar                                  on 1999/09/19  22:14:29
1224         Log: control change#1914 via hints (causes problems on some platforms)
1225      Branch: perl
1226            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
1227            ! ext/POSIX/hints/linux.pl
1228 ____________________________________________________________________________
1229 [  4195] By: gsar                                  on 1999/09/19  21:30:18
1230         Log: avoid clearing @_ at all for faster subroutine calls; fix bugs
1231              in passing around references to @_, eg C<sub foo { \@_ }>; add
1232              tests for the same
1233      Branch: perl
1234            + t/op/args.t
1235            ! MANIFEST cop.h pp.c pp_ctl.c pp_hot.c
1236 ____________________________________________________________________________
1237 [  4194] By: jhi                                   on 1999/09/18  18:57:45
1238         Log: Integrate with Sarathy.
1239      Branch: cfgperl
1240           !> opcode.h opcode.pl
1241 ____________________________________________________________________________
1242 [  4193] By: nick                                  on 1999/09/18  15:24:56
1243         Log: Re-integrate mainline
1244              Basic SvUTF8 stuff in headers, no functional changes yet.
1245      Branch: utfperl
1246            + lib/byte.pm lib/byte_heavy.pl
1247           +> ext/B/defsubs_h.PL ext/DB_File/version.c jpl/JNI/Closer.java
1248           +> jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
1249           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
1250           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
1251           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL lib/unicode/ArabShap.txt
1252           +> lib/unicode/Blocks.txt lib/unicode/CompExcl.txt
1253           +> lib/unicode/EAWidth.txt lib/unicode/Index.txt
1254           +> lib/unicode/Jamo-2.txt lib/unicode/LineBrk.txt
1255           +> lib/unicode/Names.txt lib/unicode/Props.txt
1256           +> lib/unicode/ReadMe.txt lib/unicode/SpecCase.txt
1257           +> t/lib/bigfltpm.t
1258            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
1259            - lib/unicode/blocks.txt lib/unicode/index2.txt
1260            - lib/unicode/jamo2.txt lib/unicode/names2.txt
1261            - lib/unicode/props2.txt lib/unicode/readme.txt
1262            - t/lib/bigfloatpm.t
1263            ! doop.c embed.h embed.pl gv.c mg.c objXSUB.h op.c op.h perl.h
1264            ! perlapi.c pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h
1265            ! regexec.c regexp.h regnodes.h sv.c sv.h toke.c utf8.c utf8.h
1266            ! warnings.h
1267           !> (integrate 142 files)
1268 ____________________________________________________________________________
1269 [  4192] By: gsar                                  on 1999/09/18  15:11:47
1270         Log: more op description tweaks
1271      Branch: perl
1272            ! opcode.h opcode.pl
1273 ____________________________________________________________________________
1274 [  4191] By: jhi                                   on 1999/09/18  07:47:16
1275         Log: Integrate with Sarathy.
1276      Branch: cfgperl
1277           !> Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
1278           !> t/pragma/warn/op
1279 ____________________________________________________________________________
1280 [  4190] By: jhi                                   on 1999/09/18  07:35:45
1281         Log: Add description of the Unicode database files.
1282      Branch: cfgperl
1283            + lib/unicode/Unicode.html
1284 ____________________________________________________________________________
1285 [  4189] By: gsar                                  on 1999/09/18  03:14:58
1286         Log: tweak some op names in change#4177 (will any of this break code that
1287              gropes $@ ?)
1288      Branch: perl
1289            ! Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
1290            ! t/pragma/warn/op
1291 ____________________________________________________________________________
1292 [  4188] By: jhi                                   on 1999/09/17  21:30:08
1293         Log: Pick up the typo fix.
1294      Branch: cfgperl
1295           !> t/io/open.t
1296 ____________________________________________________________________________
1297 [  4187] By: gsar                                  on 1999/09/17  21:13:55
1298         Log: fix typo
1299      Branch: perl
1300            ! t/io/open.t
1301 ____________________________________________________________________________
1302 [  4186] By: gsar                                  on 1999/09/17  20:57:29
1303         Log: integrate cfgperl change
1304      Branch: perl
1305           !> vms/subconfigure.com
1306 ____________________________________________________________________________
1307 [  4185] By: jhi                                   on 1999/09/17  20:46:41
1308         Log: Re-apply applicable parts of #3993, #3994, and #3995.
1309      Branch: cfgperl
1310            ! vms/subconfigure.com
1311 ____________________________________________________________________________
1312 [  4184] By: gsar                                  on 1999/09/17  20:26:02
1313         Log: integrate cfgperl contents into mainline
1314      Branch: perl
1315           +> lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
1316           +> lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
1317           +> lib/unicode/Index.txt lib/unicode/Jamo-2.txt
1318           +> lib/unicode/LineBrk.txt lib/unicode/Names.txt
1319           +> lib/unicode/Props.txt lib/unicode/ReadMe.txt
1320           +> lib/unicode/SpecCase.txt
1321            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
1322            - lib/unicode/index2.txt lib/unicode/jamo2.txt
1323            - lib/unicode/names2.txt lib/unicode/props2.txt
1324            - lib/unicode/readme.txt
1325           !> (integrate 73 files)
1326 ____________________________________________________________________________
1327 [  4183] By: jhi                                   on 1999/09/17  20:25:51
1328         Log: Integrate with Sarathy.
1329      Branch: cfgperl
1330           !> configure.com ext/ByteLoader/byterun.h
1331           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
1332           !> lib/File/Spec/VMS.pm pod/perlhist.pod t/io/open.t
1333           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
1334           !> vms/perly_h.vms vms/subconfigure.com vms/vms.c vms/vmsish.h
1335 ____________________________________________________________________________
1336 [  4182] By: gsar                                  on 1999/09/17  20:16:28
1337         Log: integrate vmsperl contents into mainline (where VMS files conflicted,
1338              vmsperl contents have prevailed)
1339      Branch: perl
1340           !> configure.com ext/ByteLoader/byterun.h
1341           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
1342           !> lib/File/Spec/VMS.pm t/io/open.t vms/descrip_mms.template
1343           !> vms/gen_shrfls.pl vms/perly_c.vms vms/perly_h.vms
1344           !> vms/subconfigure.com vms/vms.c vms/vmsish.h
1345 ____________________________________________________________________________
1346 [  4181] By: jhi                                   on 1999/09/17  20:12:37
1347         Log: From: Michael G Schwern <schwern@pobox.com>
1348              To: perl5-porters@perl.org
1349              Subject: [PATCH 5.005_60 lib/Exporter/Heavy.pm] export_to_level()
1350              Date: Thu, 19 Aug 1999 21:30:01 -0400
1351              Message-ID: <19990819213001.A22512@athens.aocn.com>
1352      Branch: cfgperl
1353            ! lib/Exporter/Heavy.pm
1354 ____________________________________________________________________________
1355 [  4180] By: gsar                                  on 1999/09/17  20:11:00
1356         Log: perlhist additions
1357      Branch: perl
1358            ! pod/perlhist.pod
1359 ____________________________________________________________________________
1360 [  4179] By: jhi                                   on 1999/09/17  20:08:00
1361         Log: The change #4176 should've undone only the test, not the code patch.
1362      Branch: cfgperl
1363            ! doio.c
1364 ____________________________________________________________________________
1365 [  4178] By: jhi                                   on 1999/09/17  20:06:08
1366         Log: From: Ian Phillipps <ian@dial.pipex.com>
1367              To: Hans GINZEL <hgin2088@mail.kolej.mff.cuni.cz>, perl5-porters@perl.org
1368              Subject: [PATCH 5.005_59] Re: [ID 19990820.007] Small typo in perlsyn.pod
1369              Date: Sat, 21 Aug 1999 12:36:12 +0100
1370              Message-ID: <19990821123612.A9955@homer.diplex.co.uk>
1371      Branch: cfgperl
1372            ! pod/perlsyn.pod
1373 ____________________________________________________________________________
1374 [  4177] By: jhi                                   on 1999/09/17  20:00:19
1375         Log: More descriptive names for operators.
1376              
1377              From: Michael G Schwern <schwern@pobox.com>
1378              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
1379              Cc: perl5-porters@perl.org
1380              Subject: Re: [ID 19990817.009] [BUG 5.005_60 & 5.005_03] == reported as eq in
1381              Date: Tue, 17 Aug 1999 18:35:45 -0400
1382              Message-ID: <19990817183545.A23073@toldyouso.com>
1383              
1384              From: Michael G Schwern <schwern@pobox.com>
1385              To: perl5-porters@perl.org
1386              Subject: [PATCH 5.005_60 opcode.pl and friends] Improved opcode descriptions
1387              Date: Wed, 18 Aug 1999 03:53:38 -0400
1388              Message-ID: <19990818035337.A31505@athens.aocn.com>
1389      Branch: cfgperl
1390            ! opcode.h opcode.pl pp.sym pp_proto.h sv.c t/op/misc.t
1391            ! t/pragma/warn/op t/pragma/warn/sv
1392 ____________________________________________________________________________
1393 [  4176] By: jhi                                   on 1999/09/17  18:19:18
1394         Log: Take away the infamous io/dup.t #7.
1395              It seems there simply is no way to portably
1396              "flush" an input file handle.
1397      Branch: cfgperl
1398            ! doio.c t/io/dup.t
1399 ____________________________________________________________________________
1400 [  4175] By: jhi                                   on 1999/09/17  14:45:08
1401         Log: From: Barrie Slaymaker <barries@slaysys.com>
1402              To: perl5-porters@perl.org
1403              Subject: [PATCH 5.005_61] Benchmark: screwed patch format, try this instead
1404              Date: Fri, 17 Sep 1999 11:16:48 -0400
1405              Message-Id: <199909171516.LAA30887@jester.slaysys.com>
1406      Branch: cfgperl
1407            ! lib/Benchmark.pm
1408 ____________________________________________________________________________
1409 [  4174] By: jhi                                   on 1999/09/17  14:07:16
1410         Log: UNICOS does support large files but doesn't support sparse files
1411              so we cannot easily test for large file support.
1412      Branch: cfgperl
1413            ! t/lib/syslfs.t t/op/lfs.t
1414 ____________________________________________________________________________
1415 [  4173] By: jhi                                   on 1999/09/17  14:03:44
1416         Log: UNICOS has sloppy division/modulo for floating point numbers.
1417      Branch: cfgperl
1418            ! t/op/arith.t
1419 ____________________________________________________________________________
1420 [  4172] By: jhi                                   on 1999/09/17  13:47:49
1421         Log: Portable blocksize (replaces #4171).
1422      Branch: cfgperl
1423            ! t/lib/syslfs.t t/op/lfs.t
1424 ____________________________________________________________________________
1425 [  4171] By: jhi                                   on 1999/09/17  13:08:54
1426         Log: (replaced by #4172)
1427      Branch: cfgperl
1428            ! t/lib/syslfs.t t/op/lfs.t
1429 ____________________________________________________________________________
1430 [  4170] By: jhi                                   on 1999/09/17  12:59:11
1431         Log: Detypo #4169.
1432      Branch: cfgperl
1433            ! t/lib/syslfs.t t/op/lfs.t
1434 ____________________________________________________________________________
1435 [  4169] By: jhi                                   on 1999/09/17  12:16:34
1436         Log: Diagnose possible quota limits.
1437      Branch: cfgperl
1438            ! t/lib/syslfs.t t/op/lfs.t
1439 ____________________________________________________________________________
1440 [  4168] By: jhi                                   on 1999/09/17  12:10:43
1441         Log: UNICOS doesn't have getpgid().  Or, at least 9.0.1ai
1442              doesn't have one that wouldn't cause SIGSYS.  UNICOS
1443              does have getpgrp(void) so Perl getpgrp() is happy.
1444      Branch: cfgperl
1445            ! hints/unicos.sh
1446 ____________________________________________________________________________
1447 [  4167] By: jhi                                   on 1999/09/17  11:49:30
1448         Log: Filesystem quotas may stop you from using large files.
1449      Branch: cfgperl
1450            ! pod/perldelta.pod t/lib/syslfs.t t/op/lfs.t
1451 ____________________________________________________________________________
1452 [  4166] By: jhi                                   on 1999/09/17  11:36:01
1453         Log: Too strict pattern for parsing group lists.
1454      Branch: cfgperl
1455            ! t/op/groups.t
1456 ____________________________________________________________________________
1457 [  4165] By: jhi                                   on 1999/09/17  09:06:18
1458         Log: Configure maintenance. It's sigaction.sa_flags
1459              and the Glossary regen'ed.
1460      Branch: cfgperl
1461            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1462            ! config_h.SH
1463      Branch: metaconfig
1464            ! U/compline/d_sigaction.U
1465 ____________________________________________________________________________
1466 [  4164] By: jhi                                   on 1999/09/15  06:57:51
1467         Log: Integrate with Sarathy.
1468      Branch: cfgperl
1469           +> jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
1470           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
1471           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
1472           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL
1473           !> Changes MANIFEST embed.h embed.pl jpl/JNI/JNI.pm
1474           !> jpl/JNI/JNI.xs jpl/JNI/Makefile.PL jpl/JNI/test.pl
1475           !> jpl/JNI/typemap jpl/JPL/Makefile.PL
1476           !> jpl/PerlInterpreter/Makefile.PL
1477           !> jpl/PerlInterpreter/PerlInterpreter.c
1478           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
1479           !> jpl/Sample/Makefile.PL jpl/install-jpl
1480           !> lib/File/Spec/Functions.pm pod/perlhist.pod regexec.c
1481           !> t/op/pat.t
1482 ____________________________________________________________________________
1483 [  4163] By: gsar                                  on 1999/09/15  05:17:27
1484         Log: add :ALL export tag (from Chris Nandor <pudge@pobox.com>)
1485      Branch: perl
1486            ! lib/File/Spec/Functions.pm
1487 ____________________________________________________________________________
1488 [  4162] By: gsar                                  on 1999/09/15  05:09:14
1489         Log: addendum to change#4136 (from Robin Barker <rmb1@cise.npl.co.uk>)
1490      Branch: perl
1491            ! Changes embed.h embed.pl
1492 ____________________________________________________________________________
1493 [  4161] By: gsar                                  on 1999/09/15  04:08:25
1494         Log: missing perlhist dates from Jeff Okamoto
1495      Branch: perl
1496            ! pod/perlhist.pod
1497 ____________________________________________________________________________
1498 [  4160] By: gsar                                  on 1999/09/15  03:13:08
1499         Log: jpl tweak
1500      Branch: perl
1501            ! MANIFEST jpl/JNI/Makefile.PL
1502 ____________________________________________________________________________
1503 [  4159] By: gsar                                  on 1999/09/15  02:57:08
1504         Log: update to JPL snapshot v09141999, with minor tweaks (from Brian
1505              Jepson <bjepson@home.com>)
1506      Branch: perl
1507            + jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
1508            + jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
1509            + jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
1510            + jpl/JNI/typemap.win32 jpl/SETVARS.PL
1511            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
1512            ! jpl/JNI/test.pl jpl/JNI/typemap jpl/JPL/Makefile.PL
1513            ! jpl/PerlInterpreter/Makefile.PL
1514            ! jpl/PerlInterpreter/PerlInterpreter.c
1515            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
1516            ! jpl/Sample/Makefile.PL jpl/install-jpl
1517 ____________________________________________________________________________
1518 [  4158] By: gsar                                  on 1999/09/15  01:27:14
1519         Log: From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
1520              Date:    Tue, 14 Sep 1999 21:26:15 EDT
1521              Message-Id: <199909150126.VAA24720@monk.mps.ohio-state.edu>
1522              Subject: [PATCH 5.005_58+] Re: [ID 19990914.001] Perl_re_intuit_start() hangs in a loop
1523      Branch: perl
1524            ! regexec.c t/op/pat.t
1525 ____________________________________________________________________________
1526 [  4157] By: jhi                                   on 1999/09/14  21:18:09
1527         Log: config.h will define USE_64_BITS if need be.
1528      Branch: cfgperl
1529            ! hints/irix_6.sh
1530 ____________________________________________________________________________
1531 [  4156] By: jhi                                   on 1999/09/14  20:30:00
1532         Log: Change #4149 necessitates also a small code change.
1533      Branch: cfgperl
1534            ! ext/B/defsubs_h.PL
1535 ____________________________________________________________________________
1536 [  4155] By: jhi                                   on 1999/09/14  20:15:53
1537         Log: Update EPOC libdir names.
1538      Branch: cfgperl
1539            ! epoc/config.h
1540 ____________________________________________________________________________
1541 [  4154] By: jhi                                   on 1999/09/14  20:13:41
1542         Log: Obsolete epoc/config.h caused #4153 to re-introduce already
1543              deceased HAS.*DBM.*64 mumblings.
1544      Branch: cfgperl
1545            ! Configure config_h.SH epoc/config.h
1546 ____________________________________________________________________________
1547 [  4153] By: jhi                                   on 1999/09/14  20:04:53
1548         Log: Configure nits.
1549      Branch: cfgperl
1550            ! Configure config_h.SH
1551      Branch: metaconfig
1552            ! U/compline/d_sigaction.U U/threads/i_pthread.U
1553 ____________________________________________________________________________
1554 [  4152] By: jhi                                   on 1999/09/14  19:30:22
1555         Log: Integrate with Sarathy.
1556      Branch: cfgperl
1557           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
1558            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
1559           !> INSTALL MANIFEST ext/B/Makefile.PL pod/perldiag.pod
1560           !> win32/config_sh.PL
1561 ____________________________________________________________________________
1562 [  4151] By: jhi                                   on 1999/09/14  10:25:01
1563         Log: Update Unicode database and recompute the tables.
1564              Rename the .txt files to be more Unicode 3.0-like.
1565              Unihan-3.0.txt not included because it is 16 MB.
1566              syllables.txt is manually maintained.
1567              See ReadMe.txt for description of the .txt files.
1568              (not all of them are used yet)
1569      Branch: cfgperl
1570            + lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
1571            + lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
1572            + lib/unicode/Index.txt lib/unicode/Jamo-2.txt
1573            + lib/unicode/LineBrk.txt lib/unicode/Names.txt
1574            + lib/unicode/Props.txt lib/unicode/ReadMe.txt
1575            + lib/unicode/SpecCase.txt
1576            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
1577            - lib/unicode/index2.txt lib/unicode/jamo2.txt
1578            - lib/unicode/names2.txt lib/unicode/props2.txt
1579            - lib/unicode/readme.txt
1580            ! MANIFEST lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
1581            ! lib/unicode/Bidirectional.pl lib/unicode/Block.pl
1582            ! lib/unicode/Category.pl lib/unicode/CombiningClass.pl
1583            ! lib/unicode/Decomposition.pl
1584            ! lib/unicode/In/ArabicPresentationForms-B.pl
1585            ! lib/unicode/In/Specials.pl lib/unicode/In/Tibetan.pl
1586            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
1587            ! lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiL.pl
1588            ! lib/unicode/Is/BidiON.pl lib/unicode/Is/BidiWS.pl
1589            ! lib/unicode/Is/DCcompat.pl lib/unicode/Is/DecoCanon.pl
1590            ! lib/unicode/Is/DecoCompat.pl lib/unicode/Is/L.pl
1591            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lo.pl
1592            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Lu.pl
1593            ! lib/unicode/Is/Pd.pl lib/unicode/Is/Po.pl lib/unicode/Is/S.pl
1594            ! lib/unicode/Is/Sm.pl lib/unicode/Is/So.pl
1595            ! lib/unicode/Is/Upper.pl lib/unicode/Is/Word.pl
1596            ! lib/unicode/JamoShort.pl lib/unicode/UnicodeData-Latest.txt
1597            ! lib/unicode/mktables.PL
1598 ____________________________________________________________________________
1599 [  4150] By: gsar                                  on 1999/09/14  09:31:57
1600         Log: INSTALL tweak
1601      Branch: perl
1602            ! INSTALL
1603 ____________________________________________________________________________
1604 [  4149] By: gsar                                  on 1999/09/14  09:00:45
1605         Log: change some filenames to be 8.3-friendly
1606      Branch: perl
1607           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
1608            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
1609            ! MANIFEST ext/B/Makefile.PL pod/perldiag.pod
1610 ____________________________________________________________________________
1611 [  4148] By: gsar                                  on 1999/09/14  08:35:00
1612         Log: win32 config tweak (suggested by Greg Chapman <glc@well.com>)
1613      Branch: perl
1614            ! win32/config_sh.PL
1615 ____________________________________________________________________________
1616 [  4147] By: jhi                                   on 1999/09/14  08:07:49
1617         Log: Not that UVSIZE normally differs that much from IVSIZE...
1618      Branch: cfgperl
1619            ! perl.h
1620 ____________________________________________________________________________
1621 [  4146] By: jhi                                   on 1999/09/14  08:04:40
1622         Log: Integrate with Sarathy.
1623      Branch: cfgperl
1624           !> Changes ext/DB_File/DB_File.xs
1625 ____________________________________________________________________________
1626 [  4145] By: jhi                                   on 1999/09/14  07:10:02
1627         Log: I_PTHREAD was PTHREADEAD.
1628      Branch: cfgperl
1629            ! Configure config_h.SH
1630      Branch: metaconfig
1631            ! U/threads/i_pthread.U
1632 ____________________________________________________________________________
1633 [  4144] By: gsar                                  on 1999/09/14  06:46:47
1634         Log: change#4113 was missing DB_File.xs changes
1635      Branch: perl
1636            ! ext/DB_File/DB_File.xs
1637 ____________________________________________________________________________
1638 [  4143] By: jhi                                   on 1999/09/13  20:16:20
1639         Log: Small doc and whitespace edits.
1640      Branch: cfgperl
1641            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
1642            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
1643            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
1644            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
1645            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
1646            ! pod/perldelta.pod
1647 ____________________________________________________________________________
1648 [  4142] By: gsar                                  on 1999/09/13  19:32:31
1649         Log: integrate cfgperl contents into mainline, update Changes
1650      Branch: perl
1651           +> ext/DB_File/version.c
1652            ! Changes
1653           !> (integrate 44 files)
1654 ____________________________________________________________________________
1655 [  4141] By: jhi                                   on 1999/09/13  16:16:56
1656         Log: Scan for <pthread.h> always.
1657      Branch: cfgperl
1658            ! Configure config_h.SH perl.h
1659      Branch: metaconfig
1660            ! U/threads/i_pthread.U
1661 ____________________________________________________________________________
1662 [  4140] By: jhi                                   on 1999/09/13  16:00:08
1663         Log: Integrate with Sarathy.
1664      Branch: cfgperl
1665           !> (integrate 27 files)
1666 ____________________________________________________________________________
1667 [  4139] By: jhi                                   on 1999/09/13  15:35:18
1668         Log: Add -A option to Configure to diddle with variables
1669              after the hints file has been applied.
1670      Branch: cfgperl
1671            ! Configure config_h.SH
1672      Branch: metaconfig
1673            ! U/modified/Oldconfig.U U/modified/Options.U
1674 ____________________________________________________________________________
1675 [  4138] By: jhi                                   on 1999/09/13  13:42:56
1676         Log: Change #4136 edited DynaLoader.xs which is kind of fruitless.
1677      Branch: cfgperl
1678            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
1679            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
1680            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
1681            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
1682            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
1683 ____________________________________________________________________________
1684 [  4137] By: jhi                                   on 1999/09/13  13:25:31
1685         Log: Applying change #4136 manually introduced patch residue.
1686      Branch: cfgperl
1687            ! perl.h
1688 ____________________________________________________________________________
1689 [  4136] By: jhi                                   on 1999/09/13  13:23:04
1690         Log: Replace change #4100 with
1691              From: Robin Barker <rmb1@cise.npl.co.uk>
1692              To: gsar@activestate.com
1693              Cc: perl5-porters@perl.org
1694              Subject: Re: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with -Duse64bits
1695              Date: Mon, 13 Sep 1999 14:15:11 +0100 (BST)
1696              Message-Id: <199909131315.OAA24012@tempest.npl.co.uk>
1697      Branch: cfgperl
1698            ! doio.c dump.c ext/B/B.xs ext/B/typemap
1699            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
1700            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
1701            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
1702            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
1703 ____________________________________________________________________________
1704 [  4135] By: jhi                                   on 1999/09/13  10:22:31
1705         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1706              To: perl5-porters@perl.org (Mailing list Perl5)
1707              Subject: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
1708              Date: Sat, 11 Sep 1999 05:31:03 -0400 (EDT)
1709              Message-Id: <199909110931.FAA11036@monk.mps.ohio-state.edu>
1710              
1711              From: andreas.koenig@anima.de (Andreas J. Koenig)
1712              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
1713              Cc: perl5-porters@perl.org (Mailing list Perl5)
1714              Subject: Re: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
1715              Date: 11 Sep 1999 15:36:26 +0200
1716              Message-ID: <sfc906dr2n9.fsf@hohenstaufen.in-berlin.de>
1717      Branch: cfgperl
1718            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
1719 ____________________________________________________________________________
1720 [  4134] By: jhi                                   on 1999/09/13  10:20:14
1721         Log: From: Tom Phoenix <rootbeer@redcat.com>
1722              To: Perl Porters Mailing List <perl5-porters@perl.org>
1723              Subject: [DOCPATCH] Server errors and perldiag
1724              Date: Fri, 10 Sep 1999 16:45:02 -0700 (PDT)
1725              Message-ID: <Pine.GSO.4.10.9909101639490.16999-100000@user2.teleport.com>
1726      Branch: cfgperl
1727            ! pod/perldiag.pod
1728 ____________________________________________________________________________
1729 [  4133] By: gsar                                  on 1999/09/13  03:25:43
1730         Log: avoid assertion failure on C<@a'>
1731      Branch: perl
1732            ! toke.c
1733 ____________________________________________________________________________
1734 [  4132] By: gsar                                  on 1999/09/13  03:03:57
1735         Log: add -DPERL_Y2KWARN build option that will generate additional
1736              warnings on "19$yy" etc (reworked a patch suggested by
1737              Ulrich Pfeifer <upf@de.uu.net>)
1738      Branch: perl
1739            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod
1740            ! pp_hot.c sv.c t/pragma/warn/pp_hot t/pragma/warn/sv
1741 ____________________________________________________________________________
1742 [  4131] By: gsar                                  on 1999/09/12  22:06:25
1743         Log: fix DATA leaks; reword documentation about the DATA filehandle
1744      Branch: perl
1745            ! ext/Opcode/Safe.pm lib/Pod/Functions.pm pod/perldata.pod
1746 ____________________________________________________________________________
1747 [  4130] By: gsar                                  on 1999/09/12  20:08:56
1748         Log: make sprintf("%g",...) threadsafe; only taint its result iff the
1749              formatted result looks nonstandard
1750      Branch: perl
1751            ! embed.pl embedvar.h intrpvar.h objXSUB.h perl.c perlapi.c
1752            ! pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
1753            ! t/pragma/locale.t thrdvar.h
1754 ____________________________________________________________________________
1755 [  4129] By: gsar                                  on 1999/09/12  17:04:11
1756         Log: From: Doug MacEachern <dougm@cp.net>
1757              Date: Sun, 25 Jul 1999 15:49:00 -0700 (PDT)
1758              Message-ID: <Pine.LNX.4.10.9907251538380.373-100000@mojo.eng.cp.net>
1759              Subject: [PATCH 5.005_57] B::clearsym
1760      Branch: perl
1761            ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/Debug.pm ext/B/B/Terse.pm
1762 ____________________________________________________________________________
1763 [  4128] By: gsar                                  on 1999/09/12  16:59:12
1764         Log: better debugger help output (from Ilya Zakharevich)
1765      Branch: perl
1766            ! lib/perl5db.pl
1767 ____________________________________________________________________________
1768 [  4127] By: jhi                                   on 1999/09/11  20:50:37
1769         Log: Integrate with Sarathy.
1770      Branch: cfgperl
1771           +> pod/perlcompile.pod t/lib/gol-basic.t t/lib/gol-compat.t
1772           +> t/lib/gol-linkage.t
1773           !> (integrate 43 files)
1774 ____________________________________________________________________________
1775 [  4126] By: nick                                  on 1999/09/10  20:44:22
1776         Log: Get resolve -at mainline
1777      Branch: utfperl
1778           +> (branch 297 files)
1779            - README.cygwin32 XSlock.h bytecode.h byterun.c byterun.h
1780            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
1781            - cygwin32/perlld ext/B/byteperl.c ext/DynaLoader/dl_cygwin32.xs
1782            - hints/cygwin32.sh interp.sym myconfig objpp.h perl_exp.SH
1783            - t/pragma/warn-1global t/pragma/warning.t thread.sym
1784            - win32/GenCAPI.pl win32/TEST win32/autosplit.pl
1785            - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
1786            - win32/genxsdef.pl win32/makedef.pl win32/makemain.pl
1787            - win32/makeperldef.pl win32/perlhost.h
1788           !> (integrate 847 files)
1789 ____________________________________________________________________________
1790 [  4125] By: gsar                                  on 1999/09/10  19:22:14
1791         Log: s/dXS_TARGET/dXSTARG/ in change#4044 (to match dARGS vs dXSARGS
1792              etc.)
1793      Branch: perl
1794            ! XSUB.h pp.h
1795 ____________________________________________________________________________
1796 [  4124] By: gsar                                  on 1999/09/10  19:14:35
1797         Log: rewrote substantive parts of patch
1798              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1799              Date: Fri, 27 Aug 1999 19:02:18 -0400
1800              Message-ID: <19990827190218.A19561@monk.mps.ohio-state.edu>
1801              Subject: [PATCH 5.005_58] REx documentation
1802      Branch: perl
1803            ! pod/perlre.pod
1804 ____________________________________________________________________________
1805 [  4123] By: gsar                                  on 1999/09/10  18:21:53
1806         Log: note about AVf_*
1807      Branch: perl
1808            ! av.h
1809 ____________________________________________________________________________
1810 [  4122] By: gsar                                  on 1999/09/10  17:55:42
1811         Log: allow 'text' in L<text|A::B/"C"> (from Martin Lichtin
1812              <lichtin@bivio.com>)
1813      Branch: perl
1814            ! lib/Pod/Html.pm
1815 ____________________________________________________________________________
1816 [  4121] By: gsar                                  on 1999/09/10  17:49:35
1817         Log: dos-djgpp update (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
1818      Branch: perl
1819            ! AUTHORS Changes README.dos djgpp/config.over
1820            ! djgpp/configure.bat djgpp/djgpp.c djgpp/djgppsed.sh dosish.h
1821            ! lib/ExtUtils/MM_Unix.pm pod/pod2usage.PL pod/podchecker.PL
1822            ! pod/podselect.PL sv.h t/io/openpid.t util.c
1823 ____________________________________________________________________________
1824 [  4120] By: gsar                                  on 1999/09/10  12:25:01
1825         Log: add perlcompile.pod (edited content from Nathan Torkington
1826              <gnat@frii.com> and others)
1827      Branch: perl
1828            + pod/perlcompile.pod
1829            ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod pod/roffitall
1830 ____________________________________________________________________________
1831 [  4119] By: gsar                                  on 1999/09/10  11:05:13
1832         Log: avoid leaking static local_patches unless patchlevel.h is
1833              explicitly included
1834      Branch: perl
1835            ! patchlevel.h perl.c
1836 ____________________________________________________________________________
1837 [  4118] By: gsar                                  on 1999/09/10  10:44:54
1838         Log: upgrade to Getopt::Long v2.20 (from Johan Vromans
1839              <jvromans@squirrel.nl>)
1840      Branch: perl
1841            + t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
1842            ! Changes MANIFEST lib/Getopt/Long.pm
1843 ____________________________________________________________________________
1844 [  4116] By: jhi                                   on 1999/09/09  15:56:52
1845         Log: perldeltify change #4115.
1846      Branch: cfgperl
1847            ! pod/perldelta.pod
1848 ____________________________________________________________________________
1849 [  4115] By: jhi                                   on 1999/09/09  15:48:56
1850         Log: From: "John L. Allen" <allen@grumman.com> 
1851              To: perl5-porters@perl.org 
1852              Subject: [ID 19990901.003] Time::Local should not croak on "out-of-range" days
1853              Date: Wed, 1 Sep 1999 13:33:39 -0400 (EDT) 
1854              Message-Id: <199909011733.NAA17356@gateway.grumman.com> 
1855      Branch: cfgperl
1856            ! lib/Time/Local.pm
1857 ____________________________________________________________________________
1858 [  4114] By: jhi                                   on 1999/09/09  15:42:30
1859         Log: From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
1860              To: perl5-porters@perl.org
1861              Subject: [ID 19990909.003] MAXINT redefined warning on HP-UX 10.20
1862              Date: Thu, 9 Sep 1999 10:33:37 -0500 (CDT)
1863              Message-Id: <199909091533.KAA01242@www.cvm.uiuc.edu>
1864      Branch: cfgperl
1865            ! pp_sys.c
1866 ____________________________________________________________________________
1867 [  4113] By: jhi                                   on 1999/09/09  10:17:45
1868         Log: From: paul.marquess@bt.com
1869              To: gsar@ActiveState.com
1870              Cc: perl5-porters@perl.org
1871              Subject: [PATCH 5.005_61] DB_File 1.71
1872              Date: Thu, 9 Sep 1999 11:20:13 +0100
1873              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BBE@mbtlipnt02.btlabs.bt.co.uk>
1874      Branch: cfgperl
1875            + ext/DB_File/version.c
1876            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
1877            ! ext/DB_File/Makefile.PL ext/DB_File/dbinfo ext/DB_File/typemap
1878            ! t/lib/db-btree.t
1879 ____________________________________________________________________________
1880 [  4112] By: jhi                                   on 1999/09/09  09:05:32
1881         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1882              To: perl5-porters@perl.org (Mailing list Perl5)
1883              Subject: [PATCH 5.005_58] Fix interaction of (?p{}) and (?>)
1884              Date: Thu, 9 Sep 1999 04:40:11 -0400 (EDT)
1885              Message-Id: <199909090840.EAA26471@monk.mps.ohio-state.edu>
1886      Branch: cfgperl
1887            ! regexec.c t/op/pat.t
1888 ____________________________________________________________________________
1889 [  4110] By: jhi                                   on 1999/09/09  07:29:17
1890         Log: Tidy up 64-bit situation in perldelta.
1891      Branch: cfgperl
1892            ! pod/perldelta.pod
1893 ____________________________________________________________________________
1894 [  4109] By: jhi                                   on 1999/09/09  07:26:53
1895         Log: Clear up PL_regcc issues.
1896              
1897              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1898              To: perl5-porters@perl.org (Mailing list Perl5)
1899              Subject: [PATCH 5.005_60] Another regexec.c unobfuscation
1900              Date: Thu, 9 Sep 1999 02:49:49 -0400 (EDT)
1901              Message-Id: <199909090649.CAA26119@monk.mps.ohio-state.edu>
1902      Branch: cfgperl
1903            ! regexec.c
1904 ____________________________________________________________________________
1905 [  4108] By: gsar                                  on 1999/09/08  20:52:51
1906         Log: avoid ass_u_ming uppercase types are not user objects (spotted
1907              by Kurt Starsinic)
1908      Branch: perl
1909            ! ext/Data/Dumper/Dumper.pm
1910 ____________________________________________________________________________
1911 [  4107] By: gsar                                  on 1999/09/08  20:35:18
1912         Log: From: akim@epita.fr (DEMAILLE Akim)
1913              Date: Wed, 8 Sep 1999 18:18:44 +0200 (CEST)
1914              Message-Id: <m11OkQm-003A4IC@beyrouth.lrde.epita.fr>
1915              Subject: [ID 19990908.014] s2p does not quote @
1916      Branch: perl
1917            ! x2p/s2p.PL
1918 ____________________________________________________________________________
1919 [  4106] By: gsar                                  on 1999/09/08  20:25:12
1920         Log: integrate cfgperl contents into mainline
1921      Branch: perl
1922           !> (integrate 30 files)
1923 ____________________________________________________________________________
1924 [  4105] By: jhi                                   on 1999/09/08  09:02:37
1925         Log: Minor touches at the [:class:] description.
1926      Branch: cfgperl
1927            ! pod/perlre.pod
1928 ____________________________________________________________________________
1929 [  4104] By: jhi                                   on 1999/09/08  08:57:58
1930         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1931              To: Mailing list Perl5 <perl5-porters@perl.org>
1932              Subject: [PATCH 5.005_58] Fix debugging output for REx
1933              Date: Wed, 8 Sep 1999 05:02:02 -0400
1934              Message-ID: <19990908050201.A17682@monk.mps.ohio-state.edu>
1935      Branch: cfgperl
1936            ! regcomp.c
1937 ____________________________________________________________________________
1938 [  4103] By: gsar                                  on 1999/09/08  00:53:50
1939         Log: fix memory leak in C<sub f { split ' ', "a b" } f() while 1>
1940      Branch: perl
1941            ! pp.c
1942 ____________________________________________________________________________
1943 [  4102] By: gsar                                  on 1999/09/08  00:52:50
1944         Log: fix memory leak in C<sub f { @_ = 1 } f() while 1>
1945      Branch: perl
1946            ! cop.h pp_hot.c
1947 ____________________________________________________________________________
1948 [  4101] By: gsar                                  on 1999/09/07  17:25:07
1949         Log: various fixups for windows
1950      Branch: perl
1951            ! embed.h embed.pl objXSUB.h op.c perlapi.c proto.h
1952            ! win32/Makefile win32/makefile.mk xsutils.c
1953 ____________________________________________________________________________
1954 [  4100] By: jhi                                   on 1999/09/07  12:49:15
1955         Log: Fix pointer casts.
1956              
1957              From: Robin Barker <rmb1@cise.npl.co.uk>
1958              To: perl5-porters@perl.org
1959              Subject: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with
1960              -Duse64bits
1961              Date: Tue, 7 Sep 1999 12:30:18 +0100 (BST)
1962              Message-Id: <199909071130.MAA11435@tempest.npl.co.uk>
1963      Branch: cfgperl
1964            ! doio.c dump.c ext/B/B.xs ext/B/typemap
1965            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
1966            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
1967            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
1968            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
1969 ____________________________________________________________________________
1970 [  4099] By: jhi                                   on 1999/09/07  10:29:04
1971         Log: Add sig/pid/uid size and sign probes.
1972      Branch: metaconfig
1973            + U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
1974            + U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
1975 ____________________________________________________________________________
1976 [  4098] By: jhi                                   on 1999/09/07  10:27:06
1977         Log: Band-aid until we've got %{Uid_t} or something similar
1978              for sv_catpvfn().
1979      Branch: cfgperl
1980            ! taint.c
1981 ____________________________________________________________________________
1982 [  4097] By: jhi                                   on 1999/09/07  09:41:23
1983         Log: Fix a printf thinko: now quads must have the ll L q prefix.
1984              (in other words, a bare %d is an int/unsigned)
1985      Branch: cfgperl
1986            ! pp_sys.c sv.c t/op/64bit.t
1987 ____________________________________________________________________________
1988 [  4096] By: jhi                                   on 1999/09/07  07:36:17
1989         Log: HP-UX 10.20 and gcc 2.8.1 break UINT32_MAX.
1990              
1991              From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
1992              To: perl5-porters@perl.org
1993              Subject: [ID 19990906.007] Not OK: perl 5.00561 on PA-RISC1.1 10.20
1994              Date: Mon, 6 Sep 1999 21:18:12 -0500 (CDT)
1995              Message-Id: <199909070218.VAA29232@www.cvm.uiuc.edu>
1996      Branch: cfgperl
1997            ! hints/hpux.sh perl.h
1998 ____________________________________________________________________________
1999 [  4095] By: gsar                                  on 1999/09/06  20:47:02
2000         Log: applied suggested patch with suitable test to detect MSVC
2001              From: "Vishal Bhatia" <vishalb@my-deja.com>
2002              Date: Wed, 11 Aug 1999 01:43:28 -0700
2003              Message-ID: <GFCJELIOGEENAAAA@my-deja.com>
2004              Subject: compiler on  win32
2005      Branch: perl
2006            ! ext/B/B/C.pm
2007 ____________________________________________________________________________
2008 [  4094] By: jhi                                   on 1999/09/06  20:34:44
2009         Log: Integrate with Sarathy.
2010      Branch: cfgperl
2011           !> ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
2012           !> t/harness t/pragma/sub_lval.t utils/Makefile utils/perlcc.PL
2013 ____________________________________________________________________________
2014 [  4093] By: jhi                                   on 1999/09/06  20:33:43
2015         Log: Fix UV_SIZEOF to UVSIZE; change the overflow tests
2016              so that they overflow also on 64-bit platforms.
2017      Branch: cfgperl
2018            ! t/pragma/warn/toke t/pragma/warn/util toke.c util.c
2019 ____________________________________________________________________________
2020 [  4092] By: gsar                                  on 1999/09/06  20:16:58
2021         Log: support bytecode and C backends in perlcc (patch suggested
2022              by Tom Hughes <tom@compton.au>); s/-opt/-noopt/ and make the
2023              C backend the default; describe new switches in pod; introduce
2024              PERLCC_OPTS and s/COMPILE_TIMEOUT/PERLCC_TIMEOUT/;
2025              s/COMPILE_TEST/HARNESS_COMPILE_TEST/; document these %ENV
2026              entries
2027      Branch: perl
2028            ! ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
2029            ! t/harness utils/Makefile utils/perlcc.PL
2030 ____________________________________________________________________________
2031 [  4091] By: jhi                                   on 1999/09/06  19:10:41
2032         Log: Integrate with Sarathy.
2033      Branch: cfgperl
2034           +> t/pragma/sub_lval.t
2035           !> (integrate 52 files)
2036 ____________________________________________________________________________
2037 [  4090] By: gsar                                  on 1999/09/06  19:09:06
2038         Log: propagate changed error text
2039      Branch: perl
2040            ! t/pragma/sub_lval.t
2041 ____________________________________________________________________________
2042 [  4089] By: gsar                                  on 1999/09/06  18:54:43
2043         Log: sprintf doc tweak (from Ian Phillipps <ian@dial.pipex.com>)
2044      Branch: perl
2045            ! pod/perlfunc.pod
2046 ____________________________________________________________________________
2047 [  4088] By: gsar                                  on 1999/09/06  18:52:10
2048         Log: From: paul.marquess@bt.com
2049              Date: Sun, 5 Sep 1999 15:11:08 +0100 
2050              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BAB@mbtlipnt02.btlabs.bt.co.uk>
2051              Subject: [PATCH 5.005_61] Another patch for Lexical Warnings
2052      Branch: perl
2053            ! pp_sys.c t/pragma/warn/doio t/pragma/warn/op
2054            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys
2055            ! t/pragma/warn/regcomp t/pragma/warn/sv t/pragma/warn/toke
2056            ! t/pragma/warn/universal t/pragma/warn/utf8 t/pragma/warn/util
2057            ! toke.c
2058 ____________________________________________________________________________
2059 [  4087] By: gsar                                  on 1999/09/06  18:06:06
2060         Log: change#3612 is buggy when quotemeta argument matches target
2061              (hope this is the last of the optimized-OP_SASSIGN bugs)
2062              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2063              Date: Sun, 5 Sep 1999 06:07:42 -0400 (EDT)
2064              Message-Id: <199909051007.GAA06423@monk.mps.ohio-state.edu>
2065              Subject: Re: [BUG: quotemeta]
2066      Branch: perl
2067            ! Changes op.c t/op/lex_assign.t
2068 ____________________________________________________________________________
2069 [  4086] By: gsar                                  on 1999/09/06  17:57:52
2070         Log: misc tweaks
2071      Branch: perl
2072            ! bytecode.pl ext/ByteLoader/byterun.h pod/perlsyn.pod toke.c
2073 ____________________________________________________________________________
2074 [  4085] By: gsar                                  on 1999/09/06  03:54:23
2075         Log: applied patch suggested by Hans Mulder to fix problems on
2076              OPENSTEP-Mach; be more careful about PERL_POLLUTE_MALLOC
2077              when they ask for bincompat (platforms that used to default
2078              to EMBEDMYMALLOC continue to do so); disable warnings.t#192
2079              (appears unsalvageable on some platforms)
2080      Branch: perl
2081            ! embed.h embed.pl handy.h perl.h pp_sys.c t/pragma/warn/pp_hot
2082 ____________________________________________________________________________
2083 [  4084] By: bailey                                on 1999/09/06  02:39:11
2084         Log: Integrate mainline 5.05_61
2085      Branch: vmsperl
2086           +> (branch 32 files)
2087            - lib/unicode/EthiopicSyllables.txt
2088            - lib/unicode/MakeEthiopicSyllables.PL t/pragma/warning.t
2089            - warning.pl
2090            ! vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
2091            ! vms/perly_h.vms vms/vms.c
2092           !> (integrate 346 files)
2093 ____________________________________________________________________________
2094 [  4083] By: gsar                                  on 1999/09/06  00:10:40
2095         Log: optional warning on join(/foo/...) (reworked suggested patch
2096              by Mark-Jason Dominus <mjd@plover.com>)
2097      Branch: perl
2098            ! embed.h objXSUB.h op.c opcode.h opcode.pl perlapi.c
2099            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.sym
2100            ! pp_proto.h t/pragma/warn/op
2101 ____________________________________________________________________________
2102 [  4082] By: gsar                                  on 1999/09/05  22:28:57
2103         Log: fix data loss when more than one block is read from SDBM
2104              *.dir file (suggested by Uwe Ohse <uwe@ohse.de>)
2105      Branch: perl
2106            ! ext/SDBM_File/sdbm/sdbm.c
2107 ____________________________________________________________________________
2108 [  4081] By: gsar                                  on 1999/09/05  22:07:18
2109         Log: initial implementation of lvalue subroutines (slightly fixed
2110              version of patch suggested by Ilya Zakharevich, which in turn
2111              is based on the one suggested by Tuomas J. Lukka <lukka@iki.fi>)
2112      Branch: perl
2113            + t/pragma/sub_lval.t
2114            ! MANIFEST cop.h cv.h dump.c embed.h ext/Opcode/Opcode.pm
2115            ! ext/attrs/attrs.pm ext/attrs/attrs.xs global.sym objXSUB.h
2116            ! op.c op.h opcode.h opcode.pl opnames.h perlapi.c
2117            ! pod/perldiag.pod pod/perlsub.pod pp.c pp.sym pp_hot.c
2118            ! pp_proto.h proto.h t/pragma/warn/pp_ctl
2119 ____________________________________________________________________________
2120 [  4080] By: jhi                                   on 1999/09/05  22:02:18
2121         Log: Undo #4055 (related to #4079).
2122      Branch: cfgperl
2123            ! pod/perlop.pod
2124 ____________________________________________________________________________
2125 [  4079] By: jhi                                   on 1999/09/05  21:30:54
2126         Log: Time is not yet ripe.
2127      Branch: cfgperl
2128            ! pod/perldelta.pod pod/perlop.pod pp.c t/op/64bit.t t/op/misc.t
2129 ____________________________________________________________________________
2130 [  4078] By: gsar                                  on 1999/09/05  18:17:32
2131         Log: modified suggested patch to handle cross-refs and qr// objects
2132              correctly; unfollowed refs are represented as simple string
2133              value, not just the bare type; $VERSION stays the same until
2134              it is ready for prime time (avoids CPAN confustication)
2135              From:    John Nolan <jpnolan@Op.Net>
2136              Date:    Wed, 04 Aug 1999 20:21:10 EDT
2137              Message-Id: <199908050021.UAA09693@monet.op.net>
2138              Subject: [ID 19990804.006] [PATCH]5.005_60 (Data::Dumper) - implements Maxdepth setting
2139      Branch: perl
2140            ! Changes ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
2141            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo t/lib/dumper.t
2142 ____________________________________________________________________________
2143 [  4077] By: jhi                                   on 1999/09/04  21:54:42
2144         Log: timesum() wasn't @EXPORTed as promised by the documentation.
2145              Bug reported by Alex Efros <powerman@inart.kharkov.com>.
2146      Branch: cfgperl
2147            ! lib/Benchmark.pm
2148 ____________________________________________________________________________
2149 [  4076] By: gsar                                  on 1999/09/04  20:21:59
2150         Log: integrate cfgperl contents into mainline
2151      Branch: perl
2152           +> lib/attributes.pm lib/warnings.pm t/lib/attrs.t t/op/attrs.t
2153           +> t/pragma/warn/7fatal t/pragma/warn/8signal t/pragma/warnings.t
2154           +> warnings.h warnings.pl xsutils.c
2155            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
2156           !> (integrate 109 files)
2157 ____________________________________________________________________________
2158 [  4075] By: jhi                                   on 1999/09/04  18:04:47
2159         Log: use integer on the problematic subtest.
2160      Branch: cfgperl
2161            ! t/op/misc.t
2162 ____________________________________________________________________________
2163 [  4074] By: jhi                                   on 1999/09/04  17:57:40
2164         Log: Warn about numconvert.t in case somebody
2165              wants to make sv_2pv more 64-bit aware.
2166      Branch: cfgperl
2167            ! sv.c
2168 ____________________________________________________________________________
2169 [  4073] By: jhi                                   on 1999/09/04  17:54:51
2170         Log: Comment upgrading: the quad situation isn't quite as
2171              bad as it used to be.
2172      Branch: cfgperl
2173            ! perl.h
2174 ____________________________________________________________________________
2175 [  4072] By: jhi                                   on 1999/09/04  15:35:37
2176         Log: Integrate with Sarathy.
2177      Branch: cfgperl
2178           !> win32/win32.c
2179 ____________________________________________________________________________
2180 [  4071] By: jhi                                   on 1999/09/04  15:28:11
2181         Log: Fix LFS with -Duseperlio in Solaris.  Reported in
2182              
2183              From: Robin Barker <rmb1@cise.npl.co.uk>
2184              To: perl5-porters@perl.org
2185              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
2186              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
2187              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
2188              
2189              and later (in private email) found to be dependent
2190              on useperlio.
2191              
2192              Mental note: the cpp magic done in perlsdio.h (and assumedly
2193              also in perlsfio.h) may cause trouble later with lfs because
2194              both the perlio scheme by Perl and the lfs support by vendors
2195              like to play cpp games to map the stdio namespace back and forth.
2196              The problem fixed here (fseek vs fseeko, ftell vs ftello) may be
2197              just the beginning.
2198      Branch: cfgperl
2199            ! perlio.c
2200 ____________________________________________________________________________
2201 [  4070] By: jhi                                   on 1999/09/04  13:12:14
2202         Log: Enable 64-bit clean bit ops.
2203              (Disables the t/op/misc.t substest 3 in 64-bit platforms.)
2204      Branch: cfgperl
2205            ! pod/perldelta.pod pod/perlop.pod pp.c pp_hot.c t/op/64bit.t
2206            ! t/op/misc.t
2207 ____________________________________________________________________________
2208 [  4069] By: jhi                                   on 1999/09/03  21:17:30
2209         Log: Turn on USE_64_BIT_OFFSETS implicitly.
2210      Branch: cfgperl
2211            ! perl.h
2212 ____________________________________________________________________________
2213 [  4068] By: jhi                                   on 1999/09/03  08:19:59
2214         Log: Fix from Spider for the sub attributes (there was an undocumented
2215              dependency between force_word() and skipspace()).
2216      Branch: cfgperl
2217            ! toke.c
2218 ____________________________________________________________________________
2219 [  4067] By: jhi                                   on 1999/09/01  23:17:06
2220         Log: From: John Tobey <spam@john-edwin-tobey.org>
2221              To: ilya@math.ohio-state.edu
2222              CC: perl5-porters@perl.org
2223              Subject: Re: [PATCH 5.005_60] distclean forgot two
2224              Date: Mon, 23 Aug 1999 02:10:11 -0400 (EDT)
2225              Message-Id: <m11InJ5-000FPCC@feynman.localnet>
2226      Branch: cfgperl
2227            ! t/lib/dprof.t
2228 ____________________________________________________________________________
2229 [  4066] By: jhi                                   on 1999/09/01  23:14:50
2230         Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
2231              To: perl5-porters@perl.org
2232              Subject: [ID 19990821.001] [PATCH] perl5.005_60 cygwin port
2233              Date: Fri, 20 Aug 1999 15:37:27 +0100
2234              Message-Id: <8A160D637356D311BC4300600849EC8122E217@POST>
2235      Branch: cfgperl
2236            ! cygwin/Makefile.SHs ext/ByteLoader/byterun.h
2237            ! ext/SDBM_File/sdbm/sdbm.c hints/cygwin.sh perl.h pp_sys.c
2238            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t
2239 ____________________________________________________________________________
2240 [  4065] By: jhi                                   on 1999/09/01  22:06:43
2241         Log: From: Dominic Dunlop <domo@vo.lu>
2242              To: perl5-porters@perl.org
2243              Subject: [ID 19990819.001] Not OK: perl 5.00560 on powerpc-machten 4.1.1
2244              (UNINSTALLED) [PATCH]
2245              Date: Thu, 19 Aug 1999 09:48:03 +0200
2246              Message-Id: <v03110709b3e165b51dda@[212.24.192.132]>
2247              
2248              The PERL_POLLUTE_MALLOC part had to be manually applied.
2249      Branch: cfgperl
2250            ! hints/machten.sh perl.h
2251 ____________________________________________________________________________
2252 [  4064] By: jhi                                   on 1999/09/01  13:56:14
2253         Log: From: Martin Lichtin <lichtin@bivio.com>
2254              To: jhi@iki.fi
2255              CC: perl5-porters@perl.org
2256              Subject: Re: [ID 19990829.001] ExtUtils::Install.pm, minor umask problem
2257              Date: Wed, 01 Sep 1999 15:50:04 +0200
2258              Message-ID: <37CD2F0C.944BFACE@bivio.com>
2259      Branch: cfgperl
2260            ! lib/ExtUtils/Install.pm
2261 ____________________________________________________________________________
2262 [  4063] By: jhi                                   on 1999/09/01  13:16:11
2263         Log: Enhance lfs tests: check every seek and sysseek
2264              and test also that -e and -f detect largefiles.
2265      Branch: cfgperl
2266            ! t/lib/syslfs.t t/op/lfs.t
2267 ____________________________________________________________________________
2268 [  4062] By: jhi                                   on 1999/09/01  12:08:04
2269         Log: From: Colin Kuskie <ckuskie@Cadence.COM>
2270              To: Ronald J Kimball <rjk@linguist.dartmouth.edu>
2271              cc: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>,
2272              The Perl Porters Mailing List <perl5-porters@perl.org>
2273              Subject: [REPATCH 5.005_61] Re: perldiag.pod omissions
2274              Date: Tue, 31 Aug 1999 11:24:31 -0700 (PDT)
2275              Message-ID: <Pine.GSO.4.10.9908311055460.11290-100000@pdxult10a.cadence.com>
2276      Branch: cfgperl
2277            ! pod/perldiag.pod
2278 ____________________________________________________________________________
2279 [  4061] By: jhi                                   on 1999/09/01  12:03:03
2280         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2281              To: ilya@math.ohio-state.edu (Ilya Zakharevich)
2282              Cc: perl5-porters@perl.org, cloos@adamsmith.ai
2283              Subject: Re: [ID 19990830.005] Assigning value of an op on an SV to said SV
2284              Date: Wed, 1 Sep 1999 02:56:06 -0400 (EDT)
2285              Message-Id: <199909010656.CAA04478@monk.mps.ohio-state.edu>
2286      Branch: cfgperl
2287            ! op.c t/op/join.t
2288 ____________________________________________________________________________
2289 [  4060] By: jhi                                   on 1999/09/01  07:59:42
2290         Log: IV_DIG and NV_DIG fixes.
2291      Branch: cfgperl
2292            ! perl.h
2293 ____________________________________________________________________________
2294 [  4059] By: jhi                                   on 1999/08/31  14:47:18
2295         Log: \C{} -> \N{} residue.
2296      Branch: cfgperl
2297            ! toke.c
2298 ____________________________________________________________________________
2299 [  4057] By: gsar                                  on 1999/08/30  22:08:19
2300         Log: avoid hiding child process window
2301      Branch: perl
2302            ! win32/win32.c
2303 ____________________________________________________________________________
2304 [  4055] By: jhi                                   on 1999/08/30  21:20:50
2305         Log: Document the undefinedness of overshifting.
2306      Branch: cfgperl
2307            ! pod/perlop.pod
2308 ____________________________________________________________________________
2309 [  4054] By: jhi                                   on 1999/08/30  20:18:18
2310         Log: History fixes and updates.
2311      Branch: cfgperl
2312            ! pod/perlhist.pod
2313 ____________________________________________________________________________
2314 [  4053] By: jhi                                   on 1999/08/30  19:34:02
2315         Log: Shell quoting thinko broke installdirs.
2316              From: JVromans@Squirrel.nl (Johan Vromans)
2317              To: perl5-porters@perl.org
2318              Subject: [ID 19990830.001] 5.005_61 Configure does not substitute
2319              installprefix
2320              Date: Mon, 30 Aug 1999 16:10:10 +0200 (MEST)
2321              Message-Id: <14282.37058.934928.805633@plume.nl.compuware.com>
2322      Branch: cfgperl
2323            ! Configure config_h.SH
2324      Branch: metaconfig
2325            ! U/installdirs/archlib.U U/installdirs/bin.U
2326            ! U/installdirs/html1dir.U U/installdirs/html3dir.U
2327            ! U/installdirs/installprefix.U U/installdirs/man1dir.U
2328            ! U/installdirs/man3dir.U U/installdirs/privlib.U
2329            ! U/installdirs/scriptdir.U U/installdirs/sitearch.U
2330            ! U/installdirs/sitebin.U U/installdirs/sitehtml1dir.U
2331            ! U/installdirs/sitehtml3dir.U U/installdirs/sitelib.U
2332            ! U/installdirs/siteman1dir.U U/installdirs/siteman3dir.U
2333            ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
2334            ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
2335            ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
2336            ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
2337            ! U/installdirs/vendorscriptdir.U
2338 ____________________________________________________________________________
2339 [  4052] By: jhi                                   on 1999/08/30  02:57:05
2340         Log: Use \N{named characters} instead of \C.
2341              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2342              To: jhi@iki.fi
2343              Cc: larry@wall.org (Larry Wall), Tim.Bunce@ig.co.uk (Tim Bunce),
2344              perl5-porters@perl.org (Mailing list Perl5)
2345              Subject: Re: [PATCH 5.005_58] Named characters in Perl
2346              Date: Sun, 29 Aug 1999 16:46:53 -0400 (EDT)
2347              Message-Id: <199908292046.QAA05510@monk.mps.ohio-state.edu>
2348      Branch: cfgperl
2349            ! lib/charnames.pm lib/utf8.pm pod/perldiag.pod pod/perlop.pod
2350            ! pod/perlre.pod regcomp.c t/lib/charnames.t toke.c
2351 ____________________________________________________________________________
2352 [  4051] By: jhi                                   on 1999/08/30  02:54:20
2353         Log: From: Spider Boardman <spider@Orb.Nashua.NH.US>
2354              To: perl5-porters@perl.org
2355              Subject: [ID 19990829.004] Autoloaded &VERSION and UNIVERSAL::VERSION
2356              don't mix
2357              Date: Sun, 29 Aug 1999 19:04:53 -0400
2358              Message-Id: <199908292304.TAA13738@Orb.Nashua.NH.US>
2359      Branch: cfgperl
2360            ! universal.c
2361 ____________________________________________________________________________
2362 [  4050] By: jhi                                   on 1999/08/29  16:38:58
2363         Log: Conditionally socksify the LIBS of Socket.
2364      Branch: cfgperl
2365            ! ext/Socket/Makefile.PL
2366 ____________________________________________________________________________
2367 [  4049] By: jhi                                   on 1999/08/29  15:33:30
2368         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2369              To: Mailing list Perl5 <perl5-porters@perl.org>
2370              Subject: Re: [PATCH 5.005_60] fix @DB::typeahead
2371              Date: Wed, 25 Aug 1999 16:19:58 -0400
2372              Message-ID: <19990825161958.A4658@monk.mps.ohio-state.edu>
2373      Branch: cfgperl
2374            ! lib/perl5db.pl
2375 ____________________________________________________________________________
2376 [  4048] By: jhi                                   on 1999/08/29  15:31:36
2377         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
2378              To: perl5-porters@perl.org
2379              Subject: [PATCH _61] Lost arguments to simplified sort
2380              Date: Wed, 25 Aug 1999 23:22:32 -0700 (PDT)
2381              Message-ID: <14276.56616.879390.562685@metonymy.hip.berkeley.edu>
2382      Branch: cfgperl
2383            ! op.c t/op/sort.t
2384 ____________________________________________________________________________
2385 [  4047] By: jhi                                   on 1999/08/29  15:29:29
2386         Log: From: Olaf Flebbe <olaf@science-computing.de>
2387              Sender: owner-perl5-porters@perl.org
2388              To: perl5-porters@perl.org
2389              Subject: [ID 19990827.003] [PATCH]5.005_60 Patch for EPOC Support
2390              Date: Fri, 27 Aug 1999 21:50:41 +0200 (MEST)
2391      Branch: cfgperl
2392            ! README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
2393            ! epoc/perl.mmp epoc/perl.pkg
2394 ____________________________________________________________________________
2395 [  4046] By: jhi                                   on 1999/08/29  15:21:18
2396         Log: From: pvhp@forte.com (Peter Prymmer)
2397              To: perl5-porters@perl.org
2398              Subject: [PATCH: 5.005_61] an EBCDIC friendly cgi-html.t test
2399              Date: Fri, 27 Aug 99 18:51:04 PDT
2400              Message-Id: <9908280151.AA05010@forte.com>
2401      Branch: cfgperl
2402            ! t/lib/cgi-html.t
2403 ____________________________________________________________________________
2404 [  4045] By: jhi                                   on 1999/08/29  15:18:38
2405         Log: Fix scalar gmtime (and localtime) in quad environments,
2406              bug reported by Robin Parker.
2407              
2408              From: Robin Barker <rmb1@cise.npl.co.uk>
2409              To: jhi@iki.fi
2410              Cc: perl5-porters@perl.org
2411              Subject: Re: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
2412              Date: Tue, 24 Aug 1999 11:09:24 +0100 (BST)
2413              Message-Id: <199908241009.LAA24394@tempest.npl.co.uk>
2414      Branch: cfgperl
2415            ! pp_sys.c t/op/time.t
2416 ____________________________________________________________________________
2417 [  4044] By: jhi                                   on 1999/08/29  11:24:03
2418         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2419              To: perl5-porters@perl.org (Mailing list Perl5)
2420              Subject: [PATCH 5.005_60] Speeding up XSUB calls up to 66%
2421              Date: Fri, 27 Aug 1999 03:33:01 -0400 (EDT)
2422              Message-Id: <199908270733.DAA16927@monk.mps.ohio-state.edu>
2423              
2424              Addendum: it's "only" 33% speedup.
2425      Branch: cfgperl
2426            ! dump.c op.c op.h pp.h
2427 ____________________________________________________________________________
2428 [  4043] By: jhi                                   on 1999/08/29  11:10:33
2429         Log: From: spider-perl@Orb.Nashua.NH.US
2430              To: Mailing list Perl5 <perl5-porters@perl.org>
2431              Subject: [PATCH 5.005_61 CORE] sub : attrlist
2432              Date: Sun, 29 Aug 1999 03:02:11 -0400
2433              Message-Id: <199908290702.DAA32191@Orb.Nashua.NH.US>
2434      Branch: cfgperl
2435            + lib/attributes.pm t/lib/attrs.t t/op/attrs.t xsutils.c
2436            ! MANIFEST Makefile.SH embed.h embed.pl embedvar.h global.sym
2437            ! gv.c lib/AutoSplit.pm lib/SelfLoader.pm objXSUB.h op.c perl.c
2438            ! perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
2439            ! perly_c.diff pod/perldelta.pod pod/perldiag.pod
2440            ! pod/perlfunc.pod pod/perlmodlib.pod pod/perlsub.pod proto.h
2441            ! toke.c vms/perly_c.vms vms/perly_h.vms warnings.h
2442 ____________________________________________________________________________
2443 [  4042] By: jhi                                   on 1999/08/29  11:08:50
2444         Log: Turn off gcc-2.95's strict-alias optimization.
2445              This, of course, should be only temporary.
2446              From Andy Dougherty.
2447      Branch: cfgperl
2448            ! Configure config_h.SH
2449      Branch: metaconfig
2450            ! U/compline/ccflags.U U/modified/cc.U
2451 ____________________________________________________________________________
2452 [  4041] By: jhi                                   on 1999/08/29  10:47:30
2453         Log: Fix a typo in #4036.
2454      Branch: cfgperl
2455            ! mg.c
2456 ____________________________________________________________________________
2457 [  4040] By: jhi                                   on 1999/08/29  10:34:58
2458         Log: Add a missing #endif forgotten by #4035.
2459      Branch: cfgperl
2460            ! doop.c
2461 ____________________________________________________________________________
2462 [  4039] By: jhi                                   on 1999/08/29  10:31:19
2463         Log: Remove an extra #endif introduced by #4036.
2464      Branch: cfgperl
2465            ! perl.h
2466 ____________________________________________________________________________
2467 [  4038] By: jhi                                   on 1999/08/29  10:18:59
2468         Log: Rename warning to warnings, from Paul Marquess.
2469      Branch: cfgperl
2470            + lib/warnings.pm t/pragma/warn/7fatal t/pragma/warn/8signal
2471            + t/pragma/warnings.t warnings.h warnings.pl
2472            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
2473            ! MANIFEST Makefile.SH gv.c mg.c perl.h pod/perldelta.pod
2474            ! pod/perldiag.pod pod/perlfunc.pod pod/perllexwarn.pod
2475            ! pod/perlmodlib.pod pod/perlrun.pod pod/perltoc.pod
2476            ! pod/perlvar.pod t/op/64bit.t t/op/tie.t t/pragma/warn/2use
2477            ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/5nolint
2478            ! t/pragma/warn/6default t/pragma/warn/doio t/pragma/warn/doop
2479            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
2480            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
2481            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
2482            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
2483            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
2484            ! t/pragma/warn/utf8 t/pragma/warn/util toke.c
2485 ____________________________________________________________________________
2486 [  4037] By: jhi                                   on 1999/08/29  10:08:47
2487         Log: Create the equivalence tables based on
2488              the real Unicode decomposition, not on
2489              the character name.
2490      Branch: cfgperl
2491            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
2492            ! lib/unicode/mktables.PL
2493 ____________________________________________________________________________
2494 [  4036] By: jhi                                   on 1999/08/29  09:29:08
2495         Log: Integrate with Sarathy.
2496      Branch: cfgperl
2497           +> lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
2498           +> lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
2499           +> lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
2500           +> lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
2501           +> lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
2502           +> lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
2503           !> (integrate 190 files)
2504 ____________________________________________________________________________
2505 [  4035] By: jhi                                   on 1999/08/29  08:56:15
2506         Log: Implement 64-bit vec().
2507      Branch: cfgperl
2508            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
2509            ! pp.h t/op/64bit.t
2510 ____________________________________________________________________________
2511 [  4034] By: gsar                                  on 1999/08/29  03:35:18
2512         Log: deadcode removal
2513      Branch: perl
2514            ! XSUB.h embed.h embed.pl global.sym mg.c op.c perl.h perlapi.h
2515            ! pp_ctl.c proto.h run.c sv.c
2516 ____________________________________________________________________________
2517 [  4033] By: jhi                                   on 1999/08/28  17:31:07
2518         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
2519              To: perl5-porters@perl.org
2520              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
2521              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
2522              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
2523      Branch: cfgperl
2524            ! perl.h
2525 ____________________________________________________________________________
2526 [  4032] By: gsar                                  on 1999/08/26  23:53:33
2527         Log: new thread should set current interp in TLS
2528      Branch: perl
2529            ! ext/Thread/Thread.xs
2530 ____________________________________________________________________________
2531 [  4031] By: bailey                                on 1999/08/23  03:40:07
2532         Log: When extension doesn't have a "main" object file to anchor linker search, pull in all objct files
2533      Branch: vmsperl
2534            ! lib/ExtUtils/MM_VMS.pm
2535 ____________________________________________________________________________
2536 [  4030] By: bailey                                on 1999/08/23  03:37:43
2537         Log: Patch up holes in realclean target
2538      Branch: vmsperl
2539            ! vms/descrip_mms.template
2540 ____________________________________________________________________________
2541 [  4029] By: bailey                                on 1999/08/23  03:36:24
2542         Log: Fix handling of PERL_POLLUTE
2543      Branch: vmsperl
2544            ! lib/ExtUtils/MM_VMS.pm
2545 ____________________________________________________________________________
2546 [  4028] By: bailey                                on 1999/08/23  03:34:08
2547         Log: Update VMS version of perly.h
2548      Branch: vmsperl
2549            ! vms/perly_h.vms
2550 ____________________________________________________________________________
2551 [  4027] By: bailey                                on 1999/08/23  03:32:45
2552         Log: Update dependencies in Descrip.MMS
2553      Branch: vmsperl
2554            ! vms/descrip_mms.template
2555 ____________________________________________________________________________
2556 [  4026] By: bailey                                on 1999/08/23  03:30:01
2557         Log: Fix prototypes in perlapi.c (64-bit?)
2558              Clear prior definition of getenv_len before defining VMS-specific macro
2559      Branch: vmsperl
2560            ! perlapi.c vms/vmsish.h
2561 ____________________________________________________________________________
2562 [  4025] By: bailey                                on 1999/08/23  03:25:51
2563         Log: Add '-m' option to Configure.com which skips the MANIFEST check
2564      Branch: vmsperl
2565            ! configure.com
2566 ____________________________________________________________________________
2567 [  4024] By: bailey                                on 1999/08/23  03:23:34
2568         Log: Skip open() tests that rely on Unix fork semantics
2569      Branch: vmsperl
2570            ! t/io/open.t
2571 ____________________________________________________________________________
2572 [  4023] By: bailey                                on 1999/08/23  03:21:46
2573         Log: Loosen conditons for recognizing a function name in perl.h to accomodate revisions
2574      Branch: vmsperl
2575            ! vms/gen_shrfls.pl
2576 ____________________________________________________________________________
2577 [  4022] By: bailey                                on 1999/08/23  03:17:33
2578         Log: update MM_VMS to use new File::Spec routines
2579      Branch: vmsperl
2580            ! lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm
2581 ____________________________________________________________________________
2582 [  4021] By: bailey                                on 1999/08/23  03:13:40
2583         Log: byteperl is now part of the ByteLoader ext
2584      Branch: vmsperl
2585            ! ext/ByteLoader/byterun.h vms/descrip_mms.template
2586 ____________________________________________________________________________
2587 [  4020] By: bailey                                on 1999/08/23  03:10:41
2588         Log: Allow option to treat barewords at start of Unix paths as simple words rather than logicals
2589      Branch: vmsperl
2590            ! vms/vms.c
2591 ____________________________________________________________________________
2592 [  4019] By: bailey                                on 1999/08/23  03:07:28
2593         Log: Update calls for new thread context handling
2594      Branch: vmsperl
2595            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
2596            ! ext/POSIX/POSIX.xs vms/vms.c vms/vmsish.h vms/writemain.pl
2597 ____________________________________________________________________________
2598 [  4018] By: bailey                                on 1999/08/23  03:01:31
2599         Log: Allow for file versions in library when looking for .bs files
2600      Branch: vmsperl
2601            ! ext/DynaLoader/DynaLoader_pm.PL
2602 ____________________________________________________________________________
2603 [  4017] By: bailey                                on 1999/08/23  02:58:55
2604         Log: Update VMS configuration procedures for 5.005_60
2605      Branch: vmsperl
2606            ! configure.com vms/subconfigure.com
2607 ____________________________________________________________________________
2608 [  4016] By: gsar                                  on 1999/08/20  22:19:56
2609         Log: update Changes
2610      Branch: perl
2611            ! Changes
2612
2613 ----------------
2614 Version 5.005_61
2615 ----------------
2616
2617 ____________________________________________________________________________
2618 [  4015] By: gsar                                  on 1999/08/20  22:17:41
2619         Log: perl_free() should use PerlMem_free()
2620      Branch: perl
2621            ! perl.c
2622 ____________________________________________________________________________
2623 [  4014] By: gsar                                  on 1999/08/20  22:10:46
2624         Log: win32 tweaks
2625      Branch: perl
2626            ! XSUB.h mg.c perl.c win32/config.bc win32/config.gc
2627            ! win32/config.vc win32/config_H.bc win32/config_H.gc
2628            ! win32/config_H.vc
2629 ____________________________________________________________________________
2630 [  4013] By: gsar                                  on 1999/08/20  22:09:56
2631         Log: DEBUG_m() adjusted to internalize dTHX
2632      Branch: perl
2633            ! malloc.c perl.h util.c
2634 ____________________________________________________________________________
2635 [  4012] By: gsar                                  on 1999/08/20  17:51:06
2636         Log: make autogenerated files writable
2637      Branch: perl
2638            ! (edit 171 files)
2639 ____________________________________________________________________________
2640 [  4011] By: gsar                                  on 1999/08/20  17:43:47
2641         Log: update Changes
2642      Branch: perl
2643            ! Changes perl.h pod/perldelta.pod pod/perlguts.pod
2644 ____________________________________________________________________________
2645 [  4010] By: gsar                                  on 1999/08/20  17:21:53
2646         Log: up patchlevel &c
2647      Branch: perl
2648            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
2649            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
2650 ____________________________________________________________________________
2651 [  4009] By: gsar                                  on 1999/08/20  16:46:26
2652         Log: add missing Is/Syl*.pl files
2653      Branch: perl
2654            + lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
2655            + lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
2656            + lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
2657            + lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
2658            + lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
2659            + lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
2660 ____________________________________________________________________________
2661 [  4008] By: gsar                                  on 1999/08/20  16:31:02
2662         Log: integrate cfgperl contents into mainline
2663      Branch: perl
2664           +> ext/ByteLoader/hints/sunos.pl lib/charnames.pm
2665           +> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
2666           +> lib/unicode/syllables.txt t/lib/charnames.t t/lib/syslfs.t
2667           +> t/op/lfs.t
2668            - lib/unicode/EthiopicSyllables.txt
2669            - lib/unicode/MakeEthiopicSyllables.PL
2670           !> (integrate 261 files)
2671 ____________________________________________________________________________
2672 [  4007] By: gsar                                  on 1999/08/20  15:24:08
2673         Log: support USE_THREADS+MULTIPLICITY; source compat tweaks for
2674              USE_THREADS and MULTIPLICITY; minor pod adjustments
2675      Branch: perl
2676            ! Porting/patching.pod Todo Todo-5.005 XSUB.h embed.pl
2677            ! embedvar.h perl.c perl.h pod/perlguts.pod util.c
2678 ____________________________________________________________________________
2679 [  4006] By: jhi                                   on 1999/08/19  19:01:41
2680         Log: Tighten the vec() code so that naughty BITS cause an error.
2681      Branch: cfgperl
2682            ! doop.c
2683 ____________________________________________________________________________
2684 [  4005] By: jhi                                   on 1999/08/19  15:55:09
2685         Log: Don't document ill-defined vec() bits cases
2686              (for which the code doesn't work right in any case)
2687      Branch: cfgperl
2688            ! pod/perldiag.pod pod/perlfunc.pod
2689 ____________________________________________________________________________
2690 [  4004] By: jhi                                   on 1999/08/19  12:49:41
2691         Log: Removed duplicated code (in pp.c and mg.c) by introducing
2692              do_vecget().  NOTE: the calling convention of do_vecset()
2693              changes, too: the `offset' that is assigned to LvTARGOFF(TARG)
2694              in pp_vec() is no more multiplied by `size' in pp_vec(),
2695              the multiplication is now done in do_vecset().
2696              
2697              Also fix a cpp thinko in change #4002.
2698      Branch: cfgperl
2699            ! doop.c embed.h embed.pl embedvar.h global.sym mg.c objXSUB.h
2700            ! perl.h perlapi.c pod/perldiag.pod pod/perlfunc.pod pp.c
2701            ! proto.h
2702 ____________________________________________________________________________
2703 [  4003] By: jhi                                   on 1999/08/18  08:27:22
2704         Log: Warn about small spherical distances.
2705      Branch: cfgperl
2706            ! lib/Math/Trig.pm
2707 ____________________________________________________________________________
2708 [  4002] By: jhi                                   on 1999/08/17  09:11:51
2709         Log: Enhance IV_FITS_IN_IV (though it's still unused).
2710      Branch: cfgperl
2711            ! perl.h
2712 ____________________________________________________________________________
2713 [  4001] By: jhi                                   on 1999/08/17  08:13:34
2714         Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
2715              Message-ID: <sfcogg7ylk7.fsf@hohenstaufen.in-berlin.de>
2716              To: The Perl5 Porters Mailing List <perl5-porters@perl.org>
2717              Subject: [PATCH] overload.pm str/num confu
2718              Date: 17 Aug 1999 08:21:12 +0200
2719      Branch: cfgperl
2720            ! lib/overload.pm
2721 ____________________________________________________________________________
2722 [  4000] By: jhi                                   on 1999/08/17  07:20:23
2723         Log: From: merlyn@stonehenge.com (Randal L. Schwartz)
2724              To: perl5-porters@perl.org
2725              Subject: [ID 19990816.006] small patch to perlobj.pod from 5.005_03
2726              Date: 16 Aug 1999 14:24:28 -0700
2727              Message-Id: <m1ogg7to4z.fsf@halfdome.holdit.com>
2728      Branch: cfgperl
2729            ! pod/perlobj.pod
2730 ____________________________________________________________________________
2731 [  3999] By: jhi                                   on 1999/08/16  19:49:09
2732         Log: Integrate with Nick.
2733      Branch: cfgperl
2734           !> cop.h op.c perl.c t/op/eval.t t/pragma/warn/op util.c
2735 ____________________________________________________________________________
2736 [  3998] By: jhi                                   on 1999/08/16  19:44:29
2737         Log: Fix most of the pod2man moanings reported in
2738              
2739              From: "Larry W. Virden" <lvirden@cas.org>
2740              To: perl5-porters@perl.org
2741              Subject: [ID 19990803.011] Not OK: perl 5.00560 on sun4-solaris 2.6
2742              (UNINSTALLED)
2743              Date: Tue, 3 Aug 1999 15:35:06 -0400 (EDT)
2744              Message-Id: <199908031935.PAA27692@cas.org>
2745              
2746              Configure regen'ed.
2747      Branch: cfgperl
2748            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2749            ! config_h.SH ext/B/B/Stash.pm lib/Carp/Heavy.pm
2750            ! lib/Dumpvalue.pm lib/Exporter/Heavy.pm lib/filetest.pm
2751            ! lib/utf8.pm pod/perllexwarn.pod pod/perlxstut.pod
2752            ! utils/h2xs.PL utils/perlcc.PL
2753 ____________________________________________________________________________
2754 [  3997] By: jhi                                   on 1999/08/16  19:20:37
2755         Log: A fix of sorts for the flush-before-dup scenario.
2756      Branch: cfgperl
2757            ! doio.c
2758 ____________________________________________________________________________
2759 [  3996] By: jhi                                   on 1999/08/16  19:14:37
2760         Log: More paranoia.
2761      Branch: cfgperl
2762            ! sv.c
2763 ____________________________________________________________________________
2764 [  3995] By: jhi                                   on 1999/08/16  18:55:35
2765         Log: Batch of small 64-bit/long double/large file support tweaks:
2766              - scan for LDBL_DIG
2767              - from DBL_DIG and LDBL_DIG select NV_DIG
2768              - introduce IVSIZE, UVSIZE, NVSIZE
2769              - introduce IV_DIG
2770              - remove stdio64
2771              - AIX uses `oslevel` when others use `uname -r`
2772              - already AIX 4.2 goes 64-bit
2773              - in HP-UX require the 64-bit libc, just the directory isn't enough
2774              - group ids are not NVs
2775              - #undef USE_LONG_DOUBLE if long double is no better than double
2776              - introduce NV_WITHIN_*() and IV_FITS_IN_IV
2777              - mention large file support in perldelta
2778              - introduce quad TOPpin' and POPpin'
2779              - the svcat... buffer was tiny for printing quads in %b
2780              - fix the multiplication test in 64bit.t
2781              - try to make VMS to comply with all this removal and "introducal"
2782              of symbols
2783      Branch: cfgperl
2784            ! Configure config_h.SH dump.c hints/aix.sh hints/hpux.sh mg.c
2785            ! perl.h perlio.c pod/perldelta.pod pp.h sv.c t/lib/syslfs.t
2786            ! t/op/64bit.t t/op/lfs.t utf8.c vms/subconfigure.com
2787      Branch: metaconfig
2788            ! U/modified/d_longdbl.U
2789      Branch: metaconfig/U/perl
2790            + d_ldbl_dig.U
2791 ____________________________________________________________________________
2792 [  3994] By: jhi                                   on 1999/08/16  07:53:44
2793         Log: More Configure/subconfigure.com syncing.
2794      Branch: cfgperl
2795            ! vms/subconfigure.com
2796 ____________________________________________________________________________
2797 [  3993] By: jhi                                   on 1999/08/14  22:09:26
2798         Log: Remove from VMS what the change #3982 took away from Configure lands.
2799      Branch: cfgperl
2800            ! vms/subconfigure.com
2801 ____________________________________________________________________________
2802 [  3992] By: jhi                                   on 1999/08/14  13:29:13
2803         Log: Small test tweaks.
2804      Branch: cfgperl
2805            ! t/io/dup.t t/lib/dprof.t t/lib/odbm.t
2806 ____________________________________________________________________________
2807 [  3991] By: jhi                                   on 1999/08/14  13:08:41
2808         Log: Augment filesize limit note.
2809      Branch: cfgperl
2810            ! doio.c
2811 ____________________________________________________________________________
2812 [  3990] By: jhi                                   on 1999/08/14  13:06:12
2813         Log: Note about filesize limits.
2814      Branch: cfgperl
2815            ! doio.c pp_sys.c
2816 ____________________________________________________________________________
2817 [  3989] By: jhi                                   on 1999/08/14  11:31:58
2818         Log: Catch the case of filesize limits.
2819      Branch: cfgperl
2820            ! t/lib/syslfs.t t/op/lfs.t
2821 ____________________________________________________________________________
2822 [  3988] By: nick                                  on 1999/08/14  09:20:58
2823         Log: New lightweight Carp has a require. If Carp is used in a __DIE__ handler
2824              this causes a POPSTACK panic. The problem seems to be that although
2825              die_where() has unwound the tail of perl_vdie() top_env setjmp has been
2826              set to resume execution there. Avoiding setting CATCH_SET(TRUE) in 
2827              call_sv() avoids this. So invent a new G_NOCATCH flag to disable
2828              messing with CATCH_SET() in call_sv, use it in perl_vdie().
2829              Add test to op/eval.t which will fail (panic) if bug comes back.
2830              >>> I AM NOT CONVINCED THIS IS CORRECT LONG TERM FIX <<<
2831      Branch: perl
2832            ! cop.h perl.c t/op/eval.t util.c
2833 ____________________________________________________________________________
2834 [  3987] By: jhi                                   on 1999/08/13  23:57:52
2835         Log: From: "Craig A. Berry" <craig.berry@metamor.com>
2836              To: perl5-porters@perl.org, vmsperl@perl.org, sarathy@activestate.com
2837              Subject: [PATCH 5.005_60] fix MM_VMS.pm for space-delimited lists
2838              Date: Fri, 13 Aug 1999 17:42:47 -0500
2839              Message-Id: <v04210105b3da3ed9599d@[172.16.246.133]>
2840      Branch: cfgperl
2841            ! lib/ExtUtils/MM_VMS.pm
2842 ____________________________________________________________________________
2843 [  3986] By: jhi                                   on 1999/08/13  23:56:44
2844         Log: Don't quit before printing out the message.
2845      Branch: cfgperl
2846            ! t/lib/syslfs.t t/op/lfs.t
2847 ____________________________________________________________________________
2848 [  3985] By: jhi                                   on 1999/08/13  23:35:49
2849         Log: Remove more t/ trash on target "clean".
2850      Branch: cfgperl
2851            ! Makefile.SH
2852 ____________________________________________________________________________
2853 [  3984] By: jhi                                   on 1999/08/13  23:02:53
2854         Log: Avoid double long double. 
2855      Branch: cfgperl
2856            ! Configure config_h.SH
2857      Branch: metaconfig/U/perl
2858            ! uselongdbl.U
2859 ____________________________________________________________________________
2860 [  3983] By: jhi                                   on 1999/08/13  22:59:56
2861         Log: BYTEORDER fix.
2862      Branch: cfgperl
2863            ! Configure config_h.SH
2864      Branch: metaconfig
2865            ! U/compline/byteorder.U
2866 ____________________________________________________________________________
2867 [  3982] By: jhi                                   on 1999/08/13  22:48:40
2868         Log: Jumbo Configure and large file support update.
2869              Remove a lot of unneeded 64-bitness cruft;
2870              re-introduce BYTEORDER; update 64-bitness hints;
2871              lfs should now work in Solaris; long doubles in AIX.
2872      Branch: cfgperl
2873            ! Configure config_h.SH doio.c hints/aix.sh hints/hpux.sh
2874            ! hints/irix_6.sh hints/solaris_2.sh iperlsys.h perl.h perlio.c
2875            ! perlsdio.h pp.h pp_sys.c
2876      Branch: metaconfig
2877            ! U/compline/byteorder.U U/compline/ccflags.U
2878      Branch: metaconfig/U/perl
2879            ! d_dlsymun.U io64.U uselongdbl.U
2880 ____________________________________________________________________________
2881 [  3980] By: jhi                                   on 1999/08/13  15:09:11
2882         Log: Introduce HAS_LLSEEK.
2883      Branch: cfgperl
2884            ! Configure config_h.SH perl.h
2885 ____________________________________________________________________________
2886 [  3979] By: jhi                                   on 1999/08/13  14:29:47
2887         Log: From: <dan@sidhe.org>
2888              To: perl5-porters@perl.org, vmsperl@perl.org, bailey@newman.upenn.edu,
2889              sarathy@activestate.com
2890              Subject: [PATCH 5.005_60]fix up VMS->unix filename translation a bit
2891              Date: Fri, 13 Aug 1999 09:00:42 -0700 (PDT)
2892              Message-ID: <Pine.LNX.4.10.9908130849390.3950-100000@tuatha.sidhe.org>
2893      Branch: cfgperl
2894            ! vms/vms.c
2895 ____________________________________________________________________________
2896 [  3978] By: jhi                                   on 1999/08/13  09:56:46
2897         Log: Make the 64-bit tests more paranoid.
2898      Branch: cfgperl
2899            ! t/op/64bit.t
2900 ____________________________________________________________________________
2901 [  3976] By: jhi                                   on 1999/08/12  21:49:16
2902         Log: IRIX64 needs more -mabi=64 with gcc.
2903      Branch: cfgperl
2904            ! hints/irix_6.sh
2905 ____________________________________________________________________________
2906 [  3975] By: jhi                                   on 1999/08/12  21:02:03
2907         Log: Reincarnate change #3967, now in more modest form.
2908      Branch: cfgperl
2909            ! hints/irix_6.sh
2910 ____________________________________________________________________________
2911 [  3974] By: jhi                                   on 1999/08/12  20:49:36
2912         Log: Remove rt from libswanted (I added it many moons ago
2913              when I thought it would be useful in Digital UNIX,
2914              I was wrong); undo the recent IRIX hints changes,
2915              getting rid of one warning brought new ones.
2916      Branch: cfgperl
2917            ! Configure config_h.SH hints/irix_6.sh
2918      Branch: metaconfig
2919            ! U/modified/Myinit.U
2920 ____________________________________________________________________________
2921 [  3973] By: jhi                                   on 1999/08/12  19:42:53
2922         Log: st_blocks is in 512 byte blocks.
2923      Branch: cfgperl
2924            ! t/lib/syslfs.t t/op/lfs.t
2925 ____________________________________________________________________________
2926 [  3972] By: jhi                                   on 1999/08/12  19:27:31
2927         Log: Don't claim defeat too early.
2928      Branch: cfgperl
2929            ! Configure config_h.SH
2930      Branch: metaconfig/U/perl
2931            ! longdblfio.U
2932 ____________________________________________________________________________
2933 [  3971] By: jhi                                   on 1999/08/12  19:24:14
2934         Log: IRIX 64-bit hint tweak. 
2935      Branch: cfgperl
2936            ! hints/irix_6.sh
2937 ____________________________________________________________________________
2938 [  3970] By: nick                                  on 1999/08/12  19:17:20
2939         Log: Turn of deprecated warnings for defined(@Sompack::ISA) type
2940              tests i.e. RV2AV and RV2HV
2941      Branch: perl
2942            ! op.c t/pragma/warn/op
2943 ____________________________________________________________________________
2944 [  3969] By: jhi                                   on 1999/08/12  19:06:17
2945         Log: Add Configure -Duselongdouble and add a missing semicolon.
2946      Branch: cfgperl
2947            ! Configure config_h.SH sv.c
2948      Branch: metaconfig/U/perl
2949            + uselongdbl.U
2950 ____________________________________________________________________________
2951 [  3968] By: jhi                                   on 1999/08/12  18:46:00
2952         Log: Simply exit() early if lfs support seems unlikely.
2953      Branch: cfgperl
2954            ! t/lib/syslfs.t t/op/lfs.t
2955 ____________________________________________________________________________
2956 [  3967] By: jhi                                   on 1999/08/12  18:44:05
2957         Log: Suffer silently for unused libraries.
2958      Branch: cfgperl
2959            ! hints/irix_6.sh
2960 ____________________________________________________________________________
2961 [  3966] By: jhi                                   on 1999/08/12  13:18:44
2962         Log: Update MANIFEST to follow change #3965.
2963      Branch: cfgperl
2964            ! MANIFEST
2965 ____________________________________________________________________________
2966 [  3965] By: jhi                                   on 1999/08/12  13:15:38
2967         Log: Regenerate Unicode tables based on new syllable lists
2968              from Daniel Yacob.
2969      Branch: cfgperl
2970            ! (edit 159 files)
2971 ____________________________________________________________________________
2972 [  3964] By: jhi                                   on 1999/08/12  10:06:24
2973         Log: Remove more spurious casting.
2974      Branch: cfgperl
2975            ! pp_sys.c
2976 ____________________________________________________________________________
2977 [  3963] By: jhi                                   on 1999/08/12  08:18:53
2978         Log: Minor niggles on the lfs tests.
2979      Branch: cfgperl
2980            ! t/lib/syslfs.t t/op/lfs.t
2981 ____________________________________________________________________________
2982 [  3962] By: jhi                                   on 1999/08/11  22:48:25
2983         Log: Don't bother with lfs testing if off_t is too small.
2984      Branch: cfgperl
2985            ! t/lib/syslfs.t t/op/lfs.t
2986 ____________________________________________________________________________
2987 [  3961] By: jhi                                   on 1999/08/11  22:22:54
2988         Log: Long double patches from Dan Sugalski.
2989      Branch: cfgperl
2990            ! sv.c
2991 ____________________________________________________________________________
2992 [  3960] By: jhi                                   on 1999/08/11  22:17:55
2993         Log: Flush buffer before duplicating file descriptor.
2994              
2995              From: Mark-Jason Dominus <mjd@plover.com>
2996              To: Graham Barr <gbarr@pobox.com>
2997              cc: Vicki Brown <vlb@cfcl.com>, perl5-porters@perl.org, mjd@plover.com
2998              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57))
2999              Date: Wed, 11 Aug 1999 15:56:09 -0400
3000              Message-ID: <19990811195610.5933.qmail@plover.com>
3001              
3002              From: Mark-Jason Dominus <mjd@plover.com>
3003              To: perl5-porters@perl.org
3004              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57)) 
3005              Date: Wed, 11 Aug 1999 16:05:46 -0400
3006              Message-ID: <19990811200546.6165.qmail@plover.com>
3007      Branch: cfgperl
3008            ! doio.c pod/perldelta.pod
3009 ____________________________________________________________________________
3010 [  3959] By: jhi                                   on 1999/08/11  22:11:35
3011         Log: Bypass fsync(NULL) (crashes miniperl compiled with DEC C 5.2)
3012              
3013              From: "Craig A. Berry" <craig.berry@metamor.com>
3014              Sender: owner-perl5-porters@perl.org
3015              To: vmsperl@perl.org, perl5-porters@perl.org, sarathy@activestate.com,
3016              bailey@newman.upenn.edu
3017              Subject: [PATCH 5.005_60] vms.c my_flush patch to circumvent fileno
3018              problem
3019              Date: Wed, 11 Aug 1999 14:31:11 -0500
3020              Message-Id: <4.2.0.58.19990811141007.00b8f8a0@mmtnt11.metamor.com>
3021      Branch: cfgperl
3022            ! vms/vms.c
3023 ____________________________________________________________________________
3024 [  3958] By: jhi                                   on 1999/08/11  15:35:45
3025         Log: Add a hopefully comforting message if there seems to be no LFS. 
3026              This seems to be the case with e.g. ext2fs, a somewhat popular fs.
3027              The tests will fail on lfs tests only if quad is available,
3028              if ENOQUAD, the lfs tests will be skipped.
3029      Branch: cfgperl
3030            ! t/lib/syslfs.t t/op/lfs.t
3031 ____________________________________________________________________________
3032 [  3957] By: jhi                                   on 1999/08/11  12:25:59
3033         Log: Unapply an experimental patch that accidentally escaped
3034              from the lab by piggybacking with the change #3955.
3035      Branch: cfgperl
3036            ! pp.c pp.h pp_hot.c
3037 ____________________________________________________________________________
3038 [  3956] By: jhi                                   on 1999/08/11  08:19:23
3039         Log: Add sysio large file support testing.
3040      Branch: cfgperl
3041            + t/lib/syslfs.t
3042            ! MANIFEST pod/perlfunc.pod t/op/64bit.t t/op/lfs.t
3043 ____________________________________________________________________________
3044 [  3955] By: jhi                                   on 1999/08/10  22:39:11
3045         Log: From: <dan@sidhe.org>
3046              To: vmsperl@perl.org, perl5-porters@perl.org,
3047              sarathy@activestate.com, bailey@newman.upenn.edu
3048              Subject: [PATCH 5.005_60]Patches needed to get _60 building with
3049              threads on VMS
3050              Date: Tue, 10 Aug 1999 16:34:56 -0700 (PDT)
3051              Message-ID: <Pine.LNX.4.10.9908101631030.18266-100000@tuatha.sidhe.org>
3052      Branch: cfgperl
3053            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
3054            ! ext/POSIX/POSIX.xs pp.c pp.h pp_hot.c vms/vms.c vms/vmsish.h
3055            ! vms/writemain.pl
3056 ____________________________________________________________________________
3057 [  3954] By: jhi                                   on 1999/08/10  20:37:55
3058         Log: LFS testing robustness.
3059      Branch: cfgperl
3060            ! t/op/lfs.t
3061 ____________________________________________________________________________
3062 [  3953] By: jhi                                   on 1999/08/10  19:54:50
3063         Log: From: <dan@sidhe.org>
3064              To: vmsperl@perl.org, perp5-porters@perl.org, bailey@newman.upenn.edu,
3065              sarathy@activestate.com
3066              Subject: [PATCH 5.005_60]Pathces to get _60 building on VMS
3067              Date: Tue, 10 Aug 1999 13:28:18 -0700 (PDT)
3068              Message-ID: <Pine.LNX.4.10.9908101323130.18266-100000@tuatha.sidhe.org>
3069      Branch: cfgperl
3070            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
3071            ! vms/subconfigure.com vms/vmsish.h
3072 ____________________________________________________________________________
3073 [  3952] By: jhi                                   on 1999/08/10  17:18:57
3074         Log: AIX is different, again.  Now in cc -E output.
3075      Branch: cfgperl
3076            ! Configure config_h.SH
3077      Branch: metaconfig
3078            ! U/modified/cppstdin.U
3079 ____________________________________________________________________________
3080 [  3951] By: jhi                                   on 1999/08/10  14:37:08
3081         Log: Use Pid_t on pgrp matters.
3082      Branch: cfgperl
3083            ! pp_sys.c
3084 ____________________________________________________________________________
3085 [  3950] By: jhi                                   on 1999/08/10  14:35:30
3086         Log: Use Pid_t.
3087      Branch: cfgperl
3088            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
3089            ! pp_sys.c proto.h util.c
3090 ____________________________________________________________________________
3091 [  3949] By: jhi                                   on 1999/08/10  14:11:15
3092         Log: Use Mode_t.
3093      Branch: cfgperl
3094            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
3095            ! perlapi.h pp_sys.c proto.h
3096 ____________________________________________________________________________
3097 [  3948] By: jhi                                   on 1999/08/10  13:53:19
3098         Log: Small perlbug doc tweaks from Jon Orwant.
3099      Branch: cfgperl
3100            ! utils/perlbug.PL
3101 ____________________________________________________________________________
3102 [  3947] By: jhi                                   on 1999/08/10  09:55:11
3103         Log: Large file support testing.
3104      Branch: cfgperl
3105            + t/op/lfs.t
3106            ! MANIFEST t/op/64bit.t
3107 ____________________________________________________________________________
3108 [  3946] By: jhi                                   on 1999/08/10  09:13:54
3109         Log: Remove I32 casting from time-related functions.
3110      Branch: cfgperl
3111            ! pp_sys.c
3112 ____________________________________________________________________________
3113 [  3945] By: jhi                                   on 1999/08/10  09:06:42
3114         Log: Gratuitous uid and gid casts to I32s and ints removed.
3115              There are still problem spots in printfing such ids:
3116              width (%d vs %ld) and signedness %d vs %u.
3117      Branch: cfgperl
3118            ! doio.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
3119            ! perl.c perlapi.c pp_hot.c proto.h
3120 ____________________________________________________________________________
3121 [  3944] By: jhi                                   on 1999/08/10  07:43:03
3122         Log: Remove I32 casts from pp_stat, these make stat()
3123              very broken e.g. on files larger than 2 gigabytes.
3124              Reported by
3125              From: Phil Lobbes <phil@finchcomputer.com>
3126              To: perl5-porters@perl.org
3127              Subject: [ID 19990810.001] Possible bug using stat w/large files Digital
3128              UNIX Perl 5.005_03
3129              Date: Mon, 09 Aug 1999 21:38:54 -0700
3130              Message-Id: <199908100438.VAA08292@ultra.finchcomputer.com>
3131              
3132              There are more of these I32 casts all over pp_sys.c,
3133              all of them should be checked.
3134      Branch: cfgperl
3135            ! pp_sys.c
3136 ____________________________________________________________________________
3137 [  3943] By: jhi                                   on 1999/08/10  07:38:30
3138         Log: Remove blathering.
3139      Branch: cfgperl
3140            ! lib/unicode/mktables.PL
3141 ____________________________________________________________________________
3142 [  3942] By: jhi                                   on 1999/08/09  20:35:13
3143         Log: lexwarn maintenance: new warning class unsafe
3144              subclasses 'overflow' and 'portable' created,
3145              used by the recent integer overflow warnings.
3146              Class syntax subclass 'octal' renamed to 'digit',
3147              binary and hexadecimal parsing errors also 'digit' warnings.
3148      Branch: cfgperl
3149            ! lib/warning.pm pod/perllexwarn.pod t/pragma/warn/util toke.c
3150            ! util.c warning.h warning.pl
3151 ____________________________________________________________________________
3152 [  3941] By: jhi                                   on 1999/08/09  10:40:47
3153         Log: Integrate with Nick.
3154      Branch: cfgperl
3155           +> opnames.h
3156           !> Changes MANIFEST embed.h embed.pl ext/B/B/C.pm ext/B/B/CC.pm
3157           !> global.sym opcode.h opcode.pl perl.h perlapi.c pp.c
3158 ____________________________________________________________________________
3159 [  3940] By: jhi                                   on 1999/08/09  10:32:43
3160         Log: Regenerate the Unicode tables after having updated the Unicode
3161              database (change #3939).
3162      Branch: cfgperl
3163            ! (edit 157 files)
3164 ____________________________________________________________________________
3165 [  3939] By: jhi                                   on 1999/08/09  10:27:22
3166         Log: Unicode data updated to be the latest beta of the Unicode 3.0.
3167      Branch: cfgperl
3168            ! lib/unicode/UnicodeData-Latest.txt
3169 ____________________________________________________________________________
3170 [  3938] By: jhi                                   on 1999/08/09  10:25:54
3171         Log: Ethiopic changes via private email from Daniel Yacob,
3172              <dmulholl@cs.indiana.edu>.  Ethiopic and Cherokee done,
3173              Canadian Syllabics and Yi under construction.
3174      Branch: cfgperl
3175            + lib/unicode/syllables.txt
3176            - lib/unicode/EthiopicSyllables.txt
3177            - lib/unicode/MakeEthiopicSyllables.PL
3178            ! MANIFEST lib/unicode/UnicodeData-Latest.txt
3179            ! lib/unicode/mktables.PL
3180 ____________________________________________________________________________
3181 [  3937] By: jhi                                   on 1999/08/09  10:21:51
3182         Log: Move the equivalence class creation last.
3183      Branch: cfgperl
3184            ! lib/unicode/mktables.PL
3185 ____________________________________________________________________________
3186 [  3936] By: jhi                                   on 1999/08/09  10:20:40
3187         Log: Compute equivalence classes (diacritics stripping) only
3188              for letters, not for ligatures.
3189      Branch: cfgperl
3190            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
3191            ! lib/unicode/mktables.PL
3192 ____________________________________________________________________________
3193 [  3935] By: nick                                  on 1999/08/08  13:53:57
3194         Log: Will now correctly re-call 
3195              bootstrap "Foo";
3196              if requested. This should allow build on Win32 and other
3197              platforms where you cannot link to loadables directly.
3198      Branch: perl
3199            ! ext/B/B/C.pm
3200 ____________________________________________________________________________
3201 [  3934] By: nick                                  on 1999/08/07  12:23:55
3202         Log: Vishal Bhatia <vishalb@my-deja.com>
3203              Subject: [PATCH 5.005_60] fix for some obscure bugs (compiler)
3204              Message-ID: <HLPEBPHPAKHKAAAA@my-deja.com>
3205      Branch: perl
3206            ! ext/B/B/CC.pm
3207 ____________________________________________________________________________
3208 [  3933] By: nick                                  on 1999/08/07  12:19:46
3209         Log: B::C changes to get simple Tk app. compiling again
3210      Branch: perl
3211            ! ext/B/B/C.pm
3212 ____________________________________________________________________________
3213 [  3932] By: jhi                                   on 1999/08/06  21:17:16
3214         Log: Regen Configure to include change #3915.
3215      Branch: cfgperl
3216            ! Configure config_h.SH
3217 ____________________________________________________________________________
3218 [  3931] By: jhi                                   on 1999/08/06  18:52:57
3219         Log: Todo update.
3220      Branch: cfgperl
3221            ! Todo Todo-5.005 lib/unicode/mktables.PL
3222 ____________________________________________________________________________
3223 [  3930] By: jhi                                   on 1999/08/06  13:13:05
3224         Log: Character class equivalence tables.
3225      Branch: cfgperl
3226            + lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
3227            ! MANIFEST lib/unicode/mktables.PL
3228 ____________________________________________________________________________
3229 [  3929] By: jhi                                   on 1999/08/06  11:59:11
3230         Log: More Fcntl constants.  (This process really needs
3231              to be automated, at least partly, see the Errno extension.)
3232              Now also the SEEK_ constants are available via the Fcntl.
3233              Yes, this is redundant (IO::Seekable and POSIX supply them already),
3234              but now Fcntl is a one-stop shopping mall for all your
3235              file-related constants.    
3236      Branch: cfgperl
3237            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs pod/perlfunc.pod
3238 ____________________________________________________________________________
3239 [  3928] By: jhi                                   on 1999/08/06  08:08:03
3240         Log: Protect against pack/unpack repeat count overflows,
3241              based on:
3242              
3243              From: Nathan Torkington <gnat@frii.com>
3244              To: Brian Keefer <mgomes@cwix.com>
3245              Cc: perl5-porters@perl.org
3246              Subject: Re: [ID 19990806.001] Core dump with obfuscated code
3247              Date: Thu, 5 Aug 1999 23:01:51 -0600 (MDT)
3248              Message-ID: <14250.27711.769942.100675@localhost.frii.com>
3249      Branch: cfgperl
3250            ! pod/perldiag.pod pp.c
3251 ____________________________________________________________________________
3252 [  3927] By: jhi                                   on 1999/08/06  07:32:20
3253         Log: Fix for Nathan's fix (#3920) from Guy Decoux.
3254              
3255              From: Nathan Torkington <gnat@frii.com>
3256              To: perl5-porters@perl.org
3257              Subject: Bugfix for my bugfix
3258              Date: Thu, 5 Aug 1999 21:25:47 -0600 (MDT)
3259              Message-ID: <14250.21947.765134.940583@localhost.frii.com>
3260      Branch: cfgperl
3261            ! ext/B/B/Assembler.pm
3262 ____________________________________________________________________________
3263 [  3926] By: jhi                                   on 1999/08/05  17:25:19
3264         Log: Fix regex charclass parsing so that bogus ranges
3265              like [0-\d] and [[:word:]-z] are no more allowed.
3266              The anomaly was noticed by Guy Decoux.
3267      Branch: cfgperl
3268            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
3269 ____________________________________________________________________________
3270 [  3925] By: jhi                                   on 1999/08/05  10:31:47
3271         Log: split /^/ deprecation warning should not be on by default.
3272      Branch: cfgperl
3273            ! pp.c
3274 ____________________________________________________________________________
3275 [  3923] By: jhi                                   on 1999/08/05  09:16:57
3276         Log: From: paul.marquess@bt.com
3277              To: jhi@iki.fi, paul.marquess@bt.com
3278              Cc: gsar@ActiveState.com, perl5-porters@perl.org
3279              Subject: RE: [PATCH 5.005_60] anydbm.t + DB_File + Berkeley DB >= 2.4.10
3280              Date: Thu, 5 Aug 1999 09:33:14 +0100
3281              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B26@mbtlipnt02.btlabs.bt.co.uk>
3282      Branch: cfgperl
3283            ! t/lib/anydbm.t
3284 ____________________________________________________________________________
3285 [  3921] By: jhi                                   on 1999/08/05  08:05:13
3286         Log: From: paul.marquess@bt.com
3287              To: perl5-porters@perl.org
3288              Cc: gsar@activestate.com, nik@tiuk.ti.com, jhi@iki.fi,
3289              randy@theoryx5.uwinnipeg.ca
3290              Subject:  [PATCH 5.005_60] DB_File 1.70
3291              Date: Wed, 4 Aug 1999 23:22:22 +0100
3292              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B21@mbtlipnt02.btlabs.bt.co.uk>
3293              
3294              (Replaces change #3917)
3295      Branch: cfgperl
3296            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
3297            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
3298 ____________________________________________________________________________
3299 [  3920] By: jhi                                   on 1999/08/04  19:02:58
3300         Log: From: Nathan Torkington <gnat@frii.com>
3301              To: perl5-porters@perl.org
3302              Subject: [5.005_60 PATCH] Make B::Bytecode work
3303              Date: Wed, 4 Aug 1999 11:24:56 -0600 (MDT)
3304              Message-ID: <14248.30568.769427.216092@localhost.frii.com>
3305      Branch: cfgperl
3306            ! ext/B/B/Assembler.pm
3307 ____________________________________________________________________________
3308 [  3919] By: jhi                                   on 1999/08/04  10:56:26
3309         Log: Update history records.
3310      Branch: cfgperl
3311            ! pod/perlhist.pod
3312 ____________________________________________________________________________
3313 [  3918] By: jhi                                   on 1999/08/04  09:36:13
3314         Log: Minor fixes to linux -Dusethreads -Duseperlio.
3315      Branch: cfgperl
3316            ! perlio.c
3317 ____________________________________________________________________________
3318 [  3917] By: jhi                                   on 1999/08/04  08:13:20
3319         Log: (Replaced by change #3921)
3320              From: paul.marquess@bt.com
3321              To: gsar@activestate.com
3322              Cc: perl5-porters@perl.org
3323              Subject: [PATCH 5.005_60] DB_File 1.69
3324              Date: Tue, 3 Aug 1999 22:55:00 +0100
3325              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6D04@mbtlipnt02.btlabs.bt.co.uk>
3326      Branch: cfgperl
3327            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
3328            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
3329 ____________________________________________________________________________
3330 [  3916] By: jhi                                   on 1999/08/04  07:59:05
3331         Log: Introduce the charnames pragma.
3332              
3333              Subject: [PATCH 5.005_58] Free \C (for named chars), move to \O
3334              From: Ilya Zakharevich <[9]ilya@math.ohio-state.edu>
3335              To: Chip Salzenberg <[11]chip@perlsupport.com>
3336              Cc: Mailing list Perl5 <[12]perl5-porters@perl.org>
3337              Date: Sat, 31 Jul 1999 05:44:05 -0400
3338              Message-Id: <[13]199907311407.IAA25042@localhost.frii.com>
3339              
3340              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3341              To: Mailing list Perl5 <perl5-porters@perl.org>
3342              Subject: [PATCH 5.005_58] Named characters in Perl
3343              Date: Mon, 2 Aug 1999 19:25:40 -0400
3344              Message-ID: <19990802192540.B24407@monk.mps.ohio-state.edu>
3345      Branch: cfgperl
3346            + lib/charnames.pm t/lib/charnames.t
3347            ! MAINTAIN MANIFEST lib/utf8.pm pod/perldiag.pod pod/perlop.pod
3348            ! pod/perlre.pod regcomp.c toke.c
3349 ____________________________________________________________________________
3350 [  3915] By: jhi                                   on 1999/08/03  21:18:49
3351         Log: Support Configure -Dmake=pmake.
3352              Via private email from Andy.
3353              NOTE: assumes "basename" command.
3354      Branch: metaconfig
3355            ! U/modified/Config_sh.U
3356 ____________________________________________________________________________
3357 [  3914] By: jhi                                   on 1999/08/03  21:11:11
3358         Log: The op/filetest.t failed subtest 7 if testing as root.
3359              
3360              From: =?iso-8859-1?Q?Fran=E7ois=20D=E9sarm=E9nien?= <desar@club-internet.fr>
3361              To: perl5-porters@perl.org
3362              Subject: [ID 19990727.039] Not OK: perl 5.00558 on i386-sco 3.2v5.0.4
3363              Date: Tue, 27 Jul 1999 22:54:05 +0200
3364              Message-Id: <379E1C6D.626DC765@club-internet.fr>
3365      Branch: cfgperl
3366            ! t/op/filetest.t
3367 ____________________________________________________________________________
3368 [  3911] By: jhi                                   on 1999/08/03  19:52:38
3369         Log: The "-Dusethreads -Duseperlio" combination failed.
3370              
3371              From: Spider Boardman <spider@leggy.zk3.dec.com>
3372              To: perl5-porters@perl.org
3373              Subject: [ID 19990803.007] Not OK: perl 5.00560 on alpha-dec_osf-thread
3374              4.0 (UNINSTALLED)
3375              Date: Tue, 3 Aug 1999 14:25:00 -0400
3376              Message-Id: <199908031825.OAA29254@leggy.zk3.dec.com>
3377              
3378              See also change #3912.
3379      Branch: cfgperl
3380            ! perlio.c
3381 ____________________________________________________________________________
3382 [  3910] By: jhi                                   on 1999/08/03  10:44:24
3383         Log: From: Chris Nandor <pudge@pobox.com>
3384              To: perl5-porters@perl.org
3385              Subject: [PATCH 5.005_58] perlbug.PL 1.27
3386              Date: Wed, 28 Jul 1999 23:42:49 -0400
3387              Message-Id: <v04210104b3c57ce9e3de@[152.167.11.247]>
3388      Branch: cfgperl
3389            ! utils/perlbug.PL
3390 ____________________________________________________________________________
3391 [  3909] By: jhi                                   on 1999/08/03  10:41:04
3392         Log: Hints for building ByteLoader in SunoS.  Based on
3393              From: Andy Dougherty <doughera@lafayette.edu>
3394              To: Gurusamy Sarathy <gsar@activestate.com>
3395              Cc: Perl Porters <perl5-porters@perl.org>
3396              Subject: Re: 5.005_58 Not OK SunOS 4.1.3
3397              Date: Mon, 2 Aug 1999 14:01:58 -0400 (EDT)
3398              Message-Id: <Pine.GSU.4.05.9908021357410.5873-100000@newton.phys>
3399      Branch: cfgperl
3400            + ext/ByteLoader/hints/sunos.pl
3401            ! MANIFEST ext/ByteLoader/ByteLoader.xs
3402 ____________________________________________________________________________
3403 [  3908] By: jhi                                   on 1999/08/03  09:29:22
3404         Log: Clarify RE engine code; inline a static function to a macro;
3405              make exact string nodes smaller.
3406              
3407              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3408              To: perl5-porters@perl.org (Mailing list Perl5)
3409              Subject: [PATCH 5.005_60] Cosmetic change to REx engine
3410              Date: Mon, 2 Aug 1999 21:53:36 -0400 (EDT)
3411              Message-Id: <199908030153.VAA10542@monk.mps.ohio-state.edu>
3412      Branch: cfgperl
3413            ! Makefile.SH embed.pl global.sym keywords.h lib/warning.pm
3414            ! opcode.h pp.sym pp_proto.h regcomp.c regcomp.h regexec.c
3415            ! regnodes.h warning.h
3416 ____________________________________________________________________________
3417 [  3907] By: jhi                                   on 1999/08/03  08:11:49
3418         Log: 5_59 configured with -Dd_bincompat5005 can't be made
3419              binary compatible with a 5_03 which was built with -DEMBEDMYMALLOC.
3420              
3421              From: Spider Boardman <spider@leggy.zk3.dec.com>
3422              To: perl5-porters@perl.org
3423              Subject: [ID 19990802.016] Not OK: perl 5.00559
3424              Date: Mon, 2 Aug 1999 16:11:13 -0400
3425              Message-Id: <199908022011.QAA30224@leggy.zk3.dec.com>
3426      Branch: cfgperl
3427            ! embed.pl
3428 ____________________________________________________________________________
3429 [  3906] By: jhi                                   on 1999/08/03  07:48:59
3430         Log: Change #3790 redemption: with a little additional
3431              patch from Ilya it works okay.
3432      Branch: cfgperl
3433            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
3434            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
3435 ____________________________________________________________________________
3436 [  3905] By: gsar                                  on 1999/08/02  21:03:23
3437         Log: this will be 5.005_60
3438      Branch: perl
3439            ! Changes
3440
3441 ----------------
3442 Version 5.005_60
3443 ----------------
3444
3445 ____________________________________________________________________________
3446 [  3904] By: gsar                                  on 1999/08/02  20:30:23
3447         Log: don't enable PERL_POLLUTE_MALLOC when EMBEDMYMALLOC is
3448              in effect (from Spider Boardman <spider@leggy.zk3.dec.com>);
3449              regen headers
3450      Branch: perl
3451            ! embed.h embed.pl global.sym opcode.h perlapi.c
3452 ____________________________________________________________________________
3453 [  3903] By: gsar                                  on 1999/08/02  20:26:07
3454         Log: native int pack/unpack fixes (from Spider Boardman
3455              <spider@leggy.zk3.dec.com>)
3456      Branch: perl
3457            ! pp.c
3458 ____________________________________________________________________________
3459 [  3902] By: gsar                                  on 1999/08/02  20:24:41
3460         Log: fix broken -DDEBUGGING_OPS (from Spider Boardman
3461              <spider@leggy.zk3.dec.com>)
3462      Branch: perl
3463            + opnames.h
3464            ! Changes MANIFEST opcode.pl perl.h
3465 ____________________________________________________________________________
3466 [  3901] By: gsar                                  on 1999/08/02  18:51:18
3467         Log: integrate cfgperl contents
3468      Branch: perl
3469           !> INSTALL README pod/perldelta.pod
3470 ____________________________________________________________________________
3471 [  3900] By: jhi                                   on 1999/08/02  18:46:21
3472         Log: Update README and INSTALL; partly based on the message
3473              
3474              From: "John L. Allen" <allen@grumman.com>
3475              To: Jarkko Hietaniemi <jhi@iki.fi>
3476              cc: perl5-porters@perl.org
3477              Subject: Re: Perl Installation Problem
3478              Date: Thu, 29 Jul 1999 14:55:05 -0400 (EDT)
3479              Message-ID: <Pine.SOL.3.91.990729144440.1035A-100000@gateway.grumman.com>
3480              
3481              and private email from Andy Dougherty.
3482      Branch: cfgperl
3483            ! INSTALL README
3484 ____________________________________________________________________________
3485 [  3899] By: jhi                                   on 1999/08/02  18:36:35
3486         Log: Integrate with Sarathy.
3487      Branch: cfgperl
3488           !> op.c
3489 ____________________________________________________________________________
3490 [  3898] By: jhi                                   on 1999/08/02  18:34:49
3491         Log: Update PERL_BINCOMPAT_5005; update 64-bitness.
3492      Branch: cfgperl
3493            ! pod/perldelta.pod
3494 ____________________________________________________________________________
3495 [  3897] By: gsar                                  on 1999/08/02  18:18:37
3496         Log: optimizations could sometimes bypass bareword check
3497      Branch: perl
3498            ! op.c
3499 ____________________________________________________________________________
3500 [  3896] By: jhi                                   on 1999/08/02  18:18:34
3501         Log: Integrate with Sarathy.
3502      Branch: cfgperl
3503           !> Changes makedef.pl patchlevel.h win32/Makefile
3504           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
3505           !> win32/makefile.mk
3506 ____________________________________________________________________________
3507 [  3895] By: gsar                                  on 1999/08/02  17:22:40
3508         Log: up patchlevel etc.
3509      Branch: perl
3510            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
3511            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
3512 ____________________________________________________________________________
3513 [  3894] By: gsar                                  on 1999/08/02  17:12:31
3514         Log: integrate change#3893, make it conditional on bincompat5005
3515      Branch: perl
3516            ! makedef.pl
3517 ____________________________________________________________________________
3518 [  3893] By: jhi                                   on 1999/08/02  16:49:08
3519         Log: PERL_BINCOMPAT_5005 symbol translation.
3520              (AIX wouldn't link neither perl nor extensions.)
3521      Branch: cfgperl
3522            ! makedef.pl
3523 ____________________________________________________________________________
3524 [  3892] By: gsar                                  on 1999/08/02  16:09:13
3525         Log: integrate cfgperl contents into mainline
3526      Branch: perl
3527           +> t/op/64bit.t
3528            ! Changes
3529           !> Configure MANIFEST config_h.SH doio.c dump.c hints/aix.sh op.c
3530           !> pod/perlfunc.pod pp_hot.c pp_sys.c regcomp.c sv.c t/io/open.t
3531           !> t/pragma/utf8.t t/pragma/warn/pp_hot toke.c util.c
3532 ____________________________________________________________________________
3533 [  3891] By: jhi                                   on 1999/08/02  14:52:40
3534         Log: AIX long long probing requires LL suffix for
3535              the ll constant.  The suffix doesn't seem
3536              to bother other ll platforms.
3537      Branch: cfgperl
3538            ! Configure config_h.SH hints/aix.sh
3539      Branch: metaconfig/U/perl
3540            ! quadfio.U
3541 ____________________________________________________________________________
3542 [  3890] By: jhi                                   on 1999/08/02  14:21:55
3543         Log: Exact path to perl for open -|.
3544      Branch: cfgperl
3545            ! t/io/open.t
3546 ____________________________________________________________________________
3547 [  3889] By: jhi                                   on 1999/08/02  14:18:03
3548         Log: Integrate with Sarathy.
3549      Branch: cfgperl
3550           !> Changes patchlevel.h pod/perlhist.pod pp_ctl.c util.c
3551           !> win32/Makefile win32/config_H.bc win32/config_H.gc
3552           !> win32/config_H.vc win32/makefile.mk win32/win32.c
3553 ____________________________________________________________________________
3554 [  3888] By: jhi                                   on 1999/08/02  14:14:29
3555         Log: AIX -Duse64bits: old AIXen do not have the getconf variables.
3556      Branch: cfgperl
3557            ! hints/aix.sh
3558 ____________________________________________________________________________
3559 [  3887] By: jhi                                   on 1999/08/02  12:53:10
3560         Log: Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that
3561              emacs code indentation doesn't get wrong ideas--
3562              in other words, introduce a couple of "redundant" if:s.
3563      Branch: cfgperl
3564            ! doio.c dump.c op.c pp_hot.c pp_sys.c regcomp.c sv.c toke.c
3565            ! util.c
3566 ____________________________________________________________________________
3567 [  3886] By: jhi                                   on 1999/08/02  12:43:16
3568         Log: Mention that also *BSD systems with glibc are known to stumble.
3569      Branch: cfgperl
3570            ! t/pragma/warn/pp_hot
3571 ____________________________________________________________________________
3572 [  3885] By: jhi                                   on 1999/08/02  12:34:15
3573         Log: Allow also non-long long but still quad platforms print quads.
3574      Branch: cfgperl
3575            ! Configure config_h.SH
3576      Branch: metaconfig/U/perl
3577            ! longdblfio.U quadfio.U
3578 ____________________________________________________________________________
3579 [  3884] By: jhi                                   on 1999/08/02  11:56:14
3580         Log: Fix regclass utf8 hex ranges for quads.
3581      Branch: cfgperl
3582            ! regcomp.c
3583 ____________________________________________________________________________
3584 [  3883] By: jhi                                   on 1999/08/02  11:42:14
3585         Log: Enhance the description of how to detect quad support.
3586      Branch: cfgperl
3587            ! pod/perlfunc.pod
3588 ____________________________________________________________________________
3589 [  3882] By: jhi                                   on 1999/08/02  11:22:19
3590         Log: Fix printf %D %U %O for quads.
3591      Branch: cfgperl
3592            ! sv.c t/op/64bit.t
3593 ____________________________________________________________________________
3594 [  3881] By: jhi                                   on 1999/08/02  11:16:12
3595         Log: Document quad printing.
3596      Branch: cfgperl
3597            ! pod/perlfunc.pod
3598 ____________________________________________________________________________
3599 [  3880] By: jhi                                   on 1999/08/02  10:32:01
3600         Log: More 64-bit fixing.  One known bug of that kind
3601              remains, 32-bit platforms using long long in
3602              the test t/pragma/utf8 subtests 1-3 fail.
3603              (Update: change    #3884 fixed that one.)
3604      Branch: cfgperl
3605            + t/op/64bit.t
3606            ! Configure MANIFEST config_h.SH regcomp.c sv.c t/pragma/utf8.t
3607
3608 ----------------
3609 Version 5.005_59
3610 ----------------
3611
3612 ____________________________________________________________________________
3613 [  3879] By: gsar                                  on 1999/08/02  08:18:58
3614         Log: integrate cfgperl changes into mainline
3615      Branch: perl
3616           !> Configure config_h.SH sv.c
3617 ____________________________________________________________________________
3618 [  3878] By: gsar                                  on 1999/08/02  08:13:16
3619         Log: change#3692 had an unintentional patch leak through!
3620              (this would explain the mysterious C<next LABEL> failures
3621              people have seen)
3622      Branch: perl
3623            ! pp_ctl.c
3624 ____________________________________________________________________________
3625 [  3877] By: gsar                                  on 1999/08/02  08:00:29
3626         Log: up patchlevel to 59
3627      Branch: perl
3628            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
3629            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3630            ! win32/makefile.mk
3631 ____________________________________________________________________________
3632 [  3876] By: gsar                                  on 1999/08/02  07:51:18
3633         Log: fix coredump under usethreads+debug
3634      Branch: perl
3635            ! util.c
3636 ____________________________________________________________________________
3637 [  3875] By: jhi                                   on 1999/08/02  07:50:51
3638         Log: d_bincompat5005 could be left empty.
3639      Branch: cfgperl
3640            ! Configure config_h.SH
3641      Branch: metaconfig/U/perl
3642            ! bincompat5005.U
3643 ____________________________________________________________________________
3644 [  3874] By: jhi                                   on 1999/08/02  07:42:45
3645         Log: Fix printf %d when IV is quad.
3646      Branch: cfgperl
3647            ! sv.c
3648 ____________________________________________________________________________
3649 [  3873] By: gsar                                  on 1999/08/02  07:41:03
3650         Log: fix d_bincompat5005='' junking config.h
3651      Branch: perl
3652            ! Configure
3653 ____________________________________________________________________________
3654 [  3872] By: gsar                                  on 1999/08/02  07:38:48
3655         Log: C needs parameter list, not merely type
3656      Branch: perl
3657            ! win32/win32.c
3658 ____________________________________________________________________________
3659 [  3871] By: jhi                                   on 1999/08/02  07:20:51
3660         Log: Integrate with Sarathy.
3661      Branch: cfgperl
3662           !> Changes ext/B/B/C.pm ext/B/B/CC.pm regexec.c
3663 ____________________________________________________________________________
3664 [  3870] By: gsar                                  on 1999/08/02  07:12:18
3665         Log: integrate cfgperl changes into mainline
3666      Branch: perl
3667            ! Changes
3668           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
3669           !> Porting/config_H config_h.SH doio.c dump.c mg.c op.c perl.h
3670           !> pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c t/pragma/warn/sv
3671           !> toke.c util.c
3672 ____________________________________________________________________________
3673 [  3869] By: gsar                                  on 1999/08/02  06:59:09
3674         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
3675              Date: Sat, 31 Jul 1999 19:08:33 -0700
3676              Message-ID: <LAONLKLELDJAFAAA@my-deja.com>
3677              Subject: [PATCH 5.005_58] "use constant" in the compiler
3678      Branch: perl
3679            ! ext/B/B/C.pm ext/B/B/CC.pm
3680 ____________________________________________________________________________
3681 [  3868] By: gsar                                  on 1999/08/02  06:55:51
3682         Log: debug build tweak
3683      Branch: perl
3684            ! regexec.c
3685 ____________________________________________________________________________
3686 [  3867] By: gsar                                  on 1999/08/02  06:35:18
3687         Log: create vmsperl branch (to be owned and operated by: cbailey)
3688      Branch: vmsperl
3689           +> (branch 1476 files)
3690 ____________________________________________________________________________
3691 [  3866] By: jhi                                   on 1999/08/01  23:34:40
3692         Log: so_locations once is enough.
3693      Branch: cfgperl
3694            ! Makefile.SH
3695 ____________________________________________________________________________
3696 [  3865] By: jhi                                   on 1999/08/01  23:13:05
3697         Log: Simplicate duplicated code.
3698      Branch: cfgperl
3699            ! util.c
3700 ____________________________________________________________________________
3701 [  3864] By: jhi                                   on 1999/08/01  22:41:41
3702         Log: Integrate with Sarathy.  perl.h and util.c required manual resolving.
3703      Branch: cfgperl
3704           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
3705           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
3706            - README.cygwin32 cygwin32/Makefile.SHs
3707            - cygwin32/build-instructions.READFIRST
3708            - cygwin32/build-instructions.charles-wilson
3709            - cygwin32/build-instructions.sebastien-barre
3710            - cygwin32/build-instructions.steven-morlock
3711            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
3712            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
3713            - hints/cygwin32.sh
3714           !> (integrate 61 files)
3715 ____________________________________________________________________________
3716 [  3863] By: jhi                                   on 1999/08/01  22:36:02
3717         Log: Regen Configure and Glossary once again.
3718      Branch: cfgperl
3719            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3720            ! config_h.SH
3721 ____________________________________________________________________________
3722 [  3862] By: jhi                                   on 1999/08/01  22:26:09
3723         Log: Glossary update for #3861.
3724      Branch: cfgperl
3725            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3726            ! config_h.SH
3727 ____________________________________________________________________________
3728 [  3861] By: jhi                                   on 1999/08/01  22:22:51
3729         Log: 64-bit work.  Now 32-bit platforms get a 100% make test
3730              with -Duse64bits (using long long).
3731              Tested in Solaris 2.6 sparc  RH Linux 6.0 x86
3732              (and Digital IX 4.0D, to get a true 64-bit opinion).  Now e.g.
3733              'print unpack "q", pack "q", 12345678901'
3734              should work on such 32-bit platforms.
3735              Still a lot of printf()s behind -D which wrongly assume
3736              that %ld/%lx and (long) are a good combination.
3737              Introducing a slew of new macros intended to be used in printf()
3738              format strings: e. g. PERL_PRId64 is the string to be used
3739              when printing an IV, printf("%" PERL_PRId64 "\n", iv).
3740              The PRI... naming follows the C9X naming of <inttypes.h> macros.
3741      Branch: cfgperl
3742            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3743            ! config_h.SH doio.c dump.c mg.c op.c perl.h pp_ctl.c pp_hot.c
3744            ! pp_sys.c scope.c sv.c t/pragma/warn/sv toke.c util.c
3745      Branch: metaconfig/U/perl
3746            + atolf.U atoll.U longdblfio.U quadfio.U strtoull.U
3747 ____________________________________________________________________________
3748 [  3860] By: gsar                                  on 1999/08/01  21:23:18
3749         Log: integrate cfgperl contents into mainline
3750      Branch: perl
3751            ! toke.c
3752           !> (integrate 29 files)
3753 ____________________________________________________________________________
3754 [  3859] By: gsar                                  on 1999/08/01  21:13:09
3755         Log: From: Nathan Torkington <gnat@frii.com>
3756              Date: Sun, 1 Aug 1999 11:23:35 -0600 (MDT)
3757              Message-ID: <14244.33431.739419.806927@localhost.frii.com>
3758              Subject: [PATCH 5.005_58] ext/B/B/Disassembler.pm patch
3759      Branch: perl
3760            ! ext/B/B/Disassembler.pm
3761 ____________________________________________________________________________
3762 [  3858] By: gsar                                  on 1999/08/01  21:09:15
3763         Log: DB_File 1.68 update from Paul Marquess
3764      Branch: perl
3765            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
3766            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
3767            ! t/lib/db-recno.t
3768 ____________________________________________________________________________
3769 [  3857] By: gsar                                  on 1999/08/01  21:05:54
3770         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3771              Date: Sat, 31 Jul 1999 05:13:38 -0400
3772              Message-Id: <199907311407.IAA25038@localhost.frii.com>
3773              Subject: [PATCH 5.005_58] More optimizations to REx engine
3774      Branch: perl
3775            ! embed.pl embedvar.h ext/Thread/Thread.xs objXSUB.h perl.c
3776            ! perl.h proto.h regcomp.c regexec.c t/op/re_tests thrdvar.h
3777 ____________________________________________________________________________
3778 [  3856] By: gsar                                  on 1999/08/01  20:59:59
3779         Log: slightly modified version of suggested patch
3780              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3781              Date: Sat, 31 Jul 1999 04:45:12 -0400
3782              Message-Id: <199907311406.IAA25034@localhost.frii.com>
3783              Subject: [PATCH 5.005_58] Fix OS/2 build
3784      Branch: perl
3785            ! Makefile.SH lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
3786            ! makedef.pl os2/Makefile.SHs os2/diff.configure perl.h sv.h
3787 ____________________________________________________________________________
3788 [  3855] By: gsar                                  on 1999/08/01  20:49:06
3789         Log: cygwin update
3790              From: "Fifer, Eric" <EFifer@sanwaint.com>
3791              Date: Fri, 30 Jul 1999 18:31:48 +0100
3792              Message-Id: <71E287AB0D94D111BBD600600849EC8185EE06@POST>
3793              Subject: [ID 19990730.003] PATCH] perl5.005_58 cygwin port
3794      Branch: perl
3795            ! doio.c dosish.h lib/File/Spec/Unix.pm mg.c perl.h perlsdio.h
3796            ! pp_sys.c unixish.h util.c
3797 ____________________________________________________________________________
3798 [  3854] By: gsar                                  on 1999/08/01  20:41:53
3799         Log: fixes from Stephen McCamant that address bugs in change#3612
3800              (the optimization shouldn't be enabled in expressions where
3801              the variable is introduced), and fix Deparse to grok the
3802              optimization
3803              Date: Thu, 29 Jul 1999 21:21:49 -0500 (CDT)
3804              Message-ID: <14241.3133.979257.953396@alias-2.pr.mcs.net>
3805              Subject: [PATCH _58] Set OPpTARGET_MY more consistently
3806              --
3807              Date: Thu, 29 Jul 1999 22:31:16 -0500 (CDT)
3808              Message-ID: <14241.7300.181386.763503@alias-2.pr.mcs.net>
3809              Subject: [PATCH _58] Disable TARGET_MY-ization on variable introduction
3810              --
3811              Date: Fri, 30 Jul 1999 22:25:27 -0500 (CDT)
3812              Message-Id: <199907310326.VAA24376@localhost.frii.com>
3813              Subject: [PATCH _58, long] B::Deparse (was Re: New warning 'Useless use of...')
3814      Branch: perl
3815            ! ext/B/B/Deparse.pm op.c
3816 ____________________________________________________________________________
3817 [  3853] By: gsar                                  on 1999/08/01  20:31:32
3818         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
3819              Date: Thu, 29 Jul 1999 14:08:50 -0500 (CDT)
3820              Message-ID: <14240.42690.292893.605292@alias-2.pr.mcs.net>
3821              Subject: [PATCH _58] Two one-liner LOGOP tweaks
3822      Branch: perl
3823            ! op.c opcode.h opcode.pl
3824 ____________________________________________________________________________
3825 [  3852] By: gsar                                  on 1999/08/01  20:29:17
3826         Log: rename cygwin32 to cygwin (from Eric Fifer <EFifer@sanwaint.com>)
3827      Branch: perl
3828            ! AUTHORS EXTERN.h INSTALL MAINTAIN Makefile.SH Porting/patchls
3829            ! README.cygwin README.win32 XSUB.h cygwin/Makefile.SHs
3830            ! ext/DynaLoader/dl_cygwin.xs ext/POSIX/POSIX.xs
3831            ! ext/SDBM_File/sdbm/pair.c hints/cygwin.sh
3832            ! lib/ExtUtils/MM_Cygwin.pm makedepend.SH perl.h pod/perl.pod
3833            ! pod/perlport.pod pp_sys.c util.c
3834 ____________________________________________________________________________
3835 [  3851] By: gsar                                  on 1999/08/01  20:20:05
3836         Log: move files around for s/cygwin32/cygwin/ renaming
3837      Branch: perl
3838           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
3839           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
3840            - README.cygwin32 cygwin32/Makefile.SHs
3841            - cygwin32/build-instructions.READFIRST
3842            - cygwin32/build-instructions.charles-wilson
3843            - cygwin32/build-instructions.sebastien-barre
3844            - cygwin32/build-instructions.steven-morlock
3845            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
3846            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
3847            - hints/cygwin32.sh
3848            ! MANIFEST
3849 ____________________________________________________________________________
3850 [  3850] By: gsar                                  on 1999/08/01  20:05:14
3851         Log: posix-bc hints tweak (via private mail from Thomas Dorner
3852              <Thomas.Dorner@start.de>)
3853      Branch: perl
3854            ! Changes hints/posix-bc.sh
3855 ____________________________________________________________________________
3856 [  3849] By: gsar                                  on 1999/08/01  19:50:20
3857         Log: notes on PERL_IMPLICIT_CONTEXT (from a version by Nathan Torkington
3858              <gnat@frii.com>)
3859      Branch: perl
3860            ! perl.h pod/perldelta.pod pod/perlguts.pod
3861 ____________________________________________________________________________
3862 [  3848] By: gsar                                  on 1999/08/01  18:34:41
3863         Log: fix defined(@foo) encarpments
3864      Branch: perl
3865            ! ext/B/B/C.pm lib/CGI.pm lib/Dumpvalue.pm lib/dumpvar.pl
3866            ! pod/perltrap.pod
3867 ____________________________________________________________________________
3868 [  3847] By: jhi                                   on 1999/08/01  17:17:07
3869         Log: Undo #3790 and the patches that attempted to fix it
3870              (#3837, #3838, #3845).  The #3790 caused linkage failures
3871              and/or core dumps in Solaris 2.6, Digital UNIX 4.0D, and
3872              IRIX 6.5.
3873      Branch: cfgperl
3874            - ext/SDBM_File/hints/dec_osf.pl ext/SDBM_File/hints/solaris.pl
3875            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
3876            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
3877 ____________________________________________________________________________
3878 [  3846] By: jhi                                   on 1999/08/01  11:41:52
3879         Log: Reading 64-bit decimal numbers was broken because
3880              the NV was cast to an I32, not an IV.
3881      Branch: cfgperl
3882            ! toke.c
3883 ____________________________________________________________________________
3884 [  3845] By: jhi                                   on 1999/08/01  11:00:24
3885         Log: Solaris doesn't like PERL_MALLOC_OK in SDBM_File.
3886      Branch: cfgperl
3887            + ext/SDBM_File/hints/solaris.pl
3888 ____________________________________________________________________________
3889 [  3844] By: jhi                                   on 1999/08/01  10:55:44
3890         Log: Enable Solaris largefiles support only if -Duse64bits is used.
3891              (Effectively removes #3311).
3892      Branch: cfgperl
3893            ! hints/solaris_2.sh
3894 ____________________________________________________________________________
3895 [  3843] By: jhi                                   on 1999/07/31  22:44:56
3896         Log: Integer overflow iteration.
3897      Branch: cfgperl
3898            ! t/op/oct.t toke.c util.c
3899 ____________________________________________________________________________
3900 [  3842] By: jhi                                   on 1999/07/31  22:11:03
3901         Log: Remove a lot of unused regnode codes.
3902              Noticed by Ilya.
3903      Branch: cfgperl
3904            ! regcomp.c regcomp.sym regexec.c regnodes.h
3905 ____________________________________________________________________________
3906 [  3841] By: jhi                                   on 1999/07/31  21:53:54
3907         Log: Make the use64bits and usethreads friendlier/braver;
3908              they no more wimp out if the platform is unknown.
3909              On use64bits if gcc used -DUSE_LONG_LONG is added
3910              to the ccflags (this dependency on gcc caused a slightly weird
3911              reordering of Configure, but things still seem to work.)
3912      Branch: cfgperl
3913            ! Configure README.threads config_h.SH
3914      Branch: metaconfig
3915            ! U/threads/usethreads.U
3916      Branch: metaconfig/U/perl
3917            ! use64bits.U
3918 ____________________________________________________________________________
3919 [  3840] By: jhi                                   on 1999/07/31  20:26:22
3920         Log: Hack the "integer overflow" code some more.
3921      Branch: cfgperl
3922            ! perl.h toke.c util.c
3923 ____________________________________________________________________________
3924 [  3839] By: jhi                                   on 1999/07/31  20:22:00
3925         Log: Test oct() at the 2^32-1 limit.
3926      Branch: cfgperl
3927            ! t/op/oct.t
3928 ____________________________________________________________________________
3929 [  3838] By: jhi                                   on 1999/07/31  20:08:43
3930         Log: Update MANIFEST for #3837.
3931      Branch: cfgperl
3932            ! MANIFEST
3933 ____________________________________________________________________________
3934 [  3837] By: jhi                                   on 1999/07/31  20:02:40
3935         Log: Digital UNIX 4.0D doesn't like perl malloc on sdbm
3936              (a core dump with a corrput stack ensues).
3937      Branch: cfgperl
3938            + ext/SDBM_File/hints/dec_osf.pl
3939 ____________________________________________________________________________
3940 [  3836] By: jhi                                   on 1999/07/29  21:09:01
3941         Log: Allow for Configure -Ubincompat5005 override.
3942      Branch: cfgperl
3943            ! Configure config_h.SH
3944      Branch: metaconfig/U/perl
3945            ! bincompat5005.U
3946 ____________________________________________________________________________
3947 [  3835] By: jhi                                   on 1999/07/29  21:04:02
3948         Log: Make Configure support PERL_BINCOMPAT_5005.
3949      Branch: cfgperl
3950            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3951            ! config_h.SH
3952      Branch: metaconfig/U/perl
3953            + bincompat5005.U
3954 ____________________________________________________________________________
3955 [  3834] By: jhi                                   on 1999/07/29  19:25:35
3956         Log: AIX tweak, need reported by David R. Fravor <dfavor@austin.ibm.com> 
3957      Branch: cfgperl
3958            ! Makefile.SH
3959 ____________________________________________________________________________
3960 [  3833] By: jhi                                   on 1999/07/29  14:07:09
3961         Log: Integrate with Sarathy.  I overruled on perldelta
3962              and perldiag.
3963      Branch: cfgperl
3964           !> README.win32 emacs/cperl-mode.el globals.c installperl
3965           !> iperlsys.h makedef.pl perl.h pod/perldelta.pod
3966           !> pod/perldiag.pod pod/perllexwarn.pod toke.c utils/perldoc.PL
3967           !> win32/Makefile win32/bin/pl2bat.pl win32/makefile.mk
3968           !> win32/perllib.c win32/win32.c
3969 ____________________________________________________________________________
3970 [  3832] By: jhi                                   on 1999/07/29  14:02:50
3971         Log: Repent and make overly large integerish
3972              constants non-fatal.  They are now promoted
3973              to NVs, accompanied by an overflow warning that
3974              is by default on.
3975      Branch: cfgperl
3976            ! embed.pl global.sym pod/perldelta.pod pod/perldiag.pod pp.c
3977            ! proto.h t/op/oct.t t/pragma/warn/6default t/pragma/warn/util
3978            ! toke.c util.c
3979 ____________________________________________________________________________
3980 [  3831] By: jhi                                   on 1999/07/29  11:40:04
3981         Log: AIX exhibits different error on failed system().
3982              Slightly modified patch via private email from
3983              David R. Favor <dfavor@austin.ibm.com>
3984      Branch: cfgperl
3985            ! t/op/exec.t
3986 ____________________________________________________________________________
3987 [  3830] By: gsar                                  on 1999/07/29  07:46:11
3988         Log: cperl-mode.el v4.19
3989      Branch: perl
3990            ! emacs/cperl-mode.el
3991 ____________________________________________________________________________
3992 [  3829] By: gsar                                  on 1999/07/29  07:30:35
3993         Log: From: jan.dubois@ibm.net (Jan Dubois)
3994              Date: Wed, 28 Jul 1999 22:01:42 +0200
3995              Message-ID: <37aa5f9b.12941448@smtp1.ibm.net>
3996              Subject: [PATCH 5.005_58] win32/bin/pl2bat.pl doesn't work correctly
3997      Branch: perl
3998            ! win32/bin/pl2bat.pl
3999 ____________________________________________________________________________
4000 [  3828] By: gsar                                  on 1999/07/29  07:19:27
4001         Log: tweak previous change for multiple hits
4002      Branch: perl
4003            ! utils/perldoc.PL
4004 ____________________________________________________________________________
4005 [  3827] By: gsar                                  on 1999/07/29  07:10:00
4006         Log: band-aid for perldoc -t broken-ness (the new Pod::Text
4007              really needs a pod2text() compatibility function)
4008      Branch: perl
4009            ! utils/perldoc.PL
4010 ____________________________________________________________________________
4011 [  3826] By: gsar                                  on 1999/07/29  01:33:46
4012         Log: minor tweaks to pods and toke.c comments
4013      Branch: perl
4014            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod toke.c
4015 ____________________________________________________________________________
4016 [  3825] By: gsar                                  on 1999/07/29  00:12:52
4017         Log: integrate cfgperl changes into mainline
4018      Branch: perl
4019           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
4020           !> README.threads config_h.SH ext/IO/lib/IO/Handle.pm
4021           !> ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
4022           !> ext/POSIX/POSIX.xs lib/ExtUtils/Install.pm perl.h
4023           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
4024           !> pod/perllexwarn.pod pod/perlre.pod pp.c pp_sys.c
4025           !> t/lib/io_unix.t t/op/oct.t t/pragma/warn/6default
4026           !> t/pragma/warn/util toke.c util.c
4027 ____________________________________________________________________________
4028 [  3824] By: jhi                                   on 1999/07/28  21:15:04
4029         Log: Tiny patch to go over #3820 (via private mail from Lincoln).
4030      Branch: cfgperl
4031            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
4032            ! ext/IO/lib/IO/Socket/INET.pm
4033 ____________________________________________________________________________
4034 [  3823] By: jhi                                   on 1999/07/28  20:29:17
4035         Log: Continue pack() doc honing.
4036      Branch: cfgperl
4037            ! pod/perlfunc.pod
4038 ____________________________________________________________________________
4039 [  3822] By: jhi                                   on 1999/07/28  20:17:37
4040         Log: Enhance pack() doc.
4041      Branch: cfgperl
4042            ! pod/perlfunc.pod
4043 ____________________________________________________________________________
4044 [  3821] By: jhi                                   on 1999/07/28  18:34:50
4045         Log: UNIX Domain Sockets are not implemented under QNX.
4046              
4047              From: Norton Allen <allen@huarp.harvard.edu>
4048              To: perl5-porters@perl.org
4049              Subject: [ID 19990728.010] Patch:t/lib/io_unix.t _58 QNX
4050              Date: Wed, 28 Jul 1999 14:07:16 -0400 (edt)
4051              Message-Id: <199907281807.OAA13167@bottesini.harvard.edu>
4052      Branch: cfgperl
4053            ! t/lib/io_unix.t
4054 ____________________________________________________________________________
4055 [  3820] By: jhi                                   on 1999/07/28  18:13:37
4056         Log: IO::* enhancements.
4057              
4058              1) write() and syswrite() will now accept a single-argument
4059              form of the call, for consistency with Perl's syswrite().
4060              2) You can create a TCP-based IO::Socket::INET without forcing
4061              a connect attempt.  This allows you to configure its options
4062              (like making it non-blocking) and then call connect() manually.
4063              3) Fixed a bug that prevented the IO::Socket::protocol() accessor
4064              from ever returning the correct value.
4065              
4066              From: Lincoln Stein <lstein@formaggio.cshl.org>
4067              To: Graham Barr <gbarr@pobox.com>
4068              Cc: Lincoln Stein <lstein@cshl.org>, perl5-porters@perl.org
4069              Subject: Re: patch for IO::*
4070              Date: Wed, 28 Jul 1999 13:55:05 -0400 (EDT)
4071              Message-ID: <14239.17401.330408.145295@formaggio.cshl.org>
4072      Branch: cfgperl
4073            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
4074            ! ext/IO/lib/IO/Socket/INET.pm
4075 ____________________________________________________________________________
4076 [  3819] By: gsar                                  on 1999/07/28  18:08:06
4077         Log: misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dll
4078      Branch: perl
4079            ! README.win32 globals.c installperl iperlsys.h makedef.pl
4080            ! perl.h win32/Makefile win32/makefile.mk win32/perllib.c
4081            ! win32/win32.c
4082 ____________________________________________________________________________
4083 [  3818] By: jhi                                   on 1999/07/28  17:48:16
4084         Log: Need to add QNX to the list for DONT_DECLARE_STD.
4085              (The elimination of use of the _() macro apparently triggered
4086              an incompatability with a #define of atof)
4087              
4088              From: Norton Allen <allen@huarp.harvard.edu>
4089              To: perl5-porters@perl.org
4090              Subject: [ID 19990728.008] Patch:perl.h _58 QNX
4091              Date: Wed, 28 Jul 1999 13:06:23 -0400 (edt)
4092              Message-Id: <199907281706.NAA07617@bottesini.harvard.edu>
4093      Branch: cfgperl
4094            ! perl.h
4095 ____________________________________________________________________________
4096 [  3817] By: jhi                                   on 1999/07/28  17:46:30
4097         Log: Need to add some more conditions to deal with the case
4098              defined(HAS_GETSPNAM) && ! defined(HAS_GETSPENT)
4099              which is true for QNX4.
4100              From: Norton Allen <allen@huarp.harvard.edu>
4101              To: perl5-porters@perl.org
4102              Subject: [ID 19990728.009] Patch:pp_sys.c _58 QNX
4103              Date: Wed, 28 Jul 1999 13:08:42 -0400 (edt)
4104              Message-Id: <199907281708.NAA07947@bottesini.harvard.edu>
4105      Branch: cfgperl
4106            ! pp_sys.c
4107 ____________________________________________________________________________
4108 [  3816] By: jhi                                   on 1999/07/28  17:43:40
4109         Log: The QNX shell needs a couple more semicolons.
4110              
4111              From: Norton Allen <allen@huarp.harvard.edu>
4112              To: perl5-porters@perl.org
4113              Subject: [ID 19990728.007] Patch:Configure _58 QNX
4114              Date: Wed, 28 Jul 1999 13:03:00 -0400 (edt)
4115              Message-Id: <199907281703.NAA07363@bottesini.harvard.edu>
4116              
4117              plus silence metalint moanings on vendorprefix.
4118      Branch: cfgperl
4119            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4120            ! config_h.SH
4121 ____________________________________________________________________________
4122 [  3815] By: jhi                                   on 1999/07/28  17:31:11
4123         Log: Silence metalint on vendorprefix.U.
4124      Branch: metaconfig
4125            ! U/installdirs/vendorprefix.U
4126 ____________________________________________________________________________
4127 [  3814] By: jhi                                   on 1999/07/28  17:13:29
4128         Log: QNX shell needs more semicolons.
4129      Branch: metaconfig/U/perl
4130            ! Extensions.U
4131 ____________________________________________________________________________
4132 [  3813] By: jhi                                   on 1999/07/28  17:05:08
4133         Log: Integrate with Sarathy.
4134      Branch: cfgperl
4135           !> lib/ExtUtils/MM_Unix.pm
4136 ____________________________________________________________________________
4137 [  3812] By: jhi                                   on 1999/07/28  16:20:17
4138         Log: Fix a typo, un-shout, and reformat the installation output.
4139      Branch: cfgperl
4140            ! lib/ExtUtils/Install.pm
4141 ____________________________________________________________________________
4142 [  3811] By: gsar                                  on 1999/07/28  15:41:11
4143         Log: fix typo that caused INSTALLPRIVLIB to have doubled 'perl5'
4144      Branch: perl
4145            ! lib/ExtUtils/MM_Unix.pm
4146 ____________________________________________________________________________
4147 [  3810] By: jhi                                   on 1999/07/28  13:55:57
4148         Log: Talk more about subsecond things in perlfunc.
4149              (Yes, redundant with perlfaq8.)
4150      Branch: cfgperl
4151            ! pod/perlfunc.pod
4152 ____________________________________________________________________________
4153 [  3809] By: jhi                                   on 1999/07/28  07:23:48
4154         Log: Integrate with Sarathy.
4155      Branch: cfgperl
4156           !> configpm hints/freebsd.sh lib/Pod/Html.pm perl.h t/op/grent.t
4157           !> t/op/pwent.t
4158 ____________________________________________________________________________
4159 [  3808] By: jhi                                   on 1999/07/28  07:23:03
4160         Log: Document toke.c.
4161              From: Nathan Torkington <gnat@frii.com>
4162              To: perl5-porters@perl.org
4163              Subject: Re: toke.c patch, work in progress
4164              Date: Tue, 27 Jul 1999 23:02:09 -0600 (MDT)
4165              Message-ID: <14238.36561.979473.667842@localhost.frii.com>
4166      Branch: cfgperl
4167            ! toke.c
4168 ____________________________________________________________________________
4169 [  3807] By: jhi                                   on 1999/07/28  07:10:56
4170         Log: perlre clarification.
4171              
4172              From: Ian Phillipps <ian@dial.pipex.com>
4173              To: Perl 5 Porters <perl5-porters@perl.org>
4174              Subject: [PATCH 5.00557] Add definite article to perlre.pod
4175              Date: Tue, 27 Jul 1999 10:46:29 +0100
4176              Message-ID: <19990727104629.A10074@homer.diplex.co.uk>
4177      Branch: cfgperl
4178            ! pod/perlre.pod
4179 ____________________________________________________________________________
4180 [  3806] By: gsar                                  on 1999/07/28  07:07:46
4181         Log: fix the perl -V breakage
4182              
4183              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4184              To: Jarkko Hietaniemi <jhi@iki.fi>
4185              Cc: "John L. Allen" <allen@grumman.com>, perl5-porters@perl.org,
4186              gsar@activestate.com
4187              Subject: Re: Follow up to: _58 on AIX 431
4188              Date: Tue, 27 Jul 1999 17:42:00 -0400
4189              Message-ID: <19990727174200.A12775@monk.mps.ohio-state.edu>
4190      Branch: perl
4191            ! configpm
4192 ____________________________________________________________________________
4193 [  3805] By: gsar                                  on 1999/07/28  07:03:34
4194         Log: avoid warning (from Doug MacEachern)
4195      Branch: perl
4196            ! perl.h
4197 ____________________________________________________________________________
4198 [  3804] By: gsar                                  on 1999/07/28  06:59:30
4199         Log: Pod::Html tweak
4200              
4201              From: jan.dubois@ibm.net (Jan Dubois)
4202              To: perl5-porters@perl.org
4203              Subject: [PATCH 5.005_58] pod2html: Missing chunk for VMS filenames
4204              Date: Tue, 27 Jul 1999 22:14:12 +0200
4205              Message-ID: <37a50af0.46171380@smtp1.ibm.net>
4206      Branch: perl
4207            ! lib/Pod/Html.pm
4208 ____________________________________________________________________________
4209 [  3803] By: gsar                                  on 1999/07/28  06:56:38
4210         Log: freebsd hints update
4211              
4212              From: Anton Berezin <tobez@plab.ku.dk>
4213              To: perl5-porters@perl.org
4214              Subject: [ID 19990727.034] Not OK: perl 5.00558 on i386-freebsd-thread4.0-current (UNINSTALLED)
4215              Date: Tue, 27 Jul 1999 20:29:39 +0200 (CEST)
4216              Message-Id: <199907271829.UAA62861@lion.plab.ku.dk>
4217      Branch: perl
4218            ! hints/freebsd.sh
4219 ____________________________________________________________________________
4220 [  3802] By: gsar                                  on 1999/07/28  06:51:32
4221         Log: cosmetic testsuite patch
4222              
4223              From: Graham Barr <gbarr@ti.com>
4224              To: Perl5 Porters <perl5-porters@perl.org>
4225              Subject: 5.005_58 build
4226              Date: Tue, 27 Jul 1999 08:09:25 -0500
4227              Message-ID: <19990727080925.F4683@dal.asp.ti.com>
4228      Branch: perl
4229            ! t/op/grent.t t/op/pwent.t
4230 ____________________________________________________________________________
4231 [  3801] By: jhi                                   on 1999/07/27  13:49:39
4232         Log: Minuscule cleanup of the integer overflow patch.
4233      Branch: cfgperl
4234            ! util.c
4235 ____________________________________________________________________________
4236 [  3800] By: jhi                                   on 1999/07/27  13:37:23
4237         Log: Test hex('x...').
4238      Branch: cfgperl
4239            ! t/op/oct.t
4240 ____________________________________________________________________________
4241 [  3799] By: jhi                                   on 1999/07/27  12:45:45
4242         Log: Integrate with Sarathy (5.005_58).
4243      Branch: cfgperl
4244            - ext/B/byteperl.c
4245           !> Changes MANIFEST Porting/makerel configpm embed.h embed.pl
4246           !> ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.pm
4247           !> ext/SDBM_File/Makefile.PL lib/AutoLoader.pm
4248           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
4249           !> lib/Pod/Parser.pm lib/SelfLoader.pm os2/OS2/REXX/Makefile.PL
4250           !> perl.h pod/perldelta.pod pod/perlfaq9.pod pod/perlhist.pod
4251           !> win32/bin/pl2bat.pl win32/config_H.bc win32/config_H.gc
4252           !> win32/config_H.vc
4253 ____________________________________________________________________________
4254 [  3798] By: jhi                                   on 1999/07/27  12:42:43
4255         Log: Integer constants (0x, 0[0-7], 0b) now overflow fatally,
4256              they used to be just optional lexical warnings.
4257              Also, with warnings turned on, constants > 2**32-1
4258              trigger a non-portability warning.
4259      Branch: cfgperl
4260            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod pp.c
4261            ! t/op/oct.t t/pragma/warn/6default t/pragma/warn/util toke.c
4262            ! util.c
4263 ____________________________________________________________________________
4264 [  3797] By: gsar                                  on 1999/07/27  10:48:27
4265         Log: here lies 5.005_58
4266      Branch: perl
4267            - ext/B/byteperl.c
4268            ! Changes MANIFEST Porting/makerel pod/perldelta.pod
4269            ! pod/perlfaq9.pod pod/perlhist.pod
4270
4271 ----------------
4272 Version 5.005_58
4273 ----------------
4274
4275 ____________________________________________________________________________
4276 [  3796] By: gsar                                  on 1999/07/27  09:23:42
4277         Log: regenerate win32/config_H.?c
4278      Branch: perl
4279            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4280 ____________________________________________________________________________
4281 [  3795] By: gsar                                  on 1999/07/27  09:02:31
4282         Log: From: Tye McQueen <tye@metronet.com>
4283              Date: Mon, 26 Jul 1999 19:19:22 -0500 (CDT)
4284              Message-Id: <199907270019.AA08223@metronet.com>
4285              Subject: Patch pl2bat.pl so batch file can fail
4286      Branch: perl
4287            ! win32/bin/pl2bat.pl
4288 ____________________________________________________________________________
4289 [  3794] By: gsar                                  on 1999/07/27  08:59:58
4290         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4291              Date: Mon, 26 Jul 1999 01:09:00 -0400 (EDT)
4292              Message-Id: <199907260509.BAA26303@monk.mps.ohio-state.edu>
4293              Subject: [PATCH 5.005_57] decrease memory footprint of standard modules
4294      Branch: perl
4295            ! configpm ext/POSIX/POSIX.pm lib/AutoLoader.pm
4296            ! lib/SelfLoader.pm
4297 ____________________________________________________________________________
4298 [  3793] By: gsar                                  on 1999/07/27  08:19:16
4299         Log: support -DPERL_BINCOMPAT_5005, still needs a Configure test
4300              (from Andy Dougherty)
4301      Branch: perl
4302            ! embed.h embed.pl
4303 ____________________________________________________________________________
4304 [  3792] By: gsar                                  on 1999/07/27  08:04:19
4305         Log: recognize more constructs such as C<$-> in pod (from Russ Allbery
4306              and Brad Appleton)
4307      Branch: perl
4308            ! lib/Pod/Parser.pm
4309 ____________________________________________________________________________
4310 [  3791] By: gsar                                  on 1999/07/27  07:50:54
4311         Log: cover case where CLK_TCK is a float, not integer (from
4312              alexander smishlajev <als@turnhere.com>)
4313      Branch: perl
4314            ! ext/Devel/DProf/DProf.xs
4315 ____________________________________________________________________________
4316 [  3790] By: gsar                                  on 1999/07/27  07:45:08
4317         Log: provide MakeMaker attribute PERL_MALLOC_OK that allows extensions
4318              to call Perl_malloc() as malloc() (from Ilya Zakharevich)
4319      Branch: perl
4320            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
4321            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
4322 ____________________________________________________________________________
4323 [  3789] By: jhi                                   on 1999/07/27  07:44:55
4324         Log: Integrate with Sarathy.
4325      Branch: cfgperl
4326           +> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
4327           !> MANIFEST doio.c embed.h embed.pl ext/B/B/CC.pm
4328           !> ext/SDBM_File/sdbm/sdbm.h global.sym lib/Pod/Html.pm
4329           !> lib/Pod/Text.pm objXSUB.h opcode.h opcode.pl perlapi.c
4330           !> pod/perldiag.pod pod/perlfunc.pod pod/pod2text.PL pp_sys.c
4331           !> proto.h t/comp/proto.t t/io/open.t
4332 ____________________________________________________________________________
4333 [  3788] By: gsar                                  on 1999/07/27  07:29:59
4334         Log: replace Pod::Text with Pod::SimpleText v0.01 (thanks
4335              to Russ Allbery <rra@stanford.edu>); s/Simple// and
4336              s/pod2txt/pod2text/ etc.
4337      Branch: perl
4338            + lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
4339            ! MANIFEST lib/Pod/Text.pm pod/pod2text.PL
4340 ____________________________________________________________________________
4341 [  3787] By: gsar                                  on 1999/07/27  06:48:40
4342         Log: From: Andy Dougherty <doughera@lafayette.edu>
4343              Date: Wed, 16 Jun 1999 14:40:09 -0400 (EDT)
4344              Message-Id: <Pine.GSU.4.05.9906161435390.248-100000@newton.phys>
4345              Subject: Re: [ID 19990608.003] my_bcopy problem; Unixware 2.0.3
4346      Branch: perl
4347            ! ext/SDBM_File/sdbm/sdbm.h
4348 ____________________________________________________________________________
4349 [  3786] By: gsar                                  on 1999/07/27  06:30:09
4350         Log: applied suggested patch; added missing prototype changes to
4351              opcode.pl along with documentation typos (feature still needs
4352              to be described in perlopentut.pod and summarized in
4353              perldelta.pod)
4354              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4355              Date: Thu, 17 Jun 1999 00:39:34 -0400 (EDT)
4356              Message-Id: <199906170439.AAA18154@monk.mps.ohio-state.edu>
4357              Subject: [PATCH 5.00557] 3-arg open
4358      Branch: perl
4359            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
4360            ! opcode.pl perlapi.c pod/perldiag.pod pod/perlfunc.pod pp_sys.c
4361            ! proto.h t/comp/proto.t t/io/open.t
4362 ____________________________________________________________________________
4363 [  3785] By: gsar                                  on 1999/07/27  04:36:39
4364         Log: don't quit if =head* wasn't found (suggested by Roland Bauer
4365              <roland.bauer@fff.at>)
4366      Branch: perl
4367            ! lib/Pod/Html.pm
4368 ____________________________________________________________________________
4369 [  3784] By: gsar                                  on 1999/07/27  03:56:17
4370         Log: change#3762 wasn't needed
4371      Branch: perl
4372            ! ext/B/B/CC.pm
4373 ____________________________________________________________________________
4374 [  3783] By: jhi                                   on 1999/07/26  19:08:21
4375         Log: Integrate with Sarathy.
4376      Branch: cfgperl
4377           !> Changes makedef.pl patchlevel.h pod/perlfunc.pod pp_ctl.c
4378           !> toke.c utils/dprofpp.PL win32/Makefile win32/config_H.bc
4379           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
4380 ____________________________________________________________________________
4381 [  3782] By: gsar                                  on 1999/07/26  18:16:50
4382         Log: update Changes, patchlevel &c.
4383      Branch: perl
4384            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
4385            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
4386 ____________________________________________________________________________
4387 [  3781] By: gsar                                  on 1999/07/26  17:54:47
4388         Log: a more correct fix for change#2744
4389              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
4390              Date: Sun, 25 Jul 1999 14:02:25 -0500 (CDT)
4391              Message-ID: <14235.24385.671437.246345@alias-2.pr.mcs.net>
4392              Subject: [PATCH _57] Re: toke.c questions 
4393      Branch: perl
4394            ! toke.c
4395 ____________________________________________________________________________
4396 [  3780] By: gsar                                  on 1999/07/26  17:37:04
4397         Log: utime() doc typo from Greg Bacon <gbacon@itsc.uah.edu>
4398      Branch: perl
4399            ! pod/perlfunc.pod
4400 ____________________________________________________________________________
4401 [  3779] By: jhi                                   on 1999/07/26  16:37:23
4402         Log: Dusting off.
4403      Branch: cfgperl
4404            ! README.threads
4405 ____________________________________________________________________________
4406 [  3778] By: gsar                                  on 1999/07/26  13:28:46
4407         Log: avoid DIVZERO
4408      Branch: perl
4409            ! utils/dprofpp.PL
4410 ____________________________________________________________________________
4411 [  3777] By: gsar                                  on 1999/07/26  13:18:53
4412         Log: warnings identified by Borland compiler
4413      Branch: perl
4414            ! makedef.pl pp_ctl.c
4415 ____________________________________________________________________________
4416 [  3776] By: jhi                                   on 1999/07/26  13:07:36
4417         Log: Integrate with Sarathy.
4418      Branch: cfgperl
4419           !> lib/Carp/Heavy.pm pp_ctl.c pp_hot.c
4420 ____________________________________________________________________________
4421 [  3775] By: gsar                                  on 1999/07/26  12:55:43
4422         Log: avoid infinite recursion when Thread.pm croaks during
4423              bootstrap
4424      Branch: perl
4425            ! lib/Carp/Heavy.pm
4426 ____________________________________________________________________________
4427 [  3774] By: gsar                                  on 1999/07/26  12:43:02
4428         Log: integrate cfgperl contents into mainline
4429      Branch: perl
4430           +> lib/Carp/Heavy.pm
4431           !> MANIFEST Makefile.SH cflags.SH configpm ext/util/make_ext
4432           !> lib/AutoSplit.pm lib/Carp.pm makedepend.SH pod/pod2html.PL
4433           !> pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
4434           !> pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
4435           !> writemain.SH x2p/Makefile.SH x2p/cflags.SH
4436 ____________________________________________________________________________
4437 [  3773] By: jhi                                   on 1999/07/26  12:40:29
4438         Log: Use long doubles only if they are useful.
4439      Branch: cfgperl
4440            ! ext/POSIX/POSIX.xs
4441 ____________________________________________________________________________
4442 [  3772] By: gsar                                  on 1999/07/26  12:33:11
4443         Log: typo in change#3768
4444      Branch: perl
4445            ! pp_hot.c
4446 ____________________________________________________________________________
4447 [  3771] By: gsar                                  on 1999/07/26  12:08:27
4448         Log: alpha-stage support for user-hooks in @INC
4449              From: Ken Fox <kfox@ford.com>
4450              Date: Mon, 19 Jul 1999 22:12:29 -0400 (EDT)
4451              Message-Id: <199907200213.WAA02816@mailfw2.ford.com>
4452              Subject: Re: loading remote modules
4453      Branch: perl
4454            ! pp_ctl.c
4455 ____________________________________________________________________________
4456 [  3770] By: jhi                                   on 1999/07/26  11:38:36
4457         Log: Back out #3735.  Needs more work.
4458      Branch: cfgperl
4459            ! Makefile.SH cflags.SH configpm ext/util/make_ext
4460            ! lib/AutoSplit.pm makedepend.SH pod/pod2html.PL
4461            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
4462            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
4463            ! writemain.SH x2p/Makefile.SH x2p/cflags.SH
4464 ____________________________________________________________________________
4465 [  3769] By: jhi                                   on 1999/07/26  11:24:45
4466         Log: Integrate with Sarathy.
4467      Branch: cfgperl
4468           !> (integrate 35 files)
4469 ____________________________________________________________________________
4470 [  3768] By: gsar                                  on 1999/07/26  11:03:07
4471         Log: optimize method name lookup
4472              From: Chip Salzenberg <chip@perlsupport.com>
4473              Date: Thu, 22 Jul 1999 13:43:36 -0400
4474              Message-ID: <19990722134336.Q391@perlsupport.com>
4475              Subject: [PATCH] OP_METHOD_NAMED
4476      Branch: perl
4477            ! dump.c embed.h embed.pl ext/Opcode/Opcode.pm objXSUB.h op.c
4478            ! opcode.h opcode.pl perlapi.c pp.sym pp_hot.c pp_proto.h
4479            ! proto.h
4480 ____________________________________________________________________________
4481 [  3767] By: gsar                                  on 1999/07/26  10:44:11
4482         Log: allow arrow omission in $foo[10]->('foo') etc. (but not in
4483              foo()->()); rework grammar to remove conflicts
4484              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
4485              Date: Fri, 23 Jul 1999 15:55:22 -0500 (CDT)
4486              Message-ID: <14232.54970.771570.548676@alias-2.pr.mcs.net>
4487              Subject: [PATCH _57, long] Re: optional arrow asymmetry
4488      Branch: perl
4489            ! Makefile.SH embed.h embed.pl global.sym objXSUB.h op.c
4490            ! perlapi.c perly.c perly.h perly.y perly_c.diff proto.h
4491            ! vms/perly_c.vms vms/perly_h.vms
4492 ____________________________________________________________________________
4493 [  3766] By: jhi                                   on 1999/07/26  10:18:56
4494         Log: Use $< instead of $*.c in *perlmain.o rules.
4495      Branch: cfgperl
4496            ! Makefile.SH
4497 ____________________________________________________________________________
4498 [  3765] By: gsar                                  on 1999/07/26  09:28:48
4499         Log: From: Ian Phillipps <ian@dial.pipex.com>
4500              Date: Fri, 23 Jul 1999 23:35:56 +0100
4501              Message-ID: <19990723233556.B2435@homer.diplex.co.uk>
4502              Subject: (Version 2) Extending unpack to deal with counted strings
4503      Branch: perl
4504            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
4505 ____________________________________________________________________________
4506 [  3764] By: jhi                                   on 1999/07/26  09:17:26
4507         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4508              To: perl5-porters@perl.org (Mailing list Perl5)
4509              Subject: [PATCH 5.005_57] Lean Carp.pm with Carp/Heavy.pm
4510              Date: Mon, 26 Jul 1999 04:05:27 -0400 (EDT)
4511              Message-Id: <199907260805.EAA26888@monk.mps.ohio-state.edu>
4512              
4513              The patch was based on 5_57 so had to re-apply lib/Carp.pm
4514              parts of changes #3498, #3696, and #3702 for the new
4515              lib/Carp/Heavy.pm.
4516      Branch: cfgperl
4517            + lib/Carp/Heavy.pm
4518            ! MANIFEST lib/Carp.pm
4519 ____________________________________________________________________________
4520 [  3763] By: gsar                                  on 1999/07/26  09:03:17
4521         Log: ~ isn't valid in VMS filenames
4522      Branch: perl
4523            ! lib/Pod/Html.pm
4524 ____________________________________________________________________________
4525 [  3762] By: gsar                                  on 1999/07/26  08:59:47
4526         Log: setstate stop-gap from Vishal Bhatia
4527      Branch: perl
4528            ! ext/B/B/CC.pm
4529 ____________________________________________________________________________
4530 [  3761] By: gsar                                  on 1999/07/26  08:06:39
4531         Log: patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;
4532              add B::OP::name() method that returns just the op_name;
4533              convert Deparse et all to use that instead of B::OP::ppaddr();
4534              add support for OP_SETSTATE in Deparse
4535      Branch: perl
4536            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Bytecode.pm
4537            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
4538            ! ext/B/B/Xref.pm opcode.h opcode.pl
4539 ____________________________________________________________________________
4540 [  3760] By: jhi                                   on 1999/07/26  07:14:43
4541         Log: Integrate with Sarathy.
4542      Branch: cfgperl
4543           !> (integrate 43 files)
4544 ____________________________________________________________________________
4545 [  3759] By: gsar                                  on 1999/07/26  05:12:24
4546         Log: add disclaimer about perl 4 libraries (modified version of
4547              patch suggested by Clinton Pierce <cpierce1@ford.com>)
4548      Branch: perl
4549            ! lib/abbrev.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
4550            ! lib/cacheout.pl lib/chat2.pl lib/complete.pl lib/ctime.pl
4551            ! lib/dotsh.pl lib/exceptions.pl lib/fastcwd.pl lib/flush.pl
4552            ! lib/ftp.pl lib/getcwd.pl lib/getopt.pl lib/getopts.pl
4553            ! lib/hostname.pl lib/look.pl lib/pwd.pl lib/termcap.pl
4554 ____________________________________________________________________________
4555 [  3758] By: gsar                                  on 1999/07/26  04:48:35
4556         Log: make reset() behave with high-bit characters
4557              From: Ian Phillipps <ian@dial.pipex.com>
4558              Date: Thu, 22 Jul 1999 22:48:59 +0100
4559              Message-ID: <19990722224859.A27987@homer.diplex.co.uk>
4560              Subject: [PATCH 5.005_57] sv_reset can cause stack corruption
4561      Branch: perl
4562            ! sv.c
4563 ____________________________________________________________________________
4564 [  3757] By: gsar                                  on 1999/07/26  04:40:32
4565         Log: update to perlport-1.44 from Chris Nandor <pudge@pobox.com>
4566      Branch: perl
4567            ! pod/perlport.pod
4568 ____________________________________________________________________________
4569 [  3756] By: gsar                                  on 1999/07/26  04:20:37
4570         Log: dprofpp pod additions from Nathan Torkington <gnat@frii.com>
4571      Branch: perl
4572            ! utils/dprofpp.PL
4573 ____________________________________________________________________________
4574 [  3755] By: gsar                                  on 1999/07/26  04:18:00
4575         Log: disable VPATH for now (breaks x2p build)
4576      Branch: perl
4577            ! x2p/Makefile.SH
4578 ____________________________________________________________________________
4579 [  3754] By: gsar                                  on 1999/07/26  03:15:33
4580         Log: INSTALL =~ s/5.006/5.6/; delay loading Errno until needed
4581              (%! has the necessary magic); misc typos
4582      Branch: perl
4583            ! INSTALL ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
4584            ! ext/GDBM_File/GDBM_File.pm gv.c jpl/JNI/JNI.pm
4585            ! lib/AutoLoader.pm lib/CPAN.pm perl.c pod/perllocale.pod
4586            ! utils/h2xs.PL
4587 ____________________________________________________________________________
4588 [  3753] By: gsar                                  on 1999/07/26  02:38:28
4589         Log: integrate cfgperl contents into mainline
4590      Branch: perl
4591           +> t/pragma/locale/latin1 t/pragma/locale/utf8
4592           !> (integrate 53 files)
4593 ____________________________________________________________________________
4594 [  3752] By: gsar                                  on 1999/07/26  02:11:31
4595         Log: ensure implicitly closed handles don't set $? or $!
4596      Branch: perl
4597            ! doio.c embed.h embed.pl perlapi.c proto.h sv.c t/io/pipe.t
4598 ____________________________________________________________________________
4599 [  3751] By: gsar                                  on 1999/07/26  01:28:34
4600         Log: change#3534 didn't preserve undef return values from caller()
4601      Branch: perl
4602            ! Changes pp_ctl.c
4603 ____________________________________________________________________________
4604 [  3750] By: jhi                                   on 1999/07/25  20:59:29
4605         Log: Back up a tiny bit from #3735.
4606              This may break builds outside the source directory
4607              but then again, they do not work that ell yet anyway.
4608      Branch: cfgperl
4609            ! Makefile.SH
4610 ____________________________________________________________________________
4611 [  3750] By: jhi                                   on 1999/07/25  20:59:29
4612         Log: Back up a tiny bit from #3735.
4613              This may break builds outside the source directory
4614              but then again, they do not work that ell yet anyway.
4615      Branch: cfgperl
4616            ! Makefile.SH
4617 ____________________________________________________________________________
4618 [  3749] By: jhi                                   on 1999/07/25  19:15:55
4619         Log: Integrate with Sarathy.
4620      Branch: cfgperl
4621           !> lib/ExtUtils/MM_Unix.pm toke.c utils/h2xs.PL
4622 ____________________________________________________________________________
4623 [  3748] By: jhi                                   on 1999/07/25  19:06:59
4624         Log: Recode locale.t so that the change in #3730
4625              is not needed and locale.t works both without
4626              and with the utf8 pragma.
4627      Branch: cfgperl
4628            + t/pragma/locale/latin1 t/pragma/locale/utf8
4629            ! MANIFEST t/pragma/locale.t
4630 ____________________________________________________________________________
4631 [  3747] By: jhi                                   on 1999/07/25  19:01:46
4632         Log: Like #3743.
4633      Branch: cfgperl
4634            ! utils/perlbug.PL
4635 ____________________________________________________________________________
4636 [  3746] By: gsar                                  on 1999/07/25  18:08:58
4637         Log: add option to omit Changes file, from Abigail <abigail@delanet.com>;
4638              append a HISTORY section to POD if option is used
4639      Branch: perl
4640            ! utils/h2xs.PL
4641 ____________________________________________________________________________
4642 [  3745] By: gsar                                  on 1999/07/25  17:40:03
4643         Log: warn rather than die when parse_version() can't cut it (from
4644              Michael G Schwern <schwern@pobox.com>)
4645      Branch: perl
4646            ! lib/ExtUtils/MM_Unix.pm
4647 ____________________________________________________________________________
4648 [  3744] By: gsar                                  on 1999/07/25  16:32:48
4649         Log: make map behave like grep wrt indirect object slot when
4650              there are parentheses; revert an experimental mod by Larry
4651              in change#2038 that failed to parse %{{qw(a b c)}} properly
4652              (this means C<map {use Foo; ...} ...> still needs a proper
4653              fix)
4654      Branch: perl
4655            ! toke.c
4656 ____________________________________________________________________________
4657 [  3743] By: jhi                                   on 1999/07/25  16:24:55
4658         Log: Fix a typo in #3725.
4659      Branch: cfgperl
4660            ! utils/perlbug.PL
4661 ____________________________________________________________________________
4662 [  3742] By: jhi                                   on 1999/07/25  16:14:39
4663         Log: Integrate with Sarathy.
4664      Branch: cfgperl
4665           !> (integrate 26 files)
4666 ____________________________________________________________________________
4667 [  3741] By: jhi                                   on 1999/07/25  16:02:28
4668         Log: Cut-and-pasto in #3737.
4669      Branch: cfgperl
4670            ! perl.c
4671 ____________________________________________________________________________
4672 [  3740] By: gsar                                  on 1999/07/25  15:59:34
4673         Log: add note about glibc bug
4674      Branch: perl
4675            ! t/pragma/warn/pp_hot
4676 ____________________________________________________________________________
4677 [  3739] By: gsar                                  on 1999/07/25  15:48:40
4678         Log: fix bug in change#3728 that might free COPs prematurely;
4679              null(op) now does more thorough scrubbing of the op, which
4680              fixes a few compile-time memory "leaks"
4681      Branch: perl
4682            ! dump.c embed.h embed.pl op.c proto.h
4683 ____________________________________________________________________________
4684 [  3738] By: jhi                                   on 1999/07/25  14:15:26
4685         Log: In accordance with #3737.
4686      Branch: metaconfig
4687            ! U/installdirs/sitelib.U U/installdirs/vendorprefix.U
4688            ! U/modified/Oldconfig.U
4689      Branch: metaconfig/U/perl
4690            ! Extensions.U
4691 ____________________________________________________________________________
4692 [  3737] By: jhi                                   on 1999/07/25  14:12:34
4693         Log: Use vendorprefixlib.
4694      Branch: cfgperl
4695            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4696            ! config_h.SH perl.c
4697 ____________________________________________________________________________
4698 [  3736] By: jhi                                   on 1999/07/25  13:10:03
4699         Log: Populate metaconfig branch.
4700      Branch: metaconfig
4701            + (add 1468 files)
4702      Branch: metaconfig/U/perl
4703            + (add 101 files)
4704 ____________________________________________________________________________
4705 [  3735] By: jhi                                   on 1999/07/25  12:27:20
4706         Log: First steps of making builds outside the source
4707              directory possible.  These should get us as far
4708              as miniperl, then building DynaLoader falls into
4709              tiny twinkling pieces as MakeMaker knows nothing
4710              of VPATH mindset.
4711      Branch: cfgperl
4712            ! Configure Makefile.SH cflags.SH config_h.SH configpm
4713            ! ext/util/make_ext lib/AutoSplit.pm makedepend.SH
4714            ! pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL
4715            ! pod/pod2text.PL pod/pod2usage.PL pod/podchecker.PL
4716            ! pod/podselect.PL writemain.SH x2p/Makefile.SH x2p/cflags.SH
4717 ____________________________________________________________________________
4718 [  3734] By: jhi                                   on 1999/07/25  11:19:28
4719         Log: Poor Glossary--are we fixed yet?
4720      Branch: cfgperl
4721            ! Porting/Glossary
4722 ____________________________________________________________________________
4723 [  3733] By: jhi                                   on 1999/07/25  11:15:06
4724         Log: Change #3732 mistakenly clobbered Glossary.
4725      Branch: cfgperl
4726            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4727            ! config_h.SH
4728 ____________________________________________________________________________
4729 [  3732] By: jhi                                   on 1999/07/25  10:46:39
4730         Log: Andy's new installation scheme (note: a lot of this
4731              leaked in already with change #3731).  The vendor*
4732              stuff is not used anywhere (in *.SH, say), so it
4733              isn't in Configure, either.
4734      Branch: cfgperl
4735            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4736            ! config_h.SH
4737 ____________________________________________________________________________
4738 [  3731] By: jhi                                   on 1999/07/25  10:12:07
4739         Log: Circumcode a strange shell(?) bug in AIX found
4740              while trying to do -Duse64bits (which I couldn't do
4741              in the end because the CPU isn't 64-bit in that box,
4742              but at least now the probing doesn't crash.)
4743      Branch: cfgperl
4744            ! Configure config_h.SH hints/aix.sh
4745 ____________________________________________________________________________
4746 [  3730] By: gsar                                  on 1999/07/25  04:56:56
4747         Log: fix little utf8 nits in testsuite; add patch from Ilya that cures
4748              a utf8 bug in one of the new RE optimizations
4749      Branch: perl
4750            ! regcomp.c regexec.c t/harness t/lib/io_udp.t t/op/re_tests
4751            ! t/pragma/locale.t
4752 ____________________________________________________________________________
4753 [  3729] By: jhi                                   on 1999/07/23  19:56:27
4754         Log: From: Andy Dougherty <doughera@lafayette.edu>
4755              To: Perl Porters <perl5-porters@perl.org>
4756              Subject: [PATCH 5.005_57] INSTALL-1.58
4757              Date: Fri, 23 Jul 1999 10:50:13 -0400 (EDT)
4758              Message-Id: <Pine.GSU.4.05.9907231033190.3555-100000@newton.phys>
4759              
4760              plus
4761              
4762              From: "Kurt D. Starsinic" <kstar@chapin.edu>
4763              To: Andy Dougherty <doughera@lafayette.edu>
4764              Cc: Perl Porters <perl5-porters@perl.org>
4765              Subject: Re: [PATCH 5.005_57] INSTALL-1.58
4766              Date: Fri, 23 Jul 1999 13:38:25 -0400
4767              Message-ID: <19990723133825.A12033@O2.chapin.edu>
4768      Branch: cfgperl
4769            ! INSTALL
4770 ____________________________________________________________________________
4771 [  3728] By: gsar                                  on 1999/07/23  17:24:42
4772         Log: applied suggested patch for tracking line numbers correctly in
4773              optimized blocks with a single statement; changed setcop to
4774              setstate and added code for -Dx dumps
4775              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4776              Date: Wed, 23 Jun 1999 17:27:42 +0100
4777              Message-Id: <199906231627.RAA24033@crypt.compulink.co.uk>
4778              Subject: [PATCH 5.005_57] Line number error in optimised else() 
4779      Branch: perl
4780            ! dump.c embed.h ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.pm
4781            ! objXSUB.h op.c opcode.h opcode.pl perlapi.c pp.sym pp_hot.c
4782            ! pp_proto.h t/op/misc.t
4783 ____________________________________________________________________________
4784 [  3727] By: gsar                                  on 1999/07/23  15:56:04
4785         Log: avoid useless use of target for pp_each(); also fixes bugs due to
4786              refcount held by the target
4787      Branch: perl
4788            ! opcode.h opcode.pl pp.c t/op/each.t
4789 ____________________________________________________________________________
4790 [  3726] By: jhi                                   on 1999/07/23  12:08:30
4791         Log: Change #3725 aftershock.
4792      Branch: cfgperl
4793            ! INSTALL jpl/JNI/JNI.pm
4794 ____________________________________________________________________________
4795 [  3725] By: jhi                                   on 1999/07/23  11:58:49
4796         Log: Introduce $Config{ldlibpthname} which contains
4797              the name of the environment variable holding the
4798              dynamic library search path, often LD_LIBRARY_PATH.
4799              Use this new feature all over.
4800              Also removed remnants of admonition "add LD_LIBRARY_PATH
4801              before running make" because Makefile.SH does this for you. 
4802      Branch: cfgperl
4803            ! Configure Makefile.SH config_h.SH
4804            ! ext/DynaLoader/DynaLoader_pm.PL hints/README.hints
4805            ! hints/aix.sh hints/beos.sh hints/cygwin32.sh hints/dgux.sh
4806            ! hints/epix.sh hints/esix4.sh hints/hpux.sh hints/next_4.sh
4807            ! hints/os2.sh hints/rhapsody.sh hints/svr4.sh jpl/JNI/JNI.pm
4808            ! jpl/install-jpl utils/perlbug.PL
4809 ____________________________________________________________________________
4810 [  3724] By: jhi                                   on 1999/07/23  08:03:36
4811         Log: From: Spider Boardman <spider@orb.nashua.nh.us>
4812              To: perl5-porters@perl.org
4813              Subject: [PATCH] Re: [ID 19990715.003] [BUG] all perl5 versions: segfault on $# 
4814              Date: Thu, 22 Jul 1999 19:58:34 -0400
4815              Message-Id: <199907222358.TAA27354@Orb.Nashua.NH.US>
4816      Branch: cfgperl
4817            ! av.c
4818 ____________________________________________________________________________
4819 [  3723] By: gsar                                  on 1999/07/23  00:01:29
4820         Log: emit warning about function calls that were encountered too early
4821              to enforce their prototype
4822      Branch: perl
4823            ! op.c op.h pod/perldiag.pod
4824 ____________________________________________________________________________
4825 [  3722] By: jhi                                   on 1999/07/22  21:19:59
4826         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
4827              To: perl5-porters@perl.org
4828              Cc: Chip Salzenberg <chip@perlsupport.com>, Gurusamy Sarathy <gsar@activestate.com>
4829              Subject: [PATCH] MakeMaker documentation
4830              Date: Wed, 21 Jul 1999 14:15:42 -0400
4831              Message-ID: <19990721141542.A1800@O2.chapin.edu>
4832      Branch: cfgperl
4833            ! lib/ExtUtils/MakeMaker.pm
4834 ____________________________________________________________________________
4835 [  3721] By: jhi                                   on 1999/07/22  21:05:19
4836         Log: From: pvhp@forte.com (Peter Prymmer)
4837              To: chip@perlsupport.com, gsar@activestate.com, perl-mvs@perl.org, perl5-porters@perl.org
4838              Subject: [PATCH: 5.005_03 && 5.005_57]os390 hints file appendix stops bad builds
4839              Date: Wed, 21 Jul 99 17:15:39 PDT
4840              Message-Id: <9907220015.AA11931@forte.com>
4841      Branch: cfgperl
4842            ! hints/os390.sh
4843 ____________________________________________________________________________
4844 [  3720] By: jhi                                   on 1999/07/22  20:51:17
4845         Log: AIX magic: ccdlflags needs to be different for
4846              Perl itself and for extra-core extensions
4847              (as used by ExtUtilss::embed::ldopts).
4848              Based on the problems described in
4849              
4850              From: Mike W Ellwood <mwe@rl.ac.uk>
4851              To: perl5-porters@perl.org
4852              Subject: [ID 19990722.002] Perl 5.00503 and AIX 4.1.5; perl.exp; build errors. Also Imagemagick...
4853              Date: Thu, 22 Jul 1999 14:28:19 +0100 (BST)
4854              Reply-To: m.w.ellwood@rl.ac.uk
4855              Message-Id: <Pine.A41.3.96.990722141209.72660V-100000@unixfe.rl.ac.uk>
4856      Branch: cfgperl
4857            ! Configure Makefile.SH config_h.SH hints/aix.sh
4858 ____________________________________________________________________________
4859 [  3719] By: jhi                                   on 1999/07/22  08:23:53
4860         Log: Update history records.
4861      Branch: cfgperl
4862            ! pod/perlhist.pod
4863 ____________________________________________________________________________
4864 [  3718] By: jhi                                   on 1999/07/21  13:54:42
4865         Log: Todododobedobedo.
4866      Branch: cfgperl
4867            ! Todo
4868 ____________________________________________________________________________
4869 [  3717] By: jhi                                   on 1999/07/21  12:10:48
4870         Log: Even more Todo.
4871      Branch: cfgperl
4872            ! Todo
4873 ____________________________________________________________________________
4874 [  3716] By: jhi                                   on 1999/07/21  11:40:39
4875         Log: Use Errno more extensively so that error
4876              messages are more portable (another way
4877              would be to muck around with LC_MESSAGES).
4878              Problem reported in
4879              
4880              From: oracle@pcr8.pcr.com
4881              To: perl5-porters@perl.org
4882              Subject: [ID 19990719.003] LC_MESSAGES breaks h2xs autoloaded constants on AIX 4.1.4
4883              Date: Mon, 19 Jul 1999 18:39:13 -0400
4884              Message-Id: <9907192239.AA44990@pcr8.pcr.com>
4885      Branch: cfgperl
4886            ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
4887            ! ext/GDBM_File/GDBM_File.pm jpl/JNI/JNI.pm lib/AutoLoader.pm
4888            ! lib/CPAN.pm pod/perllocale.pod utils/h2xs.PL
4889 ____________________________________________________________________________
4890 [  3715] By: jhi                                   on 1999/07/21  11:05:36
4891         Log: Slightly modified patch.
4892              From: Sean Sheedy <seans@ncube.com>
4893              To: perl5-porters@perl.org
4894              Subject: [ID 19990720.003] Perl 5.005_3 patch: Non-standard object extensions
4895              Date: Tue, 20 Jul 1999 09:52:06 -0700
4896              Message-Id: <3794A935.1C150E54@ncube.com>
4897      Branch: cfgperl
4898            ! cflags.SH x2p/cflags.SH
4899 ____________________________________________________________________________
4900 [  3714] By: jhi                                   on 1999/07/20  21:26:19
4901         Log: More Todo.
4902      Branch: cfgperl
4903            ! Todo
4904 ____________________________________________________________________________
4905 [  3713] By: jhi                                   on 1999/07/20  18:02:45
4906         Log: Integrate with Sarathy.
4907      Branch: cfgperl
4908           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
4909           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
4910           +> ext/Devel/DProf/Todo t/lib/dprof.t t/lib/dprof/V.pm
4911           +> t/lib/dprof/test1_t t/lib/dprof/test1_v t/lib/dprof/test2_t
4912           +> t/lib/dprof/test2_v t/lib/dprof/test3_t t/lib/dprof/test3_v
4913           +> t/lib/dprof/test4_t t/lib/dprof/test4_v t/lib/dprof/test5_t
4914           +> t/lib/dprof/test5_v t/lib/dprof/test6_t t/lib/dprof/test6_v
4915           +> utils/dprofpp.PL
4916           !> INSTALL MAINTAIN MANIFEST configure.com
4917           !> ext/Devel/Peek/Makefile.PL installman installperl
4918           !> pod/roffitall utils/Makefile vms/descrip_mms.template
4919           !> win32/Makefile win32/makefile.mk win32/win32.h
4920 ____________________________________________________________________________
4921 [  3712] By: gsar                                  on 1999/07/20  15:29:01
4922         Log: DProf tweak
4923      Branch: perl
4924            ! ext/Devel/DProf/DProf.xs
4925 ____________________________________________________________________________
4926 [  3711] By: gsar                                  on 1999/07/20  07:56:19
4927         Log: another DProf build tweak
4928      Branch: perl
4929            ! utils/dprofpp.PL
4930 ____________________________________________________________________________
4931 [  3710] By: gsar                                  on 1999/07/20  07:36:36
4932         Log: move DProf things around to where they are supposed to be
4933      Branch: perl
4934            + t/lib/dprof.t t/lib/dprof/V.pm t/lib/dprof/test1_t
4935            + t/lib/dprof/test1_v t/lib/dprof/test2_t t/lib/dprof/test2_v
4936            + t/lib/dprof/test3_t t/lib/dprof/test3_v t/lib/dprof/test4_t
4937            + t/lib/dprof/test4_v t/lib/dprof/test5_t t/lib/dprof/test5_v
4938            + t/lib/dprof/test6_t t/lib/dprof/test6_v
4939           +> utils/dprofpp.PL
4940            - ext/Devel/DProf/dprofpp.PL ext/Devel/DProf/t/V.pm
4941            - ext/Devel/DProf/t/test1.pl ext/Devel/DProf/t/test1.t
4942            - ext/Devel/DProf/t/test1.v ext/Devel/DProf/t/test2.t
4943            - ext/Devel/DProf/t/test2.v ext/Devel/DProf/t/test3.t
4944            - ext/Devel/DProf/t/test3.v ext/Devel/DProf/t/test4.t
4945            - ext/Devel/DProf/t/test4.v ext/Devel/DProf/t/test5.t
4946            - ext/Devel/DProf/t/test5.v ext/Devel/DProf/t/test6.t
4947            - ext/Devel/DProf/t/test6.v ext/Devel/DProf/test.pl
4948            ! INSTALL MANIFEST ext/Devel/DProf/Makefile.PL installman
4949            ! installperl pod/roffitall utils/Makefile
4950            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
4951 ____________________________________________________________________________
4952 [  3709] By: gsar                                  on 1999/07/20  06:13:16
4953         Log: DProf fixups for PERL_IMPLICIT_CONTEXT
4954      Branch: perl
4955            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
4956            ! ext/Devel/Peek/Makefile.PL
4957 ____________________________________________________________________________
4958 [  3708] By: gsar                                  on 1999/07/20  06:01:22
4959         Log: move DProf to Devel/DProf
4960      Branch: perl
4961           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
4962           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
4963           +> ext/Devel/DProf/Todo ext/Devel/DProf/dprofpp.PL
4964           +> ext/Devel/DProf/t/V.pm ext/Devel/DProf/t/test1.pl
4965           +> ext/Devel/DProf/t/test1.t ext/Devel/DProf/t/test1.v
4966           +> ext/Devel/DProf/t/test2.t ext/Devel/DProf/t/test2.v
4967           +> ext/Devel/DProf/t/test3.t ext/Devel/DProf/t/test3.v
4968           +> ext/Devel/DProf/t/test4.t ext/Devel/DProf/t/test4.v
4969           +> ext/Devel/DProf/t/test5.t ext/Devel/DProf/t/test5.v
4970           +> ext/Devel/DProf/t/test6.t ext/Devel/DProf/t/test6.v
4971           +> ext/Devel/DProf/test.pl
4972            - ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
4973            - ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
4974            - ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
4975            - ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
4976            - ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
4977            - ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
4978            - ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
4979            ! MAINTAIN MANIFEST configure.com win32/Makefile
4980            ! win32/makefile.mk
4981 ____________________________________________________________________________
4982 [  3707] By: gsar                                  on 1999/07/20  05:39:11
4983         Log: add Devel::DProf v19990108 from CPAN, as it was
4984      Branch: perl
4985            + ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
4986            + ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
4987            + ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
4988            + ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
4989            + ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
4990            + ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
4991            + ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
4992            ! MANIFEST
4993 ____________________________________________________________________________
4994 [  3706] By: gsar                                  on 1999/07/20  04:52:25
4995         Log: C<union any> needs no PERL_OBJECT-treatment
4996      Branch: perl
4997            ! win32/win32.h
4998 ____________________________________________________________________________
4999 [  3705] By: gsar                                  on 1999/07/20  04:11:54
5000         Log: fix problem in default build
5001      Branch: perl
5002            ! win32/Makefile win32/makefile.mk
5003 ____________________________________________________________________________
5004 [  3704] By: jhi                                   on 1999/07/19  07:06:36
5005         Log: Integrate with Sarathy.
5006      Branch: cfgperl
5007           !> Changes lib/Carp.pm makedef.pl pod/perldiag.pod sv.h util.c
5008           !> win32/win32.c
5009 ____________________________________________________________________________
5010 [  3703] By: gsar                                  on 1999/07/19  05:55:57
5011         Log: win32 nits
5012      Branch: perl
5013            ! makedef.pl sv.h
5014 ____________________________________________________________________________
5015 [  3702] By: gsar                                  on 1999/07/19  04:29:34
5016         Log: don't display tid from main thread (or testsuite breaks)
5017      Branch: perl
5018            ! lib/Carp.pm util.c
5019 ____________________________________________________________________________
5020 [  3701] By: gsar                                  on 1999/07/19  00:47:52
5021         Log: remove several doubled (and tripled!) entries
5022      Branch: perl
5023            ! pod/perldiag.pod
5024 ____________________________________________________________________________
5025 [  3700] By: gsar                                  on 1999/07/19  00:42:34
5026         Log: integrate cfgperl contents into mainline
5027      Branch: perl
5028           +> makedef.pl
5029            - perl_exp.SH win32/makedef.pl
5030           !> MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
5031           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_vms.xs hints/aix.sh
5032           !> pod/perldiag.pod pp.c regexec.c t/pragma/warn/util toke.c
5033           !> utf8.c util.c win32/Makefile win32/makefile.mk
5034 ____________________________________________________________________________
5035 [  3699] By: gsar                                  on 1999/07/19  00:33:59
5036         Log: avoid bug in win32_str_os_error() (from Jan Dubois)
5037      Branch: perl
5038            ! Changes win32/win32.c
5039 ____________________________________________________________________________
5040 [  3698] By: jhi                                   on 1999/07/18  21:33:57
5041         Log: Integrate with Sarathy.
5042      Branch: cfgperl
5043           +> t/op/chars.t
5044           !> (integrate 57 files)
5045 ____________________________________________________________________________
5046 [  3697] By: gsar                                  on 1999/07/18  05:22:36
5047         Log: From: pvhp@forte.com (Peter Prymmer)
5048              Date: Thu, 1 Jul 99 19:31:24 PDT
5049              Message-Id: <9907020231.AA16942@forte.com>
5050              Subject: [ID 19990701.031] 4 ctl chars on EBCDIC not asciiish enough
5051      Branch: perl
5052            + t/op/chars.t
5053            ! MANIFEST ebcdic.c t/op/ord.t
5054 ____________________________________________________________________________
5055 [  3696] By: gsar                                  on 1999/07/18  05:11:02
5056         Log: display thread id in diagnostics (suggested by Dan Sugalski)
5057      Branch: perl
5058            ! lib/Carp.pm util.c
5059 ____________________________________________________________________________
5060 [  3695] By: gsar                                  on 1999/07/18  04:57:47
5061         Log: missing perldiag entry (from Dan Sugalski <sugalskd@osshe.edu>)
5062      Branch: perl
5063            ! pod/perldiag.pod
5064 ____________________________________________________________________________
5065 [  3694] By: gsar                                  on 1999/07/18  04:56:28
5066         Log: cache [NIUP]V conversions of defined READONLY values
5067              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5068              Date: Sun, 11 Jul 1999 04:39:44 -0400
5069              Message-ID: <19990711043944.A25944@monk.mps.ohio-state.edu>
5070              Subject: [PATCH 5.005_57] Allow caching of numeric/string conversion
5071      Branch: perl
5072            ! sv.c
5073 ____________________________________________________________________________
5074 [  3693] By: gsar                                  on 1999/07/18  03:53:38
5075         Log: From: jan.dubois@ibm.net (Jan Dubois)
5076              Date: Sat, 17 Jul 1999 10:58:29 +0200
5077              Message-ID: <379144ad.13616689@smtp1.ibm.net>
5078              Subject: [PATCH 5.005] Some lib/ExtUtils/Manifest.pm POD fixes
5079      Branch: perl
5080            ! lib/ExtUtils/Manifest.pm
5081 ____________________________________________________________________________
5082 [  3692] By: gsar                                  on 1999/07/18  03:51:03
5083         Log: remove spurious newSTATEOP() that causes goto to enter one too many
5084              contexts when jumping between if and elsif blocks
5085      Branch: perl
5086            ! perly.c perly.y pp_ctl.c t/op/goto.t
5087 ____________________________________________________________________________
5088 [  3691] By: gsar                                  on 1999/07/18  01:49:59
5089         Log: detypo, update Changes
5090      Branch: perl
5091            ! Changes doio.c
5092 ____________________________________________________________________________
5093 [  3690] By: gsar                                  on 1999/07/18  01:16:59
5094         Log: mention the -Minteger effect on modulus (from Nathan Torkington)
5095      Branch: perl
5096            ! lib/integer.pm
5097 ____________________________________________________________________________
5098 [  3689] By: gsar                                  on 1999/07/18  00:47:17
5099         Log: ensure __END__ appears on a line by itself in wrapped
5100              scripts (thanks to Steve Tolkin <tolkin@mediaone.net>);
5101              mention caveat about successfull kill()
5102      Branch: perl
5103            ! pod/perlfunc.pod win32/bin/pl2bat.pl
5104 ____________________________________________________________________________
5105 [  3688] By: gsar                                  on 1999/07/17  20:47:44
5106         Log: noecho noops (from Nicholas Clark <nick@flirble.org>)
5107      Branch: perl
5108            ! ext/SDBM_File/sdbm/Makefile.PL
5109 ____________________________________________________________________________
5110 [  3687] By: gsar                                  on 1999/07/17  20:43:27
5111         Log: make CC.pm use a distinct CCPP() macro rather than PP()
5112              (suggested by Vishal Bhatia <vishalb@my-deja.com>)
5113      Branch: perl
5114            ! cc_runtime.h ext/B/B/CC.pm
5115 ____________________________________________________________________________
5116 [  3686] By: gsar                                  on 1999/07/17  20:39:08
5117         Log: tiny bug in vars.pm (from John Dlugosz)
5118      Branch: perl
5119            ! lib/vars.pm
5120 ____________________________________________________________________________
5121 [  3685] By: gsar                                  on 1999/07/17  20:37:27
5122         Log: applied suggested patch, along with later tweak
5123              From: jan.dubois@ibm.net (Jan Dubois)
5124              Date: Wed, 14 Jul 1999 23:53:43 +0200
5125              Message-ID: <37a902e7.15977234@smtp1.ibm.net>
5126              Subject: Merge ActivePerl Stylesheet support etc into Pod::Html.pm
5127      Branch: perl
5128            ! lib/Pod/Html.pm
5129 ____________________________________________________________________________
5130 [  3684] By: gsar                                  on 1999/07/17  20:24:32
5131         Log: avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop <domo@vo.lu>)
5132      Branch: perl
5133            ! thrdvar.h
5134 ____________________________________________________________________________
5135 [  3683] By: gsar                                  on 1999/07/17  20:21:01
5136         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5137              Date: Tue, 13 Jul 1999 05:44:28 -0400 (EDT)
5138              Message-Id: <199907130944.FAA04473@monk.mps.ohio-state.edu>
5139              Subject: [PATCH 5.005_57] Segfaults if $^P
5140      Branch: perl
5141            ! embed.h embed.pl global.sym mg.c objXSUB.h perl.c perlapi.c
5142            ! proto.h
5143 ____________________________________________________________________________
5144 [  3682] By: gsar                                  on 1999/07/17  20:04:17
5145         Log: use a better prefixify() heuristic than m/perl/ (prefix/lib/perl5
5146              and prefix/lib/perl5/man are ass_u_med only if those directories
5147              actually exist; else prefix/{lib,man} are used)
5148      Branch: perl
5149            ! lib/ExtUtils/MM_Unix.pm
5150 ____________________________________________________________________________
5151 [  3681] By: gsar                                  on 1999/07/17  19:12:33
5152         Log: allow $foo{$x} and $bar[$i] for (\$) prototype
5153      Branch: perl
5154            ! op.c t/comp/proto.t
5155 ____________________________________________________________________________
5156 [  3680] By: gsar                                  on 1999/07/17  18:23:55
5157         Log: fix vec() on magic values
5158              From: Ian Phillipps <ian@dial.pipex.com>
5159              Date: Mon, 12 Jul 1999 12:30:05 +0100
5160              Message-ID: <19990712123005.A11355@homer.diplex.co.uk>
5161              Subject: [PATCH 5.005_57] Re: do_vecset is broken.  Re: [ID 19990703.003].
5162      Branch: perl
5163            ! doop.c t/op/tie.t
5164 ____________________________________________________________________________
5165 [  3679] By: gsar                                  on 1999/07/17  18:10:44
5166         Log: make system() return -1 and set $! if exec of child failed
5167              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5168              Date: Fri, 9 Jul 1999 05:21:13 -0400
5169              Message-ID: <19990709052113.A6201@monk.mps.ohio-state.edu>
5170              Subject: [PATCH 5.005_57] system()==-1 and $! from failing fork/exec
5171      Branch: perl
5172            ! doio.c embed.h embed.pl global.sym objXSUB.h perlapi.c
5173            ! pod/perlfunc.pod pp_sys.c proto.h t/op/exec.t
5174 ____________________________________________________________________________
5175 [  3678] By: gsar                                  on 1999/07/17  17:54:01
5176         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5177              Date: Fri, 9 Jul 1999 04:27:51 -0400 (EDT)
5178              Message-Id: <199907090827.EAA03321@monk.mps.ohio-state.edu>
5179              Subject: [PATCH 5.005_57] File descriptor leak in do_exec3
5180      Branch: perl
5181            ! util.c
5182 ____________________________________________________________________________
5183 [  3677] By: gsar                                  on 1999/07/17  17:34:38
5184         Log: a modernized version of find2perl from Ken Pizzini <ken@halcyon.com>;
5185              converted Ken's documentation outline into pod
5186      Branch: perl
5187            ! x2p/find2perl.PL
5188 ____________________________________________________________________________
5189 [  3676] By: gsar                                  on 1999/07/17  16:34:09
5190         Log: pod fixes (with minor edits) from Abigail, Ronald Kimball, Jon
5191              Waddington, Tuomas Lukka, Steven Tolkin, Ian Phillipps, and
5192              Steve Lidie
5193      Branch: perl
5194            ! pod/Win32.pod pod/perldelta.pod pod/perlfaq.pod
5195            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
5196            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
5197            ! pod/perlguts.pod pod/perlhist.pod pod/perlop.pod
5198            ! pod/perlport.pod pod/perltoc.pod pod/perltodo.pod
5199            ! pod/perltoot.pod pod/perltootc.pod pod/perlvar.pod
5200 ____________________________________________________________________________
5201 [  3675] By: gsar                                  on 1999/07/17  00:16:53
5202         Log: backout redundant change#3628
5203      Branch: perl
5204            ! Changes hints/bsdos.sh
5205 ____________________________________________________________________________
5206 [  3674] By: jhi                                   on 1999/07/15  14:26:03
5207         Log: Fix the bin/oct/hex constant overflow tests for
5208              long long platforms.
5209      Branch: cfgperl
5210            ! t/pragma/warn/util
5211 ____________________________________________________________________________
5212 [  3673] By: jhi                                   on 1999/07/14  21:59:11
5213         Log: Fixed AIX dynamic loading and AIX shared Perl library.
5214              Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc,
5215              4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib.
5216              Hijacked win32/makedef.pl for more general purpose export
5217              list building, now it is used (as toplevel makedef.pl)
5218              for win32 and AIX (perl_exp.SH made unnecessary).
5219              Because the export lists are now correct in AIX, no more linker
5220              warnings about "Exported symbol not defined" should appear.
5221      Branch: cfgperl
5222            + makedef.pl
5223            - perl_exp.SH win32/makedef.pl
5224            ! MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
5225            ! ext/DynaLoader/dl_aix.xs hints/aix.sh win32/Makefile
5226            ! win32/makefile.mk
5227 ____________________________________________________________________________
5228 [  3672] By: gsar                                  on 1999/07/14  17:12:13
5229         Log: minor efficiency tweak
5230      Branch: perl
5231            ! pp_ctl.c
5232 ____________________________________________________________________________
5233 [  3671] By: jhi                                   on 1999/07/14  16:22:39
5234         Log: The regexec.c change of #3606 caused a core dump in fbm_instr()
5235              if its caller re_intuit_start() was entered with strend == strpos
5236              because end_shift ended up as -1.  The patch ain't necessarily
5237              correct but least the core dump is avoided.
5238      Branch: cfgperl
5239            ! regexec.c
5240 ____________________________________________________________________________
5241 [  3670] By: jhi                                   on 1999/07/13  07:59:09
5242         Log: Integrate with Sarathy.
5243      Branch: cfgperl
5244            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
5245            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
5246           !> (integrate 67 files)
5247 ____________________________________________________________________________
5248 [  3669] By: gsar                                  on 1999/07/12  06:14:54
5249         Log: fixups for sundry warnings about function pointers
5250      Branch: perl
5251            ! ext/re/re.xs intrpvar.h op.c perl.c perl.h pp_ctl.c scope.h
5252            ! sv.c thrdvar.h util.c win32/Makefile win32/makefile.mk
5253            ! win32/win32.c win32/win32.h
5254 ____________________________________________________________________________
5255 [  3668] By: gsar                                  on 1999/07/12  04:11:58
5256         Log: tweaks for win32/borland
5257      Branch: perl
5258            ! t/pragma/locale.t win32/makedef.pl win32/makefile.mk
5259 ____________________________________________________________________________
5260 [  3667] By: gsar                                  on 1999/07/12  01:55:15
5261         Log: yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS
5262              builds; passing the implicit context is unified among the three
5263              flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three
5264              flavors (see the top of perl.h) for testing; all varargs functions
5265              foo() have a va_list-taking variant vfoo() for generating the
5266              context-free versions; the PERL_OBJECT build should now be
5267              hyper-compatible with CPAN extensions (C++ is totally out of
5268              the picture)
5269              
5270              result has only been tested on Windows
5271              
5272              TODO: write docs on the THX rationale and idiomatic usage of
5273              the Perl API
5274      Branch: perl
5275            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
5276            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
5277            ! MANIFEST XSUB.h bytecode.pl deb.c dump.c embed.h embed.pl
5278            ! embedvar.h ext/B/B.xs ext/ByteLoader/ByteLoader.xs
5279            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
5280            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs ext/IO/IO.xs
5281            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
5282            ! ext/SDBM_File/SDBM_File.xs ext/Socket/Socket.xs
5283            ! ext/Thread/Thread.xs ext/attrs/attrs.xs ext/re/re.xs
5284            ! global.sym globals.c intrpvar.h iperlsys.h
5285            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
5286            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/xsubpp lib/base.pm
5287            ! lib/warning.pm malloc.c objXSUB.h perl.c perl.h perlapi.c
5288            ! perlapi.h perlio.c pp_sys.c proto.h regcomp.c regexec.c
5289            ! scope.c sv.c thrdvar.h util.c win32/Makefile win32/config_H.bc
5290            ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
5291            ! win32/dl_win32.xs win32/include/dirent.h
5292            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
5293            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
5294            ! win32/win32iop.h win32/win32sck.c
5295 ____________________________________________________________________________
5296 [  3666] By: jhi                                   on 1999/07/11  22:00:13
5297         Log: Integrate with Sarathy.
5298      Branch: cfgperl
5299           !> op.c t/op/lex_assign.t
5300 ____________________________________________________________________________
5301 [  3665] By: jhi                                   on 1999/07/11  21:59:01
5302         Log: More manual sync.
5303      Branch: cfgperl
5304            ! pod/perldelta.pod
5305 ____________________________________________________________________________
5306 [  3664] By: gsar                                  on 1999/07/11  19:11:07
5307         Log: change#3612 was buggy and failed to build Tk; applied Ilya's
5308              remedy and related tests via private mail
5309      Branch: perl
5310            ! op.c t/op/lex_assign.t
5311 ____________________________________________________________________________
5312 [  3663] By: jhi                                   on 1999/07/11  15:04:37
5313         Log: Manual synchronization with Sarathy (some files
5314              had drifted apart for no apparent reason), plus
5315              I had a typo in dl_vms.xs Sarathy had fixed.
5316      Branch: cfgperl
5317            ! ext/DynaLoader/dl_vms.xs pod/perldelta.pod pp.c pp_sys.c
5318 ____________________________________________________________________________
5319 [  3662] By: jhi                                   on 1999/07/10  12:23:21
5320         Log: Change t/pragma/warn oct()/hex() overflow tests to use %Config
5321              to adapt to the underlying platform (the binary, 0b1..., test
5322              was broken in 64-bit platforms).  Also change "hex" in the
5323              warning messages to "hexadecimal" to match "binary" and "octal".
5324      Branch: cfgperl
5325            ! pod/perldiag.pod t/pragma/warn/util util.c
5326 ____________________________________________________________________________
5327 [  3661] By: jhi                                   on 1999/07/08  21:54:55
5328         Log: Integrate with Sarathy.
5329      Branch: cfgperl
5330           +> perlapi.c perlapi.h
5331           !> (integrate 43 files)
5332 ____________________________________________________________________________
5333 [  3660] By: gsar                                  on 1999/07/08  18:47:35
5334         Log: more PERL_OBJECT cleanups (changes still untested on Unix!)
5335      Branch: perl
5336            + perlapi.c perlapi.h
5337            ! MANIFEST XSUB.h emacs/ptags embed.h embed.pl embedvar.h
5338            ! ext/Opcode/Opcode.xs global.sym globals.c intrpvar.h
5339            ! iperlsys.h mg.c miniperlmain.c objXSUB.h perl.c perl.h perly.c
5340            ! pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h regexec.c
5341            ! scope.c scope.h sv.c thrdvar.h toke.c util.c win32/GenCAPI.pl
5342            ! win32/Makefile win32/makedef.pl win32/perllib.c win32/win32.c
5343            ! win32/win32.h
5344 ____________________________________________________________________________
5345 [  3659] By: gsar                                  on 1999/07/08  18:41:45
5346         Log: sundry cleanups for clean build on windows
5347      Branch: perl
5348            ! doio.c regcomp.c regcomp.h t/io/openpid.t utf8.c
5349 ____________________________________________________________________________
5350 [  3658] By: gsar                                  on 1999/07/08  01:24:25
5351         Log: fixes for logical bugs in the lexwarn patch; other tweaks to avoid
5352              type mismatch problems
5353      Branch: perl
5354            ! doio.c gv.c op.c pp.c regcomp.c regexec.c run.c sv.c
5355            ! t/pragma/warn/op toke.c utf8.c util.c
5356 ____________________________________________________________________________
5357 [  3657] By: jhi                                   on 1999/07/07  23:01:16
5358         Log: Integrate with Sarathy.  perldiag.pod required manual editing.
5359      Branch: cfgperl
5360            ! pod/perldiag.pod
5361           !> Changes configure.com ext/B/B/Deparse.pm
5362           !> ext/ByteLoader/Makefile.PL ext/Fcntl/Fcntl.xs
5363           !> ext/IO/lib/IO/File.pm gv.c iperlsys.h lib/ExtUtils/MM_VMS.pm
5364           !> lib/File/Basename.pm lib/File/Spec/VMS.pm perlsfio.h
5365           !> t/base/rs.t t/lib/io_multihomed.t t/lib/textfill.t
5366           !> t/lib/textwrap.t t/op/filetest.t t/op/mkdir.t
5367           !> t/pragma/overload.t thread.h vms/vms.c
5368 ____________________________________________________________________________
5369 [  3656] By: gsar                                  on 1999/07/07  21:04:38
5370         Log: integrate cfgperl contents
5371      Branch: perl
5372           +> lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
5373           +> lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
5374           +> lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
5375            ! Changes
5376           !> (integrate 45 files)
5377 ____________________________________________________________________________
5378 [  3655] By: gsar                                  on 1999/07/07  18:55:45
5379         Log: filetest.t and ByteLoader build tweaks from Peter Prymmer
5380              <pvhp@forte.com>
5381      Branch: perl
5382            ! ext/ByteLoader/Makefile.PL t/op/filetest.t
5383 ____________________________________________________________________________
5384 [  3654] By: gsar                                  on 1999/07/07  18:47:03
5385         Log: change#1889 mistakenly removed F_SETLK
5386      Branch: perl
5387            ! ext/Fcntl/Fcntl.xs
5388 ____________________________________________________________________________
5389 [  3653] By: gsar                                  on 1999/07/07  18:42:42
5390         Log: B::Deparse update
5391              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
5392              Date: Mon,  5 Jul 1999 17:57:03 -0500 (CDT)
5393              Message-ID: <14209.13729.738691.610723@alias-2.pr.mcs.net>
5394              Subject: [PATCH _57, long] B::Deparse 0.58
5395      Branch: perl
5396            ! ext/B/B/Deparse.pm
5397 ____________________________________________________________________________
5398 [  3652] By: gsar                                  on 1999/07/07  18:41:07
5399         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5400              Date: Mon, 5 Jul 1999 18:24:19 -0400 (EDT)
5401              Message-Id: <199907052224.SAA10454@monk.mps.ohio-state.edu>
5402              Subject: Re: [ID 19990705.001] Overloading boolean conversion
5403      Branch: perl
5404            ! gv.c t/pragma/overload.t
5405 ____________________________________________________________________________
5406 [  3651] By: gsar                                  on 1999/07/07  17:47:30
5407         Log: missing PerlIO_reopen() (suggested by sam@daemoninc.com)
5408      Branch: perl
5409            ! perlsfio.h
5410 ____________________________________________________________________________
5411 [  3650] By: gsar                                  on 1999/07/07  17:45:52
5412         Log: applied new parts of suggested patch
5413              From: Charles Bailey <BAILEY@newman.upenn.edu>
5414              Date: Fri, 02 Jul 1999 19:18:41 -0400 (EDT)
5415              Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu>
5416              Subject: [PATCH 5.005_57] Consolidated VMS patch
5417      Branch: perl
5418            ! configure.com ext/IO/lib/IO/File.pm iperlsys.h
5419            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm
5420            ! lib/File/Spec/VMS.pm pod/perldiag.pod t/base/rs.t
5421            ! t/lib/io_multihomed.t t/lib/textfill.t t/lib/textwrap.t
5422            ! t/op/filetest.t t/op/mkdir.t thread.h vms/vms.c
5423 ____________________________________________________________________________
5424 [  3649] By: jhi                                   on 1999/07/07  13:38:02
5425         Log: Sync regcomp warn with reality.
5426      Branch: cfgperl
5427            ! t/pragma/warn/regcomp
5428 ____________________________________________________________________________
5429 [  3648] By: jhi                                   on 1999/07/07  13:04:55
5430         Log: Integrate with Sarathy; one conflict in t/pragma/warn/recgomp
5431              resolved manually.
5432      Branch: cfgperl
5433           +> pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
5434           +> t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
5435           +> t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
5436            - README.lexwarn
5437           !> (integrate 79 files)
5438 ____________________________________________________________________________
5439 [  3647] By: gsar                                  on 1999/07/07  10:32:03
5440         Log: From: jan.dubois@ibm.net (Jan Dubois)
5441              Date: Thu, 01 Jul 1999 11:17:53 +0200
5442              Message-ID: <377b2ca4.14467042@smtp1.ibm.net>
5443              Subject: [PATCH 5.005_57] MakeMaker support for pod2html
5444      Branch: perl
5445            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
5446            ! lib/ExtUtils/MakeMaker.pm
5447 ____________________________________________________________________________
5448 [  3646] By: gsar                                  on 1999/07/07  10:27:55
5449         Log: fix undocumented IO::Handle functions as suggested
5450              by cj10@cam.ac.uk
5451      Branch: perl
5452            ! ext/IO/lib/IO/Handle.pm
5453 ____________________________________________________________________________
5454 [  3645] By: gsar                                  on 1999/07/07  10:18:55
5455         Log: prohibit thread join()ing itself (from Dan Sugalski)
5456      Branch: perl
5457            ! ext/Thread/Thread.xs
5458 ____________________________________________________________________________
5459 [  3644] By: gsar                                  on 1999/07/07  10:14:26
5460         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
5461              Date: Wed, 30 Jun 1999 14:02:42 -0700
5462              Message-ID: <LJHFKBDHMHHJDAAA@my-deja.com>
5463              Subject:  [PATCH 5.005_57] Compiler and XSUBS
5464      Branch: perl
5465            ! ext/B/B/C.pm
5466 ____________________________________________________________________________
5467 [  3643] By: gsar                                  on 1999/07/07  10:08:38
5468         Log: mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntax
5469              (from François Désarménien <desar@club-internet.fr>)
5470      Branch: perl
5471            ! pod/perlsyn.pod
5472 ____________________________________________________________________________
5473 [  3642] By: gsar                                  on 1999/07/07  10:03:24
5474         Log: From: Doug MacEachern <dougm@cp.net>
5475              Date: Sun, 27 Jun 1999 22:43:25 -0700 (PDT)
5476              Message-ID: <Pine.LNX.4.10.9906272236430.389-100000@mojo.eng.cp.net>
5477              Subject: [PATCH 5.005_57] add B::PV::{LEN,CUR}
5478      Branch: perl
5479            ! ext/B/B.xs
5480 ____________________________________________________________________________
5481 [  3641] By: gsar                                  on 1999/07/07  10:00:57
5482         Log: slightly modified version of suggested patch
5483              From: Steven N. Hirsch <hirschs@stargate.btv.ibm.com>
5484              Date: Mon, 28 Jun 1999 14:23:59 -0400
5485              Message-Id: <199906281823.OAA24912@stargate.btv.ibm.com>
5486              Subject: [ID 19990628.007] POSIX::tmpnam() broken for threaded 5.00503
5487      Branch: perl
5488            ! ext/POSIX/POSIX.xs
5489 ____________________________________________________________________________
5490 [  3640] By: gsar                                  on 1999/07/07  09:45:43
5491         Log: lexical warnings update (warning.t fails one test
5492              due to leaked scalar, investigation pending)
5493              From: paul.marquess@bt.com
5494              Date: Sat, 26 Jun 1999 23:19:52 +0100
5495              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk>
5496              Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings
5497      Branch: perl
5498            + pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
5499            + t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
5500            + t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
5501            - README.lexwarn
5502            ! Changes MANIFEST av.c djgpp/djgpp.c doio.c doop.c
5503            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
5504            ! ext/ByteLoader/byterun.h gv.c hv.c jpl/JNI/JNI.xs
5505            ! lib/warning.pm mg.c op.c os2/os2.c perl.c perlio.c
5506            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
5507            ! pod/perlmodlib.pod pod/perlrun.pod pod/perlvar.pod pp.c
5508            ! pp_ctl.c run.c sv.c t/pragma/warn/3both t/pragma/warn/doio
5509            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
5510            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
5511            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
5512            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
5513            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
5514            ! t/pragma/warn/util t/pragma/warning.t toke.c utf8.c util.c
5515            ! warning.h warning.pl win32/win32.c
5516 ____________________________________________________________________________
5517 [  3639] By: gsar                                  on 1999/07/07  08:09:30
5518         Log: From: Brian Jepson <bjepson@home.com>
5519              Date: Sat, 26 Jun 1999 10:47:45 -0500 (EST)
5520              Message-ID: <Pine.LNX.4.10.9906261044180.659-100000@cx384756-a.sking1.ri.home.com>
5521              Subject: Patch to JPL example program
5522      Branch: perl
5523            ! jpl/JPL_Rolo/JPL_Rolo.jpl
5524 ____________________________________________________________________________
5525 [  3638] By: jhi                                   on 1999/07/07  08:07:58
5526         Log: Integrate with Sarathy.
5527      Branch: cfgperl
5528           !> (integrate 34 files)
5529 ____________________________________________________________________________
5530 [  3637] By: gsar                                  on 1999/07/07  08:07:49
5531         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
5532              Date: Fri, 25 Jun 1999 13:38:44 -0500 (CDT)
5533              Message-ID: <14193.25034.113373.245377@alias-2.pr.mcs.net>
5534              Subject: [PATCH _57, long] Eliminate CONDOPs
5535      Branch: perl
5536            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm
5537            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
5538            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/B/ramblings/flip-flop
5539            ! ext/B/typemap op.c op.h opcode.h opcode.pl perl.h
5540            ! pod/perltoc.pod pp_ctl.c pp_hot.c
5541 ____________________________________________________________________________
5542 [  3636] By: gsar                                  on 1999/07/07  07:50:51
5543         Log: adapted suggested patch for IO-1.20x
5544              From: ian@dial.pipex.com
5545              Date:  Fri, 25 Jun 1999 10:39:42 +0100
5546              Message-Id:  <199906250939.KAA02152@homer.diplex.co.uk>
5547              Subject: [ID 19990625.001]  Minor fixes for IO::Socket.pm
5548      Branch: perl
5549            ! ext/IO/lib/IO/Socket.pm
5550 ____________________________________________________________________________
5551 [  3635] By: gsar                                  on 1999/07/07  07:26:05
5552         Log: PowerMAX hints update from Tom Horsley <Tom.Horsley@mail.ccur.com>
5553      Branch: perl
5554            ! hints/powerux.sh
5555 ____________________________________________________________________________
5556 [  3634] By: gsar                                  on 1999/07/07  07:20:02
5557         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5558              Date: Wed, 23 Jun 1999 16:16:05 +0100
5559              Message-Id: <199906231516.QAA23851@crypt.compulink.co.uk>
5560              Subject: [PATCH 5.005_57] memleak in optimizer
5561      Branch: perl
5562            ! embed.h embed.pl objXSUB.h op.c proto.h
5563 ____________________________________________________________________________
5564 [  3633] By: gsar                                  on 1999/07/07  07:10:52
5565         Log: add do-not-edit caveats for files generated by opcode.pl
5566              (suggested by Hugo van der Sanden)
5567      Branch: perl
5568            ! opcode.h opcode.pl pp.sym pp_proto.h
5569 ____________________________________________________________________________
5570 [  3632] By: gsar                                  on 1999/07/07  06:41:13
5571         Log: better diagnostics on read operations from write-only
5572              filehandles
5573      Branch: perl
5574            ! doio.c perl.c pod/perldelta.pod pod/perldiag.pod pp_hot.c
5575            ! pp_sys.c t/pragma/warn/pp_hot t/pragma/warn/pp_sys
5576 ____________________________________________________________________________
5577 [  3631] By: gsar                                  on 1999/07/07  02:03:34
5578         Log: make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE'> (suggested
5579              by David Muir Sharnoff <muir@idiom.com>)
5580      Branch: perl
5581            ! lib/Sys/Hostname.pm
5582 ____________________________________________________________________________
5583 [  3630] By: gsar                                  on 1999/07/07  01:57:16
5584         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
5585              Date: Sun, 20 Jun 1999 17:17:17 -0700
5586              Message-ID: <AEBDBGKPMEAJAAAA@my-deja.com>
5587              Subject: [PATCH 5.005_57] Minor bug fix in pp_require
5588      Branch: perl
5589            ! ext/B/B/CC.pm
5590 ____________________________________________________________________________
5591 [  3629] By: gsar                                  on 1999/07/07  01:46:03
5592         Log: installperl should write normal messages to STDOUT, not STDERR
5593      Branch: perl
5594            ! installperl
5595 ____________________________________________________________________________
5596 [  3628] By: gsar                                  on 1999/07/07  01:41:25
5597         Log: BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)
5598      Branch: perl
5599            ! hints/bsdos.sh
5600 ____________________________________________________________________________
5601 [  3627] By: gsar                                  on 1999/07/07  00:27:10
5602         Log: make diagnostic on C<my $^I> etc., more readable
5603      Branch: perl
5604            ! op.c
5605 ____________________________________________________________________________
5606 [  3626] By: gsar                                  on 1999/07/06  23:47:27
5607         Log: From: Andy Dougherty <doughera@lafayette.edu>
5608              Date:  Thu, 17 Jun 1999 12:07:11 -0400 (EDT)
5609              Message-Id:  <Pine.GSU.4.05.9906171204580.937-100000@newton.phys>
5610              Subject: [ID 19990617.004  [PATCH 5.005_57] make distclean fixes]
5611      Branch: perl
5612            ! Makefile.SH utils/Makefile
5613 ____________________________________________________________________________
5614 [  3625] By: jhi                                   on 1999/07/06  21:50:46
5615         Log: Some new files of #3624 missing from MANIFEST.
5616      Branch: cfgperl
5617            ! MANIFEST
5618 ____________________________________________________________________________
5619 [  3624] By: jhi                                   on 1999/07/06  21:47:04
5620         Log: POSIX [[:character class:]] support for standard, locale,
5621              and utf8.  If both utf8 and locale are on, utf8 wins.
5622              I don't fully understand why so many tables changed in
5623              lib/unicode because of "make" -- maybe it was just overdue.
5624      Branch: cfgperl
5625            + lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
5626            + lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
5627            + lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
5628            ! MANIFEST Todo-5.005 embed.h embed.pl embedvar.h global.sym
5629            ! handy.h intrpvar.h lib/unicode/Bidirectional.pl
5630            ! lib/unicode/Block.pl lib/unicode/Category.pl
5631            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
5632            ! lib/unicode/Is/BidiL.pl lib/unicode/Is/Digit.pl
5633            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl
5634            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Print.pl
5635            ! lib/unicode/Is/Space.pl lib/unicode/Is/Upper.pl
5636            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Name.pl
5637            ! lib/unicode/To/Digit.pl lib/unicode/mktables.PL objXSUB.h
5638            ! pod/perldelta.pod pod/perldiag.pod pod/perlre.pod proto.h
5639            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
5640            ! t/op/pat.t t/op/re_tests t/op/regexp.t t/pragma/utf8.t
5641            ! t/pragma/warn/regcomp utf8.c
5642 ____________________________________________________________________________
5643 [  3623] By: gsar                                  on 1999/07/06  20:52:48
5644         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5645              Date: Wed, 16 Jun 1999 14:57:22 -0400
5646              Message-ID: <19990616145722.B16258@monk.mps.ohio-state.edu>
5647              Subject: [PATCH 5.00557] Devel::Peek
5648      Branch: perl
5649            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
5650 ____________________________________________________________________________
5651 [  3622] By: gsar                                  on 1999/07/06  20:22:59
5652         Log: applied patch after demunging headers with appropriate paths
5653              From: "Vishal Bhatia" <vishalb@my-deja.com>
5654              Date: Sat, 12 Jun 1999 08:23:59 -0700
5655              Message-ID: <JIHEJPFDFKIBDAAA@my-deja.com>
5656              Subject: [Patch 5.005_57] unsigned arithmetic (Compiler)
5657      Branch: perl
5658            ! cc_runtime.h ext/B/B.xs ext/B/B/CC.pm ext/B/B/Stackobj.pm
5659            ! ext/B/defsubs.h.PL lib/ExtUtils/typemap t/harness
5660 ____________________________________________________________________________
5661 [  3621] By: gsar                                  on 1999/07/06  20:10:50
5662         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5663              Date: Thu, 10 Jun 1999 04:05:22 -0400 (EDT)
5664              Message-Id: <199906100805.EAA18216@monk.mps.ohio-state.edu>
5665              Subject: [PATCH 5.005_57] Optimize 2>&1 in commands
5666      Branch: perl
5667            ! doio.c
5668 ____________________________________________________________________________
5669 [  3620] By: jhi                                   on 1999/07/06  19:16:47
5670         Log: Mention EPOC and SOCKS.
5671      Branch: cfgperl
5672            ! pod/perldelta.pod
5673 ____________________________________________________________________________
5674 [  3619] By: gsar                                  on 1999/07/06  16:52:37
5675         Log: fix int vs STRLEN issue
5676      Branch: perl
5677            ! pp.c
5678 ____________________________________________________________________________
5679 [  3618] By: jhi                                   on 1999/07/06  16:52:20
5680         Log: There ain't Perl_atonv().
5681      Branch: cfgperl
5682            ! ext/ByteLoader/bytecode.h
5683 ____________________________________________________________________________
5684 [  3617] By: jhi                                   on 1999/07/06  15:55:22
5685         Log: Integrate with Sarathy.
5686      Branch: cfgperl
5687           !> Makefile.SH
5688 ____________________________________________________________________________
5689 [  3616] By: jhi                                   on 1999/07/06  15:54:09
5690         Log: Tweak for #3613.
5691      Branch: cfgperl
5692            ! Configure config_h.SH
5693 ____________________________________________________________________________
5694 [  3615] By: gsar                                  on 1999/07/06  11:00:21
5695         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
5696              Date:  Sun, 13 Jun 1999 17:46:13 -0600 (MDT)
5697              Message-Id:  <199906132346.RAA26632@xerxes.courtesan.com>
5698              Subject: [ID 19990613.003  linklibperl set incorrectly in Makefile.SH for OpenBSD]
5699      Branch: perl
5700            ! Makefile.SH
5701 ____________________________________________________________________________
5702 [  3614] By: jhi                                   on 1999/07/06  10:44:48
5703         Log: Integrate with Sarathy.
5704      Branch: cfgperl
5705           !> ext/IO/lib/IO/File.pm op.c op.h opcode.h opcode.pl perl.h pp.h
5706           !> pp.sym pp_proto.h t/base/rs.t t/pragma/warn/op
5707 ____________________________________________________________________________
5708 [  3613] By: jhi                                   on 1999/07/06  10:43:20
5709         Log: From: Nathan Kurz <nate@valleytel.net>
5710              Subject: [ID 19990612.001 compiling three deep modules within ext/]
5711              ply-To: nate@valleytel.net
5712              erl5-porters@perl.org
5713              Date: Sat, 12 Jun 1999 01:26:04 -0500
5714              Message-Id: <199906120626.BAA04996@trinkpad.valleytel.net>
5715      Branch: cfgperl
5716            ! Configure config_h.SH
5717 ____________________________________________________________________________
5718 [  3612] By: gsar                                  on 1999/07/06  10:17:52
5719         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5720              Date: Sat, 12 Jun 1999 04:49:09 -0400 (EDT)
5721              Message-Id: <199906120849.EAA26986@monk.mps.ohio-state.edu>
5722              Subject: [PATCH 5.005_57] Optimize away OP_SASSIGN
5723      Branch: perl
5724            ! op.c op.h opcode.h opcode.pl pp.h pp.sym pp_proto.h
5725 ____________________________________________________________________________
5726 [  3611] By: gsar                                  on 1999/07/06  09:51:20
5727         Log: From: pvhp@forte.com (Peter Prymmer)
5728              Date: Fri, 11 Jun 99 17:07:19 PDT
5729              Message-Id: <9906120007.AA13802@forte.com>
5730              Subject: [PATCH _03 && _57]portability fix for IO::File and FileHandle
5731      Branch: perl
5732            ! ext/IO/lib/IO/File.pm
5733 ____________________________________________________________________________
5734 [  3610] By: gsar                                  on 1999/07/06  09:37:37
5735         Log: fix for C<$/ = 42> setting paragraph mode (applied with small
5736              tweak)
5737              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5738              Date: Wed, 09 Jun 1999 18:27:51 +0100
5739              Message-Id: <E10rm8l-00023T-00@ursa.cus.cam.ac.uk>
5740              Subject: Re: [ID 19990608.002] Possible bug with binmode and <FH> on Perl 5.005_03 Win32
5741      Branch: perl
5742            ! perl.h t/base/rs.t
5743 ____________________________________________________________________________
5744 [  3609] By: jhi                                   on 1999/07/06  09:28:48
5745         Log: Integrate with Sarathy.
5746      Branch: cfgperl
5747           !> (integrate 49 files)
5748 ____________________________________________________________________________
5749 [  3608] By: gsar                                  on 1999/07/06  09:28:21
5750         Log: test tweak
5751      Branch: perl
5752            ! t/pragma/warn/op
5753 ____________________________________________________________________________
5754 [  3607] By: jhi                                   on 1999/07/06  09:22:48
5755         Log: Put back the cygwin32 Configure fix of 3582 undone by 3597.
5756      Branch: cfgperl
5757            ! Configure config_h.SH
5758 ____________________________________________________________________________
5759 [  3606] By: gsar                                  on 1999/07/06  09:05:02
5760         Log: applied slightly tweaked version of suggested patch for
5761              improved RE API
5762              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5763              Date: Wed, 9 Jun 1999 18:14:27 -0400 (EDT)
5764              Message-Id: <199906092214.SAA14126@monk.mps.ohio-state.edu>
5765              Subject: [PATCH 5.005_57] REx engine rehash
5766      Branch: perl
5767            ! Changes dump.c embed.h embed.pl embedvar.h ext/re/Makefile.PL
5768            ! ext/re/re.xs global.sym objXSUB.h perl.c perl.h pp.c pp_hot.c
5769            ! proto.h regcomp.c regcomp.h regexec.c regexp.h thrdvar.h
5770            ! util.c
5771 ____________________________________________________________________________
5772 [  3605] By: gsar                                  on 1999/07/06  08:54:03
5773         Log: bug in change#3602 (cpp conditionals not allowed inside macro args)
5774      Branch: perl
5775            ! sv.c
5776 ____________________________________________________________________________
5777 [  3604] By: gsar                                  on 1999/07/06  07:08:30
5778         Log: From: paul.marquess@bt.com
5779              Date: Tue, 8 Jun 1999 22:37:58 +0100 
5780              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3C@mbtlipnt02.btlabs.bt.co.uk>
5781              Subject: [PATCH 5.005_57] DB_File 1.67
5782      Branch: perl
5783            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
5784            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
5785 ____________________________________________________________________________
5786 [  3603] By: gsar                                  on 1999/07/06  07:04:50
5787         Log: From: paul.marquess@bt.com
5788              Date: Tue, 8 Jun 1999 22:34:01 +0100 
5789              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3B@mbtlipnt02.btlabs.bt.co.uk>
5790              Subject: [PATCH 5.005_57] DBM Filters
5791      Branch: perl
5792            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
5793            ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
5794            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
5795            ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
5796 ____________________________________________________________________________
5797 [  3602] By: gsar                                  on 1999/07/06  07:00:01
5798         Log: slightly tweaked version of suggested patch
5799              From: Dan Sugalski <sugalskd@ous.edu>
5800              Date: Tue, 08 Jun 1999 14:09:38 -0700
5801              Message-Id: <3.0.6.32.19990608140938.030f12e0@ous.edu>
5802              Subject: [PATCH 5.005_57]Use NV instead of double in the core
5803      Branch: perl
5804            ! av.h bytecode.pl cv.h doio.c dump.c embed.pl
5805            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c hv.h
5806            ! intrpvar.h mg.c op.c perl.h pp.c pp.h pp_ctl.c pp_sys.c
5807            ! proto.h sv.c sv.h toke.c universal.c util.c
5808 ____________________________________________________________________________
5809 [  3601] By: gsar                                  on 1999/07/06  06:52:57
5810         Log: integrate cfgperl contents into mainline
5811      Branch: perl
5812           +> README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
5813           +> epoc/perl.mmp epoc/perl.pkg
5814           !> (integrate 30 files)
5815 ____________________________________________________________________________
5816 [  3598] By: jhi                                   on 1999/07/05  20:02:55
5817         Log: Integrate with mainperl.
5818      Branch: cfgperl
5819           +> lib/CGI/Pretty.pm
5820           !> Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
5821           !> ext/B/B/Stackobj.pm ext/GDBM_File/GDBM_File.xs mg.c op.c
5822           !> opcode.h opcode.pl pp_sys.c t/lib/io_udp.t thread.h toke.c
5823           !> vms/descrip_mms.template vms/subconfigure.com vms/vms.c
5824           !> vms/vmsish.h
5825 ____________________________________________________________________________
5826 [  3597] By: jhi                                   on 1999/07/05  19:59:48
5827         Log: Hack SOCKS support some more plus a patch from Andy Dougherty
5828              that addresses the notorious "Additional libraries" question.
5829      Branch: cfgperl
5830            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5831            ! config_h.SH doio.c ext/Socket/Socket.xs hints/aix.sh perl.c
5832            ! pp_sys.c
5833 ____________________________________________________________________________
5834 [  3596] By: gsar                                  on 1999/07/05  18:30:51
5835         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5836              Date: Tue, 8 Jun 1999 04:47:58 -0400 (EDT)
5837              Message-Id: <199906080847.EAA03810@monk.mps.ohio-state.edu>
5838              Subject: [PATCH 5.00557] Long-standing UDP sockets bug on OS/2
5839      Branch: perl
5840            ! pp_sys.c t/lib/io_udp.t
5841 ____________________________________________________________________________
5842 [  3595] By: gsar                                  on 1999/07/05  18:29:08
5843         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5844              Date: Tue, 8 Jun 1999 04:44:58 -0400 (EDT)
5845              Message-Id: <199906080844.EAA03784@monk.mps.ohio-state.edu>
5846              Subject: [PATCH 5.00557] Setting $^E wipes out $!
5847      Branch: perl
5848            ! mg.c
5849 ____________________________________________________________________________
5850 [  3594] By: gsar                                  on 1999/07/05  18:24:53
5851         Log: hand-apply whitespace mutiliated patch
5852              From: Dan Sugalski <sugalskd@osshe.edu>
5853              Date: Mon, 07 Jun 1999 14:46:42 -0700
5854              Message-Id: <3.0.6.32.19990607144642.03079100@ous.edu>
5855              Subject: [PATCH 5.005_57]Updated VMS patch
5856      Branch: perl
5857            ! thread.h vms/descrip_mms.template vms/subconfigure.com
5858            ! vms/vms.c vms/vmsish.h
5859 ____________________________________________________________________________
5860 [  3593] By: gsar                                  on 1999/07/05  17:53:04
5861         Log: applied parts not duplicated by previous patches
5862              From: "Vishal Bhatia" <vishalb@my-deja.com>
5863              Date: Sat, 05 Jun 1999 08:42:17 -0700
5864              Message-ID: <JAMCAJKJEJDPAAAA@my-deja.com>
5865              Subject: Fwd: [PATCH 5.005_57] consolidated compiler changes
5866      Branch: perl
5867            ! Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
5868            ! ext/B/B/Stackobj.pm
5869 ____________________________________________________________________________
5870 [  3592] By: jhi                                   on 1999/07/05  17:17:22
5871         Log: AIX threaded build, plus few more on the side.
5872      Branch: cfgperl
5873            ! embed.h embed.pl ext/DynaLoader/dl_aix.xs
5874            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
5875            ! ext/DynaLoader/dl_vms.xs hints/aix.sh objXSUB.h perl.h
5876            ! perl_exp.SH pp_ctl.c proto.h toke.c util.c
5877 ____________________________________________________________________________
5878 [  3591] By: gsar                                  on 1999/07/05  16:52:34
5879         Log: "\e" and "\a" didn't produce right escape under EBCDIC
5880              From: pvhp@forte.com (Peter Prymmer)
5881              Date: Fri, 4 Jun 99 12:00:27 PDT
5882              Message-Id: <9906041900.AA28387@forte.com>
5883              Subject: [PATCH 5.005_57]lingering ASCIIism in tokener
5884      Branch: perl
5885            ! toke.c
5886 ____________________________________________________________________________
5887 [  3590] By: gsar                                  on 1999/07/05  16:40:01
5888         Log: s/scalar ref constructor/single ref constructor/ (suggested
5889              by Stephen McCamant)
5890      Branch: perl
5891            ! opcode.h opcode.pl
5892 ____________________________________________________________________________
5893 [  3589] By: gsar                                  on 1999/07/05  16:34:06
5894         Log: no such thing as gdbm_clearerr() (from Andy Dougherty)
5895      Branch: perl
5896            ! ext/GDBM_File/GDBM_File.xs
5897 ____________________________________________________________________________
5898 [  3588] By: gsar                                  on 1999/07/05  16:29:39
5899         Log: allow C<-foo> under C<use integer> (behavior of C<-$string>
5900              is unchanged still)
5901      Branch: perl
5902            ! op.c
5903 ____________________________________________________________________________
5904 [  3587] By: jhi                                   on 1999/07/05  10:31:43
5905         Log: Make perl_exp.SH smarter about what to include and what to exclude.
5906      Branch: cfgperl
5907            ! perl_exp.SH
5908 ____________________________________________________________________________
5909 [  3586] By: jhi                                   on 1999/07/05  09:29:31
5910         Log: Remove unnecessary and extraneous my $i = 0.
5911      Branch: cfgperl
5912            ! bytecode.pl
5913 ____________________________________________________________________________
5914 [  3585] By: jhi                                   on 1999/07/05  07:28:59
5915         Log: Integrate with mainperl.
5916      Branch: cfgperl
5917           !> (integrate 30 files)
5918 ____________________________________________________________________________
5919 [  3584] By: gsar                                  on 1999/07/05  05:36:28
5920         Log: From: Vishal Bhatia <vishalb@hotmail.com>
5921              Date: Thu, 03 Jun 1999 00:57:48 PDT
5922              Message-ID: <19990603075749.86665.qmail@hotmail.com>
5923              Subject: Re: [PATCH 5.005_57] pp_sort sorted out
5924      Branch: perl
5925            ! ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
5926 ____________________________________________________________________________
5927 [  3583] By: gsar                                  on 1999/07/05  05:31:19
5928         Log: suppress fancy display when in verbose mode (suggested by
5929              Paul Johnson <pjcj@transeda.com>)
5930      Branch: perl
5931            ! lib/Test/Harness.pm
5932 ____________________________________________________________________________
5933 [  3582] By: gsar                                  on 1999/07/05  05:17:12
5934         Log: cygwin32 update
5935              From: "Fifer, Eric" <EFifer@sanwaint.com>
5936              Date:  Wed, 2 Jun 1999 15:16:05 +0100
5937              Message-Id:  <71E287AB0D94D111BBD600600849EC8185EDD9@POST>
5938              Subject:  [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port
5939      Branch: perl
5940            ! Configure Makefile.SH README.cygwin32 cygwin32/Makefile.SHs
5941            ! cygwin32/build-instructions.READFIRST
5942            ! cygwin32/build-instructions.charles-wilson
5943            ! cygwin32/build-instructions.sebastien-barre
5944            ! cygwin32/build-instructions.steven-morlock
5945            ! cygwin32/build-instructions.steven-morlock2 doio.c dosish.h
5946            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs hints/cygwin32.sh
5947            ! lib/Cwd.pm lib/ExtUtils/MM_Cygwin.pm perl.h pp_hot.c
5948            ! t/op/magic.t util.c
5949 ____________________________________________________________________________
5950 [  3581] By: gsar                                  on 1999/07/05  02:46:18
5951         Log: NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)
5952      Branch: perl
5953            ! util.c
5954 ____________________________________________________________________________
5955 [  3580] By: gsar                                  on 1999/07/05  02:38:03
5956         Log: From: "Ed Peschko" <ed_peschko@csgsystems.com>
5957              Date: Mon, 31 May 1999 18:18:13 -0600
5958              Message-ID: <19990601001813.AAA17834@csgsystems.com>
5959              Subject: [ PATCH perl5.005_57 ] new perlcc + regression tests
5960      Branch: perl
5961            ! t/TEST t/UTEST t/harness utils/perlcc.PL
5962 ____________________________________________________________________________
5963 [  3579] By: gsar                                  on 1999/07/05  01:20:58
5964         Log: compatibility tweak for Class::Struct
5965      Branch: perl
5966            ! lib/Class/Struct.pm
5967 ____________________________________________________________________________
5968 [  3578] By: jhi                                   on 1999/07/04  23:26:01
5969         Log: Miscellaneus AIX fixes + SOCKS support.
5970      Branch: cfgperl
5971            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
5972            ! Porting/config_H config_h.SH doio.c ext/Socket/Socket.xs
5973            ! hints/aix.sh pp_sys.c
5974 ____________________________________________________________________________
5975 [  3577] By: gsar                                  on 1999/07/04  23:07:39
5976         Log: test tweak
5977      Branch: perl
5978            ! t/io/openpid.t
5979 ____________________________________________________________________________
5980 [  3576] By: jhi                                   on 1999/07/04  22:39:23
5981         Log: Integrate with mainperl.
5982      Branch: cfgperl
5983           +> t/io/openpid.t
5984            - win32/perlhost.h
5985           !> (integrate 51 files)
5986 ____________________________________________________________________________
5987 [  3575] By: jhi                                   on 1999/07/04  22:26:48
5988         Log: Added 64-bit support for AIX 4.3 or better
5989              based on Martin H. Rusoff's observations.
5990      Branch: cfgperl
5991            ! Configure config_h.SH hints/aix.sh
5992 ____________________________________________________________________________
5993 [  3574] By: jhi                                   on 1999/07/04  21:34:47
5994         Log: Do not throw away gccvers compilation errors.
5995              From: Andy Dougherty <doughera@lafayette.edu>
5996              To: Ron Seguin <rseguin@on.bell.ca>
5997              Cc: Perl Porters <perl5-porters@perl.org>
5998              Subject: [PATCH] Re: [ID 19990625.011]  WHOA There
5999              Date: Mon, 28 Jun 1999 12:36:38 -0400 (EDT)
6000              Message-Id: <Pine.GSU.4.05.9906281230100.6265-100000@newton.phys>
6001      Branch: cfgperl
6002            ! Configure config_h.SH
6003 ____________________________________________________________________________
6004 [  3573] By: gsar                                  on 1999/07/04  21:10:32
6005         Log: adapted suggested tests for addition to testsuite
6006              From: RonaldWS@aol.com
6007              Date:  Sun, 30 May 1999 16:27:28 EDT
6008              Message-Id:  <25cd799f.2482f930@aol.com>
6009              Subject: [19990530.007] Open with pipe | does not return pid under win32
6010      Branch: perl
6011            + t/io/openpid.t
6012            ! MANIFEST win32/win32.c
6013 ____________________________________________________________________________
6014 [  3572] By: gsar                                  on 1999/07/04  20:29:32
6015         Log: perl_run() should call my_exit(0) for normal completion
6016      Branch: perl
6017            ! perl.c
6018 ____________________________________________________________________________
6019 [  3571] By: jhi                                   on 1999/07/04  20:10:44
6020         Log: Add test for change #3568 plus general cleanup.
6021      Branch: cfgperl
6022            ! t/pragma/locale.t
6023 ____________________________________________________________________________
6024 [  3570] By: gsar                                  on 1999/07/04  20:03:21
6025         Log: make overload, Data::Dumper, and dumpvar understand qr// stringify
6026              overloading
6027      Branch: perl
6028            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
6029            ! lib/Dumpvalue.pm lib/dumpvar.pl lib/overload.pm pp_ctl.c
6030 ____________________________________________________________________________
6031 [  3569] By: gsar                                  on 1999/07/04  18:04:48
6032         Log: make AIX dynaloading work when libperl is shared (and thus under
6033              mod_perl etc.)
6034              From: Jens-Uwe Mager <jum@helios.de>
6035              Date:  Sat, 29 May 1999 17:09:52 +0200
6036              Message-Id:  <199905291509.RAA43978@ans.helios.de>
6037              Subject: [19990529.002] DynaLoader does not work properly if perl is not the main program (AIX)
6038      Branch: perl
6039            ! ext/DynaLoader/dl_aix.xs
6040 ____________________________________________________________________________
6041 [  3568] By: jhi                                   on 1999/07/04  14:54:23
6042         Log: pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().
6043              This resulted for example in the 'o' magic not being cleared by
6044              magic_setcollxfrm(), which resulted in strange cmp results.
6045              The bug was reported originally in the message
6046              Subject: Bug with locale
6047              From: Jan Starzynski <jan@planet.de> 
6048              To: perlbug@perl.com 
6049              Date: Fri, 09 Apr 1999 13:23:07 +0200 
6050              Message-ID: <370DE31B.DAEE1332@planet.de> 
6051      Branch: cfgperl
6052            ! pp.c
6053 ____________________________________________________________________________
6054 [  3567] By: gsar                                  on 1999/07/04  02:38:34
6055         Log: remove misleading info on defined(&func), unclutter deprecation
6056              about defined(@array)
6057      Branch: perl
6058            ! op.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
6059            ! t/pragma/warn/op
6060 ____________________________________________________________________________
6061 [  3566] By: gsar                                  on 1999/07/04  01:46:31
6062         Log: From: jan.dubois@ibm.net (Jan Dubois)
6063              Date: Wed, 26 May 1999 22:07:17 +0200
6064              Message-ID: <374c53ac.10322322@smtp1.ibm.net>
6065              Subject: [PATCH 5.005_57] MINGW32 and EGCS 1.1.2 support
6066      Branch: perl
6067            ! Changes win32/win32.c win32/win32.h
6068 ____________________________________________________________________________
6069 [  3565] By: gsar                                  on 1999/07/04  01:26:02
6070         Log: newer version of perlxstut from Jeff Okamoto (slightly edited
6071              for win32 issues)
6072      Branch: perl
6073            ! pod/perlxstut.pod
6074 ____________________________________________________________________________
6075 [  3564] By: gsar                                  on 1999/07/02  03:09:04
6076         Log: avoid warnings
6077      Branch: perl
6078            ! ext/Thread/Thread/Specific.pm lib/fields.pm
6079 ____________________________________________________________________________
6080 [  3563] By: gsar                                  on 1999/06/28  19:23:47
6081         Log: inc version (for CPAN.pm sanity)
6082      Branch: perl
6083            ! lib/Text/ParseWords.pm
6084 ____________________________________________________________________________
6085 [  3562] By: gsar                                  on 1999/06/28  19:19:01
6086         Log: regen perltoc
6087      Branch: perl
6088            ! pod/perltoc.pod
6089 ____________________________________________________________________________
6090 [  3561] By: gsar                                  on 1999/06/28  19:08:41
6091         Log: From: Damian Conway <damian@cs.monash.edu.au>
6092              Date: Wed, 26 May 1999 00:58:35 -0400
6093              Message-Id: <199905260458.AAA06411@defender.perl.org>
6094              Subject: [19990526.002] Misc. improvements to Class:Struct
6095      Branch: perl
6096            ! MANIFEST lib/Class/Struct.pm
6097 ____________________________________________________________________________
6098 [  3560] By: gsar                                  on 1999/06/28  18:50:52
6099         Log: remove bogus PL_optype_size
6100      Branch: perl
6101            ! bytecode.pl ext/ByteLoader/byterun.h
6102 ____________________________________________________________________________
6103 [  3559] By: gsar                                  on 1999/06/28  18:22:26
6104         Log: upgrade CGI.pm to v2.53 (CGI/{Apache,Switch}.pm NOT deleted)
6105      Branch: perl
6106            + lib/CGI/Pretty.pm
6107            ! eg/cgi/file_upload.cgi lib/CGI.pm lib/CGI/Carp.pm
6108            ! lib/CGI/Cookie.pm lib/CGI/Fast.pm t/lib/cgi-form.t
6109            ! t/lib/cgi-html.t t/lib/cgi-request.t
6110 ____________________________________________________________________________
6111 [  3558] By: jhi                                   on 1999/06/28  07:30:21
6112         Log: Change Olaf Lebbe's email address.
6113      Branch: cfgperl
6114            ! README.epoc
6115 ____________________________________________________________________________
6116 [  3557] By: gsar                                  on 1999/06/28  00:07:33
6117         Log: make autogenerated files writable
6118      Branch: perl
6119            - win32/perlhost.h
6120            ! MANIFEST Porting/makerel embed.h embedvar.h ext/B/B/Asmdata.pm
6121            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
6122            ! keywords.h lib/warning.pm objXSUB.h opcode.h pp.sym pp_proto.h
6123            ! proto.h regnodes.h warning.h win32/config_H.bc
6124            ! win32/config_H.gc win32/config_H.vc
6125 ____________________________________________________________________________
6126 [  3556] By: jhi                                   on 1999/06/27  19:22:53
6127         Log: Update MANIFEST to match #3555.
6128      Branch: cfgperl
6129            ! MANIFEST
6130 ____________________________________________________________________________
6131 [  3555] By: jhi                                   on 1999/06/27  19:16:22
6132         Log: EPOC port to Psion5.
6133              From: Olaf Flebbe <O.Flebbe@science-computing.de>
6134              To: Jarkko Hietaniemi <jhi@iki.fi>
6135              Cc: perl5-porters@perl.org
6136              Subject: Re: Psion5
6137              Date: Sun, 27 Jun 1999 20:50:30 +0200 (METDST)
6138              Message-ID: <Pine.GHP.4.02.9906272048130.17736-100000@io.science-computing.de>
6139      Branch: cfgperl
6140            + README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
6141            + epoc/perl.mmp epoc/perl.pkg
6142            ! MANIFEST doio.c lib/Term/ReadLine.pm lib/perl5db.pl perl.c
6143            ! perl.h sv.c util.c
6144 ____________________________________________________________________________
6145 [  3554] By: jhi                                   on 1999/06/27  18:50:52
6146         Log: Integrate from mainperl.
6147      Branch: cfgperl
6148           !> (integrate 48 files)
6149 ____________________________________________________________________________
6150 [  3553] By: gsar                                  on 1999/06/27  14:28:49
6151         Log: somewhat untested PERL_OBJECT cleanups (C++isms mostly
6152              gone from the public API); PERL_OBJECT builds again on
6153              windows
6154              
6155              TODO: namespace-clean the typedefs in iperlsys.h and
6156              elsewhere; remove C++ remnants from public headers
6157      Branch: perl
6158            ! XSUB.h bytecode.pl cv.h embed.h embed.pl ext/B/B.xs
6159            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
6160            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
6161            ! ext/DynaLoader/dlutils.c global.sym globals.c iperlsys.h
6162            ! lib/ExtUtils/Embed.pm lib/ExtUtils/xsubpp mg.c objXSUB.h
6163            ! opcode.h opcode.pl perl.c perl.h pod/perlhist.pod pp_ctl.c
6164            ! pp_hot.c proto.h scope.h sv.h toke.c universal.c util.c
6165            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
6166            ! win32/config.gc win32/config.vc win32/dl_win32.xs
6167            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
6168            ! win32/runperl.c win32/win32.c win32/win32.h win32/win32iop.h
6169            ! win32/win32sck.c
6170 ____________________________________________________________________________
6171 [  3552] By: gsar                                  on 1999/06/27  13:49:31
6172         Log: integrate cfgperl changes into mainline
6173      Branch: perl
6174           !> dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
6175           !> objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
6176           !> pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
6177           !> util.c
6178 ____________________________________________________________________________
6179 [  3551] By: gsar                                  on 1999/06/27  13:31:11
6180         Log: fix indents
6181      Branch: perl
6182            ! op.c
6183 ____________________________________________________________________________
6184 [  3550] By: gsar                                  on 1999/06/24  22:42:53
6185         Log: update Changes
6186      Branch: perl
6187            ! Changes
6188 ____________________________________________________________________________
6189 [  3549] By: gsar                                  on 1999/06/24  22:41:17
6190         Log: avoid race condition in the CAPI extension bootstrap handler
6191      Branch: perl
6192            ! lib/ExtUtils/xsubpp win32/GenCAPI.pl
6193 ____________________________________________________________________________
6194 [  3548] By: gsar                                  on 1999/06/24  22:39:53
6195         Log: sanity check to cover the case when perl is installed into the
6196              X:\ (drive root)
6197      Branch: perl
6198            ! win32/win32.c
6199 ____________________________________________________________________________
6200 [  3547] By: gsar                                  on 1999/06/22  19:30:32
6201         Log: tweak RefHash to make intent clearer (suggested by John Dlugosz)
6202      Branch: perl
6203            ! lib/Tie/RefHash.pm
6204 ____________________________________________________________________________
6205 [  3544] By: jhi                                   on 1999/06/18  19:24:28
6206         Log: Tidy up #3542 and #3543. 
6207      Branch: cfgperl
6208            ! t/pragma/locale.t util.c
6209 ____________________________________________________________________________
6210 [  3543] By: jhi                                   on 1999/06/18  10:28:45
6211         Log: Spice up locale.t.
6212      Branch: cfgperl
6213            ! t/pragma/locale.t
6214 ____________________________________________________________________________
6215 [  3542] By: jhi                                   on 1999/06/17  22:42:03
6216         Log: Fixed two long-standing locale bugs.
6217              
6218              Both problems were related to numeric locale which
6219              controls the radix character aka the decimal separator.
6220              (1) printf (and sprintf) were resetting the numeric locale to C.
6221              (2) Using locale-numerically formatted floating point
6222              numbers (e.g. "1,23") together with -w caused warnings about
6223              "isn't numeric".  The operations were working fine, though,
6224              because atof() was using the local locale.
6225              Both problems reported by Stefan Vogtner.
6226              
6227              Introduced a wrapper for atof() that attempts to convert
6228              the string both ways.  This helps Perl to understand
6229              numbers like this "4.56" even when using a local locale
6230              makes atof() understand only numbers like this "7,89".
6231              
6232              Remaining related problems, both of which existed before
6233              this patch and continue to exist after this patch:
6234              (a) The behaviour of print() is _not_ as documented by perllocale.
6235              Instead of always using the C locale, print() does use the
6236              local locale, just like the *printf() do.  This may be fixable
6237              now that switching to-and-fro between locales has been made
6238              more consistent, but fixing print() would change existing
6239              behaviour.  perllocale is not changed by this patch.
6240              (b) If a number has been stringified (say, via "$number") under
6241              a local locale, the cached string value persists even under
6242              "no locale".  This may or may not be a problem: operations
6243              work fine because the original number is still there, but
6244              that the string form keeps its locale-ish outlook may be
6245              somewhat confusing.
6246      Branch: cfgperl
6247            ! dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
6248            ! objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
6249            ! pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
6250            ! util.c
6251 ____________________________________________________________________________
6252 [  3541] By: jhi                                   on 1999/06/17  20:00:16
6253         Log: Integrate from mainperl.
6254      Branch: cfgperl
6255           !> ext/Data/Dumper/Dumper.pm op.c
6256 ____________________________________________________________________________
6257 [  3540] By: gsar                                  on 1999/06/16  16:49:55
6258         Log: dump C<0> as such, not C<'0'>
6259      Branch: perl
6260            ! ext/Data/Dumper/Dumper.pm
6261 ____________________________________________________________________________
6262 [  3539] By: gsar                                  on 1999/06/13  04:04:40
6263         Log: fix coredumper in change#3498
6264      Branch: perl
6265            ! op.c
6266 ____________________________________________________________________________
6267 [  3538] By: jhi                                   on 1999/06/12  22:01:26
6268         Log: Integrate from mainperl.
6269      Branch: cfgperl
6270           +> lib/caller.pm
6271           !> (integrate 36 files)
6272 ____________________________________________________________________________
6273 [  3537] By: gsar                                  on 1999/06/12  06:43:03
6274         Log: EXTERN_C declarations for global arrays in various
6275              headers, so perl can be built even in C++ mode; win32
6276              build fixups; regen headers
6277      Branch: perl
6278            ! XSUB.h embedvar.h ext/B/B.xs objXSUB.h opcode.h opcode.pl
6279            ! perl.h regcomp.h regexec.c utf8.h win32/win32.c win32/win32.h
6280 ____________________________________________________________________________
6281 [  3536] By: gsar                                  on 1999/06/12  06:38:21
6282         Log: caller.pm typos
6283      Branch: perl
6284            ! lib/caller.pm
6285 ____________________________________________________________________________
6286 [  3535] By: gsar                                  on 1999/06/11  23:13:54
6287         Log: various little tweaks; most globals are now in intrpvar.h, ninterps
6288              is temporarily gone
6289      Branch: perl
6290            ! embed.pl intrpvar.h os2/os2.c perl.c perlvars.h
6291            ! pod/perldelta.pod proto.h win32/perllib.c
6292 ____________________________________________________________________________
6293 [  3534] By: gsar                                  on 1999/06/11  20:41:51
6294         Log: implement C<use caller 'encoding'>
6295      Branch: perl
6296            + lib/caller.pm
6297            ! MANIFEST perl.h pod/perldelta.pod pod/perlfunc.pod pp_ctl.c
6298 ____________________________________________________________________________
6299 [  3533] By: gsar                                  on 1999/06/11  16:51:04
6300         Log: truncate() has a peculiar exemption from strict barewords, even
6301              though it has a non-filehandle prototype
6302      Branch: perl
6303            ! op.c t/io/fs.t
6304 ____________________________________________________________________________
6305 [  3532] By: gsar                                  on 1999/06/11  09:09:16
6306         Log: GDBM tweak
6307      Branch: perl
6308            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/typemap
6309 ____________________________________________________________________________
6310 [  3531] By: gsar                                  on 1999/06/10  23:34:19
6311         Log: part of the platform changes for IMPLICIT_CONTEXT
6312      Branch: perl
6313            ! djgpp/djgpp.c jpl/JNI/JNI.xs jpl/JNI/typemap
6314            ! jpl/PerlInterpreter/PerlInterpreter.c
6315            ! jpl/PerlInterpreter/PerlInterpreter.h
6316            ! os2/OS2/ExtAttr/ExtAttr.xs os2/OS2/PrfDB/PrfDB.xs
6317            ! os2/OS2/Process/Process.xs os2/OS2/REXX/REXX.xs perl.h
6318 ____________________________________________________________________________
6319 [  3530] By: jhi                                   on 1999/06/10  20:55:56
6320         Log: Integrate from mainperl.
6321      Branch: cfgperl
6322           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
6323 ____________________________________________________________________________
6324 [  3529] By: gsar                                  on 1999/06/10  20:40:01
6325         Log: DB_File tweaks for IMPLICIT CONTEXT
6326      Branch: perl
6327            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
6328 ____________________________________________________________________________
6329 [  3528] By: jhi                                   on 1999/06/10  10:18:15
6330         Log: Integrate from mainperl.
6331      Branch: cfgperl
6332           !> (integrate 105 files)
6333 ____________________________________________________________________________
6334 [  3527] By: gsar                                  on 1999/06/10  09:30:35
6335         Log: most globals are now interpreter local; locale initialization
6336              was too early, defer it until interpreter is allocated and
6337              initialized; multiple interpreters should now be
6338              concurrency-safe (untested)
6339      Branch: perl
6340            ! embedvar.h intrpvar.h malloc.c miniperlmain.c perl.c perl.h
6341            ! perlvars.h
6342 ____________________________________________________________________________
6343 [  3526] By: gsar                                  on 1999/06/10  08:38:00
6344         Log: fix small nits
6345      Branch: perl
6346            ! cc_runtime.h ext/B/B/CC.pm run.c
6347 ____________________________________________________________________________
6348 [  3525] By: gsar                                  on 1999/06/10  04:41:38
6349         Log: win32 build fixes
6350      Branch: perl
6351            ! bytecode.pl dosish.h embed.h embed.pl ext/B/B.xs
6352            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
6353            ! ext/ByteLoader/byterun.h ext/SDBM_File/sdbm/sdbm.c globals.c
6354            ! mg.c objXSUB.h op.h perl.c perl.h pp_sys.c proto.h sv.c util.c
6355            ! win32/Makefile win32/config_H.bc win32/config_H.gc
6356            ! win32/config_H.vc win32/config_h.PL win32/dl_win32.xs
6357            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
6358            ! win32/win32.c win32/win32.h win32/win32sck.c
6359            ! win32/win32thread.c win32/win32thread.h
6360 ____________________________________________________________________________
6361 [  3524] By: gsar                                  on 1999/06/09  18:03:01
6362         Log: more complete support for implicit thread/interpreter pointer,
6363              enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops
6364              without that enabled):
6365              - USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR
6366              is a noop; tests pass on Solaris; should be faster now!
6367              - MULTIPLICITY has been tested with and without
6368              PERL_IMPLICIT_CONTEXT on Solaris
6369              - improved function database now merged with embed.pl
6370              - everything except the varargs functions have foo(a,b,c) macros
6371              to provide compatibility
6372              - varargs functions default to compatibility variants that
6373              get the context pointer using dTHX
6374              - there should be almost no source compatibility issues as a
6375              result of all this
6376              - dl_foo.xs changes other than dl_dlopen.xs untested
6377              - still needs documentation, fixups for win32 etc
6378              Next step: migrate most non-mutex variables from perlvars.h
6379              to intrpvar.h
6380      Branch: perl
6381            - proto.pl
6382            ! MANIFEST XSUB.h av.c bytecode.pl cv.h doio.c doop.c dump.c
6383            ! ebcdic.c embed.h embed.pl embedvar.h ext/B/B.xs ext/B/typemap
6384            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
6385            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
6386            ! ext/Data/Dumper/Dumper.xs ext/Devel/Peek/Peek.xs
6387            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
6388            ! ext/DynaLoader/dl_cygwin32.xs ext/DynaLoader/dl_dld.xs
6389            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
6390            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
6391            ! ext/DynaLoader/dl_none.xs ext/DynaLoader/dl_rhapsody.xs
6392            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
6393            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
6394            ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs ext/re/re.xs
6395            ! global.sym globals.c gv.c hv.c lib/ExtUtils/typemap
6396            ! lib/ExtUtils/xsubpp malloc.c mg.c mg.h miniperlmain.c
6397            ! objXSUB.h op.c opcode.h opcode.pl perl.c perl.h perlio.c
6398            ! perlsfio.h perly.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
6399            ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
6400            ! sv.c taint.c thrdvar.h thread.h toke.c universal.c utf8.c
6401            ! util.c win32/Makefile win32/makefile.mk writemain.SH
6402 ____________________________________________________________________________
6403 [  3523] By: gsar                                  on 1999/06/07  05:24:13
6404         Log: missed a file
6405      Branch: perl
6406            + proto.pl
6407            ! MANIFEST
6408 ____________________________________________________________________________
6409 [  3522] By: gsar                                  on 1999/06/07  05:18:34
6410         Log: initial stub implementation of implicit thread/this
6411              pointer    argument; builds/tests on Solaris, win32
6412              hasn't been fixed up yet; proto.h, global.sym and
6413              static function decls are now generated from a common
6414              database in proto.pl; some inconsistently named
6415              perl_foo() things are now Perl_foo(), compatibility
6416              #defines provided; perl_foo() (lowercase 'p') reserved
6417              for functions that take an explicit context argument;
6418              next step: generate #define foo(a,b) Perl_foo(aTHX_ a,b)
6419      Branch: perl
6420            ! XSUB.h av.c cop.h deb.c doio.c doop.c dump.c ebcdic.c embed.h
6421            ! embed.pl ext/POSIX/POSIX.xs global.sym globals.c gv.c gv.h
6422            ! hv.c malloc.c mg.c miniperlmain.c objXSUB.h op.c opcode.h
6423            ! opcode.pl perl.c perl.h perl_exp.SH perlio.c perly.c perly.y
6424            ! pp.c pp.sym pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h
6425            ! regcomp.c regexec.c run.c scope.c scope.h sv.c taint.c toke.c
6426            ! universal.c utf8.c util.c
6427 ____________________________________________________________________________
6428 [  3521] By: gsar                                  on 1999/06/04  23:00:22
6429         Log: clean up some stray "global" symbols
6430      Branch: perl
6431            ! embed.h embed.pl global.sym objXSUB.h opcode.pl pp.sym
6432            ! pp_proto.h proto.h
6433 ____________________________________________________________________________
6434 [  3520] By: jhi                                   on 1999/06/02  21:33:28
6435         Log: Integrate from mainperl.
6436      Branch: cfgperl
6437           !> (integrate 94 files)
6438 ____________________________________________________________________________
6439 [  3519] By: gsar                                  on 1999/06/02  07:16:10
6440         Log: avoid dereferencing null pointer from getpwent() et al
6441      Branch: perl
6442            ! pp_sys.c
6443 ____________________________________________________________________________
6444 [  3518] By: gsar                                  on 1999/06/02  04:47:10
6445         Log: remove _() non-ansism
6446      Branch: perl
6447            ! Porting/config_H XSUB.h config_h.SH cv.h doio.c doop.c
6448            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/byteperl.c
6449            ! ext/ByteLoader/ByteLoader.xs ext/Data/Dumper/Dumper.xs
6450            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dlopen.xs
6451            ! ext/DynaLoader/dl_vmesa.xs ext/IO/poll.h ext/IPC/SysV/SysV.xs
6452            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
6453            ! ext/re/re.xs handy.h hv.c iperlsys.h
6454            ! jpl/PerlInterpreter/PerlInterpreter.c lib/ExtUtils/Embed.pm
6455            ! malloc.c mg.c mg.h minimod.pl miniperlmain.c op.c op.h
6456            ! opcode.h opcode.pl os2/POSIX.mkfifo perl.c perl.h
6457            ! plan9/config.plan9 pod/perlembed.pod pod/perlguts.pod pp.c
6458            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c run.c
6459            ! scope.h sv.c sv.h thread.h toke.c util.c vms/sockadapt.h
6460            ! vms/vmsish.h vms/writemain.pl vos/config.h
6461            ! vos/config_h.SH_orig win32/GenCAPI.pl win32/config_H.bc
6462            ! win32/config_H.gc win32/config_H.vc win32/makemain.pl
6463            ! win32/perllib.c win32/runperl.c win32/win32.h
6464            ! win32/win32thread.h writemain.SH x2p/a2p.c x2p/a2p.h x2p/a2p.y
6465            ! x2p/hash.h x2p/str.h x2p/util.h x2p/walk.c
6466 ____________________________________________________________________________
6467 [  3517] By: gsar                                  on 1999/06/02  02:17:51
6468         Log: missed a few files
6469      Branch: perl
6470            ! ext/POSIX/POSIX.xs jpl/JNI/JNI.xs
6471 ____________________________________________________________________________
6472 [  3516] By: gsar                                  on 1999/06/02  01:37:33
6473         Log: integrate cfgperl contents into mainline
6474      Branch: perl
6475           +> ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
6476           +> ext/ByteLoader/byterun.h
6477            - bytecode.h byterun.c byterun.h
6478            ! Changes
6479           !> (integrate 58 files)
6480 ____________________________________________________________________________
6481 [  3515] By: gsar                                  on 1999/06/02  00:48:50
6482         Log: remove stray K&R-isms
6483      Branch: perl
6484            ! ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
6485            ! ext/SDBM_File/sdbm/dbe.c ext/SDBM_File/sdbm/dbm.c
6486            ! ext/SDBM_File/sdbm/dbu.c mg.c op.c pp_ctl.c pp_sys.c sv.c
6487            ! toke.c util.c win32/win32.c x2p/hash.c
6488 ____________________________________________________________________________
6489 [  3514] By: gsar                                  on 1999/06/01  15:55:55
6490         Log: change#3447 didn't do enough to exempt Foo->bar(qw/.../) from
6491              strict 'subs'
6492      Branch: perl
6493            ! op.c t/pragma/strict-subs
6494 ____________________________________________________________________________
6495 [  3513] By: jhi                                   on 1999/06/01  07:17:05
6496         Log: Patch applying of #3499 had gone awry.
6497      Branch: cfgperl
6498            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.h
6499 ____________________________________________________________________________
6500 [  3512] By: gsar                                  on 1999/05/31  19:21:30
6501         Log: tighter -help output
6502      Branch: perl
6503            ! perl.c
6504 ____________________________________________________________________________
6505 [  3511] By: gsar                                  on 1999/05/31  17:18:23
6506         Log: fix memory leak in C<eval 'return sub {...}'>
6507      Branch: perl
6508            ! embed.h embed.pl objXSUB.h pp_ctl.c proto.h
6509 ____________________________________________________________________________
6510 [  3510] By: gsar                                  on 1999/05/31  14:11:46
6511         Log: tweak C++isms
6512      Branch: perl
6513            ! win32/dl_win32.xs win32/win32.c
6514 ____________________________________________________________________________
6515 [  3509] By: jhi                                   on 1999/05/30  13:02:26
6516         Log: Cleanup of #3488.
6517      Branch: cfgperl
6518            ! Configure config_h.SH
6519 ____________________________________________________________________________
6520 [  3508] By: jhi                                   on 1999/05/30  11:16:01
6521         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6522              To: Mailing list Perl5 <perl5-porters@perl.org>
6523              Subject: [PATCH 5.005_57] Teach Socket and io_unix.t the syntax of OS/2
6524              Date: Sat, 29 May 1999 20:18:13 -0400
6525              Message-ID: <19990529201813.B9489@monk.mps.ohio-state.edu>
6526      Branch: cfgperl
6527            ! ext/Socket/Socket.xs os2/os2ish.h t/lib/io_unix.t
6528 ____________________________________________________________________________
6529 [  3507] By: jhi                                   on 1999/05/29  20:05:40
6530         Log: From: Mark-Jason Dominus <mjd@plover.com>
6531              To: perl5-porters@perl.com
6532              Subject: PATCH (5.005_57): Document use of `SPECIAL' flag for `pushre':
6533              Date: Sat, 29 May 1999 14:45:10 -0400
6534              Message-ID: <19990529184510.27557.qmail@plover.com>
6535      Branch: cfgperl
6536            ! op.h
6537 ____________________________________________________________________________
6538 [  3506] By: gsar                                  on 1999/05/29  16:49:39
6539         Log: avoid gv_check() recursive pit
6540      Branch: perl
6541            ! gv.c
6542 ____________________________________________________________________________
6543 [  3505] By: jhi                                   on 1999/05/29  11:38:16
6544         Log: From: jan.dubois@ibm.net (Jan Dubois)
6545              To: Gurusamy Sarathy <gsar@activestate.com>
6546              Cc: perl5-porters@perl.org
6547              Subject: [PATCH 5.005_57]Safeguard against unimplemented functions in pwuid.t and grent.t
6548              Date: Sat, 29 May 1999 08:46:22 +0200
6549              Message-ID: <374f8007.2016008@smtp1.ibm.net>
6550      Branch: cfgperl
6551            ! t/op/grent.t t/op/pwent.t
6552 ____________________________________________________________________________
6553 [  3504] By: jhi                                   on 1999/05/29  11:07:10
6554         Log: QNX needs <sys/select.h> to define fd_set.
6555              
6556              From: Norton Allen <allen@huarp.harvard.edu>
6557              To: perl5-porters@perl.org
6558              Subject: [19990526.016] Not OK: perl 5.00503 on x86-qnx 424
6559              Date:  Wed, 26 May 1999 13:51:27 -0400 (EDT)
6560              Message-Id:  <199905261751.NAA20966@bottesini.harvard.edu>
6561      Branch: cfgperl
6562            ! ext/IO/poll.c
6563 ____________________________________________________________________________
6564 [  3503] By: jhi                                   on 1999/05/29  10:53:31
6565         Log: From: jan.dubois@ibm.net (Jan Dubois)
6566              To: Gurusamy Sarathy <gsar@activestate.com>, perl5-porters@perl.org
6567              Subject: [PATCH all versions] (was Re: Unitialized Value Complaints in Math::BigFloat)
6568              Date: Fri, 28 May 1999 20:14:35 +0200
6569              Message-ID: <3751daa4.7188847@smtp1.ibm.net>
6570      Branch: cfgperl
6571            ! lib/Math/BigFloat.pm
6572 ____________________________________________________________________________
6573 [  3502] By: jhi                                   on 1999/05/29  10:44:44
6574         Log: Make Configure support the change #3367,
6575              SysV shadow passwords.
6576      Branch: cfgperl
6577            ! Configure config_h.SH pp_sys.c
6578 ____________________________________________________________________________
6579 [  3501] By: gsar                                  on 1999/05/28  21:22:23
6580         Log: add wide versions of win32 system calls (first step in
6581              globalization); delayload winsock for performance if compiling
6582              with VC 6.0
6583      Branch: perl
6584            ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
6585            ! win32/win32.c win32/win32.h
6586 ____________________________________________________________________________
6587 [  3500] By: jhi                                   on 1999/05/28  21:17:24
6588         Log: The new t/lib/io_linenum.t was using stricture
6589              before @INC was set up.
6590      Branch: cfgperl
6591            ! t/lib/io_linenum.t
6592 ____________________________________________________________________________
6593 [  3499] By: jhi                                   on 1999/05/28  17:13:23
6594         Log: From: Tom Hughes <tom@compton.nu>
6595              To: perl5-porters@perl.org
6596              Subject: [PATCH 5.005_57] ByteLoader mark 2
6597              Date: Wed, 26 May 1999 23:59:49 +0100
6598              Message-ID: <bf337a0849.tom@compton.compton.nu>
6599              
6600              plus resolve tiny conflict with #3479
6601              plus regen_headers.
6602      Branch: cfgperl
6603            + ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
6604            + ext/ByteLoader/byterun.h
6605            - bytecode.h byterun.c byterun.h
6606            ! MANIFEST Makefile.SH bytecode.pl embed.h embedvar.h ext/B/B.pm
6607            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/Makefile.PL
6608            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
6609            ! ext/ByteLoader/Makefile.PL global.sym intrpvar.h objXSUB.h
6610            ! perl.h perlvars.h proto.h util.c utils/Makefile
6611 ____________________________________________________________________________
6612 [  3498] By: jhi                                   on 1999/05/28  16:53:04
6613         Log: From: Mark-Jason Dominus <mjd@plover.com>
6614              To: perl5-porters@perl.com
6615              Subject: PATCH (5.005_57): defined(@a) now deprecated
6616              Date: Thu, 27 May 1999 16:05:44 -0400
6617              Message-ID: <19990527200544.13330.qmail@plover.com>
6618      Branch: cfgperl
6619            ! lib/Carp.pm op.c opcode.h opcode.pl pod/perldelta.pod
6620            ! pod/perldiag.pod pod/perlfunc.pod pp_proto.h t/pragma/warn/op
6621 ____________________________________________________________________________
6622 [  3497] By: jhi                                   on 1999/05/28  16:50:54
6623         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6624              To: perl5-porters@perl.org (Mailing list Perl5)
6625              Subject: [PATCH 5.00557] Cosmetic OS/2-related patches
6626              Date: Fri, 28 May 1999 12:13:00 -0400 (EDT)
6627              Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu>
6628      Branch: cfgperl
6629            ! MANIFEST Makefile.SH ext/POSIX/POSIX.xs hints/os2.sh
6630            ! os2/Makefile.SHs t/io/pipe.t t/lib/io_sock.t
6631 ____________________________________________________________________________
6632 [  3496] By: jhi                                   on 1999/05/28  16:48:39
6633         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6634              To: perl5-porters@perl.org (Mailing list Perl5)
6635              Subject: [PATCH 5.00557] Required OS/2-related patches
6636              Date: Fri, 28 May 1999 12:11:48 -0400 (EDT)
6637              Message-Id: <199905281611.MAA02037@monk.mps.ohio-state.edu>
6638      Branch: cfgperl
6639            ! os2/os2.c t/lib/bigfloatpm.t t/lib/io_unix.t t/op/groups.t
6640            ! t/op/stat.t util.c
6641 ____________________________________________________________________________
6642 [  3495] By: jhi                                   on 1999/05/28  16:45:56
6643         Log: From: Paul Johnson <pjcj@transeda.com>
6644              To: perl5-porters <perl5-porters@perl.org>
6645              Subject: [PATCH 5.005_57] Provide more useful test okay percentage
6646              Date: Fri, 28 May 1999 15:13:54 +0100
6647              Message-ID: <19990528151354.B289@west-tip.transeda.com>
6648      Branch: cfgperl
6649            ! t/TEST
6650 ____________________________________________________________________________
6651 [  3494] By: jhi                                   on 1999/05/28  16:44:34
6652         Log: From: Paul Johnson <pjcj@transeda.com>
6653              To: perl5-porters <perl5-porters@perl.org>
6654              Subject: [PATCH 5.005_57] Fixes related to working local $.
6655              Date: Fri, 28 May 1999 15:11:18 +0100
6656              Message-ID: <19990528151118.A289@west-tip.transeda.com>
6657      Branch: cfgperl
6658            ! ext/IO/lib/IO/Handle.pm pod/perlvar.pod t/lib/io_linenum.t
6659 ____________________________________________________________________________
6660 [  3493] By: gsar                                  on 1999/05/28  16:37:26
6661         Log: change#3449 wasn't doing enough
6662      Branch: perl
6663            ! op.c t/comp/proto.t
6664 ____________________________________________________________________________
6665 [  3492] By: jhi                                   on 1999/05/28  08:12:23
6666         Log: From: paul.marquess@bt.com
6667              To: doughera@lafayette.edu
6668              Cc: perl5-porters@perl.org
6669              Subject: RE: [19990527.002] DBM Filters in _57 cause problems in NDBM_File
6670              Date: Thu, 27 May 1999 23:31:38 +0100
6671              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C03@mbtlipnt02.btlabs.bt.co.uk>
6672              
6673              Had to be applied manually; some mailer had munged the patch slightly.
6674      Branch: cfgperl
6675            ! ext/NDBM_File/NDBM_File.xs
6676 ____________________________________________________________________________
6677 [  3491] By: jhi                                   on 1999/05/28  07:51:17
6678         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
6679              To: perl5-porters@perl.org
6680              Subject: [PATCH 5.005_57] fixing eval in the compiler
6681              Date: Thu, 27 May 1999 07:56:54 -0700
6682              Message-ID: <JDIKFDKKLGHHBAAA@my-deja.com>
6683      Branch: cfgperl
6684            ! cc_runtime.h scope.h
6685 ____________________________________________________________________________
6686 [  3490] By: jhi                                   on 1999/05/28  07:47:06
6687         Log: From: Andy Dougherty <doughera@lafayette.edu>
6688              To: perlbug@perl.com
6689              Cc: Jarkko Hietaniemi <jhi@iki.fi>
6690              Subject: [PATCH] Configure updates for ISC 4.1
6691              Date: Thu, 27 May 1999 15:19:21 -0400 (EDT)
6692              Message-Id: <Pine.GSU.4.05.9905271513500.22115-100000@newton.phys>
6693      Branch: cfgperl
6694            ! Configure config_h.SH
6695 ____________________________________________________________________________
6696 [  3489] By: jhi                                   on 1999/05/28  07:39:17
6697         Log: Integrate from mainperl.
6698      Branch: cfgperl
6699           !> malloc.c win32/makedef.pl win32/win32.c
6700 ____________________________________________________________________________
6701 [  3488] By: jhi                                   on 1999/05/27  16:57:19
6702         Log: From: Andy Dougherty <doughera@lafayette.edu>
6703              To: Perl Porters <perl5-porters@perl.org>
6704              Subject: [PATCH] Re: 5.005_57 NOT OK on SunOS 4.1.3
6705              Date: Thu, 27 May 1999 12:26:28 -0400 (EDT)
6706              Message-Id: <Pine.GSU.4.05.9905271120230.22115-100000@newton.phys>
6707      Branch: cfgperl
6708            ! Configure config_h.SH hints/sunos_4_1.sh util.c
6709 ____________________________________________________________________________
6710 [  3487] By: gsar                                  on 1999/05/27  03:56:20
6711         Log: make win32_spawnvp() inherit standard handles even when they
6712              may be redirected
6713      Branch: perl
6714            ! win32/win32.c
6715 ____________________________________________________________________________
6716 [  3486] By: jhi                                   on 1999/05/26  19:55:52
6717         Log: From: Andy Dougherty <doughera@lafayette.edu>
6718              To: perl5-porters@perl.org
6719              Subject: Re: BUG -> [19990526.004] perl5.005_57 error in util.c on sun4-solaris2.6
6720              Date: Wed, 26 May 1999 14:49:52 -0400 (EDT)
6721              Message-Id: <Pine.GSU.4.05.9905261448310.19172-100000@newton.phys>
6722      Branch: cfgperl
6723            ! util.c
6724 ____________________________________________________________________________
6725 [  3485] By: chip                                  on 1999/05/26  17:19:11
6726         Log: Look for Linux FILE structure in libio.h, for glibc-2.1.
6727      Branch: maint-5.004/perl
6728            ! Configure
6729 ____________________________________________________________________________
6730 [  3484] By: gsar                                  on 1999/05/26  01:56:28
6731         Log: fix missing exported symbol
6732      Branch: perl
6733            ! malloc.c win32/makedef.pl
6734 ____________________________________________________________________________
6735 [  3483] By: jhi                                   on 1999/05/25  23:08:07
6736         Log: Configure -Dopenbsd_distribution to build for the OpenBSD tree.
6737              
6738              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
6739              To: perlbug@perl.com
6740              Subject: OpenBSD hints file update
6741              Date: Tue, 25 May 1999 12:12:38 -0600 (MDT)
6742              Message-Id: <199905251812.MAA06032@xerxes.courtesan.com>
6743      Branch: cfgperl
6744            ! hints/openbsd.sh
6745 ____________________________________________________________________________
6746 [  3482] By: jhi                                   on 1999/05/25  23:01:25
6747         Log: From: Tom Hughes <tom@compton.nu>
6748              To: perl5-porters@perl.org
6749              Subject: [PATCH 5.005_57] Make Configure recognise glibc 2.1 stdio
6750              Date: Tue, 25 May 1999 23:10:23 +0100
6751              Message-ID: <1ed7f10749.tom@compton.compton.nu>
6752      Branch: cfgperl
6753            ! Configure config_h.SH
6754 ____________________________________________________________________________
6755 [  3481] By: jhi                                   on 1999/05/25  22:31:50
6756         Log: 3479, 3480, 3481 seems logical.
6757      Branch: cfgperl
6758           !> hints/aix.sh
6759 ____________________________________________________________________________
6760 [  3480] By: jhi                                   on 1999/05/25  22:13:39
6761         Log: The change #3479 wasn't perfect.
6762      Branch: perl
6763            ! hints/aix.sh
6764 ____________________________________________________________________________
6765 [  3479] By: jhi                                   on 1999/05/25  21:59:21
6766         Log: Cures for _57 in AIX 4.1.5.0.
6767              (1) The lddlflags lost its -lc by change #3660
6768              (and the politeness of change #3257).
6769              (2) optype_size must end up in perl.exp (as PL_optype_size).
6770              Added it to perlvars.h, fixed bytecode.pl,
6771              regen'ed the relevant headers.
6772      Branch: cfgperl
6773            ! bytecode.h bytecode.pl byterun.h embed.h embedvar.h objXSUB.h
6774            ! perlvars.h
6775      Branch: perl
6776            ! hints/aix.sh
6777 ____________________________________________________________________________
6778 [  3478] By: jhi                                   on 1999/05/25  20:13:47
6779         Log: Integrate from mainperl.
6780      Branch: cfgperl
6781           +> pod/perltootc.pod
6782           !> (integrate 101 files)
6783 ____________________________________________________________________________
6784 [  3477] By: gsar                                  on 1999/05/25  10:43:48
6785         Log: here be 5.005_57
6786      Branch: perl
6787            ! Changes MANIFEST Porting/makerel
6788           !> Changes5.005
6789
6790 ----------------
6791 Version 5.005_57
6792 ----------------
6793
6794 ____________________________________________________________________________
6795 [  3476] By: gsar                                  on 1999/05/25  09:23:43
6796         Log: up patchlevel &c
6797      Branch: perl
6798            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
6799            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6800            ! win32/makefile.mk
6801 ____________________________________________________________________________
6802 [  3475] By: gsar                                  on 1999/05/25  09:14:51
6803         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6804              Date: Tue, 25 May 1999 02:42:23 -0400 (EDT)
6805              Message-Id: <199905250642.CAA06208@monk.mps.ohio-state.edu>
6806              Subject: [PATCH 5.005_56] REx engine improvements
6807      Branch: perl
6808            ! embedvar.h mg.c objXSUB.h pp.c pp_ctl.c pp_hot.c regcomp.c
6809            ! regexec.c regexp.h t/op/pat.t t/op/re_tests t/op/regexp.t
6810            ! thrdvar.h util.c
6811 ____________________________________________________________________________
6812 [  3474] By: gsar                                  on 1999/05/25  08:39:56
6813         Log: test case for change#3470
6814      Branch: perl
6815            ! t/lib/bigintpm.t
6816 ____________________________________________________________________________
6817 [  3473] By: gsar                                  on 1999/05/25  08:36:52
6818         Log: perlport 1.43 update from Chris Nandor and Tom Christiansen
6819      Branch: perl
6820            ! Changes pod/perlport.pod
6821 ____________________________________________________________________________
6822 [  3472] By: gsar                                  on 1999/05/25  08:28:57
6823         Log: assorted tweaks
6824      Branch: perl
6825            ! doio.c iperlsys.h win32/config.bc win32/config.gc
6826            ! win32/config.vc win32/config_H.bc win32/config_H.gc
6827            ! win32/config_H.vc win32/makedef.pl
6828 ____________________________________________________________________________
6829 [  3471] By: gsar                                  on 1999/05/25  06:06:04
6830         Log: perlref update from Tom Christiansen
6831      Branch: perl
6832            ! pod/perlref.pod
6833 ____________________________________________________________________________
6834 [  3470] By: gsar                                  on 1999/05/25  06:03:27
6835         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6836              Date: Mon, 24 May 1999 17:43:56 -0400
6837              Message-ID: <19990524174356.A1944@monk.mps.ohio-state.edu>
6838              Subject: [PATCH 5.005_*] hv.c calling negative malloc()
6839      Branch: perl
6840            ! hv.c
6841 ____________________________________________________________________________
6842 [  3469] By: gsar                                  on 1999/05/25  05:59:22
6843         Log: avoid temporary files that have a constant name (from a suggestion
6844              by Anthony J. Lill <ajlill@ajlc.waterloo.on.ca>)
6845      Branch: perl
6846            ! lib/ExtUtils/MM_Unix.pm
6847 ____________________________________________________________________________
6848 [  3468] By: gsar                                  on 1999/05/25  05:54:29
6849         Log: From: pvhp@forte.com (Peter Prymmer)
6850              Date: Mon, 24 May 99 11:20:25 PDT
6851              Message-Id: <9905241820.AA28071@forte.com>
6852              Subject: [PATCH: _56 and _03]EBCDIC %HTML_Escapes for Pod::Text, plus sync patch.
6853      Branch: perl
6854            ! lib/Pod/Text.pm
6855 ____________________________________________________________________________
6856 [  3467] By: gsar                                  on 1999/05/25  04:08:50
6857         Log: fix glob() bug that resulted in missing symlinks that don't point
6858              anywhere
6859      Branch: perl
6860            ! pp_hot.c
6861 ____________________________________________________________________________
6862 [  3466] By: gsar                                  on 1999/05/25  03:00:00
6863         Log: avoid enumerating @INC contents in diagnostic if @INC was never
6864              searched
6865      Branch: perl
6866            ! pod/perldiag.pod pp_ctl.c
6867 ____________________________________________________________________________
6868 [  3465] By: gsar                                  on 1999/05/25  02:24:08
6869         Log: add caveat about close(PIPE) carelessness
6870      Branch: perl
6871            ! pod/perlfunc.pod
6872 ____________________________________________________________________________
6873 [  3464] By: gsar                                  on 1999/05/24  23:55:53
6874         Log: fix bogus line numbers for void context warnings
6875              (change#2548 was overeager)
6876      Branch: perl
6877            ! op.c
6878 ____________________________________________________________________________
6879 [  3463] By: gsar                                  on 1999/05/24  23:31:58
6880         Log: change#3455 had a typo
6881      Branch: perl
6882            ! pp_ctl.c
6883 ____________________________________________________________________________
6884 [  3462] By: gsar                                  on 1999/05/24  17:32:20
6885         Log: more pod updates from Tom Christiansen; regen perltoc
6886      Branch: perl
6887            ! pod/perl.pod pod/perldelta.pod pod/perlmod.pod pod/perlobj.pod
6888            ! pod/perlre.pod pod/perltoc.pod pod/perlvar.pod
6889 ____________________________________________________________________________
6890 [  3461] By: gsar                                  on 1999/05/24  07:41:32
6891         Log: perlmod notes from Damian Conway (via Tom Christiansen)
6892      Branch: perl
6893            ! pod/perlmod.pod
6894 ____________________________________________________________________________
6895 [  3460] By: gsar                                  on 1999/05/24  07:24:11
6896         Log: major pod update from Tom Christiansen
6897      Branch: perl
6898            + pod/perltootc.pod
6899            ! MANIFEST lib/Pod/Functions.pm pod/Makefile pod/buildtoc
6900            ! pod/perl.pod pod/perl5004delta.pod pod/perlcall.pod
6901            ! pod/perldata.pod pod/perldebug.pod pod/perldelta.pod
6902            ! pod/perldsc.pod pod/perlfunc.pod pod/perlipc.pod
6903            ! pod/perllol.pod pod/perlmod.pod pod/perlmodinstall.pod
6904            ! pod/perlmodlib.pod pod/perlobj.pod pod/perlop.pod
6905            ! pod/perlopentut.pod pod/perlpod.pod pod/perlport.pod
6906            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod pod/perlsec.pod
6907            ! pod/perlsub.pod pod/perlsyn.pod pod/perlthrtut.pod
6908            ! pod/perltie.pod pod/perltrap.pod pod/perlvar.pod
6909            ! pod/perlxs.pod pod/pod2man.PL
6910 ____________________________________________________________________________
6911 [  3459] By: gsar                                  on 1999/05/24  06:26:48
6912         Log: perlfaq update from Tom Christiansen
6913      Branch: perl
6914            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
6915            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
6916            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
6917            ! pod/perlfaq9.pod
6918 ____________________________________________________________________________
6919 [  3458] By: gsar                                  on 1999/05/24  05:55:11
6920         Log: updated to v1.50 from CPAN
6921      Branch: perl
6922            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
6923 ____________________________________________________________________________
6924 [  3457] By: gsar                                  on 1999/05/24  05:46:20
6925         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6926              Date: Sun, 23 May 1999 16:35:07 +0100
6927              Message-Id: <199905231535.QAA00032@crypt.compulink.co.uk>
6928              Subject: [PATCH 5.005_56] name PL_in_eval bits
6929      Branch: perl
6930            ! cop.h op.c perl.c pp_ctl.c toke.c util.c
6931 ____________________________________________________________________________
6932 [  3456] By: gsar                                  on 1999/05/24  05:18:06
6933         Log: make -t mode the default on emacs/dumb terminals
6934      Branch: perl
6935            ! Changes utils/perldoc.PL
6936 ____________________________________________________________________________
6937 [  3455] By: gsar                                  on 1999/05/24  05:05:19
6938         Log: return 0 rather than "" when scalar grep has nothing to iterate
6939              on (brings behavior in line with documentation)
6940      Branch: perl
6941            ! pp_ctl.c
6942 ____________________________________________________________________________
6943 [  3454] By: gsar                                  on 1999/05/24  04:52:52
6944         Log: From: Tim Jenness <t.jenness@jach.hawaii.edu>
6945              Date: Thu, 20 May 1999 13:27:02 -1000
6946              Message-Id: <E10kcDN-0007TA-00@lapaki>
6947              Subject: Problem with MM_Unix in 5.005_03
6948      Branch: perl
6949            ! lib/ExtUtils/MM_Unix.pm
6950 ____________________________________________________________________________
6951 [  3453] By: gsar                                  on 1999/05/24  04:39:49
6952         Log: avoid removing duplicates in user-generated warnings
6953              From: byron@omix.com (Byron Brummer)
6954              Date: Thu, 20 May 1999 04:01:17 -0700 (PDT)
6955              Message-Id: <199905201101.EAA91175@thrush.omix.com>
6956              Subject: [PATCH] Re: warn buffers/loses output in ?? - 5.005_03
6957      Branch: perl
6958            ! lib/diagnostics.pm
6959 ____________________________________________________________________________
6960 [  3452] By: gsar                                  on 1999/05/24  04:23:10
6961         Log: straighten some code to avoid NeXT compiler bugs (from
6962              Geoff Kuenning <geoff@cs.hmc.edu>)
6963      Branch: perl
6964            ! pp_ctl.c
6965 ____________________________________________________________________________
6966 [  3451] By: gsar                                  on 1999/05/24  03:03:05
6967         Log: minor logic tweak for reserved word warning
6968      Branch: perl
6969            ! lib/Test/Harness.pm toke.c
6970 ____________________________________________________________________________
6971 [  3450] By: gsar                                  on 1999/05/24  02:34:20
6972         Log: oops, some files missing in change#3449
6973      Branch: perl
6974            ! op.c op.h toke.c
6975 ____________________________________________________________________________
6976 [  3449] By: gsar                                  on 1999/05/24  02:33:12
6977         Log: allow '*' prototype to autoquote even barewords that happen to be
6978              function names; parens or ampersand continue to force the other
6979              interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;>
6980              do the right thing, for example
6981      Branch: perl
6982            ! t/comp/proto.t
6983 ____________________________________________________________________________
6984 [  3448] By: gsar                                  on 1999/05/24  01:51:24
6985         Log: remove vestiges of PL_last_proto
6986      Branch: perl
6987            ! embedvar.h intrpvar.h objXSUB.h
6988 ____________________________________________________________________________
6989 [  3447] By: gsar                                  on 1999/05/24  01:49:20
6990         Log: redo change#2061 and parts of change#1169 with code in the
6991              parser; PL_last_proto hackery gone, strict 'subs' in now
6992              implemented in the optimizer where specifying the exceptional
6993              cases is much more robust; '*' (bareword) prototype now works
6994              reliably when used in second and subsequent arguments
6995      Branch: perl
6996            ! dump.c embed.h embed.pl objXSUB.h op.c op.h proto.h toke.c
6997 ____________________________________________________________________________
6998 [  3446] By: gsar                                  on 1999/05/23  05:00:55
6999         Log: remove redundant part of change#1169 superceded by change#2061;
7000              avoid "future reserved word" warning on prototypical bearwords
7001      Branch: perl
7002            ! t/lib/fatal.t toke.c
7003 ____________________________________________________________________________
7004 [  3445] By: gsar                                  on 1999/05/21  23:36:49
7005         Log: s/isspace/isSPACE/g and make sure the CRT version is always
7006              passed an unsigned char (fixes random occurrence of spaces in
7007              arguments containing high-bit chars passed to spawned children,
7008              on win32)
7009      Branch: perl
7010            ! ext/SDBM_File/sdbm/dbe.c win32/perlhost.h win32/win32.c
7011 ____________________________________________________________________________
7012 [  3444] By: gsar                                  on 1999/05/21  23:08:55
7013         Log: integrate Configure changes from cfgperl
7014      Branch: perl
7015           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
7016           !> config_h.SH
7017 ____________________________________________________________________________
7018 [  3443] By: jhi                                   on 1999/05/21  22:00:56
7019         Log: Integrate from mainperl.
7020      Branch: cfgperl
7021           !> Changes doop.c ext/SDBM_File/sdbm/dba.c
7022           !> ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbe.c os2/os2.c
7023           !> perl.h pod/perldiag.pod pod/perlport.pod pp.c t/comp/proto.t
7024           !> win32/perlhost.h win32/win32.c x2p/walk.c
7025 ____________________________________________________________________________
7026 [  3442] By: jhi                                   on 1999/05/21  21:59:46
7027         Log: fflush.
7028      Branch: cfgperl
7029            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7030            ! config_h.SH
7031 ____________________________________________________________________________
7032 [  3441] By: gsar                                  on 1999/05/21  17:48:55
7033         Log: integrate cfgperl changes
7034      Branch: perl
7035           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
7036           !> config_h.SH hints/sunos_4_1.sh installperl
7037 ____________________________________________________________________________
7038 [  3440] By: gsar                                  on 1999/05/21  17:42:49
7039         Log: test tweak
7040      Branch: perl
7041            ! t/comp/proto.t
7042 ____________________________________________________________________________
7043 [  3439] By: gsar                                  on 1999/05/21  17:31:26
7044         Log: fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.
7045              (Configure fflush(NULL) detection seems broken on Solaris, which
7046              is why I hit the problem)
7047      Branch: perl
7048            ! Changes perl.h
7049 ____________________________________________________________________________
7050 [  3438] By: gsar                                  on 1999/05/20  16:41:01
7051         Log: perlport 1.41 update from Chris Nandor <pudge@pobox.com>
7052      Branch: perl
7053            ! pod/perlport.pod
7054 ____________________________________________________________________________
7055 [  3437] By: jhi                                   on 1999/05/20  07:14:39
7056         Log: Patches to fflushing in SunOS 4 from Andy Dougherty
7057              (via private email).
7058      Branch: cfgperl
7059            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7060            ! config_h.SH hints/sunos_4_1.sh
7061 ____________________________________________________________________________
7062 [  3436] By: gsar                                  on 1999/05/20  05:18:26
7063         Log: various little nits
7064      Branch: perl
7065            ! doop.c ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
7066            ! ext/SDBM_File/sdbm/dbe.c os2/os2.c pod/perldiag.pod pp.c
7067            ! win32/perlhost.h win32/win32.c x2p/walk.c
7068 ____________________________________________________________________________
7069 [  3435] By: jhi                                   on 1999/05/18  16:25:49
7070         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7071              To: perl5-porters@perl.org
7072              Subject: installperl
7073              Date: Fri, 14 May 1999 21:34:58 +0100
7074              Message-Id: <199905142034.VAA00865@crypt.compulink.co.uk>
7075      Branch: cfgperl
7076            ! installperl
7077 ____________________________________________________________________________
7078 [  3434] By: jhi                                   on 1999/05/17  21:25:54
7079         Log: Integrate from mainperl.
7080      Branch: cfgperl
7081           +> lib/ExtUtils/MM_Cygwin.pm
7082            - cygwin32/impure_ptr.c
7083           !> MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
7084           !> cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
7085           !> ext/POSIX/POSIX.xs gv.c hints/cygwin32.sh installman
7086           !> installperl perl.h pod/perldiag.pod pp.c pp_hot.c util.c
7087           !> x2p/find2perl.PL
7088 ____________________________________________________________________________
7089 [  3433] By: gsar                                  on 1999/05/17  09:49:01
7090         Log: integrate cfgperl changes into mainline
7091      Branch: perl
7092           !> Configure INSTALL config_h.SH configure.com embed.h
7093           !> ext/Devel/Peek/Peek.xs ext/Socket/Socket.xs global.sym
7094           !> hints/dec_osf.sh objXSUB.h perl.h pod/perldiag.pod proto.h
7095           !> util.c
7096 ____________________________________________________________________________
7097 [  3432] By: gsar                                  on 1999/05/17  09:06:45
7098         Log: emit more appropriate diagnostic for failed glob (variant
7099              of patch suggested by Graham Barr)
7100      Branch: perl
7101            ! gv.c pod/perldiag.pod pp.c pp_hot.c
7102 ____________________________________________________________________________
7103 [  3431] By: gsar                                  on 1999/05/17  08:38:09
7104         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
7105              Date: Thu, 13 May 1999 22:18:43 -0600 (MDT)
7106              Message-Id: <199905140418.WAA18826@xerxes.courtesan.com>
7107              Subject: find2perl does not grok the 'c' suffix to the -size argument
7108      Branch: perl
7109            ! x2p/find2perl.PL
7110 ____________________________________________________________________________
7111 [  3430] By: gsar                                  on 1999/05/17  08:26:21
7112         Log: additional cleanups for cygwin32 port
7113              From: "Fifer, Eric" <EFifer@sanwaint.com>
7114              Date: Wed, 12 May 1999 20:25:54 +0100
7115              Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST>
7116              Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port
7117      Branch: perl
7118            + lib/ExtUtils/MM_Cygwin.pm
7119            - cygwin32/impure_ptr.c
7120            ! MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
7121            ! cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
7122            ! ext/POSIX/POSIX.xs hints/cygwin32.sh installman installperl
7123            ! perl.h util.c
7124 ____________________________________________________________________________
7125 [  3429] By: gsar                                  on 1999/05/17  08:01:04
7126         Log: From: Andy Dougherty <doughera@lafayette.edu>
7127              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
7128              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
7129              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
7130      Branch: perl
7131            ! INSTALL
7132 ____________________________________________________________________________
7133 [  3428] By: jhi                                   on 1999/05/17  07:03:26
7134         Log: Integrate from mainperl modulo the Socket.xs change.
7135      Branch: cfgperl
7136           !> ext/Socket/Socket.xs op.c win32/include/sys/socket.h
7137           !> win32/win32.c win32/win32.h
7138 ____________________________________________________________________________
7139 [  3427] By: jhi                                   on 1999/05/16  22:09:11
7140         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7141              To: perl5-porters@perl.org (Mailing list Perl5)
7142              Subject: [PATCH 5.005_56] Devel::Peek::mstat not working
7143              Date: Sun, 16 May 1999 01:28:18 -0400 (EDT)
7144              Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu>
7145      Branch: cfgperl
7146            ! ext/Devel/Peek/Peek.xs
7147 ____________________________________________________________________________
7148 [  3426] By: jhi                                   on 1999/05/16  22:07:11
7149         Log: From: Mark-Jason Dominus <mjd@plover.com>
7150              To: perl5-porters@perl.com
7151              Subject: DOC PATCH (5.005_55): Error message missing from perldiag.pod
7152              Date: Sat, 15 May 1999 12:43:47 -0400
7153              Message-ID: <19990515164348.7313.qmail@plover.com>
7154      Branch: cfgperl
7155            ! pod/perldiag.pod
7156 ____________________________________________________________________________
7157 [  3425] By: nick                                  on 1999/05/15  15:56:10
7158         Log: Mingw32 + w32api-0.1.5 tweaks
7159              - now more like other Win32 compilers
7160      Branch: perl
7161            ! ext/Socket/Socket.xs win32/include/sys/socket.h win32/win32.c
7162            ! win32/win32.h
7163 ____________________________________________________________________________
7164 [  3424] By: nick                                  on 1999/05/14  21:04:22
7165         Log: Experimental "slab" allocator for ops.
7166              To try it -DPL_OP_SLAB_ALLOC for op.c 
7167              This is for proof of concept only, it leaks memory 
7168              (ops are not free'd) so don't use in embedded apps.
7169              If this minimalist version does not show performance 
7170              gain then whole idea is worthless. 
7171              Nick see's approx 12% speed up vs perlmalloc running
7172              perl -Ilib -MCPAN -e '' 
7173              Solaris2.6, gcc-2.8.1 but numbers are not repeatable.
7174      Branch: perl
7175            ! op.c
7176 ____________________________________________________________________________
7177 [  3423] By: gsar                                  on 1999/05/14  19:55:04
7178         Log: on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
7179              found (brings sitelib intuition in line with privlib)
7180      Branch: perl
7181            ! win32/win32.c
7182 ____________________________________________________________________________
7183 [  3422] By: jhi                                   on 1999/05/14  08:08:01
7184         Log: From: pvhp@forte.com (Peter Prymmer)
7185              To: perl5-porters@perl.org, vmsperl@perl.org
7186              Subject: [PATCH: 5.005_56] add config.msg to VMS configure.com
7187              Date: Thu, 13 May 99 15:29:57 PDT
7188              Message-Id: <9905132229.AA15854@forte.com>
7189      Branch: cfgperl
7190            ! configure.com
7191 ____________________________________________________________________________
7192 [  3421] By: jhi                                   on 1999/05/14  07:34:20
7193         Log: Integrate from mainperl.
7194      Branch: cfgperl
7195           !> lib/ExtUtils/MM_Unix.pm win32/win32.c
7196 ____________________________________________________________________________
7197 [  3420] By: jhi                                   on 1999/05/14  07:33:26
7198         Log: Still fflushing.
7199      Branch: cfgperl
7200            ! Configure config_h.SH util.c
7201 ____________________________________________________________________________
7202 [  3419] By: gsar                                  on 1999/05/14  03:08:29
7203         Log: mortalize string allocations by win32_get_{priv,site}lib()
7204              (fixes small memory leak in interpreter)
7205      Branch: perl
7206            ! win32/win32.c
7207 ____________________________________________________________________________
7208 [  3418] By: gsar                                  on 1999/05/14  03:06:50
7209         Log: make win32_longname() preserve kind of slashes in argument
7210      Branch: perl
7211            ! win32/win32.c
7212 ____________________________________________________________________________
7213 [  3417] By: gsar                                  on 1999/05/14  03:04:44
7214         Log: canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker
7215      Branch: perl
7216            ! lib/ExtUtils/MM_Unix.pm
7217 ____________________________________________________________________________
7218 [  3416] By: jhi                                   on 1999/05/13  21:18:06
7219         Log: Integrate from mainperl.
7220      Branch: cfgperl
7221           !> pp_ctl.c
7222 ____________________________________________________________________________
7223 [  3415] By: jhi                                   on 1999/05/13  21:16:49
7224         Log: Fixes from Andy Dougherty (via private email).
7225      Branch: cfgperl
7226            ! Configure config_h.SH
7227 ____________________________________________________________________________
7228 [  3414] By: nick                                  on 1999/05/13  20:04:26
7229         Log: valist vs va_list typo
7230      Branch: perl
7231            ! pp_ctl.c
7232 ____________________________________________________________________________
7233 [  3413] By: jhi                                   on 1999/05/13  15:04:05
7234         Log: From: Andy Dougherty <doughera@lafayette.edu>
7235              To: perlbug@perl.com
7236              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
7237              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
7238              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
7239      Branch: cfgperl
7240            ! INSTALL
7241 ____________________________________________________________________________
7242 [  3412] By: jhi                                   on 1999/05/13  14:20:17
7243         Log: Integrate from mainperl.
7244      Branch: cfgperl
7245           !> pp_ctl.c
7246 ____________________________________________________________________________
7247 [  3411] By: gsar                                  on 1999/05/13  14:16:56
7248         Log: docatch_body() declaration mismatch
7249      Branch: perl
7250            ! pp_ctl.c
7251 ____________________________________________________________________________
7252 [  3410] By: jhi                                   on 1999/05/13  13:51:44
7253         Log: Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't.
7254      Branch: cfgperl
7255            ! Configure config_h.SH perl.h
7256 ____________________________________________________________________________
7257 [  3409] By: jhi                                   on 1999/05/13  13:31:53
7258         Log: Still fflushing strong.
7259      Branch: cfgperl
7260            ! Configure config_h.SH embed.h global.sym objXSUB.h perl.h
7261            ! proto.h util.c
7262 ____________________________________________________________________________
7263 [  3408] By: jhi                                   on 1999/05/12  14:30:23
7264         Log: Integrate from mainperl.
7265      Branch: cfgperl
7266           !> (integrate 30 files)
7267 ____________________________________________________________________________
7268 [  3407] By: jhi                                   on 1999/05/12  12:28:31
7269         Log: Be tidier with fflush(NULL) testing.
7270      Branch: cfgperl
7271            ! Configure config_h.SH
7272 ____________________________________________________________________________
7273 [  3406] By: gsar                                  on 1999/05/12  11:26:03
7274         Log: better range-checking on list slices, with test
7275              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7276              Date: Sun, 02 May 1999 17:02:53 +0100
7277              Message-Id: <199905021602.RAA13905@crypt.compulink.co.uk>
7278              Subject: Re: List slice of undefs returns 0 items 
7279      Branch: perl
7280            ! pp.c t/op/list.t
7281 ____________________________________________________________________________
7282 [  3405] By: gsar                                  on 1999/05/12  11:22:27
7283         Log: change#3397 needs test tweak
7284      Branch: perl
7285            ! Changes t/pragma/warn/sv
7286 ____________________________________________________________________________
7287 [  3404] By: gsar                                  on 1999/05/12  11:07:44
7288         Log: typo in change#3397
7289      Branch: perl
7290            ! doop.c
7291 ____________________________________________________________________________
7292 [  3403] By: gsar                                  on 1999/05/12  10:49:01
7293         Log: From: Stephen Zander <gibreel@pobox.com>
7294              Date: 12 May 1999 01:22:31 -0700
7295              Message-ID: <87u2tik88o.fsf@pooh.fire-swamp.net>
7296              Subject: Re: Test::Harness runs tainted tests with wrong library path
7297      Branch: perl
7298            ! lib/Test/Harness.pm
7299 ____________________________________________________________________________
7300 [  3402] By: gsar                                  on 1999/05/12  10:42:06
7301         Log: typo in change#3400
7302      Branch: perl
7303            ! ext/B/B/Deparse.pm
7304 ____________________________________________________________________________
7305 [  3401] By: jhi                                   on 1999/05/12  10:40:42
7306         Log: A better, shinier, and possibly even correctly working
7307              reincarnation of #3398.
7308      Branch: cfgperl
7309            ! Configure config_h.SH
7310 ____________________________________________________________________________
7311 [  3400] By: gsar                                  on 1999/05/12  10:40:11
7312         Log: deparse \&func() as \(&func()) for clarity
7313              From: Albert Dvornik <bert@genscan.com>
7314              Date: 11 May 1999 13:32:04 -0400
7315              Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com>
7316              Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...)
7317      Branch: perl
7318            ! ext/B/B/Deparse.pm
7319 ____________________________________________________________________________
7320 [  3399] By: gsar                                  on 1999/05/12  10:36:02
7321         Log: more testsuite smarts (many of them courtesy Ilya)
7322      Branch: perl
7323            ! lib/Test/Harness.pm t/comp/cpp.t t/io/pipe.t t/lib/db-btree.t
7324            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t
7325            ! t/lib/io_multihomed.t t/lib/io_pipe.t t/lib/io_sock.t
7326            ! t/lib/io_udp.t t/lib/io_unix.t t/lib/ipc_sysv.t t/lib/ndbm.t
7327            ! t/lib/odbm.t t/lib/thread.t t/op/exec.t t/op/fork.t
7328            ! t/op/grent.t t/op/groups.t t/op/nothread.t t/op/numconvert.t
7329            ! t/op/pwent.t
7330 ____________________________________________________________________________
7331 [  3398] By: jhi                                   on 1999/05/12  09:33:08
7332         Log: Detect whether fflush(NULL) works as per change #3352.
7333      Branch: cfgperl
7334            ! Configure config_h.SH perl.h
7335 ____________________________________________________________________________
7336 [  3397] By: gsar                                  on 1999/05/12  08:56:03
7337         Log: From: jan.dubois@ibm.net (Jan Dubois)
7338              Date: Wed, 12 May 1999 01:01:00 +0200
7339              Message-ID: <3741b5e8.20386944@smtp1.ibm.net>
7340              Subject: [PATCH 5.005_03] chop/chomp modify readonly values
7341      Branch: perl
7342            ! doop.c
7343 ____________________________________________________________________________
7344 [  3396] By: gsar                                  on 1999/05/12  08:23:27
7345         Log: opendir(D,"x:") on win32 opens cwd() for drive rather than root;
7346              stat() behaves similarly
7347      Branch: perl
7348            ! win32/win32.c
7349 ____________________________________________________________________________
7350 [  3395] By: jhi                                   on 1999/05/11  22:21:32
7351         Log: Redo parts of #3341 and #3358 that #3394 undid.
7352      Branch: cfgperl
7353            ! Configure config_h.SH
7354 ____________________________________________________________________________
7355 [  3394] By: jhi                                   on 1999/05/11  22:03:48
7356         Log: Add I_NETINET_TCP to help change #3391.
7357      Branch: cfgperl
7358            ! Configure config_h.SH ext/Socket/Socket.xs
7359 ____________________________________________________________________________
7360 [  3393] By: jhi                                   on 1999/05/11  21:44:59
7361         Log: Integrate from mainperl.
7362      Branch: cfgperl
7363           !> (integrate 55 files)
7364 ____________________________________________________________________________
7365 [  3392] By: gsar                                  on 1999/05/11  20:56:43
7366         Log: update embedvar.h
7367      Branch: perl
7368            ! embedvar.h ext/ByteLoader/ByteLoader.pm pod/perldelta.pod
7369 ____________________________________________________________________________
7370 [  3391] By: gsar                                  on 1999/05/11  16:32:05
7371         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
7372              Date: Tue, 11 May 1999 11:10:13 -0400 (EDT)
7373              Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com>
7374              Subject: Socket IPPROTO_TCP [PATCH 5.005_5x]
7375      Branch: perl
7376            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
7377 ____________________________________________________________________________
7378 [  3390] By: gsar                                  on 1999/05/11  15:27:40
7379         Log: display more frequent progress messages when STDOUT is a tty
7380      Branch: perl
7381            ! lib/Test/Harness.pm
7382 ____________________________________________________________________________
7383 [  3389] By: gsar                                  on 1999/05/11  14:40:58
7384         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7385              Date: Mon, 10 May 1999 02:07:01 -0400 (EDT)
7386              Message-Id: <199905100607.CAA26045@monk.mps.ohio-state.edu>
7387              Subject: [PATCH 5.005_53] Explanations by Test::Harness
7388      Branch: perl
7389            ! lib/Test/Harness.pm
7390 ____________________________________________________________________________
7391 [  3388] By: gsar                                  on 1999/05/11  14:08:14
7392         Log: avoid creating spurious subroutine stubs on failed subroutine
7393              call and other places of sv_2cv() misuse; fixes problems with
7394              failed subroutine calls "hiding" later attempts to lookup methods
7395              in base classes
7396      Branch: perl
7397            ! gv.c perl.c pod/perlguts.pod pp_hot.c sv.c t/op/method.t
7398 ____________________________________________________________________________
7399 [  3387] By: gsar                                  on 1999/05/11  09:34:13
7400         Log: various fixes for clean build and test on win32; configpm broken,
7401              needed to open myconfig.SH rather than myconfig; sundry adjustments
7402              to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
7403              work under win32; getenv_sv() changed to getenv_len() since SVs
7404              aren't visible in the lower echelons; remove bogus exports from
7405              config.sym; PERL_OBJECT-ness for C++ exception support; null out
7406              IoDIRP in filter_del() or sv_free() will attempt to close it
7407      Branch: perl
7408            ! Changes bytecode.pl byterun.c byterun.h configpm embed.h
7409            ! embed.pl ext/B/B/Asmdata.pm ext/ByteLoader/ByteLoader.xs
7410            ! ext/DynaLoader/dlutils.c global.sym hv.c iperlsys.h objXSUB.h
7411            ! op.c perl.c perl.h pp.c pp_ctl.c proto.h scope.c scope.h
7412            ! t/io/open.t t/op/magic.t toke.c util.c vms/vms.c vms/vmsish.h
7413            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
7414            ! win32/config.gc win32/config.vc win32/makedef.pl
7415            ! win32/makefile.mk win32/perlhost.h win32/runperl.c
7416            ! win32/win32.c win32/win32.h
7417 ____________________________________________________________________________
7418 [  3386] By: gsar                                  on 1999/05/11  02:49:07
7419         Log: gutsupport for C++ exceptions
7420              From: Chip Salzenberg <chip@perlsupport.com>
7421              Date: Tue, 9 Mar 1999 11:51:57 -0500
7422              Message-ID: <19990309115157.E7911@perlsupport.com>
7423              Subject: [PATCH 5.005] Flexible Exceptions
7424      Branch: perl
7425            ! embed.h global.sym objXSUB.h perl.c perl.h pp_ctl.c proto.h
7426            ! scope.c scope.h thrdvar.h util.c
7427 ____________________________________________________________________________
7428 [  3385] By: gsar                                  on 1999/05/10  19:33:36
7429         Log: "weak" references internals, still needs perlguts documentation
7430              (somewhat modified version of patch suggested by Tuomas J. Lukka
7431              <lukka@fas.harvard.edu>)
7432      Branch: perl
7433            ! dump.c embed.h embed.pl global.sym mg.c objXSUB.h perl.h
7434            ! pod/perldiag.pod proto.h sv.c sv.h util.c
7435 ____________________________________________________________________________
7436 [  3384] By: jhi                                   on 1999/05/10  18:21:43
7437         Log: Circumnavigate Digital UNIX 4.0D miniperl core dump
7438              (due to QAR 56761) (the bug has been fixed in 4.0E or better)
7439      Branch: cfgperl
7440            ! INSTALL hints/dec_osf.sh
7441 ____________________________________________________________________________
7442 [  3381] By: jhi                                   on 1999/05/10  14:39:28
7443         Log: Integrate from mainperl.
7444      Branch: cfgperl
7445           +> cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
7446           +> cygwin32/build-instructions.charles-wilson
7447           +> cygwin32/build-instructions.sebastien-barre
7448           +> cygwin32/build-instructions.steven-morlock
7449           +> cygwin32/build-instructions.steven-morlock2
7450           +> cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
7451           +> ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
7452           +> ext/ByteLoader/Makefile.PL pod/Win32.pod t/lib/io_linenum.t
7453           +> t/op/numconvert.t utils/perlbc.PL
7454            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
7455            - cygwin32/perlld
7456           !> (integrate 105 files)
7457 ____________________________________________________________________________
7458 [  3380] By: gsar                                  on 1999/05/10  12:27:14
7459         Log: regen regnodes.h
7460      Branch: perl
7461            ! Changes regnodes.h
7462 ____________________________________________________________________________
7463 [  3379] By: gsar                                  on 1999/05/10  12:17:26
7464         Log: From: jan.dubois@ibm.net (Jan Dubois)
7465              Date: Sat, 01 May 1999 22:55:36 +0200
7466              Message-ID: <373067e9.56194713@smtp1.ibm.net>
7467              Subject: [PATCH 5.005_56] Win32 and VC++ 98 doesn't support CASTI
7468      Branch: perl
7469            ! pod/perlfunc.pod pod/perlop.pod win32/config.vc
7470            ! win32/config_H.vc
7471 ____________________________________________________________________________
7472 [  3378] By: gsar                                  on 1999/05/10  12:07:13
7473         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7474              Date: Fri, 30 Apr 1999 22:26:09 -0400 (EDT)
7475              Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu>
7476              Subject: [PATCH 5.005_56] Self-consistent numeric conversion again
7477      Branch: perl
7478            + t/op/numconvert.t
7479            ! MANIFEST doio.c dump.c perl.h pp.c pp_hot.c sv.c sv.h toke.c
7480            ! util.c
7481 ____________________________________________________________________________
7482 [  3377] By: gsar                                  on 1999/05/10  11:39:48
7483         Log: pp_modulo comment tweak from Ilya
7484      Branch: perl
7485            ! pp.c
7486 ____________________________________________________________________________
7487 [  3376] By: gsar                                  on 1999/05/10  11:30:40
7488         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
7489              Date: Fri, 7 May 1999 11:31:00 -0400 (EDT)
7490              Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com>
7491              Subject: Test.pm update [PATCH _56]
7492      Branch: perl
7493            ! lib/Test.pm
7494 ____________________________________________________________________________
7495 [  3375] By: gsar                                  on 1999/05/10  11:28:30
7496         Log: From: jan.dubois@ibm.net (Jan Dubois)
7497              Date: Fri, 07 May 1999 00:59:54 +0200
7498              Message-ID: <373318ae.19292461@smtp1.ibm.net>
7499              Subject: Re: Using existing memory for an SV's PV 
7500      Branch: perl
7501            ! sv.c
7502 ____________________________________________________________________________
7503 [  3374] By: gsar                                  on 1999/05/10  11:23:44
7504         Log: From: jan.dubois@ibm.net (Jan Dubois)
7505              Date: Fri, 07 May 1999 00:59:52 +0200
7506              Message-ID: <37321800.19118320@smtp1.ibm.net>
7507              Subject: [PATCH 5.005_56] Fix -Dm memory debugging for PERL_OBJECT
7508      Branch: perl
7509            ! perl.h
7510 ____________________________________________________________________________
7511 [  3373] By: gsar                                  on 1999/05/10  11:22:10
7512         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7513              Date: Thu, 6 May 1999 18:17:28 -0400
7514              Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>
7515              Subject: Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
7516      Branch: perl
7517            ! doio.c embed.h global.sym objXSUB.h pod/perldiag.pod proto.h
7518            ! util.c
7519 ____________________________________________________________________________
7520 [  3372] By: gsar                                  on 1999/05/10  10:57:49
7521         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7522              Date: Thu, 6 May 1999 01:21:05 -0400 (EDT)
7523              Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu>
7524              Subject: [PATCH 5.005_56] Cosmetic: data-driven REx-dump
7525      Branch: perl
7526            ! regcomp.c regcomp.pl
7527 ____________________________________________________________________________
7528 [  3371] By: gsar                                  on 1999/05/10  10:54:01
7529         Log: From: lane@duphy4.physics.drexel.edu
7530              Date: Tue, 04 May 1999 10:19:25 -0700
7531              Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu>
7532              Subject: [PATCH 5.005.56] pod->html VMS fixes
7533      Branch: perl
7534            ! installhtml lib/Pod/Html.pm
7535 ____________________________________________________________________________
7536 [  3370] By: gsar                                  on 1999/05/10  10:45:52
7537         Log: testsuite nits
7538      Branch: perl
7539            ! t/lib/io_linenum.t t/op/filetest.t
7540 ____________________________________________________________________________
7541 [  3369] By: gsar                                  on 1999/05/10  10:35:22
7542         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7543              Date: Mon, 3 May 1999 22:38:50 -0400 (EDT)
7544              Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu>
7545              Subject: [PATCH 5.005_53] Quickier thread-specific data on OS/2
7546      Branch: perl
7547            ! os2/os2ish.h os2/os2thread.h
7548 ____________________________________________________________________________
7549 [  3368] By: gsar                                  on 1999/05/10  10:00:11
7550         Log: From: Albert Dvornik <bert@genscan.com>
7551              Date: 03 May 1999 12:20:57 -0400
7552              Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>
7553              Subject: [PATCH 5.005_56] do_sv_dump does dump (core) on IO handles
7554      Branch: perl
7555            ! dump.c
7556 ____________________________________________________________________________
7557 [  3367] By: gsar                                  on 1999/05/10  09:55:51
7558         Log: shadow password support for Solaris (needs Configure help to
7559              determine HAS_GETSPENT)
7560              From: "Patrick O'Brien" <pdo@cs.umd.edu>
7561              Date: Sat, 01 May 1999 19:41:17 -0400
7562              Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu>
7563              Subject: getpwent() under solaris
7564      Branch: perl
7565            ! pp_sys.c
7566 ____________________________________________________________________________
7567 [  3366] By: gsar                                  on 1999/05/10  09:45:58
7568         Log: From: jan.dubois@ibm.net (Jan Dubois)
7569              Date: Sat, 01 May 1999 23:45:47 +0200
7570              Message-ID: <373373fb.59284266@smtp1.ibm.net>
7571              Subject: [PATCH 5.005_56] Add POLLUTE=1 option to MakeMaker
7572      Branch: perl
7573            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
7574            ! pod/perldelta.pod
7575 ____________________________________________________________________________
7576 [  3365] By: gsar                                  on 1999/05/10  09:34:22
7577         Log: test suite and fix input_line_number()
7578              From: Paul Johnson <pjcj@transeda.com>
7579              Date: Thu, 29 Apr 1999 06:28:14 +0100
7580              Message-ID: <19990429062814.A17906@west-tip.transeda.com>
7581              Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)
7582      Branch: perl
7583            + t/lib/io_linenum.t
7584            ! MANIFEST ext/IO/lib/IO/Handle.pm
7585 ____________________________________________________________________________
7586 [  3364] By: gsar                                  on 1999/05/10  09:20:56
7587         Log: fix overeager [:foo:] parsing
7588              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7589              Date: Fri, 30 Apr 1999 09:26:18 +0100
7590              Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk>
7591              Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005 
7592      Branch: perl
7593            ! regcomp.c t/op/re_tests
7594 ____________________________________________________________________________
7595 [  3363] By: gsar                                  on 1999/05/10  09:09:21
7596         Log: documentation for Win32 builtins (somewhat modified)
7597              From: jan.dubois@ibm.net (Jan Dubois)
7598              Date: Tue, 30 Mar 1999 08:05:03 +0200
7599              Message-ID: <37006783.1926460@smtp1.ibm.net>
7600              Subject: Re: Issues with build 509 
7601      Branch: perl
7602            + pod/Win32.pod
7603            ! MANIFEST
7604 ____________________________________________________________________________
7605 [  3362] By: gsar                                  on 1999/05/10  08:22:07
7606         Log: provide File::Copy::syscopy() via Win32::CopyFile() on win32
7607      Branch: perl
7608            ! lib/File/Copy.pm win32/win32.c
7609 ____________________________________________________________________________
7610 [  3361] By: gsar                                  on 1999/05/10  08:11:29
7611         Log: escape ampersands in <pre> sections
7612      Branch: perl
7613            ! Changes lib/Pod/Html.pm
7614 ____________________________________________________________________________
7615 [  3360] By: gsar                                  on 1999/05/10  08:04:14
7616         Log: AIX hints enhancements (threads build, SOCKS support)
7617              From: "David R. Favor" <dfavor@austin.ibm.com>
7618              Date: Wed, 28 Apr 1999 08:45:28 -0500
7619              Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
7620              Subject: Working build for AIX + gcc + threading
7621      Branch: perl
7622            ! hints/aix.sh
7623 ____________________________________________________________________________
7624 [  3359] By: gsar                                  on 1999/05/10  07:49:26
7625         Log: more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
7626              Date: Tue, 27 Apr 1999 23:47:24 PDT
7627              Message-ID: <19990428064724.95244.qmail@hotmail.com>
7628              Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
7629              --
7630              Date: Thu, 29 Apr 1999 18:21:06 -0700
7631              Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
7632              Subject: [PATCH 5.005_56] double constants ( C.pm)
7633              --
7634              Date: Mon, 03 May 1999 20:21:31 PDT
7635              Message-ID: <19990504032131.81113.qmail@hotmail.com>
7636              Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
7637              --
7638              Date: Thu, 06 May 1999 17:57:09 -0700
7639              Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
7640              Subject: Stash.pm
7641      Branch: perl
7642            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/C.pm
7643            ! ext/B/B/CC.pm ext/B/B/Stash.pm t/harness
7644 ____________________________________________________________________________
7645 [  3358] By: gsar                                  on 1999/05/10  04:39:15
7646         Log: cygwin32 update (untested adaptation of patch against 5.005_03)
7647              From: alexander smishlajev <als@turnhere.com>
7648              Date: Sun, 25 Apr 1999 14:58:29 +0300
7649              Message-ID: <37230365.5F68B460@turnhere.com>
7650              Subject: [PATCH]5.005_03 (CORE) cygwin32 port
7651      Branch: perl
7652            + cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
7653            + cygwin32/build-instructions.charles-wilson
7654            + cygwin32/build-instructions.sebastien-barre
7655            + cygwin32/build-instructions.steven-morlock
7656            + cygwin32/build-instructions.steven-morlock2
7657            + cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
7658            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
7659            - cygwin32/perlld
7660            ! Configure EXTERN.h MANIFEST Makefile.SH README.cygwin32 XSUB.h
7661            ! cflags.SH config_h.SH dosish.h ext/POSIX/Makefile.PL
7662            ! ext/SDBM_File/sdbm/pair.c hints/cygwin32.sh installperl
7663            ! lib/Cwd.pm lib/ExtUtils/MakeMaker.pm lib/perl5db.pl
7664            ! makedepend.SH perl.h perlvars.h pp_hot.c pp_sys.c regcomp.c
7665            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t util.c
7666 ____________________________________________________________________________
7667 [  3357] By: gsar                                  on 1999/05/10  04:07:07
7668         Log: applied suggested patch, modulo already applied parts
7669              From: Charles Bailey <BAILEY@newman.upenn.edu>
7670              Date: Sat, 24 Apr 1999 20:12:43 -0400 (EDT)
7671              Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
7672              Subject: [Patch 5.005_56] VMS consolidated patch #2
7673      Branch: perl
7674            ! configure.com t/op/filetest.t t/op/taint.t t/pragma/warn/doio
7675            ! t/pragma/warn/mg t/pragma/warn/pp_sys t/pragma/warn/sv
7676            ! vms/descrip_mms.template vms/ext/vmsish.t vms/perlvms.pod
7677            ! vms/subconfigure.com vms/test.com vms/vms.c
7678 ____________________________________________________________________________
7679 [  3356] By: gsar                                  on 1999/05/10  03:48:08
7680         Log: applied suggested patch, with win32 and PERL_OBJECT additions
7681              From: Tom Hughes <tom@compton.nu>
7682              Date: Sat, 24 Apr 1999 18:11:59 +0100
7683              Message-ID: <609bdff748.tom@compton.compton.nu>
7684              Subject: ByteLoader patch
7685      Branch: perl
7686            + ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
7687            + ext/ByteLoader/Makefile.PL utils/perlbc.PL
7688            ! MANIFEST bytecode.h bytecode.pl byterun.c byterun.h embed.h
7689            ! embed.pl ext/B/B.xs ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
7690            ! ext/B/B/Debug.pm objXSUB.h op.c pp_ctl.c proto.h
7691            ! utils/Makefile win32/Makefile win32/makefile.mk
7692 ____________________________________________________________________________
7693 [  3355] By: gsar                                  on 1999/05/10  03:22:49
7694         Log: document 'test' attribute (from Andreas Koenig)
7695      Branch: perl
7696            ! lib/ExtUtils/MakeMaker.pm
7697 ____________________________________________________________________________
7698 [  3354] By: gsar                                  on 1999/05/10  03:12:37
7699         Log: From: pmarquess@bfsec.bt.co.uk
7700              Date: Thu, 22 Apr 1999 23:12:08 +0100
7701              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>
7702              Subject: PATCH for small bug in scan_bin
7703      Branch: perl
7704            ! util.c
7705 ____________________________________________________________________________
7706 [  3353] By: gsar                                  on 1999/05/10  02:39:33
7707         Log: more bulletproof workaround for mangled paths (updates changes#3345,3350);
7708              provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
7709      Branch: perl
7710            ! t/op/magic.t win32/makedef.pl win32/runperl.c win32/win32.c
7711            ! win32/win32iop.h
7712 ____________________________________________________________________________
7713 [  3352] By: gsar                                  on 1999/05/09  22:47:39
7714         Log: flush all open output buffers before fork(), exec(), system, qx//
7715              and pipe open() operations, simplifying buffering headaches faced
7716              by users; uses fflush(NULL), which may need Configure test
7717      Branch: perl
7718            ! perl.h pod/perldelta.pod pod/perlfunc.pod pod/perlipc.pod
7719            ! pp_sys.c util.c vmesa/vmesa.c vms/vms.c win32/win32.c
7720 ____________________________________________________________________________
7721 [  3351] By: gsar                                  on 1999/05/09  21:11:51
7722         Log: perlcc on win32 (correct version of fix suggested by Jean-Louis
7723              Leroy <jll@skynet.be>)
7724      Branch: perl
7725            ! utils/perlcc.PL
7726 ____________________________________________________________________________
7727 [  3350] By: gsar                                  on 1999/05/09  20:39:11
7728         Log: normalize $^X to full pathname on win32
7729      Branch: perl
7730            ! win32/runperl.c
7731 ____________________________________________________________________________
7732 [  3349] By: gsar                                  on 1999/05/09  20:23:07
7733         Log: allow readline($globref), <$globref> already works
7734      Branch: perl
7735            ! pp_hot.c
7736 ____________________________________________________________________________
7737 [  3348] By: gsar                                  on 1999/05/09  20:00:09
7738         Log: perldoc cleanups (variant of changes suggested by Christian Lemburg
7739              <lemburg@online-club.de>)
7740      Branch: perl
7741            ! utils/perldoc.PL
7742 ____________________________________________________________________________
7743 [  3347] By: gsar                                  on 1999/05/09  18:47:21
7744         Log: additions to Thread.pm docs from Tuomas J. Lukka
7745              <lukka@fas.harvard.edu>
7746      Branch: perl
7747            ! ext/Thread/Thread.pm
7748 ____________________________________________________________________________
7749 [  3346] By: gsar                                  on 1999/05/09  18:38:00
7750         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
7751              Date: Sat, 17 Apr 1999 02:46:13 -0700 (PDT)
7752              Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>
7753              Subject: [PATCH _56] Re: pdt: Perl Development Tools? 
7754      Branch: perl
7755            ! ext/B/B/Xref.pm
7756 ____________________________________________________________________________
7757 [  3345] By: gsar                                  on 1999/05/09  18:22:43
7758         Log: work around mangled archname on win32 while finding privlib/sitelib;
7759              normalize lib paths to forward slashes internally
7760      Branch: perl
7761            ! win32/win32.c
7762 ____________________________________________________________________________
7763 [  3344] By: gsar                                  on 1999/05/09  03:20:06
7764         Log: fix typo in dbm filters that caused odbm.t to fail
7765      Branch: perl
7766            ! ext/ODBM_File/ODBM_File.xs t/lib/odbm.t
7767 ____________________________________________________________________________
7768 [  3343] By: gsar                                  on 1999/05/09  02:02:59
7769         Log: tweak test totals
7770      Branch: perl
7771            ! Changes t/lib/tie-stdhandle.t
7772 ____________________________________________________________________________
7773 [  3342] By: gsar                                  on 1999/05/09  01:42:06
7774         Log: import list propagation busted (pointed out by Ton Hospel
7775              <thospel@mail.dma.be>)
7776      Branch: perl
7777            ! lib/autouse.pm
7778 ____________________________________________________________________________
7779 [  3341] By: gsar                                  on 1999/05/09  00:54:18
7780         Log: hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
7781              (as suggested by Eric Boehm <boehm@nortelnetworks.com>)
7782      Branch: perl
7783            ! Configure Makefile.SH
7784 ____________________________________________________________________________
7785 [  3340] By: gsar                                  on 1999/05/09  00:40:41
7786         Log: generate manpages for newly added utils
7787      Branch: perl
7788            ! installman
7789 ____________________________________________________________________________
7790 [  3339] By: gsar                                  on 1999/05/09  00:33:50
7791         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7792              Date: Sun, 02 May 1999 17:59:24 +0100
7793              Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>
7794              Subject: [PATCH] Re: ptr to realloced memory in yylex
7795      Branch: perl
7796            ! toke.c
7797 ____________________________________________________________________________
7798 [  3338] By: jhi                                   on 1999/05/08  22:40:29
7799         Log: Remove CONFIG item, add Digital UNIX 'ld' bug.
7800      Branch: cfgperl
7801            ! INSTALL
7802 ____________________________________________________________________________
7803 [  3337] By: jhi                                   on 1999/05/08  22:22:26
7804         Log: Integrate from mainperl.
7805      Branch: cfgperl
7806           +> pod/perldbmfilter.pod t/io/open.t t/lib/tie-stdhandle.t
7807           !> (integrate 54 files)
7808 ____________________________________________________________________________
7809 [  3336] By: gsar                                  on 1999/05/08  21:48:22
7810         Log: make perldoc -f grok nested =items
7811      Branch: perl
7812            ! utils/perldoc.PL
7813 ____________________________________________________________________________
7814 [  3335] By: gsar                                  on 1999/05/08  19:48:11
7815         Log: allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
7816      Branch: perl
7817            ! op.c t/lib/fields.t
7818 ____________________________________________________________________________
7819 [  3334] By: gsar                                  on 1999/05/08  19:09:41
7820         Log: update test totals
7821      Branch: perl
7822            ! t/lib/bigintpm.t
7823 ____________________________________________________________________________
7824 [  3333] By: gsar                                  on 1999/05/08  16:56:02
7825         Log: mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
7826      Branch: perl
7827            ! pod/perlfunc.pod
7828 ____________________________________________________________________________
7829 [  3332] By: gsar                                  on 1999/05/08  16:46:44
7830         Log: applied suggested patch, added tests
7831              From: William Mann <wmann@avici.com>
7832              Date: Mon, 12 Apr 1999 12:25:22 -0400 (EDT)
7833              Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
7834              Subject: BigInt.pm extensions for logical operations
7835      Branch: perl
7836            ! lib/Math/BigInt.pm pod/perldelta.pod t/lib/bigintpm.t
7837 ____________________________________________________________________________
7838 [  3331] By: gsar                                  on 1999/05/08  16:09:33
7839         Log: avoid temporary files named 'tmp'
7840      Branch: perl
7841            ! Makefile.SH pp.c
7842 ____________________________________________________________________________
7843 [  3330] By: nick                                  on 1999/05/08  14:16:30
7844         Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
7845              Provide Tie::StdHandle
7846              Basic update of docs.
7847      Branch: perl
7848            + t/lib/tie-stdhandle.t
7849            ! lib/Tie/Handle.pm pod/perltie.pod pp_sys.c
7850 ____________________________________________________________________________
7851 [  3329] By: nick                                  on 1999/05/08  12:03:45
7852         Log: Tweaks to open(my $fh,...) stuff
7853      Branch: perl
7854            ! op.c pp.c pp_sys.c t/io/open.t
7855 ____________________________________________________________________________
7856 [  3328] By: nick                                  on 1999/05/08  11:18:42
7857         Log: Bring SDBM_File.xs into line with new typemap
7858      Branch: perl
7859            ! ext/SDBM_File/SDBM_File.xs
7860 ____________________________________________________________________________
7861 [  3327] By: gsar                                  on 1999/05/08  00:07:11
7862         Log: add test case for AUTOLOAD reentrancy fix in change#3279
7863      Branch: perl
7864            ! t/lib/autoloader.t
7865 ____________________________________________________________________________
7866 [  3326] By: nick                                  on 1999/05/07  21:24:50
7867         Log: Implement open( my $fh, ...) and similar.
7868              Set flag in op.c for "constructor ops"
7869              In pp_rv2gv, if flag is set and arg is PADSV and uninit
7870              vivify as reference to a detached GV.
7871              (Name of GV is the pad name.)
7872              This scheme should "just work" for pipe/socket etc. too.
7873              
7874              #if 0 out the open(FH,undef) for now.
7875              Change t/io/open.t to test open(my $fh,...)
7876      Branch: perl
7877            ! op.c pp.c pp_sys.c t/io/open.t
7878 ____________________________________________________________________________
7879 [  3325] By: nick                                  on 1999/05/07  21:18:42
7880         Log: Correct SvLEN vs SvCUR  which leads to odd "chunk" vs "line" in mess().
7881      Branch: perl
7882            ! util.c
7883 ____________________________________________________________________________
7884 [  3324] By: gsar                                  on 1999/05/07  20:28:31
7885         Log: avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
7886              intervening code has to allocate SVs)
7887      Branch: perl
7888            ! util.c
7889 ____________________________________________________________________________
7890 [  3323] By: gsar                                  on 1999/05/07  19:45:08
7891         Log: allow line numbers to show in diagnostics during global destruction
7892      Branch: perl
7893            ! util.c
7894 ____________________________________________________________________________
7895 [  3322] By: gsar                                  on 1999/05/07  09:38:11
7896         Log: From: Dan Sugalski <sugalskd@ous.edu>
7897              Date: Fri, 09 Apr 1999 16:16:39 -0700
7898              Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>
7899              Subject: [PATCH 5.005_03]Bug in MM_VMS.PM
7900      Branch: perl
7901            ! lib/ExtUtils/MM_VMS.pm
7902 ____________________________________________________________________________
7903 [  3321] By: gsar                                  on 1999/05/07  09:08:23
7904         Log: From: kwzh@gnu.org (Karl Heuer)
7905              Date: Wed, 7 Apr 1999 23:58:58 -0400
7906              Message-Id: <199904080358.XAA01192@mescaline.gnu.org>
7907              Subject: [perl-5.005.02] detect lack of /dev/tty
7908      Branch: perl
7909            ! Makefile.SH
7910 ____________________________________________________________________________
7911 [  3320] By: gsar                                  on 1999/05/07  08:52:14
7912         Log: allow distinct prefix for versioned executables
7913              From: Roderick Schertler <roderick@argon.org>
7914              Date: Wed, 07 Apr 1999 15:34:56 -0400
7915              Message-ID: <3003.923513696@eeyore.ibcinc.com>
7916              Subject: perl55.00503 -> perl5.00503 patch for installperl
7917      Branch: perl
7918            ! INSTALL installperl
7919 ____________________________________________________________________________
7920 [  3319] By: gsar                                  on 1999/05/07  08:07:02
7921         Log: From: Dan Sugalski <sugalskd@osshe.edu>
7922              Date: Mon, 05 Apr 1999 15:38:42 -0700
7923              Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
7924              Subject: Re: chomp fails with $/ in fixed-length record mode
7925              --
7926              From: Roderick Schertler <roderick@argon.org>
7927              Date: Tue, 06 Apr 1999 21:11:37 -0400
7928              Message-ID: <2795.923447497@eeyore.ibcinc.com>
7929              Subject: Re: chomp fails with $/ in fixed-length record mode
7930      Branch: perl
7931            ! doop.c pod/perlfunc.pod t/op/chop.t
7932 ____________________________________________________________________________
7933 [  3318] By: gsar                                  on 1999/05/07  07:56:35
7934         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7935              Date: Tue, 6 Apr 1999 01:40:36 -0400
7936              Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>
7937              Subject: [PATCH 5.005_*] Make % use fmod()
7938      Branch: perl
7939            ! pp.c t/op/arith.t
7940 ____________________________________________________________________________
7941 [  3317] By: gsar                                  on 1999/05/07  04:18:11
7942         Log: DBM Filters (via private mail)
7943              From: pmarquess@bfsec.bt.co.uk
7944              Date: Sun, 18 Apr 1999 21:05:52 +0100
7945              Message-Id: <199904182009.NAA19152@activestate.com>
7946              Subject: DBM Filters
7947      Branch: perl
7948            + pod/perldbmfilter.pod
7949            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
7950            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
7951            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
7952            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
7953            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/typemap
7954            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
7955            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
7956            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/typemap
7957            ! lib/AnyDBM_File.pm pod/Makefile pod/buildtoc pod/perl.pod
7958            ! pod/perldelta.pod t/lib/db-btree.t t/lib/db-hash.t
7959            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
7960            ! t/lib/sdbm.t
7961 ____________________________________________________________________________
7962 [  3316] By: gsar                                  on 1999/05/07  03:28:53
7963         Log: avoid negative return value from Win32::GetTickCount()
7964              From: jan.dubois@ibm.net (Jan Dubois)
7965              Date: Sat, 03 Apr 1999 19:04:18 +0200
7966              Message-ID: <37084742.22824479@smtp1.ibm.net>
7967              Subject: Re: Win32::GetTickCount
7968      Branch: perl
7969            ! win32/win32.c
7970 ____________________________________________________________________________
7971 [  3314] By: gsar                                  on 1999/05/06  08:01:23
7972         Log: compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
7973              Date: Tue, 30 Mar 1999 23:40:34 PST
7974              Message-ID: <19990331074034.6117.qmail@hotmail.com>
7975              Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
7976              --
7977              Date: Wed, 07 Apr 1999 00:28:23 -0800
7978              Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
7979              Subject: [PATCH 5.005_56] function prototypes(B.pm)
7980              --
7981              Date: Thu, 22 Apr 1999 23:40:52 -0700
7982              Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
7983              Subject: [PATCH 5.005_56 ] discarding worthless padsvs
7984              --
7985              Date: Tue, 27 Apr 1999 01:14:49 PDT
7986              Message-ID: <19990427081449.28615.qmail@hotmail.com>
7987              Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
7988      Branch: perl
7989            ! ext/B/B.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm t/op/gv.t
7990            ! t/op/ref.t
7991 ____________________________________________________________________________
7992 [  3313] By: jhi                                   on 1999/05/06  07:59:52
7993         Log: Integrate from mainperl.
7994      Branch: cfgperl
7995           !> (integrate 33 files)
7996 ____________________________________________________________________________
7997 [  3312] By: gsar                                  on 1999/05/06  07:11:50
7998         Log: add Ethiopic section to unicode master database (from Ken
7999              Whistler <kenw@sybase.com>)
8000      Branch: perl
8001            ! lib/unicode/UnicodeData-Latest.txt
8002 ____________________________________________________________________________
8003 [  3311] By: gsar                                  on 1999/05/06  05:37:55
8004         Log: From: Damon Atkins <n107844@sysmgtdev.nabaus.com.au>
8005              Date: Tue, 30 Mar 1999 11:26:11 +1000 (EST)
8006              Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>
8007              Subject: Largefiles for Solaris
8008      Branch: perl
8009            ! hints/solaris_2.sh
8010 ____________________________________________________________________________
8011 [  3310] By: gsar                                  on 1999/05/06  05:14:35
8012         Log: emit more accurate diagnostic for syntax errors involving <>
8013              within eval""
8014      Branch: perl
8015            ! toke.c utils/perldoc.PL
8016 ____________________________________________________________________________
8017 [  3309] By: gsar                                  on 1999/05/06  04:36:31
8018         Log: additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
8019      Branch: perl
8020            ! t/lib/open3.t
8021 ____________________________________________________________________________
8022 [  3308] By: gsar                                  on 1999/05/06  03:19:16
8023         Log: applied first part of suggested patch (bug described cannot be
8024              reproduced any longer, so the second inconclusive part has not
8025              been applied)
8026              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8027              Date: Sun, 28 Mar 1999 04:51:34 +0100
8028              Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
8029              Subject: [PATCH 5.005_56] Re: A core dump 
8030      Branch: perl
8031            ! toke.c
8032 ____________________________________________________________________________
8033 [  3307] By: gsar                                  on 1999/05/06  01:56:06
8034         Log: fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
8035              change#3180)
8036      Branch: perl
8037            ! op.c
8038 ____________________________________________________________________________
8039 [  3306] By: gsar                                  on 1999/05/05  17:17:34
8040         Log: applied non-conflicting parts of suggested patch
8041              From: Charles Bailey <BAILEY@newman.upenn.edu>
8042              Date: Sat, 27 Mar 1999 00:16:51 -0400 (EDT)
8043              Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
8044              Subject: [Patch 5.005_56] Revised VMS patch
8045      Branch: perl
8046            ! Changes ext/B/defsubs.h.PL hv.c iperlsys.h perl.c
8047            ! pod/perldiag.pod proto.h util.c vms/perlvms.pod vms/vms.c
8048 ____________________________________________________________________________
8049 [  3305] By: gsar                                  on 1999/05/05  16:20:19
8050         Log: make perldoc use backslashed pathnames within system() on win32
8051      Branch: perl
8052            ! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
8053 ____________________________________________________________________________
8054 [  3304] By: gsar                                  on 1999/05/05  07:29:43
8055         Log: upgrade Pod::Parser to v1.081 from CPAN
8056      Branch: perl
8057            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
8058            ! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
8059            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
8060 ____________________________________________________________________________
8061 [  3303] By: gsar                                  on 1999/05/05  07:02:07
8062         Log: From: Andy Dougherty <doughera@lafayette.edu>
8063              Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
8064              Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
8065              Subject: [PATCH 5.005_03-MT3] INSTALL patches
8066      Branch: perl
8067            ! INSTALL
8068 ____________________________________________________________________________
8069 [  3302] By: gsar                                  on 1999/05/05  06:55:21
8070         Log: load base packages based on nonexistent $VERSION
8071              From: andreas.koenig@anima.de (Andreas J. Koenig)
8072              Date: 19 Mar 1999 06:00:28 +0100
8073              Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
8074              Subject: Re: base.pm flaw
8075      Branch: perl
8076            ! lib/base.pm lib/locale.pm
8077 ____________________________________________________________________________
8078 [  3301] By: gsar                                  on 1999/05/04  05:41:08
8079         Log: pod2man outputs switched date and revision label (fix suggested by
8080              EthanSasiela@mede.com)
8081      Branch: perl
8082            ! pod/pod2man.PL
8083 ____________________________________________________________________________
8084 [  3300] By: gsar                                  on 1999/05/03  18:48:25
8085         Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
8086              (makes opendir(D,"c:") work reliably)
8087      Branch: perl
8088            ! win32/win32.c
8089 ____________________________________________________________________________
8090 [  3299] By: gsar                                  on 1999/05/02  19:39:55
8091         Log: add test case for change#3298
8092      Branch: perl
8093            ! sv.c t/op/readdir.t
8094 ____________________________________________________________________________
8095 [  3298] By: gsar                                  on 1999/05/02  19:24:41
8096         Log: close directory handles properly when localized
8097      Branch: perl
8098            ! sv.c
8099 ____________________________________________________________________________
8100 [  3297] By: jhi                                   on 1999/04/30  11:42:14
8101         Log: Integrate from mainperl.
8102      Branch: cfgperl
8103           !> Changes config_h.SH configure.com lib/AutoLoader.pm
8104           !> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
8105           !> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
8106           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
8107           !> vms/subconfigure.com win32/win32.c
8108 ____________________________________________________________________________
8109 [  3293] By: chip                                  on 1999/04/29  18:50:49
8110         Log: Fix shebang lines.
8111      Branch: maint-5.004/perl
8112            ! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
8113            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
8114            ! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
8115            ! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
8116            ! x2p/find2perl.PL x2p/s2p.PL
8117 ____________________________________________________________________________
8118 [  3284] By: gsar                                  on 1999/04/27  00:48:42
8119         Log: integrate change#3279 from maint-5.004
8120      Branch: perl
8121            ! lib/AutoLoader.pm
8122 ____________________________________________________________________________
8123 [  3279] By: chip                                  on 1999/04/26  23:09:26
8124         Log: Make &AutoLoad::AUTOLOAD reentrant.
8125      Branch: maint-5.004/perl
8126            ! lib/AutoLoader.pm
8127 ____________________________________________________________________________
8128 [  3276] By: chip                                  on 1999/04/26  22:34:36
8129         Log: Make porting scripts executable.
8130      Branch: maint-5.004/perl
8131            ! Changes Porting/genlog Porting/makerel Porting/p4desc
8132            ! Porting/patchls
8133 ____________________________________________________________________________
8134 [  3274] By: gsar                                  on 1999/04/26  17:30:31
8135         Log: allow embedded null characters in diagnostics
8136      Branch: perl
8137            ! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
8138 ____________________________________________________________________________
8139 [  3273] By: gsar                                  on 1999/04/26  08:27:22
8140         Log: hand-applied conflicting parts of suggested patch
8141              From: Charles Bailey <BAILEY@newman.upenn.edu>
8142              Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
8143              Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
8144              Subject: [PATCH 5.005_56] VMS configuration/build
8145      Branch: perl
8146            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
8147            ! vms/munchconfig.c vms/subconfigure.com
8148 ____________________________________________________________________________
8149 [  3272] By: gsar                                  on 1999/04/26  08:25:41
8150         Log: update Changes; tweak minor regressions
8151      Branch: perl
8152            ! Changes lib/AutoSplit.pm lib/File/Path.pm
8153 ____________________________________________________________________________
8154 [  3271] By: gsar                                  on 1999/04/26  07:52:51
8155         Log: integrate change#3229 from maint-5.004
8156      Branch: perl
8157            ! pp_ctl.c util.c
8158 ____________________________________________________________________________
8159 [  3270] By: gsar                                  on 1999/04/25  22:58:27
8160         Log: fix buggy reference count on refs to SVs with autoviv magic
8161              (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
8162              accessing free()d memory)
8163      Branch: perl
8164            ! pp.c t/op/ref.t
8165 ____________________________________________________________________________
8166 [  3269] By: gsar                                  on 1999/04/24  17:07:55
8167         Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
8168              on win32)
8169      Branch: perl
8170            ! win32/win32.c
8171 ____________________________________________________________________________
8172 [  3268] By: gsar                                  on 1999/04/24  16:38:25
8173         Log: kill dup hunk
8174      Branch: perl
8175            ! config_h.SH
8176 ____________________________________________________________________________
8177 [  3267] By: gsar                                  on 1999/04/24  16:35:57
8178         Log: integrate cfgperl changes into mainline
8179      Branch: perl
8180           +> myconfig.SH
8181            - myconfig
8182            ! pod/perlre.pod
8183           !> (integrate 38 files)
8184 ____________________________________________________________________________
8185 [  3266] By: jhi                                   on 1999/04/23  18:42:44
8186         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
8187              To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
8188              Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
8189              Cc: Lionel Cons <lionel.cons@cern.ch>,
8190              Ilya Zakharevich <ilya@math.ohio-state.edu>,
8191              David Hayes <david@bdel.com>
8192              Subject: [PATCH] h2ph
8193              Date: Fri, 23 Apr 1999 12:37:23 -0400
8194              Message-ID: <19990423123723.A49550@O2.chapin.edu>
8195      Branch: cfgperl
8196            ! utils/h2ph.PL
8197 ____________________________________________________________________________
8198 [  3265] By: jhi                                   on 1999/04/21  18:17:12
8199         Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
8200              To: perlbug@perl.org
8201              Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
8202              Date: Wed, 21 Apr 1999 08:17:54 -0700
8203              Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
8204      Branch: cfgperl
8205            ! vms/descrip_mms.template
8206 ____________________________________________________________________________
8207 [  3264] By: jhi                                   on 1999/04/20  08:50:54
8208         Log: From: Andy Dougherty <doughera@lafayette.edu>
8209              To: The Perl Porters Mailing List <perl5-porters@perl.org>
8210              Subject: [PATCH 5.005_56] Re: 5.006 Todo
8211              Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
8212              Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
8213      Branch: cfgperl
8214            ! Porting/pumpkin.pod
8215 ____________________________________________________________________________
8216 [  3263] By: jhi                                   on 1999/04/20  08:05:01
8217         Log: From: Chip Salzenberg <chip@perlsupport.com>
8218              To: Perl 5 Porters <perl5-porters@perl.org>
8219              Subject: [PATCH 5.005_56] Configure: $sig_count
8220              Date: Sun, 18 Apr 1999 17:54:36 -0400
8221              Message-ID: <19990418175436.A27496@perlsupport.com>
8222      Branch: cfgperl
8223            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8224            ! config_h.SH
8225 ____________________________________________________________________________
8226 [  3262] By: jhi                                   on 1999/04/19  18:23:50
8227         Log: Subject: PATCH wrong faq reference in perlbook.pod
8228              From: Robin Barker <rmb1@cise.npl.co.uk>
8229              To: perlbug@perl.com
8230              Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
8231              Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
8232      Branch: cfgperl
8233            ! pod/perlbook.pod
8234 ____________________________________________________________________________
8235 [  3261] By: jhi                                   on 1999/04/15  13:59:04
8236         Log: From: Andy Dougherty <doughera@lafayette.edu>
8237              To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
8238              Cc: Perl Porters <perl5-porters@perl.org>
8239              Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
8240              Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
8241              Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
8242      Branch: cfgperl
8243            ! hints/solaris_2.sh
8244 ____________________________________________________________________________
8245 [  3260] By: jhi                                   on 1999/04/15  13:56:53
8246         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
8247              To: pumpkings@jhereg.perl.com
8248              Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
8249              Date: Thu, 15 Apr 1999 07:13:41 -0600
8250              Message-Id: <199904151313.HAA07682@jhereg.perl.com>
8251      Branch: cfgperl
8252            ! pod/perldata.pod
8253 ____________________________________________________________________________
8254 [  3259] By: jhi                                   on 1999/04/13  23:12:52
8255         Log: LDLIBPTH also on 'clean' targets.
8256      Branch: cfgperl
8257            ! Makefile.SH
8258 ____________________________________________________________________________
8259 [  3258] By: jhi                                   on 1999/04/13  21:38:46
8260         Log: Add information about the two DEC C compiler optimizer bugs
8261              (what patch levels of the compilers fix them).
8262      Branch: cfgperl
8263            ! pp.c t/op/repeat.t
8264 ____________________________________________________________________________
8265 [  3257] By: jhi                                   on 1999/04/13  14:25:08
8266         Log: Be polite about ccdlflags and lddflags, too.
8267              Avoid Perl's malloc only when threaded.
8268      Branch: cfgperl
8269            ! hints/aix.sh
8270 ____________________________________________________________________________
8271 [  3256] By: jhi                                   on 1999/04/13  10:21:33
8272         Log: Croak if no known ways to semctl() (don't assume union semun).
8273      Branch: cfgperl
8274            ! doio.c perl.h
8275 ____________________________________________________________________________
8276 [  3255] By: jhi                                   on 1999/04/13  09:10:26
8277         Log: From: Dan Sugalski <sugalskd@osshe.edu>
8278              To: perl5-porters@perl.org, vmsperl@perl.org
8279              Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
8280              Date: Mon, 12 Apr 1999 13:36:48 -0700
8281              Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
8282      Branch: cfgperl
8283            ! lib/ExtUtils/MM_VMS.pm
8284 ____________________________________________________________________________
8285 [  3254] By: jhi                                   on 1999/04/13  06:56:26
8286         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
8287              To: perlbug@perl.com
8288              Subject: Update for OpenBSD hints
8289              Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
8290              Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
8291      Branch: cfgperl
8292            ! hints/openbsd.sh
8293 ____________________________________________________________________________
8294 [  3229] By: chip                                  on 1999/04/13  04:04:14
8295         Log: Preserve errno from importunities of sfio.
8296      Branch: maint-5.004/perl
8297            ! pp_ctl.c util.c
8298 ____________________________________________________________________________
8299 [  3226] By: jhi                                   on 1999/04/11  12:52:26
8300         Log: If both ways to call semctl are broken,    skip the tests.
8301      Branch: cfgperl
8302            ! t/lib/ipc_sysv.t
8303 ____________________________________________________________________________
8304 [  3225] By: jhi                                   on 1999/04/10  22:27:28
8305         Log: From: Andy Dougherty <doughera@lafayette.edu>
8306              To: dsembr01@ox.slug.louisville.edu
8307              Cc: perlbug@perl.com
8308              Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
8309              Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
8310              Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
8311      Branch: cfgperl
8312            ! ext/POSIX/POSIX.xs
8313 ____________________________________________________________________________
8314 [  3224] By: jhi                                   on 1999/04/09  18:50:32
8315         Log: From: Andy Dougherty <doughera@lafayette.edu>
8316              To: Perl Porters <perl5-porters@perl.org>
8317              Subject: [PATCH 5.005_56] Re: prefix= in hints
8318              Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
8319              Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
8320              
8321              (Overrides change #3204 from Kurt)
8322      Branch: cfgperl
8323            ! hints/linux.sh
8324 ____________________________________________________________________________
8325 [  3223] By: jhi                                   on 1999/04/09  18:37:55
8326         Log: Understand Apollo's //node notation.
8327              
8328              From: Johann Klasek <jk@auto.tuwien.ac.at>
8329              To: jhi@iki.fi
8330              Subject: Re: DomainPerl
8331              Date: Fri, 9 Apr 1999 18:21:37 +0200
8332              Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
8333      Branch: cfgperl
8334            ! lib/Cwd.pm
8335 ____________________________________________________________________________
8336 [  3220] By: jhi                                   on 1999/04/04  16:33:49
8337         Log: Integrate from mainperl.
8338      Branch: cfgperl
8339           !> (integrate 39 files)
8340 ____________________________________________________________________________
8341 [  3219] By: gsar                                  on 1999/04/04  02:48:17
8342         Log: tweak previous change
8343      Branch: maint-5.005/perl
8344            ! win32/win32.c
8345 ____________________________________________________________________________
8346 [  3218] By: gsar                                  on 1999/04/04  02:44:47
8347         Log: be careful about extending the stack for the Win32:: builtins
8348      Branch: maint-5.005/perl
8349            ! win32/win32.c
8350 ____________________________________________________________________________
8351 [  3217] By: gsar                                  on 1999/04/04  01:59:26
8352         Log: correct places that said newSVpv() when they meant newSVpvn()
8353      Branch: perl
8354            ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
8355            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
8356            ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
8357            ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
8358            ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
8359            ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
8360            ! win32/win32.c
8361 ____________________________________________________________________________
8362 [  3216] By: gsar                                  on 1999/04/03  23:58:27
8363         Log: avoid duplicate code
8364      Branch: perl
8365            ! sv.c
8366 ____________________________________________________________________________
8367 [  3215] By: gsar                                  on 1999/04/03  23:14:34
8368         Log: grow PL_tmps_stack more efficiently; make it more amenable to
8369              STRESS_REALLOC testing
8370      Branch: perl
8371            ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
8372            ! sv.c
8373 ____________________________________________________________________________
8374 [  3214] By: gsar                                  on 1999/04/03  21:01:09
8375         Log: scrounge and save three extra branches in pp_entersub()
8376      Branch: perl
8377            ! cv.h pp_ctl.c pp_hot.c
8378 ____________________________________________________________________________
8379 [  3213] By: gsar                                  on 1999/04/03  17:43:23
8380         Log: remove duplicate code and an extra branch in sv_setsv() and
8381              other hot code by making SvTHINKFIRST() think about FAKE SVs
8382      Branch: perl
8383            ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
8384            ! proto.h scope.c sv.c sv.h
8385 ____________________________________________________________________________
8386 [  3212] By: jhi                                   on 1999/04/03  16:20:09
8387         Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
8388              
8389              From: John Bley <jbb6@acpub.duke.edu>
8390              To: perlbug@perl.org
8391              Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
8392              Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
8393              Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
8394      Branch: cfgperl
8395            ! doio.c pp_sys.c
8396 ____________________________________________________________________________
8397 [  3211] By: jhi                                   on 1999/04/03  13:27:26
8398         Log: Change #3210 was rather unportable.  This is better.
8399      Branch: cfgperl
8400            ! Configure config_h.SH
8401 ____________________________________________________________________________
8402 [  3210] By: jhi                                   on 1999/04/03  13:16:20
8403         Log: Avoid Digital UNIX' ksh.
8404              
8405              From: Jarkko Hietaniemi <jhi@iki.fi> 
8406              To: Henrik Tougaard <ht000@siberut.foa.dk> 
8407              Cc: perlbug@perl.com, ht000@foa.dk 
8408              Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
8409              Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET) 
8410              Message-ID: <13999.10289.319422.239987@alpha.hut.fi> 
8411      Branch: cfgperl
8412            ! Configure config_h.SH
8413 ____________________________________________________________________________
8414 [  3209] By: jhi                                   on 1999/04/03  12:49:04
8415         Log: Integrate from mainperl.
8416      Branch: cfgperl
8417           !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
8418 ____________________________________________________________________________
8419 [  3208] By: jhi                                   on 1999/04/03  12:27:24
8420         Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
8421              
8422              From: Lionel Cons <lionel.cons@cern.ch>
8423              To: jhi@iki.fi
8424              Cc: perlbug@perl.com, kstar@isinet.com,
8425              Philippe Defert <philippe.defert@cern.ch>
8426              Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
8427              Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
8428              Message-Id: <199904011205.OAA11380@mercury.cern.ch>
8429      Branch: cfgperl
8430            ! hints/irix_6.sh
8431 ____________________________________________________________________________
8432 [  3207] By: jhi                                   on 1999/04/03  12:20:21
8433         Log: Be polite about usemymalloc.
8434      Branch: cfgperl
8435            ! hints/aix.sh
8436 ____________________________________________________________________________
8437 [  3206] By: gsar                                  on 1999/04/02  23:31:59
8438         Log: a typo in change#3205
8439      Branch: perl
8440            ! t/lib/bigfloatpm.t
8441 ____________________________________________________________________________
8442 [  3205] By: gsar                                  on 1999/04/02  23:20:31
8443         Log: make testsuite reflect change#3157  (Math::BigFloat->new now
8444              returns NaNs faithfully)
8445      Branch: perl
8446            ! t/lib/bigfloatpm.t
8447 ____________________________________________________________________________
8448 [  3204] By: jhi                                   on 1999/04/02  22:03:23
8449         Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
8450              
8451              From: "Kurt D. Starsinic" <kstar@chapin.edu>
8452              To: perl5-porters@perl.org
8453              Subject: linux hints nit
8454              Date: Fri, 2 Apr 1999 16:49:47 -0500
8455              Message-ID: <19990402164947.E80926@O2.chapin.edu>
8456      Branch: cfgperl
8457            ! hints/linux.sh
8458 ____________________________________________________________________________
8459 [  3203] By: jhi                                   on 1999/04/02  22:00:56
8460         Log: Display exact glibc version in Linux. 
8461              
8462              From: Andy Dougherty <doughera@lafayette.edu>
8463              To: Perl Porters <perl5-porters@perl.org>
8464              Subject: Displaying glibc version on Linux
8465              Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
8466              Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
8467      Branch: cfgperl
8468            ! hints/linux.sh
8469 ____________________________________________________________________________
8470 [  3202] By: gsar                                  on 1999/04/02  21:23:18
8471         Log: various little goofs
8472      Branch: perl
8473            ! Changes Makefile.SH README installperl
8474 ____________________________________________________________________________
8475 [  3201] By: jhi                                   on 1999/04/02  13:13:39
8476         Log: Configure regen.
8477              
8478              Add llseek + offset_t probing.
8479              Change CONFIG to CONFIGDOTSH.
8480              'unset foo' is unportable, use foo=''.
8481      Branch: cfgperl
8482            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
8483            ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
8484            ! perl_exp.SH writemain.SH
8485 ____________________________________________________________________________
8486 [  3200] By: jhi                                   on 1999/04/02  12:06:22
8487         Log: Introduce myconfig.SH.
8488              
8489              From: Andy Dougherty <doughera@lafayette.edu>
8490              To: Jarkko Hietaniemi <jhi@iki.fi>
8491              Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
8492              Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
8493              Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
8494              Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
8495      Branch: cfgperl
8496            + myconfig.SH
8497            - myconfig
8498            ! MANIFEST
8499 ____________________________________________________________________________
8500 [  3195] By: jhi                                   on 1999/03/28  16:42:54
8501         Log: Update perlhist on 5_03.
8502      Branch: maint-5.005/perl
8503            ! pod/perlhist.pod
8504 ____________________________________________________________________________
8505 [  3194] By: jhi                                   on 1999/03/28  12:30:01
8506         Log: Integrate from mainperl.
8507      Branch: cfgperl
8508           +> t/op/grep.t
8509            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
8510            ! t/lib/bigintpm.t
8511           !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
8512           !> t/lib/thread.t
8513 ____________________________________________________________________________
8514 [  3189] By: gsar                                  on 1999/03/28  08:22:00
8515         Log: various pod niggles
8516      Branch: maint-5.005/perl
8517            ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
8518            ! pod/perlfunc.pod pod/perlhist.pod
8519 ____________________________________________________________________________
8520 [  3187] By: gsar                                  on 1999/03/28  07:31:16
8521         Log: regularize CAPI declarations (CAPI extensions now build under
8522              the Borland compiler)
8523      Branch: maint-5.005/perl
8524            ! win32/GenCAPI.pl
8525 ____________________________________________________________________________
8526 [  3186] By: gsar                                  on 1999/03/28  07:26:33
8527         Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
8528              -DPERL_CAPI
8529      Branch: maint-5.005/perl
8530            ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
8531 ____________________________________________________________________________
8532 [  3183] By: gsar                                  on 1999/03/28  06:00:46
8533         Log: update p4 utility to ignore non-text files
8534      Branch: perl
8535            ! Porting/p4desc
8536 ____________________________________________________________________________
8537 [  3181] By: gsar                                  on 1999/03/28  03:37:23
8538         Log: integrate change#3179 from maint-5.005
8539      Branch: perl
8540           !> ext/Thread/Thread.xs t/lib/thread.t
8541 ____________________________________________________________________________
8542 [  3180] By: gsar                                  on 1999/03/28  02:28:20
8543         Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
8544              (sometimes caused bizarreness in the BLOCK)
8545      Branch: perl
8546            + t/op/grep.t
8547            ! MANIFEST op.c
8548 ____________________________________________________________________________
8549 [  3179] By: gsar                                  on 1999/03/28  02:14:04
8550         Log: fix thread segfault when passing large number of arguments to child
8551              a la C<Thread->new($foo, 1..1000)>
8552      Branch: maint-5.005/perl
8553            ! ext/Thread/Thread.xs t/lib/thread.t
8554 ____________________________________________________________________________
8555 [  3178] By: gbarr                                 on 1999/03/28  01:39:23
8556         Log: fix $Config{'usethreads'} typo in perlthrtut
8557              
8558              From: Ian Maloney <szhmf9@wsblob.ubs.com>
8559              Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
8560              Message-Id: <199903251540.QAA02439@wsblob.>
8561              Subject: perlthrtut documentation error
8562      Branch: maint-5.005/perl
8563            ! pod/perlthrtut.pod
8564 ____________________________________________________________________________
8565 [  3173] By: gbarr                                 on 1999/03/27  18:19:47
8566         Log: Update Test.pm to VERSION 1.122 from CPAN
8567      Branch: maint-5.005/perl
8568            ! lib/Test.pm
8569 ____________________________________________________________________________
8570 [  3171] By: jhi                                   on 1999/03/26  22:38:28
8571         Log: Integrate from mainperl.
8572      Branch: cfgperl
8573           !> (integrate 37 files)
8574 ____________________________________________________________________________
8575 [  3170] By: gsar                                  on 1999/03/26  01:30:25
8576         Log: specify type of bracket in "Unmatched bracket" diagnostic;
8577              prefer 'brace' or 'curly bracket' over 'curly brace'
8578      Branch: perl
8579            ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
8580            ! t/op/misc.t t/op/re_tests toke.c
8581 ____________________________________________________________________________
8582 [  3169] By: gsar                                  on 1999/03/26  00:50:51
8583         Log: better description of "Integer overflow" diagnostic
8584      Branch: perl
8585            ! pod/perldiag.pod
8586 ____________________________________________________________________________
8587 [  3168] By: gsar                                  on 1999/03/25  11:02:46
8588         Log: applied needful parts of suggested patch
8589              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
8590              Date: Tue, 23 Mar 1999 16:21:43 -0800
8591              Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
8592              Subject: [PATCH 5.005_56] pp_formline correction
8593      Branch: perl
8594            ! ext/B/B/Bblock.pm ext/B/B/CC.pm
8595 ____________________________________________________________________________
8596 [  3167] By: gsar                                  on 1999/03/25  10:39:02
8597         Log: clarify what a "comment" means (due to Mark-Jason Dominus
8598              <mjd@plover.com>)
8599      Branch: perl
8600            ! pod/perlsyn.pod
8601 ____________________________________________________________________________
8602 [  3166] By: gsar                                  on 1999/03/25  10:33:18
8603         Log: describe current behavior on local($foo{nothere}) (suggested by
8604              Lionel Cons <lionel.cons@cern.ch>)
8605      Branch: perl
8606            ! pod/perlsub.pod
8607 ____________________________________________________________________________
8608 [  3165] By: gsar                                  on 1999/03/25  06:21:05
8609         Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
8610              <vishalb@hotmail.com>)
8611      Branch: perl
8612            ! ext/B/B/C.pm
8613 ____________________________________________________________________________
8614 [  3164] By: gsar                                  on 1999/03/25  06:17:27
8615         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
8616              Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
8617              Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
8618              Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
8619      Branch: perl
8620            ! ext/B/B.xs op.h opcode.pl
8621 ____________________________________________________________________________
8622 [  3163] By: gsar                                  on 1999/03/25  06:15:49
8623         Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
8624              Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
8625              Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
8626              Subject: [PATCH _56] B::Deparse 0.57
8627              --
8628              Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
8629              Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
8630              Subject: Re: [PATCH _56] B::Deparse 0.57 
8631      Branch: perl
8632            ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
8633 ____________________________________________________________________________
8634 [  3162] By: gsar                                  on 1999/03/25  06:11:46
8635         Log: fix a few places that said 'int', but meant 'STRLEN'
8636      Branch: perl
8637            ! pod/perlguts.pod proto.h sv.c
8638 ____________________________________________________________________________
8639 [  3161] By: gsar                                  on 1999/03/25  06:01:18
8640         Log: From: Russ Allbery <rra@stanford.edu>
8641              Date: 22 Mar 1999 04:26:26 -0800
8642              Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
8643              Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
8644      Branch: perl
8645            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
8646            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
8647            ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
8648            ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
8649 ____________________________________________________________________________
8650 [  3160] By: gsar                                  on 1999/03/25  02:26:31
8651         Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
8652      Branch: perl
8653            ! opcode.h opcode.pl
8654 ____________________________________________________________________________
8655 [  3159] By: gsar                                  on 1999/03/25  02:18:17
8656         Log: add statement-modifier loops to :base_loop class
8657      Branch: perl
8658            ! ext/Opcode/Opcode.pm
8659 ____________________________________________________________________________
8660 [  3158] By: gsar                                  on 1999/03/25  00:36:57
8661         Log: integrate changes#3105,3130,3154 from maint-5.005
8662      Branch: perl
8663           !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
8664 ____________________________________________________________________________
8665 [  3157] By: gsar                                  on 1999/03/25  00:24:17
8666         Log: remove bogus panic()
8667      Branch: perl
8668            ! Changes lib/Math/BigFloat.pm
8669 ____________________________________________________________________________
8670 [  3156] By: jhi                                   on 1999/03/24  22:43:43
8671         Log: Integrate from mainperl.
8672      Branch: cfgperl
8673           +> (branch 38 files)
8674           !> (integrate 68 files)
8675 ____________________________________________________________________________
8676 [  3155] By: jhi                                   on 1999/03/24  22:12:17
8677         Log: Configure regenerated because of changes #3130/#3154 and #3147.
8678      Branch: cfgperl
8679            ! Configure config_h.SH
8680 ____________________________________________________________________________
8681 [  3154] By: jhi                                   on 1999/03/24  21:40:51
8682         Log: Reword the shared library search path (LD_LIBRARY_PATH) info
8683              based on suggestions from Andy Dougherty.
8684      Branch: maint-5.005/perl
8685            ! INSTALL
8686 ____________________________________________________________________________
8687 [  3153] By: gsar                                  on 1999/03/24  10:38:05
8688         Log: applied suggested patch, modulo superceded parts
8689              From: Charles Bailey <BAILEY@newman.upenn.edu>
8690              Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
8691              Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
8692              Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
8693      Branch: perl
8694            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
8695            ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
8696            ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
8697            ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
8698 ____________________________________________________________________________
8699 [  3152] By: gsar                                  on 1999/03/24  10:30:51
8700         Log: applied suggested patch, modulo superceded parts
8701              From: Charles Bailey <BAILEY@newman.upenn.edu>
8702              Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
8703              Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
8704              Subject: [PATCH 5.005_56] Miscellaneous small fixes
8705      Branch: perl
8706            ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
8707            ! lib/File/Basename.pm
8708 ____________________________________________________________________________
8709 [  3151] By: gsar                                  on 1999/03/24  10:15:00
8710         Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
8711      Branch: perl
8712            ! pod/perlop.pod
8713 ____________________________________________________________________________
8714 [  3150] By: gsar                                  on 1999/03/24  10:09:13
8715         Log: missing integration in previous change
8716      Branch: perl
8717           !> README.apollo
8718 ____________________________________________________________________________
8719 [  3149] By: gsar                                  on 1999/03/24  10:06:44
8720         Log: integrate changes#3116,3119 from maint-5.005
8721      Branch: perl
8722            + README.apollo
8723           +> apollo/netinet/in.h
8724           !> MANIFEST hints/apollo.sh t/lib/io_udp.t
8725 ____________________________________________________________________________
8726 [  3148] By: gsar                                  on 1999/03/24  10:01:56
8727         Log: integrate changes#3091-3094 from maint-5.005
8728      Branch: perl
8729           !> README.hurd vms/subconfigure.com vos/config.h
8730           !> vos/config_h.SH_orig
8731 ____________________________________________________________________________
8732 [  3147] By: gsar                                  on 1999/03/24  09:31:49
8733         Log: warn about newfangled vfork() caveats
8734      Branch: perl
8735            ! Configure
8736 ____________________________________________________________________________
8737 [  3146] By: jhi                                   on 1999/03/24  09:20:14
8738         Log: Bring in changes #2808 and #2812 (from mainline perl)
8739              that enhance the perlbug checklist.
8740      Branch: maint-5.005/perl
8741            ! utils/perlbug.PL
8742 ____________________________________________________________________________
8743 [  3145] By: gsar                                  on 1999/03/24  08:37:02
8744         Log: integrate change#3115 from maint-5.005
8745      Branch: perl
8746           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
8747           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
8748 ____________________________________________________________________________
8749 [  3144] By: gsar                                  on 1999/03/24  08:33:59
8750         Log: add note about map in scalar context
8751      Branch: perl
8752            ! pod/perlfunc.pod
8753 ____________________________________________________________________________
8754 [  3143] By: gsar                                  on 1999/03/24  08:25:59
8755         Log: doc tweak
8756      Branch: perl
8757            ! lib/Time/Local.pm
8758 ____________________________________________________________________________
8759 [  3142] By: gsar                                  on 1999/03/24  08:20:37
8760         Log: applied suggested patch, modulo bogus hunk
8761              From: "Vishal Bhatia" <vishalb@hotmail.com>
8762              Date: Thu, 11 Mar 1999 07:40:27 PST
8763              Message-ID: <19990311154027.25891.qmail@hotmail.com>
8764              Subject: [PATCH 5.005_56] Minor fixes in perlcc
8765      Branch: perl
8766            ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
8767 ____________________________________________________________________________
8768 [  3141] By: gsar                                  on 1999/03/24  08:06:12
8769         Log: integrate change#3104 from maint-5.005
8770      Branch: perl
8771           !> README.os390 t/lib/posix.t
8772 ____________________________________________________________________________
8773 [  3140] By: gsar                                  on 1999/03/24  06:34:56
8774         Log: fix failure of C<&locked_sub;> under -Dusethreads
8775      Branch: perl
8776            ! pp_hot.c t/lib/thread.t
8777 ____________________________________________________________________________
8778 [  3139] By: gsar                                  on 1999/03/24  05:52:00
8779         Log: debugger tweak (wasn't printing a newline after recalled commands)
8780      Branch: perl
8781            ! lib/perl5db.pl
8782 ____________________________________________________________________________
8783 [  3138] By: gsar                                  on 1999/03/24  05:33:28
8784         Log: document OO exceptions (based on a suggestion by Andreas Koenig
8785              <andreas.koenig@anima.de>)
8786      Branch: perl
8787            ! pod/perlfunc.pod
8788 ____________________________________________________________________________
8789 [  3137] By: gsar                                  on 1999/03/24  02:50:20
8790         Log: better "Illegal %s digit ignored" warnings
8791      Branch: perl
8792            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
8793            ! toke.c util.c
8794 ____________________________________________________________________________
8795 [  3136] By: gsar                                  on 1999/03/24  02:26:38
8796         Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
8797      Branch: perl
8798            + t/pragma/utf8.t
8799            ! regcomp.c
8800 ____________________________________________________________________________
8801 [  3135] By: gsar                                  on 1999/03/24  01:29:09
8802         Log: flip release & version in win32_uname()
8803      Branch: perl
8804            ! win32/win32.c
8805 ____________________________________________________________________________
8806 [  3134] By: gsar                                  on 1999/03/24  01:08:33
8807         Log: support POSIX::uname() via win32_uname()
8808      Branch: perl
8809            ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
8810            ! win32/config.gc win32/config.vc win32/config_H.bc
8811            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
8812            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
8813 ____________________________________________________________________________
8814 [  3133] By: gsar                                  on 1999/03/23  22:20:10
8815         Log: From: jan.dubois@ibm.net (Jan Dubois)
8816              Date: Sat, 06 Mar 1999 21:42:56 +0100
8817              Message-ID: <36e49281.50337171@smtp1.ibm.net>
8818              Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
8819      Branch: perl
8820            ! pod/perldelta.pod
8821 ____________________________________________________________________________
8822 [  3132] By: gsar                                  on 1999/03/23  22:17:45
8823         Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
8824              Date: Sat, 06 Mar 1999 17:50:49 +0100
8825              Message-ID: <36e25209.33833760@smtp1.ibm.net>
8826              Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
8827              --
8828              Date: Sat, 06 Mar 1999 18:15:00 +0100
8829              Message-ID: <36e36222.37954195@smtp1.ibm.net>
8830              Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
8831      Branch: perl
8832            + t/lib/filefunc.t
8833            ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
8834            ! pod/perldelta.pod pod/perlmodlib.pod
8835 ____________________________________________________________________________
8836 [  3131] By: gsar                                  on 1999/03/23  22:07:59
8837         Log: integrate cfgperl changes into mainline
8838      Branch: perl
8839           +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
8840           !> Configure Makefile.SH config_h.SH configure.gnu handy.h
8841           !> installperl malloc.c perl.c perl.h pod/perl.pod
8842           !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
8843 ____________________________________________________________________________
8844 [  3130] By: jhi                                   on 1999/03/23  22:02:23
8845         Log: Don't use config.msg to remind about the
8846              LD_LIBRARY_PATH because Makefile.SH takes
8847              care of that.
8848              
8849              Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
8850              This used to be the default but in some MT or another it
8851              was dropped because of some transient error or another.
8852      Branch: maint-5.005/perl
8853            ! Configure hints/dec_osf.sh
8854 ____________________________________________________________________________
8855 [  3129] By: gsar                                  on 1999/03/23  21:38:03
8856         Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
8857              to size    and better maintainability)
8858      Branch: perl
8859            + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
8860            + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
8861            + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
8862            + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
8863            + t/pod/headings.t t/pod/headings.xr t/pod/include.t
8864            + t/pod/include.xr t/pod/included.t t/pod/included.xr
8865            + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
8866            + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
8867            + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
8868            + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
8869            + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
8870            ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
8871            ! win32/Makefile win32/makefile.mk win32/pod.mak
8872 ____________________________________________________________________________
8873 [  3128] By: jhi                                   on 1999/03/23  10:14:54
8874         Log: Integrate from mainperl.
8875      Branch: cfgperl
8876           !> (integrate 46 files)
8877 ____________________________________________________________________________
8878 [  3127] By: gsar                                  on 1999/03/23  06:57:30
8879         Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
8880              Date: Thu, 4 Mar 1999 10:54:01 -0800
8881              Message-Id: <9903041854.AA46868@frc0000>
8882              Subject: patch for useless Math::BigInt warnings
8883      Branch: perl
8884            ! lib/Math/BigInt.pm
8885 ____________________________________________________________________________
8886 [  3126] By: gsar                                  on 1999/03/23  05:54:37
8887         Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
8888              From: "Kurt D. Starsinic" <kstar@chapin.edu>
8889              Date: Fri, 19 Feb 1999 15:47:59 -0500
8890              Message-ID: <19990219154759.A32350@O2.chapin.edu>
8891              Subject: [PATCH] OSF/1 hints
8892      Branch: perl
8893            ! hints/dec_osf.sh
8894 ____________________________________________________________________________
8895 [  3125] By: gsar                                  on 1999/03/23  00:56:38
8896         Log: avoid typeglob persistence in pp_readline()
8897      Branch: perl
8898            ! sv.c t/op/gv.t
8899 ____________________________________________________________________________
8900 [  3124] By: gsar                                  on 1999/03/22  21:12:23
8901         Log: update copyright years
8902      Branch: perl
8903            ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
8904            ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
8905            ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
8906            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
8907            ! sv.c sv.h toke.c utf8.c utf8.h util.c
8908 ____________________________________________________________________________
8909 [  3123] By: gsar                                  on 1999/03/22  07:07:06
8910         Log: implement win32_spawnvp() internally, making it return true PIDs
8911              for asynchronous spawns; fix win32_kill() to always deal with
8912              PIDs
8913      Branch: perl
8914            ! win32/win32.c win32/win32.h
8915 ____________________________________________________________________________
8916 [  3122] By: jhi                                   on 1999/03/19  21:12:14
8917         Log: Describe the new Benchmark feature in more detail.
8918      Branch: cfgperl
8919            ! pod/perldelta.pod
8920      Branch: maint-5.005/perl
8921            ! pod/perldelta.pod
8922 ____________________________________________________________________________
8923 [  3121] By: jhi                                   on 1999/03/19  08:16:12
8924         Log: AVAILABILITY tuning.
8925      Branch: cfgperl
8926            ! pod/perl.pod
8927      Branch: maint-5.005/perl
8928            ! pod/perl.pod
8929 ____________________________________________________________________________
8930 [  3120] By: jhi                                   on 1999/03/17  14:52:17
8931         Log: Rhapsody change assumed too much.
8932      Branch: cfgperl
8933            ! t/op/stat.t
8934 ____________________________________________________________________________
8935 [  3119] By: jhi                                   on 1999/03/17  14:33:43
8936         Log: More Apollo fixes.
8937      Branch: maint-5.005/perl
8938            ! README.apollo hints/apollo.sh t/lib/io_udp.t
8939 ____________________________________________________________________________
8940 [  3118] By: jhi                                   on 1999/03/16  17:23:39
8941         Log: Nada.
8942      Branch: maint-5.005/perl
8943            ! README.apollo
8944 ____________________________________________________________________________
8945 [  3117] By: jhi                                   on 1999/03/16  17:18:49
8946         Log: Apollo DomainOS AVAILABILITY.
8947      Branch: cfgperl
8948            ! pod/perl.pod
8949      Branch: maint-5.005/perl
8950            ! pod/perl.pod
8951 ____________________________________________________________________________
8952 [  3116] By: jhi                                   on 1999/03/16  17:14:00
8953         Log: Apollo DomainOS patch
8954              From: Johann Klasek <jk@auto.tuwien.ac.at>
8955              Subject: Re: DomainPerl
8956              Date: Tue, 16 Mar 1999 17:46:32 +0100
8957              Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
8958      Branch: maint-5.005/perl
8959            + README.apollo apollo/netinet/in.h
8960            ! MANIFEST hints/apollo.sh
8961 ____________________________________________________________________________
8962 [  3115] By: jhi                                   on 1999/03/16  14:23:54
8963         Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
8964              To: Gurusamy Sarathy <gsar@activestate.com>,
8965              Graham Barr <gbarr@pobox.com>
8966              Cc: Perl5 Porters <perl5-porters@perl.org>,
8967              "Paul.Marquess" <Paul.Marquess@btinternet.com>
8968              Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
8969              Date: Sun, 14 Mar 1999 14:43:57 -0000
8970              Message-Id: <199903141841.NAA17040@defender.perl.org>
8971      Branch: maint-5.005/perl
8972            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
8973            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
8974 ____________________________________________________________________________
8975 [  3114] By: jhi                                   on 1999/03/16  12:42:20
8976         Log: Mention Rhapsody in 5.005_5X perldelta,
8977              and in Rhapsody and Netware in 5.005_0X and 5.005_5X
8978              *planned* AVAILABILITY.
8979      Branch: cfgperl
8980            ! pod/perl.pod pod/perldelta.pod
8981      Branch: maint-5.005/perl
8982            ! pod/perl.pod
8983 ____________________________________________________________________________
8984 [  3113] By: jhi                                   on 1999/03/16  10:38:53
8985         Log: perldelta niggling.
8986      Branch: cfgperl
8987            ! pod/perldelta.pod
8988      Branch: maint-5.005/perl
8989            ! pod/perldelta.pod
8990 ____________________________________________________________________________
8991 [  3112] By: jhi                                   on 1999/03/16  10:35:21
8992         Log: Integrate from mainperl.
8993      Branch: cfgperl
8994           !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
8995           !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
8996 ____________________________________________________________________________
8997 [  3111] By: jhi                                   on 1999/03/16  10:28:10
8998         Log: AVAILABILITY update: still mention PowerUX,
8999              Novell Netware now has sources available.
9000      Branch: cfgperl
9001            ! pod/perl.pod
9002      Branch: maint-5.005/perl
9003            ! pod/perl.pod
9004 ____________________________________________________________________________
9005 [  3110] By: gsar                                  on 1999/03/16  04:34:23
9006         Log: sundry pod niggles
9007      Branch: perl
9008            ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
9009            ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
9010 ____________________________________________________________________________
9011 [  3109] By: jhi                                   on 1999/03/15  17:00:11
9012         Log: Integrate from mainperl.
9013      Branch: cfgperl
9014           +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
9015           +> lib/unicode/Is/Syllable.pl
9016           +> lib/unicode/MakeEthiopicSyllables.PL
9017           +> lib/unicode/README.Ethiopic
9018           !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
9019           !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
9020           !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
9021           !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
9022           !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
9023           !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
9024           !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
9025           !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
9026 ____________________________________________________________________________
9027 [  3108] By: jhi                                   on 1999/03/15  16:58:12
9028         Log: First pass of integrating the Rhapsody port,
9029              
9030              From: Wilfredo Sanchez <wsanchez@apple.com> 
9031              Subject: Keeping the world in sync.
9032              Reply-To: wsanchez@apple.com 
9033              To: perlbug@perl.com 
9034              Date: Fri, 13 Nov 1998 17:11:30 -0800 
9035              Message-Id: <199811140111.RAA41784@scv4.apple.com> 
9036      Branch: cfgperl
9037            + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
9038            ! Configure Makefile.SH config_h.SH configure.gnu handy.h
9039            ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
9040            ! x2p/util.c
9041 ____________________________________________________________________________
9042 [  3107] By: gsar                                  on 1999/03/15  03:22:10
9043         Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
9044              From: Daniel Yacob <dmulholl@cs.indiana.edu>
9045              Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
9046              Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
9047              Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
9048      Branch: perl
9049            + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
9050            + lib/unicode/Is/Syllable.pl
9051            + lib/unicode/MakeEthiopicSyllables.PL
9052            + lib/unicode/README.Ethiopic
9053            ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
9054            ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
9055            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
9056            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
9057            ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
9058            ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
9059            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
9060            ! lib/unicode/Name.pl lib/unicode/Number.pl
9061 ____________________________________________________________________________
9062 [  3106] By: gsar                                  on 1999/03/12  20:35:36
9063         Log: change#3067 failed package.t due to needless creation of $a and $b;
9064              fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
9065      Branch: perl
9066            ! op.c
9067 ____________________________________________________________________________
9068 [  3105] By: jhi                                   on 1999/03/12  15:54:57
9069         Log: Recognize the NetBSD packages collection.
9070      Branch: maint-5.005/perl
9071            ! hints/netbsd.sh
9072 ____________________________________________________________________________
9073 [  3104] By: jhi                                   on 1999/03/12  09:07:04
9074         Log: From: pvhp@forte.com (Peter Prymmer)
9075              To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
9076              Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
9077              Date: Thu, 11 Mar 99 14:24:54 PST
9078              Message-Id: <9903112224.AA24346@forte.com>
9079      Branch: maint-5.005/perl
9080            ! README.os390 t/lib/posix.t
9081 ____________________________________________________________________________
9082 [  3103] By: jhi                                   on 1999/03/10  11:07:46
9083         Log: Integrate from mainperl.
9084      Branch: cfgperl
9085           !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
9086           !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
9087           !> t/pragma/warn/1global toke.c win32/makedef.pl
9088 ____________________________________________________________________________
9089 [  3102] By: jhi                                   on 1999/03/10  11:01:20
9090         Log: From: pvhp@forte.com (Peter Prymmer)
9091              To: perl5-porters@perl.org
9092              Subject: [5.005_03-MT6]Patch: time passes
9093              Date: Tue, 9 Mar 99 18:42:17 PST
9094              Message-Id: <9903100242.AA29057@forte.com>
9095      Branch: maint-5.005/perl
9096            ! perl.c
9097 ____________________________________________________________________________
9098 [  3101] By: jhi                                   on 1999/03/10  10:30:15
9099         Log: From: Mark-Jason Dominus <mjd@plover.com>
9100              To: perl5-porters@perl.com
9101              Subject: Minor fix to perlfunc.pod
9102              Date: Mon, 08 Mar 1999 20:05:53 -0500
9103              Message-ID: <19990309010553.13757.qmail@plover.com>
9104      Branch: maint-5.005/perl
9105            ! pod/perlfunc.pod
9106 ____________________________________________________________________________
9107 [  3100] By: gsar                                  on 1999/03/09  23:04:44
9108         Log: change#3060 had the wrong quotes
9109      Branch: perl
9110            ! pod/pod2man.PL
9111 ____________________________________________________________________________
9112 [  3099] By: jhi                                   on 1999/03/09  12:52:21
9113         Log: d_uname was broken (probably since _53), reported by
9114              
9115              From: Alan Burlison <Alan.Burlison@uk.sun.com>
9116              To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
9117              cpan-testers@perl.org
9118              Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
9119              Date: Mon, 08 Mar 1999 13:22:31 +0000
9120              Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
9121              
9122              and
9123              
9124              From: lvirden@cas.org (Larry W. Virden)
9125              To: perlbug@perl.com
9126              Subject: configure not correctly identifying uname posix compatibility
9127              Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
9128              Message-Id: <199903081136.GAA23682@cas.org>
9129      Branch: cfgperl
9130            ! Configure config_h.SH
9131 ____________________________________________________________________________
9132 [  3098] By: gsar                                  on 1999/03/09  03:16:07
9133         Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
9134      Branch: perl
9135            ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
9136 ____________________________________________________________________________
9137 [  3097] By: gsar                                  on 1999/03/09  02:50:43
9138         Log: use yyerror() instead of croak() so that compile-time failures in
9139              my(LIST) don't confuse globals with lexicals
9140      Branch: perl
9141            ! op.c toke.c
9142 ____________________________________________________________________________
9143 [  3096] By: gsar                                  on 1999/03/09  02:47:36
9144         Log: adjust testsuite for change#3067
9145      Branch: perl
9146            ! t/pragma/warn/1global
9147 ____________________________________________________________________________
9148 [  3095] By: gsar                                  on 1999/03/08  21:04:48
9149         Log: remove bogus symbols from global.sym
9150      Branch: perl
9151            ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
9152            ! perl.h win32/makedef.pl
9153 ____________________________________________________________________________
9154 [  3094] By: jhi                                   on 1999/03/06  16:16:15
9155         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
9156              To: jhi@iki.fi
9157              Subject: Oops
9158              Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
9159              Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
9160      Branch: maint-5.005/perl
9161            ! README.hurd
9162 ____________________________________________________________________________
9163 [  3093] By: jhi                                   on 1999/03/06  15:59:46
9164         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
9165              To: jhi@iki.fi
9166              Subject: New Hurd README
9167              Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
9168              Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
9169      Branch: maint-5.005/perl
9170            ! README.hurd
9171 ____________________________________________________________________________
9172 [  3092] By: jhi                                   on 1999/03/06  12:52:06
9173         Log: From: Paul_Green@stratus.com
9174              To: perl5-porters@perl.org
9175              Cc: jhi@iki.fi, Paul_Green@stratus.com
9176              Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
9177              Date: Fri, 5 Mar 1999 18:08:49 -0500 
9178              Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
9179      Branch: maint-5.005/perl
9180            ! vos/config.h vos/config_h.SH_orig
9181 ____________________________________________________________________________
9182 [  3091] By: jhi                                   on 1999/03/06  12:42:21
9183         Log: From: Dan Sugalski <sugalskd@osshe.edu>
9184              To: perl5-porters@perl.org, vmsperl@perl.org
9185              Subject: [PATCH 5.005_03-MT6]VMS build patch
9186              Date: Fri, 05 Mar 1999 12:36:19 -0800
9187              Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
9188      Branch: maint-5.005/perl
9189            ! vms/subconfigure.com
9190 ____________________________________________________________________________
9191 [  3090] By: gsar                                  on 1999/03/06  04:40:03
9192         Log: integrate change#3089 from mainline
9193              
9194              tolerate CRs after options
9195      Branch: maint-5.005/perl
9196           !> perl.c
9197 ____________________________________________________________________________
9198 [  3089] By: gsar                                  on 1999/03/06  04:30:40
9199         Log: tolerate CRs after options
9200      Branch: perl
9201            ! perl.c
9202 ____________________________________________________________________________
9203 [  3088] By: jhi                                   on 1999/03/05  12:49:01
9204         Log: Integrate from mainperl.
9205      Branch: cfgperl
9206           +> README.hurd
9207           !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
9208 ____________________________________________________________________________
9209 [  3087] By: gsar                                  on 1999/03/05  06:41:16
9210         Log: adjust timeouts to accomodate slow/busy systems
9211      Branch: perl
9212            ! t/lib/io_sock.t
9213 ____________________________________________________________________________
9214 [  3083] By: gsar                                  on 1999/03/05  01:32:47
9215         Log: integrate change#3081 from maint-5.005
9216      Branch: perl
9217           !> ext/Errno/Errno_pm.PL
9218 ____________________________________________________________________________
9219 [  3082] By: gsar                                  on 1999/03/05  01:31:06
9220         Log: integrate change#2904 from maint-5.005
9221      Branch: perl
9222           +> README.hurd
9223           !> MANIFEST
9224 ____________________________________________________________________________
9225 [  3081] By: gsar                                  on 1999/03/05  00:14:33
9226         Log: protect against doubled backslashes
9227      Branch: maint-5.005/perl
9228            ! ext/Errno/Errno_pm.PL
9229 ____________________________________________________________________________
9230 [  3077] By: jhi                                   on 1999/03/04  08:10:13
9231         Log: Integrate from mainperl.
9232      Branch: cfgperl
9233           +> ext/B/B/Stash.pm
9234           !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
9235           !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
9236           !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
9237           !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
9238 ____________________________________________________________________________
9239 [  3076] By: jhi                                   on 1999/03/04  08:07:59
9240         Log: Regen config_h.SH once more because of *size, 
9241              noticed by
9242              
9243              From: Hans Mulder <hansm@icgned.icgroup.nl>
9244              To: Jarkko Hietaniemi <jhi@iki.fi>
9245              Cc: perl5-porters@perl.org
9246              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
9247              Date: Thu,  4 Mar 99 00:10:45 +0100
9248              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
9249      Branch: cfgperl
9250            ! Configure config_h.SH
9251 ____________________________________________________________________________
9252 [  3068] By: gsar                                  on 1999/03/04  05:48:03
9253         Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
9254              Date: Thu,  4 Mar 99 00:10:45 +0100
9255              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
9256              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
9257      Branch: perl
9258            ! config_h.SH
9259 ____________________________________________________________________________
9260 [  3067] By: gsar                                  on 1999/03/04  05:44:32
9261         Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
9262              From: Graham Barr <gbarr@ti.com>
9263              Date: Wed, 3 Mar 1999 17:23:56 -0600
9264              Message-ID: <19990303172356.F7442@dal.asp.ti.com>
9265              Subject: Re: 'use strict' doesn't work for one-letter variables
9266      Branch: perl
9267            ! gv.c op.c
9268 ____________________________________________________________________________
9269 [  3066] By: gsar                                  on 1999/03/04  05:20:50
9270         Log: updates to compiler modules
9271              From: "Vishal Bhatia" <vishalb@hotmail.com>
9272              Date: Tue, 02 Mar 1999 23:27:25 PST
9273              Message-ID: <19990303072725.779.qmail@hotmail.com>
9274              Subject: PATCH 5.005_56 + Test procedure
9275      Branch: perl
9276            + ext/B/B/Stash.pm
9277            ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
9278            ! lib/Test/Harness.pm utils/perlcc.PL
9279 ____________________________________________________________________________
9280 [  3065] By: gsar                                  on 1999/03/04  05:03:30
9281         Log: more s/s_/s!/ etc.
9282      Branch: perl
9283            ! pod/perldelta.pod pod/perlfunc.pod
9284 ____________________________________________________________________________
9285 [  3064] By: gsar                                  on 1999/03/04  04:50:45
9286         Log: integrate cfgperl contents into mainline
9287      Branch: perl
9288           !> Configure README.vms bytecode.h config_h.SH configure.com
9289           !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
9290           !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
9291           !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
9292 ____________________________________________________________________________
9293 [  3063] By: gsar                                  on 1999/03/04  04:44:13
9294         Log: HP-UX has yet another spelling for /NaNQ?/
9295      Branch: perl
9296            ! t/lib/bigfloatpm.t
9297 ____________________________________________________________________________
9298 [  3062] By: gsar                                  on 1999/03/04  04:36:08
9299         Log: error-check for accept() test
9300      Branch: perl
9301            ! t/lib/io_sock.t
9302 ____________________________________________________________________________
9303 [  3061] By: gsar                                  on 1999/03/04  03:40:25
9304         Log: allow custom comparison function in File::Compare::compare_text()
9305              From: jan.dubois@ibm.net (Jan Dubois)
9306              Date: Fri, 26 Feb 1999 21:56:09 +0100
9307              Message-ID: <36db0838.8805651@smtp1.ibm.net>
9308              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
9309      Branch: perl
9310            ! lib/File/Compare.pm
9311 ____________________________________________________________________________
9312 [  3060] By: gsar                                  on 1999/03/04  03:37:38
9313         Log: better version of change#3038
9314              From: abigail@fnx.com
9315              Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
9316              Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
9317              Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
9318      Branch: perl
9319            ! pod/pod2man.PL
9320 ____________________________________________________________________________
9321 [  3058] By: jhi                                   on 1999/03/03  22:30:40
9322         Log: Configure regen to
9323              (1) match maint-5.005 patches #3056 and #3057
9324              (2) better version of PHOSTNAME of #3050
9325              (3) the crosscompile/multiarch config_h.SH trouble solved for now
9326      Branch: cfgperl
9327            ! Configure config_h.SH
9328 ____________________________________________________________________________
9329 [  3054] By: jhi                                   on 1999/03/03  09:57:59
9330         Log: Change #3053 missed perldelta.
9331      Branch: cfgperl
9332            ! pod/perldelta.pod
9333 ____________________________________________________________________________
9334 [  3053] By: jhi                                   on 1999/03/03  08:29:43
9335         Log: Use '!' to mark native integer packings instead of '_'.
9336      Branch: cfgperl
9337            ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
9338 ____________________________________________________________________________
9339 [  3052] By: jhi                                   on 1999/03/02  23:12:36
9340         Log: The HP-UX threads patch (change #3028) is needed also here.
9341      Branch: cfgperl
9342            ! hints/hpux.sh thread.h
9343 ____________________________________________________________________________
9344 [  3051] By: jhi                                   on 1999/03/02  08:24:52
9345         Log: From: Dan Sugalski <sugalskd@osshe.edu>
9346              To: perl5-porters@perl.org, vmsperl@perl.org
9347              Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
9348              Date: Mon, 01 Mar 1999 16:10:57 -0800
9349              Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
9350      Branch: cfgperl
9351            ! README.vms
9352      Branch: maint-5.005/perl
9353            ! README.vms
9354 ____________________________________________________________________________
9355 [  3050] By: jhi                                   on 1999/03/02  08:22:29
9356         Log: From: Dan Sugalski <sugalskd@osshe.edu>
9357              To: perl5-porters@perl.org, vmsperl@perl.org
9358              Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
9359              Date: Mon, 01 Mar 1999 16:06:29 -0800
9360              Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
9361              
9362              From: Dan Sugalski <sugalskd@osshe.edu>
9363              To: perl5-porters@perl.org, vmsperl@perl.org
9364              Subject: [PATCH 5.005_56]vmsish.pm patch
9365              Date: Mon, 01 Mar 1999 20:19:04 -0800
9366              Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
9367              
9368              plus Configure regen containing a "solution" to the
9369              crosscompile/multiarch problem.
9370      Branch: cfgperl
9371            ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
9372            ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
9373 ____________________________________________________________________________
9374 [  3049] By: jhi                                   on 1999/03/02  07:34:21
9375         Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
9376              To: perl5-porters@perl.org
9377              Subject: [PATCH] Eliminate (valid) warning in byterun.c
9378              Date: Mon, 01 Mar 1999 17:27:59 -0500
9379              Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
9380      Branch: cfgperl
9381            ! bytecode.h
9382      Branch: maint-5.005/perl
9383            ! bytecode.h
9384 ____________________________________________________________________________
9385 [  3048] By: gsar                                  on 1999/03/02  06:41:21
9386         Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
9387      Branch: perl
9388            ! MANIFEST README.hpux
9389 ____________________________________________________________________________
9390 [  3047] By: jhi                                   on 1999/03/01  06:34:43
9391         Log: Integrate from mainperl.
9392      Branch: cfgperl
9393           +> README.hpux lib/File/Spec/Functions.pm
9394           !> (integrate 28 files)
9395 ____________________________________________________________________________
9396 [  3046] By: gsar                                  on 1999/03/01  05:34:28
9397         Log: this is 5.005_56
9398      Branch: perl
9399            ! Changes
9400
9401 ----------------
9402 Version 5.005_56
9403 ----------------
9404
9405 ____________________________________________________________________________
9406 [  3045] By: gsar                                  on 1999/03/01  03:32:30
9407         Log: destroy PL_svref_mutex in perl_destruct()
9408      Branch: perl
9409            ! perl.c
9410 ____________________________________________________________________________
9411 [  3044] By: gsar                                  on 1999/03/01  00:38:50
9412         Log: up patchlevel &c.
9413      Branch: perl
9414            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
9415            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9416            ! win32/makefile.mk
9417 ____________________________________________________________________________
9418 [  3043] By: gsar                                  on 1999/03/01  00:14:15
9419         Log: integrate cfgperl contents into mainline
9420      Branch: perl
9421            ! pod/perldelta.pod
9422           !> Configure config_h.SH
9423 ____________________________________________________________________________
9424 [  3042] By: gsar                                  on 1999/02/28  23:55:08
9425         Log: slightly edited version of suggested patch
9426              From: jan.dubois@ibm.net (Jan Dubois)
9427              Date: Mon, 01 Mar 1999 00:32:05 +0100
9428              Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
9429              Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
9430      Branch: perl
9431            + lib/File/Spec/Functions.pm
9432            ! MANIFEST lib/File/Spec.pm
9433 ____________________________________________________________________________
9434 [  3041] By: gsar                                  on 1999/02/28  22:47:19
9435         Log: fix subtle bug in eval'' testsuite
9436      Branch: perl
9437            ! t/op/eval.t
9438 ____________________________________________________________________________
9439 [  3040] By: gsar                                  on 1999/02/28  22:46:24
9440         Log: avoid literal control characters in change#3039
9441      Branch: perl
9442            ! t/base/lex.t
9443 ____________________________________________________________________________
9444 [  3039] By: gsar                                  on 1999/02/28  21:47:18
9445         Log: todo item: permit extended control variables a la ${^Foo} (patch
9446              courtesy Mark-Jason Dominus <mjd@plover.com>)
9447      Branch: perl
9448            ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
9449            ! t/base/lex.t toke.c
9450 ____________________________________________________________________________
9451 [  3038] By: gsar                                  on 1999/02/28  21:21:05
9452         Log: From: abigail@fnx.com
9453              Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
9454              Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
9455              Subject: Recognize -> and => inside [A-Z]<> sequences.
9456      Branch: perl
9457            ! pod/pod2man.PL
9458 ____________________________________________________________________________
9459 [  3037] By: gsar                                  on 1999/02/28  21:12:22
9460         Log: fix longstanding bug: searches for lexicals originating within eval''
9461              weren't stopping at the subroutine boundary correctly
9462      Branch: perl
9463            ! op.c proto.h t/op/eval.t
9464 ____________________________________________________________________________
9465 [  3036] By: gsar                                  on 1999/02/28  20:02:29
9466         Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
9467              as stacked list values
9468              From: jan.dubois@ibm.net (Jan Dubois)
9469              Date: Sat, 27 Feb 1999 18:24:17 +0100
9470              Message-ID: <36e22849.36531259@smtp1.ibm.net>
9471              Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup 
9472      Branch: perl
9473            ! win32/win32.c
9474 ____________________________________________________________________________
9475 [  3035] By: gsar                                  on 1999/02/28  19:48:54
9476         Log: remove superfluous stack_sp decl
9477      Branch: perl
9478            ! jpl/JNI/JNI.xs
9479 ____________________________________________________________________________
9480 [  3034] By: gsar                                  on 1999/02/28  19:34:58
9481         Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
9482      Branch: perl
9483            ! lib/Getopt/Std.pm
9484 ____________________________________________________________________________
9485 [  3033] By: gsar                                  on 1999/02/28  19:23:41
9486         Log: add File::Compare::compare_text()
9487              From: jan.dubois@ibm.net (Jan Dubois)
9488              Date: Fri, 26 Feb 1999 00:20:41 +0100
9489              Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
9490              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
9491      Branch: perl
9492            ! lib/File/Compare.pm pod/perltodo.pod
9493 ____________________________________________________________________________
9494 [  3032] By: gsar                                  on 1999/02/28  19:01:33
9495         Log: add README.hpux
9496      Branch: perl
9497            + README.hpux
9498            ! MAINTAIN MANIFEST
9499 ____________________________________________________________________________
9500 [  3031] By: gsar                                  on 1999/02/28  18:49:08
9501         Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
9502              James Cromie <jcromie@fossil.uswc.uswest.com>
9503      Branch: perl
9504            ! lib/Pod/Html.pm
9505 ____________________________________________________________________________
9506 [  3030] By: gsar                                  on 1999/02/28  18:35:09
9507         Log: From: jan.dubois@ibm.net (Jan Dubois)
9508              Date: Wed, 24 Feb 1999 22:34:56 +0100
9509              Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
9510              Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
9511      Branch: perl
9512            ! lib/Test/Harness.pm
9513 ____________________________________________________________________________
9514 [  3029] By: gsar                                  on 1999/02/28  18:28:18
9515         Log: add note about env pollution
9516      Branch: perl
9517            ! INSTALL pod/perltodo.pod
9518 ____________________________________________________________________________
9519 [  3028] By: jhi                                   on 1999/02/26  14:40:00
9520         Log: HP-UX 11 threads.
9521              
9522              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
9523              To: perl5-porters@perl.org
9524              Cc: jhi@cc.hut.fi
9525              Subject: Maint 5 and _54 with threading on HP-UX 11.00
9526              Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
9527              Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
9528              
9529              NOTE from jhi: the hpux hints could still be more robust by
9530              disabling gdbm when necessary.
9531              
9532              Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
9533              linking -lgdbm -lpthread creates an executable that instantly
9534              core dumps on a pthreads internal panic:
9535              
9536              ./gdpt
9537              
9538              Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
9539              Return Pointer is 0xc082bf33
9540              17639 quit (core dumped)  ./gdpt
9541              
9542              You don't have to *use* either gdbm or pthreads in the executable,
9543              just linking them together is enough.  Workaround is to recompile
9544              the GDBM under HP-UX 11, that makes the problem go away.
9545      Branch: maint-5.005/perl
9546            ! hints/hpux.sh thread.h
9547 ____________________________________________________________________________
9548 [  3025] By: jhi                                   on 1999/02/25  20:41:07
9549         Log: Temporary workaround for the config_h.SH versus
9550              crosscompile and multiarch plus introduce 'rt'
9551              to $libswanted: in UNIX98 sched_yield() lives there.
9552      Branch: cfgperl
9553            ! Configure config_h.SH
9554 ____________________________________________________________________________
9555 [  3024] By: jhi                                   on 1999/02/24  12:54:59
9556         Log: Integrate from mainperl.
9557      Branch: cfgperl
9558           +> t/lib/fatal.t
9559           !> (integrate 44 files)
9560 ____________________________________________________________________________
9561 [  3023] By: gsar                                  on 1999/02/24  07:02:12
9562         Log: integrate cfgperl contents
9563      Branch: perl
9564           !> (integrate 30 files)
9565 ____________________________________________________________________________
9566 [  3022] By: gsar                                  on 1999/02/24  05:59:47
9567         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
9568              Date: 23 Feb 1999 17:53:22 -0700
9569              Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
9570              Subject: [PATCH: _55] perldoc -q broken
9571      Branch: perl
9572            ! utils/perldoc.PL
9573 ____________________________________________________________________________
9574 [  3021] By: gsar                                  on 1999/02/24  05:51:53
9575         Log: ansify perlio.c, fix PerlIO-ish typos
9576      Branch: perl
9577            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
9578            ! iperlsys.h perlio.c
9579 ____________________________________________________________________________
9580 [  3020] By: gsar                                  on 1999/02/24  05:28:06
9581         Log: adjust a Perl_malloc() flag for NeXT
9582              From: Hans Mulder <hansm@icgned.icgroup.nl>
9583              Date: Tue, 23 Feb 99 00:26:25 +0100
9584              Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
9585              Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
9586      Branch: perl
9587            ! perl.h
9588 ____________________________________________________________________________
9589 [  3019] By: gsar                                  on 1999/02/24  05:19:42
9590         Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
9591      Branch: perl
9592            ! pod/perltodo.pod
9593 ____________________________________________________________________________
9594 [  3018] By: gsar                                  on 1999/02/24  04:15:18
9595         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
9596              Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
9597              Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
9598              Subject: improved error message [PATCH _55] [RESEND]
9599      Branch: perl
9600            ! sv.c
9601 ____________________________________________________________________________
9602 [  3017] By: gsar                                  on 1999/02/24  03:50:34
9603         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
9604              Date: Sun, 21 Feb 1999 20:02:18 -0700
9605              Message-Id: <199902220302.UAA09981@jhereg.perl.com>
9606              Subject: perlfunc updates (against 55)
9607      Branch: perl
9608            ! pod/perlfunc.pod
9609 ____________________________________________________________________________
9610 [  3016] By: gsar                                  on 1999/02/24  03:17:05
9611         Log: testsuite adjustments
9612              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
9613              Date: Sat, 20 Feb 1999 15:24:57 +0000
9614              Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
9615              Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
9616      Branch: perl
9617            ! t/lib/io_sock.t t/op/lex_assign.t
9618 ____________________________________________________________________________
9619 [  3015] By: gsar                                  on 1999/02/24  02:54:47
9620         Log: avoid modifying readonly values from qw()
9621      Branch: perl
9622            ! lib/ExtUtils/MM_Unix.pm
9623 ____________________________________________________________________________
9624 [  3014] By: gsar                                  on 1999/02/24  02:49:04
9625         Log: more "correct" utbuf for utime()
9626      Branch: perl
9627            ! doio.c
9628 ____________________________________________________________________________
9629 [  3013] By: jhi                                   on 1999/02/22  19:27:44
9630         Log: Fix MacPerl version, change PowerUX to PowerMAX.
9631              
9632              From: Chris Nandor <pudge@pobox.com>
9633              To: jhi@iki.fi
9634              Cc: perl5-porters@perl.org
9635              Subject: Re: perl current availability as documented by perl.pod
9636              Date: Sun, 21 Feb 1999 11:06:03 -0500
9637              Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
9638              
9639              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
9640              To: jhi@iki.fi
9641              Cc: perl5-porters@perl.org
9642              Subject: Re: perl current availability as documented by perl.pod
9643              Date: Mon, 22 Feb 1999 13:08:30 GMT
9644              Message-Id: <199902221308.NAA19971@cleo.ccur.com>
9645      Branch: cfgperl
9646            ! pod/perl.pod
9647      Branch: maint-5.005/perl
9648            ! pod/perl.pod
9649 ____________________________________________________________________________
9650 [  3012] By: jhi                                   on 1999/02/22  10:26:11
9651         Log: Snapshot the cross-compilation/multiarchitecture stuff
9652              (currently broken in next)
9653      Branch: cfgperl
9654            ! Configure config_h.SH pp.c
9655 ____________________________________________________________________________
9656 [  3011] By: jhi                                   on 1999/02/22  10:24:51
9657         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
9658              To: gsar@activestate.com (Gurusamy Sarathy)
9659              Cc: perl5-porters@perl.org (Perl5 Porters)
9660              Subject: [PATCH 5.005_55] DB_File 1.64 patch
9661              Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
9662              Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
9663      Branch: cfgperl
9664            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
9665            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
9666 ____________________________________________________________________________
9667 [  3009] By: jhi                                   on 1999/02/22  09:14:26
9668         Log: Scratch #3008 and introduce $crosscompile and $multiarch
9669              also in non-Configure lands.
9670      Branch: cfgperl
9671            ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
9672            ! hints/next_4.sh vms/subconfigure.com win32/config.bc
9673            ! win32/config.gc win32/config.vc win32/config_H.bc
9674            ! win32/config_H.gc win32/config_H.vc
9675 ____________________________________________________________________________
9676 [  3008] By: jhi                                   on 1999/02/22  08:58:04
9677         Log: Add -DMULTIARCH (see change #3006).
9678      Branch: cfgperl
9679            ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
9680 ____________________________________________________________________________
9681 [  3007] By: jhi                                   on 1999/02/22  08:54:06
9682         Log: Undo the references to local{lib,arch} introduced by #3006.
9683      Branch: cfgperl
9684            ! Configure config_h.SH
9685 ____________________________________________________________________________
9686 [  3006] By: jhi                                   on 1999/02/22  08:43:50
9687         Log: From: hansm@icgned.icgroup.nl
9688              To: perlbug@perl.com
9689              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
9690              Date: Sun, 21 Feb 1999 22:58:55 +0100
9691              Reply-To: hansmu@xs4all.nl
9692              Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
9693              
9694              plus other Configure changes: prepare for cross-compilation/
9695              multiarchitecture builds.
9696      Branch: cfgperl
9697            ! Configure config_h.SH
9698 ____________________________________________________________________________
9699 [  3005] By: jhi                                   on 1999/02/22  08:35:30
9700         Log: Configure/Perl knew how to look for use Mach cthreads
9701              but Configure didn't let them to be used ($osname 'next').
9702      Branch: cfgperl
9703            ! Configure config_h.SH
9704      Branch: maint-5.005/perl
9705            ! Configure
9706 ____________________________________________________________________________
9707 [  3004] By: jhi                                   on 1999/02/21  15:46:02
9708         Log: Update Acorn AVAILABILITY.
9709      Branch: cfgperl
9710            ! pod/perl.pod
9711      Branch: maint-5.005/perl
9712            ! pod/perl.pod
9713 ____________________________________________________________________________
9714 [  3003] By: jhi                                   on 1999/02/21  14:50:42
9715         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
9716              To: perl5-porters@perl.org (Perl 5 Porters)
9717              Subject: PATCH: perlref.pod - symbolic ref example
9718              Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
9719              Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
9720      Branch: cfgperl
9721            ! pod/perlref.pod
9722      Branch: maint-5.005/perl
9723            ! pod/perlref.pod
9724 ____________________________________________________________________________
9725 [  3002] By: jhi                                   on 1999/02/21  14:35:22
9726         Log: Sync cfgperl with maint-5.005 change #3000.
9727      Branch: cfgperl
9728            ! pod/perlfunc.pod t/op/pack.t
9729 ____________________________________________________________________________
9730 [  2999] By: gsar                                  on 1999/02/20  22:48:30
9731         Log: From:    John Bley <jbb6@acpub.duke.edu>
9732              Date:    Sat, 20 Feb 1999 16:02:34 EST
9733              Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
9734              Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
9735      Branch: perl
9736            ! regcomp.c
9737 ____________________________________________________________________________
9738 [  2998] By: jhi                                   on 1999/02/20  14:13:06
9739         Log: Enhanced the endianness description.
9740      Branch: cfgperl
9741            ! pod/perlfunc.pod
9742 ____________________________________________________________________________
9743 [  2996] By: jhi                                   on 1999/02/20  13:55:41
9744         Log: Glossary now mostly fixed.
9745      Branch: cfgperl
9746            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9747            ! config_h.SH
9748 ____________________________________________________________________________
9749 [  2994] By: jhi                                   on 1999/02/20  11:58:33
9750         Log: Perldeltify GNU/Hurd.
9751      Branch: cfgperl
9752            ! pod/perldelta.pod
9753 ____________________________________________________________________________
9754 [  2993] By: gsar                                  on 1999/02/20  00:59:10
9755         Log: fix typo in Perl_sbrk()
9756              From: hansm@icgned.icgroup.nl
9757              Date: Fri, 19 Feb 1999 23:19:31 +0100
9758              Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
9759              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
9760      Branch: perl
9761            ! malloc.c
9762 ____________________________________________________________________________
9763 [  2992] By: gsar                                  on 1999/02/20  00:51:08
9764         Log: integrate change#2980 from maint-5.005
9765      Branch: perl
9766           !> utils/h2xs.PL
9767 ____________________________________________________________________________
9768 [  2991] By: gsar                                  on 1999/02/20  00:34:01
9769         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9770              Date: Thu, 18 Feb 1999 18:51:38 +0000
9771              Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
9772              Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55 
9773      Branch: perl
9774            ! pp_hot.c t/op/pat.t
9775 ____________________________________________________________________________
9776 [  2990] By: gsar                                  on 1999/02/20  00:30:48
9777         Log: From: jan.dubois@ibm.net (Jan Dubois)
9778              Date: Thu, 18 Feb 1999 19:14:07 +0100
9779              Message-ID: <36d15809.40853323@smtp1.ibm.net>
9780              Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
9781      Branch: perl
9782            ! win32/win32.c
9783 ____________________________________________________________________________
9784 [  2989] By: gsar                                  on 1999/02/20  00:27:01
9785         Log: do poll() emulation unless HAS_POLL && I_POLL
9786      Branch: perl
9787            ! ext/IO/poll.h
9788 ____________________________________________________________________________
9789 [  2988] By: gsar                                  on 1999/02/19  23:52:12
9790         Log: tweak RE for NaNQ? recognition
9791      Branch: perl
9792            ! t/lib/bigfloatpm.t
9793 ____________________________________________________________________________
9794 [  2987] By: gsar                                  on 1999/02/19  23:29:59
9795         Log: mention C<use utf8> and C<use warning> in perldelta
9796      Branch: perl
9797            ! pod/perldelta.pod
9798 ____________________________________________________________________________
9799 [  2985] By: jhi                                   on 1999/02/19  20:43:19
9800         Log: pack/unpack better in (network-)short-non-16-bits and
9801              (network-)long-non-32-bits systems such as Cray C90.
9802      Branch: cfgperl
9803            ! perl.h pp.c t/op/pack.t
9804 ____________________________________________________________________________
9805 [  2984] By: jhi                                   on 1999/02/19  20:38:54
9806         Log: Regen Configure.
9807      Branch: cfgperl
9808            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9809            ! perl.c
9810 ____________________________________________________________________________
9811 [  2982] By: jhi                                   on 1999/02/19  19:51:49
9812         Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
9813              not probed for and         
9814              
9815              From: "Kurt D. Starsinic" <kstar@chapin.edu>
9816              To: Chaim Frenkel <chaimf@pobox.com>,
9817              Russ Allbery <rra@stanford.edu>,
9818              Jarkko Hietaniemi <jhi@iki.fi>,
9819              Gurusamy Sarathy <gsar@activestate.com>,
9820              Graham Barr <gbarr@pobox.com>
9821              Cc: bdensch@ameritech.net, perlbug@perl.com
9822              Subject: [PATCH] Re: Solaris 7 for Intel
9823              Message-ID: <19990219124404.A30182@O2.chapin.edu>
9824              
9825              Glossary is still missing some terms because
9826              mkglossary is misbehaving (change #2981 updated
9827              Glossary manually)
9828      Branch: cfgperl
9829            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
9830            ! Porting/config_H
9831 ____________________________________________________________________________
9832 [  2980] By: gbarr                                 on 1999/02/19  16:06:53
9833         Log: Make result of h2xs work when user adds C<use strict>
9834      Branch: maint-5.005/perl
9835            ! utils/h2xs.PL
9836 ____________________________________________________________________________
9837 [  2979] By: gsar                                  on 1999/02/19  05:24:29
9838         Log: doc for change#2978
9839      Branch: perl
9840            ! pod/perlsub.pod
9841 ____________________________________________________________________________
9842 [  2978] By: gsar                                  on 1999/02/19  05:08:29
9843         Log: bring '*' prototype closer to how it behaves internally
9844      Branch: perl
9845            + t/lib/fatal.t
9846            ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
9847 ____________________________________________________________________________
9848 [  2977] By: gsar                                  on 1999/02/19  02:50:31
9849         Log: stem leakage of perly.h #defines #ifndef PERL_CORE
9850      Branch: perl
9851            ! perly.h
9852 ____________________________________________________________________________
9853 [  2975] By: gsar                                  on 1999/02/18  21:41:57
9854         Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
9855              of lexical searches in BEGIN|INIT|END)
9856      Branch: perl
9857            ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
9858            ! vms/perly_c.vms
9859 ____________________________________________________________________________
9860 [  2974] By: gsar                                  on 1999/02/18  21:03:06
9861         Log: missing PERL_POLLUTE_MALLOC
9862      Branch: perl
9863            ! ext/SDBM_File/sdbm/sdbm.h
9864 ____________________________________________________________________________
9865 [  2973] By: gsar                                  on 1999/02/18  17:10:49
9866         Log: From:    Andy Dougherty <doughera@lafayette.edu>
9867              Date:    Wed, 17 Feb 1999 17:22:50 EST
9868              Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
9869              Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
9870      Branch: perl
9871            ! lib/dotsh.pl
9872 ____________________________________________________________________________
9873 [  2972] By: gsar                                  on 1999/02/18  17:04:12
9874         Log: s/#defined/#define/
9875      Branch: perl
9876            ! ext/Data/Dumper/Dumper.xs
9877 ____________________________________________________________________________
9878 [  2970] By: gsar                                  on 1999/02/18  03:26:43
9879         Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
9880      Branch: perl
9881            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
9882            ! ext/GDBM_File/typemap
9883 ____________________________________________________________________________
9884 [  2969] By: gsar                                  on 1999/02/17  23:30:47
9885         Log: correct slurp mode doc
9886      Branch: perl
9887            ! pod/perlfunc.pod pod/perlop.pod
9888 ____________________________________________________________________________
9889 [  2968] By: jhi                                   on 1999/02/17  23:15:49
9890         Log: Ultrix hints update.
9891              
9892              From: Spider Boardman <spider@zk3.dec.com>
9893              To: perlbug@perl.com
9894              Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
9895              Date: Tue, 16 Feb 1999 23:04:28 -0500
9896              Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
9897      Branch: cfgperl
9898            ! hints/ultrix_4.sh
9899 ____________________________________________________________________________
9900 [  2966] By: jhi                                   on 1999/02/17  23:09:21
9901         Log: Change #2965 wiped out some Sarathy's _55 changes.
9902              Now unwiped.
9903      Branch: cfgperl
9904            ! Configure pp.c t/op/pack.t
9905 ____________________________________________________________________________
9906 [  2965] By: jhi                                   on 1999/02/17  23:00:04
9907         Log: Configure tweaks.
9908              
9909              Fix the Unixware/SCO uname scan:
9910              
9911              From: Tom Hughes <thh@cyberscience.com>
9912              To: perlbug@perl.com
9913              Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
9914              Date: 17 Feb 1999 15:34:15 +0000    
9915              Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
9916              
9917              AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
9918              
9919              From: Joe Buehler <jhpb@hekimian.com>
9920              To: perl5-porters@perl.org
9921              Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
9922              Date: 12 Feb 1999 11:25:21 -0500
9923              Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
9924              
9925              Make the pthreads joinable constant scan to output to fd 4, not 2.
9926      Branch: cfgperl
9927            ! Configure
9928 ____________________________________________________________________________
9929 [  2964] By: gsar                                  on 1999/02/17  21:30:07
9930         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
9931              Date: Wed, 17 Feb 1999 06:53:13 -0700
9932              Message-Id: <199902171353.GAA15682@jhereg.perl.com>
9933              Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
9934      Branch: perl
9935            ! lib/Pod/Functions.pm
9936 ____________________________________________________________________________
9937 [  2963] By: gsar                                  on 1999/02/17  21:18:21
9938         Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
9939              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9940              Date: Wed, 17 Feb 1999 10:06:01 +0000
9941              Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
9942              Subject: Re: [5.005_53] panic: pad_free curpad 
9943      Branch: perl
9944            ! regcomp.c regexec.c t/op/misc.t
9945 ____________________________________________________________________________
9946 [  2962] By: gsar                                  on 1999/02/16  21:26:28
9947         Log: NaNQ? tweak
9948      Branch: perl
9949            ! t/lib/bigfloatpm.t
9950 ____________________________________________________________________________
9951 [  2961] By: jhi                                   on 1999/02/16  19:26:38
9952         Log: Integrate from mainperl.
9953      Branch: cfgperl
9954           !> (integrate 37 files)
9955 ____________________________________________________________________________
9956 [  2960] By: gsar                                  on 1999/02/16  18:04:29
9957         Log: undo change#2465 (qw[] is a real list now)
9958      Branch: perl
9959            ! pod/perlop.pod
9960 ____________________________________________________________________________
9961 [  2959] By: gsar                                  on 1999/02/16  07:09:33
9962         Log: this was 5.005_55
9963      Branch: perl
9964            ! Changes
9965
9966 ----------------
9967 Version 5.005_55
9968 ----------------
9969
9970 ____________________________________________________________________________
9971 [  2958] By: gsar                                  on 1999/02/16  06:18:27
9972         Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
9973              elide dups and non-dependents from Changes
9974      Branch: perl
9975            ! Changes pod/perlhist.pod
9976           !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
9977           !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
9978           !> pod/perlport.pod pp.c t/op/pack.t
9979 ____________________________________________________________________________
9980 [  2957] By: gsar                                  on 1999/02/16  04:09:47
9981         Log: propagate PERL_VERSION everywhere, add to pod
9982      Branch: perl
9983            ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
9984            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
9985            ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
9986            ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
9987            ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
9988            ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
9989            ! vms/myconfig.com vms/subconfigure.com win32/config.bc
9990            ! win32/config.gc win32/config.vc win32/config_sh.PL
9991            ! win32/win32.c x2p/a2py.c
9992 ____________________________________________________________________________
9993 [  2955] By: jhi                                   on 1999/02/15  16:15:03
9994         Log: The pack tests now better in C90 (after the packnative patches).
9995      Branch: cfgperl
9996            ! t/op/pack.t
9997 ____________________________________________________________________________
9998 [  2954] By: gsar                                  on 1999/02/15  14:11:50
9999         Log: tweak Configure to follow new PERL_VERSION etc.
10000      Branch: perl
10001            ! Configure patchlevel.h pod/perlhist.pod
10002 ____________________________________________________________________________
10003 [  2953] By: jhi                                   on 1999/02/15  14:02:21
10004         Log: Integrate from mainperl.
10005      Branch: cfgperl
10006           !> MANIFEST Porting/makerel
10007 ____________________________________________________________________________
10008 [  2952] By: jhi                                   on 1999/02/15  13:50:07
10009         Log: Enhance the packnative patch: use the packnative code
10010              only if required.  Also added hefty testing (hopefully
10011              I didn't assume too much...).  Tested on alpha, ix86, sparc.
10012      Branch: cfgperl
10013            ! pod/perlfunc.pod pp.c t/op/pack.t
10014 ____________________________________________________________________________
10015 [  2951] By: jhi                                   on 1999/02/15  13:46:56
10016         Log: AVAILABILITY from 5.005_03-tobe, will of course
10017              require updating when 5.006 comes out.
10018      Branch: cfgperl
10019            ! pod/perl.pod
10020 ____________________________________________________________________________
10021 [  2949] By: gsar                                  on 1999/02/15  13:28:51
10022         Log: will this be it for 5.005_55?
10023      Branch: perl
10024            ! MANIFEST Porting/makerel
10025 ____________________________________________________________________________
10026 [  2948] By: jhi                                   on 1999/02/15  13:23:52
10027         Log: Integrate from mainperl.
10028      Branch: cfgperl
10029           !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
10030           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
10031           !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
10032           !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
10033           !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
10034           !> win32/config.gc win32/config.vc win32/config_H.bc
10035           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
10036 ____________________________________________________________________________
10037 [  2947] By: jhi                                   on 1999/02/15  13:20:41
10038         Log: perlport.pod 1.39 from Chris.
10039      Branch: cfgperl
10040            ! pod/perlport.pod
10041 ____________________________________________________________________________
10042 [  2946] By: jhi                                   on 1999/02/15  13:09:58
10043         Log: Import Ultrix update, change #2864, 
10044              
10045              From: Spider Boardman <spider@zk3.dec.com>
10046              To: perlbug@perl.com
10047              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
10048              Date: Wed, 10 Feb 1999 23:33:31 -0500
10049              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
10050      Branch: cfgperl
10051            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
10052 ____________________________________________________________________________
10053 [  2945] By: jhi                                   on 1999/02/15  13:04:50
10054         Log: OpenBSD sparc SHMLBA.
10055      Branch: cfgperl
10056            ! ext/IPC/SysV/SysV.xs
10057 ____________________________________________________________________________
10058 [  2944] By: gsar                                  on 1999/02/15  12:09:52
10059         Log: update win32/config* stuff, Changes
10060      Branch: perl
10061            ! Changes win32/Makefile win32/config.bc win32/config.gc
10062            ! win32/config.vc win32/config_H.bc win32/config_H.gc
10063            ! win32/config_H.vc win32/makefile.mk
10064 ____________________________________________________________________________
10065 [  2943] By: gsar                                  on 1999/02/15  11:54:08
10066         Log: #include patchlevel.h by default, provide
10067              PERL_{REVISION,VERSION,SUBVERSION}
10068      Branch: perl
10069            ! patchlevel.h perl.h
10070 ____________________________________________________________________________
10071 [  2942] By: gsar                                  on 1999/02/15  10:26:59
10072         Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
10073              misc fixes
10074      Branch: perl
10075            ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
10076 ____________________________________________________________________________
10077 [  2941] By: gsar                                  on 1999/02/15  10:24:37
10078         Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
10079              Message-ID: <19990207002851.B9185@toldyouso.com>
10080              Message-ID: <19990207212152.A9765@toldyouso.com>
10081              Message-ID: <19990207212041.A9622@toldyouso.com>
10082              Message-ID: <19990207213127.A10244@toldyouso.com>
10083              Message-ID: <19990207212559.A9950@toldyouso.com>
10084              Message-ID: <19990207212842.A9994@toldyouso.com>
10085              Message-ID: <19990207212500.A9860@toldyouso.com>
10086              Message-ID: <19990207213013.A10105@toldyouso.com>
10087      Branch: perl
10088            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
10089            ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
10090            ! pod/perlmodlib.pod pod/perltoc.pod
10091 ____________________________________________________________________________
10092 [  2940] By: gsar                                  on 1999/02/15  10:07:08
10093         Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
10094              of suggested patch)
10095              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
10096              Date: Mon, 08 Feb 1999 01:14:41 -0000
10097              Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
10098              Subject: [PATCH 5.005_54] some pending C.pm stuff 
10099      Branch: perl
10100            ! ext/B/B/C.pm
10101 ____________________________________________________________________________
10102 [  2939] By: jhi                                   on 1999/02/15  08:40:18
10103         Log: Integrate from mainperl.
10104      Branch: cfgperl
10105           +> t/lib/bigfloat.t t/lib/bigfloatpm.t
10106            - lib/File/PathConvert.pm
10107           !> (integrate 81 files)
10108 ____________________________________________________________________________
10109 [  2938] By: gsar                                  on 1999/02/15  06:56:39
10110         Log: change#2839 was bogus, redo
10111      Branch: perl
10112           !> t/lib/h2ph.pht
10113 ____________________________________________________________________________
10114 [  2937] By: gsar                                  on 1999/02/15  06:38:15
10115         Log: support Win32::GetFullPathName() and Win32::SetLastError()
10116              From: jan.dubois@ibm.net (Jan Dubois)
10117              Date: Tue, 09 Feb 1999 22:27:31 +0100
10118              Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
10119              Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
10120      Branch: perl
10121            ! win32/win32.c
10122 ____________________________________________________________________________
10123 [  2936] By: gsar                                  on 1999/02/15  06:26:39
10124         Log: support native integers, pack("L_",...) etc. (via private mail)
10125              From: Jarkko Hietaniemi <jhi@iki.fi>
10126              Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
10127              Message-Id: <199902092204.AAA29065@alpha.hut.fi>
10128              Subject: the "packnative" patch
10129      Branch: perl
10130            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
10131            ! t/lib/ipc_sysv.t t/op/pack.t
10132 ____________________________________________________________________________
10133 [  2935] By: gsar                                  on 1999/02/15  06:04:02
10134         Log: From: Michael G Schwern <schwern@pobox.com>
10135              Date: Tue, 9 Feb 1999 04:13:12 -0500
10136              Message-ID: <19990209041312.A15788@toldyouso.com>
10137              Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
10138      Branch: perl
10139            ! utils/h2xs.PL
10140 ____________________________________________________________________________
10141 [  2934] By: gsar                                  on 1999/02/15  05:30:13
10142         Log: fix bugs in the handling of negative numbers, among other things
10143              From: Steven Knight <knight@theopera.baldmt.citilink.com>
10144              Date: Mon, 8 Feb 1999 01:16:24 -0600
10145              Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
10146              Subject: Math::BigFloat and Math::BigInt
10147      Branch: perl
10148            + t/lib/bigfloat.t t/lib/bigfloatpm.t
10149            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
10150            ! t/lib/bigintpm.t
10151 ____________________________________________________________________________
10152 [  2933] By: gsar                                  on 1999/02/15  04:57:52
10153         Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
10154              Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
10155              Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
10156              Subject: s2p incorrectly handles hold space commands
10157      Branch: perl
10158            ! x2p/s2p.PL
10159 ____________________________________________________________________________
10160 [  2932] By: gsar                                  on 1999/02/15  04:45:55
10161         Log: clarify what a "line" is
10162      Branch: perl
10163            ! pod/perlfunc.pod pod/perlvar.pod
10164 ____________________________________________________________________________
10165 [  2931] By: gsar                                  on 1999/02/15  04:23:29
10166         Log: backout change#2811 and add newer version based on File::Spec
10167              From: Barrie Slaymaker <rbs@telerama.com>
10168              Date: Thu, 11 Feb 1999 16:29:24 -0500
10169              Message-ID: <36C34BB4.A62090E0@telerama.com>
10170              Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
10171      Branch: perl
10172            - lib/File/PathConvert.pm
10173            ! MANIFEST installhtml lib/Pod/Html.pm
10174 ____________________________________________________________________________
10175 [  2930] By: gsar                                  on 1999/02/15  04:16:25
10176         Log: From: Barrie Slaymaker <rbs@telerama.com>
10177              Date: Thu, 11 Feb 1999 19:39:48 -0500
10178              Message-ID: <36C37854.707D139@telerama.com>
10179              Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
10180      Branch: perl
10181            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
10182 ____________________________________________________________________________
10183 [  2929] By: gsar                                  on 1999/02/15  04:06:50
10184         Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
10185              Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
10186              Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
10187              Subject: [PATCH]5.005_54 (DOC) fix many typos
10188              --
10189              Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
10190              Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
10191              Subject: [PATCH]5.005_54 (DOC) typos
10192      Branch: perl
10193            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
10194            ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
10195            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
10196            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
10197            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
10198            ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
10199            ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
10200            ! pod/perlvar.pod pod/perlxs.pod
10201 ____________________________________________________________________________
10202 [  2928] By: gsar                                  on 1999/02/15  03:39:53
10203         Log: allow the Carp routines to pass through exception objects
10204      Branch: perl
10205            ! lib/Carp.pm
10206 ____________________________________________________________________________
10207 [  2927] By: gsar                                  on 1999/02/15  03:22:57
10208         Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
10209      Branch: perl
10210            ! pod/perlfaq8.pod
10211 ____________________________________________________________________________
10212 [  2926] By: gsar                                  on 1999/02/15  03:19:39
10213         Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
10214              have done that, but didn't)
10215      Branch: perl
10216           !> utils/h2ph.PL
10217 ____________________________________________________________________________
10218 [  2925] By: gsar                                  on 1999/02/15  03:17:01
10219         Log: integrate cfgperl changes into mainline
10220      Branch: perl
10221            ! Changes
10222           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
10223           !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
10224           !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
10225           !> vms/subconfigure.com
10226 ____________________________________________________________________________
10227 [  2924] By: gsar                                  on 1999/02/15  03:07:08
10228         Log: add const qualifier to most char* prototypes, handle ripple effect
10229      Branch: perl
10230            ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
10231            ! universal.c util.c
10232 ____________________________________________________________________________
10233 [  2923] By: gsar                                  on 1999/02/15  01:04:30
10234         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10235              Date: Thu, 04 Feb 1999 02:37:31 +0000
10236              Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
10237              Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop 
10238      Branch: perl
10239            ! pp_ctl.c t/op/range.t
10240 ____________________________________________________________________________
10241 [  2922] By: gsar                                  on 1999/02/15  00:24:34
10242         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10243              Date: Sun, 31 Jan 1999 01:50:06 +0000
10244              Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
10245              Subject: [PATCH 5.005_03t4] regexp flags bug
10246      Branch: perl
10247            ! regcomp.c t/op/re_tests
10248 ____________________________________________________________________________
10249 [  2921] By: gsar                                  on 1999/02/15  00:13:02
10250         Log: use New() et al., rather than safemalloc() et al.
10251              From: jan.dubois@ibm.net (Jan Dubois)
10252              Date: Fri, 29 Jan 1999 23:27:22 +0100
10253              Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
10254              Subject: [PATCH _03-MT5] POSIX.xs memory API
10255      Branch: perl
10256            ! ext/POSIX/POSIX.xs
10257 ____________________________________________________________________________
10258 [  2920] By: gsar                                  on 1999/02/15  00:05:33
10259         Log: tweak READ() docs to mention $buffer must be altered by reference
10260      Branch: perl
10261            ! pod/perltie.pod
10262 ____________________________________________________________________________
10263 [  2919] By: gsar                                  on 1999/02/14  23:50:39
10264         Log: applied suggested patch, with several language/readability tweaks
10265              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10266              Date: Fri, 29 Jan 1999 00:25:02 -0500
10267              Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
10268              Subject: Re: [PATCH 5.005_*] Better parsing docs
10269      Branch: perl
10270            ! pod/perlop.pod
10271 ____________________________________________________________________________
10272 [  2918] By: gsar                                  on 1999/02/14  23:20:42
10273         Log: several bug fixes; now croak()s when date exceeds integer limits (instead
10274              of silently returning bogus values)
10275              From: Peter Chines <pchines@nhgri.nih.gov>
10276              Date: Wed, 27 Jan 1999 16:11:31 -0500
10277              Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
10278              Subject: Time::Local
10279      Branch: perl
10280            ! lib/Time/Local.pm pod/perldelta.pod
10281 ____________________________________________________________________________
10282 [  2917] By: gsar                                  on 1999/02/14  11:21:43
10283         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10284              Date: Thu, 28 Jan 1999 10:02:20 -0500
10285              Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
10286              Subject: Re: [PATCH 5.005_53] Better perldoc
10287      Branch: perl
10288            ! utils/perldoc.PL
10289 ____________________________________________________________________________
10290 [  2916] By: gsar                                  on 1999/02/14  10:59:38
10291         Log: back out change#2751, apply updated version 
10292              From: jan.dubois@ibm.net (Jan Dubois)
10293              Date: Sat, 06 Feb 1999 01:06:29 +0100
10294              Message-ID: <36bc844c.18763049@smtp1.ibm.net>
10295              Subject: [PATCH] Cleanup of File::Spec module
10296      Branch: perl
10297            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
10298            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
10299            ! lib/File/Spec/Win32.pm
10300 ____________________________________________________________________________
10301 [  2915] By: gsar                                  on 1999/02/14  10:48:01
10302         Log: tweak select() test
10303      Branch: perl
10304            ! pod/perlipc.pod t/op/fh.t
10305 ____________________________________________________________________________
10306 [  2914] By: gsar                                  on 1999/02/14  10:25:55
10307         Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
10308      Branch: perl
10309            ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
10310 ____________________________________________________________________________
10311 [  2913] By: gsar                                  on 1999/02/14  10:03:51
10312         Log: From: Kenneth Albanowski <kjahds@kjahds.com>
10313              Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
10314              Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
10315              Subject: Re: SvOPV() or SvPV_nolen() or ...
10316      Branch: perl
10317            ! pod/perlguts.pod
10318 ____________________________________________________________________________
10319 [  2912] By: gsar                                  on 1999/02/14  09:57:29
10320         Log: provide SvPV_nolen(sv) to avoid use of PL_na
10321              From: jan.dubois@ibm.net (Jan Dubois)
10322              Date: Sun, 24 Jan 1999 02:45:32 +0100
10323              Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
10324              Subject: [PATCH 5.005_54]  _54 version of SvPV_nolen patch
10325      Branch: perl
10326            ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
10327            ! sv.h
10328 ____________________________________________________________________________
10329 [  2911] By: gsar                                  on 1999/02/14  06:51:05
10330         Log: elide stray effluvium
10331      Branch: perl
10332            ! pod/perldelta.pod
10333 ____________________________________________________________________________
10334 [  2910] By: gsar                                  on 1999/02/14  05:51:56
10335         Log: slurping an empty file should return '' rather than undef, with
10336              commensurate effects on ARGV processing
10337      Branch: perl
10338            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
10339            ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
10340 ____________________________________________________________________________
10341 [  2909] By: gsar                                  on 1999/02/14  00:02:11
10342         Log: perly_c.diff typo
10343      Branch: perl
10344            ! perly.c perly_c.diff vms/perly_c.vms
10345 ____________________________________________________________________________
10346 [  2908] By: gsar                                  on 1999/02/13  18:20:13
10347         Log: From: jan.dubois@ibm.net (Jan Dubois)
10348              Date: Sat, 13 Feb 1999 13:25:53 +0100
10349              Message-Id: <36c9629c.13334874@smtp1.ibm.net>
10350              Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
10351      Branch: perl
10352            ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
10353 ____________________________________________________________________________
10354 [  2907] By: jhi                                   on 1999/02/13  15:07:26
10355         Log: Integrate from mainperl.
10356      Branch: cfgperl
10357           +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
10358           !> (integrate 150 files)
10359 ____________________________________________________________________________
10360 [  2903] By: gsar                                  on 1999/02/12  13:25:59
10361         Log: From: jan.dubois@ibm.net (Jan Dubois)
10362              Date: Sun, 24 Jan 1999 01:12:00 +0100
10363              Message-ID: <36b66479.62756298@smtp1.ibm.net>
10364              Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
10365      Branch: perl
10366            ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
10367            ! proto.h sv.c sv.h
10368 ____________________________________________________________________________
10369 [  2902] By: gsar                                  on 1999/02/12  12:55:11
10370         Log: script to generate ctags from etags
10371              From: Colin Kuskie <ckuskie@cadence.com>
10372              Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
10373              Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
10374              Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
10375      Branch: perl
10376            + emacs/e2ctags.pl
10377            ! Makefile.SH pod/perlfaq3.pod
10378 ____________________________________________________________________________
10379 [  2901] By: gsar                                  on 1999/02/12  12:40:17
10380         Log: allow boolean assign ops to be lvalues
10381              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
10382              Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
10383              Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
10384              --
10385              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10386              Date: Mon, 18 Jan 1999 10:04:00 +0000
10387              Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
10388              Subject: Re: [inconsistency 5.005_54] ||= not an lvalue 
10389      Branch: perl
10390            + t/op/lop.t
10391            ! MANIFEST op.c
10392 ____________________________________________________________________________
10393 [  2899] By: jhi                                   on 1999/02/12  12:03:48
10394         Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
10395      Branch: cfgperl
10396            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10397            ! config_h.SH hints/openbsd.sh
10398 ____________________________________________________________________________
10399 [  2898] By: gsar                                  on 1999/02/12  11:49:25
10400         Log: support win32_putenv()
10401      Branch: perl
10402            ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
10403            ! win32/win32.c win32/win32iop.h
10404 ____________________________________________________________________________
10405 [  2894] By: gsar                                  on 1999/02/12  11:09:27
10406         Log: add missing hunk in change#2657
10407      Branch: perl
10408            ! ext/B/B/CC.pm
10409 ____________________________________________________________________________
10410 [  2893] By: gsar                                  on 1999/02/12  11:00:13
10411         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10412              Date: Tue, 19 Jan 1999 20:13:15 -0500
10413              Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
10414              Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
10415      Branch: perl
10416            ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
10417            ! t/pragma/subs.t t/pragma/warning.t
10418 ____________________________________________________________________________
10419 [  2892] By: gsar                                  on 1999/02/12  10:44:38
10420         Log: update change#2670 to later version
10421              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10422              Date: Sun, 31 Jan 1999 16:16:14 +0000
10423              Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
10424              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing 
10425      Branch: perl
10426            ! t/op/subst.t toke.c
10427 ____________________________________________________________________________
10428 [  2891] By: gsar                                  on 1999/02/12  10:31:17
10429         Log: make testsuite somewhat location independent
10430      Branch: perl
10431            ! (edit 117 files)
10432 ____________________________________________________________________________
10433 [  2890] By: gsar                                  on 1999/02/12  10:00:30
10434         Log: add $AutoLoader::VERSION
10435      Branch: perl
10436            ! lib/AutoLoader.pm
10437 ____________________________________________________________________________
10438 [  2889] By: gsar                                  on 1999/02/12  09:55:48
10439         Log: tweak PERL_STRICT_CR notes
10440      Branch: perl
10441            ! pod/perl5005delta.pod
10442 ____________________________________________________________________________
10443 [  2888] By: gsar                                  on 1999/02/12  09:41:45
10444         Log: add note about test-notty target
10445      Branch: perl
10446            ! README.win32
10447 ____________________________________________________________________________
10448 [  2887] By: gsar                                  on 1999/02/12  09:37:37
10449         Log: add perltodo.pod
10450      Branch: perl
10451            + pod/perltodo.pod
10452            ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
10453            ! win32/pod.mak
10454 ____________________________________________________________________________
10455 [  2886] By: jhi                                   on 1999/02/12  08:52:14
10456         Log: Integrate from mainperl.
10457      Branch: cfgperl
10458           +> t/op/fh.t
10459           !> (integrate 30 files)
10460 ____________________________________________________________________________
10461 [  2885] By: gsar                                  on 1999/02/12  08:42:10
10462         Log: note how to find REG_INFTY limit
10463      Branch: perl
10464            ! pod/perlre.pod
10465 ____________________________________________________________________________
10466 [  2884] By: jhi                                   on 1999/02/12  08:36:14
10467         Log: OpenBSD pthreads awareness, thanks to
10468              David Leonard <david.leonard@csee.uq.edu.au>
10469      Branch: maint-5.005/perl
10470            ! Configure hints/openbsd.sh
10471 ____________________________________________________________________________
10472 [  2882] By: gsar                                  on 1999/02/12  08:05:20
10473         Log: IO is maintained by p5p (per Graham Barr's wishes)
10474      Branch: perl
10475            ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
10476            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
10477            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
10478            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
10479 ____________________________________________________________________________
10480 [  2881] By: gsar                                  on 1999/02/12  07:57:13
10481         Log: fh.t typo
10482      Branch: perl
10483            ! t/op/fh.t
10484 ____________________________________________________________________________
10485 [  2880] By: gsar                                  on 1999/02/12  07:38:16
10486         Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
10487      Branch: perl
10488            ! perl.c pod/perlrun.pod
10489 ____________________________________________________________________________
10490 [  2879] By: gsar                                  on 1999/02/12  05:39:29
10491         Log: fix ops that are not filehandle constructors to not create GV if it
10492              doesn't already exist (avoids leaks); extend semantics of defined()
10493              so that defined(*{$foo}) works (experimental)
10494      Branch: perl
10495            + t/op/fh.t
10496            ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
10497            ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
10498 ____________________________________________________________________________
10499 [  2877] By: jhi                                   on 1999/02/11  20:44:00
10500         Log: From: Chris Nandor <pudge@pobox.com>
10501              To: perl5-porters@perl.org
10502              Subject: [PATCH] perlport.pod 1.39
10503              Date: Thu, 11 Feb 1999 12:28:35 -0500
10504              Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
10505      Branch: cfgperl
10506            ! pod/perlport.pod
10507 ____________________________________________________________________________
10508 [  2870] By: gsar                                  on 1999/02/11  11:17:08
10509         Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
10510      Branch: perl
10511            ! ext/IO/lib/IO/Pipe.pm
10512 ____________________________________________________________________________
10513 [  2869] By: gsar                                  on 1999/02/11  11:00:56
10514         Log: update win32/pod.mak
10515      Branch: perl
10516            ! win32/pod.mak
10517 ____________________________________________________________________________
10518 [  2868] By: gsar                                  on 1999/02/11  10:42:44
10519         Log: From: Benjamin Low <b.d.low@unsw.edu.au>
10520              Date: Fri, 08 Jan 1999 14:36:53 +1100
10521              Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
10522              Subject: Re: [Fwd: IO::Socket::connect and blocking]
10523      Branch: perl
10524            ! ext/IO/lib/IO/Socket.pm
10525 ____________________________________________________________________________
10526 [  2867] By: gsar                                  on 1999/02/11  09:43:03
10527         Log: av_extend() doc tweak from Jan Dubois
10528      Branch: perl
10529            ! pod/perlguts.pod
10530 ____________________________________________________________________________
10531 [  2866] By: gsar                                  on 1999/02/11  09:27:17
10532         Log: display full pathname of unreadable files
10533      Branch: perl
10534            ! utils/perldoc.PL
10535 ____________________________________________________________________________
10536 [  2865] By: gsar                                  on 1999/02/11  09:02:31
10537         Log: missing patch in change#2522
10538      Branch: perl
10539            ! lib/Pod/Text.pm
10540 ____________________________________________________________________________
10541 [  2864] By: jhi                                   on 1999/02/11  08:45:00
10542         Log: From: Spider Boardman <spider@zk3.dec.com>
10543              To: perlbug@perl.com
10544              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
10545              Date: Wed, 10 Feb 1999 23:33:31 -0500
10546              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
10547      Branch: maint-5.005/perl
10548            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
10549 ____________________________________________________________________________
10550 [  2862] By: gsar                                  on 1999/02/11  08:14:34
10551         Log: integrate changes#2738,2740 from maint-5.005
10552      Branch: perl
10553           !> lib/ExtUtils/MakeMaker.pm
10554 ____________________________________________________________________________
10555 [  2861] By: jhi                                   on 1999/02/11  08:04:25
10556         Log: Integrate from mainperl.
10557      Branch: cfgperl
10558           !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
10559           !> t/op/range.t win32/config.gc
10560 ____________________________________________________________________________
10561 [  2860] By: gsar                                  on 1999/02/11  07:30:08
10562         Log: binmode() support for cygwin32 (suggested by Steven Morlock
10563              <newspost@morlock.net>)
10564      Branch: perl
10565            ! perl.h
10566 ____________________________________________________________________________
10567 [  2859] By: gsar                                  on 1999/02/11  07:14:21
10568         Log: update Changes
10569      Branch: perl
10570            ! Changes
10571           !> pod/perl5005delta.pod
10572 ____________________________________________________________________________
10573 [  2856] By: gsar                                  on 1999/02/11  07:07:39
10574         Log: integrate perldelta changes from maint-5.005
10575      Branch: perl
10576           !> pod/perl5005delta.pod
10577 ____________________________________________________________________________
10578 [  2855] By: gsar                                  on 1999/02/11  06:31:50
10579         Log: applied suggested patch; added tests
10580              From: Adam Krolnik <adamk@gypsy.cyrix.com>
10581              Date: Sat, 12 Dec 98 15:30:18 -0600
10582              Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
10583              Subject: Range operation doesn't handle IV_MAX
10584      Branch: perl
10585            ! pp_ctl.c t/op/range.t
10586 ____________________________________________________________________________
10587 [  2854] By: gsar                                  on 1999/02/11  05:00:55
10588         Log: compatibility fix: magic non-propagation in foreach implicit localization
10589      Branch: perl
10590            ! pp_ctl.c t/op/local.t win32/config.gc
10591 ____________________________________________________________________________
10592 [  2852] By: gsar                                  on 1999/02/10  23:17:49
10593         Log: fair warning about -Dusethreads
10594      Branch: maint-5.005/perl
10595            ! Configure INSTALL README.threads
10596 ____________________________________________________________________________
10597 [  2847] By: jhi                                   on 1999/02/09  19:13:28
10598         Log: Integrate from mainperl.
10599      Branch: cfgperl
10600           !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
10601           !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
10602 ____________________________________________________________________________
10603 [  2846] By: gsar                                  on 1999/02/09  13:53:28
10604         Log: a modified version of suggested patch for pack template 'Z'; added docs
10605              From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
10606              Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
10607              Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
10608              Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
10609      Branch: perl
10610            ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
10611 ____________________________________________________________________________
10612 [  2845] By: gsar                                  on 1999/02/09  00:03:26
10613         Log: clarify docs for change#2835
10614      Branch: perl
10615            ! pod/perldelta.pod pod/perlop.pod
10616 ____________________________________________________________________________
10617 [  2844] By: gsar                                  on 1999/02/08  23:40:57
10618         Log: addendum to change#2823
10619              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
10620              Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
10621              Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
10622              Subject: [PATCH] Docs and tests for method-call syntax
10623      Branch: perl
10624            ! pod/perlobj.pod t/op/method.t
10625 ____________________________________________________________________________
10626 [  2843] By: jhi                                   on 1999/02/08  21:06:28
10627         Log: Ultrix mmap tidbit.
10628      Branch: cfgperl
10629            ! hints/ultrix_4.sh
10630 ____________________________________________________________________________
10631 [  2842] By: jhi                                   on 1999/02/08  20:22:55
10632         Log: Integrate from mainperl.
10633      Branch: cfgperl
10634           +> t/op/subst_wamp.t
10635           !> (integrate 35 files)
10636 ____________________________________________________________________________
10637 [  2841] By: jhi                                   on 1999/02/08  18:23:26
10638         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10639              To: Mailing list Perl5 <perl5-porters@perl.org>
10640              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
10641              Date: Sun, 7 Feb 1999 17:25:22 -0500
10642              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
10643      Branch: cfgperl
10644            + t/op/subst_amp.t
10645            ! MANIFEST regcomp.c t/op/subst.t
10646 ____________________________________________________________________________
10647 [  2840] By: jhi                                   on 1999/02/08  18:16:54
10648         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10649              To: Mailing list Perl5 <perl5-porters@perl.org>
10650              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
10651              Date: Sun, 7 Feb 1999 17:00:10 -0500
10652              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
10653      Branch: cfgperl
10654            ! pp_hot.c t/op/pat.t
10655 ____________________________________________________________________________
10656 [  2839] By: jhi                                   on 1999/02/08  17:25:30
10657         Log: A require was missing.
10658      Branch: cfgperl
10659            ! t/lib/h2ph.pht
10660 ____________________________________________________________________________
10661 [  2838] By: jhi                                   on 1999/02/08  16:38:41
10662         Log: Bring in the change #2809 (the Configure part has been
10663              modified rather a lot since the #2809, though.)
10664      Branch: cfgperl
10665            ! Configure utils/h2ph.PL
10666 ____________________________________________________________________________
10667 [  2835] By: gsar                                  on 1999/02/08  14:40:23
10668         Log: make qw() into a true list at compile time (slightly modified
10669              variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
10670      Branch: perl
10671            ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
10672 ____________________________________________________________________________
10673 [  2834] By: gsar                                  on 1999/02/08  13:23:16
10674         Log: make safesysmalloc() etc., always available; safemalloc() et al are
10675              now macros that point to the right malloc; fix various places in
10676              sources that need to always use safesysmalloc() et al
10677      Branch: perl
10678            ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
10679            ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
10680 ____________________________________________________________________________
10681 [  2833] By: gsar                                  on 1999/02/08  10:56:16
10682         Log: remove spurious #endif in last change
10683      Branch: perl
10684            ! perl.h
10685 ____________________________________________________________________________
10686 [  2832] By: gsar                                  on 1999/02/08  10:34:55
10687         Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
10688              them ask for insanity (untested)
10689      Branch: perl
10690            ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
10691            ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
10692            ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
10693 ____________________________________________________________________________
10694 [  2831] By: jhi                                   on 1999/02/08  08:33:33
10695         Log: Update vms/subconfigure.com along the lines of change #2829.
10696      Branch: cfgperl
10697            ! vms/subconfigure.com
10698 ____________________________________________________________________________
10699 [  2830] By: gsar                                  on 1999/02/08  00:19:46
10700         Log: integrate cfgperl changes into mainline
10701      Branch: perl
10702           +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
10703           +> lib/File/PathConvert.pm pod/perlthrtut.pod
10704            ! Changes
10705           !> (integrate 93 files)
10706 ____________________________________________________________________________
10707 [  2829] By: jhi                                   on 1999/02/07  23:49:46
10708         Log: Configure update.
10709              
10710              Probe for mmap() et alia.
10711              The *cc*symbols patch (just Configure, no h2ph).
10712      Branch: cfgperl
10713            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10714            ! config_h.SH perl.h
10715 ____________________________________________________________________________
10716 [  2828] By: gsar                                  on 1999/02/07  23:38:47
10717         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10718              Date: Sun, 7 Feb 1999 17:25:22 -0500
10719              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
10720              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
10721      Branch: perl
10722            + t/op/subst_amp.t t/op/subst_wamp.t
10723            ! MANIFEST regcomp.c t/op/subst.t
10724 ____________________________________________________________________________
10725 [  2827] By: gsar                                  on 1999/02/07  23:27:32
10726         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10727              Date: Sun, 7 Feb 1999 17:00:10 -0500
10728              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
10729              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
10730      Branch: perl
10731            ! pp_hot.c t/op/pat.t
10732 ____________________________________________________________________________
10733 [  2826] By: gsar                                  on 1999/02/07  23:26:04
10734         Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
10735              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10736              Date: Sun, 7 Feb 1999 15:07:27 -0500
10737              Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
10738              Subject: Re: fixing memory leaks in REx compilation
10739      Branch: perl
10740            ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
10741            ! regexec.c
10742 ____________________________________________________________________________
10743 [  2825] By: jhi                                   on 1999/02/07  18:05:13
10744         Log: Integrate from mainperl.
10745      Branch: cfgperl
10746           +> lib/DB.pm t/comp/bproto.t
10747           !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
10748           !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
10749           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
10750           !> toke.c vms/perly_c.vms
10751 ____________________________________________________________________________
10752 [  2824] By: gsar                                  on 1999/02/07  14:21:48
10753         Log: tweak doc on bitwise ops
10754      Branch: perl
10755            ! pod/perlop.pod
10756 ____________________________________________________________________________
10757 [  2823] By: gsar                                  on 1999/02/07  13:38:31
10758         Log: applied suggested patch; regen perly* and vms/perly*
10759              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
10760              Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
10761              Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
10762              Subject: [PATCH] Re: Suggestion for perlobj man page
10763      Branch: perl
10764            ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
10765 ____________________________________________________________________________
10766 [  2822] By: gsar                                  on 1999/02/07  12:39:09
10767         Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
10768              disabled, fails tests)
10769      Branch: perl
10770            ! regcomp.h
10771 ____________________________________________________________________________
10772 [  2821] By: gsar                                  on 1999/02/07  11:09:39
10773         Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
10774              <Alexander.Barilo@aexp.com>)
10775      Branch: perl
10776            ! lib/Pod/Html.pm
10777 ____________________________________________________________________________
10778 [  2820] By: gsar                                  on 1999/02/07  10:20:35
10779         Log: add draft debugging API implementation
10780      Branch: perl
10781            + lib/DB.pm
10782            ! MANIFEST
10783 ____________________________________________________________________________
10784 [  2819] By: gsar                                  on 1999/02/07  09:58:45
10785         Log: avoid garbage in db->dirbuf
10786              From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
10787              Date: Sat, 05 Dec 1998 14:14:54 +0900
10788              Message-Id: <199812050514.OAA23268@toshiba.co.jp>
10789              Subject: SDBM bug
10790      Branch: perl
10791            ! ext/SDBM_File/sdbm/sdbm.c
10792 ____________________________________________________________________________
10793 [  2818] By: gsar                                  on 1999/02/07  09:32:24
10794         Log: missing entry
10795      Branch: perl
10796            ! MANIFEST
10797 ____________________________________________________________________________
10798 [  2817] By: gsar                                  on 1999/02/07  09:30:47
10799         Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
10800      Branch: perl
10801            + t/comp/bproto.t
10802            ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
10803 ____________________________________________________________________________
10804 [  2816] By: gsar                                  on 1999/02/06  00:14:29
10805         Log: minor bug in dumping blessed subrefs
10806      Branch: perl
10807            ! ext/Data/Dumper/Dumper.pm
10808 ____________________________________________________________________________
10809 [  2812] By: jhi                                   on 1999/02/03  22:02:24
10810         Log: Enhance change #2808.
10811              
10812              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
10813              To: perl5-porters@perl.org
10814              Subject: Re: [PATCH 5.00*]: perlbug checklist
10815              Date: Wed, 3 Feb 1999 19:02:27 +0000
10816              Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
10817      Branch: cfgperl
10818            ! utils/perlbug.PL
10819 ____________________________________________________________________________
10820 [  2811] By: jhi                                   on 1999/02/03  21:53:23
10821         Log: From: Barrie Slaymaker <rbs@telerama.com>
10822              To: perl5-porters@perl.org
10823              CC: pod-people@perl.org
10824              Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
10825              Date: Wed, 03 Feb 1999 10:34:18 -0500
10826              Message-ID: <36B86C7A.E99EFFF1@telerama.com>
10827              
10828              Add File::PathConvert.pm.
10829              Fix Pod::Html and installhtml to understand relative urls.
10830      Branch: cfgperl
10831            + lib/File/PathConvert.pm
10832            ! MANIFEST installhtml lib/Pod/Html.pm
10833 ____________________________________________________________________________
10834 [  2810] By: jhi                                   on 1999/02/03  20:25:10
10835         Log: From: Francois Desarmenien <desar@club-internet.fr>
10836              To: Mailing list Perl5 <perl5-porters@perl.org>
10837              Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
10838              Date: Wed, 03 Feb 1999 13:13:24 +0000
10839              Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
10840              
10841              (note: this patch completely overrides Tom Wolfe's patch,
10842              change #2604)
10843      Branch: cfgperl
10844            + ext/GDBM_File/hints/sco.pl
10845            ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
10846 ____________________________________________________________________________
10847 [  2809] By: jhi                                   on 1999/02/03  19:54:16
10848         Log: h2ph fixes + Configure patch to support them.
10849              
10850              From: "Kurt D. Starsinic" <kstar@chapin.edu>
10851              To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
10852              Gurusamy Sarathy <gsar@engin.umich.edu>
10853              Cc: perl5-porters@perl.org
10854              Subject: [PATCH 5.00503_MT5] h2ph.PL
10855              Date: Tue, 2 Feb 1999 19:48:06 -0500
10856              Message-ID: <19990202194806.E10647@O2.chapin.edu>
10857      Branch: maint-5.005/perl
10858            ! Configure utils/h2ph.PL
10859 ____________________________________________________________________________
10860 [  2808] By: jhi                                   on 1999/02/03  16:59:55
10861         Log: Enhance the perlbug checklist.
10862      Branch: cfgperl
10863            ! utils/perlbug.PL
10864 ____________________________________________________________________________
10865 [  2807] By: jhi                                   on 1999/02/03  14:01:37
10866         Log: Document the standard strftime %formats.
10867              
10868              From: Dominic Dunlop <domo@vo.lu>
10869              To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
10870              Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
10871              Date: Tue, 2 Feb 1999 15:55:29 +0100
10872              Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
10873      Branch: cfgperl
10874            ! ext/POSIX/POSIX.pod
10875 ____________________________________________________________________________
10876 [  2806] By: jhi                                   on 1999/02/03  13:58:00
10877         Log: Integrate from mainperl.
10878      Branch: cfgperl
10879           !> perl.h
10880 ____________________________________________________________________________
10881 [  2805] By: gsar                                  on 1999/02/03  03:32:31
10882         Log: PL_uuemap[] init needs help for sizeof()
10883      Branch: perl
10884            ! perl.h
10885 ____________________________________________________________________________
10886 [  2804] By: jhi                                   on 1999/02/02  20:44:30
10887         Log: These should've been already in #2803.
10888      Branch: cfgperl
10889            ! Configure config_h.SH vms/subconfigure.com
10890 ____________________________________________________________________________
10891 [  2803] By: jhi                                   on 1999/02/02  20:38:45
10892         Log: telldir prototype issue, from mists of time...
10893      Branch: cfgperl
10894            ! hints/netbsd.sh pp_sys.c
10895 ____________________________________________________________________________
10896 [  2801] By: jhi                                   on 1999/02/02  17:40:14
10897         Log: From: John Bley <jbb6@acpub.duke.edu>
10898              To: perlbug@perl.org
10899              Subject: [PATCH]5.005_54 (DOC) fix minor typos
10900              Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
10901              Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
10902      Branch: cfgperl
10903            ! pod/perlre.pod
10904 ____________________________________________________________________________
10905 [  2800] By: jhi                                   on 1999/02/02  17:26:49
10906         Log: Update todo with POSIX 1003.1 1996 Edition reminder.
10907      Branch: cfgperl
10908            ! Todo-5.005
10909 ____________________________________________________________________________
10910 [  2799] By: jhi                                   on 1999/02/02  17:18:51
10911         Log: Update FindBin from maint-5.005.
10912      Branch: cfgperl
10913            ! lib/FindBin.pm
10914 ____________________________________________________________________________
10915 [  2798] By: jhi                                   on 1999/02/02  17:16:07
10916         Log: Fix typecasts in #2797
10917              
10918              From: "G. Del Merritt" <del@intranetics.com>
10919              Date: Fri, 29 Jan 1999 11:47:25 -0700
10920              Message-Id: <199901291847.LAA04828@jhereg.perl.com>
10921              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
10922      Branch: cfgperl
10923            ! ext/POSIX/POSIX.xs
10924 ____________________________________________________________________________
10925 [  2797] By: jhi                                   on 1999/02/02  17:14:37
10926         Log: From: Ted Law <tedlaw@cibcwg.com>
10927              Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
10928              Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
10929              Subject: POSIX::strftime buffer overflow problem
10930      Branch: cfgperl
10931            ! ext/POSIX/POSIX.xs
10932 ____________________________________________________________________________
10933 [  2796] By: jhi                                   on 1999/02/02  17:13:23
10934         Log: Do not use File::Slurp.
10935      Branch: cfgperl
10936            ! t/lib/textfill.t
10937 ____________________________________________________________________________
10938 [  2795] By: jhi                                   on 1999/02/02  17:11:48
10939         Log: perlhist update from maint-5.005.
10940      Branch: cfgperl
10941            ! pod/perlhist.pod
10942 ____________________________________________________________________________
10943 [  2794] By: jhi                                   on 1999/02/02  17:10:33
10944         Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
10945      Branch: cfgperl
10946            ! ext/POSIX/POSIX.pm
10947 ____________________________________________________________________________
10948 [  2793] By: jhi                                   on 1999/02/02  17:08:39
10949         Log: Missed the html test from change #2787. 
10950      Branch: cfgperl
10951            ! t/lib/cgi-html.t
10952 ____________________________________________________________________________
10953 [  2792] By: jhi                                   on 1999/02/02  17:01:24
10954         Log: Update Getopt::Long to 2.19.
10955      Branch: cfgperl
10956            ! lib/Getopt/Long.pm
10957 ____________________________________________________________________________
10958 [  2791] By: jhi                                   on 1999/02/02  16:59:13
10959         Log: overload syntax is no longer experimental
10960      Branch: cfgperl
10961            ! lib/overload.pm
10962 ____________________________________________________________________________
10963 [  2789] By: jhi                                   on 1999/02/02  16:47:50
10964         Log: Still doc fixes.
10965      Branch: cfgperl
10966            ! lib/diagnostics.pm
10967 ____________________________________________________________________________
10968 [  2788] By: jhi                                   on 1999/02/02  16:47:07
10969         Log: Doc fixes.
10970      Branch: cfgperl
10971            ! lib/CGI.pm lib/diagnostics.pm
10972 ____________________________________________________________________________
10973 [  2787] By: jhi                                   on 1999/02/02  16:38:55
10974         Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
10975              where applicable).
10976      Branch: cfgperl
10977            ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
10978            ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
10979            ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
10980            ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
10981            ! eg/cgi/frameset.cgi eg/cgi/index.html
10982            ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
10983            ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
10984            ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
10985            ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
10986            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
10987            ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
10988 ____________________________________________________________________________
10989 [  2786] By: jhi                                   on 1999/02/02  16:17:52
10990         Log: Update CPAN to 1.47.
10991      Branch: cfgperl
10992            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
10993 ____________________________________________________________________________
10994 [  2785] By: jhi                                   on 1999/02/02  16:09:03
10995         Log: From: Mark-Jason Dominus <mjd@plover.com>
10996              Date: Sat, 16 Jan 1999 17:22:06 -0500
10997              Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
10998              Message-ID: <19990116222206.3674.qmail@plover.com>
10999      Branch: cfgperl
11000            ! pod/perlsub.pod
11001 ____________________________________________________________________________
11002 [  2784] By: jhi                                   on 1999/02/02  16:01:31
11003         Log: Fix incorrect "used only once" warnings
11004              
11005              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11006              Date: Fri, 8 Jan 1999 04:37:10 -0500
11007              Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
11008              Subject: Re: change#965 flakiness
11009      Branch: cfgperl
11010            ! gv.c
11011 ____________________________________________________________________________
11012 [  2783] By: jhi                                   on 1999/02/02  15:50:38
11013         Log: perldelta updates.
11014      Branch: cfgperl
11015            ! pod/perldelta.pod
11016 ____________________________________________________________________________
11017 [  2782] By: jhi                                   on 1999/02/02  14:28:26
11018         Log: Mirror change #2781.
11019      Branch: cfgperl
11020            ! hints/linux.sh
11021 ____________________________________________________________________________
11022 [  2781] By: jhi                                   on 1999/02/02  14:27:01
11023         Log: Update the MkLinux note.
11024      Branch: maint-5.005/perl
11025            ! hints/linux.sh
11026 ____________________________________________________________________________
11027 [  2780] By: jhi                                   on 1999/02/02  14:10:59
11028         Log: Update todo.
11029      Branch: cfgperl
11030            ! Todo-5.005
11031 ____________________________________________________________________________
11032 [  2779] By: jhi                                   on 1999/02/02  14:00:25
11033         Log: Integrate from mainperl.
11034      Branch: cfgperl
11035            ! t/lib/textfill.t t/lib/textwrap.t
11036           !> (integrate 32 files)
11037 ____________________________________________________________________________
11038 [  2778] By: jhi                                   on 1999/02/02  13:56:23
11039         Log: VMS update, applicable parts of
11040              
11041              From: Dan Sugalski <sugalskd@osshe.edu>
11042              To: perl5-porters@perl.org
11043              Subject: [PATCH 5.005_03MT3]VMS configure tweak
11044              Date: Wed, 20 Jan 1999 12:05:18 -0800
11045              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
11046              
11047              From: Dan Sugalski <sugalskd@osshe.edu>
11048              To: perlbug@perl.com, vmsperl@perl.org
11049              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
11050              Date: Tue, 26 Jan 1999 14:40:38 -0800
11051              Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
11052              
11053              From: Dan Sugalski <sugalskd@osshe.edu>
11054              To: perl5-porters@perl.org, vmsperl@perl.org
11055              Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
11056              Date: Tue, 26 Jan 1999 14:55:29 -0800
11057              Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
11058      Branch: cfgperl
11059            ! vms/ext/Stdio/test.pl vms/subconfigure.com
11060 ____________________________________________________________________________
11061 [  2777] By: jhi                                   on 1999/02/02  13:43:24
11062         Log: Synch usethreads parts from maint-5.005.
11063      Branch: cfgperl
11064            ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
11065            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
11066            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
11067            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
11068 ____________________________________________________________________________
11069 [  2776] By: jhi                                   on 1999/02/02  13:17:16
11070         Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
11071      Branch: cfgperl
11072            ! Makefile.SH hints/freebsd.sh
11073 ____________________________________________________________________________
11074 [  2774] By: jhi                                   on 1999/02/02  13:10:39
11075         Log: Add perlthrtut, update pod/* machinery.
11076              (a pod/Makefile.SH is sorely needed)
11077      Branch: cfgperl
11078            + pod/perlthrtut.pod
11079            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
11080 ____________________________________________________________________________
11081 [  2773] By: jhi                                   on 1999/02/02  12:54:24
11082         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
11083              To: perl5-porters@perl.org
11084              Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
11085              Date: Tue, 26 Jan 1999 22:25:07 +0000
11086              Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
11087      Branch: cfgperl
11088            ! pod/perlguts.pod
11089 ____________________________________________________________________________
11090 [  2771] By: jhi                                   on 1999/02/02  12:47:34
11091         Log: Use perlbug instead of personal email address.
11092      Branch: cfgperl
11093            ! Configure
11094 ____________________________________________________________________________
11095 [  2770] By: jhi                                   on 1999/02/02  12:42:06
11096         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
11097              
11098              From: "G. Del Merritt" <del@intranetics.com>
11099              To: perlbug@perl.com
11100              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
11101              Date: Tue, 26 Jan 1999 12:09:09 -0700
11102              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
11103      Branch: cfgperl
11104            ! iperlsys.h
11105 ____________________________________________________________________________
11106 [  2769] By: jhi                                   on 1999/02/02  12:37:57
11107         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11108              To: Mailing list Perl5 <perl5-porters@perl.org>
11109              Subject: [PATCH 5.005_*] OS/2 threads
11110              Date: Tue, 26 Jan 1999 13:39:46 -0500
11111              Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
11112      Branch: cfgperl
11113            ! os2/os2ish.h
11114 ____________________________________________________________________________
11115 [  2768] By: jhi                                   on 1999/02/02  12:36:16
11116         Log: Apply change #2711 from maint-5.005:
11117              
11118              make ok", "make okfile", and "make nok" were broken
11119              with -Duseshrplib, because of a shared typo.
11120              
11121              From: Spider Boardman <spider@web.zk3.dec.com>
11122              To: perlbug@perl.com
11123              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
11124              Date: Wed, 27 Jan 1999 12:27:15 -0500
11125              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
11126      Branch: cfgperl
11127            ! Makefile.SH
11128 ____________________________________________________________________________
11129 [  2766] By: jhi                                   on 1999/02/02  12:27:08
11130         Log: Make Configure use "int main()" instead of bare "main()".
11131              Like maint-5.005 change #2703 but now via metaconfig.
11132      Branch: cfgperl
11133            ! Configure
11134 ____________________________________________________________________________
11135 [  2765] By: jhi                                   on 1999/02/02  11:59:30
11136         Log: Undo part of change #2562.
11137      Branch: cfgperl
11138            ! Configure
11139 ____________________________________________________________________________
11140 [  2764] By: jhi                                   on 1999/02/02  11:52:39
11141         Log: NetBSD synch with maint-5.005.
11142      Branch: cfgperl
11143            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
11144 ____________________________________________________________________________
11145 [  2763] By: jhi                                   on 1999/02/02  11:44:07
11146         Log: $Config{installusrbinperl}
11147              (maint-5.005 changes #2614 and #2709)
11148      Branch: cfgperl
11149            ! Configure installperl
11150 ____________________________________________________________________________
11151 [  2762] By: jhi                                   on 1999/02/02  11:29:13
11152         Log: Errno update from maint-5.005 (changes #2583, #2710).
11153      Branch: cfgperl
11154            ! Configure ext/Errno/Errno_pm.PL
11155 ____________________________________________________________________________
11156 [  2759] By: jhi                                   on 1999/02/02  10:53:20
11157         Log: Update Trig.pm from maint-5.005.
11158      Branch: cfgperl
11159            ! lib/Math/Trig.pm
11160 ____________________________________________________________________________
11161 [  2757] By: jhi                                   on 1999/02/02  10:41:26
11162         Log: MPE/iX update (mirror maint-5.005 change #2715)
11163      Branch: cfgperl
11164            ! hints/mpeix.sh mpeix/relink
11165 ____________________________________________________________________________
11166 [  2756] By: jhi                                   on 1999/02/02  10:38:08
11167         Log: BeOS update (Mirror maint-5.005 change #2727).
11168      Branch: cfgperl
11169            + ext/DynaLoader/dl_beos.xs
11170            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
11171            ! lib/ExtUtils/MM_Unix.pm
11172 ____________________________________________________________________________
11173 [  2754] By: gsar                                  on 1999/02/02  08:52:13
11174         Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
11175      Branch: perl
11176            ! Porting/pumpkin.pod Todo Todo-5.005
11177 ____________________________________________________________________________
11178 [  2753] By: gsar                                  on 1999/02/02  08:46:21
11179         Log: Todo tweaks
11180      Branch: perl
11181            ! Todo Todo-5.005
11182 ____________________________________________________________________________
11183 [  2752] By: jhi                                   on 1999/02/01  22:15:12
11184         Log: Add perlthrtut.pod.
11185              
11186              From: Dan Sugalski <sugalskd@osshe.edu>
11187              To: perl5-porters@perl.org
11188              Subject: perlthrtut.pod
11189              Date: Mon, 01 Feb 1999 10:57:11 -0800
11190              Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
11191      Branch: maint-5.005/perl
11192            + pod/perlthrtut.pod
11193            ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
11194            ! pod/roffitall
11195 ____________________________________________________________________________
11196 [  2751] By: gsar                                  on 1999/02/01  07:28:05
11197         Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
11198      Branch: perl
11199            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
11200            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
11201 ____________________________________________________________________________
11202 [  2750] By: gsar                                  on 1999/02/01  07:09:20
11203         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11204              Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
11205              Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
11206              Subject: [PATCH 5.005_53] Debugging REx with lookbehind
11207      Branch: perl
11208            ! regexec.c
11209 ____________________________________________________________________________
11210 [  2749] By: gsar                                  on 1999/02/01  07:07:59
11211         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11212              Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
11213              Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
11214              Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
11215      Branch: perl
11216            ! regexec.c
11217 ____________________________________________________________________________
11218 [  2748] By: gsar                                  on 1999/02/01  06:47:06
11219         Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
11220              Date: Thu, 3 Dec 1998 15:10:17 -0500
11221              Message-Id: <199812032010.PAA09692@jik.shore.net>
11222              Subject: sample checksum code in "perlfunc" man page is wrong
11223      Branch: perl
11224            ! pod/perlfunc.pod
11225 ____________________________________________________________________________
11226 [  2747] By: gsar                                  on 1999/02/01  06:35:13
11227         Log: typos in Pod/Text.pm
11228              From: "Greg Chapman" <glc@well.com>
11229              Date: Tue, 1 Dec 1998 10:50:18 -0800
11230              Message-Id: <199812011849.KAA08816@smtp.well.com>
11231              Subject: Glitch in Pod::Text
11232      Branch: perl
11233            ! lib/Pod/Text.pm
11234 ____________________________________________________________________________
11235 [  2746] By: gsar                                  on 1999/02/01  06:27:35
11236         Log: various win32-ish changes merged from maint-5.005
11237      Branch: perl
11238            ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
11239            ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
11240            ! win32/Makefile win32/config.bc win32/config.vc
11241            ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
11242            ! win32/win32.c
11243 ____________________________________________________________________________
11244 [  2745] By: gsar                                  on 1999/02/01  04:51:54
11245         Log: integrate cfgperl changes into mainline
11246      Branch: perl
11247           !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
11248 ____________________________________________________________________________
11249 [  2744] By: gsar                                  on 1999/02/01  04:31:09
11250         Log: improved diagnostic on syntax errors at EOL
11251      Branch: perl
11252            ! toke.c
11253 ____________________________________________________________________________
11254 [  2743] By: gsar                                  on 1999/02/01  03:59:13
11255         Log: don't attempt connect() to bogus IP addresses
11256              From:    Graham Barr <gbarr@pobox.com>
11257              Date:    Sun, 31 Jan 1999 21:50:45 CST
11258              Message-Id: <19990131215045.A633@pobox.com>
11259      Branch: perl
11260            ! t/lib/io_multihomed.t
11261 ____________________________________________________________________________
11262 [  2742] By: gsar                                  on 1999/02/01  03:08:58
11263         Log: update Changes
11264      Branch: perl
11265            ! Changes pod/perldelta.pod
11266 ____________________________________________________________________________
11267 [  2740] By: gsar                                  on 1999/02/01  02:43:07
11268         Log: CAPI inheritance tweak and doc
11269      Branch: maint-5.005/perl
11270            ! lib/ExtUtils/MakeMaker.pm
11271 ____________________________________________________________________________
11272 [  2739] By: jhi                                   on 1999/01/31  18:31:54
11273         Log: Undo changes #2730 and #2731 and replace them
11274              with an extensively tested patch from
11275              Anton Berezin <tobez@plab.ku.dk> (via private email).
11276      Branch: maint-5.005/perl
11277            ! Makefile.SH hints/freebsd.sh
11278 ____________________________________________________________________________
11279 [  2738] By: gsar                                  on 1999/01/31  05:04:32
11280         Log: fix bogus CAPI inheritance from change#2541
11281      Branch: maint-5.005/perl
11282            ! lib/ExtUtils/MakeMaker.pm
11283 ____________________________________________________________________________
11284 [  2731] By: jhi                                   on 1999/01/29  14:33:12
11285         Log: FreeBSD version numbers can be like "2.2.8-release".
11286      Branch: maint-5.005/perl
11287            ! hints/freebsd.sh
11288 ____________________________________________________________________________
11289 [  2730] By: jhi                                   on 1999/01/29  12:40:38
11290         Log: FreeBSD hints iteration (hopefully convergent).
11291              usethreads: require at least FreeBSD 2.2.8.
11292              signal type: mirror change #2429 in cfgperl.
11293      Branch: maint-5.005/perl
11294            ! hints/freebsd.sh
11295 ____________________________________________________________________________
11296 [  2727] By: gbarr                                 on 1999/01/29  04:09:57
11297         Log: From: Tom Spindler <dogcow@isi.net>
11298              Date: Thu, 28 Jan 1999 17:15:11 -0800
11299              Message-ID: <19990128171510.A11778@isi.net>
11300              Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
11301      Branch: maint-5.005/perl
11302            + ext/DynaLoader/dl_beos.xs
11303            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
11304            ! lib/ExtUtils/MM_Unix.pm
11305 ____________________________________________________________________________
11306 [  2726] By: gbarr                                 on 1999/01/29  03:30:51
11307         Log: Remove use of File::Slurp in t/lib/textfill.t
11308      Branch: maint-5.005/perl
11309            ! t/lib/textfill.t
11310 ____________________________________________________________________________
11311 [  2725] By: gbarr                                 on 1999/01/29  03:11:41
11312         Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
11313              Date: Wed, 27 Jan 1999 23:14:33 -0800
11314              Message-Id: <199901280714.XAA10176@activestate.com>
11315              Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
11316      Branch: maint-5.005/perl
11317            ! win32/Makefile win32/makefile.mk
11318 ____________________________________________________________________________
11319 [  2720] By: gsar                                  on 1999/01/27  21:54:42
11320         Log: missing space while munging CCFLAGS for PERL_CAPI
11321      Branch: perl
11322            ! lib/ExtUtils/MM_Unix.pm
11323 ____________________________________________________________________________
11324 [  2718] By: jhi                                   on 1999/01/27  19:46:04
11325         Log: io/fs.t fails test #18 (sense of tests appears to have been
11326              changed incompletely; this patch just skips the test attached,
11327              a la test #17 preceding it).
11328              
11329              From: "G. Del Merritt" <del@intranetics.com>
11330              To: perlbug@perl.com
11331              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
11332              Date: Tue, 26 Jan 1999 12:09:09 -0700
11333              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
11334      Branch: maint-5.005/perl
11335            ! t/io/fs.t
11336 ____________________________________________________________________________
11337 [  2717] By: jhi                                   on 1999/01/27  19:44:46
11338         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
11339              
11340              From: "G. Del Merritt" <del@intranetics.com>
11341              To: perlbug@perl.com
11342              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
11343              Date: Tue, 26 Jan 1999 12:09:09 -0700
11344              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
11345      Branch: maint-5.005/perl
11346            ! iperlsys.h
11347 ____________________________________________________________________________
11348 [  2715] By: jhi                                   on 1999/01/27  19:34:28
11349         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
11350              To: perl5-porters@perl.org
11351              Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
11352              Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
11353              Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
11354      Branch: maint-5.005/perl
11355            ! hints/mpeix.sh mpeix/relink
11356 ____________________________________________________________________________
11357 [  2710] By: jhi                                   on 1999/01/27  19:22:23
11358         Log: Errno fixes:
11359              
11360              From: Spider Boardman <spider@web.zk3.dec.com>
11361              To: perlbug@perl.com
11362              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
11363              Date: Wed, 27 Jan 1999 12:27:15 -0500
11364              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
11365              
11366              From: Spider Boardman <spider@web.zk3.dec.com>
11367              To: perlbug@perl.com
11368              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
11369              Date: Wed, 27 Jan 1999 13:31:16 -0500
11370              Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
11371      Branch: maint-5.005/perl
11372            ! Configure ext/Errno/Errno_pm.PL
11373 ____________________________________________________________________________
11374 [  2709] By: jhi                                   on 1999/01/27  19:17:35
11375         Log: Fix Configure installusrbinperl:
11376              
11377              From: Spider Boardman <spider@web.zk3.dec.com>
11378              To: jhi@iki.fi
11379              cc: perl5-porters@perl.org
11380              Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
11381              Date: Wed, 27 Jan 1999 13:03:35 -0500
11382              Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
11383      Branch: maint-5.005/perl
11384            ! Configure
11385 ____________________________________________________________________________
11386 [  2707] By: gbarr                                 on 1999/01/26  02:06:17
11387         Log: Add redef IO::Handle::* for setv?buf()
11388      Branch: maint-5.005/perl
11389            ! ext/POSIX/POSIX.pm
11390 ____________________________________________________________________________
11391 [  2705] By: jhi                                   on 1999/01/24  15:14:30
11392         Log: Mention year-1900 and month 0..11.
11393      Branch: cfgperl
11394            ! lib/Time/Local.pm
11395 ____________________________________________________________________________
11396 [  2704] By: jhi                                   on 1999/01/24  15:13:36
11397         Log: Document Configure -Uinstallusrbinperl.
11398      Branch: cfgperl
11399            ! INSTALL pod/perldelta.pod
11400 ____________________________________________________________________________
11401 [  2698] By: jhi                                   on 1999/01/24  12:46:00
11402         Log: Use only xlc_r for usethreads.
11403      Branch: cfgperl
11404            ! hints/aix.sh
11405 ____________________________________________________________________________
11406 [  2695] By: gsar                                  on 1999/01/24  07:09:05
11407         Log: integrate cfgperl changes into mainline
11408      Branch: perl
11409           +> lib/Exporter/Heavy.pm
11410           !> (integrate 65 files)
11411 ____________________________________________________________________________
11412 [  2694] By: gsar                                  on 1999/01/24  01:28:49
11413         Log: better notes on 'make' on win32
11414      Branch: perl
11415            ! README.win32
11416 ____________________________________________________________________________
11417 [  2683] By: jhi                                   on 1999/01/22  15:41:00
11418         Log: More de-cut-and-pastos.
11419      Branch: cfgperl
11420            ! hints/irix_6.sh hints/os2.sh
11421 ____________________________________________________________________________
11422 [  2682] By: jhi                                   on 1999/01/22  15:30:51
11423         Log: usethreads.cbu cut-and-pasto.
11424      Branch: cfgperl
11425            ! hints/solaris_2.sh
11426 ____________________________________________________________________________
11427 [  2681] By: jhi                                   on 1999/01/22  14:54:55
11428         Log: Better (I hope) LANGUAGE documentation.
11429      Branch: cfgperl
11430            ! pod/perllocale.pod
11431 ____________________________________________________________________________
11432 [  2680] By: jhi                                   on 1999/01/22  09:20:29
11433         Log: From: Dan Sugalski <sugalskd@osshe.edu>
11434              To: perl5-porters@perl.org
11435              Subject: [PATCH 5.005_03MT3]VMS configure tweak
11436              Date: Wed, 20 Jan 1999 12:05:18 -0800
11437              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
11438      Branch: cfgperl
11439            ! vms/subconfigure.com
11440 ____________________________________________________________________________
11441 [  2679] By: jhi                                   on 1999/01/22  09:13:18
11442         Log: nosuid getmntent() branch.
11443      Branch: cfgperl
11444            ! perl.c perl.h
11445 ____________________________________________________________________________
11446 [  2678] By: jhi                                   on 1999/01/22  08:54:19
11447         Log: nosuid patch continued: *BSD needs <sys/param.h>.
11448      Branch: cfgperl
11449            ! Configure config_h.SH
11450 ____________________________________________________________________________
11451 [  2676] By: gbarr                                 on 1999/01/22  01:54:02
11452         Log: Fixup FindBin to use File::Spec
11453              
11454              Message-Id: <19990120185157.D24479@west-tip.transeda.com>
11455              Date: Wed, 20 Jan 1999 18:51:57 +0000
11456              From: Paul Johnson <pjcj@transeda.com>
11457              Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
11458      Branch: maint-5.005/perl
11459            ! lib/FindBin.pm
11460 ____________________________________________________________________________
11461 [  2671] By: gbarr                                 on 1999/01/22  00:40:13
11462         Log: Fix win32 for Borland compiler and spaces in paths
11463              
11464              From: Gurusamy Sarathy <gsar@activestate.com>
11465              Date: Mon, 18 Jan 1999 20:33:17 -0800
11466              Message-Id: <199901190433.UAA03656@activestate.com>
11467              Subject: [PATCH] 5.005_03-trial3 win32 issues
11468      Branch: maint-5.005/perl
11469            ! README.win32 win32/Makefile win32/config_sh.PL
11470            ! win32/makefile.mk win32/runperl.c
11471 ____________________________________________________________________________
11472 [  2670] By: jhi                                   on 1999/01/21  16:12:38
11473         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11474              To: perl5-porters@perl.org
11475              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
11476              Date: Thu, 21 Jan 1999 12:08:01 +0000
11477              Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
11478      Branch: cfgperl
11479            ! pod/perldiag.pod t/op/subst.t toke.c
11480 ____________________________________________________________________________
11481 [  2669] By: jhi                                   on 1999/01/21  16:11:46
11482         Log: To: perl5-porters@perl.org
11483              Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
11484              From: Anton Berezin <tobez@plab.ku.dk>
11485              Date: 21 Jan 1999 17:07:28 +0100
11486              Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
11487      Branch: cfgperl
11488            ! hints/freebsd.sh
11489 ____________________________________________________________________________
11490 [  2668] By: jhi                                   on 1999/01/21  15:38:34
11491         Log: Add Daniel Grisinger <dgris@dimensional.com>.
11492      Branch: cfgperl
11493            ! AUTHORS MAINTAIN
11494 ____________________________________________________________________________
11495 [  2667] By: jhi                                   on 1999/01/21  15:32:28
11496         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11497              To: Mailing list Perl5 <perl5-porters@perl.org>
11498              Subject: [PATCH 5.005_53] Lean Exporter.pm
11499              Date: Thu, 21 Jan 1999 03:25:23 -0500
11500              Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
11501      Branch: cfgperl
11502            + lib/Exporter/Heavy.pm
11503            ! MANIFEST lib/Exporter.pm
11504 ____________________________________________________________________________
11505 [  2666] By: jhi                                   on 1999/01/21  15:24:10
11506         Log: From: "W. Phillip Moore" <wpm@ms.com>
11507              To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
11508              Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
11509              Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
11510              Message-ID: <13988.46383.298992.97303@zappa>
11511      Branch: cfgperl
11512            ! lib/File/Path.pm
11513 ____________________________________________________________________________
11514 [  2665] By: jhi                                   on 1999/01/21  15:20:48
11515         Log: CPAN update (CPAN-1.44_54) from Andreas and
11516              jumbo doc patch from Abigail.
11517              
11518              From: abigail@fnx.com
11519              To: perl5-porters@perl.org (Perl Porters)
11520              Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm]  Typos
11521              Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
11522              Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
11523              
11524              From: abigail@fnx.com
11525              To: perl5-porters@perl.org (Perl Porters)
11526              Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
11527              Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
11528              Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
11529              
11530              From: abigail@fnx.com
11531              To: perl5-porters@perl.org (Perl Porters)
11532              Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
11533              Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
11534              Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
11535              
11536              From: abigail@fnx.com
11537              To: perl5-porters@perl.org (Perl Porters)
11538              Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
11539              Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
11540              Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
11541              
11542              From: abigail@fnx.com
11543              To: perl5-porters@perl.org (Perl Porters)
11544              Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
11545              Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
11546              Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
11547              
11548              From: abigail@fnx.com
11549              To: perl5-porters@perl.org (Perl Porters)
11550              Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
11551              Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
11552              Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
11553              
11554              From: abigail@fnx.com
11555              To: perl5-porters@perl.org (Perl Porters)
11556              Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
11557              Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
11558              Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
11559              
11560              From: abigail@fnx.com
11561              To: perl5-porters@perl.org (Perl Porters)
11562              Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
11563              Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
11564              Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
11565              
11566              From: abigail@fnx.com
11567              To: perl5-porters@perl.org (Perl Porters)
11568              Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
11569              Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
11570              Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
11571              
11572              From: abigail@fnx.com
11573              To: perl5-porters@perl.org (Perl Porters)
11574              Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
11575              Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
11576              Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
11577              
11578              From: abigail@fnx.com
11579              To: perl5-porters@perl.org (Perl Porters)
11580              Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos  (ignore previous patch for this file...)
11581              Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
11582              Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
11583              
11584              From: abigail@fnx.com
11585              To: perl5-porters@perl.org (Perl Porters)
11586              Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
11587              Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
11588              Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
11589              
11590              From: abigail@fnx.com
11591              To: perl5-porters@perl.org (Perl Porters)
11592              Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
11593              Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
11594              Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
11595      Branch: cfgperl
11596            ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
11597            ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
11598            ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
11599            ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
11600 ____________________________________________________________________________
11601 [  2664] By: jhi                                   on 1999/01/21  14:47:43
11602         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11603              To: Mailing list Perl5 <perl5-porters@perl.org>
11604              Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
11605              Date: Thu, 21 Jan 1999 03:58:29 -0500
11606              Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
11607      Branch: cfgperl
11608            ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
11609 ____________________________________________________________________________
11610 [  2663] By: jhi                                   on 1999/01/21  14:43:58
11611         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11612              To: Mailing list Perl5 <perl5-porters@perl.org>
11613              Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
11614              Date: Thu, 21 Jan 1999 02:46:34 -0500
11615              Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
11616      Branch: cfgperl
11617            ! ext/Errno/Errno_pm.PL
11618 ____________________________________________________________________________
11619 [  2662] By: jhi                                   on 1999/01/21  14:42:42
11620         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
11621              To: Francois Desarmenien <desar@club-internet.fr>
11622              Cc: Gurusamy Sarathy <gsar@activestate.com>,
11623              Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
11624              Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
11625              Date: 21 Jan 1999 00:17:35 -0700
11626              Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
11627      Branch: cfgperl
11628            ! Porting/patching.pod
11629 ____________________________________________________________________________
11630 [  2661] By: jhi                                   on 1999/01/21  14:41:13
11631         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11632              To: Mailing list Perl5 <perl5-porters@perl.org>
11633              Subject: [PATCH 5.00*] makedepend
11634              Date: Thu, 21 Jan 1999 02:08:27 -0500
11635              Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
11636      Branch: cfgperl
11637            ! makedepend.SH
11638 ____________________________________________________________________________
11639 [  2660] By: jhi                                   on 1999/01/21  14:36:45
11640         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11641              To: Mailing list Perl5 <perl5-porters@perl.org>
11642              Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
11643              Date: Tue, 19 Jan 1999 20:06:45 -0500
11644              Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
11645      Branch: cfgperl
11646            ! os2/Changes os2/os2.c
11647 ____________________________________________________________________________
11648 [  2657] By: jhi                                   on 1999/01/21  11:40:35
11649         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
11650              To: perl5-porters@perl.org
11651              Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
11652              Date: Mon, 18 Jan 1999 01:32:31 PST
11653              Message-ID: <19990118093231.18443.qmail@hotmail.com>
11654      Branch: cfgperl
11655            ! ext/B/B/CC.pm
11656 ____________________________________________________________________________
11657 [  2656] By: jhi                                   on 1999/01/21  11:35:34
11658         Log: From: Achim Bohnet <ach@mpe.mpg.de>
11659              Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED) 
11660              Date: Wed, 20 Jan 1999 20:25:53 +0100
11661              Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
11662      Branch: cfgperl
11663            ! pp.c
11664 ____________________________________________________________________________
11665 [  2655] By: jhi                                   on 1999/01/21  10:46:01
11666         Log: Handle NIS (and NetInfo) more robustly.
11667      Branch: cfgperl
11668            ! t/op/grent.t t/op/pwent.t
11669 ____________________________________________________________________________
11670 [  2654] By: jhi                                   on 1999/01/21  10:17:20
11671         Log: Two-argument eaccess() of SCO.
11672      Branch: cfgperl
11673            ! pp_sys.c
11674 ____________________________________________________________________________
11675 [  2653] By: jhi                                   on 1999/01/21  08:53:14
11676         Log: -DNO_NOSUID_CHECK for those platforms which have no way
11677              of checking for nosuid but still want suidperl.
11678      Branch: cfgperl
11679            ! perl.c
11680 ____________________________________________________________________________
11681 [  2652] By: jhi                                   on 1999/01/21  08:22:50
11682         Log: The LANGUAGE mirrors LC_ALL usage.
11683      Branch: cfgperl
11684            ! Configure config_h.SH
11685 ____________________________________________________________________________
11686 [  2651] By: jhi                                   on 1999/01/20  22:01:21
11687         Log: I_MNTENT was missing.
11688      Branch: cfgperl
11689            ! Configure config_h.SH
11690 ____________________________________________________________________________
11691 [  2650] By: jhi                                   on 1999/01/19  13:42:03
11692         Log: NetBSD update, based on patches from the NetBSD packages system.
11693      Branch: cfgperl
11694            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
11695 ____________________________________________________________________________
11696 [  2649] By: jhi                                   on 1999/01/19  12:44:02
11697         Log: Jumbo Configure update.
11698              * -Uinstallusrbinperl: disable /usr/bin/perl installation
11699              by installperl
11700              * usethreads.cbu
11701              * use64bits.cbu
11702              * "nosuid"
11703      Branch: cfgperl
11704            ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
11705            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
11706            ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
11707            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
11708            ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
11709            ! pod/perldiag.pod
11710 ____________________________________________________________________________
11711 [  2648] By: jhi                                   on 1999/01/19  09:16:44
11712         Log: Mention /usr/share/locale.
11713      Branch: cfgperl
11714            ! pod/perllocale.pod
11715 ____________________________________________________________________________
11716 [  2647] By: jhi                                   on 1999/01/19  09:11:11
11717         Log: SHMLBA strikes back in NetBSD/sparc.
11718              
11719              From: Dave Nelson <David.Nelson@bellcow.com>
11720              To: jhi@iki.fi
11721              Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
11722              Date: Mon, 18 Jan 1999 22:07:56 -0600
11723              Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
11724      Branch: cfgperl
11725            ! ext/IPC/SysV/SysV.xs
11726 ____________________________________________________________________________
11727 [  2646] By: jhi                                   on 1999/01/19  08:58:17
11728         Log: Show LANGUAGE env var when needed. (Augment change #2645).
11729      Branch: cfgperl
11730            ! util.c utils/perlbug.PL
11731 ____________________________________________________________________________
11732 [  2645] By: jhi                                   on 1999/01/19  08:52:15
11733         Log: Document the GNU LANGUAGE env var.
11734      Branch: cfgperl
11735            ! pod/perllocale.pod
11736 ____________________________________________________________________________
11737 [  2644] By: jhi                                   on 1999/01/19  08:42:25
11738         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11739              To: Mailing list Perl5 <perl5-porters@perl.org>
11740              Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
11741              Date: Mon, 18 Jan 1999 20:57:02 -0500
11742              Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
11743      Branch: cfgperl
11744            ! pp_hot.c t/op/pat.t
11745 ____________________________________________________________________________
11746 [  2643] By: jhi                                   on 1999/01/18  11:23:41
11747         Log: Add various cruft to "clean" target. (Time for t/Makefile?)
11748      Branch: cfgperl
11749            ! Makefile.SH
11750 ____________________________________________________________________________
11751 [  2642] By: jhi                                   on 1999/01/18  11:03:38
11752         Log: GNU libc locale system has LANGUAGE env var that partly
11753              overrides even LC_ALL.
11754      Branch: cfgperl
11755            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
11756 ____________________________________________________________________________
11757 [  2641] By: jhi                                   on 1999/01/18  10:55:04
11758         Log: Integrate from mainperl.
11759      Branch: cfgperl
11760           +> ext/B/defsubs.h.PL
11761            ! t/op/groups.t
11762           !> (integrate 38 files)
11763 ____________________________________________________________________________
11764 [  2640] By: gsar                                  on 1999/01/18  10:06:29
11765         Log: a few random cleanups
11766      Branch: perl
11767            ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
11768 ____________________________________________________________________________
11769 [  2639] By: gsar                                  on 1999/01/18  05:56:21
11770         Log: From:    "Vishal Bhatia" <vishalb@hotmail.com>
11771              Date:    Sun, 17 Jan 1999 16:41:10 PST
11772              Message-Id: <19990118004111.29667.qmail@hotmail.com>
11773              Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
11774      Branch: perl
11775            ! ext/B/B/C.pm
11776 ____________________________________________________________________________
11777 [  2638] By: gsar                                  on 1999/01/18  05:41:21
11778         Log: From:    jan.dubois@ibm.net (Jan Dubois)
11779              Date:    Mon, 18 Jan 1999 00:37:41 +0100
11780              Message-Id: <36a271cd.2105507@smtp1.ibm.net>
11781              Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
11782      Branch: perl
11783            ! dump.c
11784 ____________________________________________________________________________
11785 [  2633] By: gsar                                  on 1999/01/17  13:39:59
11786         Log: bogus assert()
11787      Branch: perl
11788            ! pp.c t/op/groups.t
11789 ____________________________________________________________________________
11790 [  2632] By: gsar                                  on 1999/01/17  13:22:04
11791         Log: various tweaks for clean build and test on win32
11792      Branch: perl
11793            ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
11794            ! op.c t/pragma/warn/doio
11795 ____________________________________________________________________________
11796 [  2631] By: gsar                                  on 1999/01/17  12:28:06
11797         Log: undo change#2336, and add clarification about subversive
11798              CPAN distributions from Andreas Koenig
11799      Branch: perl
11800            ! Porting/pumpkin.pod lib/CPAN.pm
11801 ____________________________________________________________________________
11802 [  2630] By: gsar                                  on 1999/01/17  12:04:06
11803         Log: fix silent taint failures under -U
11804      Branch: perl
11805            ! doio.c
11806 ____________________________________________________________________________
11807 [  2629] By: gsar                                  on 1999/01/17  12:00:23
11808         Log: sanity check piped opens (tweaked version of patch suggested
11809              by Mark-Jason Dominus)
11810      Branch: perl
11811            ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
11812            ! t/op/taint.t t/pragma/warn/doio
11813 ____________________________________________________________________________
11814 [  2628] By: gsar                                  on 1999/01/17  11:26:21
11815         Log: regen headers
11816      Branch: perl
11817            ! embed.h embedvar.h objXSUB.h
11818 ____________________________________________________________________________
11819 [  2627] By: gsar                                  on 1999/01/17  11:23:37
11820         Log: PERL_OBJECTness for change#2595
11821      Branch: perl
11822            ! embed.pl op.c pod/perlport.pod proto.h
11823 ____________________________________________________________________________
11824 [  2626] By: gsar                                  on 1999/01/17  09:47:07
11825         Log: PERL_OBJECT tweaks for change#2426
11826      Branch: perl
11827            ! embed.pl proto.h regcomp.c
11828 ____________________________________________________________________________
11829 [  2625] By: gsar                                  on 1999/01/17  09:37:58
11830         Log: documentation in change#2596 is not quite right; fix it
11831      Branch: perl
11832            ! lib/Math/BigFloat.pm pod/perlguts.pod
11833 ____________________________________________________________________________
11834 [  2624] By: gsar                                  on 1999/01/17  09:28:34
11835         Log: undo change#2571; C<use File::Spec> instead
11836      Branch: perl
11837            ! lib/FindBin.pm
11838 ____________________________________________________________________________
11839 [  2623] By: gsar                                  on 1999/01/17  09:20:42
11840         Log: change#2572 is not applicable; undo, retaining scan_bin addition
11841              to global.sym
11842      Branch: perl
11843            ! global.sym perl.c proto.h
11844 ____________________________________________________________________________
11845 [  2622] By: gsar                                  on 1999/01/17  09:17:42
11846         Log: change#2576 is based on a wrong premise; undo it
11847      Branch: perl
11848            ! pp_ctl.c
11849 ____________________________________________________________________________
11850 [  2621] By: gsar                                  on 1999/01/17  09:12:42
11851         Log: fix change#2602 to not used hard coded constants
11852      Branch: perl
11853            ! ext/B/B/C.pm ext/B/defsubs.h.PL
11854 ____________________________________________________________________________
11855 [  2620] By: gsar                                  on 1999/01/17  09:02:07
11856         Log: integrate cfgperl changes into mainline, fix conflicts
11857      Branch: perl
11858           +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
11859           +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
11860           +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
11861           +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
11862           +> pod/perlopentut.pod
11863           !> (integrate 162 files)
11864 ____________________________________________________________________________
11865 [  2619] By: gsar                                  on 1999/01/17  08:42:04
11866         Log: a few doc typos
11867      Branch: perl
11868            ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
11869 ____________________________________________________________________________
11870 [  2616] By: gbarr                                 on 1999/01/16  18:59:55
11871         Log: Win32 changes from Jan
11872              
11873              From: jan.dubois@ibm.net (Jan Dubois)
11874              Date: Fri, 15 Jan 1999 23:38:35 +0100
11875              Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
11876              Subject: [PATCH 5.005_03m2] Win32 Makefile patches
11877              
11878              From: jan.dubois@ibm.net (Jan Dubois)
11879              Date: Sat, 16 Jan 1999 13:02:45 +0100
11880              Message-ID: <36a07da6.10722337@smtp1.ibm.net>
11881              Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
11882      Branch: maint-5.005/perl
11883            ! README.win32 win32/Makefile win32/makefile.mk
11884 ____________________________________________________________________________
11885 [  2615] By: gbarr                                 on 1999/01/16  18:48:48
11886         Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
11887              
11888              From: Gurusamy Sarathy <gsar@engin.umich.edu>
11889              Date: Thu, 07 Jan 1999 00:12:00 -0500
11890              Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
11891              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
11892              
11893              From: Gurusamy Sarathy <gsar@engin.umich.edu>
11894              Date: Thu, 14 Jan 1999 19:21:46 -0500
11895              Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
11896              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
11897      Branch: maint-5.005/perl
11898            ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
11899            ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
11900            ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
11901            ! win32/makedef.pl win32/runperl.c win32/win32.c
11902 ____________________________________________________________________________
11903 [  2614] By: gbarr                                 on 1999/01/16  16:48:38
11904         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
11905              Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
11906              Message-Id: <199901151528.RAA08785@alpha.hut.fi>
11907              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
11908              
11909              From: Jarkko Hietaniemi <jhi@iki.fi>
11910              Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
11911              Message-Id: <199901151644.SAA08184@alpha.hut.fi>
11912              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
11913              
11914              From: Jarkko Hietaniemi <jhi@iki.fi>
11915              Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
11916              Message-Id: <199901151652.SAA11259@alpha.hut.fi>
11917              Subject: the promised "installusrbinperl + NetBSD" fix
11918      Branch: maint-5.005/perl
11919            ! Configure Makefile.SH hints/netbsd.sh installperl
11920            ! makedepend.SH unixish.h
11921 ____________________________________________________________________________
11922 [  2611] By: jhi                                   on 1999/01/14  12:16:14
11923         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
11924              To: pumpkings@jhereg.perl.com
11925              Subject: perlopentut.pod
11926              Date: Sat, 09 Jan 1999 08:13:18 -0700
11927              Message-Id: <199901091513.IAA17512@jhereg.perl.com>
11928      Branch: cfgperl
11929            + pod/perlopentut.pod
11930            ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
11931 ____________________________________________________________________________
11932 [  2607] By: gbarr                                 on 1999/01/14  02:53:40
11933         Log: Added Carp::cluck to perldelta.pod
11934      Branch: maint-5.005/perl
11935            ! pod/perldelta.pod
11936 ____________________________________________________________________________
11937 [  2605] By: jhi                                   on 1999/01/13  18:26:19
11938         Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
11939              To: "'cpan@perl.org'" <cpan@perl.org>
11940              Subject: "Bug" fix for File::Find.pm
11941              Date:   Thu, 31 Dec 1998 13:01:50 -0500
11942              Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
11943      Branch: cfgperl
11944            ! lib/File/Find.pm
11945 ____________________________________________________________________________
11946 [  2604] By: jhi                                   on 1999/01/13  18:08:45
11947         Log: From: Peter Wolfe <wolfe@teloseng.com>
11948              Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
11949              To: perlbug@perl.com
11950              Date: 11 Jan 1999 23:00:05 +0200
11951              Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
11952      Branch: cfgperl
11953            ! hints/sco.sh
11954 ____________________________________________________________________________
11955 [  2603] By: jhi                                   on 1999/01/13  18:06:56
11956         Log: From: hans@icgroup.nl (Hans Mulder)
11957              Subject: [Patch for 5.005_54] re::debugcolors dumps core
11958              To: perlbug@perl.com
11959              Cc: hansmu@xs4all.nl
11960              Date: 11 Jan 1999 22:22:45 +0200
11961              Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
11962      Branch: cfgperl
11963            ! ext/re/re.pm regcomp.c
11964 ____________________________________________________________________________
11965 [  2602] By: jhi                                   on 1999/01/13  18:05:43
11966         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
11967              Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
11968              Date: 11 Jan 1999 08:02:41 +0200
11969              Lines: 134
11970              Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
11971      Branch: cfgperl
11972            ! ext/B/B.xs ext/B/B/C.pm
11973 ____________________________________________________________________________
11974 [  2601] By: jhi                                   on 1999/01/13  18:01:53
11975         Log: From: James FitzGibbon <james@ican.net>
11976              Subject: Trivial patch for HP-UX 11 and shared libperl
11977              To: perl5-porters@perl.org
11978              Date: 8 Jan 1999 19:13:23 +0200
11979              Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
11980      Branch: cfgperl
11981            ! Makefile.SH
11982 ____________________________________________________________________________
11983 [  2600] By: jhi                                   on 1999/01/13  17:59:45
11984         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
11985              Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
11986              To: perl5-porters@perl.org
11987              Date: 8 Jan 1999 12:43:36 +0200
11988              Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
11989      Branch: cfgperl
11990            ! ext/B/B/CC.pm
11991 ____________________________________________________________________________
11992 [  2599] By: jhi                                   on 1999/01/13  17:50:11
11993         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
11994              Subject: PATCH to installperl
11995              To: perl5-porters@perl.org
11996              Date: 4 Jan 1999 16:15:18 +0200
11997              Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
11998      Branch: cfgperl
11999            ! installperl
12000 ____________________________________________________________________________
12001 [  2598] By: jhi                                   on 1999/01/13  17:34:51
12002         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
12003              To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
12004              Cc: perl5-porters@perl.org
12005              Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
12006              Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
12007              Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
12008      Branch: cfgperl
12009            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
12010            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
12011 ____________________________________________________________________________
12012 [  2597] By: jhi                                   on 1999/01/13  17:30:33
12013         Log: From: David Dyck <dcd@tc.fluke.com>
12014              To: Perl Porters <perl5-porters@perl.org>,
12015              Gurusamy Sarathy <gsar@engin.umich.edu>
12016              Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
12017              Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
12018              Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
12019      Branch: cfgperl
12020            ! pod/perldsc.pod
12021 ____________________________________________________________________________
12022 [  2596] By: jhi                                   on 1999/01/13  17:26:44
12023         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
12024              To: perl5-porters@perl.org
12025              Subject: [PATCH] modglobal w/ spelling fixes
12026              Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
12027              Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
12028      Branch: cfgperl
12029            ! pod/perlguts.pod
12030 ____________________________________________________________________________
12031 [  2595] By: jhi                                   on 1999/01/13  17:24:59
12032         Log: From: Hans Mulder <hansm@icgroup.nl>
12033              Optimize common sort routines.  Thread started by the message
12034              
12035              From: Hans Mulder <hansm@icgroup.nl>
12036              Sender: owner-perl5-porters@perl.org
12037              To: perl5-porters@perl.org
12038              Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
12039              Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
12040              
12041              and the patch from the message
12042              
12043              From: Hans Mulder <hans@icgroup.nl>
12044              To: jhi@iki.fi
12045              Cc: perl5-porters@perl.org
12046              Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
12047              $b }
12048              Date: Wed, 13 Jan 1999 17:39:35 +0100
12049              Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
12050      Branch: cfgperl
12051            ! Todo op.c op.h pp_ctl.c t/op/sort.t
12052 ____________________________________________________________________________
12053 [  2594] By: jhi                                   on 1999/01/13  16:50:17
12054         Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
12055              (the diffs were based on 5.004_02).  Tested by Guido
12056              and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
12057      Branch: cfgperl
12058            + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
12059            + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
12060            + mint/sys/time.h mint/time.h
12061            ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
12062            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
12063 ____________________________________________________________________________
12064 [  2593] By: jhi                                   on 1999/01/09  16:54:26
12065         Log: Detypo.
12066      Branch: cfgperl
12067            ! hints/dec_osf.sh
12068 ____________________________________________________________________________
12069 [  2592] By: jhi                                   on 1999/01/09  16:17:13
12070         Log: Move usethreads and use64bits logic from hints to Configure.
12071      Branch: cfgperl
12072            ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
12073            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
12074            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
12075            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
12076 ____________________________________________________________________________
12077 [  2591] By: jhi                                   on 1999/01/09  14:45:24
12078         Log: Missing dTHRs added.
12079      Branch: cfgperl
12080            ! regcomp.c toke.c
12081 ____________________________________________________________________________
12082 [  2590] By: jhi                                   on 1999/01/08  15:27:17
12083         Log: Finalize change #2589 and add better AIX nm scanning from:
12084              
12085              Message-Id: <m0zyNW0-00017VC@gentoo.com>
12086              From: bll@gentoo.com (Brad Lanam)
12087              Subject: Re: mailhelp returned a non-zero status
12088              In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
12089              To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
12090      Branch: cfgperl
12091            ! Configure hints/freebsd.sh hints/linux.sh
12092 ____________________________________________________________________________
12093 [  2589] By: jhi                                   on 1999/01/08  15:14:54
12094         Log: Undo change #2581.
12095      Branch: cfgperl
12096            ! Configure hints/freebsd.sh hints/linux.sh
12097 ____________________________________________________________________________
12098 [  2588] By: jhi                                   on 1999/01/08  11:51:52
12099         Log: FAQ jumbo patch from tchrist.
12100              
12101              Message-Id: <199901080605.XAA20229@jhereg.perl.com>
12102              From: Tom Christiansen <tchrist@jhereg.perl.com>
12103              To: pumpkings@jhereg.perl.com
12104              Subject: newest version of perlfaq.pod
12105              Date: Thu, 7 Jan 1999 23:05:02 -0700
12106              
12107              Message-Id: <199901080605.XAA20231@jhereg.perl.com>
12108              From: Tom Christiansen <tchrist@jhereg.perl.com>
12109              To: pumpkings@jhereg.perl.com
12110              Subject: newest version of perlfaq1.pod
12111              Date: Thu, 7 Jan 1999 23:05:02 -0700
12112              
12113              Message-Id: <199901080605.XAA20233@jhereg.perl.com>
12114              From: Tom Christiansen <tchrist@jhereg.perl.com>
12115              To: pumpkings@jhereg.perl.com
12116              Subject: newest version of perlfaq2.pod
12117              Date: Thu, 7 Jan 1999 23:05:02 -0700
12118              
12119              Message-Id: <199901080605.XAA20235@jhereg.perl.com>
12120              From: Tom Christiansen <tchrist@jhereg.perl.com>
12121              To: pumpkings@jhereg.perl.com
12122              Subject: newest version of perlfaq3.pod
12123              Date: Thu, 7 Jan 1999 23:05:02 -0700
12124              
12125              Message-Id: <199901080605.XAA20237@jhereg.perl.com>
12126              From: Tom Christiansen <tchrist@jhereg.perl.com>
12127              To: pumpkings@jhereg.perl.com
12128              Subject: newest version of perlfaq4.pod
12129              Date: Thu, 7 Jan 1999 23:05:02 -0700
12130              
12131              Message-Id: <199901080605.XAA20239@jhereg.perl.com>
12132              From: Tom Christiansen <tchrist@jhereg.perl.com>
12133              To: pumpkings@jhereg.perl.com
12134              Subject: newest version of perlfaq5.pod
12135              Date: Thu, 7 Jan 1999 23:05:02 -0700
12136              
12137              Message-Id: <199901080605.XAA20241@jhereg.perl.com>
12138              From: Tom Christiansen <tchrist@jhereg.perl.com>
12139              To: pumpkings@jhereg.perl.com
12140              Subject: newest version of perlfaq6.pod
12141              Date: Thu, 7 Jan 1999 23:05:02 -0700
12142              
12143              Message-Id: <199901080605.XAA20243@jhereg.perl.com>
12144              From: Tom Christiansen <tchrist@jhereg.perl.com>
12145              To: pumpkings@jhereg.perl.com
12146              Subject: newest version of perlfaq7.pod
12147              Date: Thu, 7 Jan 1999 23:05:03 -0700
12148              
12149              Message-Id: <199901080605.XAA20245@jhereg.perl.com>
12150              From: Tom Christiansen <tchrist@jhereg.perl.com>
12151              To: pumpkings@jhereg.perl.com
12152              Subject: newest version of perlfaq8.pod
12153              Date: Thu, 7 Jan 1999 23:05:03 -0700
12154              
12155              Message-Id: <199901080605.XAA20257@jhereg.perl.com>
12156              From: Tom Christiansen <tchrist@jhereg.perl.com>
12157              To: pumpkings@jhereg.perl.com
12158              Subject: newest version of perlfaq9.pod
12159              Date: Thu, 7 Jan 1999 23:05:03 -0700
12160      Branch: cfgperl
12161            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
12162            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
12163            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
12164            ! pod/perlfaq9.pod
12165 ____________________________________________________________________________
12166 [  2587] By: jhi                                   on 1999/01/08  11:17:43
12167         Log: More doc fixes from Abigail.
12168      Branch: cfgperl
12169            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
12170            ! lib/User/pwent.pm
12171 ____________________________________________________________________________
12172 [  2585] By: jhi                                   on 1999/01/08  08:31:02
12173         Log: Change #2584 from maint-5.005:
12174              
12175              implemented Ilya's suggested fix, and added a testcase
12176              
12177              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12178              Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
12179              Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
12180              Subject: Re: Text::ParseWords: regex fix
12181      Branch: cfgperl
12182            ! lib/Text/ParseWords.pm t/lib/parsewords.t
12183 ____________________________________________________________________________
12184 [  2583] By: gbarr                                 on 1999/01/08  04:50:03
12185         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
12186              Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
12187              Message-Id: <199901071047.MAA24100@alpha.hut.fi>
12188              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
12189      Branch: maint-5.005/perl
12190            ! ext/Errno/Errno_pm.PL
12191 ____________________________________________________________________________
12192 [  2581] By: jhi                                   on 1999/01/07  16:38:03
12193         Log: Configure update:
12194              - usethreads, use64bits, and usemultiplicity
12195              are no more interactively asked by Configure
12196              - "int main()" (vs bare "main()") enforced in test programs
12197      Branch: cfgperl
12198            ! Configure hints/freebsd.sh hints/linux.sh
12199 ____________________________________________________________________________
12200 [  2580] By: jhi                                   on 1999/01/07  11:19:12
12201         Log: From: Dan Sugalski <sugalskd@osshe.edu>
12202              Date: Wed, 06 Jan 1999 13:47:34 -0800
12203              Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
12204              Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
12205      Branch: cfgperl
12206            ! vms/vms.c
12207 ____________________________________________________________________________
12208 [  2579] By: jhi                                   on 1999/01/07  09:08:36
12209         Log: Another set of doc patches from Abigail
12210              
12211              From: abigail@fnx.com
12212              Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
12213              Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
12214              Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
12215              
12216              From: abigail@fnx.com
12217              Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
12218              Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
12219              Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
12220              
12221              From: abigail@fnx.com
12222              Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
12223              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
12224              Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
12225              
12226              From: abigail@fnx.com
12227              Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
12228              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
12229              Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
12230              
12231              From: abigail@fnx.com
12232              Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
12233              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
12234              Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
12235              
12236              From: abigail@fnx.com
12237              Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
12238              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
12239              Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
12240              
12241              From: abigail@fnx.com
12242              Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
12243              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
12244              Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
12245              
12246              From: abigail@fnx.com
12247              Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
12248              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
12249              Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
12250              
12251              From: abigail@fnx.com
12252              Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
12253              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
12254              Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
12255              
12256              From: abigail@fnx.com
12257              Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
12258              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
12259              Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
12260              
12261              From: abigail@fnx.com
12262              Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
12263              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
12264              Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
12265              
12266              From: abigail@fnx.com
12267              Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
12268              Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
12269              Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
12270              
12271              From: abigail@fnx.com
12272              Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
12273              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
12274              Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
12275              
12276              From: abigail@fnx.com
12277              Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
12278              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
12279              Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
12280      Branch: cfgperl
12281            ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
12282            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
12283            ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
12284            ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
12285            ! lib/Tie/Array.pm lib/Tie/Hash.pm
12286 ____________________________________________________________________________
12287 [  2576] By: jhi                                   on 1999/01/06  17:05:20
12288         Log: Change #2582 fallout: the amagic_cmp* are no more file static.
12289      Branch: cfgperl
12290            ! pp_ctl.c
12291 ____________________________________________________________________________
12292 [  2575] By: jhi                                   on 1999/01/06  13:18:56
12293         Log: Enhance the great_circle_distance() documentation.
12294      Branch: cfgperl
12295            ! lib/Math/Trig.pm
12296 ____________________________________________________________________________
12297 [  2574] By: jhi                                   on 1999/01/06  12:58:03
12298         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
12299              To: perlbug@perl.com
12300              Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
12301              Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
12302              Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
12303      Branch: cfgperl
12304            ! t/op/sysio.t
12305 ____________________________________________________________________________
12306 [  2573] By: jhi                                   on 1999/01/06  12:40:19
12307         Log: From: "W. Phillip Moore" <wpm@ms.com>
12308              To: perlbug@perl.org
12309              Subject: [PATCH] POSIX getpgrp is not -w clean
12310              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
12311              Message-ID: <13970.20107.190314.549471@zappa>
12312      Branch: cfgperl
12313            ! ext/POSIX/POSIX.pm
12314 ____________________________________________________________________________
12315 [  2572] By: jhi                                   on 1999/01/06  12:25:24
12316         Log: Based on
12317              From: jan.dubois@ibm.net (Jan Dubois)
12318              To: perl5-porters@perl.org
12319              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
12320              Date: Wed, 06 Jan 1999 01:24:09 +0100
12321              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
12322              except that
12323              - objXSUB.h was already okay
12324              - embed.h patching is futile, global.sym patched instead
12325              - objpp.h does not exist
12326              - proto.h addition applied manually
12327              - win32/GenCAPI.pl was already okay
12328              - win32/makedef.pl was already okay
12329      Branch: cfgperl
12330            ! global.sym perl.c proto.h
12331 ____________________________________________________________________________
12332 [  2571] By: jhi                                   on 1999/01/06  11:25:48
12333         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
12334              To: perlbug@perl.com
12335              Subject: FindBin.pm on Win32 systems
12336              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
12337              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
12338      Branch: cfgperl
12339            ! lib/FindBin.pm
12340 ____________________________________________________________________________
12341 [  2570] By: jhi                                   on 1999/01/06  11:21:48
12342         Log: From: Dan Sugalski <sugalskd@osshe.edu>
12343              To: perl5-porters@perl.org, vmsperl@perl.org
12344              Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
12345              Date: Tue, 05 Jan 1999 16:47:31 -0800
12346              Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
12347              
12348              (the ext/IO/lib/IO/Socket.pm was not really changed here;
12349              it was a leftover from #2569)
12350      Branch: cfgperl
12351            ! ext/IO/lib/IO/Socket.pm taint.c
12352 ____________________________________________________________________________
12353 [  2569] By: jhi                                   on 1999/01/06  11:18:22
12354         Log: Jumbo doc patch from Abigail (almost identical to
12355              the 5.005-maint change #2562 except for the
12356              ext/IO/lib/IO/Socket.pm patch which was not
12357              applicable because the IO version of 5.005-devel
12358              is somewhat different (why?))
12359              
12360              From: abigail@fnx.com
12361              Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
12362              Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
12363              Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
12364              
12365              From: abigail@fnx.com
12366              Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
12367              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
12368              Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
12369              
12370              From: abigail@fnx.com
12371              Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
12372              Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
12373              Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
12374              
12375              From: abigail@fnx.com
12376              Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
12377              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
12378              Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
12379              
12380              From: abigail@fnx.com
12381              Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
12382              Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
12383              Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
12384              
12385              From: abigail@fnx.com
12386              Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
12387              Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
12388              Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
12389              
12390              From: abigail@fnx.com
12391              Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
12392              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
12393              Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
12394              
12395              From: abigail@fnx.com
12396              Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
12397              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
12398              Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
12399              
12400              From: abigail@fnx.com
12401              Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
12402              Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
12403              Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
12404              
12405              From: abigail@fnx.com
12406              Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
12407              Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
12408              Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
12409      Branch: cfgperl
12410            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
12411            ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
12412            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
12413            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
12414            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
12415 ____________________________________________________________________________
12416 [  2568] By: gbarr                                 on 1999/01/06  03:13:15
12417         Log: From: jan.dubois@ibm.net (Jan Dubois)
12418              Date: Wed, 06 Jan 1999 01:24:09 +0100
12419              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
12420              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
12421      Branch: maint-5.005/perl
12422            ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
12423            ! win32/GenCAPI.pl win32/makedef.pl
12424 ____________________________________________________________________________
12425 [  2566] By: gbarr                                 on 1999/01/06  02:29:05
12426         Log: From: "W. Phillip Moore" <wpm@ms.com>
12427              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
12428              Message-ID: <13970.20107.190314.549471@zappa>
12429              Subject: [PATCH] POSIX getpgrp is not -w clean
12430      Branch: maint-5.005/perl
12431            ! ext/POSIX/POSIX.pm
12432 ____________________________________________________________________________
12433 [  2565] By: gbarr                                 on 1999/01/06  02:19:00
12434         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
12435              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
12436              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
12437              Subject: FindBin.pm on Win32 systems
12438      Branch: maint-5.005/perl
12439            ! lib/FindBin.pm
12440 ____________________________________________________________________________
12441 [  2561] By: jhi                                   on 1999/01/05  10:49:10
12442         Log: Reword the setlocale() 1-arg case better.
12443      Branch: cfgperl
12444            ! ext/POSIX/POSIX.pod
12445 ____________________________________________________________________________
12446 [  2559] By: gbarr                                 on 1999/01/02  15:37:35
12447         Log: From: Blair Zajac <bzajac@geostaff.com>
12448              Date: Wed, 23 Dec 1998 17:13:32 -0800
12449              Message-ID: <3681953C.8B6A90AA@geostaff.com>
12450              Subject: Tie::SubstrHash patch
12451      Branch: maint-5.005/perl
12452            ! lib/Tie/SubstrHash.pm
12453 ____________________________________________________________________________
12454 [  2554] By: jhi                                   on 1999/01/02  14:55:06
12455         Log: Object destruction order testing.
12456      Branch: cfgperl
12457            ! t/op/misc.t
12458 ____________________________________________________________________________
12459 [  2553] By: jhi                                   on 1999/01/02  14:49:40
12460         Log: perldelta the Dumpvalue.pm of change #2513.
12461      Branch: cfgperl
12462            ! lib/Dumpvalue.pm pod/perldelta.pod
12463 ____________________________________________________________________________
12464 [  2552] By: nick                                  on 1999/01/02  14:45:38
12465         Log: Tone down Makefile.PL so it works on Win32
12466      Branch: perl
12467            ! ext/B/Makefile.PL
12468 ____________________________________________________________________________
12469 [  2551] By: nick                                  on 1999/01/02  14:06:30
12470         Log: Export constant subs from B.xs for op.h, cop.h and a few others.
12471              Use them in various B::* rather than have local defs.
12472      Branch: perl
12473            + ext/B/defsubs.h.PL
12474            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
12475            ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
12476            ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
12477 ____________________________________________________________________________
12478 [  2550] By: nick                                  on 1999/01/02  10:04:02
12479         Log: Integrate ext/B changes from //depot/cfgperl
12480      Branch: perl
12481           !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
12482 ____________________________________________________________________________
12483 [  2549] By: jhi                                   on 1999/01/01  13:54:16
12484         Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
12485              To: perlbug@perl.com
12486              Subject: op/groups.t fails test 1 on HP-UX 10.20
12487              Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
12488              Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
12489      Branch: cfgperl
12490            ! t/op/groups.t
12491 ____________________________________________________________________________
12492 [  2548] By: jhi                                   on 1999/01/01  13:53:31
12493         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12494              To: perl5-porters@perl.org
12495              cc: hv@crypt0.demon.co.uk
12496              Subject: [bug 5.004_54] duplicate error message
12497              Date: Thu, 31 Dec 1998 04:05:25 +0000
12498              Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
12499              
12500              Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
12501              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
12502              To: hv@crypt0.demon.co.uk
12503              Cc: perl5-porters@perl.org
12504              Subject: [PATCH _54] Re: duplicate error message
12505              Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
12506              
12507              Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
12508              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12509              To: Stephen McCamant <smccam@uclink4.berkeley.edu>
12510              cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
12511              Subject: [TEST PATCH _54] Re: duplicate error message 
12512              Date: Fri, 01 Jan 1999 07:32:14 +0000
12513      Branch: cfgperl
12514            ! op.c t/pragma/warn/op
12515 ____________________________________________________________________________
12516 [  2547] By: jhi                                   on 1998/12/31  14:15:04
12517         Log: From: Chris Nandor <pudge@pobox.com>
12518              To: jhi@iki.fi
12519              Cc: perl5-porters@perl.org
12520              Subject: Re: [PATCH] perlport.pod 1.38
12521              Date: Thu, 31 Dec 1998 09:06:48 -0500
12522              Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
12523      Branch: cfgperl
12524            ! pod/perlport.pod
12525 ____________________________________________________________________________
12526 [  2546] By: jhi                                   on 1998/12/31  11:18:17
12527         Log: From: Wilson P. Snyder II
12528              To: perl5-porters@perl.org
12529              Subject: [PATCH v5.5.53] REV2: Binary number support
12530              Date: 1998/11/30
12531              Message-ID: <199811301543.KAA15689@vulcan.maker.com>
12532      Branch: cfgperl
12533            ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
12534            ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
12535            ! toke.c util.c
12536 ____________________________________________________________________________
12537 [  2545] By: jhi                                   on 1998/12/31  09:27:40
12538         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
12539              To: perlbug@perl.com
12540              Subject: "perl -T -P" dumps core on OpenBSD and Linux
12541              Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
12542              Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
12543      Branch: cfgperl
12544            ! taint.c
12545 ____________________________________________________________________________
12546 [  2544] By: jhi                                   on 1998/12/31  09:21:45
12547         Log: From: Tim Bunce <Tim.Bunce@ig.co.uk> 
12548              To: perlbug@perl.com 
12549              Subject: bug in pod2man search for perl binary [5.005_5x]
12550              Date: Sat, 12 Dec 1998 23:08:51 +0000 
12551              Message-ID: <19981212230851.A20578@ig.co.uk> 
12552      Branch: cfgperl
12553            ! pod/pod2man.PL
12554 ____________________________________________________________________________
12555 [  2541] By: gbarr                                 on 1998/12/30  14:37:14
12556         Log: From: jan.dubois@ibm.net (Jan Dubois)
12557              Date: Wed, 23 Dec 1998 21:26:38 +0100
12558              Message-ID: <36895086.8849224@smtp1.ibm.net>
12559              Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
12560      Branch: maint-5.005/perl
12561            ! lib/ExtUtils/MakeMaker.pm
12562 ____________________________________________________________________________
12563 [  2540] By: jhi                                   on 1998/12/30  08:42:04
12564         Log: Evermore AUTHORS and MAINTAIN.
12565      Branch: cfgperl
12566            ! AUTHORS MAINTAIN
12567 ____________________________________________________________________________
12568 [  2539] By: jhi                                   on 1998/12/29  15:10:34
12569         Log: More AUTHORS and MAINTAIN.
12570      Branch: cfgperl
12571            ! AUTHORS MAINTAIN
12572 ____________________________________________________________________________
12573 [  2537] By: jhi                                   on 1998/12/29  14:34:47
12574         Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
12575              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
12576              Message-ID: <13942.32480.700000.640927@utensil>
12577              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
12578              (mirror change#2531 in the 5.005-maint)
12579      Branch: cfgperl
12580            ! lib/AutoSplit.pm
12581 ____________________________________________________________________________
12582 [  2531] By: gbarr                                 on 1998/12/29  14:12:25
12583         Log: change in_pod pattern to /^=\w/ from /^=/
12584              From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
12585              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
12586              Message-ID: <13942.32480.700000.640927@utensil>
12587              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
12588      Branch: maint-5.005/perl
12589            ! lib/AutoSplit.pm
12590 ____________________________________________________________________________
12591 [  2525] By: jhi                                   on 1998/12/29  13:06:26
12592         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
12593              To: perl5-porters@perl.org
12594              Subject: [PATCH 5.005_54] More minor  Fixes in CC.pm/C.pm
12595              Date: 16 Dec 1998 03:17:03 +0200
12596              Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
12597      Branch: cfgperl
12598            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
12599 ____________________________________________________________________________
12600 [  2524] By: jhi                                   on 1998/12/29  13:00:06
12601         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
12602              To: perl5-porters@perl.org
12603              Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
12604              Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
12605              Date: 10 Dec 1998 08:30:02 +0200
12606              Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
12607              
12608              (Nick's part was applied earlier, in change #2460)
12609      Branch: cfgperl
12610            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
12611 ____________________________________________________________________________
12612 [  2523] By: jhi                                   on 1998/12/29  12:41:31
12613         Log: From: "vishal bhatia" <vishalb@hotmail.com>
12614              To: nick@ni-s.u-net.com
12615              Cc: perl5-porters@perl.org
12616              Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
12617              Date: 9 Dec 1998 06:50:30 +0200
12618              Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
12619      Branch: cfgperl
12620            ! ext/B/B/CC.pm
12621 ____________________________________________________________________________
12622 [  2522] By: jhi                                   on 1998/12/29  12:15:18
12623         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
12624              To: perl5-porters@perl.org (Perl 5 Porters)
12625              Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
12626              Date: 25 Dec 1998 23:02:28 +0200
12627              Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
12628      Branch: cfgperl
12629            ! lib/Pod/Text.pm
12630 ____________________________________________________________________________
12631 [  2521] By: jhi                                   on 1998/12/29  12:07:54
12632         Log: Undo #2519 (breaks universal.c).
12633      Branch: cfgperl
12634            ! XSUB.h
12635 ____________________________________________________________________________
12636 [  2519] By: jhi                                   on 1998/12/29  11:41:10
12637         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
12638              To: perl5-porters@perl.org
12639              Cc: perl-xs@perl.org
12640              Subject: XSUB.h refinement [PATCH]
12641              Date: 18 Dec 1998 03:58:44 +0200
12642              Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
12643      Branch: cfgperl
12644            ! XSUB.h
12645 ____________________________________________________________________________
12646 [  2518] By: jhi                                   on 1998/12/29  11:36:19
12647         Log: From: abigail@fnx.com
12648              To: perl5-porters@perl.org (Perl Porters)
12649              Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
12650              Date: 28 Dec 1998 21:39:15 +0200
12651              Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
12652      Branch: cfgperl
12653            ! lib/fields.pm
12654 ____________________________________________________________________________
12655 [  2517] By: jhi                                   on 1998/12/29  11:35:03
12656         Log: Document change #2516.
12657      Branch: cfgperl
12658            ! pod/perldelta.pod
12659 ____________________________________________________________________________
12660 [  2516] By: jhi                                   on 1998/12/29  11:32:26
12661         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12662              To: perl5-porters@perl.org (Mailing list Perl5)
12663              Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
12664              Date: 9 Dec 1998 10:39:31 +0200
12665              Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
12666      Branch: cfgperl
12667            ! pod/perldiag.pod regcomp.c toke.c
12668 ____________________________________________________________________________
12669 [  2515] By: jhi                                   on 1998/12/29  11:27:11
12670         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12671              To: perl5-porters@perl.org (Mailing list Perl5)
12672              Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
12673              Date: 8 Dec 1998 09:02:04 +0200
12674              Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
12675              
12676              \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
12677      Branch: cfgperl
12678            ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
12679 ____________________________________________________________________________
12680 [  2514] By: jhi                                   on 1998/12/29  11:21:31
12681         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12682              To: perl5-porters@perl.org (Mailing list Perl5)
12683              Subject: [PATCH 5.005_53] Regexp tests and UTF8
12684              Date: 8 Dec 1998 07:02:01 +0200
12685              Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
12686      Branch: cfgperl
12687            ! regcomp.c
12688 ____________________________________________________________________________
12689 [  2513] By: jhi                                   on 1998/12/29  11:18:34
12690         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12691              Subject: [PATCH 5.005_*] Dumpvar.pm
12692              To: perl5-porters@perl.org (Mailing list Perl5)
12693              Date: 7 Dec 1998 10:17:35 +0200
12694              Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
12695      Branch: cfgperl
12696            + lib/Dumpvalue.pm
12697            ! MANIFEST
12698 ____________________________________________________________________________
12699 [  2511] By: gbarr                                 on 1998/12/28  14:55:28
12700         Log: From: jan.dubois@ibm.net (Jan Dubois)
12701              Date: Tue, 01 Dec 1998 00:07:33 +0100
12702              Message-ID: <366921b5.14512598@smtp1.ibm.net>
12703              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
12704              
12705              From: jan.dubois@ibm.net (Jan Dubois)
12706              Date: Wed, 02 Dec 1998 00:24:54 +0100
12707              Message-ID: <366a77bb.19498126@smtp1.ibm.net>
12708              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
12709      Branch: maint-5.005/perl
12710            ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
12711            ! win32/config.bc win32/config.gc win32/config.vc
12712            ! win32/config_sh.PL win32/makedef.pl
12713 ____________________________________________________________________________
12714 [  2509] By: jhi                                   on 1998/12/28  13:00:31
12715     Log: Kickstart AUTHORS and MAINTAIN.
12716  Branch: cfgperl
12717        + AUTHORS MAINTAIN
12718        ! MANIFEST
12719 ____________________________________________________________________________
12720 [  2508] By: jhi                                   on 1998/12/28  08:04:00
12721     Log: From: Nathan Torkington <gnat@frii.com>
12722          To: perlbug@perl.com
12723          Subject: [PATCH] perlxstut.pod fix
12724          Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
12725          Message-ID: <13956.15285.933914.320849@localhost.frii.com>
12726  Branch: cfgperl
12727        ! pod/perlxstut.pod
12728 ____________________________________________________________________________
12729 [  2507] By: jhi                                   on 1998/12/28  07:59:00
12730     Log: From: abigail@fnx.com
12731          To: perlbug@perl.com
12732          Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
12733          Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
12734          Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
12735          (slightly modified, a part of the patch was rejected)
12736          (strange, I thought I had already submitted this one
12737          but Perforce disagrees with me...)
12738  Branch: cfgperl
12739        ! pod/perlop.pod
12740 ____________________________________________________________________________
12741 [  2506] By: jhi                                   on 1998/12/28  07:56:59
12742     Log: From: Artur <artur@vogon-solutions.com>
12743          To: perlbug@perl.com
12744          Subject: PATCH: perlmodlib.pod
12745          Date: Fri, 25 Dec 1998 00:48:39 +0000
12746          Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
12747  Branch: cfgperl
12748        ! pod/perlmodlib.pod pod/perlop.pod
12749 ____________________________________________________________________________
12750 [  2505] By: jhi                                   on 1998/12/28  07:46:06
12751     Log: From: abigail@fnx.com
12752          To: perl5-porters@perl.org (Perl Porters)
12753          Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
12754          Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
12755          Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
12756  Branch: cfgperl
12757        ! pod/pod2html.PL
12758 ____________________________________________________________________________
12759 [  2504] By: jhi                                   on 1998/12/28  07:44:35
12760     Log: From: Jim Avera <avera@fjst.com>
12761          To: perlbug@perl.com
12762          Subject: perlbug bug - shows dates reversed
12763          Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
12764          Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
12765  Branch: cfgperl
12766        ! utils/perlbug.PL
12767 ____________________________________________________________________________
12768 [  2503] By: jhi                                   on 1998/12/28  07:41:39
12769     Log: From: jan.dubois@ibm.net (Jan Dubois)
12770          To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
12771          Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
12772          Date: Wed, 23 Dec 1998 21:26:38 +0100
12773          Message-ID: <36895086.8849224@smtp1.ibm.net>
12774  Branch: cfgperl
12775        ! lib/ExtUtils/MakeMaker.pm
12776 ____________________________________________________________________________
12777 [  2502] By: jhi                                   on 1998/12/28  07:39:20
12778     Log: From: Blair Zajac <bzajac@geostaff.com>
12779          To: perl5-porters@perl.org
12780          Subject: Tie::SubstrHash patch
12781          Date: Wed, 23 Dec 1998 17:13:32 -0800
12782          Message-ID: <3681953C.8B6A90AA@geostaff.com>
12783  Branch: cfgperl
12784        ! lib/Tie/SubstrHash.pm
12785 ____________________________________________________________________________
12786 [  2501] By: jhi                                   on 1998/12/28  07:37:16
12787     Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
12788          To: perlbug@perl.com
12789          Subject: perlfaq9 minor error
12790          Date: Wed, 23 Dec 1998 14:54:19 -0800
12791          Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
12792  Branch: cfgperl
12793        ! pod/perlfaq9.pod
12794 ____________________________________________________________________________
12795 [  2500] By: jhi                                   on 1998/12/23  10:38:18
12796     Log: More porting notes about filesystems, AmigaOS, and MiNT.
12797  Branch: cfgperl
12798        ! pod/perlport.pod
12799 ____________________________________________________________________________
12800 [  2499] By: jhi                                   on 1998/12/22  09:26:49
12801     Log: Add few MSG_ and uio constants.
12802  Branch: cfgperl
12803        ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
12804 ____________________________________________________________________________
12805 [  2498] By: jhi                                   on 1998/12/22  08:39:30
12806     Log: Slight recoding of util.c:repeatcpy() to circumnavigate
12807          a Digital C compiler optimizer bug that broke the 'x'
12808          operator under certain circumstances.  See t/op/repeat.t
12809          test #20 for graphic details.  Reported in
12810          
12811          From: Gisle Aas <gisle@aas.no>
12812          To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
12813          Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
12814          Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
12815          Date: 18 Dec 1998 14:27:40 +0100
12816          Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
12817          
12818          and discussed further in the thread
12819          
12820          From: Jarkko Hietaniemi <jhi@iki.fi>
12821          To: Gisle Aas <gisle@aas.no>
12822          Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
12823          cpan-testers@perl.org, perl5-porters@perl.org
12824          Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
12825          Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
12826          Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
12827  Branch: cfgperl
12828        ! t/op/repeat.t util.c
12829 ____________________________________________________________________________
12830 [  2497] By: jhi                                   on 1998/12/21  14:18:57
12831     Log: Change #2483 update.
12832  Branch: cfgperl
12833        ! t/op/tr.t
12834 ____________________________________________________________________________
12835 [  2496] By: jhi                                   on 1998/12/21  14:07:41
12836     Log: Update on change #2493.
12837  Branch: cfgperl
12838        ! t/pragma/warn/op
12839 ____________________________________________________________________________
12840 [  2495] By: jhi                                   on 1998/12/21  13:52:00
12841     Log: Change #2487 aftershock.
12842  Branch: cfgperl
12843        ! warning.pl
12844 ____________________________________________________________________________
12845 [  2494] By: jhi                                   on 1998/12/21  12:35:00
12846     Log: From: Chris Nandor <pudge@pobox.com>
12847          To: perl5-porters@perl.org
12848          Subject: [PATCH] perlport.pod v1.37
12849          Date: Sat, 19 Dec 1998 12:54:34 -0500
12850          Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
12851  Branch: cfgperl
12852        ! pod/perlport.pod
12853 ____________________________________________________________________________
12854 [  2493] By: jhi                                   on 1998/12/21  12:22:44
12855     Log: From: Mark-Jason Dominus <mjd@plover.com>
12856          To: perl5-porters@perl.com
12857          Subject: PATCH (5.005_02): Dejargonizing
12858          Date: Sun, 20 Dec 1998 14:35:20 -0500
12859          Message-ID: <19981220193520.11230.qmail@plover.com>
12860          
12861          From: Mark-Jason Dominus <mjd@plover.com>
12862          To: perl5-porters@perl.com
12863          Subject: PATCH (5.005_02): Spelling correction in warning message
12864          Date: Sun, 20 Dec 1998 13:51:30 -0500
12865          Message-ID: <19981220185130.11067.qmail@plover.com>
12866  Branch: cfgperl
12867        ! doio.c op.c
12868 ____________________________________________________________________________
12869 [  2492] By: jhi                                   on 1998/12/21  09:00:05
12870     Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
12871          To: perl5-porters@perl.org
12872          Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
12873          Date: Sun, 20 Dec 1998 19:03:25 PST
12874          Message-ID: <19981221030326.27660.qmail@hotmail.com>
12875          
12876          (slightly reformatted)
12877  Branch: cfgperl
12878        ! ext/B/B/CC.pm
12879 ____________________________________________________________________________
12880 [  2491] By: nick                                  on 1998/12/20  14:21:29
12881     Log: Save _all_ GV's which have SV, AV or HV set.
12882  Branch: perl
12883        ! ext/B/B/C.pm
12884 ____________________________________________________________________________
12885 [  2490] By: jhi                                   on 1998/12/18  15:13:19
12886     Log: Add idea about generalising cpp symbol probing of Errno.
12887  Branch: cfgperl
12888        ! Todo
12889 ____________________________________________________________________________
12890 [  2489] By: jhi                                   on 1998/12/18  14:47:57
12891     Log: Address some of the issues of:
12892          
12893          From: Tom Christiansen <tchrist@jhereg.perl.com>
12894          To: perl-porters-active@jhereg.perl.com
12895          Subject: Undocumentation Issues for 5.005
12896          Date: Thu, 17 Dec 1998 14:46:24 -0700
12897          Message-Id: <199812172146.OAA05316@jhereg.perl.com>
12898  Branch: cfgperl
12899        ! pod/perl5005delta.pod
12900 ____________________________________________________________________________
12901 [  2488] By: jhi                                   on 1998/12/18  11:26:32
12902     Log: From: root <root@dubravka.in-berlin.de>
12903          To: perlbug@perl.com
12904          Cc: k@dubravka.in-berlin.de
12905          Subject: Please add no_modify to PERL_POLLUTE
12906          Date: Fri, 18 Dec 1998 10:45:52 +0100
12907          Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
12908          
12909          (Really from Andreas König)
12910  Branch: cfgperl
12911        ! embed.pl
12912 ____________________________________________________________________________
12913 [  2487] By: jhi                                   on 1998/12/17  14:05:52
12914     Log: Some (by far not all) issues of the below message addressed.
12915          
12916          From: Tom Christiansen <tchrist@jhereg.perl.com>
12917          To: The Perl Porters Mailing List <perl5-porters@perl.org>
12918          Subject: important UNDOC issues for 5.005_54
12919          Date: Wed, 16 Dec 1998 21:14:53 -0700
12920          Message-Id: <199812170414.VAA25860@jhereg.perl.com>
12921  Branch: cfgperl
12922        ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
12923 ____________________________________________________________________________
12924 [  2486] By: jhi                                   on 1998/12/17  12:47:15
12925     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12926          To: domo@computer.org
12927          Cc: jhi@iki.fi, perl5-porters@perl.org
12928          Subject: Re: stuff related to malloc.c
12929          Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
12930          Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
12931  Branch: cfgperl
12932        ! malloc.c
12933 ____________________________________________________________________________
12934 [  2485] By: jhi                                   on 1998/12/17  12:17:19
12935     Log: More porting notes.
12936  Branch: cfgperl
12937        ! Porting/pumpkin.pod
12938 ____________________________________________________________________________
12939 [  2484] By: jhi                                   on 1998/12/15  08:38:05
12940     Log: Undo #2386 and #2205.
12941  Branch: cfgperl
12942        ! pod/perlfunc.pod
12943 ____________________________________________________________________________
12944 [  2483] By: jhi                                   on 1998/12/14  17:58:35
12945     Log: lib was missing from @INC.
12946  Branch: cfgperl
12947        ! t/op/tr.t
12948 ____________________________________________________________________________
12949 [  2482] By: jhi                                   on 1998/12/14  17:52:42
12950     Log: Was missing use Text::Wrap.
12951  Branch: cfgperl
12952        ! t/lib/textfill.t
12953 ____________________________________________________________________________
12954 [  2481] By: jhi                                   on 1998/12/14  16:00:22
12955     Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
12956          
12957          From: Jonathan Roy <roy@idle.com>
12958          To: perl5-porters@perl.org
12959          Subject: nlist.h add to Configure checks?
12960          Date: Sun, 13 Dec 1998 22:22:49 -0500
12961          Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
12962  Branch: cfgperl
12963        + ext/DynaLoader/hints/linux.pl
12964        ! MANIFEST
12965 ____________________________________________________________________________
12966 [  2480] By: jhi                                   on 1998/12/14  15:02:44
12967     Log: Give up completely using nm in AIX.
12968          
12969          From: "Kurt D. Starsinic" <kstar@chapin.edu>
12970          To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
12971          Cc: perl5-porters@perl.org
12972          Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
12973          Date: Thu, 10 Dec 1998 00:51:46 -0500
12974          Message-ID: <19981210005146.B29986@O2.chapin.edu>
12975  Branch: cfgperl
12976        ! hints/aix.sh
12977 ____________________________________________________________________________
12978 [  2479] By: jhi                                   on 1998/12/14  14:39:52
12979     Log: AIX' error messages are different.
12980          
12981          From: "Kurt D. Starsinic" <kstar@chapin.edu>
12982          To: Gurusamy Sarathy <gsar@engin.umich.edu>
12983          Cc: perl5-porters@perl.org
12984          Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
12985          Date: Thu, 10 Dec 1998 00:42:36 -0500
12986          Message-ID: <19981210004236.A29986@O2.chapin.edu>
12987          
12988          From: Michael Engel <engel@nms1.cc.huji.ac.il>
12989          To: perlbug@perl.com
12990          Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
12991          Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
12992          Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
12993  Branch: cfgperl
12994        ! t/pragma/warn/doio
12995 ____________________________________________________________________________
12996 [  2475] By: jhi                                   on 1998/12/13  12:35:55
12997     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12998          To: jhi@iki.fi
12999          Cc: Carl_Adler@idx.com, perl5-porters@perl.org
13000          Subject: Re: stuff related to malloc.c
13001          Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
13002          Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
13003  Branch: cfgperl
13004        ! malloc.c
13005 ____________________________________________________________________________
13006 [  2474] By: jhi                                   on 1998/12/13  12:32:42
13007     Log: Some notes about porting issues.
13008  Branch: cfgperl
13009        ! Porting/pumpkin.pod
13010 ____________________________________________________________________________
13011 [  2473] By: jhi                                   on 1998/12/13  12:03:58
13012     Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
13013          To: Perl 5 Porters <perl5-porters@perl.org>
13014          Subject: [patch 5.005_02] dos-djgpp update
13015          Date: Sun, 13 Dec 1998 00:08:44 +0100
13016          Message-ID: <19981213000844.C264@beeblebrox>
13017  Branch: cfgperl
13018        ! djgpp/config.over
13019 ____________________________________________________________________________
13020 [  2472] By: gbarr                                 on 1998/12/12  17:12:28
13021     Log: undo changes to Exporter.pm from #2312
13022  Branch: maint-5.005/perl
13023        ! lib/Exporter.pm
13024 ____________________________________________________________________________
13025 [  2465] By: jhi                                   on 1998/12/12  12:31:21
13026     Log: Document that qw() taints.
13027          
13028          From: Christian Burger <burger@terra.mpikg-teltow.mpg.de> 
13029          To: perlbug@perl.com 
13030          Subject: taint problems
13031          Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET) 
13032          Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
13033  Branch: cfgperl
13034        ! pod/perlop.pod
13035 ____________________________________________________________________________
13036 [  2464] By: jhi                                   on 1998/12/11  14:09:51
13037     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
13038          To: dist-users@foretune.co.jp
13039          Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
13040          Date: Mon, 07 Dec 1998 20:13:04 -0400
13041          Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
13042  Branch: cfgperl
13043        ! Configure
13044 ____________________________________________________________________________
13045 [  2463] By: jhi                                   on 1998/12/11  13:29:54
13046     Log: MAXPATHLEN.
13047  Branch: cfgperl
13048        ! perl.h
13049 ____________________________________________________________________________
13050 [  2462] By: jhi                                   on 1998/12/11  08:37:58
13051     Log: From: Mark Kettenis <kettenis@phys.uva.nl>
13052          To: perl5-porters@perl.org
13053          Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
13054          Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
13055          Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
13056  Branch: cfgperl
13057        + hints/gnu.sh
13058 ____________________________________________________________________________
13059 [  2461] By: nick                                  on 1998/12/10  21:00:50
13060     Log: Date: Wed, 09 Dec 1998 22:16:50 PST
13061          From: Vishal Bhatia <vishalb@hotmail.com>
13062          1. Fixes the bug  reported by  Robin Barker <rmb1@cise.npl.co.uk> 
13063          2. Fixes the bug  regarding return value of c-functions generated out 
13064          of perl subs. ( Just includes the patch I sent earlier)
13065          3. Incorporates the other changes that need to be done to get CC.pm
13066          use ISA search for packages and methods on the same lines as C.pm
13067          
13068          Vishal would appreciate comments about B::Stackobj changes from 
13069          someone knowing that module well.
13070  Branch: perl
13071        ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
13072 ____________________________________________________________________________
13073 [  2460] By: jhi                                   on 1998/12/08  08:11:27
13074     Log: Integrate from mainperl.
13075  Branch: cfgperl
13076       !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
13077       !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
13078       !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
13079       !> toke.c util.c
13080 ____________________________________________________________________________
13081 [  2459] By: jhi                                   on 1998/12/07  07:50:11
13082     Log: From: hansm@icgroup.nl 
13083          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
13084          Reply-To: hansmu@xs4all.nl 
13085          To: perlbug@perl.com 
13086          Date: Sun, 6 Dec 98 22:19:54 +0100 
13087          Message-Id: <9812062116.AA26445@icgned.icgroup.nl> 
13088  Branch: cfgperl
13089        ! util.c
13090 ____________________________________________________________________________
13091 [  2458] By: gsar                                  on 1998/12/07  06:00:55
13092     Log: fix dup lexical
13093  Branch: perl
13094        ! ext/B/B/Deparse.pm t/lib/io_unix.t
13095 ____________________________________________________________________________
13096 [  2457] By: gsar                                  on 1998/12/06  14:38:59
13097     Log: mention limit on line numbers reported by diagnostics
13098  Branch: perl
13099        ! pod/perl.pod toke.c
13100 ____________________________________________________________________________
13101 [  2456] By: gsar                                  on 1998/12/06  13:49:02
13102     Log: branch perldelta.pod
13103  Branch: maint-5.005/perl
13104       +> pod/perldelta.pod
13105 ____________________________________________________________________________
13106 [  2455] By: gsar                                  on 1998/12/06  13:47:21
13107     Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
13108  Branch: maint-5.005/perl
13109        - pod/perldelta.pod
13110 ____________________________________________________________________________
13111 [  2454] By: gsar                                  on 1998/12/06  13:35:31
13112     Log: fix outdated/incorrect info about arbitrary limits
13113  Branch: perl
13114        ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
13115        ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
13116 ____________________________________________________________________________
13117 [  2453] By: nick                                  on 1998/12/05  16:14:42
13118     Log: Avoid hard-coding op numbers
13119          Update CC.pm to save %INC, and to co-exist with new C.pm
13120  Branch: perl
13121        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
13122 ____________________________________________________________________________
13123 [  2452] By: nick                                  on 1998/12/05  10:44:28
13124     Log: B.xs had its own code to calculate hash() which differed from
13125          PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
13126          which meant that run-time require was re-done.
13127          Removed some debug from C.pm
13128  Branch: perl
13129        ! ext/B/B.xs ext/B/B/C.pm
13130 ____________________________________________________________________________
13131 [  2451] By: nick                                  on 1998/12/04  21:58:49
13132     Log: Snapshot of re-worked B::C which compiles Tk apps at least as
13133          well as _54, but with pre-scan for classes and save the ISA scheme.
13134  Branch: perl
13135        ! ext/B/B/C.pm
13136 ____________________________________________________________________________
13137 [  2450] By: nick                                  on 1998/12/04  17:58:44
13138     Log: Vishal Bhatia's patch as a basis.
13139  Branch: perl
13140        ! ext/B/B/C.pm ext/B/B/CC.pm
13141 ____________________________________________________________________________
13142 [  2449] By: jhi                                   on 1998/12/04  16:39:21
13143     Log: Integrate from mainperl.
13144  Branch: cfgperl
13145       !> t/op/goto.t t/op/tr.t
13146 ____________________________________________________________________________
13147 [  2448] By: gsar                                  on 1998/12/04  06:06:49
13148     Log: tweak test for UTEST
13149  Branch: perl
13150        ! t/op/tr.t
13151 ____________________________________________________________________________
13152 [  2444] By: jhi                                   on 1998/12/03  14:37:22
13153     Log: s/\bthe the\b/the/g *.pod
13154  Branch: cfgperl
13155        ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
13156 ____________________________________________________________________________
13157 [  2443] By: jhi                                   on 1998/12/03  13:39:53
13158     Log: Change#2441 aftermath.
13159  Branch: cfgperl
13160        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13161        ! config_h.SH thread.h vms/subconfigure.com
13162 ____________________________________________________________________________
13163 [  2441] By: jhi                                   on 1998/12/03  08:15:13
13164     Log: From: Dan Sugalski <sugalskd@osshe.edu>
13165          To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
13166          Subject: [PATCH 5.005_54]Initial VMS patches
13167          Date: 3 Dec 1998 01:05:55 +0200
13168          Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
13169          
13170          The patch to config_h.SH requires more study because
13171          metaconfig needs to agree.
13172  Branch: cfgperl
13173        ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
13174        ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
13175        ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
13176 ____________________________________________________________________________
13177 [  2440] By: gsar                                  on 1998/12/03  01:32:16
13178     Log: add failed check-in of goto.t from change#1867
13179  Branch: perl
13180        ! t/op/goto.t
13181 ____________________________________________________________________________
13182 [  2437] By: jhi                                   on 1998/12/02  18:03:51
13183     Log: Fix most of the bad L<> links of
13184          
13185          From: Tom Christiansen <tchrist@jhereg.perl.com> 
13186          Subject: bad L<> links
13187          Reply-to: tchrist@perl.com 
13188          To: perlbug@jhereg.perl.com 
13189          Date: Tue, 11 Aug 1998 10:58:07 -0500 
13190          Message-Id: <199808111658.KAA00484@jhereg.perl.com> 
13191          
13192          The ones not fixed may require darker Pod::HTML magic,
13193          for example the perlguts.html#tags should work fine, IMHO.
13194  Branch: cfgperl
13195        ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
13196        ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
13197        ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
13198        ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
13199        ! pod/perlvar.pod
13200 ____________________________________________________________________________
13201 [  2436] By: jhi                                   on 1998/12/02  16:35:04
13202     Log: One paste too many in #2345.
13203  Branch: cfgperl
13204        ! lib/Pod/Html.pm
13205 ____________________________________________________________________________
13206 [  2435] By: jhi                                   on 1998/12/02  16:32:33
13207     Log: Pod::Html and Pod::Text were not locale-savvy:
13208          for example in =head1 all non-ASCII-\w-runs were
13209          turned into underscores in NAME tags.  This could
13210          result in several NAME tags becoming identical.
13211          Reported by:
13212          
13213          From: Fyodor Krasnov <fyodor@aha.ru> 
13214          Subject: pod2html vs Russian Characters
13215          To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com 
13216          Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) 
13217          Message-Id: <199811241600.TAA05149@stat.aha.ru> 
13218  Branch: cfgperl
13219        ! lib/Pod/Html.pm lib/Pod/Text.pm
13220 ____________________________________________________________________________
13221 [  2434] By: jhi                                   on 1998/12/02  10:29:00
13222     Log: The real Mc5_54 integration.
13223  Branch: cfgperl
13224       !> Changes MANIFEST pod/perlhist.pod pp_hot.c
13225 ____________________________________________________________________________
13226 [  2433] By: jhi                                   on 1998/12/02  08:52:13
13227     Log: From: Andy Dougherty <doughera@lafayette.edu>
13228          To: Perl Porters <perl5-porters@perl.org>
13229          Subject: [PATCH 5.005_xx] Missing redirection of simple test program
13230          Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
13231          Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
13232  Branch: cfgperl
13233        ! Configure
13234 ____________________________________________________________________________
13235 [  2432] By: jhi                                   on 1998/12/02  08:49:47
13236     Log: From: Andy Dougherty <doughera@lafayette.edu>
13237          To: Perl Porters <perl5-porters@perl.org>
13238          Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
13239          Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
13240          Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
13241  Branch: cfgperl
13242        ! Configure
13243 ____________________________________________________________________________
13244 [  2431] By: jhi                                   on 1998/12/01  16:11:50
13245     Log: From: achampio@lehman.com (Alan Champion)
13246          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
13247          To: perlbug@perl.com
13248          Date: 1 Dec 1998 17:36:33 +0200
13249          Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
13250          
13251          Skip NIS includes.
13252  Branch: cfgperl
13253        ! t/op/pwent.t
13254 ____________________________________________________________________________
13255 [  2430] By: gsar                                  on 1998/12/01  12:12:50
13256     Log: 5.005_54, as released
13257  Branch: perl
13258        ! Changes MANIFEST pod/perlhist.pod pp_hot.c
13259 ____________________________________________________________________________
13260 [  2429] By: jhi                                   on 1998/12/01  11:28:39
13261     Log: From: Anton Berezin <tobez@plab.ku.dk>
13262          To: perl5-porters@perl.org
13263          Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
13264          Date: 30 Nov 1998 19:46:24 +0100
13265          Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
13266  Branch: cfgperl
13267        ! hints/freebsd.sh
13268 ____________________________________________________________________________
13269 [  2428] By: jhi                                   on 1998/12/01  11:08:16
13270     Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
13271  Branch: cfgperl
13272       +> (branch 30 files)
13273       !> (integrate 71 files)
13274 ____________________________________________________________________________
13275 [  2427] By: jhi                                   on 1998/12/01  10:51:37
13276     Log: Default to accepting a hinted $randfunc even when $csym
13277          does not find it.  (the previous defaylt behaviour was not
13278          to accept).
13279  Branch: cfgperl
13280        ! Configure
13281 ____________________________________________________________________________
13282 [  2426] By: jhi                                   on 1998/12/01  10:13:03
13283     Log: Separated the [:foo:] parsing to its own function.
13284          Passes all tests.
13285  Branch: cfgperl
13286        ! regcomp.c
13287 ____________________________________________________________________________
13288 [  2425] By: jhi                                   on 1998/12/01  08:22:49
13289     Log: Typo in comments.
13290  Branch: cfgperl
13291        ! regexec.c
13292 ____________________________________________________________________________
13293 [  2424] By: jhi                                   on 1998/12/01  08:21:38
13294     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13295          Subject: [PATCH 5.005_*] Debugger 'v' command
13296          To: perl5-porters@perl.org (Mailing list Perl5)
13297          Date: 1 Dec 1998 07:55:11 +0200
13298          Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
13299  Branch: cfgperl
13300        ! lib/perl5db.pl
13301 ____________________________________________________________________________
13302 [  2423] By: jhi                                   on 1998/12/01  08:19:08
13303     Log: From: pvhp@forte.com (Peter Prymmer)
13304          Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
13305          To: perl5-porters@perl.org
13306          Date: 1 Dec 1998 07:27:11 +0200
13307          Message-ID: <MLIST_9812010508.AA07791@forte.com>
13308  Branch: cfgperl
13309        ! hints/os390.sh
13310 ____________________________________________________________________________
13311 [  2417] By: jhi                                   on 1998/11/30  08:14:00
13312     Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
13313  Branch: cfgperl
13314        ! ext/Socket/Socket.xs
13315 ____________________________________________________________________________
13316 [  2416] By: jhi                                   on 1998/11/30  08:00:15
13317     Log: Undo #2395, seems more like a problem in netbsd-current.
13318  Branch: cfgperl
13319        ! util.c
13320
13321 ----------------
13322 Version 5.005_54
13323 ----------------
13324
13325 ____________________________________________________________________________
13326 [  2414] By: gsar                                  on 1998/11/30  02:23:55
13327     Log: more JPL tweaks
13328  Branch: perl
13329        - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
13330        ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
13331 ____________________________________________________________________________
13332 [  2413] By: gsar                                  on 1998/11/30  01:35:56
13333     Log: stub bin/jpl that just runs JPL::Compile::files()
13334  Branch: perl
13335        + jpl/bin/jpl
13336 ____________________________________________________________________________
13337 [  2412] By: gsar                                  on 1998/11/30  01:32:14
13338     Log: delete symlink
13339  Branch: perl
13340        - jpl/bin/jpl
13341 ____________________________________________________________________________
13342 [  2410] By: gsar                                  on 1998/11/30  01:30:44
13343     Log: branch jpl from perlext to perl
13344  Branch: perl
13345       +> (branch 30 files)
13346 ____________________________________________________________________________
13347 [  2407] By: gsar                                  on 1998/11/30  01:24:53
13348     Log: JPL tweaks to build with 5.005
13349  Branch: perlext
13350        ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
13351        ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
13352 ____________________________________________________________________________
13353 [  2406] By: gsar                                  on 1998/11/30  00:55:54
13354     Log: integrate changes#2273,2274,2288,2291 from maint-5.004
13355  Branch: perl
13356        ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
13357 ____________________________________________________________________________
13358 [  2405] By: gsar                                  on 1998/11/30  00:28:55
13359     Log: patchlevel up to 54
13360  Branch: perl
13361        ! patchlevel.h win32/Makefile win32/config_H.bc
13362        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
13363 ____________________________________________________________________________
13364 [  2403] By: gsar                                  on 1998/11/29  23:35:50
13365     Log: integrate cfgperl changes into mainline
13366  Branch: perl
13367       !> Configure Porting/Glossary Porting/config.sh Porting/config_H
13368       !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
13369 ____________________________________________________________________________
13370 [  2402] By: gsar                                  on 1998/11/29  23:08:42
13371     Log: sync Text::Wrap version number
13372  Branch: perl
13373        ! lib/Text/Wrap.pm
13374 ____________________________________________________________________________
13375 [  2401] By: gsar                                  on 1998/11/29  22:56:21
13376     Log: textfill.t tweak
13377  Branch: perl
13378        ! t/lib/textfill.t
13379 ____________________________________________________________________________
13380 [  2400] By: gsar                                  on 1998/11/29  22:50:41
13381     Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
13382          <muir@idiom.com>
13383  Branch: perl
13384        + t/lib/textfill.t
13385        ! MANIFEST lib/Text/Wrap.pm
13386 ____________________________________________________________________________
13387 [  2399] By: gsar                                  on 1998/11/29  22:28:05
13388     Log: updated to Text::Wrap 98.112801 from CPAN; one published change
13389          has happened without the authors knowledge or consent; the subversive
13390          version (which is in 5.00502) breaks one of the tests in the
13391          authors testsuite; attempts are being made to find a fix that
13392          avoids breaking code already running with the 5.005_02 version
13393          From:    David Muir Sharnoff <muir@idiom.com>
13394          Date:    Sat, 28 Nov 1998 04:34:17 PST
13395          Message-Id: <199811281234.EAA03082@idiom.com>
13396          Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
13397  Branch: perl
13398        ! lib/Text/Wrap.pm t/lib/textwrap.t
13399 ____________________________________________________________________________
13400 [  2397] By: nick                                  on 1998/11/29  20:13:58
13401     Log: Update docs and English.pm for $^C
13402  Branch: perl
13403        ! lib/English.pm pod/perlvar.pod
13404 ____________________________________________________________________________
13405 [  2396] By: jhi                                   on 1998/11/29  20:13:03
13406     Log: Mirror #2384.
13407  Branch: cfgperl
13408        ! t/op/pwent.t
13409 ____________________________________________________________________________
13410 [  2395] By: jhi                                   on 1998/11/29  19:59:12
13411     Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
13412  Branch: cfgperl
13413        ! util.c
13414 ____________________________________________________________________________
13415 [  2394] By: gsar                                  on 1998/11/29  19:49:08
13416     Log: updated perlreftut.pod
13417  Branch: perl
13418        ! pod/perlreftut.pod
13419 ____________________________________________________________________________
13420 [  2393] By: gsar                                  on 1998/11/29  19:31:56
13421     Log: misc tweaks
13422  Branch: perl
13423        ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
13424 ____________________________________________________________________________
13425 [  2392] By: gsar                                  on 1998/11/29  19:31:18
13426     Log: notes about -DPERL_POLLUTE
13427  Branch: perl
13428        ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
13429 ____________________________________________________________________________
13430 [  2391] By: gsar                                  on 1998/11/29  19:13:52
13431     Log: explain various win32 build caveats more clearly
13432  Branch: perl
13433        ! README.win32 win32/Makefile win32/makefile.mk
13434 ____________________________________________________________________________
13435 [  2390] By: gsar                                  on 1998/11/29  16:51:59
13436     Log: remove I_POLL detection (Configure will do that now)
13437  Branch: perl
13438        ! ext/IO/Makefile.PL
13439 ____________________________________________________________________________
13440 [  2389] By: jhi                                   on 1998/11/29  16:39:16
13441     Log: Add I_POLL for IO 1.20.
13442  Branch: cfgperl
13443        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13444        ! config_h.SH
13445 ____________________________________________________________________________
13446 [  2388] By: gsar                                  on 1998/11/29  16:23:30
13447     Log: add p4desc (augments 'p4 describe' output with diffs for new files)
13448  Branch: perl
13449        + Porting/p4desc
13450        ! MANIFEST
13451 ____________________________________________________________________________
13452 [  2387] By: gsar                                  on 1998/11/29  16:08:03
13453     Log: another threads reliability fix: serialize writes to thr->threadsv
13454          avoid most uses of PL_na (which is much more inefficient than a
13455          simple local); update docs to suit; PL_na now being thr->Tna may
13456          be a minor compatibility issue for extensions--will require dTHR
13457          outside of XSUBs (those get automatic dTHR)
13458  Branch: perl
13459        ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
13460        ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
13461        ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
13462        ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
13463        ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
13464        ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
13465        ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
13466        ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
13467        ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
13468 ____________________________________________________________________________
13469 [  2386] By: jhi                                   on 1998/11/29  15:40:42
13470     Log: Tune the "if" entry.
13471  Branch: cfgperl
13472        ! pod/perlfunc.pod
13473 ____________________________________________________________________________
13474 [  2385] By: gsar                                  on 1998/11/29  12:40:28
13475     Log: various fixes for race conditions under threads: mutex locks based
13476          on PL_threadnum were seriously flawed, since it means more than one
13477          thread could enter the critical region; PL_na was global instead of
13478          thread-local; child thread could finish and free thr structures
13479          before Thread->new() got around to creating the Thread object;
13480          cv_clone() needed locking, as it mucks with PL_comppad and other
13481          global data; new_struct_thread() needed to lock template-thread's
13482          mutex while copying its data
13483  Branch: perl
13484        ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
13485        ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
13486 ____________________________________________________________________________
13487 [  2384] By: gsar                                  on 1998/11/29  10:54:38
13488     Log: s/warn/print/ on multiply defined groups
13489  Branch: perl
13490        ! t/op/grent.t
13491 ____________________________________________________________________________
13492 [  2383] By: gsar                                  on 1998/11/29  10:48:39
13493     Log: backout change#2334
13494  Branch: perl
13495        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
13496 ____________________________________________________________________________
13497 [  2382] By: jhi                                   on 1998/11/29  10:33:40
13498     Log: Better NetInfo behaviour.
13499  Branch: cfgperl
13500        ! t/op/grent.t t/op/pwent.t
13501 ____________________________________________________________________________
13502 [  2381] By: jhi                                   on 1998/11/29  10:08:15
13503     Log: Integrate from mainperl.
13504  Branch: cfgperl
13505       +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
13506       +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
13507       +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
13508       +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
13509       +> t/lib/io_poll.t t/lib/io_unix.t
13510       !> (integrate 58 files)
13511 ____________________________________________________________________________
13512 [  2380] By: gsar                                  on 1998/11/29  08:22:49
13513     Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
13514          Tim Bunce)
13515  Branch: perl
13516        ! gv.c
13517 ____________________________________________________________________________
13518 [  2379] By: gsar                                  on 1998/11/29  07:06:43
13519     Log: fix for pat.t failure under USE_THREADS
13520  Branch: perl
13521        ! pp_ctl.c regexec.c
13522 ____________________________________________________________________________
13523 [  2378] By: nick                                  on 1998/11/28  22:46:57
13524     Log: More C.pm tweaks
13525          Save globs even if we have saved cv itself before - may be imported.
13526          
13527          While we don't save "bootstrap" CV we need to provide a stub,
13528          so that if we require it later we don't fall through and attempt
13529          to DynaLoad module again.
13530          
13531          Attempt to save %INC so that "require" does not reload things
13532          we have compiled-in (does not work right yet - seems to be due
13533          to PL_incgv being created in perl_parse() current scheme setting 
13534          GvHV() is "better" than saving the glob, but still does not 
13535          work as I expect). 
13536  Branch: perl
13537        ! ext/B/B/C.pm
13538 ____________________________________________________________________________
13539 [  2377] By: gsar                                  on 1998/11/28  22:30:38
13540     Log: various tweaks; result passes all tests for normal build on Solaris;
13541          fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
13542          win32 due to lack of select() that works on non-socket fds
13543  Branch: perl
13544        ! ext/IO/poll.c regcomp.c regexec.c scope.c
13545        ! t/lib/io_multihomed.t win32/makefile.mk
13546 ____________________________________________________________________________
13547 [  2376] By: gsar                                  on 1998/11/28  20:44:39
13548     Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
13549  Branch: perl
13550        ! myconfig
13551 ____________________________________________________________________________
13552 [  2375] By: gsar                                  on 1998/11/28  20:42:58
13553     Log: integrate cfgperl changes into mainline
13554  Branch: perl
13555       !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
13556       !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
13557 ____________________________________________________________________________
13558 [  2374] By: gsar                                  on 1998/11/28  20:02:03
13559     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13560          Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
13561          Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
13562          Subject: [PATCH 5.00553] Yet another OS/2 patch
13563  Branch: perl
13564        ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
13565 ____________________________________________________________________________
13566 [  2373] By: gsar                                  on 1998/11/28  19:30:06
13567     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13568          Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
13569          Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
13570          Subject: [PATCH 5.005_53] Change $#+
13571  Branch: perl
13572        ! mg.c pod/perlvar.pod t/op/pat.t
13573 ____________________________________________________________________________
13574 [  2372] By: gsar                                  on 1998/11/28  19:28:00
13575     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13576          Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
13577          Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
13578          Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
13579  Branch: perl
13580        ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
13581        ! thrdvar.h
13582 ____________________________________________________________________________
13583 [  2371] By: gsar                                  on 1998/11/28  19:23:53
13584     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13585          Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
13586          Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
13587          Subject: [PATCH 5.005_53] better -Mre=debugcolor
13588  Branch: perl
13589        ! embedvar.h objXSUB.h regexec.c thrdvar.h
13590 ____________________________________________________________________________
13591 [  2370] By: gsar                                  on 1998/11/28  19:21:17
13592     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13593          Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
13594          Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
13595          Subject: [PATCH 5.005_*] regcolors
13596  Branch: perl
13597        ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
13598 ____________________________________________________________________________
13599 [  2369] By: gsar                                  on 1998/11/28  19:00:15
13600     Log: allow final period in a file (not followed by a newline) to
13601          terminate format spec
13602  Branch: perl
13603        ! toke.c
13604 ____________________________________________________________________________
13605 [  2368] By: gsar                                  on 1998/11/28  18:58:25
13606     Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
13607          add C<$Config{installarchlib}/CORE> to the default locations searched
13608          on win32
13609  Branch: perl
13610        ! lib/ExtUtils/Liblist.pm
13611 ____________________________________________________________________________
13612 [  2367] By: gsar                                  on 1998/11/28  18:46:05
13613     Log: applied suggested patch with PERL_OBJECT tweaks
13614          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13615          Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
13616          Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
13617          Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
13618  Branch: perl
13619        ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
13620        ! regexec.c t/op/pat.t thrdvar.h
13621 ____________________________________________________________________________
13622 [  2366] By: gsar                                  on 1998/11/28  18:38:34
13623     Log: additional documentation for qr//
13624          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13625          Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
13626          Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
13627          Subject: [PATCH 5.005_*] Documentation (fwd)
13628  Branch: perl
13629        ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
13630 ____________________________________________________________________________
13631 [  2365] By: gsar                                  on 1998/11/28  18:35:35
13632     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13633          Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
13634          Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
13635          Subject: [PATCH 5.005_*] Fix \G in REx without //g
13636  Branch: perl
13637        ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
13638        ! regexp.h t/op/pat.t thrdvar.h
13639 ____________________________________________________________________________
13640 [  2364] By: gsar                                  on 1998/11/28  18:24:20
13641     Log: update Test.pm to Test-1.12; tweak 're' detection
13642  Branch: perl
13643        ! lib/Test.pm
13644 ____________________________________________________________________________
13645 [  2363] By: gsar                                  on 1998/11/28  18:12:04
13646     Log: avoid command-line quoting portability problems in lex_assign.t
13647  Branch: perl
13648        ! t/op/lex_assign.t
13649 ____________________________________________________________________________
13650 [  2362] By: gsar                                  on 1998/11/28  18:08:50
13651     Log: From: John Tobey <jtobey@channel1.com>
13652          Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
13653          Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
13654          Subject: PATCH: document English.pm sawampersand and thread issues
13655  Branch: perl
13656        ! lib/English.pm pod/perlvar.pod
13657 ____________________________________________________________________________
13658 [  2361] By: gsar                                  on 1998/11/28  18:03:04
13659     Log: fix uninitialized warnings
13660          From: Brian Callaghan <callagh@itginc.com>
13661          Date: Thu, 19 Nov 1998 17:49:10 -0800
13662          Message-Id: <3654CA96.B64FCAEB@itginc.com>
13663          Subject: Complete.pm patch (version 1.1)
13664  Branch: perl
13665        ! lib/Term/Complete.pm
13666 ____________________________________________________________________________
13667 [  2360] By: gsar                                  on 1998/11/28  17:59:16
13668     Log: s/Array/List/ suggested by John Tobey
13669  Branch: perl
13670        ! pod/perldata.pod
13671 ____________________________________________________________________________
13672 [  2359] By: gsar                                  on 1998/11/28  17:47:48
13673     Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
13674  Branch: perl
13675        ! lib/Tie/Handle.pm pod/perlfunc.pod
13676 ____________________________________________________________________________
13677 [  2358] By: jhi                                   on 1998/11/28  17:23:15
13678     Log: Revamp the locale tests.
13679          (0) Instead of rewiring a few locales scan for them.
13680          (1) Bogus test #101 removed.
13681          (2) All the locales are checked, the lists of failed
13682          and non-failed ones are displayed.
13683          (3) The test #103 is again 'active' so that it may fail.
13684          (4) To balance (3) a hopefully pacifying message is shown
13685          if the #103 fails.
13686  Branch: cfgperl
13687        ! t/pragma/locale.t
13688 ____________________________________________________________________________
13689 [  2357] By: gsar                                  on 1998/11/28  17:21:07
13690     Log: add perlreftut.pod
13691  Branch: perl
13692        + pod/perlreftut.pod
13693        ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
13694        ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
13695        ! win32/pod.mak
13696 ____________________________________________________________________________
13697 [  2356] By: jhi                                   on 1998/11/28  16:58:01
13698     Log: Change #2346 fallout.
13699  Branch: cfgperl
13700        ! t/op/undef.t
13701 ____________________________________________________________________________
13702 [  2355] By: gsar                                  on 1998/11/28  16:46:43
13703     Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
13704          ANSI prototypes
13705  Branch: perl
13706        ! ext/IO/IO.xs
13707 ____________________________________________________________________________
13708 [  2354] By: gsar                                  on 1998/11/28  16:08:07
13709     Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
13710          keep platform hacks that aren't in the 1.20 dist; add new files
13711          to MANIFEST; hack Makefile.PL; result hasn't been tested
13712          anywhere
13713  Branch: perl
13714        + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
13715        + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
13716        + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
13717        + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
13718        ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
13719        ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
13720        ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
13721        ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
13722        ! t/lib/io_sock.t t/lib/io_udp.t
13723 ____________________________________________________________________________
13724 [  2353] By: jhi                                   on 1998/11/28  15:51:03
13725     Log: Locale collation, ctype, and numeric, were initialized wrong
13726          (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
13727          as reported by
13728          
13729          From: Ilya.Sandler@etak.com (Ilya Sandler)
13730          Subject: a bug in locale handling: LC_COLLATE ignored sometimes
13731          To: perlbug@perl.com
13732          Date: 25 Nov 1998 04:53:52 +0200
13733          Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
13734  Branch: cfgperl
13735        ! util.c
13736 ____________________________________________________________________________
13737 [  2352] By: nick                                  on 1998/11/28  15:21:59
13738     Log: Implement $^C to allow perl access to -c flag - I think this 
13739          was agreed once...
13740  Branch: perl
13741        ! gv.c mg.c
13742 ____________________________________________________________________________
13743 [  2351] By: jhi                                   on 1998/11/28  15:14:24
13744     Log: Change #2251 fixup.
13745  Branch: cfgperl
13746        ! myconfig
13747 ____________________________________________________________________________
13748 [  2350] By: jhi                                   on 1998/11/28  14:58:19
13749     Log: Integrate from mainperl.
13750  Branch: cfgperl
13751       +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
13752       +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
13753       +> pod/perl5005delta.pod
13754       !> (integrate 49 files)
13755 ____________________________________________________________________________
13756 [  2349] By: jhi                                   on 1998/11/28  14:27:36
13757     Log: Passwd and group file groveling.
13758  Branch: cfgperl
13759        ! t/op/grent.t t/op/pwent.t
13760 ____________________________________________________________________________
13761 [  2348] By: gsar                                  on 1998/11/28  14:09:50
13762     Log: more conservative version of changes#2345,2346,2347; those break
13763          C<defined(@{"foo::ISA"})> which seems to be extensively used in
13764          the libs :-(
13765  Branch: perl
13766        ! pp.c t/op/method.t
13767 ____________________________________________________________________________
13768 [  2347] By: gsar                                  on 1998/11/28  13:36:08
13769     Log: tweak bogus test
13770  Branch: perl
13771        ! t/op/method.t
13772 ____________________________________________________________________________
13773 [  2346] By: gsar                                  on 1998/11/28  13:20:34
13774     Log: test cases for previous change
13775  Branch: perl
13776        ! t/op/undef.t
13777 ____________________________________________________________________________
13778 [  2345] By: gsar                                  on 1998/11/28  13:07:17
13779     Log: fix typo in pp_defined() causing C<defined %tied> to fail
13780  Branch: perl
13781        ! pp.c
13782 ____________________________________________________________________________
13783 [  2344] By: gsar                                  on 1998/11/28  13:03:29
13784     Log: s/comment/comment_t/ tweak (suggested by John Gorman
13785          <jgorman@webbysoft.com>)
13786  Branch: perl
13787        ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
13788 ____________________________________________________________________________
13789 [  2343] By: gsar                                  on 1998/11/28  12:52:40
13790     Log: add (stub) perldelta.pod
13791  Branch: perl
13792        + pod/perldelta.pod
13793 ____________________________________________________________________________
13794 [  2342] By: gsar                                  on 1998/11/28  12:49:26
13795     Log: rename perldelta.pod to perl5005delta.pod in preparation for
13796          starting a new one
13797  Branch: perl
13798       +> pod/perl5005delta.pod
13799        - pod/perldelta.pod
13800        ! MANIFEST pod/perl.pod
13801 ____________________________________________________________________________
13802 [  2341] By: gsar                                  on 1998/11/28  12:41:55
13803     Log: fix MALLOC_LOCK #define
13804  Branch: perl
13805        ! malloc.c
13806 ____________________________________________________________________________
13807 [  2340] By: gsar                                  on 1998/11/28  12:18:23
13808     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13809          Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
13810          Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
13811          Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
13812  Branch: perl
13813        ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
13814 ____________________________________________________________________________
13815 [  2339] By: jhi                                   on 1998/11/28  11:59:01
13816     Log: Add -lm to dynix/ptx POSIX hints.
13817          From: "Martin J. Bligh" <mbligh@sequent.com>
13818          To: jhi@iki.fi
13819          Subject: Re: Making Perl work on DYNIX/ptx
13820          Date: Wed, 25 Nov 1998 10:34:41 -0800
13821          Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
13822  Branch: cfgperl
13823        ! ext/POSIX/hints/dynixptx.pl
13824 ____________________________________________________________________________
13825 [  2338] By: jhi                                   on 1998/11/28  11:57:19
13826     Log: Detypo.
13827  Branch: cfgperl
13828        ! lib/filetest.pm
13829 ____________________________________________________________________________
13830 [  2337] By: jhi                                   on 1998/11/28  11:56:29
13831     Log: Better LD_LIBRARY_PATH instructions for Bourneists.
13832  Branch: cfgperl
13833        ! Configure
13834 ____________________________________________________________________________
13835 [  2336] By: gsar                                  on 1998/11/28  11:41:14
13836     Log: teach CPAN.pm to ignore beta perl distributions when looking for
13837          modules
13838          From: root@dogberry.rutgers.edu (root)
13839          Date: Thu, 12 Nov 1998 23:08:39 -0500
13840          Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
13841          Subject: recompile tries getting a perl distribution
13842  Branch: perl
13843        ! lib/CPAN.pm
13844 ____________________________________________________________________________
13845 [  2335] By: gsar                                  on 1998/11/28  11:27:46
13846     Log: make $1 et al readonly under threads; make C<undef $1> fail like
13847          C<$1 = undef> does
13848  Branch: perl
13849        ! op.c pp.c t/op/undef.t
13850 ____________________________________________________________________________
13851 [  2334] By: gsar                                  on 1998/11/28  10:24:52
13852     Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
13853  Branch: perl
13854        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
13855 ____________________________________________________________________________
13856 [  2333] By: gsar                                  on 1998/11/28  09:36:40
13857     Log: document changed PERL_HASH()
13858  Branch: perl
13859        ! pod/perlfunc.pod pod/perlguts.pod
13860 ____________________________________________________________________________
13861 [  2332] By: nick                                  on 1998/11/27  21:10:27
13862     Log: Handle INIT list in C.pm
13863          1. Provide init_av() from B.xs
13864          2. Export it in B.pm
13865          3. Use it in C.pm
13866          Also disable some pruning in savecv() which seems to undo
13867          my previous patch.
13868          Experimental feature - save pathnames of .so files in easily 
13869          grep-able form for use in wrapper to feed to linker.  
13870  Branch: perl
13871        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
13872 ____________________________________________________________________________
13873 [  2327] By: gsar                                  on 1998/11/27  15:12:01
13874     Log: integrate change#2315 from maint-5.005
13875  Branch: perl
13876        ! t/op/sort.t
13877       !> op.c sv.c
13878 ____________________________________________________________________________
13879 [  2326] By: gsar                                  on 1998/11/27  15:00:42
13880     Log: integrate changes#2304,2305,2306,2308 from maint-5.005
13881  Branch: perl
13882       !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
13883       !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
13884       !> lib/ExtUtils/typemap
13885 ____________________________________________________________________________
13886 [  2325] By: gsar                                  on 1998/11/27  14:46:18
13887     Log: malloc bugfix and documentation from Ilya Zakharevich
13888          Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
13889          Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
13890          Subject: [PATCH 5.005_*] Re: Internal coredump
13891          --
13892          Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
13893          Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
13894          Subject: [PATCH 5.005_*] malloc.c documentation
13895  Branch: perl
13896        ! malloc.c
13897 ____________________________________________________________________________
13898 [  2324] By: gsar                                  on 1998/11/27  14:41:38
13899     Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
13900  Branch: perl
13901        ! ext/B/B/C.pm
13902 ____________________________________________________________________________
13903 [  2323] By: gsar                                  on 1998/11/27  14:33:44
13904     Log: From: maeda@src.ricoh.co.jp
13905          Date: Tue, 24 Nov 1998 10:37:45 +0900
13906          Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
13907          Subject: format "..." bug
13908  Branch: perl
13909        ! pp_ctl.c t/op/write.t
13910 ____________________________________________________________________________
13911 [  2322] By: gsar                                  on 1998/11/27  14:20:12
13912     Log: add ext/Devel/Peek
13913          From: jan.dubois@ibm.net (Jan Dubois)
13914          Date: Mon, 23 Nov 1998 00:48:11 +0100
13915          Message-ID: <36589ec9.49964585@smtp1.ibm.net>
13916          Subject: [PATCH 5.005_53] Devel::Peek integration
13917  Branch: perl
13918        + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
13919        + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
13920        ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
13921        ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
13922        ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
13923 ____________________________________________________________________________
13924 [  2321] By: gsar                                  on 1998/11/27  13:03:08
13925     Log: ensure 'make regen_headers' even without perl installed
13926          (suggested by Ilya Zakharevich)
13927  Branch: perl
13928        ! bytecode.pl warning.pl
13929 ____________________________________________________________________________
13930 [  2320] By: gsar                                  on 1998/11/27  12:58:36
13931     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13932          Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
13933          Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
13934          Subject: [PATCH 5.005_*] Cosmetic malloc patch
13935  Branch: perl
13936        ! malloc.c
13937 ____________________________________________________________________________
13938 [  2319] By: gsar                                  on 1998/11/27  12:56:13
13939     Log: eliminate dup hunk from integration
13940  Branch: perl
13941        ! lib/filetest.pm perl.h
13942 ____________________________________________________________________________
13943 [  2318] By: gsar                                  on 1998/11/27  12:50:08
13944     Log: integrate cfgperl changes into mainline
13945  Branch: perl
13946       +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
13947        ! pod/perlfaq4.pod
13948       !> (integrate 30 files)
13949 ____________________________________________________________________________
13950 [  2317] By: jhi                                   on 1998/11/27  11:38:13
13951     Log: C<-x>.
13952  Branch: cfgperl
13953        ! lib/filetest.pm
13954 ____________________________________________________________________________
13955 [  2316] By: jhi                                   on 1998/11/27  11:10:22
13956     Log: Integrate from mainperl.
13957  Branch: cfgperl
13958       !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
13959       !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
13960       !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
13961       !> universal.c util.c win32/GenCAPI.pl win32/win32.h
13962       !> win32/win32sck.c
13963 ____________________________________________________________________________
13964 [  2315] By: gbarr                                 on 1998/11/27  05:16:50
13965     Log: integrate change#2246 from mainline, while still allowing
13966          C<sort $globref @foo>
13967          
13968          allow C<sort $coderef @foo>
13969  Branch: maint-5.005/perl
13970        ! op.c sv.c
13971       !> t/op/sort.t
13972 ____________________________________________________________________________
13973 [  2308] By: gbarr                                 on 1998/11/27  00:11:44
13974     Log: Updates for MPE/iX DynaLoader and installperl, via private mail
13975          forwarded by Jarkko Hietaniemi from Mark Bixby
13976  Branch: maint-5.005/perl
13977        ! ext/DynaLoader/dl_mpeix.xs installperl
13978 ____________________________________________________________________________
13979 [  2306] By: gbarr                                 on 1998/11/26  23:44:47
13980     Log: Allow PL_FILES to have multiple targets from one source by allowing
13981          an array ref as the value in the hash
13982  Branch: maint-5.005/perl
13983        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
13984        ! lib/ExtUtils/MakeMaker.pm
13985 ____________________________________________________________________________
13986 [  2305] By: gbarr                                 on 1998/11/26  23:38:06
13987     Log: fix unsigned variables to use SvUV and sv_setuv
13988  Branch: maint-5.005/perl
13989        ! lib/ExtUtils/typemap
13990 ____________________________________________________________________________
13991 [  2304] By: gbarr                                 on 1998/11/26  23:36:17
13992     Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
13993  Branch: maint-5.005/perl
13994        ! lib/ExtUtils/MM_Unix.pm
13995 ____________________________________________________________________________
13996 [  2301] By: gsar                                  on 1998/11/26  10:16:54
13997     Log: fix PL_defoutgv leak under threads
13998  Branch: perl
13999        ! ext/Thread/Thread.xs
14000 ____________________________________________________________________________
14001 [  2300] By: gsar                                  on 1998/11/26  09:04:44
14002     Log: properly free temporaries created by threads
14003  Branch: perl
14004        ! ext/Thread/Thread.xs
14005 ____________________________________________________________________________
14006 [  2299] By: gsar                                  on 1998/11/26  06:51:16
14007     Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
14008          to set the package for the block properly
14009  Branch: perl
14010        ! op.c t/comp/package.t t/lib/dumper.t
14011 ____________________________________________________________________________
14012 [  2298] By: nick                                  on 1998/11/24  22:04:20
14013     Log: Part-1 of tweaks to allow Tk to be "compiled"
14014          Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
14015          (May also need attention to exports etc. - to follow.)
14016  Branch: perl
14017        ! universal.c
14018 ____________________________________________________________________________
14019 [  2294] By: jhi                                   on 1998/11/23  10:44:26
14020     Log: The new socket tests need in some platforms
14021          to #include <sys/types.h>.
14022  Branch: cfgperl
14023        ! Configure
14024 ____________________________________________________________________________
14025 [  2293] By: jhi                                   on 1998/11/23  10:33:42
14026     Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
14027          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
14028          Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
14029          Date: Mon, 23 Nov 1998 10:07:04 +0100
14030          Message-Id: <9811230907.AA06484@AWT.nl>
14031          
14032          NeXTstep NetInfo uses nidump to get the user/group databases.
14033  Branch: cfgperl
14034        ! t/op/grent.t t/op/pwent.t
14035 ____________________________________________________________________________
14036 [  2291] By: TimBunce                              on 1998/11/22  22:23:09
14037     Log: Updated Porting/patchls utility.
14038  Branch: maint-5.004/perl
14039        ! Porting/patchls
14040 ____________________________________________________________________________
14041 [  2288] By: TimBunce                              on 1998/11/22  21:46:11
14042     Log: Title:  "Buglet in Sys::Syslog.pm (with fix)"
14043          From:  Henrik Tougaard <ht.000@foa.dk>
14044          Msg-ID:  <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
14045          Files:  lib/Sys/Syslog.pm
14046  Branch: maint-5.004/perl
14047        ! lib/Sys/Syslog.pm
14048 ____________________________________________________________________________
14049 [  2286] By: jhi                                   on 1998/11/22  19:08:42
14050     Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
14051  Branch: cfgperl
14052        ! ext/Socket/Socket.xs
14053 ____________________________________________________________________________
14054 [  2285] By: jhi                                   on 1998/11/22  18:21:07
14055     Log: MSG_PROXY for GNU/Hurd (previously we believed that
14056          all GNU libc platforms have MSG_PROXY.  Untrue).
14057          In fact this ended up as a major MSG_* and SCM_*
14058          update.  The MSG_XXX known to be enums in some
14059          versions of the glibc are now probed for and respective
14060          HAS_MSG_XXX are defined.  While I was at it I noticed
14061          SCM_RIGHTS being similarly an enum.  This reminded me of
14062          an ancient discussion in perl5-porters:
14063          http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
14064          The BSD socket interface has a nifty feature for passing
14065          file descriptors and credentials--via sockets.  It may be
14066          too late to add this functionality to the CORE but
14067          at least Configure now probes for the functions,
14068          structs, and includes, defining the appropriate
14069          HAS_YYY and I_ZZZ, and the Socket extension exports
14070          the constants, in case somebody wants to write an
14071          extension for this interface.
14072  Branch: cfgperl
14073        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14074        ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
14075        ! iperlsys.h
14076 ____________________________________________________________________________
14077 [  2284] By: jhi                                   on 1998/11/22  18:13:21
14078     Log: perlhist.pod 1.54, containing 5_53.
14079  Branch: cfgperl
14080        ! pod/perlhist.pod
14081 ____________________________________________________________________________
14082 [  2274] By: TimBunce                              on 1998/11/22  16:25:46
14083     Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
14084  Branch: maint-5.004/perl
14085        ! doio.c
14086 ____________________________________________________________________________
14087 [  2273] By: TimBunce                              on 1998/11/22  16:17:43
14088     Log: Improve op/die_exit.t test for implicit close changing $!
14089  Branch: maint-5.004/perl
14090        ! t/op/die_exit.t
14091 ____________________________________________________________________________
14092 [  2268] By: jhi                                   on 1998/11/22  14:44:11
14093     Log: Fix thinko.
14094  Branch: cfgperl
14095        ! hints/dynixptx.sh
14096 ____________________________________________________________________________
14097 [  2267] By: jhi                                   on 1998/11/22  13:19:41
14098     Log: Document the d_socket override.
14099  Branch: cfgperl
14100        ! hints/dynixptx.sh
14101 ____________________________________________________________________________
14102 [  2266] By: jhi                                   on 1998/11/22  12:12:29
14103     Log: From: John Tobey <jtobey@channel1.com>
14104          Subject: [PATCH] perlfaq typos
14105          To: perl5-porters@perl.com
14106          Date: 22 Nov 1998 04:25:15 +0200
14107          Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
14108  Branch: cfgperl
14109        ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
14110        ! pod/perlfaq7.pod pod/perlfaq8.pod
14111 ____________________________________________________________________________
14112 [  2265] By: jhi                                   on 1998/11/22  12:06:29
14113     Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
14114          Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
14115          Newsgroups: hut.lists.perl5-porters
14116          To: gsar@engin.umich.edu (Gurusamy Sarathy)
14117          Cc: perl5-porters@perl.org (Perl5 Porters)
14118          Date: 20 Nov 1998 12:20:41 +0200
14119  Branch: cfgperl
14120        ! ext/DB_File/Changes ext/DB_File/DB_File.pm
14121        ! ext/DB_File/DB_File.xs
14122 ____________________________________________________________________________
14123 [  2264] By: jhi                                   on 1998/11/22  11:55:09
14124     Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
14125          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
14126          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
14127          To: perlbug@perl.com
14128          Date: 20 Nov 1998 18:39:06 +0200
14129          Lines: 47
14130          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
14131  Branch: cfgperl
14132        ! t/op/grent.t t/op/pwent.t
14133 ____________________________________________________________________________
14134 [  2263] By: jhi                                   on 1998/11/22  11:42:59
14135     Log: Permission testing is tricky when we have too much power.
14136          Problem reported in
14137          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
14138          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
14139          To: perlbug@perl.com
14140          Date: 20 Nov 1998 18:39:06 +0200
14141          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
14142  Branch: cfgperl
14143        ! t/op/filetest.t
14144 ____________________________________________________________________________
14145 [  2262] By: gsar                                  on 1998/11/22  11:37:02
14146     Log: fix broken CAPI generation
14147  Branch: perl
14148        ! win32/GenCAPI.pl
14149 ____________________________________________________________________________
14150 [  2261] By: jhi                                   on 1998/11/22  11:17:00
14151     Log: -x should be C<-x>, reported by Gerben Wierda.
14152  Branch: cfgperl
14153        ! pod/perlfunc.pod
14154 ____________________________________________________________________________
14155 [  2260] By: gsar                                  on 1998/11/22  11:12:02
14156     Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
14157  Branch: perl
14158        ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
14159        ! proto.h
14160 ____________________________________________________________________________
14161 [  2259] By: jhi                                   on 1998/11/22  11:06:40
14162     Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
14163          Subject: Re: [PATCH] Re: pod2man bug in date generated line
14164          To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
14165          Cc: perlbug@perl.com
14166          Date: 20 Nov 1998 21:30:17 +0200
14167          Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
14168  Branch: cfgperl
14169        ! pod/pod2man.PL
14170 ____________________________________________________________________________
14171 [  2256] By: jhi                                   on 1998/11/21  10:44:01
14172     Log: From: Thomas Bowditch <bowditch@inmet.com>
14173          Subject: Benchmark.pm suggestion
14174          To: jhi@iki.fi, Tim.Bunce@ig.co.uk
14175          Date: Fri, 20 Nov 1998 17:43:46 -0500
14176          Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
14177          
14178          Added timesum().
14179  Branch: cfgperl
14180        ! lib/Benchmark.pm
14181 ____________________________________________________________________________
14182 [  2255] By: gsar                                  on 1998/11/21  08:45:06
14183     Log: another win32 portability fix: make sysread() and syswrite()
14184          work on sockets
14185  Branch: perl
14186        ! pp_sys.c win32/win32.h
14187 ____________________________________________________________________________
14188 [  2254] By: gsar                                  on 1998/11/21  07:49:06
14189     Log: win32_recvfrom() compatibility fix
14190  Branch: perl
14191        ! win32/win32sck.c
14192 ____________________________________________________________________________
14193 [  2253] By: jhi                                   on 1998/11/20  08:22:06
14194     Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
14195          To: jhi@iki.fi
14196          Subject: MPE/iX Perl 5.005_02 oops
14197          Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
14198          Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
14199  Branch: cfgperl
14200        ! ext/DynaLoader/dl_mpeix.xs installperl
14201 ____________________________________________________________________________
14202 [  2252] By: gsar                                  on 1998/11/19  17:38:03
14203     Log: mess_sv tweak for change#2249
14204  Branch: perl
14205        ! util.c
14206 ____________________________________________________________________________
14207 [  2251] By: jhi                                   on 1998/11/18  12:32:19
14208     Log: Display use64bits and usemultiplicity but only if necessary.
14209  Branch: cfgperl
14210        ! myconfig
14211 ____________________________________________________________________________
14212 [  2250] By: jhi                                   on 1998/11/18  12:26:50
14213     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl> 
14214          Subject: pp.c uses 'unsigned Quad_t'
14215          To: perlbug@perl.com 
14216          Date: Sun, 15 Nov 1998 20:57:05 -0300 
14217          Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
14218  Branch: cfgperl
14219        ! perl.h pp.c
14220 ____________________________________________________________________________
14221 [  2249] By: gsar                                  on 1998/11/18  05:43:11
14222     Log: use PL_mess_sv only during global destruction (fixes problems with
14223          overlapping invocations of form()/warn()/die()/croak() trampling on
14224          each other's messages)
14225  Branch: perl
14226        ! mg.c util.c
14227 ____________________________________________________________________________
14228 [  2248] By: gsar                                  on 1998/11/18  05:39:36
14229     Log: tweak change#2245 to skip previous message if any
14230  Branch: perl
14231        ! pp_ctl.c t/pragma/warn/pp_ctl
14232 ____________________________________________________________________________
14233 [  2247] By: jhi                                   on 1998/11/17  11:46:56
14234     Log: Integrate from mainperl.
14235  Branch: cfgperl
14236       !> (integrate 26 files)
14237 ____________________________________________________________________________
14238 [  2246] By: gsar                                  on 1998/11/17  09:41:10
14239     Log: allow C<sort $coderef @foo>
14240  Branch: perl
14241        ! op.c t/op/sort.t t/pragma/overload.t
14242 ____________________________________________________________________________
14243 [  2245] By: gsar                                  on 1998/11/17  08:28:26
14244     Log: propagate failures in DESTROY() as (optional) warnings
14245  Branch: perl
14246        ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
14247 ____________________________________________________________________________
14248 [  2244] By: gsar                                  on 1998/11/17  07:43:08
14249     Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
14250  Branch: perl
14251        ! perl.c thrdvar.h
14252 ____________________________________________________________________________
14253 [  2243] By: gsar                                  on 1998/11/17  07:40:09
14254     Log: sort WARN_FOO symbols to avoid hash traversal order dependency
14255  Branch: perl
14256        ! lib/warning.pm warning.h warning.pl
14257 ____________________________________________________________________________
14258 [  2242] By: gsar                                  on 1998/11/17  06:32:39
14259     Log: fix skipspace() to properly account for newlines in eval''-ed
14260          strings (caused bogus line numbers in diagnostics and debugger)
14261  Branch: perl
14262        ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
14263 ____________________________________________________________________________
14264 [  2241] By: gsar                                  on 1998/11/17  03:48:12
14265     Log: s/Perl_utf8skip/PL_utf8skip/g
14266  Branch: perl
14267        ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
14268 ____________________________________________________________________________
14269 [  2240] By: gsar                                  on 1998/11/14  06:09:06
14270     Log: rework op/groups.t
14271  Branch: perl
14272        ! t/op/filetest.t t/op/groups.t
14273 ____________________________________________________________________________
14274 [  2235] By: gsar                                  on 1998/11/14  00:17:05
14275     Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
14276  Branch: perl
14277        ! op.c
14278 ____________________________________________________________________________
14279 [  2234] By: gsar                                  on 1998/11/14  00:14:02
14280     Log: update Changes
14281  Branch: perl
14282        ! Changes win32/config.bc win32/config.gc win32/config.vc
14283 ____________________________________________________________________________
14284 [  2233] By: gsar                                  on 1998/11/13  09:43:03
14285     Log: doc tweak
14286  Branch: perl
14287        ! README.win32
14288 ____________________________________________________________________________
14289 [  2230] By: jhi                                   on 1998/11/12  17:07:45
14290     Log: Allow hints file override for d_socket
14291          (based on Sequent-induced change #2229).
14292  Branch: cfgperl
14293        ! Configure
14294 ____________________________________________________________________________
14295 [  2229] By: jhi                                   on 1998/11/12  16:32:33
14296     Log: 
14297          From: "Martin J. Bligh" <mbligh@sequent.com>
14298          To: jhi@iki.fi
14299          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
14300          Subject: Re: Making Perl work on DYNIX/ptx
14301          Date: Tue, 10 Nov 1998 16:24:26 -0800
14302          Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
14303  Branch: cfgperl
14304        ! hints/dynixptx.sh
14305 ____________________________________________________________________________
14306 [  2228] By: jhi                                   on 1998/11/12  11:40:37
14307     Log: From: "Martin J. Bligh" <mbligh@sequent.com>
14308          Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
14309          To: jhi@iki.fi
14310          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
14311          Subject: Re: Making Perl work on DYNIX/ptx
14312          Date: Tue, 10 Nov 1998 18:01:10 -0800
14313  Branch: cfgperl
14314        + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
14315 ____________________________________________________________________________
14316 [  2227] By: jhi                                   on 1998/11/12  11:17:42
14317     Log: Integrate from mainperl.
14318  Branch: cfgperl
14319       !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
14320       !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
14321       !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
14322       !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
14323       !> win32/win32.c x2p/s2p.PL
14324 ____________________________________________________________________________
14325 [  2226] By: gsar                                  on 1998/11/11  21:05:42
14326     Log: provide -DPERL_POLLUTE
14327  Branch: perl
14328        ! embed.pl embedvar.h
14329 ____________________________________________________________________________
14330 [  2225] By: jhi                                   on 1998/11/09  07:45:12
14331     Log: From: Hans Mulder <hansm@icgroup.nl>
14332          To: Ilya Zakharevich <ilya@math.ohio-state.edu>
14333          Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
14334          perl5-porters@perl.org
14335          Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
14336          (UNINSTALLED)
14337          Date: Sun,  8 Nov 98 22:20:23 +0100
14338          Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
14339  Branch: cfgperl
14340        ! malloc.c perl.h
14341 ____________________________________________________________________________
14342 [  2224] By: gsar                                  on 1998/11/09  03:13:14
14343     Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
14344          Christoph <lupe@alanya.m.isar.de>)
14345  Branch: perl
14346        ! lib/Text/Wrap.pm
14347 ____________________________________________________________________________
14348 [  2223] By: gsar                                  on 1998/11/09  02:09:06
14349     Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
14350          <lionel.fourquaux@wanadoo.fr>)
14351  Branch: perl
14352        ! x2p/s2p.PL
14353 ____________________________________________________________________________
14354 [  2222] By: gsar                                  on 1998/11/09  01:56:24
14355     Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
14356          Date: Wed, 04 Nov 1998 12:19:44 +0000
14357          Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
14358          Subject: [PATCH] Re: [5.005_53] read overflow? 
14359          --
14360          Date: Wed, 04 Nov 1998 13:15:18 +0000
14361          Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
14362          Subject: [PATCH 5.005_53] perl -V fix
14363  Branch: perl
14364        ! perl.c regexec.c
14365 ____________________________________________________________________________
14366 [  2221] By: gsar                                  on 1998/11/09  01:34:56
14367     Log: From: jan.dubois@ibm.net (Jan Dubois)
14368          Date: Sun, 01 Nov 1998 00:05:01 +0100
14369          Message-ID: <364294bd.18052307@smtp1.ibm.net>
14370          Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
14371  Branch: perl
14372        ! Changes win32/makedef.pl
14373 ____________________________________________________________________________
14374 [  2220] By: gsar                                  on 1998/11/08  21:13:07
14375     Log: integrate changes#2120,2168,2218 from maint-5.005;
14376          add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
14377          enum; make regen_headers
14378  Branch: perl
14379        ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
14380        ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
14381 ____________________________________________________________________________
14382 [  2219] By: gsar                                  on 1998/11/08  19:42:57
14383     Log: integrate cfgperl changes into mainline
14384  Branch: perl
14385       +> README.vmesa
14386       !> Configure MANIFEST Porting/Glossary Porting/config.sh
14387       !> Porting/config_H config_h.SH ext/Thread/Thread.xs
14388       !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
14389       !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
14390       !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
14391       !> thread.h vms/subconfigure.com vos/config.h
14392 ____________________________________________________________________________
14393 [  2218] By: gbarr                                 on 1998/11/08  16:48:44
14394     Log: From: Graham Barr <gbarr@ti.com>
14395          Date: Mon, 2 Nov 1998 07:38:52 -0600
14396          Message-ID: <19981102073852.A12751@asic.sc.ti.com>
14397          Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
14398  Branch: maint-5.005/perl
14399        ! ext/IPC/SysV/Msg.pm
14400 ____________________________________________________________________________
14401 [  2215] By: gsar                                  on 1998/11/08  02:52:52
14402     Log: set close-on-exec bit on pipe() FDs
14403  Branch: perl
14404        ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
14405 ____________________________________________________________________________
14406 [  2214] By: gsar                                  on 1998/11/08  02:27:57
14407     Log: typo in newHVhv()
14408  Branch: perl
14409        ! hv.c
14410 ____________________________________________________________________________
14411 [  2211] By: jhi                                   on 1998/11/07  21:14:18
14412     Log: Finalize the Mach CThreads support.
14413          
14414          From: Hans Mulder <hansm@icgroup.nl>
14415          Date: Sat,  7 Nov 98 22:06:20 +0100
14416          To: Gurusamy Sarathy <gsar@engin.umich.edu>
14417          Cc: jhi@iki.fi, perl5-porters@perl.org
14418          Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) 
14419          Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
14420  Branch: cfgperl
14421        ! malloc.c perl.h
14422 ____________________________________________________________________________
14423 [  2210] By: gsar                                  on 1998/11/06  20:36:50
14424     Log: fix AvREALISH bogusness
14425  Branch: perl
14426        ! av.c t/op/array.t
14427 ____________________________________________________________________________
14428 [  2209] By: jhi                                   on 1998/11/06  08:05:31
14429     Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
14430          ASSERT() causes problems in {NeXTStep,OpenStep}.
14431          
14432          From: Hans Mulder <hansm@icgroup.nl>
14433          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
14434          Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
14435          Date: Fri,  6 Nov 98 01:27:41 +0100
14436          Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
14437          
14438          and
14439          
14440          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14441          Subject: Re: ASSERT() in malloc.c
14442          To: jhi@iki.fi
14443          Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
14444          Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
14445  Branch: cfgperl
14446        ! malloc.c
14447 ____________________________________________________________________________
14448 [  2208] By: jhi                                   on 1998/11/06  07:55:38
14449     Log: Mach CThreads needs #include <mach/cthreads.h>.
14450  Branch: cfgperl
14451        ! perl.h
14452 ____________________________________________________________________________
14453 [  2206] By: jhi                                   on 1998/11/05  14:54:52
14454     Log: PERL_BADLANG wrongly documented.
14455          
14456          From: ts <decoux@moulon.inra.fr>
14457          To: jhi@cc.hut.fi
14458          Subject: Re: Locale warning messages
14459          Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
14460          Message-Id: <199811051334.OAA24863@moulon.inra.fr>
14461          
14462          and
14463          
14464          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14465          Subject: Re: PERL_BADLANG
14466          To: jhi@iki.fi
14467          Subject: Re: PERL_BADLANG
14468          Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
14469          Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
14470  Branch: cfgperl
14471        ! pod/perllocale.pod
14472 ____________________________________________________________________________
14473 [  2205] By: jhi                                   on 1998/11/05  14:24:33
14474     Log: Document all the control flow keywords in perlfunc
14475          so that "perlfunc -f while" works.
14476  Branch: cfgperl
14477        ! pod/perlfunc.pod
14478 ____________________________________________________________________________
14479 [  2204] By: jhi                                   on 1998/11/05  12:46:02
14480     Log: Configure update.  Remove last trace of PTHREADS_CREATED_JOINABLE
14481          (from vos/config.h).  Update Porting/{Glossary,config*}.
14482  Branch: cfgperl
14483        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14484        ! config_h.SH vos/config.h
14485 ____________________________________________________________________________
14486 [  2203] By: jhi                                   on 1998/11/05  08:34:39
14487     Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
14488  Branch: cfgperl
14489        ! hints/vmesa.sh vms/subconfigure.com
14490 ____________________________________________________________________________
14491 [  2202] By: jhi                                   on 1998/11/05  08:03:20
14492     Log: Integrate from mainperl.
14493  Branch: cfgperl
14494       !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
14495       !> win32/Makefile win32/makefile.mk win32/win32.c
14496 ____________________________________________________________________________
14497 [  2201] By: gsar                                  on 1998/11/05  04:40:44
14498     Log: another POPSTACK victim
14499  Branch: perl
14500        ! cop.h sv.c
14501 ____________________________________________________________________________
14502 [  2196] By: gsar                                  on 1998/11/05  02:07:54
14503     Log: fix a location affected by change#2191, add note about POPSTACK
14504  Branch: perl
14505        ! cop.h gv.c pp_ctl.c
14506 ____________________________________________________________________________
14507 [  2195] By: gsar                                  on 1998/11/05  02:04:45
14508     Log: makefile notes
14509  Branch: perl
14510        ! win32/Makefile win32/makefile.mk
14511 ____________________________________________________________________________
14512 [  2192] By: gsar                                  on 1998/11/04  23:48:53
14513     Log: indeterminate order-of-evaluation fixes
14514  Branch: perl
14515        ! mg.c
14516 ____________________________________________________________________________
14517 [  2191] By: gsar                                  on 1998/11/04  23:02:16
14518     Log: refetch local stack pointer in POPSTACK
14519  Branch: perl
14520        ! cop.h perl.c
14521 ____________________________________________________________________________
14522 [  2190] By: jhi                                   on 1998/11/04  08:50:40
14523     Log: Configure update.
14524          Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
14525          
14526          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
14527          To: Martin Bligh <mbligh@sequent.com>
14528          Cc: Jarkko Hietaniemi <jhi@iki.fi>
14529          Subject: Re: Perl 5's configure on DYNIX/ptx
14530          Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
14531          Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
14532          
14533          find sockets also from libsocket, not just libnet.
14534          OS390: $compile_ok instead of $compile for <inttypes.h>,
14535          
14536          From: pvhp@forte.com (Peter Prymmer)
14537          To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
14538          Subject: _53 not OK on os390 but looking better than ever
14539          Date: Tue, 3 Nov 98 17:33:22 PST
14540          Message-Id: <9811040133.AA09450@forte.com>
14541  Branch: cfgperl
14542        ! Configure
14543 ____________________________________________________________________________
14544 [  2189] By: jhi                                   on 1998/11/04  07:43:58
14545     Log: sysio.t failure: fix undefined order of evaluation, from
14546          
14547          From: Spider Boardman <spider@web.zk3.dec.com>
14548          Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
14549          To: perlbug@perl.com
14550          Date: 4 Nov 1998 01:22:30 +0200
14551          Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
14552  Branch: cfgperl
14553        ! pp_sys.c
14554 ____________________________________________________________________________
14555 [  2188] By: gsar                                  on 1998/11/04  02:59:16
14556     Log: fix return value of win32_pclose()
14557  Branch: perl
14558        ! win32/win32.c
14559 ____________________________________________________________________________
14560 [  2187] By: gsar                                  on 1998/11/04  02:56:34
14561     Log: s/sv_upgrade/SvUPGRADE/ a couple of places
14562  Branch: perl
14563        ! Changes doop.c gv.c util.c
14564 ____________________________________________________________________________
14565 [  2186] By: jhi                                   on 1998/11/03  08:17:52
14566     Log: Document quads in pack.
14567  Branch: cfgperl
14568        ! pod/perlfunc.pod
14569 ____________________________________________________________________________
14570 [  2185] By: jhi                                   on 1998/11/03  07:49:35
14571     Log: (IV) vs (I32) vs I_V()
14572          
14573          Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
14574          From: Anton Berezin <tobez@plab.ku.dk> 
14575          To: "p5p" <perl5-porters@perl.org> 
14576          Date: 01 Nov 1998 15:09:11 +0100 
14577          Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
14578          
14579          and
14580          
14581          From: Andy Dougherty <doughera@lafcol.lafayette.edu> 
14582          Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) 
14583          Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
14584  Branch: cfgperl
14585        ! sv.c
14586 ____________________________________________________________________________
14587 [  2184] By: jhi                                   on 1998/11/03  07:42:46
14588     Log: VM/ESA updates.
14589  Branch: cfgperl
14590        + README.vmesa
14591        ! MANIFEST pod/perlfunc.pod pod/perlport.pod
14592 ____________________________________________________________________________
14593 [  2183] By: jhi                                   on 1998/11/02  12:58:13
14594     Log: The id(1)-parsing is real fun.
14595  Branch: cfgperl
14596        ! t/op/groups.t
14597 ____________________________________________________________________________
14598 [  2182] By: jhi                                   on 1998/11/02  12:07:43
14599     Log: Decommission the symlink test.
14600  Branch: cfgperl
14601        ! t/op/lex_assign.t
14602 ____________________________________________________________________________
14603 [  2181] By: jhi                                   on 1998/11/02  12:03:08
14604     Log: Replace ATTR_JOINABLE with true Configure probe
14605          for PTHREAD_CREATE_JOINABLE (or equivalent:
14606          PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
14607          Remove ATTR_JOINABLE itself: Thread.xs uses
14608          PTHREAD_CREATE_JOINABLE (or equivalent) directly.
14609          
14610          Really scan for <mach/cthreads.h> only if usethreads.
14611  Branch: cfgperl
14612        ! Configure config_h.SH ext/Thread/Thread.xs thread.h
14613 ____________________________________________________________________________
14614 [  2180] By: jhi                                   on 1998/11/02  11:07:34
14615     Log: In HP-UX 10.X usethreads only if the required files are present.
14616  Branch: cfgperl
14617        ! hints/hpux.sh
14618 ____________________________________________________________________________
14619 [  2179] By: jhi                                   on 1998/11/02  09:10:33
14620     Log: Prefer groups(1).
14621          id -Gn can be broken.
14622          id -a can save the day.
14623  Branch: cfgperl
14624        ! t/op/groups.t
14625 ____________________________________________________________________________
14626 [  2178] By: jhi                                   on 1998/11/02  08:35:29
14627     Log: Detrail enum comma.
14628  Branch: cfgperl
14629        ! perl.h
14630 ____________________________________________________________________________
14631 [  2177] By: jhi                                   on 1998/11/02  08:24:12
14632     Log: 0**0 = 1, from
14633          
14634          From: d-lewart@uiuc.edu (Daniel S. Lewart)
14635          Subject: Math::Complex 0**0 patches
14636          Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
14637          Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
14638          To: jhi@iki.fi (Jarkko Hietaniemi),
14639          Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
14640  Branch: cfgperl
14641        ! lib/Math/Complex.pm t/lib/complex.t
14642 ____________________________________________________________________________
14643 [  2168] By: gbarr                                 on 1998/11/01  01:58:58
14644     Log: From: jan.dubois@ibm.net (Jan Dubois)   
14645          Date: Fri, 09 Oct 1998 23:28:31 +0200
14646          Message-ID: <36217b7f.3193091@smtp1.ibm.net>
14647          Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
14648  Branch: maint-5.005/perl
14649        ! XSUB.h
14650 ____________________________________________________________________________
14651 [  2164] By: jhi                                   on 1998/10/31  15:50:02
14652     Log: Integrate from mainperl.
14653  Branch: cfgperl
14654       +> t/op/lex_assign.t
14655       !> (integrate 45 files)
14656
14657 ----------------
14658 Version 5.005_53
14659 ----------------
14660
14661 ____________________________________________________________________________
14662 [  2163] By: gsar                                  on 1998/10/31  11:31:12
14663     Log: bump patchlevel; other minor fixes for clean build and test on
14664          Solaris and win32
14665  Branch: perl
14666        ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
14667        ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
14668        ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
14669        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
14670        ! x2p/a2p.c
14671 ____________________________________________________________________________
14672 [  2162] By: gsar                                  on 1998/10/31  09:40:31
14673     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14674          Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
14675          Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
14676          Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
14677  Branch: perl
14678        ! pp.h
14679 ____________________________________________________________________________
14680 [  2161] By: gsar                                  on 1998/10/31  09:39:13
14681     Log: From: Albert Dvornik <bert@genscan.com>
14682          Date: 30 Oct 1998 17:50:04 -0500
14683          Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
14684          Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
14685  Branch: perl
14686        ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
14687 ____________________________________________________________________________
14688 [  2160] By: gsar                                  on 1998/10/31  09:35:03
14689     Log: fix for bugs in -x mode
14690          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14691          Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
14692          Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
14693          Subject: [PATCH 5.00552] Fix h2xs
14694  Branch: perl
14695        ! utils/h2xs.PL
14696 ____________________________________________________________________________
14697 [  2159] By: gsar                                  on 1998/10/31  09:31:36
14698     Log: Data::Dumper update
14699  Branch: perl
14700        ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
14701        ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
14702 ____________________________________________________________________________
14703 [  2153] By: gsar                                  on 1998/10/30  21:40:09
14704     Log: add testsuite portion of patch
14705          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14706          Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
14707          Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
14708          Subject: [PATCH 5.00321 ;-)] 87% speedup
14709  Branch: perl
14710        + t/op/lex_assign.t
14711        ! MANIFEST
14712 ____________________________________________________________________________
14713 [  2152] By: gsar                                  on 1998/10/30  21:08:11
14714     Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
14715  Branch: perl
14716        ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
14717 ____________________________________________________________________________
14718 [  2151] By: gsar                                  on 1998/10/30  20:18:09
14719     Log: From: Mark-Jason Dominus <mjd@plover.com>
14720          Date: Fri, 30 Oct 1998 14:24:23 EST
14721          Message-Id: <19981030192423.27276.qmail@plover.com>
14722          Subject: PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'
14723  Branch: perl
14724        ! x2p/walk.c
14725 ____________________________________________________________________________
14726 [  2150] By: gsar                                  on 1998/10/30  20:08:57
14727     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14728          Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
14729          Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
14730          Subject: [PATCH 5.00552] Overloaded <> and deref again
14731  Branch: perl
14732        ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
14733        ! t/pragma/overload.t toke.c
14734 ____________________________________________________________________________
14735 [  2149] By: gsar                                  on 1998/10/30  19:38:15
14736     Log: From: Roderick Schertler <roderick@argon.org>
14737          Date: Thu, 29 Oct 1998 14:50:18 -0500
14738          Message-ID: <17625.909690618@eeyore.ibcinc.com>
14739          Subject: patch for daemonization docs in perlipc
14740  Branch: perl
14741        ! pod/perlipc.pod
14742 ____________________________________________________________________________
14743 [  2148] By: gsar                                  on 1998/10/30  19:36:07
14744     Log: From: Anton Berezin <tobez@plab.ku.dk>
14745          Date: 29 Oct 1998 17:06:25 +0100
14746          Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
14747          Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
14748  Branch: perl
14749        ! win32/win32.c
14750 ____________________________________________________________________________
14751 [  2147] By: gsar                                  on 1998/10/30  19:31:37
14752     Log: tweaked version of suggested patch
14753          From: Anton Berezin <tobez@plab.ku.dk>
14754          Date: 29 Oct 1998 14:48:54 +0100
14755          Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
14756          Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
14757  Branch: perl
14758        ! win32/win32.c
14759 ____________________________________________________________________________
14760 [  2146] By: gsar                                  on 1998/10/30  19:03:50
14761     Log: hand-apply whitespace-mutiliated patch
14762          From: "vishal bhatia" <vishalb@hotmail.com>
14763          Date: Wed, 28 Oct 1998 23:45:32 PST
14764          Message-ID: <19981029074534.2334.qmail@hotmail.com>
14765          Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
14766  Branch: perl
14767        ! ext/B/B/C.pm ext/B/B/CC.pm
14768 ____________________________________________________________________________
14769 [  2145] By: gsar                                  on 1998/10/30  18:46:58
14770     Log: remaining PL_foo stragglers
14771  Branch: perl
14772        ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
14773        ! op.h os2/os2.c vms/gen_shrfls.pl
14774 ____________________________________________________________________________
14775 [  2144] By: gsar                                  on 1998/10/30  17:38:36
14776     Log: integrate cfgperl tweaks into mainline
14777  Branch: perl
14778       !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
14779       !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
14780 ____________________________________________________________________________
14781 [  2143] By: jhi                                   on 1998/10/30  13:27:39
14782     Log: There can be multiple yacc/bison errors.
14783  Branch: cfgperl
14784        ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
14785 ____________________________________________________________________________
14786 [  2142] By: jhi                                   on 1998/10/30  13:18:43
14787     Log: README.posix-bc update.
14788  Branch: cfgperl
14789        ! README.posix-bc
14790 ____________________________________________________________________________
14791 [  2141] By: jhi                                   on 1998/10/30  09:12:59
14792     Log: #2133 fallout.
14793  Branch: cfgperl
14794        ! doio.c ext/POSIX/POSIX.xs
14795 ____________________________________________________________________________
14796 [  2140] By: jhi                                   on 1998/10/30  08:43:18
14797     Log: Integrate from mainperl.
14798  Branch: cfgperl
14799       +> globvar.sym pp.sym
14800        - objpp.h thread.sym
14801       !> (integrate 61 files)
14802 ____________________________________________________________________________
14803 [  2133] By: gsar                                  on 1998/10/30  02:51:39
14804     Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
14805          (objpp.h is gone, embed.pl now does some of that); objXSUB.h
14806          should soon be automated also; the global variables that
14807          escaped the PL_foo conversion are now reined in; renamed
14808          MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
14809          type of same name; duplicated lists of pp_things in various
14810          places is now gone; result has only been tested on win32
14811  Branch: perl
14812        + globvar.sym pp.sym
14813        - objpp.h thread.sym
14814        ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
14815        ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
14816        ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
14817        ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
14818        ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
14819        ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
14820        ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
14821        ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
14822        ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
14823        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14824        ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
14825 ____________________________________________________________________________
14826 [  2130] By: jhi                                   on 1998/10/29  15:31:26
14827     Log: Pure bison yylex() proto was broken.
14828  Branch: cfgperl
14829        ! proto.h
14830 ____________________________________________________________________________
14831 [  2126] By: jhi                                   on 1998/10/29  08:35:54
14832     Log: Integrate mainperl.
14833  Branch: cfgperl
14834       !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
14835       !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
14836       !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
14837       !> t/pragma/warn/doio toke.c win32/makefile.mk
14838 ____________________________________________________________________________
14839 [  2125] By: jhi                                   on 1998/10/29  08:32:38
14840     Log: EBCDIC Makefile.SH iteration converges.  Hopefully.
14841  Branch: cfgperl
14842        ! Makefile.SH
14843 ____________________________________________________________________________
14844 [  2124] By: jhi                                   on 1998/10/29  08:06:44
14845     Log: EBCDIC Makefile.SH tuneup.
14846  Branch: cfgperl
14847        ! Makefile.SH
14848 ____________________________________________________________________________
14849 [  2119] By: gsar                                  on 1998/10/28  23:24:04
14850     Log: remove doubled hunk from integration
14851  Branch: perl
14852        ! pp.c
14853 ____________________________________________________________________________
14854 [  2118] By: gsar                                  on 1998/10/28  22:03:31
14855     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14856          Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
14857          Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
14858          Subject: [PATCH 5.00552] Minor debugger tweaks
14859  Branch: perl
14860        ! lib/perl5db.pl
14861 ____________________________________________________________________________
14862 [  2117] By: gsar                                  on 1998/10/28  22:02:30
14863     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14864          Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
14865          Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
14866          Subject: [PATCH 5.00552] Make sort respect overloading
14867  Branch: perl
14868        ! pp_ctl.c proto.h t/pragma/overload.t
14869 ____________________________________________________________________________
14870 [  2116] By: gsar                                  on 1998/10/28  21:51:11
14871     Log: MM patches from Ilya Zakharevich
14872          Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
14873          Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
14874          Subject: [PATCH 5.00552] Make MakeMaker more verbose
14875          --
14876          Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
14877          Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
14878          Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
14879  Branch: perl
14880        ! lib/ExtUtils/MakeMaker.pm
14881 ____________________________________________________________________________
14882 [  2115] By: gsar                                  on 1998/10/28  21:46:19
14883     Log: add explicit references to perl source path in ld2 and gcc2
14884  Branch: perl
14885        ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
14886 ____________________________________________________________________________
14887 [  2114] By: gsar                                  on 1998/10/28  21:39:56
14888     Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
14889          Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
14890          Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
14891          Subject: [PATCH] Re: Problems with: Creating an installable tar archive
14892  Branch: perl
14893        ! INSTALL
14894 ____________________________________________________________________________
14895 [  2113] By: gsar                                  on 1998/10/28  21:21:16
14896     Log: integrate cfgperl into mainline
14897  Branch: perl
14898       +> t/op/filetest.t
14899       !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
14900       !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
14901       !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
14902       !> thread.h toke.c vmesa/Makefile
14903 ____________________________________________________________________________
14904 [  2112] By: gsar                                  on 1998/10/28  21:14:18
14905     Log: minor cleanup
14906  Branch: perl
14907        ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
14908 ____________________________________________________________________________
14909 [  2111] By: gsar                                  on 1998/10/28  18:52:10
14910     Log: smarter C<$SIG{FOO} = BAREWORD;> warning
14911  Branch: perl
14912        ! toke.c
14913 ____________________________________________________________________________
14914 [  2110] By: jhi                                   on 1998/10/28  15:07:54
14915     Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
14916  Branch: cfgperl
14917        ! Makefile.SH
14918 ____________________________________________________________________________
14919 [  2109] By: jhi                                   on 1998/10/28  13:39:54
14920     Log: a2p.y needs to generate also y.tab.h.
14921  Branch: cfgperl
14922        ! Makefile.SH
14923 ____________________________________________________________________________
14924 [  2108] By: jhi                                   on 1998/10/28  10:33:36
14925     Log: The "parse error" must be converted to "syntax error",
14926          just matching it aint' enough.
14927  Branch: cfgperl
14928        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
14929        ! t/pragma/warning.t
14930 ____________________________________________________________________________
14931 [  2107] By: jhi                                   on 1998/10/28  10:23:05
14932     Log: Regen sig_n{ame,umber}* if slightest doubt.
14933  Branch: cfgperl
14934        ! Configure
14935 ____________________________________________________________________________
14936 [  2106] By: jhi                                   on 1998/10/28  08:44:49
14937     Log: Bison says 'parse error', not 'parser error'.
14938  Branch: cfgperl
14939        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
14940        ! t/pragma/warning.t
14941 ____________________________________________________________________________
14942 [  2105] By: jhi                                   on 1998/10/28  08:42:09
14943     Log: yylex() parametrization.
14944  Branch: cfgperl
14945        ! proto.h toke.c
14946 ____________________________________________________________________________
14947 [  2104] By: jhi                                   on 1998/10/28  08:25:09
14948     Log: Bring in #2102.
14949  Branch: cfgperl
14950        ! pp.c
14951 ____________________________________________________________________________
14952 [  2103] By: jhi                                   on 1998/10/28  08:22:04
14953     Log: From: Dominic Dunlop <domo@vo.lu>
14954          Subject: [PATCH 5.005_02]  Re: perl5.004_04 testing problem
14955          Date: 27 Oct 1998 20:47:25 +0200
14956          Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
14957  Branch: cfgperl
14958        ! t/op/groups.t
14959 ____________________________________________________________________________
14960 [  2102] By: larry                                 on 1998/10/27  18:58:55
14961     Log: utf8 change to quotemeta broke EBCDIC
14962  Branch: perl
14963        ! pp.c
14964 ____________________________________________________________________________
14965 [  2101] By: jhi                                   on 1998/10/27  12:55:34
14966     Log: $Config{sig_num_init}.
14967          Also, a new approach to the 'pthreads-created-joinable': drop
14968          it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
14969          directly. (See also #2096).
14970  Branch: cfgperl
14971        ! Configure config_h.SH
14972 ____________________________________________________________________________
14973 [  2100] By: jhi                                   on 1998/10/27  10:48:55
14974     Log: Regenerated perly_c.diff.
14975  Branch: cfgperl
14976        ! perly_c.diff
14977 ____________________________________________________________________________
14978 [  2099] By: jhi                                   on 1998/10/27  08:42:25
14979     Log: First the mangler was Netscape, then it was me.
14980  Branch: cfgperl
14981        ! vmesa/Makefile
14982 ____________________________________________________________________________
14983 [  2098] By: jhi                                   on 1998/10/27  08:34:40
14984     Log: `id -Gn` might be available where `groups` is not.
14985  Branch: cfgperl
14986        ! t/op/groups.t
14987 ____________________________________________________________________________
14988 [  2097] By: jhi                                   on 1998/10/27  08:05:17
14989     Log: Netscape had mangled the tabs.
14990  Branch: cfgperl
14991        ! vmesa/Makefile
14992 ____________________________________________________________________________
14993 [  2096] By: jhi                                   on 1998/10/27  08:03:05
14994     Log: ATTR_JOINABLE logic, based on (private email)
14995          
14996          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
14997          Subject: Some little diffs
14998          Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
14999          Date: Tue, 27 Oct 1998 13:44:42 +1300
15000  Branch: cfgperl
15001        ! thread.h
15002 ____________________________________________________________________________
15003 [  2095] By: jhi                                   on 1998/10/27  07:56:57
15004     Log: Mach cthreads support based on:
15005          
15006          From: brie@corp.home.net (Brian Harrison)
15007          Subject: perl5.005_02 patch for mthreads
15008          To: perl5-porters@perl.org
15009          Date: 24 Oct 1998 01:01:55 +0300
15010          Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
15011          
15012          Pthread yield probe (dejavu)
15013          Cosmetic nanochange for the union semun output.
15014          Better inttypes.h probe.
15015          Undo the 'void *' $selecttype probe from #1971 because
15016          it breaks the $selectminbits test.
15017  Branch: cfgperl
15018        ! Configure config_h.SH perl.h thread.h
15019 ____________________________________________________________________________
15020 [  2094] By: jhi                                   on 1998/10/26  13:02:07
15021     Log: Also posix-bc wants to reyacc.
15022  Branch: cfgperl
15023        ! Makefile.SH
15024 ____________________________________________________________________________
15025 [  2093] By: jhi                                   on 1998/10/26  10:17:21
15026     Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
15027          5_02 and really breaking things in non-ASCII worlds.
15028  Branch: cfgperl
15029        ! pp.c
15030 ____________________________________________________________________________
15031 [  2092] By: jhi                                   on 1998/10/26  09:08:00
15032     Log: More robustness.
15033  Branch: cfgperl
15034        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
15035        ! t/pragma/warning.t
15036 ____________________________________________________________________________
15037 [  2091] By: jhi                                   on 1998/10/26  08:47:32
15038     Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
15039          Bison really wants YYLEX_PARAM.
15040  Branch: cfgperl
15041        ! perly.y proto.h toke.c
15042 ____________________________________________________________________________
15043 [  2090] By: jhi                                   on 1998/10/26  08:21:25
15044     Log: s/YYLEX_PARAM/YYLEXPARAM/
15045  Branch: cfgperl
15046        ! perly.y
15047 ____________________________________________________________________________
15048 [  2089] By: jhi                                   on 1998/10/26  08:17:33
15049     Log: Indicate skipped subtests.
15050  Branch: cfgperl
15051        ! t/io/pipe.t
15052 ____________________________________________________________________________
15053 [  2088] By: jhi                                   on 1998/10/26  08:11:36
15054     Log: Integrate from mainperl.
15055  Branch: cfgperl
15056       !> (integrate 54 files)
15057 ____________________________________________________________________________
15058 [  2087] By: jhi                                   on 1998/10/26  08:08:02
15059     Log: Add test for filetests.
15060  Branch: cfgperl
15061        + t/op/filetest.t
15062        ! MANIFEST
15063 ____________________________________________________________________________
15064 [  2086] By: gsar                                  on 1998/10/26  02:44:44
15065     Log: various win32 tweaks; disable new xs_cpp section (it creates
15066          ambiguous inference graph for %.xs --> %.o)
15067  Branch: perl
15068        ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
15069        ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
15070        ! win32/config.gc win32/config_H.gc win32/makedef.pl
15071        ! win32/makefile.mk win32/win32.h
15072 ____________________________________________________________________________
15073 [  2085] By: gsar                                  on 1998/10/26  00:50:02
15074     Log: sanity-check $Config{drand01} in rand.t
15075  Branch: perl
15076        ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
15077        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15078 ____________________________________________________________________________
15079 [  2078] By: gsar                                  on 1998/10/25  10:22:04
15080     Log: update win32/config*.?c
15081  Branch: perl
15082        ! Changes win32/config.bc win32/config.gc win32/config.vc
15083        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15084 ____________________________________________________________________________
15085 [  2077] By: gsar                                  on 1998/10/25  08:39:25
15086     Log: From: Graham Barr <gbarr@pobox.com>
15087          Date: Sat, 24 Oct 1998 21:45:50 -0500
15088          Message-ID: <19981024214550.C508@pobox.com>
15089          Subject: Re: die with a reference  should use overload "" operator
15090  Branch: perl
15091        ! pp_ctl.c
15092 ____________________________________________________________________________
15093 [  2076] By: gsar                                  on 1998/10/25  08:37:49
15094     Log: From: Graham Barr <gbarr@pobox.com>
15095          Date: Sat, 24 Oct 1998 12:45:21 -0500
15096          Message-ID: <19981024124521.C512@pobox.com>
15097          Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
15098  Branch: perl
15099        ! sv.c
15100 ____________________________________________________________________________
15101 [  2075] By: gsar                                  on 1998/10/25  08:24:09
15102     Log: fix C<print $n += 5;> etc.
15103  Branch: perl
15104        ! toke.c
15105 ____________________________________________________________________________
15106 [  2074] By: gsar                                  on 1998/10/25  08:12:28
15107     Log: list builtins with portability caveats
15108          From: Jarkko Hietaniemi <jhi@iki.fi>
15109          Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
15110          Message-Id: <199810231105.OAA02411@alpha.hut.fi>
15111          Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
15112  Branch: perl
15113        ! pod/perlfunc.pod
15114 ____________________________________________________________________________
15115 [  2073] By: gsar                                  on 1998/10/25  07:55:43
15116     Log: fix stack overrun in file test operators
15117  Branch: perl
15118        ! pp_sys.c
15119 ____________________________________________________________________________
15120 [  2072] By: gsar                                  on 1998/10/25  07:29:45
15121     Log: implement C<goto &func> and other fixes (via private mail)
15122          From:    "vishal bhatia" <vishalb@hotmail.com>
15123          Date:    Wed, 21 Oct 1998 22:59:03 PDT
15124          Message-Id: <19981022055904.20083.qmail@hotmail.com>
15125          Subject: [PATCH 5.005_52] More fixes for B
15126  Branch: perl
15127        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
15128 ____________________________________________________________________________
15129 [  2071] By: gsar                                  on 1998/10/25  07:14:41
15130     Log: From: Graham Barr <gbarr@pobox.com>
15131          Date: Sat, 17 Oct 1998 20:42:41 -0500
15132          Message-ID: <19981017204241.G510@pobox.com>
15133          Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
15134  Branch: perl
15135        ! pp_ctl.c
15136 ____________________________________________________________________________
15137 [  2070] By: gsar                                  on 1998/10/25  07:07:29
15138     Log: avoid bogus line number in XSUB redefined warnings
15139  Branch: perl
15140        ! op.c
15141 ____________________________________________________________________________
15142 [  2069] By: gsar                                  on 1998/10/25  06:59:03
15143     Log: From: Martijn Koster <mak@excitecorp.com>
15144          Date: Wed, 21 Oct 1998 13:12:03 +0100
15145          Message-ID: <19981021131203.A15661@excitecorp.com>
15146          Subject: File::Path::mkpath reports the wrong error
15147  Branch: perl
15148        ! lib/File/Path.pm
15149 ____________________________________________________________________________
15150 [  2068] By: gsar                                  on 1998/10/25  06:54:43
15151     Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
15152          Date: Tue, 20 Oct 1998 20:52:20 -0500
15153          Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
15154          Subject: Exporter.pm's export_to_level() argument handling buggy
15155  Branch: perl
15156        ! lib/Exporter.pm
15157 ____________________________________________________________________________
15158 [  2067] By: gsar                                  on 1998/10/25  06:50:19
15159     Log: From: jan.dubois@ibm.net (Jan Dubois)
15160          Date: Wed, 21 Oct 1998 00:55:51 +0200
15161          Message-ID: <36380269.55370608@smtp1.ibm.net>
15162          Subject: Make _really_ sure Dynaloader.xs code is initialized only once
15163  Branch: perl
15164        ! ext/DynaLoader/DynaLoader_pm.PL
15165 ____________________________________________________________________________
15166 [  2066] By: gsar                                  on 1998/10/25  06:48:19
15167     Log: recognize '%' as a shell metachar for win32
15168          From: jan.dubois@ibm.net (Jan Dubois)
15169          Date: Tue, 20 Oct 1998 21:57:35 +0200
15170          Message-ID: <3636ea31.49170453@smtp1.ibm.net>
15171          Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?
15172  Branch: perl
15173        ! win32/win32.c
15174 ____________________________________________________________________________
15175 [  2065] By: gsar                                  on 1998/10/25  06:46:30
15176     Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
15177  Branch: perl
15178        ! sv.c
15179 ____________________________________________________________________________
15180 [  2064] By: gsar                                  on 1998/10/25  06:45:09
15181     Log: From: Gisle Aas <gisle@aas.no>
15182          Date: 20 Oct 1998 14:24:44 +0200
15183          Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
15184          Subject: ord() and unpack("U*",...) should not be negative
15185  Branch: perl
15186        ! pp.c
15187 ____________________________________________________________________________
15188 [  2063] By: gsar                                  on 1998/10/25  06:42:29
15189     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15190          Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
15191          Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
15192          Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
15193  Branch: perl
15194        ! os2/os2.c
15195 ____________________________________________________________________________
15196 [  2062] By: gsar                                  on 1998/10/25  06:41:26
15197     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15198          Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
15199          Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
15200          Subject: [PATCH 5.005_*] Speed up aassign
15201  Branch: perl
15202        ! pp_hot.c
15203 ____________________________________________________________________________
15204 [  2061] By: gsar                                  on 1998/10/25  06:39:04
15205     Log: From: Graham Barr <gbarr@pobox.com>
15206          Date: Sat, 17 Oct 1998 22:22:02 -0500
15207          Message-ID: <19981017222202.J510@pobox.com>
15208          Subject: Re: '*' prototype does not allow bareword with strict
15209  Branch: perl
15210        ! toke.c
15211 ____________________________________________________________________________
15212 [  2060] By: gsar                                  on 1998/10/25  06:37:34
15213     Log: handle '::' in section names properly
15214          From: Graham Barr <gbarr@pobox.com>
15215          Date: Sat, 17 Oct 1998 12:57:54 -0500
15216          Message-ID: <19981017125754.C510@pobox.com>
15217          Subject: Re: pod2html
15218  Branch: perl
15219        ! lib/Pod/Html.pm
15220 ____________________________________________________________________________
15221 [  2059] By: gsar                                  on 1998/10/25  06:33:43
15222     Log: integrate changes#1982,2014,2021 (from maint-5.005)
15223  Branch: perl
15224       !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
15225       !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
15226 ____________________________________________________________________________
15227 [  2058] By: gsar                                  on 1998/10/25  05:44:17
15228     Log: allow more win32 symbol exports (suggested by Jan Dubois)
15229  Branch: perl
15230        ! win32/makedef.pl
15231 ____________________________________________________________________________
15232 [  2057] By: gsar                                  on 1998/10/25  05:40:40
15233     Log: integrate change#2053 from maint-5.005
15234  Branch: perl
15235       !> cop.h t/cmd/while.t
15236 ____________________________________________________________________________
15237 [  2056] By: gsar                                  on 1998/10/25  05:16:41
15238     Log: commented version of a patch suggested by Drago Goricanec
15239          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
15240          Date: 16 Oct 1998 15:24:45 +0300
15241          Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
15242          Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
15243  Branch: perl
15244        ! pp_sys.c
15245 ____________________________________________________________________________
15246 [  2055] By: gsar                                  on 1998/10/25  05:11:03
15247     Log: include eof() in description of buffering caveats
15248          From: Anton Berezin <tobez@plab.ku.dk>
15249          Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
15250          Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
15251          Subject: [DOCPATCH] pod/perlfunc.pod
15252  Branch: perl
15253        ! pod/perlfunc.pod
15254 ____________________________________________________________________________
15255 [  2054] By: gsar                                  on 1998/10/25  05:07:42
15256     Log: disallow 'x' in hex numbers (except leading '0x')
15257          From: Gisle Aas <gisle@aas.no>
15258          Date: 16 Oct 1998 16:33:12 +0200
15259          Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
15260          Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
15261  Branch: perl
15262        ! perlvars.h t/op/oct.t util.c
15263 ____________________________________________________________________________
15264 [  2052] By: gsar                                  on 1998/10/25  04:49:04
15265     Log: avoid the circular refcnt logic in magic_mutexfree()
15266  Branch: perl
15267        ! mg.c pp.c pp_hot.c
15268 ____________________________________________________________________________
15269 [  2051] By: gsar                                  on 1998/10/25  04:35:07
15270     Log: properly restore PL_rsfp_filters after require
15271  Branch: perl
15272        ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
15273        ! scope.h
15274 ____________________________________________________________________________
15275 [  2050] By: gsar                                  on 1998/10/25  02:42:32
15276     Log: integrate cfgperl changes back into mainline
15277  Branch: perl
15278       +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
15279       +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
15280       !> (integrate 33 files)
15281 ____________________________________________________________________________
15282 [  2049] By: gsar                                  on 1998/10/25  01:30:48
15283     Log: avoid "mysterious" compile-time failures without messages
15284  Branch: perl
15285        ! gv.c
15286 ____________________________________________________________________________
15287 [  2041] By: gsar                                  on 1998/10/23  21:11:56
15288     Log: checkin jpl under //depot/perlext/jpl/...
15289  Branch: perlext
15290        + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
15291        + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
15292        + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
15293        + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
15294        + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
15295        + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
15296        + jpl/PerlInterpreter/Makefile.PL
15297        + jpl/PerlInterpreter/PerlInterpreter.c
15298        + jpl/PerlInterpreter/PerlInterpreter.h
15299        + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
15300        + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
15301        + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
15302        + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
15303        + jpl/get_jdk/jdk_hosts jpl/install-jpl
15304 ____________________________________________________________________________
15305 [  2040] By: larry                                 on 1998/10/23  19:31:42
15306     Log: chr(0xFFFFFFFF) didn't translate to utf8 character
15307  Branch: perl
15308        ! pp.c
15309 ____________________________________________________________________________
15310 [  2039] By: larry                                 on 1998/10/23  18:48:34
15311     Log: tr///d does not seem to work
15312  Branch: perl
15313        ! lib/utf8_heavy.pl
15314 ____________________________________________________________________________
15315 [  2038] By: larry                                 on 1998/10/23  18:00:41
15316     Log: Program with utf8 identifiers fails to compile
15317  Branch: perl
15318        ! doop.c gv.c op.c pp.c pp_hot.c toke.c
15319 ____________________________________________________________________________
15320 [  2037] By: jhi                                   on 1998/10/23  14:04:51
15321     Log: Test suite portability:
15322          - posix-bc does not write to broken pipes
15323          - filehand #11 only iff we have fork
15324          - warning.t can now match $expected using regular expressions
15325  Branch: cfgperl
15326        ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
15327        ! t/pragma/warning.t
15328 ____________________________________________________________________________
15329 [  2036] By: jhi                                   on 1998/10/23  12:12:07
15330     Log: yacc clarification.
15331  Branch: cfgperl
15332        ! README.posix-bc
15333 ____________________________________________________________________________
15334 [  2035] By: jhi                                   on 1998/10/23  12:09:59
15335     Log: Some C compilers get upset about 8-bit characters in /* comments. */
15336  Branch: cfgperl
15337        ! mg.c
15338 ____________________________________________________________________________
15339 [  2034] By: jhi                                   on 1998/10/22  09:11:52
15340     Log: Configure update: both for pthread_yield more robust
15341          testing (all variants of pthread_attr_getdetachstate()) --
15342          and because Configure was broken in major way! About 1000
15343          last lines were truncated.
15344  Branch: cfgperl
15345        ! Configure
15346 ____________________________________________________________________________
15347 [  2033] By: jhi                                   on 1998/10/22  07:47:10
15348     Log: DJGPP feedback for #2028.
15349  Branch: cfgperl
15350        ! thread.h
15351 ____________________________________________________________________________
15352 [  2032] By: jhi                                   on 1998/10/21  13:03:57
15353     Log: yielding, the saga continues.
15354  Branch: cfgperl
15355        ! Configure config_h.SH
15356       !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
15357       !> t/op/goto.t t/pragma/constant.t
15358 ____________________________________________________________________________
15359 [  2031] By: jhi                                   on 1998/10/21  09:15:42
15360     Log: VM/ESA feedback for #2028.
15361  Branch: cfgperl
15362        ! Configure config_h.SH thread.h
15363 ____________________________________________________________________________
15364 [  2030] By: gsar                                  on 1998/10/21  04:22:53
15365     Log: fix handling of mayhaps-extended @_ in goto &sub
15366  Branch: perl
15367        ! av.c pp_ctl.c t/op/goto.t
15368 ____________________________________________________________________________
15369 [  2029] By: gsar                                  on 1998/10/21  00:54:14
15370     Log: restore sanity to "constant" references
15371  Branch: perl
15372        ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
15373 ____________________________________________________________________________
15374 [  2028] By: jhi                                   on 1998/10/20  15:01:20
15375     Log: OLD_PTHREADS_API reorganizing.
15376  Branch: cfgperl
15377        ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
15378        ! vmesa/vmesaish.h
15379 ____________________________________________________________________________
15380 [  2027] By: jhi                                   on 1998/10/20  14:14:51
15381     Log: #2026 fallout.
15382  Branch: cfgperl
15383        ! Makefile.SH
15384 ____________________________________________________________________________
15385 [  2026] By: jhi                                   on 1998/10/20  11:47:21
15386     Log: VM/ESA update.
15387  Branch: cfgperl
15388        ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
15389 ____________________________________________________________________________
15390 [  2025] By: jhi                                   on 1998/10/20  08:20:56
15391     Log: 64-bitness, based on
15392          
15393          From: Scott Henry <scotth@sgi.com>
15394          To: perl-64bit@perl.org
15395          Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
15396          Subject: Re: Configure problems/questions...
15397          Date: 19 Oct 1998 22:38:06 -0700
15398  Branch: cfgperl
15399        ! hints/irix_6.sh perl.h
15400 ____________________________________________________________________________
15401 [  2024] By: jhi                                   on 1998/10/20  08:09:07
15402     Log: Add lseeksize.
15403  Branch: cfgperl
15404        ! config_h.SH
15405 ____________________________________________________________________________
15406 [  2023] By: jhi                                   on 1998/10/20  08:08:33
15407     Log: Mumble about _yields() only when threaded.
15408  Branch: cfgperl
15409        ! Configure
15410 ____________________________________________________________________________
15411 [  2022] By: jhi                                   on 1998/10/20  07:46:26
15412     Log: Thinko at PTHREADS_CREATED_JOINABLE.
15413  Branch: cfgperl
15414        ! thread.h
15415 ____________________________________________________________________________
15416 [  2021] By: gbarr                                 on 1998/10/20  01:25:23
15417     Log: From: Chip Salzenberg <chip@perlsupport.com>
15418          Date: Tue, 6 Oct 1998 13:33:05 -0400
15419          Message-ID: <19981006133305.A2348@perlsupport.com>
15420          Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
15421  Branch: maint-5.005/perl
15422        ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
15423        ! t/op/tie.t
15424 ____________________________________________________________________________
15425 [  2020] By: jhi                                   on 1998/10/19  09:15:53
15426     Log: YIELD more robustly.
15427  Branch: cfgperl
15428        ! thread.h
15429 ____________________________________________________________________________
15430 [  2019] By: jhi                                   on 1998/10/19  08:48:33
15431     Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
15432          the 'new' one (just like DJGPP, it seems).
15433  Branch: cfgperl
15434        ! thread.h
15435 ____________________________________________________________________________
15436 [  2018] By: jhi                                   on 1998/10/19  07:02:44
15437     Log: vmesaish.h doesn't exclude unixish.h.
15438  Branch: cfgperl
15439        ! perl.h
15440 ____________________________________________________________________________
15441 [  2017] By: jhi                                   on 1998/10/19  06:44:19
15442     Log: 1<<$randbits is not good for randbits=48.
15443  Branch: cfgperl
15444        ! t/op/rand.t
15445 ____________________________________________________________________________
15446 [  2016] By: jhi                                   on 1998/10/19  06:39:47
15447     Log: Make #2012 glob pattern more portable.
15448  Branch: cfgperl
15449        ! Makefile.SH
15450 ____________________________________________________________________________
15451 [  2014] By: gbarr                                 on 1998/10/17  20:31:42
15452     Log: Fix POSIX::sigprocmask not to check type of $old parameter
15453          as it is output only
15454  Branch: maint-5.005/perl
15455        ! ext/POSIX/POSIX.xs
15456 ____________________________________________________________________________
15457 [  2012] By: jhi                                   on 1998/10/17  15:04:23
15458     Log: clean numbered core dumps and t/tmp[0-9]*.
15459  Branch: cfgperl
15460        ! Makefile.SH
15461 ____________________________________________________________________________
15462 [  2011] By: jhi                                   on 1998/10/17  14:59:15
15463     Log: More robust yacc/bison failure output handling.
15464  Branch: cfgperl
15465        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
15466 ____________________________________________________________________________
15467 [  2010] By: jhi                                   on 1998/10/17  14:51:05
15468     Log: BC2000 POSIX update.
15469  Branch: cfgperl
15470        ! MANIFEST
15471 ____________________________________________________________________________
15472 [  2009] By: jhi                                   on 1998/10/17  14:49:46
15473     Log: POSIX BC2000 port from perl-mvs:
15474          
15475          Subject: Ported perl 5.005.02 to BS2000 / POSIX
15476          From: Dorner Thomas <Thomas.Dorner@start.de> 
15477          Date: Tue, 29 Sep 1998 13:29:36 +0100 
15478          Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> 
15479  Branch: cfgperl
15480        + README.posix-bc hints/posix-bc.sh
15481        ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
15482        ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
15483        ! unixish.h
15484 ____________________________________________________________________________
15485 [  2008] By: jhi                                   on 1998/10/17  14:07:49
15486     Log: VM/ESA-update.
15487  Branch: cfgperl
15488        ! MANIFEST
15489 ____________________________________________________________________________
15490 [  2007] By: jhi                                   on 1998/10/17  13:55:34
15491     Log: Forgot few S_I* imports.
15492  Branch: cfgperl
15493        ! t/lib/ipc_sysv.t
15494 ____________________________________________________________________________
15495 [  2006] By: jhi                                   on 1998/10/17  13:43:54
15496     Log: The VM/ESA port essentials, based on
15497          
15498          perl-mvs:
15499          
15500          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
15501          Subject: Re: Can't find Data/Dumper.pm
15502          Date: Mon, 28 Sep 1998 07:40:49 +1300
15503          Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
15504          
15505          private email:
15506          
15507          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
15508          Subject: Re: Perl thread problems in VM/ESA
15509          Date: Thu, 15 Oct 1998 07:18:35 +1300
15510          Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
15511          
15512          and private email:
15513          
15514          From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
15515          Subject:  perl archive
15516          Date:  Sun, 11 Oct 1998 19:28:54 EDT
15517          Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
15518          which gave a pointer to
15519          
15520          http://pucc.princeton.edu/~neale/perl.tar
15521          
15522          (based on Perl 5.005_51)
15523  Branch: cfgperl
15524        + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
15525        ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
15526        ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
15527        ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
15528 ____________________________________________________________________________
15529 [  2005] By: jhi                                   on 1998/10/17  13:17:19
15530     Log: Integrate mainperl.
15531  Branch: cfgperl
15532       !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
15533       !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
15534       !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
15535       !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
15536       !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
15537       !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
15538       !> win32/makefile.mk
15539 ____________________________________________________________________________
15540 [  2004] By: jhi                                   on 1998/10/17  11:19:06
15541     Log: Removed an extra ' from the int64_t test.
15542  Branch: cfgperl
15543        ! Configure
15544 ____________________________________________________________________________
15545 [  2003] By: gsar                                  on 1998/10/17  04:11:40
15546     Log: silence -w noises (suggested by Greg Bacon)
15547  Branch: perl
15548        ! lib/Term/Complete.pm
15549 ____________________________________________________________________________
15550 [  2002] By: gsar                                  on 1998/10/17  04:07:48
15551     Log: From: Gisle Aas <gisle@aas.no>
15552          Date: 14 Oct 1998 15:53:14 +0200
15553          Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
15554          Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
15555  Branch: perl
15556        ! util.c
15557 ____________________________________________________________________________
15558 [  2001] By: gsar                                  on 1998/10/17  04:06:10
15559     Log: From: Gisle Aas <gisle@aas.no>
15560          Date: 14 Oct 1998 15:17:44 +0200
15561          Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
15562          Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
15563  Branch: perl
15564        ! toke.c
15565 ____________________________________________________________________________
15566 [  2000] By: gsar                                  on 1998/10/17  03:06:33
15567     Log: From: Gisle Aas <gisle@aas.no>
15568          Date: 14 Oct 1998 00:38:06 +0200
15569          Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
15570          Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
15571  Branch: perl
15572        ! sv.c
15573 ____________________________________________________________________________
15574 [  1999] By: gsar                                  on 1998/10/17  03:04:48
15575     Log: From: Dan Sugalski <sugalskd@osshe.edu>
15576          Date: Tue, 13 Oct 1998 15:10:57 -0700
15577          Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
15578          Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
15579  Branch: perl
15580        ! vms/ext/Stdio/Stdio.pm
15581 ____________________________________________________________________________
15582 [  1998] By: gsar                                  on 1998/10/17  03:00:40
15583     Log: skip readonly vars and unref references when doing a reset()
15584  Branch: perl
15585        ! sv.c
15586 ____________________________________________________________________________
15587 [  1997] By: gsar                                  on 1998/10/17  02:49:19
15588     Log: fix buggy treatment of large checksums on unicode strings
15589          From: Gisle Aas <gisle@aas.no>
15590          Date: 13 Oct 1998 21:35:39 +0200
15591          Message-ID: <m31zocp850.fsf@furu.g.aas.no>
15592          Subject: unpack("%48U*",...)  [PATCH 5.005_52]
15593  Branch: perl
15594        ! pp.c
15595 ____________________________________________________________________________
15596 [  1996] By: gsar                                  on 1998/10/17  02:43:22
15597     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15598          Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
15599          Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
15600          Subject: [PATCH 5.005_52] Memory overrun in os2.c
15601  Branch: perl
15602        ! os2/Makefile.SHs os2/os2.c
15603 ____________________________________________________________________________
15604 [  1995] By: gsar                                  on 1998/10/17  02:42:01
15605     Log: clarify section name rules for typemaps
15606  Branch: perl
15607        ! pod/perlxs.pod
15608 ____________________________________________________________________________
15609 [  1994] By: gsar                                  on 1998/10/17  02:33:02
15610     Log: whitespace-proof grent.t
15611  Branch: perl
15612        ! t/op/grent.t
15613 ____________________________________________________________________________
15614 [  1993] By: gsar                                  on 1998/10/17  02:27:29
15615     Log: fix bug in B::CC::pp_sassign()
15616          From: "vishal bhatia" <vishalb@hotmail.com>
15617          Date: Sun, 11 Oct 1998 18:41:38 PDT
15618          Message-ID: <19981012014139.19614.qmail@hotmail.com>
15619          Subject: B::CC problems with pp_sassign routine
15620  Branch: perl
15621        ! ext/B/B/CC.pm
15622 ____________________________________________________________________________
15623 [  1992] By: gsar                                  on 1998/10/17  02:17:49
15624     Log: applied suggested patch with small doc tweak
15625          From: Gisle Aas <gisle@aas.no>
15626          Date: 11 Oct 1998 12:53:13 +0200
15627          Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
15628          Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
15629  Branch: perl
15630        ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
15631        ! t/op/tiehandle.t
15632 ____________________________________________________________________________
15633 [  1991] By: gsar                                  on 1998/10/17  02:08:30
15634     Log: apply non-conflicting parts from suggested patch
15635          From: jan.dubois@ibm.net (Jan Dubois)
15636          Date: Sat, 10 Oct 1998 13:15:45 +0200
15637          Message-ID: <36223ed7.18279374@smtp1.ibm.net>
15638          Subject: [PATCH 5.005_52] Still more MakeMaker  patches
15639  Branch: perl
15640        ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
15641 ____________________________________________________________________________
15642 [  1990] By: gsar                                  on 1998/10/17  02:01:24
15643     Log: provide option to enable optimization with VC (suggested by Jan
15644          Dubois)
15645  Branch: perl
15646        ! win32/Makefile win32/makefile.mk
15647 ____________________________________________________________________________
15648 [  1989] By: gsar                                  on 1998/10/17  01:55:27
15649     Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
15650          Dave Leppik <dleppik@gage.com>
15651  Branch: perl
15652        ! perl.h
15653 ____________________________________________________________________________
15654 [  1988] By: gsar                                  on 1998/10/17  01:49:05
15655     Log: stray typo found by Hugo van der Sanden
15656  Branch: perl
15657        ! op.c
15658 ____________________________________________________________________________
15659 [  1987] By: gsar                                  on 1998/10/17  01:45:52
15660     Log: perldoc pod update
15661          From: Daniel Grisinger <dgris@perrin.dimensional.com>
15662          Date: 06 Oct 1998 23:56:51 -0600
15663          Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
15664          Subject: [PATCH _02 and _52] perldoc
15665  Branch: perl
15666        ! utils/perldoc.PL
15667 ____________________________________________________________________________
15668 [  1986] By: gsar                                  on 1998/10/17  01:41:40
15669     Log: qualify names of builtins
15670  Branch: perl
15671        ! ext/POSIX/POSIX.pm
15672 ____________________________________________________________________________
15673 [  1982] By: gbarr                                 on 1998/10/17  00:20:57
15674     Log: From: Jochen Wiedmann <joe@ispsoft.de>
15675          Date: Thu, 17 Sep 1998 17:16:06 +0200
15676          Message-ID: <360127B6.E44564A@ispsoft.de>
15677          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
15678  Branch: maint-5.005/perl
15679        ! lib/ExtUtils/MakeMaker.pm
15680 ____________________________________________________________________________
15681 [  1978] By: gsar                                  on 1998/10/16  01:58:58
15682     Log: integrate cfgperl mods into mainline
15683  Branch: perl
15684       +> ext/DynaLoader/dl_vmesa.xs
15685        ! Porting/genlog
15686       !> Configure MANIFEST Makefile.SH config_h.SH
15687       !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
15688       !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
15689       !> x2p/Makefile.SH
15690 ____________________________________________________________________________
15691 [  1976] By: gsar                                  on 1998/10/16  00:10:52
15692     Log: stray tweak
15693  Branch: perl
15694        ! op.c
15695 ____________________________________________________________________________
15696 [  1975] By: gsar                                  on 1998/10/15  23:54:38
15697     Log: propagate typeness of lexicals while cloning them
15698  Branch: perl
15699        ! op.c
15700 ____________________________________________________________________________
15701 [  1974] By: gsar                                  on 1998/10/15  23:53:25
15702     Log: s/last/first/ typo in append_list()
15703  Branch: perl
15704        ! op.c
15705 ____________________________________________________________________________
15706 [  1973] By: gsar                                  on 1998/10/15  20:06:17
15707     Log: nuke confperl branch and contents
15708  Branch: confperl
15709        - (delete 1284 files)
15710 ____________________________________________________________________________
15711 [  1972] By: jhi                                   on 1998/10/15  07:07:35
15712     Log: Test #162 had been added but the "print 1..161" had not been updated.
15713  Branch: cfgperl
15714        ! t/op/pat.t
15715 ____________________________________________________________________________
15716 [  1971] By: gsar                                  on 1998/10/15  03:09:58
15717     Log: check in all confperl changes as of change#1964 into cfgperl
15718  Branch: cfgperl
15719        + ext/DynaLoader/dl_vmesa.xs
15720        ! Configure MANIFEST Makefile.SH config_h.SH
15721        ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
15722        ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
15723 ____________________________________________________________________________
15724 [  1970] By: gsar                                  on 1998/10/15  03:05:59
15725     Log: integrate mainline to get tr.t
15726  Branch: cfgperl
15727       +> t/op/tr.t
15728 ____________________________________________________________________________
15729 [  1969] By: gsar                                  on 1998/10/15  03:04:17
15730     Log: add missing tr.t to repository
15731  Branch: perl
15732        + t/op/tr.t
15733 ____________________________________________________________________________
15734 [  1968] By: gsar                                  on 1998/10/15  03:02:43
15735     Log: create cfgperl branch
15736  Branch: cfgperl
15737       +> (branch 1282 files)
15738 ____________________________________________________________________________
15739 [  1967] By: gsar                                  on 1998/10/15  02:46:08
15740     Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
15741          (MAN3PODS cannot be set to ' '; stray stricture violation)
15742  Branch: perl
15743        ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
15744        ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
15745        ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
15746        ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
15747        ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
15748        ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
15749        ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
15750        ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
15751        ! ext/attrs/Makefile.PL ext/re/Makefile.PL
15752        ! lib/ExtUtils/MM_Unix.pm
15753 ____________________________________________________________________________
15754 [  1966] By: gsar                                  on 1998/10/15  02:19:03
15755     Log: tweak to make fix in change#1944 behave correctly for closures
15756          created within eval''
15757  Branch: perl
15758        ! op.c t/op/eval.t
15759 ____________________________________________________________________________
15760 [  1965] By: gsar                                  on 1998/10/14  23:22:41
15761     Log: use better numbers for exitstatus test
15762  Branch: perl
15763        ! t/op/die_exit.t
15764 ____________________________________________________________________________
15765 [  1964] By: jhi                                   on 1998/10/14  17:25:41
15766     Log: Add VM/ESA dynaloading (uses <dll.h>).
15767  Branch: confperl
15768        + ext/DynaLoader/dl_vmesa.xs
15769        ! MANIFEST
15770 ____________________________________________________________________________
15771 [  1963] By: jhi                                   on 1998/10/14  17:17:10
15772     Log: Remove a2p.loadmap in 'clean' target.
15773  Branch: confperl
15774        ! x2p/Makefile.SH
15775 ____________________________________________________________________________
15776 [  1962] By: jhi                                   on 1998/10/14  17:13:11
15777     Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
15778  Branch: confperl
15779        ! Makefile.SH
15780 ____________________________________________________________________________
15781 [  1961] By: jhi                                   on 1998/10/14  16:27:39
15782     Log: VM/ESA creates executable.loadmaps.
15783  Branch: confperl
15784        ! Makefile.SH
15785 ____________________________________________________________________________
15786 [  1960] By: jhi                                   on 1998/10/14  15:37:39
15787     Log: Introduce SCHED_YIELD (one of sched_yield(),
15788          pthread_yield(), or pthread_yield(NULL)).
15789          YIELD is then defined using SCHED_YIELD unless
15790          a platform-specific YIELD has already been defined.
15791          
15792          Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
15793          
15794          The need for pthread_yield(NULL) and pthread_attr_setdet...
15795          introduced by (private email)
15796          
15797          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
15798          Date: Sat, 10 Oct 1998 21:08:15 +1300
15799          Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
15800          Subject: Re: Perl thread problems in VM/ESA
15801          
15802          Better select() protoprobe (for AIX), from (private email)
15803          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
15804          Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
15805          Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
15806          Subject: AIX select (fwd)
15807          From: Lars Hecking <lhecking@nmrc.ucc.ie>
15808          To: Andy Dougherty <doughera@lafcol.lafayette.edu>
15809          Date: Fri, 2 Oct 1998 10:40:01 +0100
15810          Subject: AIX select
15811          
15812          Linux-avoid-so.X.Y, based on
15813          From: "Kurt D. Starsinic" <kstar@chapin.edu>
15814          Date: Tue, 13 Oct 1998 15:55:07 -0400
15815          Message-ID: <19981013155507.B4004@O2.chapin.edu>
15816          Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
15817  Branch: confperl
15818        ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
15819        ! thread.h
15820 ____________________________________________________________________________
15821 [  1959] By: jhi                                   on 1998/10/14  12:51:26
15822     Log: Some old pthread implementations have
15823          pthread_attr_setdetachstate(pthread_attr_t*, int*).
15824  Branch: confperl
15825        ! ext/Thread/Thread.xs
15826 ____________________________________________________________________________
15827 [  1958] By: jhi                                   on 1998/10/14  12:41:11
15828     Log: SCHED_YIELD and ATTR_JOINABLE fixes.  Thread.xs and Configure
15829          counterparts will follow soon.
15830  Branch: confperl
15831        ! thread.h
15832 ____________________________________________________________________________
15833 [  1957] By: jhi                                   on 1998/10/14  12:38:11
15834     Log: Add tr.t (MANIFEST already knew about it, strange)
15835  Branch: confperl
15836        + t/op/tr.t
15837 ____________________________________________________________________________
15838 [  1956] By: jhi                                   on 1998/10/14  12:24:35
15839     Log: Mutexen should be initialized only once.
15840  Branch: confperl
15841        ! gv.c op.c
15842 ____________________________________________________________________________
15843 [  1955] By: jhi                                   on 1998/10/14  12:19:38
15844     Log: os390 has its own cppstdin.
15845  Branch: confperl
15846        ! hints/os390.sh
15847 ____________________________________________________________________________
15848 [  1954] By: jhi                                   on 1998/10/14  12:15:06
15849     Log: Integrate with mainperl.
15850  Branch: confperl
15851       !> (integrate 1280 files)
15852 ____________________________________________________________________________
15853 [  1953] By: jhi                                   on 1998/10/14  11:48:08
15854     Log: Removed duplicate CMA threads code for HPUX 10.X.
15855          (probably residue of patch(1) being too understanding)
15856          Enhanced 64-bit settings. (redo change#1940)
15857  Branch: confperl
15858        ! hints/hpux.sh
15859 ____________________________________________________________________________
15860 [  1952] By: jhi                                   on 1998/10/14  11:45:16
15861     Log: (redo change#1949) Detypo in the d_open64 warning about
15862          the impending WHOA.
15863  Branch: confperl
15864        ! hints/irix_6.sh
15865 ____________________________________________________________________________
15866 [  1951] By: jhi                                   on 1998/10/14  10:54:16
15867     Log: Mutexen should only be inited once, after they have been New()ed.
15868  Branch: confperl
15869        ! gv.c op.c
15870 ____________________________________________________________________________
15871 [  1950] By: jhi                                   on 1998/10/14  10:41:43
15872     Log: Own cppstdin.
15873  Branch: confperl
15874        ! hints/os390.sh
15875 ____________________________________________________________________________
15876 [  1949] By: jhi                                   on 1998/10/14  10:34:23
15877     Log: Detypo in the d_open64 warning about the impending WHOA.
15878  Branch: confperl
15879        ! hints/irix_6.sh
15880 ____________________________________________________________________________
15881 [  1948] By: gsar                                  on 1998/10/14  05:38:01
15882     Log: two typos
15883  Branch: perl
15884        ! pp_hot.c t/op/eval.t
15885 ____________________________________________________________________________
15886 [  1947] By: gsar                                  on 1998/10/14  05:37:10
15887     Log: let docatch() pass the buck when restartop turns out to be null,
15888          making exceptions in BEGIN{} propagate as expected
15889  Branch: perl
15890        ! pp_ctl.c t/op/misc.t
15891 ____________________________________________________________________________
15892 [  1946] By: gsar                                  on 1998/10/13  03:41:49
15893     Log: add missing file from change#1943
15894  Branch: perl
15895        ! proto.h
15896 ____________________________________________________________________________
15897 [  1945] By: gsar                                  on 1998/10/13  03:32:02
15898     Log: defer "deep recursion" warnings until CXt_SUB context is properly
15899          set up
15900  Branch: perl
15901        ! pp_hot.c t/pragma/warn/pp_hot
15902 ____________________________________________________________________________
15903 [  1944] By: gsar                                  on 1998/10/13  03:15:50
15904     Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
15905          fixup the cop_seq value that must be seen by lexical lookups that
15906          emanate within eval''
15907  Branch: perl
15908        ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
15909 ____________________________________________________________________________
15910 [  1943] By: gsar                                  on 1998/10/13  02:06:09
15911     Log: ensure recursive attempts to findlex()icals know enough about where
15912          the last eval'' context was encountered
15913  Branch: perl
15914        ! op.c t/op/eval.t
15915 ____________________________________________________________________________
15916 [  1942] By: gsar                                  on 1998/10/13  02:01:24
15917     Log: force copy of substrings when matching against temporaries
15918  Branch: perl
15919        ! pp_hot.c t/op/pat.t
15920 ____________________________________________________________________________
15921 [  1941] By: gsar                                  on 1998/10/13  01:49:16
15922     Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
15923          implementation)
15924  Branch: perl
15925        ! pp_ctl.c t/op/runlevel.t
15926 ____________________________________________________________________________
15927 [  1940] By: jhi                                   on 1998/10/12  09:57:44
15928     Log: Removed duplicate CMA threads code for HPUX 10.X.
15929          (probably residue of patch(1) being too understanding)
15930          Enhanced 64-bit settings.
15931  Branch: confperl
15932        ! hints/hpux.sh
15933 ____________________________________________________________________________
15934 [  1939] By: jhi                                   on 1998/10/12  09:53:11
15935     Log: Initial sync from mainline perl.
15936  Branch: confperl
15937        + (add 1282 files)
15938 ____________________________________________________________________________
15939 [  1937] By: gsar                                  on 1998/10/06  21:16:34
15940     Log: fix $/ init for USE_THREADS
15941  Branch: perl
15942        ! perl.c
15943 ____________________________________________________________________________
15944 [  1936] By: gsar                                  on 1998/10/06  07:19:39
15945     Log: fix globals caught by change#1927; builds and tests on Solaris
15946  Branch: perl
15947        ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
15948        ! warning.h warning.pl
15949 ____________________________________________________________________________
15950 [  1935] By: gsar                                  on 1998/10/06  06:50:35
15951     Log: add test for previous fix
15952  Branch: perl
15953        ! ext/Thread/create.t
15954 ____________________________________________________________________________
15955 [  1934] By: gsar                                  on 1998/10/06  06:37:36
15956     Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
15957  Branch: perl
15958        ! util.c
15959 ____________________________________________________________________________
15960 [  1933] By: gsar                                  on 1998/10/06  05:04:20
15961     Log: undo bogus part of change#1903 (as pointed out by Larry)
15962  Branch: perl
15963        ! pp_ctl.c
15964 ____________________________________________________________________________
15965 [  1932] By: gsar                                  on 1998/10/06  04:21:31
15966     Log: added tweaked version of suggested patch
15967          From: jan.dubois@ibm.net (Jan Dubois)
15968          Date: Sat, 03 Oct 1998 19:04:48 +0200
15969          Message-ID: <361d54b2.36841294@smtp1.ibm.net>
15970          Subject: [PATCH 5.005_52] More MakeMaker  patches
15971  Branch: perl
15972        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
15973        ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
15974 ____________________________________________________________________________
15975 [  1931] By: gsar                                  on 1998/10/06  04:04:33
15976     Log: use cpp symbols instead of hardwired constants
15977          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15978          Date: Mon, 05 Oct 1998 09:23:33 +0100
15979          Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
15980          Subject: [PATCH 5.005_52] By the numbers (resend)
15981  Branch: perl
15982        ! op.c
15983 ____________________________________________________________________________
15984 [  1930] By: gsar                                  on 1998/10/06  04:01:55
15985     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15986          Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
15987          Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
15988          Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
15989  Branch: perl
15990        ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
15991        ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
15992 ____________________________________________________________________________
15993 [  1929] By: gsar                                  on 1998/10/06  03:50:36
15994     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15995          Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
15996          Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
15997          Subject: [PATCH 5.00552] Minor test improvement
15998  Branch: perl
15999        ! t/op/magic.t
16000 ____________________________________________________________________________
16001 [  1928] By: gsar                                  on 1998/10/06  03:49:03
16002     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16003          Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
16004          Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
16005          Subject: [PATCH 5.00552] emacs/ptags inprovements
16006  Branch: perl
16007        ! emacs/ptags
16008 ____________________________________________________________________________
16009 [  1927] By: gsar                                  on 1998/10/06  03:47:44
16010     Log: disable C<#define dirty PL_dirty> et al.
16011  Branch: perl
16012        ! embed.pl embedvar.h
16013 ____________________________________________________________________________
16014 [  1926] By: gsar                                  on 1998/10/06  03:43:32
16015     Log: From: Mark-Jason Dominus <mjd@plover.com>
16016          Date: Sun, 04 Oct 1998 14:48:11 -0400
16017          Message-ID: <19981004184811.16048.qmail@plover.com>
16018          Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
16019  Branch: perl
16020        ! utils/perldoc.PL
16021 ____________________________________________________________________________
16022 [  1925] By: gsar                                  on 1998/10/06  03:27:35
16023     Log: disable USE_THREADS when PERL_OBJECT is enabled
16024  Branch: perl
16025        ! win32/Makefile win32/makefile.mk
16026 ____________________________________________________________________________
16027 [  1924] By: gsar                                  on 1998/10/06  03:26:54
16028     Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
16029  Branch: perl
16030        ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
16031        ! vms/perly_c.vms
16032 ____________________________________________________________________________
16033 [  1923] By: gsar                                  on 1998/10/03  05:19:56
16034     Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
16035          overridden
16036  Branch: perl
16037        ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
16038        ! proto.h vms/perly_c.vms
16039 ____________________________________________________________________________
16040 [  1922] By: gsar                                  on 1998/10/03  03:59:50
16041     Log: suppress manifypods leak in extensions
16042  Branch: perl
16043        ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
16044 ____________________________________________________________________________
16045 [  1921] By: gsar                                  on 1998/10/02  22:30:15
16046     Log: os390 fixes (suggested by Peter Prymmer)
16047  Branch: perl
16048        ! Makefile.SH regcomp.c
16049 ____________________________________________________________________________
16050 [  1920] By: gsar                                  on 1998/10/02  21:41:19
16051     Log: squelch undef warnings
16052          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16053          Date: Fri, 02 Oct 1998 11:01:14 +0100
16054          Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
16055          Subject: [PATCH] Re: Apparent bug in Math::BigInt 
16056  Branch: perl
16057        ! Changes lib/Math/BigInt.pm
16058 ____________________________________________________________________________
16059 [  1919] By: gsar                                  on 1998/10/02  04:59:13
16060     Log: add note to INSTALL about ANSI C
16061  Branch: perl
16062        ! INSTALL
16063 ____________________________________________________________________________
16064 [  1918] By: gsar                                  on 1998/10/02  04:21:10
16065     Log: tolerate spaces when fixing up __cplusplus output by old h2xs
16066          From: jan.dubois@ibm.net (Jan Dubois)
16067          Date: Wed, 30 Sep 1998 23:35:30 +0200
16068          Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
16069          Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
16070  Branch: perl
16071        ! lib/ExtUtils/xsubpp
16072 ____________________________________________________________________________
16073 [  1917] By: gsar                                  on 1998/10/02  04:16:02
16074     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
16075          Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
16076          Message-Id: <199810010837.LAA31371@alpha.hut.fi>
16077          Subject: Re: Configure test for selectbits busted
16078  Branch: perl
16079        ! Configure
16080 ____________________________________________________________________________
16081 [  1916] By: gsar                                  on 1998/10/02  04:14:17
16082     Log: From: Dan Sugalski <sugalskd@osshe.edu>
16083          Date: Wed, 30 Sep 1998 17:15:20 -0700
16084          Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
16085          Subject: [PATCH 5.005_02]VMS config tweaks
16086  Branch: perl
16087        ! vms/descrip_mms.template vms/subconfigure.com
16088 ____________________________________________________________________________
16089 [  1915] By: gsar                                  on 1998/10/02  04:10:47
16090     Log: use Off_t to permit 64-bit seek()
16091          From: Scott Henry <scotth@sgi.com>
16092          Date: 29 Sep 1998 17:38:46 -0700
16093          Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
16094          Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
16095          --
16096          Date: 28 Sep 1998 18:55:37 -0700
16097          Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
16098          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
16099  Branch: perl
16100        ! doio.c pp_sys.c proto.h sv.c
16101 ____________________________________________________________________________
16102 [  1914] By: gsar                                  on 1998/10/02  04:05:36
16103     Log: normalize tm struct passed to strftime() with mktime()
16104          From: Spider Boardman <spider@orb.nashua.nh.us>
16105          Date: Wed, 30 Sep 1998 15:12:09 -0400
16106          Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
16107          Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
16108  Branch: perl
16109        ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
16110 ____________________________________________________________________________
16111 [  1913] By: gsar                                  on 1998/10/02  03:59:46
16112     Log: don't try to run foo_SH.orig etc.
16113  Branch: perl
16114        ! Configure
16115 ____________________________________________________________________________
16116 [  1912] By: gsar                                  on 1998/10/02  03:45:37
16117     Log: make warning about glob process failure optional
16118  Branch: perl
16119        ! pod/perldiag.pod pp_hot.c
16120 ____________________________________________________________________________
16121 [  1911] By: gsar                                  on 1998/10/02  02:52:21
16122     Log: document yet another RE diagnostic, make it consistent with REG_INFTY
16123          From: Dominic Dunlop <domo@vo.lu>
16124          Date: Tue, 29 Sep 1998 21:06:30 +0000
16125          Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
16126          Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
16127          --
16128          Date: Wed, 30 Sep 1998 11:46:44 +0000
16129          Message-Id: <v03110702b237beb04830@[212.24.192.74]>
16130          Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
16131  Branch: perl
16132        ! pod/perldiag.pod regcomp.c
16133 ____________________________________________________________________________
16134 [  1910] By: gsar                                  on 1998/10/02  02:48:48
16135     Log: minor Configure tweaks (via private mail)
16136          From: Jarkko Hietaniemi <jhi@iki.fi>
16137          Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
16138          Message-Id: <199809292325.CAA19737@alpha.hut.fi>
16139          Subject: [PATCH] 5.005_52: the drizzle continues
16140  Branch: perl
16141        ! Configure config_h.SH handy.h
16142 ____________________________________________________________________________
16143 [  1909] By: gsar                                  on 1998/10/02  02:46:39
16144     Log: update SCO hints for dynamic loading
16145          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
16146          Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
16147          Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
16148          Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
16149          --
16150          Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
16151          Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
16152          Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
16153  Branch: perl
16154        ! hints/sco.sh
16155 ____________________________________________________________________________
16156 [  1908] By: gsar                                  on 1998/10/02  02:33:39
16157     Log: make File::Find work when wanted() is autoloaded or a symbolic ref
16158  Branch: perl
16159        ! lib/File/Find.pm
16160 ____________________________________________________________________________
16161 [  1907] By: gsar                                  on 1998/10/02  02:21:52
16162     Log: applied patches, but retained old behavior for win32 (where compilers
16163          can't read from stdin at all)
16164          From: Graham Barr <gbarr@ti.com>
16165          Date: Mon, 28 Sep 1998 09:41:49 -0500
16166          Message-ID: <19980928094149.B26576@asic.sc.ti.com>
16167          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
16168          --
16169          Date: Tue, 29 Sep 1998 12:35:43 -0500
16170          Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
16171          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
16172  Branch: perl
16173        ! ext/Errno/Errno_pm.PL
16174 ____________________________________________________________________________
16175 [  1906] By: gsar                                  on 1998/10/02  02:02:19
16176     Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
16177          Hietaniemi)
16178  Branch: perl
16179        ! t/op/grent.t
16180 ____________________________________________________________________________
16181 [  1905] By: gsar                                  on 1998/10/02  01:59:56
16182     Log: win32 caveats about truncate()
16183  Branch: perl
16184        ! pod/perlport.pod
16185 ____________________________________________________________________________
16186 [  1904] By: gsar                                  on 1998/10/02  01:53:25
16187     Log: various Configure and hints updates (prefer drand48() or random()
16188          over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
16189          applied modulo SCO hints superceded by later patch
16190          From: Jarkko Hietaniemi <jhi@iki.fi>
16191          Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
16192          Message-Id: <199809282156.AAA18615@alpha.hut.fi>
16193          Subject: [PATCH] 5.005_52: Configure et al:
16194  Branch: perl
16195        + ext/IPC/SysV/hints/next_3.pl
16196        ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
16197        ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
16198        ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
16199 ____________________________________________________________________________
16200 [  1903] By: gsar                                  on 1998/10/02  01:42:37
16201     Log: fixes for bugs in /RE/p        from Hugo van der Sanden
16202          Date: Mon, 28 Sep 1998 17:41:49 +0100
16203          Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
16204          Subject: [PATCH 5.005_52] Re: More on ?p 
16205          --
16206          Date: Thu, 01 Oct 1998 09:10:58 +0100
16207          Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
16208          Subject: [PATCH 5.005_52] ?p fix
16209          --
16210          Date: Thu, 01 Oct 1998 10:45:56 +0100
16211          Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
16212          Subject: [PATCH 5.005_52] more on ?p
16213  Branch: perl
16214        ! pp_ctl.c
16215 ____________________________________________________________________________
16216 [  1902] By: gsar                                  on 1998/10/02  01:36:14
16217     Log: From: Kenneth Duda <kjd@cisco.com>
16218          Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
16219          Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
16220          Subject: writemain dies when there are more than 4000 characters of extensions
16221  Branch: perl
16222        ! writemain.SH
16223 ____________________________________________________________________________
16224 [  1901] By: gsar                                  on 1998/10/02  01:33:16
16225     Log: tweak run_byacc recipe
16226  Branch: perl
16227        ! Makefile.SH Porting/pumpkin.pod
16228 ____________________________________________________________________________
16229 [  1900] By: gsar                                  on 1998/10/02  01:02:09
16230     Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
16231  Branch: perl
16232        ! perl.h pp_ctl.c
16233 ____________________________________________________________________________
16234 [  1899] By: gsar                                  on 1998/09/28  20:46:30
16235     Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
16236          Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
16237          Dvornik)
16238  Branch: perl
16239        ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
16240 ____________________________________________________________________________
16241 [  1898] By: gsar                                  on 1998/09/28  20:42:52
16242     Log: flush unsubmitted 5.00552 change
16243  Branch: perl
16244        ! MANIFEST
16245 ____________________________________________________________________________
16246 [  1897] By: gsar                                  on 1998/09/27  04:43:06
16247     Log: run vms_yfix.pl
16248  Branch: perl
16249        ! vms/perly_c.vms
16250 ____________________________________________________________________________
16251 [  1896] By: gsar                                  on 1998/09/27  03:38:55
16252     Log: small tweak on last change
16253  Branch: perl
16254        ! win32/win32.c
16255 ____________________________________________________________________________
16256 [  1895] By: gsar                                  on 1998/09/27  03:17:17
16257     Log: fix win32_stat() to do the right thing for share names
16258  Branch: perl
16259        ! win32/win32.c
16260 ____________________________________________________________________________
16261 [  1891] By: larry                                 on 1998/09/25  18:50:40
16262     Log: Fixed apostrophe problem from Mark Knutsen.
16263  Branch: perl
16264        ! sv.h
16265
16266 ----------------
16267 Version 5.005_52
16268 ----------------
16269
16270 ____________________________________________________________________________
16271 [  1890] By: gsar                                  on 1998/09/25  10:25:00
16272     Log: update template config.sh, add new config vars to win32 stuff
16273  Branch: perl
16274        ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
16275        ! pp_sys.c proto.h win32/config.bc win32/config.gc
16276        ! win32/config.vc win32/config_H.bc win32/config_H.gc
16277        ! win32/config_H.vc win32/win32.h
16278 ____________________________________________________________________________
16279 [  1889] By: gsar                                  on 1998/09/25  07:13:13
16280     Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
16281          for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
16282          of full-fledged 64-bit support (including support for: fseeko/ftello,
16283          Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
16284          in Fcntl)
16285          From: Jarkko Hietaniemi <jhi@iki.fi>
16286          Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
16287          Message-Id: <199809112056.XAA04720@alpha.hut.fi>
16288          Subject: [PATCH] 5.005_51: Configure "Massive Attack"
16289          --
16290          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
16291          Date: 12 Sep 1998 09:44:25 +0300
16292          Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
16293          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
16294  Branch: perl
16295        + lib/filetest.pm
16296        ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
16297        ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
16298        ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
16299        ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
16300        ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
16301        ! win32/makedef.pl
16302 ____________________________________________________________________________
16303 [  1888] By: gsar                                  on 1998/09/25  06:27:12
16304     Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
16305  Branch: perl
16306        ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
16307        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16308        ! win32/makedef.pl win32/makefile.mk win32/win32.c
16309 ____________________________________________________________________________
16310 [  1887] By: gsar                                  on 1998/09/25  04:50:49
16311     Log: win32.c tweak
16312  Branch: perl
16313        ! win32/win32.c
16314 ____________________________________________________________________________
16315 [  1886] By: gsar                                  on 1998/09/25  04:47:32
16316     Log: s/MAKEMAKEROPT/PERL_MM_OPT/
16317  Branch: perl
16318        ! lib/ExtUtils/MakeMaker.pm
16319 ____________________________________________________________________________
16320 [  1885] By: gsar                                  on 1998/09/25  04:05:09
16321     Log: From: Dominic Dunlop <domo@vo.lu>
16322          Date: Thu, 10 Sep 1998 11:02:46 +0000
16323          Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
16324          Subject: MM_Unix::canonpath erroneously turns leading // into /
16325  Branch: perl
16326        ! lib/ExtUtils/MM_Unix.pm
16327 ____________________________________________________________________________
16328 [  1884] By: gsar                                  on 1998/09/25  03:06:10
16329     Log: temporarily disable perl malloc for a2p until we clean up
16330          conflicting malloc() declarations everywhere
16331  Branch: perl
16332        ! x2p/Makefile.SH
16333 ____________________________________________________________________________
16334 [  1883] By: gsar                                  on 1998/09/25  02:27:00
16335     Log: remove obsolete win32/bin/*.pl
16336  Branch: perl
16337        - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
16338        ! Changes MANIFEST win32/Makefile win32/makefile.mk
16339 ____________________________________________________________________________
16340 [  1882] By: gsar                                  on 1998/09/25  02:04:43
16341     Log: missing file in last submit
16342  Branch: perl
16343        ! proto.h
16344 ____________________________________________________________________________
16345 [  1881] By: gsar                                  on 1998/09/25  01:56:54
16346     Log: serial access to PL_x[inpr]v_root for USE_THREADS
16347  Branch: perl
16348        ! sv.c
16349 ____________________________________________________________________________
16350 [  1880] By: gsar                                  on 1998/09/25  01:19:38
16351     Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
16352          From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
16353          Date: Thu, 24 Sep 1998 22:01:09 +0900
16354          Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
16355          Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
16356  Branch: perl
16357        ! hv.c proto.h
16358 ____________________________________________________________________________
16359 [  1879] By: gsar                                  on 1998/09/25  00:20:07
16360     Log: tweaks to enable PERL_OBJECT to build & test on win32
16361  Branch: perl
16362        ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
16363        ! win32/GenCAPI.pl
16364 ____________________________________________________________________________
16365 [  1878] By: gsar                                  on 1998/09/25  00:13:36
16366     Log: fix change#1861, which breaks default boot_xxx symbol generation
16367  Branch: perl
16368        ! lib/ExtUtils/Mksymlists.pm
16369 ____________________________________________________________________________
16370 [  1877] By: gsar                                  on 1998/09/24  10:29:54
16371     Log: two tweaks for clean build and test on Solaris
16372  Branch: perl
16373        ! op.c t/op/subst.t
16374 ____________________________________________________________________________
16375 [  1876] By: gsar                                  on 1998/09/24  09:04:43
16376     Log: From: Colin Kuskie <ckuskie@cadence.com>
16377          Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
16378          Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
16379          Subject: [PATCH 5.005_51] perlform.pod
16380  Branch: perl
16381        ! pod/perlform.pod
16382 ____________________________________________________________________________
16383 [  1875] By: gsar                                  on 1998/09/24  08:47:47
16384     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16385          Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
16386          Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
16387          Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
16388  Branch: perl
16389        ! regexec.c
16390 ____________________________________________________________________________
16391 [  1874] By: gsar                                  on 1998/09/24  08:44:55
16392     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16393          Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
16394          Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
16395          Subject: Re: your Regexp.patch dated 21.8 [PATCH]
16396  Branch: perl
16397        ! toke.c
16398 ____________________________________________________________________________
16399 [  1873] By: gsar                                  on 1998/09/24  08:39:41
16400     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16401          Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
16402          Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
16403          Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
16404  Branch: perl
16405        ! Changes regcomp.c
16406 ____________________________________________________________________________
16407 [  1872] By: gsar                                  on 1998/09/24  08:37:00
16408     Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
16409          Date: Sun, 23 Aug 1998 23:18:38 PDT
16410          Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
16411          Subject: new irix_6.sh hints file
16412  Branch: perl
16413        ! hints/irix_6.sh
16414 ____________________________________________________________________________
16415 [  1871] By: gsar                                  on 1998/09/24  07:26:37
16416     Log: correct FSF address in various places
16417  Branch: perl
16418        ! Copying README ext/B/README lib/Getopt/Long.pm
16419 ____________________________________________________________________________
16420 [  1870] By: gsar                                  on 1998/09/24  07:11:56
16421     Log: From:    Dan Sugalski <sugalskd@osshe.edu>
16422          Date:    Fri, 14 Aug 1998 09:20:16 PDT
16423          Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
16424          Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
16425  Branch: perl
16426        ! configure.com
16427 ____________________________________________________________________________
16428 [  1869] By: gsar                                  on 1998/09/24  06:55:59
16429     Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
16430          From:    Scott Henry <scotth@sgi.com>
16431          Date:    13 Aug 1998 09:52:15 PDT
16432          Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
16433          Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
16434  Branch: perl
16435        ! hints/irix_6.sh
16436 ____________________________________________________________________________
16437 [  1868] By: gsar                                  on 1998/09/24  06:51:23
16438     Log: From:    Nathan Torkington <gnat@frii.com>
16439          Date:    Thu, 13 Aug 1998 10:59:48 MDT
16440          Message-Id: <199808131659.KAA06179@prometheus.frii.com>
16441          Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
16442  Branch: perl
16443        ! pod/perlfunc.pod
16444 ____________________________________________________________________________
16445 [  1867] By: gsar                                  on 1998/09/24  06:45:13
16446     Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
16447          that are autoloaded)
16448  Branch: perl
16449        ! pp_ctl.c
16450 ____________________________________________________________________________
16451 [  1866] By: gsar                                  on 1998/09/24  05:21:19
16452     Log: grandfather deprecated "$$<digit>" no more
16453  Branch: perl
16454        ! pod/perldiag.pod toke.c
16455 ____________________________________________________________________________
16456 [  1865] By: gsar                                  on 1998/09/24  04:52:48
16457     Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
16458          low bits (suggested by Ilya Zakharevich)
16459  Branch: perl
16460        ! hv.h
16461 ____________________________________________________________________________
16462 [  1864] By: gsar                                  on 1998/09/24  04:29:14
16463     Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
16464          perly_c.diff
16465  Branch: perl
16466        ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
16467        ! perly_c.diff toke.c
16468 ____________________________________________________________________________
16469 [  1863] By: gsar                                  on 1998/09/24  03:36:30
16470     Log: provide locked access to string table for USE_THREADS
16471  Branch: perl
16472        ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
16473 ____________________________________________________________________________
16474 [  1862] By: gsar                                  on 1998/09/24  03:30:32
16475     Log: remove bogus warn()
16476  Branch: perl
16477        ! embed.pl
16478 ____________________________________________________________________________
16479 [  1861] By: gsar                                  on 1998/09/24  02:58:51
16480     Log: applied suggested patch, adapted for all platforms
16481          From: jan.dubois@ibm.net (Jan Dubois)
16482          Date: Sun, 20 Sep 1998 12:56:38 +0200
16483          Message-ID: <3604de0c.12319885@smtp1.ibm.net>
16484          Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
16485  Branch: perl
16486        ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
16487        ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
16488        ! lib/ExtUtils/MakeMaker.pm
16489 ____________________________________________________________________________
16490 [  1860] By: gsar                                  on 1998/09/24  02:16:14
16491     Log: upgrade to CPAN-1.40
16492  Branch: perl
16493        ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
16494 ____________________________________________________________________________
16495 [  1859] By: gsar                                  on 1998/09/24  02:08:59
16496     Log: use $ENV{MAKEMAKEROPT} to set default command line args
16497  Branch: perl
16498        ! lib/ExtUtils/MakeMaker.pm
16499 ____________________________________________________________________________
16500 [  1857] By: gsar                                  on 1998/09/23  10:58:36
16501     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16502          Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
16503          Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
16504          Subject: More verbose Test::Harness [PATCH]
16505  Branch: perl
16506        ! lib/Test/Harness.pm
16507 ____________________________________________________________________________
16508 [  1856] By: gsar                                  on 1998/09/23  10:56:24
16509     Log: update hints for OPENSTEP 4.2 on i386
16510          From: Gerben Wierda <Gerben_Wierda@RnA.nl>
16511          Date: Sun, 20 Sep 1998 01:03:18 +0200
16512          Message-Id: <9809192303.AA29190@Spike>
16513          Subject: Perl 5.005_02 compilation problems
16514  Branch: perl
16515        ! hints/next_4.sh
16516 ____________________________________________________________________________
16517 [  1855] By: gsar                                  on 1998/09/23  10:52:27
16518     Log: reset errno after C<require> search (as suggested by Larry)
16519  Branch: perl
16520        ! pp_ctl.c
16521 ____________________________________________________________________________
16522 [  1854] By: gsar                                  on 1998/09/23  10:50:26
16523     Log: misc pod tweaks
16524  Branch: perl
16525        ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
16526 ____________________________________________________________________________
16527 [  1853] By: gsar                                  on 1998/09/23  10:46:06
16528     Log: make Pod/Html.pm handle the --title option properly (as suggested
16529          by gml4410@ggr.co.uk)
16530  Branch: perl
16531        ! lib/Pod/Html.pm
16532 ____________________________________________________________________________
16533 [  1852] By: gsar                                  on 1998/09/23  10:41:39
16534     Log: SSNEW() API for allocating memory on the savestack
16535          From: Albert Dvornik <bert@genscan.com>
16536          Date: 17 Sep 1998 19:23:07 -0400
16537          Message-Id: <tqemtae338.fsf@puma.genscan.com>
16538          Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
16539  Branch: perl
16540        ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
16541        ! perl.h proto.h scope.c scope.h t/io/tell.t
16542 ____________________________________________________________________________
16543 [  1851] By: gsar                                  on 1998/09/23  10:37:05
16544     Log: From: Jochen Wiedmann <joe@ispsoft.de>
16545          Date: Thu, 17 Sep 1998 17:16:06 +0200
16546          Message-ID: <360127B6.E44564A@ispsoft.de>
16547          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
16548  Branch: perl
16549        ! lib/ExtUtils/MakeMaker.pm
16550 ____________________________________________________________________________
16551 [  1850] By: gsar                                  on 1998/09/23  10:33:05
16552     Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
16553          Date: 15 Sep 1998 01:32:31 +0200
16554          Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
16555          Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
16556  Branch: perl
16557        ! lib/ExtUtils/MM_Unix.pm
16558 ____________________________________________________________________________
16559 [  1849] By: gsar                                  on 1998/09/23  10:29:04
16560     Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
16561          Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
16562          Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
16563          Subject: Re: extralibs.ld problem in MM_VMS.pm
16564  Branch: perl
16565        ! lib/ExtUtils/MM_VMS.pm
16566 ____________________________________________________________________________
16567 [  1848] By: gsar                                  on 1998/09/23  10:25:24
16568     Log: From: Roderick Schertler <roderick@argon.org>
16569          Date: 11 Sep 1998 16:19:21 -0400
16570          Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
16571          Subject: Re: Open2 and memory leaks
16572  Branch: perl
16573        ! lib/IPC/Open3.pm
16574 ____________________________________________________________________________
16575 [  1847] By: gsar                                  on 1998/09/23  10:18:31
16576     Log: From: Roderick Schertler <roderick@argon.org>
16577          Date: Wed, 09 Sep 1998 23:52:48 -0400
16578          Message-ID: <20567.905399568@eeyore.ibcinc.com>
16579          Subject: seed srand from /dev/urandom when possible
16580  Branch: perl
16581        ! pod/perlfunc.pod pp.c
16582 ____________________________________________________________________________
16583 [  1846] By: gsar                                  on 1998/09/23  10:12:22
16584     Log: From: Roderick Schertler <roderick@argon.org>
16585          Date: Thu, 10 Sep 1998 00:32:17 -0400
16586          Message-ID: <21142.905401937@eeyore.ibcinc.com>
16587          Subject: doc update for crypt()'s salt
16588  Branch: perl
16589        ! pod/perlfunc.pod
16590 ____________________________________________________________________________
16591 [  1845] By: gsar                                  on 1998/09/23  10:09:23
16592     Log: fix h2ph handling of C<#error "foo">
16593          From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
16594          Date: Thu, 10 Sep 1998 09:59:33 +0900
16595          Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
16596          Subject: [5.005_02] h2ph problem
16597  Branch: perl
16598        ! utils/h2ph.PL
16599 ____________________________________________________________________________
16600 [  1844] By: gsar                                  on 1998/09/23  10:06:13
16601     Log: plug strictly private function leaks in API listing
16602  Branch: perl
16603        ! pod/perlguts.pod
16604 ____________________________________________________________________________
16605 [  1843] By: gsar                                  on 1998/09/23  10:02:57
16606     Log: hide symbol for static build
16607          From: Dominic Dunlop <domo@vo.lu>
16608          Date: Tue, 8 Sep 1998 21:40:46 +0000
16609          Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
16610          Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
16611  Branch: perl
16612        ! regcomp.c
16613 ____________________________________________________________________________
16614 [  1842] By: gsar                                  on 1998/09/23  09:52:46
16615     Log: define PUT_svindex(), PUT_opindex()
16616  Branch: perl
16617        ! ext/B/B/Assembler.pm
16618 ____________________________________________________________________________
16619 [  1841] By: gsar                                  on 1998/09/23  09:44:25
16620     Log: From: Dominic Dunlop <domo@vo.lu>
16621          Date: Tue, 8 Sep 1998 15:34:53 +0000
16622          Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
16623          Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
16624  Branch: perl
16625        ! t/pragma/warn/regexec
16626 ____________________________________________________________________________
16627 [  1840] By: gsar                                  on 1998/09/23  09:42:17
16628     Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
16629  Branch: perl
16630        ! win32/bin/pl2bat.pl
16631 ____________________________________________________________________________
16632 [  1839] By: gsar                                  on 1998/09/23  09:38:18
16633     Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
16634          Date: Mon, 7 Sep 1998 17:36:09 +0900
16635          Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
16636          Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
16637  Branch: perl
16638        ! ext/Thread/Thread.xs
16639 ____________________________________________________________________________
16640 [  1838] By: gsar                                  on 1998/09/23  09:21:11
16641     Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
16642          Date: Thu, 10 Sep 1998 00:02:07 -0400
16643          Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
16644          Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
16645  Branch: perl
16646        + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
16647        + vos/config.h vos/config_h.SH_orig vos/perl.bind
16648        + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
16649        ! MANIFEST perl.c perl.h pod/perlport.pod
16650 ____________________________________________________________________________
16651 [  1837] By: gsar                                  on 1998/09/23  08:45:58
16652     Log: (via private mail)
16653          From: Charles Bailey <BAILEY@newman.upenn.edu>
16654          Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
16655          Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
16656          Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
16657  Branch: perl
16658        ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
16659        ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
16660        ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
16661        ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
16662        ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
16663        ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
16664        ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
16665        ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
16666        ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
16667        ! vms/writemain.pl
16668 ____________________________________________________________________________
16669 [  1836] By: gsar                                  on 1998/09/23  08:17:42
16670     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16671          Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
16672          Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
16673          Subject: [PATCH 5.005_*] OS/2 spawning typos
16674  Branch: perl
16675        ! os2/os2.c
16676 ____________________________________________________________________________
16677 [  1835] By: gsar                                  on 1998/09/23  08:09:55
16678     Log: warn on C<my($foo,$foo)>
16679  Branch: perl
16680        ! op.c pod/perldiag.pod
16681 ____________________________________________________________________________
16682 [  1834] By: gsar                                  on 1998/09/23  07:35:56
16683     Log: From: pvhp@forte.com (Peter Prymmer)
16684          Date: Fri, 4 Sep 98 13:27:41 PDT
16685          Message-Id: <9809042027.AA04463@forte.com>
16686          Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
16687  Branch: perl
16688        ! README.vms
16689 ____________________________________________________________________________
16690 [  1833] By: gsar                                  on 1998/09/23  07:27:34
16691     Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
16692          Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
16693          Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
16694          Subject: PATCH: 5.005_02 hint/hpux.sh
16695  Branch: perl
16696        ! hints/hpux.sh
16697 ____________________________________________________________________________
16698 [  1832] By: gsar                                  on 1998/09/23  07:22:40
16699     Log: fix (some) installhtml bugs
16700          From: Larry Parmelee <parmelee@CS.Cornell.EDU>
16701          Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
16702          Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
16703          Subject: installhtml script needs work
16704  Branch: perl
16705        ! installhtml
16706 ____________________________________________________________________________
16707 [  1831] By: gsar                                  on 1998/09/23  07:19:30
16708     Log: document 'U' magic with examples
16709          From: Alan Burlison <Alan.Burlison@UK.Sun.com>
16710          Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
16711          Message-Id: <199809011455.PAA00631@sale-wts>
16712          Subject: Re: Looking for some XS MAGIC examples...
16713  Branch: perl
16714        ! pod/perlguts.pod
16715 ____________________________________________________________________________
16716 [  1830] By: gsar                                  on 1998/09/23  07:16:43
16717     Log: From: pvhp@forte.com (Peter Prymmer)
16718          Date: Mon, 31 Aug 98 17:13:49 PDT
16719          Message-Id: <9809010013.AA06737@forte.com>
16720          Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
16721  Branch: perl
16722        ! README.os390
16723 ____________________________________________________________________________
16724 [  1829] By: gsar                                  on 1998/09/23  07:15:08
16725     Log: fix problematic typecast in filter_del()
16726          From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
16727          Date: Mon, 31 Aug 1998 21:13:11 GMT
16728          Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
16729          Subject: perl5.005_02 does not build on Cray T90
16730  Branch: perl
16731        ! toke.c
16732 ____________________________________________________________________________
16733 [  1828] By: gsar                                  on 1998/09/23  07:11:34
16734     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16735          Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
16736          Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
16737          Subject: [PATCH 5.005_5*] (?>) broken in RE
16738  Branch: perl
16739        ! regexec.c t/op/re_tests
16740 ____________________________________________________________________________
16741 [  1827] By: gsar                                  on 1998/09/23  07:09:50
16742     Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
16743  Branch: perl
16744        ! t/op/grent.t t/op/groups.t
16745 ____________________________________________________________________________
16746 [  1826] By: gsar                                  on 1998/09/23  07:03:16
16747     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
16748          Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
16749          Message-Id: <199808121941.WAA06263@alpha.hut.fi>
16750          Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
16751  Branch: perl
16752        - interp.sym
16753        ! MANIFEST Makefile.SH embed.pl perl_exp.SH
16754 ____________________________________________________________________________
16755 [  1825] By: gsar                                  on 1998/09/23  06:56:40
16756     Log: re-introduce change#1703
16757  Branch: perl
16758        ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
16759 ____________________________________________________________________________
16760 [  1824] By: gsar                                  on 1998/09/23  06:44:19
16761     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16762          Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
16763          Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
16764          Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
16765  Branch: perl
16766        ! lib/perl5db.pl
16767 ____________________________________________________________________________
16768 [  1823] By: gsar                                  on 1998/09/23  06:41:34
16769         Log: From: Joe Buehler <jhpb@hekimian.com>
16770              Date: 29 Aug 1998 17:13:28 -0400
16771              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
16772              Subject: patches for perl 5.005_51 under U/WIN
16773      Branch: perl
16774            + hints/uwin.sh
16775            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
16776            ! t/lib/posix.t
16777 ____________________________________________________________________________
16778 [  1822] By: gsar                                  on 1998/09/23  06:36:59
16779         Log: add missing C<no utf8;> tweak from Larry
16780      Branch: perl
16781            ! t/op/subst.t
16782 ____________________________________________________________________________
16783 [  1821] By: gsar                                  on 1998/09/23  06:27:51
16784         Log: s/runops/CALLRUNOPS/
16785      Branch: perl
16786            ! cc_runtime.h
16787 ____________________________________________________________________________
16788 [  1820] By: gsar                                  on 1998/09/23  06:24:49
16789         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
16790      Branch: perl
16791           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
16792           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
16793           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
16794           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
16795           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
16796           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
16797           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
16798           +> t/pragma/warn/util
16799            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
16800            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
16801            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
16802            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
16803            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
16804            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
16805            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
16806            - t/pragma/warn-util
16807            ! MANIFEST t/pragma/warning.t
16808 ____________________________________________________________________________
16809 [  1819] By: gsar                                  on 1998/09/23  06:08:46
16810         Log: make \(%foo) return refs to values (not copies of values)
16811              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
16812              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
16813              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
16814              --
16815              From: Roderick Schertler <roderick@argon.org>
16816              Date: Sat, 29 Aug 1998 00:58:33 -0400
16817              Message-ID: <29894.904366713@eeyore.ibcinc.com>
16818              Subject: Re: \(%x) problems
16819      Branch: perl
16820            ! doop.c pod/perlref.pod
16821 ____________________________________________________________________________
16822 [  1818] By: gsar                                  on 1998/09/23  06:05:08
16823         Log: make h2xs generate ANSI prototypes
16824      Branch: perl
16825            ! utils/h2xs.PL
16826 ____________________________________________________________________________
16827 [  1817] By: gsar                                  on 1998/09/23  05:57:16
16828         Log: updated usethreads hints for hpux 10.X
16829              From: Matthew T Harden <mthard@mthard1.monsanto.com>
16830              Date: Fri, 28 Aug 1998 14:10:42 GMT
16831              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
16832              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
16833      Branch: perl
16834            ! hints/hpux.sh perl.h
16835 ____________________________________________________________________________
16836 [  1816] By: gsar                                  on 1998/09/23  05:53:31
16837         Log: don't create empty directories in installperl
16838              From: Robin Barker <rmb1@cise.npl.co.uk>
16839              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
16840              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
16841              Subject: [PATCH 5.005_02] install: empty dirs
16842      Branch: perl
16843            ! installperl
16844 ____________________________________________________________________________
16845 [  1815] By: gsar                                  on 1998/09/23  05:50:36
16846         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
16847              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16848              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
16849              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
16850              Subject: Re: your mail
16851      Branch: perl
16852            ! regexec.c t/op/re_tests
16853 ____________________________________________________________________________
16854 [  1814] By: gsar                                  on 1998/09/23  05:45:17
16855         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
16856              Date: Thu, 20 Aug 1998 20:59:03 -0400
16857              Message-ID: <19980820205903.A12908@O2.chapin.edu>
16858              Subject: [PATCH] h2ph misquotes #error directives
16859      Branch: perl
16860            ! t/lib/h2ph.pht utils/h2ph.PL
16861 ____________________________________________________________________________
16862 [  1813] By: gsar                                  on 1998/09/23  05:42:41
16863         Log: patch to support computed regular subexpressions
16864              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16865              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
16866              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
16867              Subject: [5.005_5* PATCH] Postponed RE - now!
16868      Branch: perl
16869            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
16870            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
16871 ____________________________________________________________________________
16872 [  1812] By: gsar                                  on 1998/09/23  05:26:26
16873         Log: better CR-handling on shebang line and in formats (fixed variant of
16874              patch suggested by Igor Sysoev <igor@nitek.ru>)
16875      Branch: perl
16876            ! perl.c toke.c
16877 ____________________________________________________________________________
16878 [  1811] By: gsar                                  on 1998/09/23  04:35:46
16879         Log: document non-loopish blocks better
16880              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16881              Date: Tue, 18 Aug 1998 12:28:36 +0100
16882              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
16883              Subject: Re: next in do {} while block gives error message
16884      Branch: perl
16885            ! pod/perlfunc.pod
16886 ____________________________________________________________________________
16887 [  1810] By: gsar                                  on 1998/09/23  04:12:05
16888         Log: fix bogus integerization of pop()'s return value
16889              From: Gurusamy Sarathy <gsar@engin.umich.edu>
16890              Date: Sat, 15 Aug 1998 23:27:54 -0400
16891              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
16892              Subject: Re: Complex expression does integer arithmetic 
16893      Branch: perl
16894            ! opcode.h opcode.pl
16895 ____________________________________________________________________________
16896 [  1809] By: gsar                                  on 1998/09/23  04:09:43
16897         Log: tweak README.win32
16898      Branch: perl
16899            ! README.win32
16900 ____________________________________________________________________________
16901 [  1808] By: gsar                                  on 1998/09/23  03:40:57
16902         Log: better diagnostic for do{} used as lvalue
16903      Branch: perl
16904            ! op.c pod/perlport.pod
16905 ____________________________________________________________________________
16906 [  1807] By: gsar                                  on 1998/09/23  03:38:30
16907         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
16908              From: hansm@icgroup.nl
16909              Date: Tue, 11 Aug 98 21:08:51 +0200
16910              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
16911              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
16912      Branch: perl
16913            ! malloc.c
16914 ____________________________________________________________________________
16915 [  1806] By: gsar                                  on 1998/09/23  03:36:08
16916         Log: support make written in perl (aka "pmake") on win32
16917      Branch: perl
16918            ! lib/ExtUtils/MM_Win32.pm
16919 ____________________________________________________________________________
16920 [  1805] By: gsar                                  on 1998/09/23  03:30:07
16921         Log: fix mismatched UV/U32 types for to_utf8_*()
16922      Branch: perl
16923            ! utf8.c
16924 ____________________________________________________________________________
16925 [  1804] By: gsar                                  on 1998/09/23  03:22:22
16926         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
16927              Date: Sun, 9 Aug 1998 22:38:23 +0200
16928              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
16929              Subject: [PATCH 5.5002] dos-djgpp update
16930      Branch: perl
16931            ! t/io/fs.t
16932 ____________________________________________________________________________
16933 [  1803] By: gsar                                  on 1998/09/23  03:20:13
16934         Log: apply minimal variant of patch (sent via private mail)
16935              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
16936              Date: Wed, 12 Aug 1998 15:42:35 +0300
16937              Message-Id: <199808121242.PAA29761@comanche.spices>
16938              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
16939      Branch: perl
16940            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
16941            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
16942 ____________________________________________________________________________
16943 [  1802] By: gsar                                  on 1998/09/23  03:03:39
16944         Log: adjust searchdict.t for EBCDIC (still needs documenting)
16945              From: pvhp@forte.com (Peter Prymmer)
16946              Date: Thu, 6 Aug 98 18:09:39 PDT
16947              Message-Id: <9808070109.AA06158@forte.com>
16948              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
16949      Branch: perl
16950            ! README.os390 t/lib/searchdict.t
16951 ____________________________________________________________________________
16952 [  1801] By: gsar                                  on 1998/09/23  02:54:15
16953         Log: silence redefined warning for XS(INIT) {}
16954      Branch: perl
16955            ! op.c
16956 ____________________________________________________________________________
16957 [  1800] By: gsar                                  on 1998/09/23  02:42:23
16958         Log: support match indices via special variables @- and @+
16959              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16960              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
16961              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
16962              Subject: [PATCH 5.004_76] @- and @+
16963      Branch: perl
16964            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
16965            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
16966 ____________________________________________________________________________
16967 [  1799] By: gsar                                  on 1998/09/23  01:44:31
16968         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16969              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
16970              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
16971              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
16972      Branch: perl
16973            ! regcomp.c t/op/re_tests
16974 ____________________________________________________________________________
16975 [  1798] By: gsar                                  on 1998/09/23  01:39:23
16976         Log: integrate maint-5.005 changes (except conflicting change#1794)
16977      Branch: perl
16978            ! Changes
16979           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
16980           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
16981           !> win32/win32.h
16982 ____________________________________________________________________________
16983 [  1797] By: gsar                                  on 1998/09/23  01:32:36
16984         Log: add note to win32/Makefile about setting CCHOME
16985      Branch: perl
16986            ! win32/Makefile win32/makefile.mk
16987 ____________________________________________________________________________
16988 [  1796] By: gsar                                  on 1998/09/23  01:31:32
16989         Log: perl.pod tweak
16990      Branch: perl
16991            ! pod/perl.pod
16992 ____________________________________________________________________________
16993 [  1795] By: gsar                                  on 1998/09/21  20:34:10
16994         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
16995      Branch: perl
16996            ! lib/ExtUtils/xsubpp
16997 ____________________________________________________________________________
16998 [  1789] By: gsar                                  on 1998/09/18  18:01:37
16999         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
17000      Branch: perl
17001            ! cop.h t/cmd/for.t
17002 ____________________________________________________________________________
17003 [  1788] By: gsar                                  on 1998/09/17  02:19:11
17004         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
17005      Branch: perl
17006            ! win32/config.bc win32/config.gc win32/config.vc
17007 ____________________________________________________________________________
17008 [  1787] By: gsar                                  on 1998/09/17  01:45:14
17009         Log: suppress bogus warning on C<sub x {} x()>
17010      Branch: perl
17011            ! toke.c
17012 ____________________________________________________________________________
17013 [  1786] By: gsar                                  on 1998/09/17  01:42:51
17014         Log: ntohl typo in objXSUB.h
17015      Branch: perl
17016            ! objXSUB.h
17017 ____________________________________________________________________________
17018 [  1785] By: gsar                                  on 1998/09/17  01:41:48
17019         Log: fill gaps in sig_* entries in win32/config.?c
17020      Branch: perl
17021            ! win32/config.bc win32/config.gc win32/config.vc
17022 ____________________________________________________________________________
17023 [  1781] By: larry                                 on 1998/09/05  23:48:24
17024         Log: tr/// logic was hosed under utf8
17025      Branch: perl
17026            ! doop.c op.c op.h pp.c proto.h
17027 ____________________________________________________________________________
17028 [  1780] By: larry                                 on 1998/09/05  23:44:16
17029         Log: several new tests needed tweaking to work under utf8
17030      Branch: perl
17031            ! t/comp/require.t t/op/pack.t t/op/substr.t
17032 ____________________________________________________________________________
17033 [  1779] By: larry                                 on 1998/09/05  23:41:42
17034         Log: index() applied BM optimization to wrong argument
17035      Branch: perl
17036            ! op.c util.c
17037 ____________________________________________________________________________
17038 [  1778] By: larry                                 on 1998/09/05  23:38:29
17039         Log: Implicit require during compile reset line numbering
17040      Branch: perl
17041            ! pp_ctl.c
17042
17043 ----------------
17044 Version 5.005_51
17045 ----------------
17046
17047 ____________________________________________________________________________
17048 [  1777] By: gsar                                  on 1998/08/10  07:02:38
17049         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
17050              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
17051              lexical warning testsuite for win32
17052      Branch: perl
17053            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
17054            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
17055            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
17056            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
17057            ! win32/Makefile win32/makefile.mk
17058 ____________________________________________________________________________
17059 [  1776] By: gsar                                  on 1998/08/09  17:53:48
17060         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
17061      Branch: perl
17062            ! Changes MANIFEST perl.c pod/perlhist.pod
17063 ____________________________________________________________________________
17064 [  1775] By: gsar                                  on 1998/08/09  14:35:33
17065         Log: tweak warning test
17066      Branch: perl
17067            ! t/pragma/warn-toke
17068 ____________________________________________________________________________
17069 [  1774] By: gsar                                  on 1998/08/09  14:13:46
17070         Log: add missing dTHR; notes for test failures due to small stacksize
17071      Branch: perl
17072            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
17073            ! toke.c universal.c util.c
17074 ____________________________________________________________________________
17075 [  1773] By: gsar                                  on 1998/08/09  11:31:53
17076         Log: lexical warnings; tweaks to places that didn't apply correctly
17077              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
17078              Date:    Wed, 29 Jul 1998 09:28:45 BST
17079              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
17080              Subject: lexical warnings patch for 5.005_50
17081      Branch: perl
17082            + README.lexwarn lib/warning.pm t/pragma/warn-2use
17083            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
17084            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
17085            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
17086            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
17087            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
17088            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
17089            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
17090            + warning.h warning.pl
17091            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
17092            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
17093            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
17094            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
17095            ! universal.c util.c
17096 ____________________________________________________________________________
17097 [  1772] By: gsar                                  on 1998/08/08  23:06:00
17098         Log: bump patchlevel to 5.005_51
17099      Branch: perl
17100            ! patchlevel.h win32/Makefile win32/config_H.bc
17101            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
17102 ____________________________________________________________________________
17103 [  1771] By: gsar                                  on 1998/08/08  23:01:57
17104         Log: fix bogus warning on "\x{123}"
17105              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
17106              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
17107              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
17108              Subject: [5.005_50 PATCH] Some unicode problems
17109      Branch: perl
17110            ! regcomp.c toke.c
17111 ____________________________________________________________________________
17112 [  1770] By: gsar                                  on 1998/08/08  22:56:55
17113         Log: hide dup symbol for static build of ext/re
17114              From: Dominic Dunlop <domo@ppp72.vo.lu>
17115              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
17116              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
17117              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
17118      Branch: perl
17119            ! regcomp.c
17120 ____________________________________________________________________________
17121 [  1769] By: gsar                                  on 1998/08/08  22:45:06
17122         Log: fix double free on -Mutf8 -e '$b=uc("")'
17123              From: larry@wall.org (Larry Wall)
17124              Date: Fri, 7 Aug 1998 14:42:43 -0700
17125              Message-Id: <199808072142.OAA14920@wall.org>
17126              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
17127      Branch: perl
17128            ! pp.c
17129 ____________________________________________________________________________
17130 [  1768] By: gsar                                  on 1998/08/08  22:42:29
17131         Log: substr() assumes utf8 without say-so
17132              From: larry@wall.org (Larry Wall)
17133              Date: Fri, 7 Aug 1998 12:25:12 -0700
17134              Message-Id: <199808071925.MAA13436@wall.org>
17135              Subject: [PATCH 5.005_50] substr bug?
17136      Branch: perl
17137            ! pp.c
17138 ____________________________________________________________________________
17139 [  1767] By: gsar                                  on 1998/08/08  22:38:25
17140         Log: fix intolerance of SWASHes for blank lines
17141              From: Gisle Aas <aas@sn.no>
17142              Date: 06 Aug 1998 23:28:57 +0200
17143              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
17144              Subject: Re: Re[2]: another joyride begins
17145      Branch: perl
17146            ! lib/utf8_heavy.pl
17147 ____________________________________________________________________________
17148 [  1766] By: gsar                                  on 1998/08/08  22:33:10
17149         Log: utf8 doc tweak
17150              From: Gisle Aas <aas@sn.no>
17151              Date: 05 Aug 1998 00:41:04 +0200
17152              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
17153              Subject: Matching clumps
17154      Branch: perl
17155            ! lib/utf8.pm
17156 ____________________________________________________________________________
17157 [  1765] By: gsar                                  on 1998/08/08  22:31:37
17158         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
17159              From: Gisle Aas <aas@sn.no>
17160              Date: 04 Aug 1998 22:56:11 +0200
17161              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
17162              Subject: Re: another joyride begins
17163      Branch: perl
17164            ! lib/utf8_heavy.pl
17165 ____________________________________________________________________________
17166 [  1764] By: gsar                                  on 1998/08/08  22:28:43
17167         Log: From: larry@wall.org (Larry Wall)
17168              Date: Tue, 4 Aug 1998 17:04:51 -0700
17169              Message-Id: <199808050004.RAA22592@wall.org>
17170              Subject: [PATCH 5.005_50] \pX not implemented!
17171      Branch: perl
17172            ! regcomp.c
17173 ____________________________________________________________________________
17174 [  1763] By: gsar                                  on 1998/08/08  22:27:15
17175         Log: From: Stephen McCamant <alias@mcs.com>
17176              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
17177              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
17178              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
17179      Branch: perl
17180            ! op.c
17181 ____________________________________________________________________________
17182 [  1762] By: gsar                                  on 1998/08/08  22:26:09
17183         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
17184              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
17185              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
17186              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
17187      Branch: perl
17188            + t/op/grent.t t/op/pwent.t
17189            ! MANIFEST
17190 ____________________________________________________________________________
17191 [  1761] By: gsar                                  on 1998/08/08  22:21:52
17192         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17193              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
17194              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
17195              Subject: [5.005_50 PATCH] misprint in RE engine
17196      Branch: perl
17197            ! regexec.c t/op/re_tests
17198 ____________________________________________________________________________
17199 [  1760] By: gsar                                  on 1998/08/08  22:18:54
17200         Log: integrate maint-5.005 changes into mainline
17201      Branch: perl
17202           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
17203           !> (integrate 138 files)
17204 ____________________________________________________________________________
17205 [  1672] By: gsar                                  on 1998/07/27  18:35:28
17206         Log: create new Changes
17207      Branch: perl
17208            + Changes
17209            ! Changes5.005 MANIFEST
17210 ____________________________________________________________________________
17211 [  1671] By: gsar                                  on 1998/07/27  18:30:57
17212         Log: rename Changes --> Changes5.005
17213      Branch: perl
17214           +> Changes5.005
17215            - Changes
17216 ____________________________________________________________________________
17217 [  1670] By: gsar                                  on 1998/07/27  18:10:14
17218         Log: integrate 5.005_01 changes from maint
17219      Branch: perl
17220            ! Changes
17221           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
17222           !> win32/win32.c
17223 ____________________________________________________________________________
17224 [  1667] By: nick                                  on 1998/07/26  14:31:01
17225         Log: Add dTHR so that it compiles miniperl in threaded mode
17226      Branch: perl
17227            ! doop.c mg.c regcomp.c regexec.c
17228 ____________________________________________________________________________
17229 [  1666] By: nick                                  on 1998/07/26  13:01:10
17230         Log: Resolve ansiperl against mainline (@1648?)
17231              Unclear that change number has "taken".
17232      Branch: ansiperl
17233           +> (branch 169 files)
17234            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
17235           !> (integrate 131 files)
17236
17237 ----------------
17238 Version 5.005_50
17239 ----------------
17240
17241 ____________________________________________________________________________
17242 [  1665] By: gsar                                  on 1998/07/26  05:38:48
17243         Log: add trailing newline to file
17244      Branch: perl
17245            ! Changes lib/unicode/blocks.txt
17246 ____________________________________________________________________________
17247 [  1664] By: gsar                                  on 1998/07/26  05:08:48
17248         Log: integrate proto.h additions from maint-5.005
17249      Branch: perl
17250           !> pod/perlhist.pod proto.h
17251 ____________________________________________________________________________
17252 [  1663] By: gsar                                  on 1998/07/26  05:07:05
17253         Log: add new files to MANIFEST; add missing prototypes to proto.h;
17254              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
17255              add typecasts to silence warnings; tweaks for win32 builds
17256      Branch: perl
17257            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
17258            ! win32/Makefile win32/makefile.mk
17259 ____________________________________________________________________________
17260 [  1662] By: gsar                                  on 1998/07/26  05:01:52
17261         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
17262      Branch: maint-5.005/perl
17263            ! pod/perlhist.pod proto.h
17264 ____________________________________________________________________________
17265 [  1661] By: gsar                                  on 1998/07/26  02:52:48
17266         Log: up patchlevel to 5.005_50
17267      Branch: perl
17268            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
17269            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
17270 ____________________________________________________________________________
17271 [  1660] By: gsar                                  on 1998/07/26  02:43:57
17272         Log: integrate utfperl
17273      Branch: perl
17274           +> (branch 162 files)
17275           !> (integrate 29 files)
17276 ____________________________________________________________________________
17277 [  1659] By: gsar                                  on 1998/07/26  02:38:22
17278         Log: integrate maint-5.005 changes
17279      Branch: perl
17280           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
17281           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
17282           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
17283           !> vms/descrip_mms.template vms/subconfigure.com
17284 ____________________________________________________________________________
17285 [  1658] By: gsar                                  on 1998/07/26  02:23:46
17286         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
17287              Date: Fri, 24 Jul 1998 11:38:25 -0700
17288              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
17289              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
17290              --
17291              Date: Fri, 24 Jul 1998 12:30:36 -0700
17292              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
17293              Subject: [PATCH 5.005]Tweaks to README.vms
17294              --
17295              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
17296              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
17297              Subject: [PATCH 5.005] Final build cleanup patch
17298      Branch: maint-5.005/perl
17299            ! README.vms vms/descrip_mms.template vms/subconfigure.com
17300 ____________________________________________________________________________
17301 [  1657] By: gsar                                  on 1998/07/26  02:19:50
17302         Log: another platform where pp_sselect() needs a whole fd_set buffer
17303              From: Lupe Christoph <lupe@alanya.m.isar.de>
17304              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
17305              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
17306              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
17307      Branch: maint-5.005/perl
17308            ! pp_sys.c
17309 ____________________________________________________________________________
17310 [  1656] By: gsar                                  on 1998/07/26  02:12:46
17311         Log: fix problem building modules on dos-djgpp
17312              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
17313              Date: Sat, 25 Jul 1998 00:53:39 +0200
17314              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
17315              Subject: [PATCH 5.005] dos-djgpp and modules problem
17316      Branch: maint-5.005/perl
17317            ! djgpp/fixpmain
17318 ____________________________________________________________________________
17319 [  1655] By: gsar                                  on 1998/07/26  02:11:09
17320         Log: From: Tom Spindler <dogcow@home.merit.edu>
17321              Date: Wed, 22 Jul 1998 16:11:07 -0400
17322              Message-ID: <19980722161107.A16813@home.merit.edu>
17323              Subject: [PATCH 5.005] BeOS tweak
17324      Branch: maint-5.005/perl
17325            ! hints/beos.sh
17326 ____________________________________________________________________________
17327 [  1654] By: gsar                                  on 1998/07/26  02:09:29
17328         Log: various pod tweaks
17329      Branch: maint-5.005/perl
17330            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
17331            ! pod/perltoc.pod
17332 ____________________________________________________________________________
17333 [  1653] By: gsar                                  on 1998/07/26  02:05:46
17334         Log: fix emacs/ptags for PL_* changes
17335              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17336              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
17337              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
17338              Subject: [PATCH 5.004_76] Yet better ptags
17339      Branch: maint-5.005/perl
17340            ! emacs/ptags
17341 ____________________________________________________________________________
17342 [  1652] By: gsar                                  on 1998/07/26  02:03:01
17343         Log: fix behavior of <=> on bigints
17344              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17345              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
17346              Date: Fri, 24 Jul 1998 18:29:53 +0100
17347              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
17348      Branch: maint-5.005/perl
17349            ! lib/Math/BigInt.pm t/lib/bigintpm.t
17350 ____________________________________________________________________________
17351 [  1651] By: larry                                 on 1998/07/24  05:44:33
17352         Log: Here are the long-expected Unicode/UTF-8 modifications.
17353      Branch: utfperl
17354            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
17355            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
17356            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
17357            + lib/unicode/Decomposition.pl
17358            + lib/unicode/In/AlphabeticPresentationForms.pl
17359            + lib/unicode/In/Arabic.pl
17360            + lib/unicode/In/ArabicPresentationForms-A.pl
17361            + lib/unicode/In/ArabicPresentationForms-B.pl
17362            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
17363            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
17364            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
17365            + lib/unicode/In/BoxDrawing.pl
17366            + lib/unicode/In/CJKCompatibility.pl
17367            + lib/unicode/In/CJKCompatibilityForms.pl
17368            + lib/unicode/In/CJKCompatibilityIdeographs.pl
17369            + lib/unicode/In/CJKSymbolsandPunctuation.pl
17370            + lib/unicode/In/CJKUnifiedIdeographs.pl
17371            + lib/unicode/In/CombiningDiacriticalMarks.pl
17372            + lib/unicode/In/CombiningHalfMarks.pl
17373            + lib/unicode/In/CombiningMarksforSymbols.pl
17374            + lib/unicode/In/ControlPictures.pl
17375            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
17376            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
17377            + lib/unicode/In/EnclosedAlphanumerics.pl
17378            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
17379            + lib/unicode/In/GeneralPunctuation.pl
17380            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
17381            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
17382            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
17383            + lib/unicode/In/HalfwidthandFullwidthForms.pl
17384            + lib/unicode/In/HangulCompatibilityJamo.pl
17385            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
17386            + lib/unicode/In/Hebrew.pl
17387            + lib/unicode/In/HighPrivateUseSurrogates.pl
17388            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
17389            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
17390            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
17391            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
17392            + lib/unicode/In/LatinExtended-A.pl
17393            + lib/unicode/In/LatinExtended-B.pl
17394            + lib/unicode/In/LatinExtendedAdditional.pl
17395            + lib/unicode/In/LetterlikeSymbols.pl
17396            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
17397            + lib/unicode/In/MathematicalOperators.pl
17398            + lib/unicode/In/MiscellaneousSymbols.pl
17399            + lib/unicode/In/MiscellaneousTechnical.pl
17400            + lib/unicode/In/NumberForms.pl
17401            + lib/unicode/In/OpticalCharacterRecognition.pl
17402            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
17403            + lib/unicode/In/SmallFormVariants.pl
17404            + lib/unicode/In/SpacingModifierLetters.pl
17405            + lib/unicode/In/Specials.pl
17406            + lib/unicode/In/SuperscriptsandSubscripts.pl
17407            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
17408            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
17409            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
17410            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
17411            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
17412            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
17413            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
17414            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
17415            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
17416            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
17417            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
17418            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
17419            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
17420            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
17421            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
17422            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
17423            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
17424            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
17425            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
17426            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
17427            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
17428            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
17429            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
17430            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
17431            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
17432            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
17433            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
17434            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
17435            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
17436            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
17437            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
17438            + lib/unicode/JamoShort.pl lib/unicode/Makefile
17439            + lib/unicode/Name.pl lib/unicode/Number.pl
17440            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
17441            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
17442            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
17443            + lib/unicode/blocks.txt lib/unicode/index2.txt
17444            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
17445            + lib/unicode/names2.txt lib/unicode/props2.txt
17446            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
17447            + utf8.c utf8.h
17448            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
17449            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
17450            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
17451            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
17452            ! t/op/vec.t toke.c util.c vms/vmsish.h
17453 ____________________________________________________________________________
17454 [  1650] By: gsar                                  on 1998/07/24  04:06:48
17455         Log: create utfperl branch
17456      Branch: utfperl
17457           +> (branch 1079 files)
17458 ____________________________________________________________________________
17459 [  1649] By: gsar                                  on 1998/07/24  03:56:56
17460         Log: create maint-5.005 branch
17461      Branch: maint-5.005/perl
17462           +> (branch 1079 files)
17463 ____________________________________________________________________________
17464 [  1648] By: gsar                                  on 1998/07/24  03:36:35
17465         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
17466      Branch: perl
17467            ! Changes
17468