40c0eca71ca71560f481ffce69b2c8bf236e4e65
[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 [  4386] By: gsar                                  on 1999/10/15  05:45:36
83         Log: various little goofs in change#4385
84      Branch: perl
85            ! win32/include/dirent.h win32/win32.c
86 ____________________________________________________________________________
87 [  4385] By: gsar                                  on 1999/10/15  04:49:09
88         Log: win32_*dir() cleanup; win32_readdir() iterates as necessary
89              rather than win32_opendir() reading all files up front (untested)
90      Branch: perl
91            ! win32/include/dirent.h win32/win32.c
92 ____________________________________________________________________________
93 [  4384] By: gsar                                  on 1999/10/15  01:34:09
94         Log: Benchmark notes (from Barrie Slaymaker <barries@slaysys.com>)
95      Branch: perl
96            ! lib/Benchmark.pm pod/perldelta.pod
97 ____________________________________________________________________________
98 [  4383] By: gsar                                  on 1999/10/15  01:22:32
99         Log: include info about Perl Mongers in perlfaq2 (from David H. Adler
100              <dha@panix.com>)
101      Branch: perl
102            ! pod/perlfaq2.pod
103 ____________________________________________________________________________
104 [  4382] By: gsar                                  on 1999/10/15  01:14:22
105         Log: From: jand@ActiveState.com (Jan Dubois)
106              Date: Fri, 15 Oct 1999 01:14:23 +0200
107              Message-ID: <380f61ae.18202914@smtprelay.t-online.de>
108              Subject: [PATCH 5.005_61] Prevent "Out of memory" error in POSIX's strftime()
109      Branch: perl
110            ! ext/POSIX/POSIX.xs
111 ____________________________________________________________________________
112 [  4381] By: jhi                                   on 1999/10/14  22:11:36
113         Log: Integrate with Sarathy.
114      Branch: cfgperl
115           !> XSUB.h cop.h embed.h embed.pl ext/File/Glob/bsd_glob.c
116           !> lib/Time/Local.pm perl.c perlapi.c pod/perlop.pod pp_ctl.c
117           !> proto.h scope.c scope.h t/op/runlevel.t util.c win32/Makefile
118           !> win32/makefile.mk
119 ____________________________________________________________________________
120 [  4380] By: jhi                                   on 1999/10/14  22:08:22
121         Log: Warn inside character classes about unknown backslash escapes
122              (that are not caught earlier because of being completely unknown,
123              such as \m), such as \z (because they make do sense inside regexen,
124              but not inside character classes).
125      Branch: cfgperl
126            ! pod/perldelta.pod pod/perldiag.pod regcomp.c
127            ! t/pragma/warn/regcomp
128 ____________________________________________________________________________
129 [  4379] By: gsar                                  on 1999/10/14  18:26:56
130         Log: clarify significance of parens for "x" (from M.J.T. Guy
131              <mjtg@cus.cam.ac.uk>)
132      Branch: perl
133            ! pod/perlop.pod
134 ____________________________________________________________________________
135 [  4378] By: gsar                                  on 1999/10/14  18:25:20
136         Log: make timelocal work better when time is close to the epoch
137              east of GMT (from Keiki SATOH <kki@wakusei.ne.jp>)
138      Branch: perl
139            ! lib/Time/Local.pm
140 ____________________________________________________________________________
141 [  4377] By: gsar                                  on 1999/10/14  18:15:11
142         Log: integrate cfgperl contents into mainline
143      Branch: perl
144           +> ext/DB_File/hints/sco.pl
145           !> MANIFEST hints/aix.sh hints/linux.sh hints/svr5.sh
146           !> pod/perldelta.pod pod/perldiag.pod pod/perlop.pod
147           !> pod/perlre.pod regcomp.c t/op/re_tests t/pragma/warn/regcomp
148 ____________________________________________________________________________
149 [  4376] By: gsar                                  on 1999/10/14  17:47:35
150         Log: fix POPSTACK panics that ensued from bad interaction between
151              runlevels and stack of stacks (change#3988 done right);
152              basically, we pop the runlevel if the stacklevel is not the
153              same one we started the runlevel with
154      Branch: perl
155            ! cop.h perl.c pp_ctl.c t/op/runlevel.t util.c
156 ____________________________________________________________________________
157 [  4375] By: gsar                                  on 1999/10/14  15:54:48
158         Log: avoid warnings
159      Branch: perl
160            ! ext/File/Glob/bsd_glob.c
161 ____________________________________________________________________________
162 [  4374] By: jhi                                   on 1999/10/14  10:08:44
163         Log: Warn about false ranges like \d-\w (see the change #4355).
164              The invalid ranges (b-a) warning message also enhanced.
165      Branch: cfgperl
166            ! pod/perldelta.pod pod/perldiag.pod regcomp.c t/op/re_tests
167            ! t/pragma/warn/regcomp
168 ____________________________________________________________________________
169 [  4373] By: gsar                                  on 1999/10/14  03:49:54
170         Log: File::Glob fixes for Windows
171      Branch: perl
172            ! XSUB.h ext/File/Glob/bsd_glob.c win32/Makefile
173            ! win32/makefile.mk
174 ____________________________________________________________________________
175 [  4372] By: gsar                                  on 1999/10/14  02:21:31
176         Log: avoid inefficiency in change#3386 (every longjmp() was followed
177              by an avoidable call to setjmp())
178      Branch: perl
179            ! embed.h embed.pl perl.c perlapi.c pod/perldelta.pod pp_ctl.c
180            ! proto.h scope.c scope.h
181 ____________________________________________________________________________
182 [  4371] By: jhi                                   on 1999/10/13  21:17:17
183         Log: Integrate with Sarathy.
184      Branch: cfgperl
185           !> op.c pod/perldelta.pod
186 ____________________________________________________________________________
187 [  4370] By: gsar                                  on 1999/10/13  18:08:45
188         Log: misc tweaks
189      Branch: perl
190            ! op.c pod/perldelta.pod
191 ____________________________________________________________________________
192 [  4369] By: jhi                                   on 1999/10/13  16:18:58
193         Log: Integrate with Sarathy.
194      Branch: cfgperl
195           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
196 ____________________________________________________________________________
197 [  4368] By: gsar                                  on 1999/10/13  16:14:16
198         Log: pod nits from various perl porters
199      Branch: perl
200            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
201 ____________________________________________________________________________
202 [  4367] By: jhi                                   on 1999/10/13  12:10:30
203         Log: From: Vlad Harchev <hvv@hippo.ru>
204              To: perl5-porters@perl.org
205              Subject: [ID 19991013.002] fix for 'perlop.pod' shipped with perl5.00503
206              Date: Wed, 13 Oct 1999 15:48:59 +0500 (SAMST)
207              Message-Id: <Pine.LNX.4.10.9910131546580.3542-100000@localhost.localdomain>
208      Branch: cfgperl
209            ! pod/perlop.pod
210 ____________________________________________________________________________
211 [  4366] By: gsar                                  on 1999/10/13  08:11:11
212         Log: typos and language goofs pointed out by Hugo van der Sanden
213              <hv@crypt.compulink.co.uk>
214      Branch: perl
215            ! pod/perldelta.pod pod/perldiag.pod
216 ____________________________________________________________________________
217 [  4365] By: jhi                                   on 1999/10/13  07:27:44
218         Log: Integrate with Sarathy.
219      Branch: cfgperl
220           +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
221           +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
222           +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
223           +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
224           +> t/lib/glob-basic.t t/lib/glob-global.t t/lib/glob-taint.t
225           !> Changes MANIFEST README.win32 ext/ODBM_File/hints/sco.pl
226           !> lib/perl5db.pl op.c pod/perldelta.pod pod/perlfaq8.pod
227           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod t/op/glob.t
228           !> t/op/readdir.t t/op/taint.t t/pragma/overload.t util.c
229 ____________________________________________________________________________
230 [  4364] By: gsar                                  on 1999/10/13  07:06:04
231         Log: debugger tweak (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
232      Branch: perl
233            ! lib/perl5db.pl
234 ____________________________________________________________________________
235 [  4363] By: jhi                                   on 1999/10/13  07:03:43
236         Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
237              To: perl5-porters@perl.org
238              Subject: [ID 19991012.002] Latest UnixWare7 (svr5.sh) hints file
239              Date: Tue, 12 Oct 1999 19:48:11 -0700 (PDT)
240              Message-Id: <199910130248.TAA14636@scoot.pdev.sco.com>
241      Branch: cfgperl
242            ! hints/svr5.sh
243 ____________________________________________________________________________
244 [  4362] By: jhi                                   on 1999/10/13  06:57:16
245         Log: Add DB_File hint for SCO ODT.
246              From: hops@sco.com
247              To: perl5-porters@perl.org
248              Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
249              Date: Tue, 12 Oct 1999 20:16:04 PDT
250              Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
251      Branch: cfgperl
252            + ext/DB_File/hints/sco.pl
253            ! MANIFEST
254 ____________________________________________________________________________
255 [  4361] By: gsar                                  on 1999/10/13  06:56:08
256         Log: PL_numeric_radix used without being defined (from Ilya
257              Zakharevich)
258      Branch: perl
259            ! util.c
260 ____________________________________________________________________________
261 [  4360] By: gsar                                  on 1999/10/13  06:43:03
262         Log: use libdbm.nfs.a if available (libdbm.a is missing dbmclose())
263              From: hops@sco.com
264              Date: Tue, 12 Oct 1999 20:16:04 PDT
265              Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
266              Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
267      Branch: perl
268            + ext/NDBM_File/hints/sco.pl
269            ! MANIFEST ext/ODBM_File/hints/sco.pl
270 ____________________________________________________________________________
271 [  4359] By: gsar                                  on 1999/10/13  06:34:53
272         Log: various pod tweaks (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
273      Branch: perl
274            ! README.win32 pod/perlfaq8.pod pod/perlfunc.pod pod/perlop.pod
275            ! pod/perlport.pod
276 ____________________________________________________________________________
277 [  4358] By: gsar                                  on 1999/10/12  19:10:27
278         Log: perldelta updates
279      Branch: perl
280            ! pod/perldelta.pod
281 ____________________________________________________________________________
282 [  4357] By: gsar                                  on 1999/10/12  17:11:18
283         Log: update perldelta for change#4356
284      Branch: perl
285            ! Changes pod/perldelta.pod
286 ____________________________________________________________________________
287 [  4356] By: gsar                                  on 1999/10/12  16:53:31
288         Log: add File::BSDGlob as File::Glob and load it at compile-time
289              if perl was built with -DPERL_INTERNAL_GLOB
290              
291              TODO: we currently get a compile-time failure if File/Glob.pm
292              can't be found; such failure needs to be made to emit a warning
293              and use the csh implementation instead
294      Branch: perl
295            + ext/File/Glob/Changes ext/File/Glob/Glob.pm
296            + ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
297            + ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
298            + ext/File/Glob/bsd_glob.h t/lib/glob-basic.t
299            + t/lib/glob-global.t t/lib/glob-taint.t
300            ! MANIFEST op.c t/op/glob.t t/op/readdir.t t/op/taint.t
301            ! t/pragma/overload.t
302 ____________________________________________________________________________
303 [  4355] By: jhi                                   on 1999/10/12  15:30:05
304         Log: Revert the parts of #3926 that outlawed character ranges
305              that have character classes such as \w as either endpoint.
306              This change re-establishes the old behavior which meant that
307              such ranges weren't really ranges, the "-" was literal.
308              Moreover, this change also fixes the old behavior to be
309              more consistent: [\w-.] and [\s-\w] worked, but [.-\w] didn't.
310              Now they all do work as described above.  The #3926 outlawed
311              all of those.
312      Branch: cfgperl
313            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
314 ____________________________________________________________________________
315 [  4354] By: jhi                                   on 1999/10/12  09:58:59
316         Log: Integrate with Sarathy.
317      Branch: cfgperl
318           !> (integrate 33 files)
319 ____________________________________________________________________________
320 [  4353] By: gsar                                  on 1999/10/12  05:53:40
321         Log: apply parts of LynxOS patches from Alan Johnson
322              <johnson@alonn.gemse.fr>
323      Branch: perl
324            ! Changes hints/lynxos.sh pod/perldelta.pod t/lib/safe2.t
325            ! t/op/groups.t
326 ____________________________________________________________________________
327 [  4352] By: gsar                                  on 1999/10/12  05:24:39
328         Log: allow any unpack specifier to take a count via '/'
329              (from Ilya Zakharevich)
330      Branch: perl
331            ! pp.c t/op/pack.t
332 ____________________________________________________________________________
333 [  4351] By: gsar                                  on 1999/10/12  05:02:35
334         Log: avoid warnings
335      Branch: perl
336            ! malloc.c
337 ____________________________________________________________________________
338 [  4350] By: gsar                                  on 1999/10/12  04:50:52
339         Log: various cleanups
340      Branch: perl
341            ! ext/Devel/DProf/DProf.xs op.c perl.c perly.c perly.y
342            ! perly_c.diff pp_hot.c toke.c vms/perly_c.vms win32/config.bc
343            ! win32/config.gc win32/config.vc win32/config_H.bc
344            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
345 ____________________________________________________________________________
346 [  4349] By: gsar                                  on 1999/10/12  00:23:11
347         Log: update Changes, patchlevel etc.
348      Branch: perl
349            ! Changes Porting/findvars patchlevel.h win32/Makefile
350            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
351            ! win32/makefile.mk
352 ____________________________________________________________________________
353 [  4348] By: gsar                                  on 1999/10/11  23:11:57
354         Log: add vec() example from Chaim Frenkel <chaimf@pobox.com>
355      Branch: perl
356            ! pod/perlfunc.pod
357 ____________________________________________________________________________
358 [  4347] By: jhi                                   on 1999/10/11  21:25:03
359         Log: Sparc Linux -Duseshrplib fix.
360              
361              From: Brian Jepson <bjepson@home.com>
362              To: Nick Ing-Simmons <nick@ing-simmons.net>
363              cc: perl5-porters@perl.org
364              Subject: Re: [ID 19990813.002] Can't build Perl 5.005_60 on SPARC/Linux with -Duseshrplib
365              Date: Fri, 20 Aug 1999 11:25:17 -0500 (EST)
366              Message-ID: <Pine.LNX.4.10.9908201123570.5116-100000@cx384756-a.sking1.ri.home.com>
367      Branch: cfgperl
368            ! hints/linux.sh
369 ____________________________________________________________________________
370 [  4346] By: gsar                                  on 1999/10/11  20:28:32
371         Log: more pack/unpack documentation (from Ilya Zakharevich); changed
372              the behavior of 'Z*' and 'Z3' to always pack a trailing
373              null byte; changed documentation to suit; added test
374      Branch: perl
375            ! pod/perlfunc.pod pp.c t/op/pack.t
376 ____________________________________________________________________________
377 [  4345] By: gsar                                  on 1999/10/11  19:15:46
378         Log: writing to perllocal.pod fails if it was never created;
379              tweak pseudo-hash example (both suggested by Michael G Schwern
380              <schwern@pobox.com>)
381      Branch: perl
382            ! lib/ExtUtils/MM_Unix.pm pod/perlref.pod
383 ____________________________________________________________________________
384 [  4344] By: gsar                                  on 1999/10/11  17:57:31
385         Log: slightly edited variant of suggested patch
386              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
387              Date: Thu, 9 Sep 1999 18:35:37 -0400
388              Message-ID: <19990909183537.A28682@monk.mps.ohio-state.edu>
389              Subject: [PATCH 5.005_58] How RExen match?
390      Branch: perl
391            ! pod/perlre.pod
392 ____________________________________________________________________________
393 [  4343] By: gsar                                  on 1999/10/11  16:55:48
394         Log: change#4327 was inefficient
395      Branch: perl
396            ! lib/lib.pm
397 ____________________________________________________________________________
398 [  4342] By: jhi                                   on 1999/10/11  07:01:46
399         Log: Integrate with Sarathy.
400      Branch: cfgperl
401           +> pod/perlhack.pod
402           !> (integrate 28 files)
403 ____________________________________________________________________________
404 [  4341] By: jhi                                   on 1999/10/11  06:37:47
405         Log: The 2.5th cut at the AIX C++ extension problems.
406      Branch: cfgperl
407            ! hints/aix.sh
408 ____________________________________________________________________________
409 [  4340] By: gsar                                  on 1999/10/10  23:48:07
410         Log: add perlhack.pod from Nathan Torkington <gnat@frii.com>
411      Branch: perl
412            + pod/perlhack.pod
413            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
414 ____________________________________________________________________________
415 [  4339] By: gsar                                  on 1999/10/10  20:42:40
416         Log: revert SAVEDESTRUCTOR() to accepting void(*)(void*) for source
417              compatibility; introduce SAVEDESTRUCTOR_X() that accepts
418              void(*)(pTHX_ void*)
419      Branch: perl
420            ! embed.h embed.pl ext/Devel/DProf/DProf.xs global.sym mg.c
421            ! objXSUB.h perl.h perlapi.c perly.c perly.y perly_c.diff
422            ! pod/perlguts.pod pod/perltoc.pod pp.c pp_hot.c proto.h
423            ! regcomp.h regexec.c scope.c scope.h toke.c vms/perly_c.vms
424 ____________________________________________________________________________
425 [  4338] By: gsar                                  on 1999/10/10  20:38:59
426         Log: add missing new diagnostics to perldelta
427      Branch: perl
428            ! pod/perldelta.pod
429 ____________________________________________________________________________
430 [  4337] By: gsar                                  on 1999/10/10  17:40:13
431         Log: update perldelta for change#3406
432      Branch: perl
433            ! embed.pl pod/perldata.pod pod/perldelta.pod
434 ____________________________________________________________________________
435 [  4336] By: gsar                                  on 1999/10/10  16:33:14
436         Log: integrate cfgperl contents into mainline
437      Branch: perl
438           +> ext/DynaLoader/hints/aix.pl
439           !> MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh hints/irix_6.sh
440           !> makedef.pl perl.h pod/perldelta.pod
441 ____________________________________________________________________________
442 [  4335] By: jhi                                   on 1999/10/10  11:09:48
443         Log: Update perldelta.
444      Branch: cfgperl
445            ! pod/perldelta.pod
446 ____________________________________________________________________________
447 [  4334] By: jhi                                   on 1999/10/10  10:31:46
448         Log: Integrate with Sarathy.
449      Branch: cfgperl
450           +> win32/genmk95.pl
451           !> Changes MANIFEST README.win32 cop.h ext/Thread/Thread.pm
452           !> ext/Thread/Thread.xs ext/Thread/Thread/Queue.pm
453           !> ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm
454           !> ext/Thread/sync.t ext/Thread/sync2.t installperl
455           !> lib/Exporter.pm lib/ExtUtils/MM_Unix.pm
456           !> lib/ExtUtils/MM_Win32.pm lib/diagnostics.pm lib/lib.pm perl.c
457           !> pod/perldelta.pod pod/perlfunc.pod pp_ctl.c pp_hot.c pp_sys.c
458           !> utils/perldoc.PL win32/makefile.mk
459 ____________________________________________________________________________
460 [  4333] By: gsar                                  on 1999/10/10  06:33:15
461         Log: install pods to 'pods' rather than 'pod' on cygwin (modified
462              a patch suggested by cwilson@cc865179-c.chmbl1.ga.home.com)
463      Branch: perl
464            ! installperl lib/diagnostics.pm utils/perldoc.PL
465 ____________________________________________________________________________
466 [  4332] By: gsar                                  on 1999/10/10  05:15:26
467         Log: add $VERSION
468      Branch: perl
469            ! lib/Exporter.pm
470 ____________________________________________________________________________
471 [  4331] By: gsar                                  on 1999/10/10  05:10:22
472         Log: describe what can go in an export list (from Anno Siegel
473              <anno4000@lublin.zrz.tu-berlin.de>)
474      Branch: perl
475            ! lib/Exporter.pm
476 ____________________________________________________________________________
477 [  4330] By: gsar                                  on 1999/10/10  04:50:43
478         Log: more basic support for building modules under Windows 95/98
479              (applied relevant parts from a patch suggested by
480              Jochen Wiedmann <joe@ispsoft.de>)
481      Branch: perl
482            ! lib/ExtUtils/MM_Unix.pm
483 ____________________________________________________________________________
484 [  4329] By: gsar                                  on 1999/10/10  04:28:38
485         Log: rudimentary support for building under Windows 95/98 (from
486              Benjamin Stuhl <sho_pi@hotmail.com>)
487      Branch: perl
488            + win32/genmk95.pl
489            ! MANIFEST README.win32 lib/ExtUtils/MM_Win32.pm
490            ! win32/makefile.mk
491 ____________________________________________________________________________
492 [  4328] By: gsar                                  on 1999/10/10  03:37:21
493         Log: fix two leaks in Thread.xs (from Eugene Alterman
494              <Eugene.Alterman@bremer-inc.com>); convert places with
495              'use attrs' to new attributes syntax
496      Branch: perl
497            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
498            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
499            ! ext/Thread/Thread/Specific.pm ext/Thread/sync.t
500            ! ext/Thread/sync2.t
501 ____________________________________________________________________________
502 [  4327] By: gsar                                  on 1999/10/10  02:23:52
503         Log: avoid duplicates in @INC, they cause leaks in mod_perl etc
504              (suggested by Tod Irwin <irwin@stockmaster.com>)
505      Branch: perl
506            ! lib/lib.pm
507 ____________________________________________________________________________
508 [  4326] By: gsar                                  on 1999/10/10  00:51:48
509         Log: better documentation for recv() (from Anton Berezin
510              <tobez@plab.ku.dk>)
511      Branch: perl
512            ! pod/perlfunc.pod
513 ____________________________________________________________________________
514 [  4325] By: gsar                                  on 1999/10/09  22:46:23
515         Log: perldelta updates (see TODO markers)
516      Branch: perl
517            ! Changes pod/perldelta.pod pp_sys.c
518 ____________________________________________________________________________
519 [  4324] By: gsar                                  on 1999/10/09  19:43:10
520         Log: fix Exporter::export_to_level() documentation
521      Branch: perl
522            ! lib/Exporter.pm
523 ____________________________________________________________________________
524 [  4323] By: gsar                                  on 1999/10/09  18:48:31
525         Log: don't run END blocks when running under -c switch (older,
526              rarely useful behavior may still be obtained by putting
527              BEGIN { $^C = 0; exit; } at the end of the script)
528      Branch: perl
529            ! perl.c
530 ____________________________________________________________________________
531 [  4322] By: jhi                                   on 1999/10/09  05:31:26
532         Log: While awaiting a good test program to detect the broken gcc.
533              From: Thomas Conté <tom@fr.uu.net>
534              To: <jhi@iki.fi>
535              Cc: <perl5-porters@perl.org>
536              Subject: Re: [ID 19990825.007] test t/lib/ipc_sysv.t failing under irix 6.4
537              Date: Wed, 6 Oct 1999 19:56:29 +0200
538              Message-ID: <000a01bf1024$1d938f20$252ad0d4@eng.iway.fr>
539      Branch: cfgperl
540            ! hints/irix_6.sh perl.h
541 ____________________________________________________________________________
542 [  4321] By: gsar                                  on 1999/10/09  00:41:02
543         Log: POPSUB() gave up the refcount to the CV before LEAVE had a chance to
544              clear entries in the CV's pad, leading to coredumps when CV had no
545              other references to it; this is a slightly edited version of the
546              patch suggested by Russel O'Connor <roconnor@world.std.com>
547      Branch: perl
548            ! cop.h pp_ctl.c pp_hot.c
549 ____________________________________________________________________________
550 [  4320] By: gsar                                  on 1999/10/08  22:50:51
551         Log: revert POP{SUB,LOOP}{1,2} logic to the simpler pre-5.003_24
552              situation (assumptions about cx invalidation are not valid
553              anymore)
554      Branch: perl
555            ! cop.h pp_ctl.c pp_hot.c
556 ____________________________________________________________________________
557 [  4319] By: jhi                                   on 1999/10/08  14:33:31
558         Log: Integrate with Sarathy.
559      Branch: cfgperl
560           !> cop.h ext/Thread/Thread.xs op.c opcode.h perl.c perl.h perly.c
561           !> perly.y pod/perldiag.pod pod/perlfunc.pod pp_ctl.c pp_sys.c
562           !> t/comp/bproto.t thrdvar.h toke.c util.c
563 ____________________________________________________________________________
564 [  4318] By: jhi                                   on 1999/10/08  13:51:34
565         Log: The second cut at AIX C++ extension troubles.
566      Branch: cfgperl
567            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
568            ! hints/aix.sh
569 ____________________________________________________________________________
570 [  4317] By: jhi                                   on 1999/10/08  10:44:13
571         Log: The first cut at fixing Perl extensions written in C++ in AIX,
572              statics don't get initialized right.  This patch at least
573              doesn't seem to break the build in my AIX, but unfortunately
574              I don't have the IBM C++ to do further testing.
575              
576              Problem reported by Stephanie Beals in
577              From: bealzy@us.ibm.com
578              To: perl5-porters@perl.org
579              Subject: [ID 19991007.005] DynaLoader/dl_aix.xs problem using load and unload on AIX
580              Date: Thu, 7 Oct 1999 15:05:54 -0400
581              Message-Id: <85256803.0068E70D.00@D51MTA03.pok.ibm.com>
582      Branch: cfgperl
583            + ext/DynaLoader/hints/aix.pl
584            ! MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh
585 ____________________________________________________________________________
586 [  4316] By: gsar                                  on 1999/10/08  10:26:15
587         Log: remove kludgey duplicate background error avoidance (caused
588              "leaks"; %@ wasn't even user-visible under -Dusethreads);
589              only repeats of most recent error are now avoided
590      Branch: perl
591            ! ext/Thread/Thread.xs perl.c perl.h pp_ctl.c thrdvar.h util.c
592 ____________________________________________________________________________
593 [  4315] By: jhi                                   on 1999/10/08  09:48:59
594         Log: Fix omission.
595      Branch: cfgperl
596            ! makedef.pl
597 ____________________________________________________________________________
598 [  4314] By: gsar                                  on 1999/10/08  07:17:01
599         Log: extend change#2299 to C<use> (fixes scoping problems in
600              C<if (...) { use foo; ... }>)
601      Branch: perl
602            ! op.c
603 ____________________________________________________________________________
604 [  4313] By: gsar                                  on 1999/10/08  04:52:19
605         Log: small tweak for change#4309
606      Branch: perl
607            ! op.c
608 ____________________________________________________________________________
609 [  4312] By: gsar                                  on 1999/10/08  02:31:13
610         Log: add suggested patch =~ s/NOTOP/OP_NOT/ with tests
611              From: Larry Wall <larry@wall.org>
612              Date: Wed, 6 Oct 1999 09:55:57 -0700 (PDT)
613              Message-Id: <199910061655.JAA11333@kiev.wall.org>
614              Subject: Re: [ID 19991001.004] apparent parsing error with not(arg)
615      Branch: perl
616            ! opcode.h t/comp/bproto.t toke.c
617 ____________________________________________________________________________
618 [  4311] By: gsar                                  on 1999/10/08  00:58:19
619         Log: typo
620      Branch: perl
621            ! pp_sys.c
622 ____________________________________________________________________________
623 [  4310] By: gsar                                  on 1999/10/07  23:51:38
624         Log: fix setpgrp vs getpgrp and POSIX vs BSD confusion (spotted by
625              Brian Mitchell <brian@chele.cais.net>)
626      Branch: perl
627            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
628 ____________________________________________________________________________
629 [  4309] By: gsar                                  on 1999/10/07  22:57:52
630         Log: change#3728 was flawed (loop contexts saw the wrong statement
631              info, causing loop control constructs to not find the label);
632              disable OP_SETSTATE entirely and add a fix that is specifically
633              targetted at disabling the OP_LINESEQ optimization in else BLOCK,
634              which was what the original patch was supposed to fix
635              
636              TODO: remove the remainder of the setstate logic if it can't
637              be used anywhere else (it isn't used anywhere now)
638      Branch: perl
639            ! cop.h op.c perly.c perly.y
640 ____________________________________________________________________________
641 [  4308] By: jhi                                   on 1999/10/07  19:21:27
642         Log: Integrate with Sarathy.
643      Branch: cfgperl
644           !> lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
645 ____________________________________________________________________________
646 [  4307] By: gsar                                  on 1999/10/07  15:12:24
647         Log: update to podlators-0.08 from Russ Allbery
648      Branch: perl
649            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
650 ____________________________________________________________________________
651 [  4306] By: jhi                                   on 1999/10/06  17:20:34
652         Log: Integrate with Sarathy.
653      Branch: cfgperl
654           !> (integrate 45 files)
655 ____________________________________________________________________________
656 [  4305] By: gsar                                  on 1999/10/06  16:55:45
657         Log: some versions of mingw32 have __int64, define iff it isn't
658      Branch: perl
659            ! win32/win32.h
660 ____________________________________________________________________________
661 [  4304] By: gsar                                  on 1999/10/06  03:45:44
662         Log: fix typos in change#4288
663      Branch: perl
664            ! Changes dump.c sv.c
665 ____________________________________________________________________________
666 [  4303] By: gsar                                  on 1999/10/06  03:22:46
667         Log: integrate cfgperl contents into mainline
668      Branch: perl
669           +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
670            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
671           !> (integrate 31 files)
672 ____________________________________________________________________________
673 [  4302] By: gsar                                  on 1999/10/06  02:36:53
674         Log: make die/warn and other diagnostics go to wherever STDERR happens
675              to point at; change places that meant Perl_debug_log rather than
676              PerlIO_stderr()
677      Branch: perl
678            ! cop.h doio.c embedvar.h ext/Devel/Peek/Peek.xs
679            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
680            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
681            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
682            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
683            ! ext/DynaLoader/dl_rhapsody.xs ext/DynaLoader/dl_vmesa.xs
684            ! ext/DynaLoader/dl_vms.xs ext/DynaLoader/dlutils.c
685            ! ext/Thread/Thread.xs ext/Thread/typemap intrpvar.h malloc.c
686            ! mg.c objXSUB.h op.c perl.c perl.h perlio.c pp.c pp_ctl.c
687            ! pp_hot.c regexec.c scope.c scope.h sv.c thread.h toke.c util.c
688            ! win32/dl_win32.xs win32/win32.c win32/win32thread.c
689 ____________________________________________________________________________
690 [  4301] By: jhi                                   on 1999/10/05  23:03:46
691         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
692              To: François Désarménien <desar@club-internet.fr>
693              Cc: "perl5-porters@perl.org" <perl5-porters@perl.org>
694              Subject: Re: Strange RE engine breakage in 5_61
695              Date: Mon, 4 Oct 1999 19:58:03 -0400
696              Message-ID: <19991004195803.A21760@monk.mps.ohio-state.edu>
697              
698              (had to apply pat.t part manually because there
699              already were more tests than there was in _61)
700      Branch: cfgperl
701            ! regcomp.c regexec.c t/op/pat.t t/op/re_tests
702 ____________________________________________________________________________
703 [  4300] By: jhi                                   on 1999/10/04  17:03:18
704         Log: From: Andy Dougherty <doughera@lafayette.edu>
705              To: Jarkko Hietaniemi <jhi@iki.fi>
706              cc: Perl Porters <perl5-porters@perl.org>, jhi@cc.hut.fi
707              Subject: Re: [ID 19991001.005] [_61] [PATCH] tarball fine on win32, zip isn't
708              Date: Mon, 4 Oct 1999 13:05:08 -0400 (EDT)
709              Message-ID: <Pine.SOL.4.10.9910041302550.6502-100000@maxwell.phys.lafayette.edu>
710      Branch: cfgperl
711            + eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
712            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
713            ! MANIFEST ext/B/defsubs_h.PL
714 ____________________________________________________________________________
715 [  4299] By: jhi                                   on 1999/10/04  07:15:16
716         Log: From: Michael G Schwern <schwern@pobox.com>
717              To: perl5-porters@perl.org
718              Subject: Re: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
719              Date: Sun, 3 Oct 1999 17:34:17 -0400
720              Message-ID: <19991003173417.A4351@blackrider>
721      Branch: cfgperl
722            ! t/lib/fields.t t/pragma/constant.t
723 ____________________________________________________________________________
724 [  4298] By: gsar                                  on 1999/10/04  04:57:53
725         Log: some compatibility macros were busted
726      Branch: perl
727            ! embed.h embed.pl toke.c
728 ____________________________________________________________________________
729 [  4297] By: jhi                                   on 1999/10/03  17:50:59
730         Log: A better version of #4296.
731              
732              From: Michael G Schwern <schwern@pobox.com>
733              To: perl5-porters@perl.org
734              Subject: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
735              Date: Sun, 3 Oct 1999 13:54:23 -0400
736              Message-ID: <19991003135423.A3050@blackrider>
737      Branch: cfgperl
738            ! av.c op.c pod/perldiag.pod
739 ____________________________________________________________________________
740 [  4296] By: jhi                                   on 1999/10/03  17:21:01
741         Log: (Replaced by #4297.)
742              
743              From: Michael G Schwern <schwern@pobox.com>
744              To: perl5-porters@perl.org
745              Subject: [PATCH av.c, perldiag.pod] Added field name to "No such array field"
746              Date: Sun, 3 Oct 1999 13:16:47 -0400
747              Message-ID: <19991003131647.A2816@blackrider>
748              
749              plus changed the error message to say "No such pseudo-hash field"
750              as discussed in the above mail message.
751      Branch: cfgperl
752            ! av.c pod/perldiag.pod
753 ____________________________________________________________________________
754 [  4295] By: gsar                                  on 1999/10/03  16:09:36
755         Log: avoid doing irrelevant things on 'make perl'
756      Branch: perl
757            ! Makefile.SH
758 ____________________________________________________________________________
759 [  4294] By: jhi                                   on 1999/10/03  14:16:24
760         Log: Fix a typo in #4293 spotted by Graham Barr.
761      Branch: cfgperl
762            ! pod/perlref.pod
763 ____________________________________________________________________________
764 [  4293] By: jhi                                   on 1999/10/03  11:31:22
765         Log: From: Michael G Schwern <schwern@blackrider.aocn.com>
766              To: perl5-porters@perl.org
767              Subject: Re: Should keys in pseudo-hashes -always- exist? [DOC PATCH]
768              Date: Sun, 3 Oct 1999 02:34:01 -0400
769              Message-ID: <19991003023401.A1520@blackrider>
770      Branch: cfgperl
771            ! pod/perlfunc.pod pod/perlref.pod
772 ____________________________________________________________________________
773 [  4292] By: jhi                                   on 1999/10/03  09:23:16
774         Log: From: Barrie Slaymaker <barries@slaysys.com>
775              To: perl5-porters@perl.org
776              Subject: [PATCH 5.005_61] Benchmark.pm bugfix, tweaks
777              Date: Sun, 3 Oct 1999 00:09:51 -0400
778              Message-Id: <199910030409.AAA18228@jester.slaysys.com>
779      Branch: cfgperl
780            ! lib/Benchmark.pm
781 ____________________________________________________________________________
782 [  4291] By: jhi                                   on 1999/10/02  23:43:53
783         Log: Be understanding about large file systems.
784      Branch: cfgperl
785            ! t/lib/syslfs.t t/op/lfs.t
786 ____________________________________________________________________________
787 [  4290] By: jhi                                   on 1999/10/02  23:39:16
788         Log: Configure fixfest continues.
789      Branch: cfgperl
790            ! Configure config_h.SH
791      Branch: metaconfig
792            ! U/modified/d_longdbl.U U/modified/d_longlong.U
793            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
794            ! U/typedefs/gidsize.U U/typedefs/pidsign.U U/typedefs/pidsize.U
795            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
796      Branch: metaconfig/U/perl
797            ! i_inttypes.U io64.U
798 ____________________________________________________________________________
799 [  4289] By: jhi                                   on 1999/10/02  23:12:54
800         Log: Regen Porting stuff.
801      Branch: cfgperl
802            ! Porting/Glossary Porting/config.sh Porting/config_H
803 ____________________________________________________________________________
804 [  4288] By: jhi                                   on 1999/10/02  23:05:50
805         Log: Untangle the IV_IS_QUAD jungle by introduding
806              macros to be used when doing formatted printing:
807              IVdf, UVuf, UVxf, UVof.  Also introduce Uid_t_SIGN.
808      Branch: cfgperl
809            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
810            ! config_h.SH doio.c dump.c op.c perl.h pp_hot.c pp_sys.c
811            ! regcomp.c sv.c taint.c toke.c util.c
812 ____________________________________________________________________________
813 [  4287] By: jhi                                   on 1999/10/02  22:54:18
814         Log: metaconfig maintenance.
815      Branch: metaconfig
816            ! U/ebcdic/ebcdic.U U/typedefs/gidsign.U U/typedefs/gidsize.U
817            ! U/typedefs/pidsign.U U/typedefs/pidsize.U U/typedefs/uidsign.U
818            ! U/typedefs/uidsize.U
819 ____________________________________________________________________________
820 [  4286] By: nick                                  on 1999/10/02  11:11:44
821         Log: Incremental merge of mainline
822      Branch: utfperl
823           +> README.Y2K hints/svr5.sh lib/Pod/Man.pm
824           +> lib/unicode/Unicode.html t/op/args.t t/pod/multiline_items.t
825           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
826           +> t/pod/podselect.t t/pod/podselect.xr
827            - lib/Pod/PlainText.pm
828           !> (integrate 148 files)
829 ____________________________________________________________________________
830 [  4285] By: jhi                                   on 1999/10/02  10:16:15
831         Log: Battle namespace pollution.
832      Branch: cfgperl
833            ! lib/Benchmark.pm
834 ____________________________________________________________________________
835 [  4284] By: jhi                                   on 1999/10/02  10:11:20
836         Log: Regen Configure, all of xs_apiversion didn't take.
837      Branch: cfgperl
838            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
839            ! config_h.SH patchlevel.h
840 ____________________________________________________________________________
841 [  4283] By: jhi                                   on 1999/10/02  09:48:17
842         Log: Integrate with Sarathy.
843      Branch: cfgperl
844           +> lib/Pod/Man.pm t/pod/multiline_items.t
845           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
846           +> t/pod/podselect.t t/pod/podselect.xr
847            - lib/Pod/PlainText.pm
848           !> (integrate 50 files)
849 ____________________________________________________________________________
850 [  4282] By: gsar                                  on 1999/10/02  06:39:14
851         Log: update pod2man, pod2text and related Pod:: modules with the
852              ones in podlators-0.07 from Russ Allbery
853      Branch: perl
854            + lib/Pod/Man.pm
855            ! lib/Pod/Text.pm lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
856            ! pod/pod2man.PL pod/pod2text.PL
857 ____________________________________________________________________________
858 [  4281] By: gsar                                  on 1999/10/02  06:14:44
859         Log: fix PodParser testsuite; Pod::Text subsumes Pod::PlainText
860      Branch: perl
861            - lib/Pod/PlainText.pm
862            ! MANIFEST lib/Pod/Text.pm lib/Pod/Usage.pm pod/pod2usage.PL
863            ! pod/podchecker.PL pod/podselect.PL t/pod/emptycmd.t
864            ! t/pod/for.t t/pod/headings.t t/pod/include.t t/pod/included.t
865            ! t/pod/lref.t t/pod/multiline_items.t t/pod/nested_items.t
866            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
867            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
868            ! t/pod/special_seqs.t t/pod/testp2pt.pl t/pod/testpchk.pl
869 ____________________________________________________________________________
870 [  4280] By: gsar                                  on 1999/10/02  04:39:38
871         Log: upgrade to PodParser-1.085 from Brad Appleton <bradapp@enteract.com>
872      Branch: perl
873            + t/pod/multiline_items.t t/pod/multiline_items.xr
874            + t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/podselect.t
875            + t/pod/podselect.xr
876            ! MANIFEST lib/Pod/Checker.pm lib/Pod/InputObjects.pm
877            ! lib/Pod/Parser.pm lib/Pod/PlainText.pm lib/Pod/Select.pm
878            ! lib/Pod/Usage.pm t/pod/for.xr t/pod/headings.xr
879            ! t/pod/include.xr t/pod/included.xr t/pod/lref.xr
880            ! t/pod/nested_items.xr t/pod/nested_seqs.xr
881            ! t/pod/oneline_cmds.xr t/pod/poderrs.xr t/pod/special_seqs.xr
882            ! t/pod/testp2pt.pl
883 ____________________________________________________________________________
884 [  4279] By: gsar                                  on 1999/10/02  03:36:41
885         Log: make exists() work better on pseudo-hashes (reworked a patch suggested
886              by Michael G Schwern <schwern@pobox.com>)
887      Branch: perl
888            ! av.c t/op/avhv.t
889 ____________________________________________________________________________
890 [  4278] By: gsar                                  on 1999/10/02  02:36:55
891         Log: deprecate C<use attrs>
892      Branch: perl
893            ! ext/attrs/attrs.pm ext/attrs/attrs.xs t/lib/attrs.t
894            ! t/lib/thread.t t/pragma/sub_lval.t
895 ____________________________________________________________________________
896 [  4277] By: gsar                                  on 1999/10/02  01:43:25
897         Log: add notes about effect of loop control statements inside
898              LABEL BLOCK continue BLOCK
899      Branch: perl
900            ! pod/perlfunc.pod
901 ____________________________________________________________________________
902 [  4276] By: gsar                                  on 1999/10/02  01:23:02
903         Log: indent nested =items properly (suggested by Bill Fenner
904              <fenner@research.att.com>)
905      Branch: perl
906            ! pod/pod2man.PL
907 ____________________________________________________________________________
908 [  4275] By: gsar                                  on 1999/10/02  01:09:16
909         Log: updated ptags generator from Ilya Zakharevich
910      Branch: perl
911            ! emacs/ptags
912 ____________________________________________________________________________
913 [  4274] By: gsar                                  on 1999/10/01  23:08:52
914         Log: update Changes
915      Branch: perl
916            ! Changes
917 ____________________________________________________________________________
918 [  4273] By: gsar                                  on 1999/10/01  22:58:55
919         Log: typo, whitespace adjustments
920      Branch: perl
921            ! utils/h2xs.PL
922 ____________________________________________________________________________
923 [  4272] By: gsar                                  on 1999/10/01  22:46:06
924         Log: remove dup hunks
925      Branch: perl
926            ! configure.com vms/vms.c
927 ____________________________________________________________________________
928 [  4271] By: gsar                                  on 1999/10/01  22:33:02
929         Log: integrate cfgperl contents into mainline; resolve h2xs.PL conflict
930              by declaring new globals "our" (XXX this means h2xs generated code
931              won't run on earlier versions; a switch to generate compatible
932              source is needed)
933      Branch: perl
934           !> (integrate 35 files)
935 ____________________________________________________________________________
936 [  4270] By: jhi                                   on 1999/10/01  12:05:56
937         Log: Integrate with Sarathy.
938      Branch: cfgperl
939           !> ext/B/B/C.pm lib/ExtUtils/typemap lib/ExtUtils/xsubpp
940           !> pod/perldiag.pod util.c
941 ____________________________________________________________________________
942 [  4269] By: jhi                                   on 1999/10/01  10:26:19
943         Log: From: Piotr Klaban <makler@oryl.man.torun.pl>
944              To: perl5-porters@perl.org
945              Subject: [ID 19991001.001] perlguts man page error
946              Date: Fri, 1 Oct 1999 10:23:49 +0200 (MET DST)
947              Message-Id: <199910010823.KAA05796@oryl.man.torun.pl>
948      Branch: cfgperl
949            ! pod/perlguts.pod
950 ____________________________________________________________________________
951 [  4268] By: jhi                                   on 1999/10/01  07:32:33
952         Log: There *is* a month called October.
953      Branch: cfgperl
954            ! t/op/time.t
955 ____________________________________________________________________________
956 [  4267] By: jhi                                   on 1999/10/01  06:58:10
957         Log: Temp file cleanliness.
958      Branch: cfgperl
959            ! t/lib/filecopy.t
960 ____________________________________________________________________________
961 [  4266] By: jhi                                   on 1999/10/01  06:46:56
962         Log: From: Barrie Slaymaker <barries@slaysys.com>
963              To: perl5-porters@perl.org
964              Subject: [PATCH 5.005_61] Benchmark.pm: Export countit(), cmpthese() by default
965              Date: Thu, 30 Sep 1999 22:16:26 -0400
966              Message-Id: <199910010216.WAA08309@jester.slaysys.com>
967      Branch: cfgperl
968            ! lib/Benchmark.pm
969 ____________________________________________________________________________
970 [  4265] By: jhi                                   on 1999/09/30  20:25:35
971         Log: From: Barrie Slaymaker <barries@slaysys.com>
972              To: perl5-porters@perl.org
973              Subject: [PATCH 5.005_61] Benchmark tweaks, fixes, cmpthese()
974              Date: Thu, 30 Sep 1999 15:44:00 -0400
975              Message-Id: <199909301944.PAA07166@jester.slaysys.com>
976              (Replaces #4175.)
977      Branch: cfgperl
978            ! lib/Benchmark.pm
979 ____________________________________________________________________________
980 [  4264] By: gsar                                  on 1999/09/30  17:59:26
981         Log: re-add missing "Out of memory!" entry
982      Branch: perl
983            ! pod/perldiag.pod
984 ____________________________________________________________________________
985 [  4263] By: jhi                                   on 1999/09/30  17:05:43
986         Log: Regenerate Configure.
987      Branch: cfgperl
988            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
989            ! config_h.SH
990 ____________________________________________________________________________
991 [  4261] By: jhi                                   on 1999/09/30  16:15:05
992         Log: From: Andy Dougherty <doughera@lafayette.edu>
993              To: Perl Porters <perl5-porters@perl.org>
994              Subject: [PATCH 5.005_61] rand() advisory for perldelta.pod
995              Date: Thu, 30 Sep 1999 12:24:00 -0400 (EDT)
996              Message-ID: <Pine.SOL.4.10.9909301218390.3343-100000@maxwell.phys.lafayette.edu>
997      Branch: cfgperl
998            ! pod/perldelta.pod
999 ____________________________________________________________________________
1000 [  4260] By: jhi                                   on 1999/09/30  15:48:56
1001         Log: From: Andy Dougherty <doughera@lafayette.edu>
1002              To: Jarkko Hietaniemi <jhi@iki.fi>, Gurusamy Sarathy <gsar@activestate.com>
1003              Subject: Re: Possible skeletal structure for searching multiple versions
1004              Date: Thu, 30 Sep 1999 11:52:00 -0400 (EDT)
1005              Message-ID: <Pine.SOL.4.10.9909301149090.3343-100000@maxwell.phys.lafayette.edu>
1006      Branch: metaconfig
1007            ! U/mkglossary
1008      Branch: metaconfig/U/perl
1009            + xs_apiversion.U
1010            ! patchlevel.U
1011 ____________________________________________________________________________
1012 [  4259] By: jhi                                   on 1999/09/30  15:07:16
1013         Log: Further ?idsize.U fixing.
1014      Branch: metaconfig
1015            ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
1016 ____________________________________________________________________________
1017 [  4258] By: jhi                                   on 1999/09/30  15:00:14
1018         Log: Fix the ?idsi{gn,ze} units, from Andy Dougherty.
1019      Branch: metaconfig
1020            ! U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
1021            ! U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
1022 ____________________________________________________________________________
1023 [  4257] By: jhi                                   on 1999/09/30  09:48:33
1024         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
1025              To: Gurusamy Sarathy <gsar@ActiveState.com>
1026              Cc: tchrist@perl.com, Larry Wall <larry@wall.org>,
1027              The Perl Porters Mailing List <perl5-porters@perl.org>
1028              Subject: [PATCH] (Was: deprecating SIGDIE)
1029              Date: Wed, 29 Sep 1999 15:16:50 -0400
1030              Message-ID: <19990929151650.E26675@O2.chapin.edu>
1031      Branch: cfgperl
1032            ! Porting/findvars embedvar.h intrpvar.h mg.c objXSUB.h perl.c
1033 ____________________________________________________________________________
1034 [  4256] By: jhi                                   on 1999/09/30  09:45:22
1035         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1036              To: Gurusamy Sarathy <gsar@activestate.com>
1037              Cc: Barrie Slaymaker <barries@slaysys.com>, perl5-porters@perl.org
1038              Subject: Re: _58, _61 Argument "" is not numeric in sprintf
1039              Date: Wed, 29 Sep 1999 18:58:23 -0400
1040              Message-ID: <19990929185823.A22099@monk.mps.ohio-state.edu>
1041      Branch: cfgperl
1042            ! Makefile.SH opcode.pl
1043 ____________________________________________________________________________
1044 [  4255] By: gsar                                  on 1999/09/30  09:03:48
1045         Log: remove prehistoric XFree() gunk
1046      Branch: perl
1047            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
1048 ____________________________________________________________________________
1049 [  4254] By: gsar                                  on 1999/09/30  08:40:14
1050         Log: From: Vishal Bhatia <vishal@gol.com>
1051              Date: Wed, 29 Sep 1999 23:27:28 +0900 (JST)
1052              Message-ID: <Pine.LNX.4.10.9909292326280.5599-100000@localhost.localdomain>
1053              Subject: [patch _61] Minor corrections in C.pm
1054      Branch: perl
1055            ! ext/B/B/C.pm
1056 ____________________________________________________________________________
1057 [  4253] By: gsar                                  on 1999/09/30  08:36:27
1058         Log: off-by-one in fbm_compile() (spotted by John Bley
1059              <jbley@cs.cmu.edu>); whitespace adjustments
1060      Branch: perl
1061            ! util.c
1062 ____________________________________________________________________________
1063 [  4251] By: jhi                                   on 1999/09/30  08:09:13
1064         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1065              To: perl5-porters@perl.org (Mailing list Perl5)
1066              Subject: [PATCH 5.00561+]  Followup h2xs patch
1067              Date: Thu, 30 Sep 1999 04:15:52 -0400 (EDT)
1068              Message-Id: <199909300815.EAA25425@monk.mps.ohio-state.edu>
1069      Branch: cfgperl
1070            ! utils/h2xs.PL
1071 ____________________________________________________________________________
1072 [  4250] By: jhi                                   on 1999/09/29  19:11:32
1073         Log: Integrate with Sarathy.
1074      Branch: cfgperl
1075           !> djgpp/configure.bat embed.h embed.pl lib/Exporter/Heavy.pm
1076           !> lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm proto.h
1077           !> t/pragma/locale/latin1 win32/Makefile win32/makefile.mk
1078 ____________________________________________________________________________
1079 [  4249] By: bailey                                on 1999/09/29  02:21:31
1080         Log: resync with mainline
1081      Branch: vmsperl
1082           +> (branch 32 files)
1083            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
1084            - lib/unicode/blocks.txt lib/unicode/index2.txt
1085            - lib/unicode/jamo2.txt lib/unicode/names2.txt
1086            - lib/unicode/props2.txt lib/unicode/readme.txt
1087            - t/lib/bigfloatpm.t
1088           !> (integrate 240 files)
1089 ____________________________________________________________________________
1090 [  4248] By: jhi                                   on 1999/09/28  18:14:39
1091         Log: From: Andy Dougherty <doughera@lafayette.edu>
1092              To: Perl Porters <perl5-porters@perl.org>
1093              Subject: [PATCH 5.005_xx] Re: [Config 5.005_03] -DDEBUGGING
1094              Date: Tue, 28 Sep 1999 12:20:50 -0400 (EDT)
1095              Message-ID: <Pine.SOL.4.10.9909281019360.1890-100000@maxwell.phys.lafayette.edu>
1096              
1097              From: Andy Dougherty <doughera@lafayette.edu>
1098              To: Perl Porters <perl5-porters@perl.org>
1099              Subject: [ANOTHER PATCH 5.005_61] Re: [Config 5.005_03] -DDEBUGGING
1100              Date: Tue, 28 Sep 1999 13:39:49 -0400 (EDT)
1101              Message-ID: <Pine.SOL.4.10.9909281338180.2012-100000@maxwell.phys.lafayette.edu>
1102      Branch: cfgperl
1103            ! hints/README.hints hints/amigaos.sh hints/cygwin.sh
1104            ! hints/dynixptx.sh hints/epix.sh hints/esix4.sh hints/mint.sh
1105            ! hints/mpeix.sh hints/next_3.sh hints/next_3_0.sh
1106            ! hints/next_4.sh
1107 ____________________________________________________________________________
1108 [  4247] By: gsar                                  on 1999/09/28  17:36:59
1109         Log: revert change#4115 (breaks libwww's base/date.t); could be 
1110              reworked to enable it conditional on $Time::Local::nocroak
1111              or some such
1112      Branch: perl
1113            ! lib/Time/Local.pm
1114 ____________________________________________________________________________
1115 [  4246] By: gsar                                  on 1999/09/28  17:33:14
1116         Log: tweak for win32 build
1117      Branch: perl
1118            ! win32/Makefile win32/makefile.mk
1119 ____________________________________________________________________________
1120 [  4245] By: gsar                                  on 1999/09/28  17:31:34
1121         Log: change#4236 fallout
1122      Branch: perl
1123            ! lib/ExtUtils/MM_Unix.pm
1124 ____________________________________________________________________________
1125 [  4244] By: gsar                                  on 1999/09/28  17:29:31
1126         Log: remove doubled new_xpv
1127      Branch: perl
1128            ! embed.h embed.pl proto.h
1129 ____________________________________________________________________________
1130 [  4243] By: jhi                                   on 1999/09/27  19:13:20
1131         Log: Artistic fine-tuning.
1132      Branch: cfgperl
1133            ! ext/B/defsubs_h.PL
1134 ____________________________________________________________________________
1135 [  4242] By: gsar                                  on 1999/09/27  17:05:22
1136         Log: avoid implicit split to @_ in change#4181; binary -> text file
1137              types in p4
1138      Branch: perl
1139            ! djgpp/configure.bat lib/Exporter/Heavy.pm
1140            ! t/pragma/locale/latin1
1141 ____________________________________________________________________________
1142 [  4241] By: jhi                                   on 1999/09/27  07:48:19
1143         Log: Integrate with Sarathy.
1144      Branch: cfgperl
1145           !> INSTALL embed.h embed.pl malloc.c pod/perldiag.pod pp.c
1146           !> pp_ctl.c pp_hot.c pp_sys.c win32/Makefile win32/makefile.mk
1147 ____________________________________________________________________________
1148 [  4240] By: jhi                                   on 1999/09/27  07:47:11
1149         Log: Finalize change #4232.
1150              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1151              To: Jarkko Hietaniemi <jhi@iki.fi>
1152              Cc: gsar@activestate.com, Mailing list Perl5 <perl5-porters@perl.org>
1153              Subject: Re: xsubpp change breaks B, DB_File, POSIX builds
1154              Date: Sun, 26 Sep 1999 16:52:31 -0400
1155              Message-ID: <19990926165230.A26933@monk.mps.ohio-state.edu>
1156      Branch: cfgperl
1157            ! lib/ExtUtils/xsubpp
1158 ____________________________________________________________________________
1159 [  4239] By: gsar                                  on 1999/09/27  02:48:42
1160         Log: add notes in INSTALL about Configure -Accflags=-DFOO
1161      Branch: perl
1162            ! INSTALL
1163 ____________________________________________________________________________
1164 [  4238] By: gsar                                  on 1999/09/27  02:03:48
1165         Log: PERL_POLLUTE isn't required for bincompat, so don't enable
1166              it automatically
1167      Branch: perl
1168            ! embed.h embed.pl
1169 ____________________________________________________________________________
1170 [  4237] By: gsar                                  on 1999/09/27  01:52:47
1171         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1172              Date: Fri, 24 Sep 1999 23:25:36 -0400
1173              Message-ID: <19990924232536.A16257@monk.mps.ohio-state.edu>
1174              Subject: [PATCH 5.005_61] Malloc fixes and docs
1175      Branch: perl
1176            ! malloc.c pod/perldiag.pod
1177 ____________________________________________________________________________
1178 [  4236] By: gsar                                  on 1999/09/27  01:31:32
1179         Log: avoid .exe in $Config{cc} (spotted by Vadim Konovalov
1180              <vkonovalov@lucent.com>)
1181      Branch: perl
1182            ! win32/Makefile win32/makefile.mk
1183 ____________________________________________________________________________
1184 [  4235] By: gsar                                  on 1999/09/26  17:02:03
1185         Log: fix buggy popping of subroutine contexts in the lvalue
1186              subroutines implementation (change#4081); correct the
1187              plethora of cases where DIE() was more appropriate than
1188              croak()
1189      Branch: perl
1190            ! pp.c pp_ctl.c pp_hot.c pp_sys.c
1191 ____________________________________________________________________________
1192 [  4234] By: jhi                                   on 1999/09/26  12:06:28
1193         Log: Fix #endif.
1194      Branch: cfgperl
1195            ! XSUB.h
1196 ____________________________________________________________________________
1197 [  4233] By: jhi                                   on 1999/09/26  11:59:18
1198         Log: Integrate with Sarathy. h2xs.PL had to be manually resolved,
1199              I kept my (Ilya's) version.
1200      Branch: cfgperl
1201           !> gv.c gv.h intrpvar.h keywords.h keywords.pl lib/Shell.pm op.c
1202           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
1203           !> pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
1204           !> pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
1205           !> pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
1206           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
1207 ____________________________________________________________________________
1208 [  4232] By: jhi                                   on 1999/09/26  09:53:43
1209         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1210              To: Mailing list Perl5 <perl5-porters@perl.org>
1211              Subject: [PATCH 5.005_61] teach xsubpp function pointers
1212              Date: Sun, 26 Sep 1999 01:36:09 -0400
1213              Message-ID: <19990926013609.A21148@monk.mps.ohio-state.edu>
1214              
1215              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1216              To: Mailing list Perl5 <perl5-porters@perl.org>
1217              Subject: [PATCH 5.005_61] Make h2xs -x almost bullet-proof
1218              Date: Sun, 26 Sep 1999 03:00:50 -0400
1219              Message-ID: <19990926030050.A21498@monk.mps.ohio-state.edu>
1220      Branch: cfgperl
1221            ! lib/ExtUtils/xsubpp utils/h2xs.PL
1222 ____________________________________________________________________________
1223 [  4231] By: jhi                                   on 1999/09/26  09:48:49
1224         Log: From: "Konovalov, Vadim" <vkonovalov@lucent.com>
1225              To: perl5-porters@perl.org
1226              Subject: misprint in perlguts
1227              Date: Sun, 26 Sep 1999 12:48:36 +0400
1228              Message-ID: <402099F49BEED211999700805FC7359F20D7A5@ru0028exch01.spb.lucent.com>
1229      Branch: cfgperl
1230            ! pod/perlguts.pod
1231 ____________________________________________________________________________
1232 [  4230] By: gsar                                  on 1999/09/26  00:50:08
1233         Log: add $installarchlib/CORE to default linker search path on windows
1234      Branch: perl
1235            ! win32/Makefile win32/makefile.mk
1236 ____________________________________________________________________________
1237 [  4229] By: gsar                                  on 1999/09/25  20:05:03
1238         Log: support C<use Shell> on Windows (reworked a patch suggested
1239              by Jenda Krynicky <Jenda@McCann.cz>)
1240      Branch: perl
1241            ! lib/Shell.pm
1242 ____________________________________________________________________________
1243 [  4228] By: gsar                                  on 1999/09/25  07:03:34
1244         Log: integrate cfgperl contents into mainline
1245      Branch: perl
1246           +> hints/svr5.sh
1247           !> Configure MANIFEST Makefile.SH config_h.SH hints/sco.sh
1248           !> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
1249           !> lib/unicode/mktables.PL pod/perldelta.pod pod/perlfaq9.pod
1250           !> regcomp.c regexec.c t/lib/syslfs.t t/op/lfs.t
1251 ____________________________________________________________________________
1252 [  4227] By: gsar                                  on 1999/09/25  06:44:47
1253         Log: From: Larry Wall <larry@wall.org>
1254              Date: Fri, 24 Sep 1999 21:59:37 PDT
1255              Message-Id: <199909250459.VAA27506@kiev.wall.org>
1256              Subject: Re: [PATCH 5.005_61] "our" declarations
1257      Branch: perl
1258            ! gv.c gv.h intrpvar.h keywords.h keywords.pl op.c
1259            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
1260            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
1261            ! pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
1262            ! pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
1263            ! utils/h2xs.PL
1264 ____________________________________________________________________________
1265 [  4226] By: jhi                                   on 1999/09/24  23:10:52
1266         Log: Integrate with Sarathy.
1267      Branch: cfgperl
1268           !> XSUB.h ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
1269           !> ext/POSIX/hints/linux.pl pod/perldiag.pod pod/perlfunc.pod
1270           !> pp.c t/lib/posix.t t/op/pack.t toke.c utils/perlcc.PL
1271 ____________________________________________________________________________
1272 [  4225] By: gsar                                  on 1999/09/24  18:19:54
1273         Log: avoid infinite recursive exec()s of perl.exe when shebang
1274              contains "Perl" rather than "perl" on DOSISH platforms
1275      Branch: perl
1276            ! toke.c
1277 ____________________________________________________________________________
1278 [  4224] By: gsar                                  on 1999/09/24  16:09:23
1279         Log: support cygwin and other platforms that link to import libraries
1280              rather than directly with shared libraries (from a suggestion
1281              by Lucian Cionca <Lucian.Cionca@algoritma.ro>)
1282      Branch: perl
1283            ! utils/perlcc.PL
1284 ____________________________________________________________________________
1285 [  4223] By: gsar                                  on 1999/09/24  05:05:06
1286         Log: normalize time for strftime() (without the isdst effects of
1287              mktime()) using a custom mini_mktime()
1288              From: spider-perl@Orb.Nashua.NH.US
1289              Date: Thu, 23 Sep 1999 17:54:53 -0400
1290              Message-Id: <199909232154.RAA25151@leggy.zk3.dec.com>
1291              Subject: Re: [ID 19990913.003] Possible bug using POSIX::strftime Digital UNIX Perl 5.005_03 
1292      Branch: perl
1293            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
1294            ! ext/POSIX/hints/linux.pl t/lib/posix.t
1295 ____________________________________________________________________________
1296 [  4222] By: gsar                                  on 1999/09/23  06:44:42
1297         Log: change "#" to a comment starter in pack templates; "/" now
1298              used for specifying counted types
1299              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1300              Date: Wed, 22 Sep 1999 19:41:30 -0400
1301              Message-ID: <19990922194130.A864@monk.mps.ohio-state.edu>
1302              Subject: [PATCH 5.005_61] Enable comments in pack()/unpack() templates
1303      Branch: perl
1304            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
1305 ____________________________________________________________________________
1306 [  4221] By: gsar                                  on 1999/09/23  06:26:54
1307         Log: From: Vishal Bhatia <vishal@gol.com>
1308              Date: Thu, 23 Sep 1999 12:45:19 +0900 (JST)
1309              Message-ID: <Pine.LNX.4.10.9909231218360.3428-100000@localhost.localdomain>
1310              Subject: [patch _61] perlcc changes
1311      Branch: perl
1312            ! utils/perlcc.PL
1313 ____________________________________________________________________________
1314 [  4220] By: gsar                                  on 1999/09/23  01:12:24
1315         Log: add include guard
1316      Branch: perl
1317            ! XSUB.h
1318 ____________________________________________________________________________
1319 [  4219] By: jhi                                   on 1999/09/22  20:38:15
1320         Log: Cleanup cleanup.
1321      Branch: cfgperl
1322            ! Makefile.SH t/lib/syslfs.t t/op/lfs.t
1323 ____________________________________________________________________________
1324 [  4218] By: jhi                                   on 1999/09/22  19:26:58
1325         Log: Tweak the equivalence tables once again.
1326      Branch: cfgperl
1327            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
1328            ! lib/unicode/mktables.PL
1329 ____________________________________________________________________________
1330 [  4215] By: jhi                                   on 1999/09/22  06:47:03
1331         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1332              To: Mailing list Perl5 <perl5-porters@perl.org>
1333              Subject: [PATCH 5.005_61] regfree could segfault with -Mre=debug
1334              Date: Tue, 21 Sep 1999 19:50:00 -0400
1335              Message-ID: <19990921195000.A23938@monk.mps.ohio-state.edu>
1336              
1337              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1338              To: Mailing list Perl5 <perl5-porters@perl.org>
1339              Subject: [PATCH 5.005_61] More verbose -Mre=debug
1340              Date: Tue, 21 Sep 1999 22:29:55 -0400
1341              Message-ID: <19990921222955.A25094@monk.mps.ohio-state.edu>
1342      Branch: cfgperl
1343            ! regcomp.c regexec.c
1344 ____________________________________________________________________________
1345 [  4214] By: jhi                                   on 1999/09/21  21:08:43
1346         Log: From: 0000-Admin (0000) <root@devsys0.zenez.com>
1347              Reply-To: gerberb@zenez.com
1348              To: perl5-porters@perl.org
1349              Subject: [ID 19990921.004] Changes for SCO OpenServer and UnixWare 7
1350              Date: Tue, 21 Sep 1999 11:07:46 -0600 (MDT)
1351              Message-Id: <199909211707.LAA23611@devsys0.zenez.com>
1352              
1353              (Snipped away the last lines of svr5.sh a la change #3725)
1354      Branch: cfgperl
1355            + hints/svr5.sh
1356            ! Configure MANIFEST config_h.SH hints/sco.sh
1357      Branch: metaconfig
1358            ! U/modified/Cppsym.U U/modified/Oldconfig.U
1359 ____________________________________________________________________________
1360 [  4213] By: jhi                                   on 1999/09/21  20:48:01
1361         Log: From: Kragen Sitaker <kragen@dnaco.net>
1362              To: perl5-porters@perl.org
1363              Subject: [ID 19990921.013] accidental list context in perlfaq9
1364              Date: Tue, 21 Sep 1999 16:27:53 -0400 (EDT)
1365              Reply-To: kragen@pobox.com
1366              Message-Id: <199909212027.QAA03450@kirk.dnaco.net>
1367      Branch: cfgperl
1368            ! pod/perlfaq9.pod
1369 ____________________________________________________________________________
1370 [  4212] By: jhi                                   on 1999/09/20  19:55:42
1371         Log: Integrate with Sarathy.
1372      Branch: cfgperl
1373           +> README.Y2K
1374           !> Changes MANIFEST
1375 ____________________________________________________________________________
1376 [  4211] By: jhi                                   on 1999/09/20  19:44:44
1377         Log: Rename -Duselfs to -Duselargefiles.  We don't need no stnkngbbrvtns.
1378      Branch: cfgperl
1379            ! Configure config_h.SH pod/perldelta.pod
1380      Branch: metaconfig/U/perl
1381            ! use64bits.U uselfs.U uselongdbl.U
1382 ____________________________________________________________________________
1383 [  4210] By: jhi                                   on 1999/09/20  19:38:26
1384         Log: Configure -A change: -Afoo=bar is equal to -Aappend:foo=" bar".
1385      Branch: cfgperl
1386            ! Configure config_h.SH
1387      Branch: metaconfig
1388            ! U/modified/Options.U
1389 ____________________________________________________________________________
1390 [  4209] By: gsar                                  on 1999/09/20  19:35:39
1391         Log: integrate cfgperl changes into mainline
1392      Branch: perl
1393           +> lib/unicode/Unicode.html
1394            ! Changes
1395           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
1396           !> config_h.SH doio.c perl.h pod/perldelta.pod pod/perlfunc.pod
1397 ____________________________________________________________________________
1398 [  4208] By: gsar                                  on 1999/09/20  18:28:44
1399         Log: add README.Y2K (from Dominic Dunlop <domo@vo.lu>)
1400      Branch: perl
1401            + README.Y2K
1402            ! MANIFEST
1403 ____________________________________________________________________________
1404 [  4207] By: jhi                                   on 1999/09/20  11:06:13
1405         Log: Document -Duselfs, -Duselongdouble, and -Dusemorebits.
1406      Branch: cfgperl
1407            ! pod/perldelta.pod
1408 ____________________________________________________________________________
1409 [  4206] By: jhi                                   on 1999/09/20  09:53:15
1410         Log: Do not test for gccish things in non-gccish platforms.
1411      Branch: cfgperl
1412            ! Configure config_h.SH
1413      Branch: metaconfig
1414            ! U/compline/ccflags.U
1415 ____________________________________________________________________________
1416 [  4205] By: jhi                                   on 1999/09/20  09:41:22
1417         Log: Prompt for uselfs.
1418      Branch: cfgperl
1419            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1420            ! config_h.SH
1421      Branch: metaconfig
1422            ! U/mksample
1423      Branch: metaconfig/U/perl
1424            ! use64bits.U uselfs.U
1425 ____________________________________________________________________________
1426 [  4204] By: jhi                                   on 1999/09/20  09:09:29
1427         Log: Add usemorebits and uselfs.
1428      Branch: cfgperl
1429            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1430            ! config_h.SH doio.c perl.h
1431      Branch: metaconfig/U/perl
1432            + uselfs.U usemorebits.U
1433            ! use64bits.U uselongdbl.U
1434 ____________________________________________________________________________
1435 [  4203] By: jhi                                   on 1999/09/20  07:48:48
1436         Log: Dethinko.
1437      Branch: cfgperl
1438            ! pod/perlfunc.pod
1439 ____________________________________________________________________________
1440 [  4202] By: jhi                                   on 1999/09/20  07:33:32
1441         Log: Fix a bug in the description of endianness.  Reported in
1442              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
1443              To: perl5-porters@perl.org
1444              Subject: BUG: perldoc -f pack
1445              Date: Mon, 20 Sep 1999 09:43:49 +0400
1446              Message-ID: <402099F49BEED211999700805FC7359F20D3F5@ru0028exch01.spb.lucent.com>
1447      Branch: cfgperl
1448            ! pod/perlfunc.pod
1449 ____________________________________________________________________________
1450 [  4201] By: jhi                                   on 1999/09/20  07:01:26
1451         Log: Integrate with Sarathy.
1452      Branch: cfgperl
1453           +> t/op/args.t
1454           !> (integrate 31 files)
1455 ____________________________________________________________________________
1456 [  4200] By: gsar                                  on 1999/09/20  03:45:06
1457         Log: From: Russ Allbery <rra@stanford.edu>
1458              Date: 19 Aug 1999 04:35:44 -0700
1459              Message-Id: <yl7lms9f5b.fsf@windlord.stanford.edu>
1460              Subject: [ID 19990819.002] File::Find error when pruning top-level directories
1461      Branch: perl
1462            ! lib/File/Find.pm
1463 ____________________________________________________________________________
1464 [  4199] By: gsar                                  on 1999/09/20  03:27:49
1465         Log: suppress warning (from John Tobey <jtobey@epsilondev.com>)
1466      Branch: perl
1467            ! ext/B/B/Terse.pm
1468 ____________________________________________________________________________
1469 [  4198] By: gsar                                  on 1999/09/20  03:25:25
1470         Log: add arenas for managing allocations of remaining xpv*v structures
1471              From: Vishal Bhatia <vishal@gol.com>
1472              Date: Wed, 25 Aug 1999 00:31:33 +0900 (JST)
1473              Message-ID: <Pine.LNX.4.10.9908250031000.11727-100000@localhost.localdomain>
1474              Subject: [PATCH 5.005_60] removing extra ref count (compiler) 
1475      Branch: perl
1476            ! embed.h embed.pl embedvar.h ext/B/B/C.pm intrpvar.h objXSUB.h
1477            ! proto.h sv.c
1478 ____________________________________________________________________________
1479 [  4197] By: gsar                                  on 1999/09/20  03:06:10
1480         Log: queue errors due to strictures rather than printing them as
1481              warnings; symbols that violate strictures do *not* end up in
1482              the symbol table anyway, making multiple evals of the same piece
1483              of code produce the same errors; errors indicate all locations
1484              of a global symbol rather than just the first one; these
1485              changes make compile-time failures within evals reliably
1486              visible via the return value or contents of $@, and trappable
1487              using __DIE__ hooks
1488      Branch: perl
1489            ! embed.h embed.pl embedvar.h ext/DynaLoader/dlutils.c
1490            ! ext/Thread/Thread.xs global.sym gv.c objXSUB.h op.c perl.c
1491            ! perlapi.c pp_ctl.c proto.h regcomp.c t/pragma/strict-refs
1492            ! t/pragma/strict-vars thrdvar.h toke.c util.c
1493 ____________________________________________________________________________
1494 [  4196] By: gsar                                  on 1999/09/19  22:14:29
1495         Log: control change#1914 via hints (causes problems on some platforms)
1496      Branch: perl
1497            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
1498            ! ext/POSIX/hints/linux.pl
1499 ____________________________________________________________________________
1500 [  4195] By: gsar                                  on 1999/09/19  21:30:18
1501         Log: avoid clearing @_ at all for faster subroutine calls; fix bugs
1502              in passing around references to @_, eg C<sub foo { \@_ }>; add
1503              tests for the same
1504      Branch: perl
1505            + t/op/args.t
1506            ! MANIFEST cop.h pp.c pp_ctl.c pp_hot.c
1507 ____________________________________________________________________________
1508 [  4194] By: jhi                                   on 1999/09/18  18:57:45
1509         Log: Integrate with Sarathy.
1510      Branch: cfgperl
1511           !> opcode.h opcode.pl
1512 ____________________________________________________________________________
1513 [  4193] By: nick                                  on 1999/09/18  15:24:56
1514         Log: Re-integrate mainline
1515              Basic SvUTF8 stuff in headers, no functional changes yet.
1516      Branch: utfperl
1517            + lib/byte.pm lib/byte_heavy.pl
1518           +> ext/B/defsubs_h.PL ext/DB_File/version.c jpl/JNI/Closer.java
1519           +> jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
1520           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
1521           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
1522           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL lib/unicode/ArabShap.txt
1523           +> lib/unicode/Blocks.txt lib/unicode/CompExcl.txt
1524           +> lib/unicode/EAWidth.txt lib/unicode/Index.txt
1525           +> lib/unicode/Jamo-2.txt lib/unicode/LineBrk.txt
1526           +> lib/unicode/Names.txt lib/unicode/Props.txt
1527           +> lib/unicode/ReadMe.txt lib/unicode/SpecCase.txt
1528           +> t/lib/bigfltpm.t
1529            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
1530            - lib/unicode/blocks.txt lib/unicode/index2.txt
1531            - lib/unicode/jamo2.txt lib/unicode/names2.txt
1532            - lib/unicode/props2.txt lib/unicode/readme.txt
1533            - t/lib/bigfloatpm.t
1534            ! doop.c embed.h embed.pl gv.c mg.c objXSUB.h op.c op.h perl.h
1535            ! perlapi.c pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h
1536            ! regexec.c regexp.h regnodes.h sv.c sv.h toke.c utf8.c utf8.h
1537            ! warnings.h
1538           !> (integrate 142 files)
1539 ____________________________________________________________________________
1540 [  4192] By: gsar                                  on 1999/09/18  15:11:47
1541         Log: more op description tweaks
1542      Branch: perl
1543            ! opcode.h opcode.pl
1544 ____________________________________________________________________________
1545 [  4191] By: jhi                                   on 1999/09/18  07:47:16
1546         Log: Integrate with Sarathy.
1547      Branch: cfgperl
1548           !> Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
1549           !> t/pragma/warn/op
1550 ____________________________________________________________________________
1551 [  4190] By: jhi                                   on 1999/09/18  07:35:45
1552         Log: Add description of the Unicode database files.
1553      Branch: cfgperl
1554            + lib/unicode/Unicode.html
1555 ____________________________________________________________________________
1556 [  4189] By: gsar                                  on 1999/09/18  03:14:58
1557         Log: tweak some op names in change#4177 (will any of this break code that
1558              gropes $@ ?)
1559      Branch: perl
1560            ! Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
1561            ! t/pragma/warn/op
1562 ____________________________________________________________________________
1563 [  4188] By: jhi                                   on 1999/09/17  21:30:08
1564         Log: Pick up the typo fix.
1565      Branch: cfgperl
1566           !> t/io/open.t
1567 ____________________________________________________________________________
1568 [  4187] By: gsar                                  on 1999/09/17  21:13:55
1569         Log: fix typo
1570      Branch: perl
1571            ! t/io/open.t
1572 ____________________________________________________________________________
1573 [  4186] By: gsar                                  on 1999/09/17  20:57:29
1574         Log: integrate cfgperl change
1575      Branch: perl
1576           !> vms/subconfigure.com
1577 ____________________________________________________________________________
1578 [  4185] By: jhi                                   on 1999/09/17  20:46:41
1579         Log: Re-apply applicable parts of #3993, #3994, and #3995.
1580      Branch: cfgperl
1581            ! vms/subconfigure.com
1582 ____________________________________________________________________________
1583 [  4184] By: gsar                                  on 1999/09/17  20:26:02
1584         Log: integrate cfgperl contents into mainline
1585      Branch: perl
1586           +> lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
1587           +> lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
1588           +> lib/unicode/Index.txt lib/unicode/Jamo-2.txt
1589           +> lib/unicode/LineBrk.txt lib/unicode/Names.txt
1590           +> lib/unicode/Props.txt lib/unicode/ReadMe.txt
1591           +> lib/unicode/SpecCase.txt
1592            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
1593            - lib/unicode/index2.txt lib/unicode/jamo2.txt
1594            - lib/unicode/names2.txt lib/unicode/props2.txt
1595            - lib/unicode/readme.txt
1596           !> (integrate 73 files)
1597 ____________________________________________________________________________
1598 [  4183] By: jhi                                   on 1999/09/17  20:25:51
1599         Log: Integrate with Sarathy.
1600      Branch: cfgperl
1601           !> configure.com ext/ByteLoader/byterun.h
1602           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
1603           !> lib/File/Spec/VMS.pm pod/perlhist.pod t/io/open.t
1604           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
1605           !> vms/perly_h.vms vms/subconfigure.com vms/vms.c vms/vmsish.h
1606 ____________________________________________________________________________
1607 [  4182] By: gsar                                  on 1999/09/17  20:16:28
1608         Log: integrate vmsperl contents into mainline (where VMS files conflicted,
1609              vmsperl contents have prevailed)
1610      Branch: perl
1611           !> configure.com ext/ByteLoader/byterun.h
1612           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
1613           !> lib/File/Spec/VMS.pm t/io/open.t vms/descrip_mms.template
1614           !> vms/gen_shrfls.pl vms/perly_c.vms vms/perly_h.vms
1615           !> vms/subconfigure.com vms/vms.c vms/vmsish.h
1616 ____________________________________________________________________________
1617 [  4181] By: jhi                                   on 1999/09/17  20:12:37
1618         Log: From: Michael G Schwern <schwern@pobox.com>
1619              To: perl5-porters@perl.org
1620              Subject: [PATCH 5.005_60 lib/Exporter/Heavy.pm] export_to_level()
1621              Date: Thu, 19 Aug 1999 21:30:01 -0400
1622              Message-ID: <19990819213001.A22512@athens.aocn.com>
1623      Branch: cfgperl
1624            ! lib/Exporter/Heavy.pm
1625 ____________________________________________________________________________
1626 [  4180] By: gsar                                  on 1999/09/17  20:11:00
1627         Log: perlhist additions
1628      Branch: perl
1629            ! pod/perlhist.pod
1630 ____________________________________________________________________________
1631 [  4179] By: jhi                                   on 1999/09/17  20:08:00
1632         Log: The change #4176 should've undone only the test, not the code patch.
1633      Branch: cfgperl
1634            ! doio.c
1635 ____________________________________________________________________________
1636 [  4178] By: jhi                                   on 1999/09/17  20:06:08
1637         Log: From: Ian Phillipps <ian@dial.pipex.com>
1638              To: Hans GINZEL <hgin2088@mail.kolej.mff.cuni.cz>, perl5-porters@perl.org
1639              Subject: [PATCH 5.005_59] Re: [ID 19990820.007] Small typo in perlsyn.pod
1640              Date: Sat, 21 Aug 1999 12:36:12 +0100
1641              Message-ID: <19990821123612.A9955@homer.diplex.co.uk>
1642      Branch: cfgperl
1643            ! pod/perlsyn.pod
1644 ____________________________________________________________________________
1645 [  4177] By: jhi                                   on 1999/09/17  20:00:19
1646         Log: More descriptive names for operators.
1647              
1648              From: Michael G Schwern <schwern@pobox.com>
1649              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
1650              Cc: perl5-porters@perl.org
1651              Subject: Re: [ID 19990817.009] [BUG 5.005_60 & 5.005_03] == reported as eq in
1652              Date: Tue, 17 Aug 1999 18:35:45 -0400
1653              Message-ID: <19990817183545.A23073@toldyouso.com>
1654              
1655              From: Michael G Schwern <schwern@pobox.com>
1656              To: perl5-porters@perl.org
1657              Subject: [PATCH 5.005_60 opcode.pl and friends] Improved opcode descriptions
1658              Date: Wed, 18 Aug 1999 03:53:38 -0400
1659              Message-ID: <19990818035337.A31505@athens.aocn.com>
1660      Branch: cfgperl
1661            ! opcode.h opcode.pl pp.sym pp_proto.h sv.c t/op/misc.t
1662            ! t/pragma/warn/op t/pragma/warn/sv
1663 ____________________________________________________________________________
1664 [  4176] By: jhi                                   on 1999/09/17  18:19:18
1665         Log: Take away the infamous io/dup.t #7.
1666              It seems there simply is no way to portably
1667              "flush" an input file handle.
1668      Branch: cfgperl
1669            ! doio.c t/io/dup.t
1670 ____________________________________________________________________________
1671 [  4175] By: jhi                                   on 1999/09/17  14:45:08
1672         Log: From: Barrie Slaymaker <barries@slaysys.com>
1673              To: perl5-porters@perl.org
1674              Subject: [PATCH 5.005_61] Benchmark: screwed patch format, try this instead
1675              Date: Fri, 17 Sep 1999 11:16:48 -0400
1676              Message-Id: <199909171516.LAA30887@jester.slaysys.com>
1677      Branch: cfgperl
1678            ! lib/Benchmark.pm
1679 ____________________________________________________________________________
1680 [  4174] By: jhi                                   on 1999/09/17  14:07:16
1681         Log: UNICOS does support large files but doesn't support sparse files
1682              so we cannot easily test for large file support.
1683      Branch: cfgperl
1684            ! t/lib/syslfs.t t/op/lfs.t
1685 ____________________________________________________________________________
1686 [  4173] By: jhi                                   on 1999/09/17  14:03:44
1687         Log: UNICOS has sloppy division/modulo for floating point numbers.
1688      Branch: cfgperl
1689            ! t/op/arith.t
1690 ____________________________________________________________________________
1691 [  4172] By: jhi                                   on 1999/09/17  13:47:49
1692         Log: Portable blocksize (replaces #4171).
1693      Branch: cfgperl
1694            ! t/lib/syslfs.t t/op/lfs.t
1695 ____________________________________________________________________________
1696 [  4171] By: jhi                                   on 1999/09/17  13:08:54
1697         Log: (replaced by #4172)
1698      Branch: cfgperl
1699            ! t/lib/syslfs.t t/op/lfs.t
1700 ____________________________________________________________________________
1701 [  4170] By: jhi                                   on 1999/09/17  12:59:11
1702         Log: Detypo #4169.
1703      Branch: cfgperl
1704            ! t/lib/syslfs.t t/op/lfs.t
1705 ____________________________________________________________________________
1706 [  4169] By: jhi                                   on 1999/09/17  12:16:34
1707         Log: Diagnose possible quota limits.
1708      Branch: cfgperl
1709            ! t/lib/syslfs.t t/op/lfs.t
1710 ____________________________________________________________________________
1711 [  4168] By: jhi                                   on 1999/09/17  12:10:43
1712         Log: UNICOS doesn't have getpgid().  Or, at least 9.0.1ai
1713              doesn't have one that wouldn't cause SIGSYS.  UNICOS
1714              does have getpgrp(void) so Perl getpgrp() is happy.
1715      Branch: cfgperl
1716            ! hints/unicos.sh
1717 ____________________________________________________________________________
1718 [  4167] By: jhi                                   on 1999/09/17  11:49:30
1719         Log: Filesystem quotas may stop you from using large files.
1720      Branch: cfgperl
1721            ! pod/perldelta.pod t/lib/syslfs.t t/op/lfs.t
1722 ____________________________________________________________________________
1723 [  4166] By: jhi                                   on 1999/09/17  11:36:01
1724         Log: Too strict pattern for parsing group lists.
1725      Branch: cfgperl
1726            ! t/op/groups.t
1727 ____________________________________________________________________________
1728 [  4165] By: jhi                                   on 1999/09/17  09:06:18
1729         Log: Configure maintenance. It's sigaction.sa_flags
1730              and the Glossary regen'ed.
1731      Branch: cfgperl
1732            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1733            ! config_h.SH
1734      Branch: metaconfig
1735            ! U/compline/d_sigaction.U
1736 ____________________________________________________________________________
1737 [  4164] By: jhi                                   on 1999/09/15  06:57:51
1738         Log: Integrate with Sarathy.
1739      Branch: cfgperl
1740           +> jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
1741           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
1742           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
1743           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL
1744           !> Changes MANIFEST embed.h embed.pl jpl/JNI/JNI.pm
1745           !> jpl/JNI/JNI.xs jpl/JNI/Makefile.PL jpl/JNI/test.pl
1746           !> jpl/JNI/typemap jpl/JPL/Makefile.PL
1747           !> jpl/PerlInterpreter/Makefile.PL
1748           !> jpl/PerlInterpreter/PerlInterpreter.c
1749           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
1750           !> jpl/Sample/Makefile.PL jpl/install-jpl
1751           !> lib/File/Spec/Functions.pm pod/perlhist.pod regexec.c
1752           !> t/op/pat.t
1753 ____________________________________________________________________________
1754 [  4163] By: gsar                                  on 1999/09/15  05:17:27
1755         Log: add :ALL export tag (from Chris Nandor <pudge@pobox.com>)
1756      Branch: perl
1757            ! lib/File/Spec/Functions.pm
1758 ____________________________________________________________________________
1759 [  4162] By: gsar                                  on 1999/09/15  05:09:14
1760         Log: addendum to change#4136 (from Robin Barker <rmb1@cise.npl.co.uk>)
1761      Branch: perl
1762            ! Changes embed.h embed.pl
1763 ____________________________________________________________________________
1764 [  4161] By: gsar                                  on 1999/09/15  04:08:25
1765         Log: missing perlhist dates from Jeff Okamoto
1766      Branch: perl
1767            ! pod/perlhist.pod
1768 ____________________________________________________________________________
1769 [  4160] By: gsar                                  on 1999/09/15  03:13:08
1770         Log: jpl tweak
1771      Branch: perl
1772            ! MANIFEST jpl/JNI/Makefile.PL
1773 ____________________________________________________________________________
1774 [  4159] By: gsar                                  on 1999/09/15  02:57:08
1775         Log: update to JPL snapshot v09141999, with minor tweaks (from Brian
1776              Jepson <bjepson@home.com>)
1777      Branch: perl
1778            + jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
1779            + jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
1780            + jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
1781            + jpl/JNI/typemap.win32 jpl/SETVARS.PL
1782            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
1783            ! jpl/JNI/test.pl jpl/JNI/typemap jpl/JPL/Makefile.PL
1784            ! jpl/PerlInterpreter/Makefile.PL
1785            ! jpl/PerlInterpreter/PerlInterpreter.c
1786            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
1787            ! jpl/Sample/Makefile.PL jpl/install-jpl
1788 ____________________________________________________________________________
1789 [  4158] By: gsar                                  on 1999/09/15  01:27:14
1790         Log: From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
1791              Date:    Tue, 14 Sep 1999 21:26:15 EDT
1792              Message-Id: <199909150126.VAA24720@monk.mps.ohio-state.edu>
1793              Subject: [PATCH 5.005_58+] Re: [ID 19990914.001] Perl_re_intuit_start() hangs in a loop
1794      Branch: perl
1795            ! regexec.c t/op/pat.t
1796 ____________________________________________________________________________
1797 [  4157] By: jhi                                   on 1999/09/14  21:18:09
1798         Log: config.h will define USE_64_BITS if need be.
1799      Branch: cfgperl
1800            ! hints/irix_6.sh
1801 ____________________________________________________________________________
1802 [  4156] By: jhi                                   on 1999/09/14  20:30:00
1803         Log: Change #4149 necessitates also a small code change.
1804      Branch: cfgperl
1805            ! ext/B/defsubs_h.PL
1806 ____________________________________________________________________________
1807 [  4155] By: jhi                                   on 1999/09/14  20:15:53
1808         Log: Update EPOC libdir names.
1809      Branch: cfgperl
1810            ! epoc/config.h
1811 ____________________________________________________________________________
1812 [  4154] By: jhi                                   on 1999/09/14  20:13:41
1813         Log: Obsolete epoc/config.h caused #4153 to re-introduce already
1814              deceased HAS.*DBM.*64 mumblings.
1815      Branch: cfgperl
1816            ! Configure config_h.SH epoc/config.h
1817 ____________________________________________________________________________
1818 [  4153] By: jhi                                   on 1999/09/14  20:04:53
1819         Log: Configure nits.
1820      Branch: cfgperl
1821            ! Configure config_h.SH
1822      Branch: metaconfig
1823            ! U/compline/d_sigaction.U U/threads/i_pthread.U
1824 ____________________________________________________________________________
1825 [  4152] By: jhi                                   on 1999/09/14  19:30:22
1826         Log: Integrate with Sarathy.
1827      Branch: cfgperl
1828           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
1829            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
1830           !> INSTALL MANIFEST ext/B/Makefile.PL pod/perldiag.pod
1831           !> win32/config_sh.PL
1832 ____________________________________________________________________________
1833 [  4151] By: jhi                                   on 1999/09/14  10:25:01
1834         Log: Update Unicode database and recompute the tables.
1835              Rename the .txt files to be more Unicode 3.0-like.
1836              Unihan-3.0.txt not included because it is 16 MB.
1837              syllables.txt is manually maintained.
1838              See ReadMe.txt for description of the .txt files.
1839              (not all of them are used yet)
1840      Branch: cfgperl
1841            + lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
1842            + lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
1843            + lib/unicode/Index.txt lib/unicode/Jamo-2.txt
1844            + lib/unicode/LineBrk.txt lib/unicode/Names.txt
1845            + lib/unicode/Props.txt lib/unicode/ReadMe.txt
1846            + lib/unicode/SpecCase.txt
1847            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
1848            - lib/unicode/index2.txt lib/unicode/jamo2.txt
1849            - lib/unicode/names2.txt lib/unicode/props2.txt
1850            - lib/unicode/readme.txt
1851            ! MANIFEST lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
1852            ! lib/unicode/Bidirectional.pl lib/unicode/Block.pl
1853            ! lib/unicode/Category.pl lib/unicode/CombiningClass.pl
1854            ! lib/unicode/Decomposition.pl
1855            ! lib/unicode/In/ArabicPresentationForms-B.pl
1856            ! lib/unicode/In/Specials.pl lib/unicode/In/Tibetan.pl
1857            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
1858            ! lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiL.pl
1859            ! lib/unicode/Is/BidiON.pl lib/unicode/Is/BidiWS.pl
1860            ! lib/unicode/Is/DCcompat.pl lib/unicode/Is/DecoCanon.pl
1861            ! lib/unicode/Is/DecoCompat.pl lib/unicode/Is/L.pl
1862            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lo.pl
1863            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Lu.pl
1864            ! lib/unicode/Is/Pd.pl lib/unicode/Is/Po.pl lib/unicode/Is/S.pl
1865            ! lib/unicode/Is/Sm.pl lib/unicode/Is/So.pl
1866            ! lib/unicode/Is/Upper.pl lib/unicode/Is/Word.pl
1867            ! lib/unicode/JamoShort.pl lib/unicode/UnicodeData-Latest.txt
1868            ! lib/unicode/mktables.PL
1869 ____________________________________________________________________________
1870 [  4150] By: gsar                                  on 1999/09/14  09:31:57
1871         Log: INSTALL tweak
1872      Branch: perl
1873            ! INSTALL
1874 ____________________________________________________________________________
1875 [  4149] By: gsar                                  on 1999/09/14  09:00:45
1876         Log: change some filenames to be 8.3-friendly
1877      Branch: perl
1878           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
1879            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
1880            ! MANIFEST ext/B/Makefile.PL pod/perldiag.pod
1881 ____________________________________________________________________________
1882 [  4148] By: gsar                                  on 1999/09/14  08:35:00
1883         Log: win32 config tweak (suggested by Greg Chapman <glc@well.com>)
1884      Branch: perl
1885            ! win32/config_sh.PL
1886 ____________________________________________________________________________
1887 [  4147] By: jhi                                   on 1999/09/14  08:07:49
1888         Log: Not that UVSIZE normally differs that much from IVSIZE...
1889      Branch: cfgperl
1890            ! perl.h
1891 ____________________________________________________________________________
1892 [  4146] By: jhi                                   on 1999/09/14  08:04:40
1893         Log: Integrate with Sarathy.
1894      Branch: cfgperl
1895           !> Changes ext/DB_File/DB_File.xs
1896 ____________________________________________________________________________
1897 [  4145] By: jhi                                   on 1999/09/14  07:10:02
1898         Log: I_PTHREAD was PTHREADEAD.
1899      Branch: cfgperl
1900            ! Configure config_h.SH
1901      Branch: metaconfig
1902            ! U/threads/i_pthread.U
1903 ____________________________________________________________________________
1904 [  4144] By: gsar                                  on 1999/09/14  06:46:47
1905         Log: change#4113 was missing DB_File.xs changes
1906      Branch: perl
1907            ! ext/DB_File/DB_File.xs
1908 ____________________________________________________________________________
1909 [  4143] By: jhi                                   on 1999/09/13  20:16:20
1910         Log: Small doc and whitespace edits.
1911      Branch: cfgperl
1912            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
1913            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
1914            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
1915            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
1916            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
1917            ! pod/perldelta.pod
1918 ____________________________________________________________________________
1919 [  4142] By: gsar                                  on 1999/09/13  19:32:31
1920         Log: integrate cfgperl contents into mainline, update Changes
1921      Branch: perl
1922           +> ext/DB_File/version.c
1923            ! Changes
1924           !> (integrate 44 files)
1925 ____________________________________________________________________________
1926 [  4141] By: jhi                                   on 1999/09/13  16:16:56
1927         Log: Scan for <pthread.h> always.
1928      Branch: cfgperl
1929            ! Configure config_h.SH perl.h
1930      Branch: metaconfig
1931            ! U/threads/i_pthread.U
1932 ____________________________________________________________________________
1933 [  4140] By: jhi                                   on 1999/09/13  16:00:08
1934         Log: Integrate with Sarathy.
1935      Branch: cfgperl
1936           !> (integrate 27 files)
1937 ____________________________________________________________________________
1938 [  4139] By: jhi                                   on 1999/09/13  15:35:18
1939         Log: Add -A option to Configure to diddle with variables
1940              after the hints file has been applied.
1941      Branch: cfgperl
1942            ! Configure config_h.SH
1943      Branch: metaconfig
1944            ! U/modified/Oldconfig.U U/modified/Options.U
1945 ____________________________________________________________________________
1946 [  4138] By: jhi                                   on 1999/09/13  13:42:56
1947         Log: Change #4136 edited DynaLoader.xs which is kind of fruitless.
1948      Branch: cfgperl
1949            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
1950            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
1951            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
1952            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
1953            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
1954 ____________________________________________________________________________
1955 [  4137] By: jhi                                   on 1999/09/13  13:25:31
1956         Log: Applying change #4136 manually introduced patch residue.
1957      Branch: cfgperl
1958            ! perl.h
1959 ____________________________________________________________________________
1960 [  4136] By: jhi                                   on 1999/09/13  13:23:04
1961         Log: Replace change #4100 with
1962              From: Robin Barker <rmb1@cise.npl.co.uk>
1963              To: gsar@activestate.com
1964              Cc: perl5-porters@perl.org
1965              Subject: Re: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with -Duse64bits
1966              Date: Mon, 13 Sep 1999 14:15:11 +0100 (BST)
1967              Message-Id: <199909131315.OAA24012@tempest.npl.co.uk>
1968      Branch: cfgperl
1969            ! doio.c dump.c ext/B/B.xs ext/B/typemap
1970            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
1971            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
1972            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
1973            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
1974 ____________________________________________________________________________
1975 [  4135] By: jhi                                   on 1999/09/13  10:22:31
1976         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1977              To: perl5-porters@perl.org (Mailing list Perl5)
1978              Subject: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
1979              Date: Sat, 11 Sep 1999 05:31:03 -0400 (EDT)
1980              Message-Id: <199909110931.FAA11036@monk.mps.ohio-state.edu>
1981              
1982              From: andreas.koenig@anima.de (Andreas J. Koenig)
1983              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
1984              Cc: perl5-porters@perl.org (Mailing list Perl5)
1985              Subject: Re: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
1986              Date: 11 Sep 1999 15:36:26 +0200
1987              Message-ID: <sfc906dr2n9.fsf@hohenstaufen.in-berlin.de>
1988      Branch: cfgperl
1989            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
1990 ____________________________________________________________________________
1991 [  4134] By: jhi                                   on 1999/09/13  10:20:14
1992         Log: From: Tom Phoenix <rootbeer@redcat.com>
1993              To: Perl Porters Mailing List <perl5-porters@perl.org>
1994              Subject: [DOCPATCH] Server errors and perldiag
1995              Date: Fri, 10 Sep 1999 16:45:02 -0700 (PDT)
1996              Message-ID: <Pine.GSO.4.10.9909101639490.16999-100000@user2.teleport.com>
1997      Branch: cfgperl
1998            ! pod/perldiag.pod
1999 ____________________________________________________________________________
2000 [  4133] By: gsar                                  on 1999/09/13  03:25:43
2001         Log: avoid assertion failure on C<@a'>
2002      Branch: perl
2003            ! toke.c
2004 ____________________________________________________________________________
2005 [  4132] By: gsar                                  on 1999/09/13  03:03:57
2006         Log: add -DPERL_Y2KWARN build option that will generate additional
2007              warnings on "19$yy" etc (reworked a patch suggested by
2008              Ulrich Pfeifer <upf@de.uu.net>)
2009      Branch: perl
2010            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod
2011            ! pp_hot.c sv.c t/pragma/warn/pp_hot t/pragma/warn/sv
2012 ____________________________________________________________________________
2013 [  4131] By: gsar                                  on 1999/09/12  22:06:25
2014         Log: fix DATA leaks; reword documentation about the DATA filehandle
2015      Branch: perl
2016            ! ext/Opcode/Safe.pm lib/Pod/Functions.pm pod/perldata.pod
2017 ____________________________________________________________________________
2018 [  4130] By: gsar                                  on 1999/09/12  20:08:56
2019         Log: make sprintf("%g",...) threadsafe; only taint its result iff the
2020              formatted result looks nonstandard
2021      Branch: perl
2022            ! embed.pl embedvar.h intrpvar.h objXSUB.h perl.c perlapi.c
2023            ! pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
2024            ! t/pragma/locale.t thrdvar.h
2025 ____________________________________________________________________________
2026 [  4129] By: gsar                                  on 1999/09/12  17:04:11
2027         Log: From: Doug MacEachern <dougm@cp.net>
2028              Date: Sun, 25 Jul 1999 15:49:00 -0700 (PDT)
2029              Message-ID: <Pine.LNX.4.10.9907251538380.373-100000@mojo.eng.cp.net>
2030              Subject: [PATCH 5.005_57] B::clearsym
2031      Branch: perl
2032            ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/Debug.pm ext/B/B/Terse.pm
2033 ____________________________________________________________________________
2034 [  4128] By: gsar                                  on 1999/09/12  16:59:12
2035         Log: better debugger help output (from Ilya Zakharevich)
2036      Branch: perl
2037            ! lib/perl5db.pl
2038 ____________________________________________________________________________
2039 [  4127] By: jhi                                   on 1999/09/11  20:50:37
2040         Log: Integrate with Sarathy.
2041      Branch: cfgperl
2042           +> pod/perlcompile.pod t/lib/gol-basic.t t/lib/gol-compat.t
2043           +> t/lib/gol-linkage.t
2044           !> (integrate 43 files)
2045 ____________________________________________________________________________
2046 [  4126] By: nick                                  on 1999/09/10  20:44:22
2047         Log: Get resolve -at mainline
2048      Branch: utfperl
2049           +> (branch 297 files)
2050            - README.cygwin32 XSlock.h bytecode.h byterun.c byterun.h
2051            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
2052            - cygwin32/perlld ext/B/byteperl.c ext/DynaLoader/dl_cygwin32.xs
2053            - hints/cygwin32.sh interp.sym myconfig objpp.h perl_exp.SH
2054            - t/pragma/warn-1global t/pragma/warning.t thread.sym
2055            - win32/GenCAPI.pl win32/TEST win32/autosplit.pl
2056            - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
2057            - win32/genxsdef.pl win32/makedef.pl win32/makemain.pl
2058            - win32/makeperldef.pl win32/perlhost.h
2059           !> (integrate 847 files)
2060 ____________________________________________________________________________
2061 [  4125] By: gsar                                  on 1999/09/10  19:22:14
2062         Log: s/dXS_TARGET/dXSTARG/ in change#4044 (to match dARGS vs dXSARGS
2063              etc.)
2064      Branch: perl
2065            ! XSUB.h pp.h
2066 ____________________________________________________________________________
2067 [  4124] By: gsar                                  on 1999/09/10  19:14:35
2068         Log: rewrote substantive parts of patch
2069              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2070              Date: Fri, 27 Aug 1999 19:02:18 -0400
2071              Message-ID: <19990827190218.A19561@monk.mps.ohio-state.edu>
2072              Subject: [PATCH 5.005_58] REx documentation
2073      Branch: perl
2074            ! pod/perlre.pod
2075 ____________________________________________________________________________
2076 [  4123] By: gsar                                  on 1999/09/10  18:21:53
2077         Log: note about AVf_*
2078      Branch: perl
2079            ! av.h
2080 ____________________________________________________________________________
2081 [  4122] By: gsar                                  on 1999/09/10  17:55:42
2082         Log: allow 'text' in L<text|A::B/"C"> (from Martin Lichtin
2083              <lichtin@bivio.com>)
2084      Branch: perl
2085            ! lib/Pod/Html.pm
2086 ____________________________________________________________________________
2087 [  4121] By: gsar                                  on 1999/09/10  17:49:35
2088         Log: dos-djgpp update (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
2089      Branch: perl
2090            ! AUTHORS Changes README.dos djgpp/config.over
2091            ! djgpp/configure.bat djgpp/djgpp.c djgpp/djgppsed.sh dosish.h
2092            ! lib/ExtUtils/MM_Unix.pm pod/pod2usage.PL pod/podchecker.PL
2093            ! pod/podselect.PL sv.h t/io/openpid.t util.c
2094 ____________________________________________________________________________
2095 [  4120] By: gsar                                  on 1999/09/10  12:25:01
2096         Log: add perlcompile.pod (edited content from Nathan Torkington
2097              <gnat@frii.com> and others)
2098      Branch: perl
2099            + pod/perlcompile.pod
2100            ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod pod/roffitall
2101 ____________________________________________________________________________
2102 [  4119] By: gsar                                  on 1999/09/10  11:05:13
2103         Log: avoid leaking static local_patches unless patchlevel.h is
2104              explicitly included
2105      Branch: perl
2106            ! patchlevel.h perl.c
2107 ____________________________________________________________________________
2108 [  4118] By: gsar                                  on 1999/09/10  10:44:54
2109         Log: upgrade to Getopt::Long v2.20 (from Johan Vromans
2110              <jvromans@squirrel.nl>)
2111      Branch: perl
2112            + t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
2113            ! Changes MANIFEST lib/Getopt/Long.pm
2114 ____________________________________________________________________________
2115 [  4116] By: jhi                                   on 1999/09/09  15:56:52
2116         Log: perldeltify change #4115.
2117      Branch: cfgperl
2118            ! pod/perldelta.pod
2119 ____________________________________________________________________________
2120 [  4115] By: jhi                                   on 1999/09/09  15:48:56
2121         Log: From: "John L. Allen" <allen@grumman.com> 
2122              To: perl5-porters@perl.org 
2123              Subject: [ID 19990901.003] Time::Local should not croak on "out-of-range" days
2124              Date: Wed, 1 Sep 1999 13:33:39 -0400 (EDT) 
2125              Message-Id: <199909011733.NAA17356@gateway.grumman.com> 
2126      Branch: cfgperl
2127            ! lib/Time/Local.pm
2128 ____________________________________________________________________________
2129 [  4114] By: jhi                                   on 1999/09/09  15:42:30
2130         Log: From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
2131              To: perl5-porters@perl.org
2132              Subject: [ID 19990909.003] MAXINT redefined warning on HP-UX 10.20
2133              Date: Thu, 9 Sep 1999 10:33:37 -0500 (CDT)
2134              Message-Id: <199909091533.KAA01242@www.cvm.uiuc.edu>
2135      Branch: cfgperl
2136            ! pp_sys.c
2137 ____________________________________________________________________________
2138 [  4113] By: jhi                                   on 1999/09/09  10:17:45
2139         Log: From: paul.marquess@bt.com
2140              To: gsar@ActiveState.com
2141              Cc: perl5-porters@perl.org
2142              Subject: [PATCH 5.005_61] DB_File 1.71
2143              Date: Thu, 9 Sep 1999 11:20:13 +0100
2144              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BBE@mbtlipnt02.btlabs.bt.co.uk>
2145      Branch: cfgperl
2146            + ext/DB_File/version.c
2147            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
2148            ! ext/DB_File/Makefile.PL ext/DB_File/dbinfo ext/DB_File/typemap
2149            ! t/lib/db-btree.t
2150 ____________________________________________________________________________
2151 [  4112] By: jhi                                   on 1999/09/09  09:05:32
2152         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2153              To: perl5-porters@perl.org (Mailing list Perl5)
2154              Subject: [PATCH 5.005_58] Fix interaction of (?p{}) and (?>)
2155              Date: Thu, 9 Sep 1999 04:40:11 -0400 (EDT)
2156              Message-Id: <199909090840.EAA26471@monk.mps.ohio-state.edu>
2157      Branch: cfgperl
2158            ! regexec.c t/op/pat.t
2159 ____________________________________________________________________________
2160 [  4110] By: jhi                                   on 1999/09/09  07:29:17
2161         Log: Tidy up 64-bit situation in perldelta.
2162      Branch: cfgperl
2163            ! pod/perldelta.pod
2164 ____________________________________________________________________________
2165 [  4109] By: jhi                                   on 1999/09/09  07:26:53
2166         Log: Clear up PL_regcc issues.
2167              
2168              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2169              To: perl5-porters@perl.org (Mailing list Perl5)
2170              Subject: [PATCH 5.005_60] Another regexec.c unobfuscation
2171              Date: Thu, 9 Sep 1999 02:49:49 -0400 (EDT)
2172              Message-Id: <199909090649.CAA26119@monk.mps.ohio-state.edu>
2173      Branch: cfgperl
2174            ! regexec.c
2175 ____________________________________________________________________________
2176 [  4108] By: gsar                                  on 1999/09/08  20:52:51
2177         Log: avoid ass_u_ming uppercase types are not user objects (spotted
2178              by Kurt Starsinic)
2179      Branch: perl
2180            ! ext/Data/Dumper/Dumper.pm
2181 ____________________________________________________________________________
2182 [  4107] By: gsar                                  on 1999/09/08  20:35:18
2183         Log: From: akim@epita.fr (DEMAILLE Akim)
2184              Date: Wed, 8 Sep 1999 18:18:44 +0200 (CEST)
2185              Message-Id: <m11OkQm-003A4IC@beyrouth.lrde.epita.fr>
2186              Subject: [ID 19990908.014] s2p does not quote @
2187      Branch: perl
2188            ! x2p/s2p.PL
2189 ____________________________________________________________________________
2190 [  4106] By: gsar                                  on 1999/09/08  20:25:12
2191         Log: integrate cfgperl contents into mainline
2192      Branch: perl
2193           !> (integrate 30 files)
2194 ____________________________________________________________________________
2195 [  4105] By: jhi                                   on 1999/09/08  09:02:37
2196         Log: Minor touches at the [:class:] description.
2197      Branch: cfgperl
2198            ! pod/perlre.pod
2199 ____________________________________________________________________________
2200 [  4104] By: jhi                                   on 1999/09/08  08:57:58
2201         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2202              To: Mailing list Perl5 <perl5-porters@perl.org>
2203              Subject: [PATCH 5.005_58] Fix debugging output for REx
2204              Date: Wed, 8 Sep 1999 05:02:02 -0400
2205              Message-ID: <19990908050201.A17682@monk.mps.ohio-state.edu>
2206      Branch: cfgperl
2207            ! regcomp.c
2208 ____________________________________________________________________________
2209 [  4103] By: gsar                                  on 1999/09/08  00:53:50
2210         Log: fix memory leak in C<sub f { split ' ', "a b" } f() while 1>
2211      Branch: perl
2212            ! pp.c
2213 ____________________________________________________________________________
2214 [  4102] By: gsar                                  on 1999/09/08  00:52:50
2215         Log: fix memory leak in C<sub f { @_ = 1 } f() while 1>
2216      Branch: perl
2217            ! cop.h pp_hot.c
2218 ____________________________________________________________________________
2219 [  4101] By: gsar                                  on 1999/09/07  17:25:07
2220         Log: various fixups for windows
2221      Branch: perl
2222            ! embed.h embed.pl objXSUB.h op.c perlapi.c proto.h
2223            ! win32/Makefile win32/makefile.mk xsutils.c
2224 ____________________________________________________________________________
2225 [  4100] By: jhi                                   on 1999/09/07  12:49:15
2226         Log: Fix pointer casts.
2227              
2228              From: Robin Barker <rmb1@cise.npl.co.uk>
2229              To: perl5-porters@perl.org
2230              Subject: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with
2231              -Duse64bits
2232              Date: Tue, 7 Sep 1999 12:30:18 +0100 (BST)
2233              Message-Id: <199909071130.MAA11435@tempest.npl.co.uk>
2234      Branch: cfgperl
2235            ! doio.c dump.c ext/B/B.xs ext/B/typemap
2236            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
2237            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
2238            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
2239            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
2240 ____________________________________________________________________________
2241 [  4099] By: jhi                                   on 1999/09/07  10:29:04
2242         Log: Add sig/pid/uid size and sign probes.
2243      Branch: metaconfig
2244            + U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
2245            + U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
2246 ____________________________________________________________________________
2247 [  4098] By: jhi                                   on 1999/09/07  10:27:06
2248         Log: Band-aid until we've got %{Uid_t} or something similar
2249              for sv_catpvfn().
2250      Branch: cfgperl
2251            ! taint.c
2252 ____________________________________________________________________________
2253 [  4097] By: jhi                                   on 1999/09/07  09:41:23
2254         Log: Fix a printf thinko: now quads must have the ll L q prefix.
2255              (in other words, a bare %d is an int/unsigned)
2256      Branch: cfgperl
2257            ! pp_sys.c sv.c t/op/64bit.t
2258 ____________________________________________________________________________
2259 [  4096] By: jhi                                   on 1999/09/07  07:36:17
2260         Log: HP-UX 10.20 and gcc 2.8.1 break UINT32_MAX.
2261              
2262              From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
2263              To: perl5-porters@perl.org
2264              Subject: [ID 19990906.007] Not OK: perl 5.00561 on PA-RISC1.1 10.20
2265              Date: Mon, 6 Sep 1999 21:18:12 -0500 (CDT)
2266              Message-Id: <199909070218.VAA29232@www.cvm.uiuc.edu>
2267      Branch: cfgperl
2268            ! hints/hpux.sh perl.h
2269 ____________________________________________________________________________
2270 [  4095] By: gsar                                  on 1999/09/06  20:47:02
2271         Log: applied suggested patch with suitable test to detect MSVC
2272              From: "Vishal Bhatia" <vishalb@my-deja.com>
2273              Date: Wed, 11 Aug 1999 01:43:28 -0700
2274              Message-ID: <GFCJELIOGEENAAAA@my-deja.com>
2275              Subject: compiler on  win32
2276      Branch: perl
2277            ! ext/B/B/C.pm
2278 ____________________________________________________________________________
2279 [  4094] By: jhi                                   on 1999/09/06  20:34:44
2280         Log: Integrate with Sarathy.
2281      Branch: cfgperl
2282           !> ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
2283           !> t/harness t/pragma/sub_lval.t utils/Makefile utils/perlcc.PL
2284 ____________________________________________________________________________
2285 [  4093] By: jhi                                   on 1999/09/06  20:33:43
2286         Log: Fix UV_SIZEOF to UVSIZE; change the overflow tests
2287              so that they overflow also on 64-bit platforms.
2288      Branch: cfgperl
2289            ! t/pragma/warn/toke t/pragma/warn/util toke.c util.c
2290 ____________________________________________________________________________
2291 [  4092] By: gsar                                  on 1999/09/06  20:16:58
2292         Log: support bytecode and C backends in perlcc (patch suggested
2293              by Tom Hughes <tom@compton.au>); s/-opt/-noopt/ and make the
2294              C backend the default; describe new switches in pod; introduce
2295              PERLCC_OPTS and s/COMPILE_TIMEOUT/PERLCC_TIMEOUT/;
2296              s/COMPILE_TEST/HARNESS_COMPILE_TEST/; document these %ENV
2297              entries
2298      Branch: perl
2299            ! ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
2300            ! t/harness utils/Makefile utils/perlcc.PL
2301 ____________________________________________________________________________
2302 [  4091] By: jhi                                   on 1999/09/06  19:10:41
2303         Log: Integrate with Sarathy.
2304      Branch: cfgperl
2305           +> t/pragma/sub_lval.t
2306           !> (integrate 52 files)
2307 ____________________________________________________________________________
2308 [  4090] By: gsar                                  on 1999/09/06  19:09:06
2309         Log: propagate changed error text
2310      Branch: perl
2311            ! t/pragma/sub_lval.t
2312 ____________________________________________________________________________
2313 [  4089] By: gsar                                  on 1999/09/06  18:54:43
2314         Log: sprintf doc tweak (from Ian Phillipps <ian@dial.pipex.com>)
2315      Branch: perl
2316            ! pod/perlfunc.pod
2317 ____________________________________________________________________________
2318 [  4088] By: gsar                                  on 1999/09/06  18:52:10
2319         Log: From: paul.marquess@bt.com
2320              Date: Sun, 5 Sep 1999 15:11:08 +0100 
2321              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BAB@mbtlipnt02.btlabs.bt.co.uk>
2322              Subject: [PATCH 5.005_61] Another patch for Lexical Warnings
2323      Branch: perl
2324            ! pp_sys.c t/pragma/warn/doio t/pragma/warn/op
2325            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys
2326            ! t/pragma/warn/regcomp t/pragma/warn/sv t/pragma/warn/toke
2327            ! t/pragma/warn/universal t/pragma/warn/utf8 t/pragma/warn/util
2328            ! toke.c
2329 ____________________________________________________________________________
2330 [  4087] By: gsar                                  on 1999/09/06  18:06:06
2331         Log: change#3612 is buggy when quotemeta argument matches target
2332              (hope this is the last of the optimized-OP_SASSIGN bugs)
2333              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2334              Date: Sun, 5 Sep 1999 06:07:42 -0400 (EDT)
2335              Message-Id: <199909051007.GAA06423@monk.mps.ohio-state.edu>
2336              Subject: Re: [BUG: quotemeta]
2337      Branch: perl
2338            ! Changes op.c t/op/lex_assign.t
2339 ____________________________________________________________________________
2340 [  4086] By: gsar                                  on 1999/09/06  17:57:52
2341         Log: misc tweaks
2342      Branch: perl
2343            ! bytecode.pl ext/ByteLoader/byterun.h pod/perlsyn.pod toke.c
2344 ____________________________________________________________________________
2345 [  4085] By: gsar                                  on 1999/09/06  03:54:23
2346         Log: applied patch suggested by Hans Mulder to fix problems on
2347              OPENSTEP-Mach; be more careful about PERL_POLLUTE_MALLOC
2348              when they ask for bincompat (platforms that used to default
2349              to EMBEDMYMALLOC continue to do so); disable warnings.t#192
2350              (appears unsalvageable on some platforms)
2351      Branch: perl
2352            ! embed.h embed.pl handy.h perl.h pp_sys.c t/pragma/warn/pp_hot
2353 ____________________________________________________________________________
2354 [  4084] By: bailey                                on 1999/09/06  02:39:11
2355         Log: Integrate mainline 5.05_61
2356      Branch: vmsperl
2357           +> (branch 32 files)
2358            - lib/unicode/EthiopicSyllables.txt
2359            - lib/unicode/MakeEthiopicSyllables.PL t/pragma/warning.t
2360            - warning.pl
2361            ! vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
2362            ! vms/perly_h.vms vms/vms.c
2363           !> (integrate 346 files)
2364 ____________________________________________________________________________
2365 [  4083] By: gsar                                  on 1999/09/06  00:10:40
2366         Log: optional warning on join(/foo/...) (reworked suggested patch
2367              by Mark-Jason Dominus <mjd@plover.com>)
2368      Branch: perl
2369            ! embed.h objXSUB.h op.c opcode.h opcode.pl perlapi.c
2370            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.sym
2371            ! pp_proto.h t/pragma/warn/op
2372 ____________________________________________________________________________
2373 [  4082] By: gsar                                  on 1999/09/05  22:28:57
2374         Log: fix data loss when more than one block is read from SDBM
2375              *.dir file (suggested by Uwe Ohse <uwe@ohse.de>)
2376      Branch: perl
2377            ! ext/SDBM_File/sdbm/sdbm.c
2378 ____________________________________________________________________________
2379 [  4081] By: gsar                                  on 1999/09/05  22:07:18
2380         Log: initial implementation of lvalue subroutines (slightly fixed
2381              version of patch suggested by Ilya Zakharevich, which in turn
2382              is based on the one suggested by Tuomas J. Lukka <lukka@iki.fi>)
2383      Branch: perl
2384            + t/pragma/sub_lval.t
2385            ! MANIFEST cop.h cv.h dump.c embed.h ext/Opcode/Opcode.pm
2386            ! ext/attrs/attrs.pm ext/attrs/attrs.xs global.sym objXSUB.h
2387            ! op.c op.h opcode.h opcode.pl opnames.h perlapi.c
2388            ! pod/perldiag.pod pod/perlsub.pod pp.c pp.sym pp_hot.c
2389            ! pp_proto.h proto.h t/pragma/warn/pp_ctl
2390 ____________________________________________________________________________
2391 [  4080] By: jhi                                   on 1999/09/05  22:02:18
2392         Log: Undo #4055 (related to #4079).
2393      Branch: cfgperl
2394            ! pod/perlop.pod
2395 ____________________________________________________________________________
2396 [  4079] By: jhi                                   on 1999/09/05  21:30:54
2397         Log: Time is not yet ripe.
2398      Branch: cfgperl
2399            ! pod/perldelta.pod pod/perlop.pod pp.c t/op/64bit.t t/op/misc.t
2400 ____________________________________________________________________________
2401 [  4078] By: gsar                                  on 1999/09/05  18:17:32
2402         Log: modified suggested patch to handle cross-refs and qr// objects
2403              correctly; unfollowed refs are represented as simple string
2404              value, not just the bare type; $VERSION stays the same until
2405              it is ready for prime time (avoids CPAN confustication)
2406              From:    John Nolan <jpnolan@Op.Net>
2407              Date:    Wed, 04 Aug 1999 20:21:10 EDT
2408              Message-Id: <199908050021.UAA09693@monet.op.net>
2409              Subject: [ID 19990804.006] [PATCH]5.005_60 (Data::Dumper) - implements Maxdepth setting
2410      Branch: perl
2411            ! Changes ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
2412            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo t/lib/dumper.t
2413 ____________________________________________________________________________
2414 [  4077] By: jhi                                   on 1999/09/04  21:54:42
2415         Log: timesum() wasn't @EXPORTed as promised by the documentation.
2416              Bug reported by Alex Efros <powerman@inart.kharkov.com>.
2417      Branch: cfgperl
2418            ! lib/Benchmark.pm
2419 ____________________________________________________________________________
2420 [  4076] By: gsar                                  on 1999/09/04  20:21:59
2421         Log: integrate cfgperl contents into mainline
2422      Branch: perl
2423           +> lib/attributes.pm lib/warnings.pm t/lib/attrs.t t/op/attrs.t
2424           +> t/pragma/warn/7fatal t/pragma/warn/8signal t/pragma/warnings.t
2425           +> warnings.h warnings.pl xsutils.c
2426            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
2427           !> (integrate 109 files)
2428 ____________________________________________________________________________
2429 [  4075] By: jhi                                   on 1999/09/04  18:04:47
2430         Log: use integer on the problematic subtest.
2431      Branch: cfgperl
2432            ! t/op/misc.t
2433 ____________________________________________________________________________
2434 [  4074] By: jhi                                   on 1999/09/04  17:57:40
2435         Log: Warn about numconvert.t in case somebody
2436              wants to make sv_2pv more 64-bit aware.
2437      Branch: cfgperl
2438            ! sv.c
2439 ____________________________________________________________________________
2440 [  4073] By: jhi                                   on 1999/09/04  17:54:51
2441         Log: Comment upgrading: the quad situation isn't quite as
2442              bad as it used to be.
2443      Branch: cfgperl
2444            ! perl.h
2445 ____________________________________________________________________________
2446 [  4072] By: jhi                                   on 1999/09/04  15:35:37
2447         Log: Integrate with Sarathy.
2448      Branch: cfgperl
2449           !> win32/win32.c
2450 ____________________________________________________________________________
2451 [  4071] By: jhi                                   on 1999/09/04  15:28:11
2452         Log: Fix LFS with -Duseperlio in Solaris.  Reported in
2453              
2454              From: Robin Barker <rmb1@cise.npl.co.uk>
2455              To: perl5-porters@perl.org
2456              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
2457              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
2458              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
2459              
2460              and later (in private email) found to be dependent
2461              on useperlio.
2462              
2463              Mental note: the cpp magic done in perlsdio.h (and assumedly
2464              also in perlsfio.h) may cause trouble later with lfs because
2465              both the perlio scheme by Perl and the lfs support by vendors
2466              like to play cpp games to map the stdio namespace back and forth.
2467              The problem fixed here (fseek vs fseeko, ftell vs ftello) may be
2468              just the beginning.
2469      Branch: cfgperl
2470            ! perlio.c
2471 ____________________________________________________________________________
2472 [  4070] By: jhi                                   on 1999/09/04  13:12:14
2473         Log: Enable 64-bit clean bit ops.
2474              (Disables the t/op/misc.t substest 3 in 64-bit platforms.)
2475      Branch: cfgperl
2476            ! pod/perldelta.pod pod/perlop.pod pp.c pp_hot.c t/op/64bit.t
2477            ! t/op/misc.t
2478 ____________________________________________________________________________
2479 [  4069] By: jhi                                   on 1999/09/03  21:17:30
2480         Log: Turn on USE_64_BIT_OFFSETS implicitly.
2481      Branch: cfgperl
2482            ! perl.h
2483 ____________________________________________________________________________
2484 [  4068] By: jhi                                   on 1999/09/03  08:19:59
2485         Log: Fix from Spider for the sub attributes (there was an undocumented
2486              dependency between force_word() and skipspace()).
2487      Branch: cfgperl
2488            ! toke.c
2489 ____________________________________________________________________________
2490 [  4067] By: jhi                                   on 1999/09/01  23:17:06
2491         Log: From: John Tobey <spam@john-edwin-tobey.org>
2492              To: ilya@math.ohio-state.edu
2493              CC: perl5-porters@perl.org
2494              Subject: Re: [PATCH 5.005_60] distclean forgot two
2495              Date: Mon, 23 Aug 1999 02:10:11 -0400 (EDT)
2496              Message-Id: <m11InJ5-000FPCC@feynman.localnet>
2497      Branch: cfgperl
2498            ! t/lib/dprof.t
2499 ____________________________________________________________________________
2500 [  4066] By: jhi                                   on 1999/09/01  23:14:50
2501         Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
2502              To: perl5-porters@perl.org
2503              Subject: [ID 19990821.001] [PATCH] perl5.005_60 cygwin port
2504              Date: Fri, 20 Aug 1999 15:37:27 +0100
2505              Message-Id: <8A160D637356D311BC4300600849EC8122E217@POST>
2506      Branch: cfgperl
2507            ! cygwin/Makefile.SHs ext/ByteLoader/byterun.h
2508            ! ext/SDBM_File/sdbm/sdbm.c hints/cygwin.sh perl.h pp_sys.c
2509            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t
2510 ____________________________________________________________________________
2511 [  4065] By: jhi                                   on 1999/09/01  22:06:43
2512         Log: From: Dominic Dunlop <domo@vo.lu>
2513              To: perl5-porters@perl.org
2514              Subject: [ID 19990819.001] Not OK: perl 5.00560 on powerpc-machten 4.1.1
2515              (UNINSTALLED) [PATCH]
2516              Date: Thu, 19 Aug 1999 09:48:03 +0200
2517              Message-Id: <v03110709b3e165b51dda@[212.24.192.132]>
2518              
2519              The PERL_POLLUTE_MALLOC part had to be manually applied.
2520      Branch: cfgperl
2521            ! hints/machten.sh perl.h
2522 ____________________________________________________________________________
2523 [  4064] By: jhi                                   on 1999/09/01  13:56:14
2524         Log: From: Martin Lichtin <lichtin@bivio.com>
2525              To: jhi@iki.fi
2526              CC: perl5-porters@perl.org
2527              Subject: Re: [ID 19990829.001] ExtUtils::Install.pm, minor umask problem
2528              Date: Wed, 01 Sep 1999 15:50:04 +0200
2529              Message-ID: <37CD2F0C.944BFACE@bivio.com>
2530      Branch: cfgperl
2531            ! lib/ExtUtils/Install.pm
2532 ____________________________________________________________________________
2533 [  4063] By: jhi                                   on 1999/09/01  13:16:11
2534         Log: Enhance lfs tests: check every seek and sysseek
2535              and test also that -e and -f detect largefiles.
2536      Branch: cfgperl
2537            ! t/lib/syslfs.t t/op/lfs.t
2538 ____________________________________________________________________________
2539 [  4062] By: jhi                                   on 1999/09/01  12:08:04
2540         Log: From: Colin Kuskie <ckuskie@Cadence.COM>
2541              To: Ronald J Kimball <rjk@linguist.dartmouth.edu>
2542              cc: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>,
2543              The Perl Porters Mailing List <perl5-porters@perl.org>
2544              Subject: [REPATCH 5.005_61] Re: perldiag.pod omissions
2545              Date: Tue, 31 Aug 1999 11:24:31 -0700 (PDT)
2546              Message-ID: <Pine.GSO.4.10.9908311055460.11290-100000@pdxult10a.cadence.com>
2547      Branch: cfgperl
2548            ! pod/perldiag.pod
2549 ____________________________________________________________________________
2550 [  4061] By: jhi                                   on 1999/09/01  12:03:03
2551         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2552              To: ilya@math.ohio-state.edu (Ilya Zakharevich)
2553              Cc: perl5-porters@perl.org, cloos@adamsmith.ai
2554              Subject: Re: [ID 19990830.005] Assigning value of an op on an SV to said SV
2555              Date: Wed, 1 Sep 1999 02:56:06 -0400 (EDT)
2556              Message-Id: <199909010656.CAA04478@monk.mps.ohio-state.edu>
2557      Branch: cfgperl
2558            ! op.c t/op/join.t
2559 ____________________________________________________________________________
2560 [  4060] By: jhi                                   on 1999/09/01  07:59:42
2561         Log: IV_DIG and NV_DIG fixes.
2562      Branch: cfgperl
2563            ! perl.h
2564 ____________________________________________________________________________
2565 [  4059] By: jhi                                   on 1999/08/31  14:47:18
2566         Log: \C{} -> \N{} residue.
2567      Branch: cfgperl
2568            ! toke.c
2569 ____________________________________________________________________________
2570 [  4057] By: gsar                                  on 1999/08/30  22:08:19
2571         Log: avoid hiding child process window
2572      Branch: perl
2573            ! win32/win32.c
2574 ____________________________________________________________________________
2575 [  4055] By: jhi                                   on 1999/08/30  21:20:50
2576         Log: Document the undefinedness of overshifting.
2577      Branch: cfgperl
2578            ! pod/perlop.pod
2579 ____________________________________________________________________________
2580 [  4054] By: jhi                                   on 1999/08/30  20:18:18
2581         Log: History fixes and updates.
2582      Branch: cfgperl
2583            ! pod/perlhist.pod
2584 ____________________________________________________________________________
2585 [  4053] By: jhi                                   on 1999/08/30  19:34:02
2586         Log: Shell quoting thinko broke installdirs.
2587              From: JVromans@Squirrel.nl (Johan Vromans)
2588              To: perl5-porters@perl.org
2589              Subject: [ID 19990830.001] 5.005_61 Configure does not substitute
2590              installprefix
2591              Date: Mon, 30 Aug 1999 16:10:10 +0200 (MEST)
2592              Message-Id: <14282.37058.934928.805633@plume.nl.compuware.com>
2593      Branch: cfgperl
2594            ! Configure config_h.SH
2595      Branch: metaconfig
2596            ! U/installdirs/archlib.U U/installdirs/bin.U
2597            ! U/installdirs/html1dir.U U/installdirs/html3dir.U
2598            ! U/installdirs/installprefix.U U/installdirs/man1dir.U
2599            ! U/installdirs/man3dir.U U/installdirs/privlib.U
2600            ! U/installdirs/scriptdir.U U/installdirs/sitearch.U
2601            ! U/installdirs/sitebin.U U/installdirs/sitehtml1dir.U
2602            ! U/installdirs/sitehtml3dir.U U/installdirs/sitelib.U
2603            ! U/installdirs/siteman1dir.U U/installdirs/siteman3dir.U
2604            ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
2605            ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
2606            ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
2607            ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
2608            ! U/installdirs/vendorscriptdir.U
2609 ____________________________________________________________________________
2610 [  4052] By: jhi                                   on 1999/08/30  02:57:05
2611         Log: Use \N{named characters} instead of \C.
2612              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2613              To: jhi@iki.fi
2614              Cc: larry@wall.org (Larry Wall), Tim.Bunce@ig.co.uk (Tim Bunce),
2615              perl5-porters@perl.org (Mailing list Perl5)
2616              Subject: Re: [PATCH 5.005_58] Named characters in Perl
2617              Date: Sun, 29 Aug 1999 16:46:53 -0400 (EDT)
2618              Message-Id: <199908292046.QAA05510@monk.mps.ohio-state.edu>
2619      Branch: cfgperl
2620            ! lib/charnames.pm lib/utf8.pm pod/perldiag.pod pod/perlop.pod
2621            ! pod/perlre.pod regcomp.c t/lib/charnames.t toke.c
2622 ____________________________________________________________________________
2623 [  4051] By: jhi                                   on 1999/08/30  02:54:20
2624         Log: From: Spider Boardman <spider@Orb.Nashua.NH.US>
2625              To: perl5-porters@perl.org
2626              Subject: [ID 19990829.004] Autoloaded &VERSION and UNIVERSAL::VERSION
2627              don't mix
2628              Date: Sun, 29 Aug 1999 19:04:53 -0400
2629              Message-Id: <199908292304.TAA13738@Orb.Nashua.NH.US>
2630      Branch: cfgperl
2631            ! universal.c
2632 ____________________________________________________________________________
2633 [  4050] By: jhi                                   on 1999/08/29  16:38:58
2634         Log: Conditionally socksify the LIBS of Socket.
2635      Branch: cfgperl
2636            ! ext/Socket/Makefile.PL
2637 ____________________________________________________________________________
2638 [  4049] By: jhi                                   on 1999/08/29  15:33:30
2639         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2640              To: Mailing list Perl5 <perl5-porters@perl.org>
2641              Subject: Re: [PATCH 5.005_60] fix @DB::typeahead
2642              Date: Wed, 25 Aug 1999 16:19:58 -0400
2643              Message-ID: <19990825161958.A4658@monk.mps.ohio-state.edu>
2644      Branch: cfgperl
2645            ! lib/perl5db.pl
2646 ____________________________________________________________________________
2647 [  4048] By: jhi                                   on 1999/08/29  15:31:36
2648         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
2649              To: perl5-porters@perl.org
2650              Subject: [PATCH _61] Lost arguments to simplified sort
2651              Date: Wed, 25 Aug 1999 23:22:32 -0700 (PDT)
2652              Message-ID: <14276.56616.879390.562685@metonymy.hip.berkeley.edu>
2653      Branch: cfgperl
2654            ! op.c t/op/sort.t
2655 ____________________________________________________________________________
2656 [  4047] By: jhi                                   on 1999/08/29  15:29:29
2657         Log: From: Olaf Flebbe <olaf@science-computing.de>
2658              Sender: owner-perl5-porters@perl.org
2659              To: perl5-porters@perl.org
2660              Subject: [ID 19990827.003] [PATCH]5.005_60 Patch for EPOC Support
2661              Date: Fri, 27 Aug 1999 21:50:41 +0200 (MEST)
2662      Branch: cfgperl
2663            ! README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
2664            ! epoc/perl.mmp epoc/perl.pkg
2665 ____________________________________________________________________________
2666 [  4046] By: jhi                                   on 1999/08/29  15:21:18
2667         Log: From: pvhp@forte.com (Peter Prymmer)
2668              To: perl5-porters@perl.org
2669              Subject: [PATCH: 5.005_61] an EBCDIC friendly cgi-html.t test
2670              Date: Fri, 27 Aug 99 18:51:04 PDT
2671              Message-Id: <9908280151.AA05010@forte.com>
2672      Branch: cfgperl
2673            ! t/lib/cgi-html.t
2674 ____________________________________________________________________________
2675 [  4045] By: jhi                                   on 1999/08/29  15:18:38
2676         Log: Fix scalar gmtime (and localtime) in quad environments,
2677              bug reported by Robin Parker.
2678              
2679              From: Robin Barker <rmb1@cise.npl.co.uk>
2680              To: jhi@iki.fi
2681              Cc: perl5-porters@perl.org
2682              Subject: Re: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
2683              Date: Tue, 24 Aug 1999 11:09:24 +0100 (BST)
2684              Message-Id: <199908241009.LAA24394@tempest.npl.co.uk>
2685      Branch: cfgperl
2686            ! pp_sys.c t/op/time.t
2687 ____________________________________________________________________________
2688 [  4044] By: jhi                                   on 1999/08/29  11:24:03
2689         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2690              To: perl5-porters@perl.org (Mailing list Perl5)
2691              Subject: [PATCH 5.005_60] Speeding up XSUB calls up to 66%
2692              Date: Fri, 27 Aug 1999 03:33:01 -0400 (EDT)
2693              Message-Id: <199908270733.DAA16927@monk.mps.ohio-state.edu>
2694              
2695              Addendum: it's "only" 33% speedup.
2696      Branch: cfgperl
2697            ! dump.c op.c op.h pp.h
2698 ____________________________________________________________________________
2699 [  4043] By: jhi                                   on 1999/08/29  11:10:33
2700         Log: From: spider-perl@Orb.Nashua.NH.US
2701              To: Mailing list Perl5 <perl5-porters@perl.org>
2702              Subject: [PATCH 5.005_61 CORE] sub : attrlist
2703              Date: Sun, 29 Aug 1999 03:02:11 -0400
2704              Message-Id: <199908290702.DAA32191@Orb.Nashua.NH.US>
2705      Branch: cfgperl
2706            + lib/attributes.pm t/lib/attrs.t t/op/attrs.t xsutils.c
2707            ! MANIFEST Makefile.SH embed.h embed.pl embedvar.h global.sym
2708            ! gv.c lib/AutoSplit.pm lib/SelfLoader.pm objXSUB.h op.c perl.c
2709            ! perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
2710            ! perly_c.diff pod/perldelta.pod pod/perldiag.pod
2711            ! pod/perlfunc.pod pod/perlmodlib.pod pod/perlsub.pod proto.h
2712            ! toke.c vms/perly_c.vms vms/perly_h.vms warnings.h
2713 ____________________________________________________________________________
2714 [  4042] By: jhi                                   on 1999/08/29  11:08:50
2715         Log: Turn off gcc-2.95's strict-alias optimization.
2716              This, of course, should be only temporary.
2717              From Andy Dougherty.
2718      Branch: cfgperl
2719            ! Configure config_h.SH
2720      Branch: metaconfig
2721            ! U/compline/ccflags.U U/modified/cc.U
2722 ____________________________________________________________________________
2723 [  4041] By: jhi                                   on 1999/08/29  10:47:30
2724         Log: Fix a typo in #4036.
2725      Branch: cfgperl
2726            ! mg.c
2727 ____________________________________________________________________________
2728 [  4040] By: jhi                                   on 1999/08/29  10:34:58
2729         Log: Add a missing #endif forgotten by #4035.
2730      Branch: cfgperl
2731            ! doop.c
2732 ____________________________________________________________________________
2733 [  4039] By: jhi                                   on 1999/08/29  10:31:19
2734         Log: Remove an extra #endif introduced by #4036.
2735      Branch: cfgperl
2736            ! perl.h
2737 ____________________________________________________________________________
2738 [  4038] By: jhi                                   on 1999/08/29  10:18:59
2739         Log: Rename warning to warnings, from Paul Marquess.
2740      Branch: cfgperl
2741            + lib/warnings.pm t/pragma/warn/7fatal t/pragma/warn/8signal
2742            + t/pragma/warnings.t warnings.h warnings.pl
2743            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
2744            ! MANIFEST Makefile.SH gv.c mg.c perl.h pod/perldelta.pod
2745            ! pod/perldiag.pod pod/perlfunc.pod pod/perllexwarn.pod
2746            ! pod/perlmodlib.pod pod/perlrun.pod pod/perltoc.pod
2747            ! pod/perlvar.pod t/op/64bit.t t/op/tie.t t/pragma/warn/2use
2748            ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/5nolint
2749            ! t/pragma/warn/6default t/pragma/warn/doio t/pragma/warn/doop
2750            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
2751            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
2752            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
2753            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
2754            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
2755            ! t/pragma/warn/utf8 t/pragma/warn/util toke.c
2756 ____________________________________________________________________________
2757 [  4037] By: jhi                                   on 1999/08/29  10:08:47
2758         Log: Create the equivalence tables based on
2759              the real Unicode decomposition, not on
2760              the character name.
2761      Branch: cfgperl
2762            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
2763            ! lib/unicode/mktables.PL
2764 ____________________________________________________________________________
2765 [  4036] By: jhi                                   on 1999/08/29  09:29:08
2766         Log: Integrate with Sarathy.
2767      Branch: cfgperl
2768           +> lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
2769           +> lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
2770           +> lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
2771           +> lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
2772           +> lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
2773           +> lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
2774           !> (integrate 190 files)
2775 ____________________________________________________________________________
2776 [  4035] By: jhi                                   on 1999/08/29  08:56:15
2777         Log: Implement 64-bit vec().
2778      Branch: cfgperl
2779            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
2780            ! pp.h t/op/64bit.t
2781 ____________________________________________________________________________
2782 [  4034] By: gsar                                  on 1999/08/29  03:35:18
2783         Log: deadcode removal
2784      Branch: perl
2785            ! XSUB.h embed.h embed.pl global.sym mg.c op.c perl.h perlapi.h
2786            ! pp_ctl.c proto.h run.c sv.c
2787 ____________________________________________________________________________
2788 [  4033] By: jhi                                   on 1999/08/28  17:31:07
2789         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
2790              To: perl5-porters@perl.org
2791              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
2792              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
2793              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
2794      Branch: cfgperl
2795            ! perl.h
2796 ____________________________________________________________________________
2797 [  4032] By: gsar                                  on 1999/08/26  23:53:33
2798         Log: new thread should set current interp in TLS
2799      Branch: perl
2800            ! ext/Thread/Thread.xs
2801 ____________________________________________________________________________
2802 [  4031] By: bailey                                on 1999/08/23  03:40:07
2803         Log: When extension doesn't have a "main" object file to anchor linker search, pull in all objct files
2804      Branch: vmsperl
2805            ! lib/ExtUtils/MM_VMS.pm
2806 ____________________________________________________________________________
2807 [  4030] By: bailey                                on 1999/08/23  03:37:43
2808         Log: Patch up holes in realclean target
2809      Branch: vmsperl
2810            ! vms/descrip_mms.template
2811 ____________________________________________________________________________
2812 [  4029] By: bailey                                on 1999/08/23  03:36:24
2813         Log: Fix handling of PERL_POLLUTE
2814      Branch: vmsperl
2815            ! lib/ExtUtils/MM_VMS.pm
2816 ____________________________________________________________________________
2817 [  4028] By: bailey                                on 1999/08/23  03:34:08
2818         Log: Update VMS version of perly.h
2819      Branch: vmsperl
2820            ! vms/perly_h.vms
2821 ____________________________________________________________________________
2822 [  4027] By: bailey                                on 1999/08/23  03:32:45
2823         Log: Update dependencies in Descrip.MMS
2824      Branch: vmsperl
2825            ! vms/descrip_mms.template
2826 ____________________________________________________________________________
2827 [  4026] By: bailey                                on 1999/08/23  03:30:01
2828         Log: Fix prototypes in perlapi.c (64-bit?)
2829              Clear prior definition of getenv_len before defining VMS-specific macro
2830      Branch: vmsperl
2831            ! perlapi.c vms/vmsish.h
2832 ____________________________________________________________________________
2833 [  4025] By: bailey                                on 1999/08/23  03:25:51
2834         Log: Add '-m' option to Configure.com which skips the MANIFEST check
2835      Branch: vmsperl
2836            ! configure.com
2837 ____________________________________________________________________________
2838 [  4024] By: bailey                                on 1999/08/23  03:23:34
2839         Log: Skip open() tests that rely on Unix fork semantics
2840      Branch: vmsperl
2841            ! t/io/open.t
2842 ____________________________________________________________________________
2843 [  4023] By: bailey                                on 1999/08/23  03:21:46
2844         Log: Loosen conditons for recognizing a function name in perl.h to accomodate revisions
2845      Branch: vmsperl
2846            ! vms/gen_shrfls.pl
2847 ____________________________________________________________________________
2848 [  4022] By: bailey                                on 1999/08/23  03:17:33
2849         Log: update MM_VMS to use new File::Spec routines
2850      Branch: vmsperl
2851            ! lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm
2852 ____________________________________________________________________________
2853 [  4021] By: bailey                                on 1999/08/23  03:13:40
2854         Log: byteperl is now part of the ByteLoader ext
2855      Branch: vmsperl
2856            ! ext/ByteLoader/byterun.h vms/descrip_mms.template
2857 ____________________________________________________________________________
2858 [  4020] By: bailey                                on 1999/08/23  03:10:41
2859         Log: Allow option to treat barewords at start of Unix paths as simple words rather than logicals
2860      Branch: vmsperl
2861            ! vms/vms.c
2862 ____________________________________________________________________________
2863 [  4019] By: bailey                                on 1999/08/23  03:07:28
2864         Log: Update calls for new thread context handling
2865      Branch: vmsperl
2866            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
2867            ! ext/POSIX/POSIX.xs vms/vms.c vms/vmsish.h vms/writemain.pl
2868 ____________________________________________________________________________
2869 [  4018] By: bailey                                on 1999/08/23  03:01:31
2870         Log: Allow for file versions in library when looking for .bs files
2871      Branch: vmsperl
2872            ! ext/DynaLoader/DynaLoader_pm.PL
2873 ____________________________________________________________________________
2874 [  4017] By: bailey                                on 1999/08/23  02:58:55
2875         Log: Update VMS configuration procedures for 5.005_60
2876      Branch: vmsperl
2877            ! configure.com vms/subconfigure.com
2878 ____________________________________________________________________________
2879 [  4016] By: gsar                                  on 1999/08/20  22:19:56
2880         Log: update Changes
2881      Branch: perl
2882            ! Changes
2883
2884 ----------------
2885 Version 5.005_61
2886 ----------------
2887
2888 ____________________________________________________________________________
2889 [  4015] By: gsar                                  on 1999/08/20  22:17:41
2890         Log: perl_free() should use PerlMem_free()
2891      Branch: perl
2892            ! perl.c
2893 ____________________________________________________________________________
2894 [  4014] By: gsar                                  on 1999/08/20  22:10:46
2895         Log: win32 tweaks
2896      Branch: perl
2897            ! XSUB.h mg.c perl.c win32/config.bc win32/config.gc
2898            ! win32/config.vc win32/config_H.bc win32/config_H.gc
2899            ! win32/config_H.vc
2900 ____________________________________________________________________________
2901 [  4013] By: gsar                                  on 1999/08/20  22:09:56
2902         Log: DEBUG_m() adjusted to internalize dTHX
2903      Branch: perl
2904            ! malloc.c perl.h util.c
2905 ____________________________________________________________________________
2906 [  4012] By: gsar                                  on 1999/08/20  17:51:06
2907         Log: make autogenerated files writable
2908      Branch: perl
2909            ! (edit 171 files)
2910 ____________________________________________________________________________
2911 [  4011] By: gsar                                  on 1999/08/20  17:43:47
2912         Log: update Changes
2913      Branch: perl
2914            ! Changes perl.h pod/perldelta.pod pod/perlguts.pod
2915 ____________________________________________________________________________
2916 [  4010] By: gsar                                  on 1999/08/20  17:21:53
2917         Log: up patchlevel &c
2918      Branch: perl
2919            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
2920            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
2921 ____________________________________________________________________________
2922 [  4009] By: gsar                                  on 1999/08/20  16:46:26
2923         Log: add missing Is/Syl*.pl files
2924      Branch: perl
2925            + lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
2926            + lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
2927            + lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
2928            + lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
2929            + lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
2930            + lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
2931 ____________________________________________________________________________
2932 [  4008] By: gsar                                  on 1999/08/20  16:31:02
2933         Log: integrate cfgperl contents into mainline
2934      Branch: perl
2935           +> ext/ByteLoader/hints/sunos.pl lib/charnames.pm
2936           +> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
2937           +> lib/unicode/syllables.txt t/lib/charnames.t t/lib/syslfs.t
2938           +> t/op/lfs.t
2939            - lib/unicode/EthiopicSyllables.txt
2940            - lib/unicode/MakeEthiopicSyllables.PL
2941           !> (integrate 261 files)
2942 ____________________________________________________________________________
2943 [  4007] By: gsar                                  on 1999/08/20  15:24:08
2944         Log: support USE_THREADS+MULTIPLICITY; source compat tweaks for
2945              USE_THREADS and MULTIPLICITY; minor pod adjustments
2946      Branch: perl
2947            ! Porting/patching.pod Todo Todo-5.005 XSUB.h embed.pl
2948            ! embedvar.h perl.c perl.h pod/perlguts.pod util.c
2949 ____________________________________________________________________________
2950 [  4006] By: jhi                                   on 1999/08/19  19:01:41
2951         Log: Tighten the vec() code so that naughty BITS cause an error.
2952      Branch: cfgperl
2953            ! doop.c
2954 ____________________________________________________________________________
2955 [  4005] By: jhi                                   on 1999/08/19  15:55:09
2956         Log: Don't document ill-defined vec() bits cases
2957              (for which the code doesn't work right in any case)
2958      Branch: cfgperl
2959            ! pod/perldiag.pod pod/perlfunc.pod
2960 ____________________________________________________________________________
2961 [  4004] By: jhi                                   on 1999/08/19  12:49:41
2962         Log: Removed duplicated code (in pp.c and mg.c) by introducing
2963              do_vecget().  NOTE: the calling convention of do_vecset()
2964              changes, too: the `offset' that is assigned to LvTARGOFF(TARG)
2965              in pp_vec() is no more multiplied by `size' in pp_vec(),
2966              the multiplication is now done in do_vecset().
2967              
2968              Also fix a cpp thinko in change #4002.
2969      Branch: cfgperl
2970            ! doop.c embed.h embed.pl embedvar.h global.sym mg.c objXSUB.h
2971            ! perl.h perlapi.c pod/perldiag.pod pod/perlfunc.pod pp.c
2972            ! proto.h
2973 ____________________________________________________________________________
2974 [  4003] By: jhi                                   on 1999/08/18  08:27:22
2975         Log: Warn about small spherical distances.
2976      Branch: cfgperl
2977            ! lib/Math/Trig.pm
2978 ____________________________________________________________________________
2979 [  4002] By: jhi                                   on 1999/08/17  09:11:51
2980         Log: Enhance IV_FITS_IN_IV (though it's still unused).
2981      Branch: cfgperl
2982            ! perl.h
2983 ____________________________________________________________________________
2984 [  4001] By: jhi                                   on 1999/08/17  08:13:34
2985         Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
2986              Message-ID: <sfcogg7ylk7.fsf@hohenstaufen.in-berlin.de>
2987              To: The Perl5 Porters Mailing List <perl5-porters@perl.org>
2988              Subject: [PATCH] overload.pm str/num confu
2989              Date: 17 Aug 1999 08:21:12 +0200
2990      Branch: cfgperl
2991            ! lib/overload.pm
2992 ____________________________________________________________________________
2993 [  4000] By: jhi                                   on 1999/08/17  07:20:23
2994         Log: From: merlyn@stonehenge.com (Randal L. Schwartz)
2995              To: perl5-porters@perl.org
2996              Subject: [ID 19990816.006] small patch to perlobj.pod from 5.005_03
2997              Date: 16 Aug 1999 14:24:28 -0700
2998              Message-Id: <m1ogg7to4z.fsf@halfdome.holdit.com>
2999      Branch: cfgperl
3000            ! pod/perlobj.pod
3001 ____________________________________________________________________________
3002 [  3999] By: jhi                                   on 1999/08/16  19:49:09
3003         Log: Integrate with Nick.
3004      Branch: cfgperl
3005           !> cop.h op.c perl.c t/op/eval.t t/pragma/warn/op util.c
3006 ____________________________________________________________________________
3007 [  3998] By: jhi                                   on 1999/08/16  19:44:29
3008         Log: Fix most of the pod2man moanings reported in
3009              
3010              From: "Larry W. Virden" <lvirden@cas.org>
3011              To: perl5-porters@perl.org
3012              Subject: [ID 19990803.011] Not OK: perl 5.00560 on sun4-solaris 2.6
3013              (UNINSTALLED)
3014              Date: Tue, 3 Aug 1999 15:35:06 -0400 (EDT)
3015              Message-Id: <199908031935.PAA27692@cas.org>
3016              
3017              Configure regen'ed.
3018      Branch: cfgperl
3019            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3020            ! config_h.SH ext/B/B/Stash.pm lib/Carp/Heavy.pm
3021            ! lib/Dumpvalue.pm lib/Exporter/Heavy.pm lib/filetest.pm
3022            ! lib/utf8.pm pod/perllexwarn.pod pod/perlxstut.pod
3023            ! utils/h2xs.PL utils/perlcc.PL
3024 ____________________________________________________________________________
3025 [  3997] By: jhi                                   on 1999/08/16  19:20:37
3026         Log: A fix of sorts for the flush-before-dup scenario.
3027      Branch: cfgperl
3028            ! doio.c
3029 ____________________________________________________________________________
3030 [  3996] By: jhi                                   on 1999/08/16  19:14:37
3031         Log: More paranoia.
3032      Branch: cfgperl
3033            ! sv.c
3034 ____________________________________________________________________________
3035 [  3995] By: jhi                                   on 1999/08/16  18:55:35
3036         Log: Batch of small 64-bit/long double/large file support tweaks:
3037              - scan for LDBL_DIG
3038              - from DBL_DIG and LDBL_DIG select NV_DIG
3039              - introduce IVSIZE, UVSIZE, NVSIZE
3040              - introduce IV_DIG
3041              - remove stdio64
3042              - AIX uses `oslevel` when others use `uname -r`
3043              - already AIX 4.2 goes 64-bit
3044              - in HP-UX require the 64-bit libc, just the directory isn't enough
3045              - group ids are not NVs
3046              - #undef USE_LONG_DOUBLE if long double is no better than double
3047              - introduce NV_WITHIN_*() and IV_FITS_IN_IV
3048              - mention large file support in perldelta
3049              - introduce quad TOPpin' and POPpin'
3050              - the svcat... buffer was tiny for printing quads in %b
3051              - fix the multiplication test in 64bit.t
3052              - try to make VMS to comply with all this removal and "introducal"
3053              of symbols
3054      Branch: cfgperl
3055            ! Configure config_h.SH dump.c hints/aix.sh hints/hpux.sh mg.c
3056            ! perl.h perlio.c pod/perldelta.pod pp.h sv.c t/lib/syslfs.t
3057            ! t/op/64bit.t t/op/lfs.t utf8.c vms/subconfigure.com
3058      Branch: metaconfig
3059            ! U/modified/d_longdbl.U
3060      Branch: metaconfig/U/perl
3061            + d_ldbl_dig.U
3062 ____________________________________________________________________________
3063 [  3994] By: jhi                                   on 1999/08/16  07:53:44
3064         Log: More Configure/subconfigure.com syncing.
3065      Branch: cfgperl
3066            ! vms/subconfigure.com
3067 ____________________________________________________________________________
3068 [  3993] By: jhi                                   on 1999/08/14  22:09:26
3069         Log: Remove from VMS what the change #3982 took away from Configure lands.
3070      Branch: cfgperl
3071            ! vms/subconfigure.com
3072 ____________________________________________________________________________
3073 [  3992] By: jhi                                   on 1999/08/14  13:29:13
3074         Log: Small test tweaks.
3075      Branch: cfgperl
3076            ! t/io/dup.t t/lib/dprof.t t/lib/odbm.t
3077 ____________________________________________________________________________
3078 [  3991] By: jhi                                   on 1999/08/14  13:08:41
3079         Log: Augment filesize limit note.
3080      Branch: cfgperl
3081            ! doio.c
3082 ____________________________________________________________________________
3083 [  3990] By: jhi                                   on 1999/08/14  13:06:12
3084         Log: Note about filesize limits.
3085      Branch: cfgperl
3086            ! doio.c pp_sys.c
3087 ____________________________________________________________________________
3088 [  3989] By: jhi                                   on 1999/08/14  11:31:58
3089         Log: Catch the case of filesize limits.
3090      Branch: cfgperl
3091            ! t/lib/syslfs.t t/op/lfs.t
3092 ____________________________________________________________________________
3093 [  3988] By: nick                                  on 1999/08/14  09:20:58
3094         Log: New lightweight Carp has a require. If Carp is used in a __DIE__ handler
3095              this causes a POPSTACK panic. The problem seems to be that although
3096              die_where() has unwound the tail of perl_vdie() top_env setjmp has been
3097              set to resume execution there. Avoiding setting CATCH_SET(TRUE) in 
3098              call_sv() avoids this. So invent a new G_NOCATCH flag to disable
3099              messing with CATCH_SET() in call_sv, use it in perl_vdie().
3100              Add test to op/eval.t which will fail (panic) if bug comes back.
3101              >>> I AM NOT CONVINCED THIS IS CORRECT LONG TERM FIX <<<
3102      Branch: perl
3103            ! cop.h perl.c t/op/eval.t util.c
3104 ____________________________________________________________________________
3105 [  3987] By: jhi                                   on 1999/08/13  23:57:52
3106         Log: From: "Craig A. Berry" <craig.berry@metamor.com>
3107              To: perl5-porters@perl.org, vmsperl@perl.org, sarathy@activestate.com
3108              Subject: [PATCH 5.005_60] fix MM_VMS.pm for space-delimited lists
3109              Date: Fri, 13 Aug 1999 17:42:47 -0500
3110              Message-Id: <v04210105b3da3ed9599d@[172.16.246.133]>
3111      Branch: cfgperl
3112            ! lib/ExtUtils/MM_VMS.pm
3113 ____________________________________________________________________________
3114 [  3986] By: jhi                                   on 1999/08/13  23:56:44
3115         Log: Don't quit before printing out the message.
3116      Branch: cfgperl
3117            ! t/lib/syslfs.t t/op/lfs.t
3118 ____________________________________________________________________________
3119 [  3985] By: jhi                                   on 1999/08/13  23:35:49
3120         Log: Remove more t/ trash on target "clean".
3121      Branch: cfgperl
3122            ! Makefile.SH
3123 ____________________________________________________________________________
3124 [  3984] By: jhi                                   on 1999/08/13  23:02:53
3125         Log: Avoid double long double. 
3126      Branch: cfgperl
3127            ! Configure config_h.SH
3128      Branch: metaconfig/U/perl
3129            ! uselongdbl.U
3130 ____________________________________________________________________________
3131 [  3983] By: jhi                                   on 1999/08/13  22:59:56
3132         Log: BYTEORDER fix.
3133      Branch: cfgperl
3134            ! Configure config_h.SH
3135      Branch: metaconfig
3136            ! U/compline/byteorder.U
3137 ____________________________________________________________________________
3138 [  3982] By: jhi                                   on 1999/08/13  22:48:40
3139         Log: Jumbo Configure and large file support update.
3140              Remove a lot of unneeded 64-bitness cruft;
3141              re-introduce BYTEORDER; update 64-bitness hints;
3142              lfs should now work in Solaris; long doubles in AIX.
3143      Branch: cfgperl
3144            ! Configure config_h.SH doio.c hints/aix.sh hints/hpux.sh
3145            ! hints/irix_6.sh hints/solaris_2.sh iperlsys.h perl.h perlio.c
3146            ! perlsdio.h pp.h pp_sys.c
3147      Branch: metaconfig
3148            ! U/compline/byteorder.U U/compline/ccflags.U
3149      Branch: metaconfig/U/perl
3150            ! d_dlsymun.U io64.U uselongdbl.U
3151 ____________________________________________________________________________
3152 [  3980] By: jhi                                   on 1999/08/13  15:09:11
3153         Log: Introduce HAS_LLSEEK.
3154      Branch: cfgperl
3155            ! Configure config_h.SH perl.h
3156 ____________________________________________________________________________
3157 [  3979] By: jhi                                   on 1999/08/13  14:29:47
3158         Log: From: <dan@sidhe.org>
3159              To: perl5-porters@perl.org, vmsperl@perl.org, bailey@newman.upenn.edu,
3160              sarathy@activestate.com
3161              Subject: [PATCH 5.005_60]fix up VMS->unix filename translation a bit
3162              Date: Fri, 13 Aug 1999 09:00:42 -0700 (PDT)
3163              Message-ID: <Pine.LNX.4.10.9908130849390.3950-100000@tuatha.sidhe.org>
3164      Branch: cfgperl
3165            ! vms/vms.c
3166 ____________________________________________________________________________
3167 [  3978] By: jhi                                   on 1999/08/13  09:56:46
3168         Log: Make the 64-bit tests more paranoid.
3169      Branch: cfgperl
3170            ! t/op/64bit.t
3171 ____________________________________________________________________________
3172 [  3976] By: jhi                                   on 1999/08/12  21:49:16
3173         Log: IRIX64 needs more -mabi=64 with gcc.
3174      Branch: cfgperl
3175            ! hints/irix_6.sh
3176 ____________________________________________________________________________
3177 [  3975] By: jhi                                   on 1999/08/12  21:02:03
3178         Log: Reincarnate change #3967, now in more modest form.
3179      Branch: cfgperl
3180            ! hints/irix_6.sh
3181 ____________________________________________________________________________
3182 [  3974] By: jhi                                   on 1999/08/12  20:49:36
3183         Log: Remove rt from libswanted (I added it many moons ago
3184              when I thought it would be useful in Digital UNIX,
3185              I was wrong); undo the recent IRIX hints changes,
3186              getting rid of one warning brought new ones.
3187      Branch: cfgperl
3188            ! Configure config_h.SH hints/irix_6.sh
3189      Branch: metaconfig
3190            ! U/modified/Myinit.U
3191 ____________________________________________________________________________
3192 [  3973] By: jhi                                   on 1999/08/12  19:42:53
3193         Log: st_blocks is in 512 byte blocks.
3194      Branch: cfgperl
3195            ! t/lib/syslfs.t t/op/lfs.t
3196 ____________________________________________________________________________
3197 [  3972] By: jhi                                   on 1999/08/12  19:27:31
3198         Log: Don't claim defeat too early.
3199      Branch: cfgperl
3200            ! Configure config_h.SH
3201      Branch: metaconfig/U/perl
3202            ! longdblfio.U
3203 ____________________________________________________________________________
3204 [  3971] By: jhi                                   on 1999/08/12  19:24:14
3205         Log: IRIX 64-bit hint tweak. 
3206      Branch: cfgperl
3207            ! hints/irix_6.sh
3208 ____________________________________________________________________________
3209 [  3970] By: nick                                  on 1999/08/12  19:17:20
3210         Log: Turn of deprecated warnings for defined(@Sompack::ISA) type
3211              tests i.e. RV2AV and RV2HV
3212      Branch: perl
3213            ! op.c t/pragma/warn/op
3214 ____________________________________________________________________________
3215 [  3969] By: jhi                                   on 1999/08/12  19:06:17
3216         Log: Add Configure -Duselongdouble and add a missing semicolon.
3217      Branch: cfgperl
3218            ! Configure config_h.SH sv.c
3219      Branch: metaconfig/U/perl
3220            + uselongdbl.U
3221 ____________________________________________________________________________
3222 [  3968] By: jhi                                   on 1999/08/12  18:46:00
3223         Log: Simply exit() early if lfs support seems unlikely.
3224      Branch: cfgperl
3225            ! t/lib/syslfs.t t/op/lfs.t
3226 ____________________________________________________________________________
3227 [  3967] By: jhi                                   on 1999/08/12  18:44:05
3228         Log: Suffer silently for unused libraries.
3229      Branch: cfgperl
3230            ! hints/irix_6.sh
3231 ____________________________________________________________________________
3232 [  3966] By: jhi                                   on 1999/08/12  13:18:44
3233         Log: Update MANIFEST to follow change #3965.
3234      Branch: cfgperl
3235            ! MANIFEST
3236 ____________________________________________________________________________
3237 [  3965] By: jhi                                   on 1999/08/12  13:15:38
3238         Log: Regenerate Unicode tables based on new syllable lists
3239              from Daniel Yacob.
3240      Branch: cfgperl
3241            ! (edit 159 files)
3242 ____________________________________________________________________________
3243 [  3964] By: jhi                                   on 1999/08/12  10:06:24
3244         Log: Remove more spurious casting.
3245      Branch: cfgperl
3246            ! pp_sys.c
3247 ____________________________________________________________________________
3248 [  3963] By: jhi                                   on 1999/08/12  08:18:53
3249         Log: Minor niggles on the lfs tests.
3250      Branch: cfgperl
3251            ! t/lib/syslfs.t t/op/lfs.t
3252 ____________________________________________________________________________
3253 [  3962] By: jhi                                   on 1999/08/11  22:48:25
3254         Log: Don't bother with lfs testing if off_t is too small.
3255      Branch: cfgperl
3256            ! t/lib/syslfs.t t/op/lfs.t
3257 ____________________________________________________________________________
3258 [  3961] By: jhi                                   on 1999/08/11  22:22:54
3259         Log: Long double patches from Dan Sugalski.
3260      Branch: cfgperl
3261            ! sv.c
3262 ____________________________________________________________________________
3263 [  3960] By: jhi                                   on 1999/08/11  22:17:55
3264         Log: Flush buffer before duplicating file descriptor.
3265              
3266              From: Mark-Jason Dominus <mjd@plover.com>
3267              To: Graham Barr <gbarr@pobox.com>
3268              cc: Vicki Brown <vlb@cfcl.com>, perl5-porters@perl.org, mjd@plover.com
3269              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57))
3270              Date: Wed, 11 Aug 1999 15:56:09 -0400
3271              Message-ID: <19990811195610.5933.qmail@plover.com>
3272              
3273              From: Mark-Jason Dominus <mjd@plover.com>
3274              To: perl5-porters@perl.org
3275              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57)) 
3276              Date: Wed, 11 Aug 1999 16:05:46 -0400
3277              Message-ID: <19990811200546.6165.qmail@plover.com>
3278      Branch: cfgperl
3279            ! doio.c pod/perldelta.pod
3280 ____________________________________________________________________________
3281 [  3959] By: jhi                                   on 1999/08/11  22:11:35
3282         Log: Bypass fsync(NULL) (crashes miniperl compiled with DEC C 5.2)
3283              
3284              From: "Craig A. Berry" <craig.berry@metamor.com>
3285              Sender: owner-perl5-porters@perl.org
3286              To: vmsperl@perl.org, perl5-porters@perl.org, sarathy@activestate.com,
3287              bailey@newman.upenn.edu
3288              Subject: [PATCH 5.005_60] vms.c my_flush patch to circumvent fileno
3289              problem
3290              Date: Wed, 11 Aug 1999 14:31:11 -0500
3291              Message-Id: <4.2.0.58.19990811141007.00b8f8a0@mmtnt11.metamor.com>
3292      Branch: cfgperl
3293            ! vms/vms.c
3294 ____________________________________________________________________________
3295 [  3958] By: jhi                                   on 1999/08/11  15:35:45
3296         Log: Add a hopefully comforting message if there seems to be no LFS. 
3297              This seems to be the case with e.g. ext2fs, a somewhat popular fs.
3298              The tests will fail on lfs tests only if quad is available,
3299              if ENOQUAD, the lfs tests will be skipped.
3300      Branch: cfgperl
3301            ! t/lib/syslfs.t t/op/lfs.t
3302 ____________________________________________________________________________
3303 [  3957] By: jhi                                   on 1999/08/11  12:25:59
3304         Log: Unapply an experimental patch that accidentally escaped
3305              from the lab by piggybacking with the change #3955.
3306      Branch: cfgperl
3307            ! pp.c pp.h pp_hot.c
3308 ____________________________________________________________________________
3309 [  3956] By: jhi                                   on 1999/08/11  08:19:23
3310         Log: Add sysio large file support testing.
3311      Branch: cfgperl
3312            + t/lib/syslfs.t
3313            ! MANIFEST pod/perlfunc.pod t/op/64bit.t t/op/lfs.t
3314 ____________________________________________________________________________
3315 [  3955] By: jhi                                   on 1999/08/10  22:39:11
3316         Log: From: <dan@sidhe.org>
3317              To: vmsperl@perl.org, perl5-porters@perl.org,
3318              sarathy@activestate.com, bailey@newman.upenn.edu
3319              Subject: [PATCH 5.005_60]Patches needed to get _60 building with
3320              threads on VMS
3321              Date: Tue, 10 Aug 1999 16:34:56 -0700 (PDT)
3322              Message-ID: <Pine.LNX.4.10.9908101631030.18266-100000@tuatha.sidhe.org>
3323      Branch: cfgperl
3324            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
3325            ! ext/POSIX/POSIX.xs pp.c pp.h pp_hot.c vms/vms.c vms/vmsish.h
3326            ! vms/writemain.pl
3327 ____________________________________________________________________________
3328 [  3954] By: jhi                                   on 1999/08/10  20:37:55
3329         Log: LFS testing robustness.
3330      Branch: cfgperl
3331            ! t/op/lfs.t
3332 ____________________________________________________________________________
3333 [  3953] By: jhi                                   on 1999/08/10  19:54:50
3334         Log: From: <dan@sidhe.org>
3335              To: vmsperl@perl.org, perp5-porters@perl.org, bailey@newman.upenn.edu,
3336              sarathy@activestate.com
3337              Subject: [PATCH 5.005_60]Pathces to get _60 building on VMS
3338              Date: Tue, 10 Aug 1999 13:28:18 -0700 (PDT)
3339              Message-ID: <Pine.LNX.4.10.9908101323130.18266-100000@tuatha.sidhe.org>
3340      Branch: cfgperl
3341            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
3342            ! vms/subconfigure.com vms/vmsish.h
3343 ____________________________________________________________________________
3344 [  3952] By: jhi                                   on 1999/08/10  17:18:57
3345         Log: AIX is different, again.  Now in cc -E output.
3346      Branch: cfgperl
3347            ! Configure config_h.SH
3348      Branch: metaconfig
3349            ! U/modified/cppstdin.U
3350 ____________________________________________________________________________
3351 [  3951] By: jhi                                   on 1999/08/10  14:37:08
3352         Log: Use Pid_t on pgrp matters.
3353      Branch: cfgperl
3354            ! pp_sys.c
3355 ____________________________________________________________________________
3356 [  3950] By: jhi                                   on 1999/08/10  14:35:30
3357         Log: Use Pid_t.
3358      Branch: cfgperl
3359            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
3360            ! pp_sys.c proto.h util.c
3361 ____________________________________________________________________________
3362 [  3949] By: jhi                                   on 1999/08/10  14:11:15
3363         Log: Use Mode_t.
3364      Branch: cfgperl
3365            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
3366            ! perlapi.h pp_sys.c proto.h
3367 ____________________________________________________________________________
3368 [  3948] By: jhi                                   on 1999/08/10  13:53:19
3369         Log: Small perlbug doc tweaks from Jon Orwant.
3370      Branch: cfgperl
3371            ! utils/perlbug.PL
3372 ____________________________________________________________________________
3373 [  3947] By: jhi                                   on 1999/08/10  09:55:11
3374         Log: Large file support testing.
3375      Branch: cfgperl
3376            + t/op/lfs.t
3377            ! MANIFEST t/op/64bit.t
3378 ____________________________________________________________________________
3379 [  3946] By: jhi                                   on 1999/08/10  09:13:54
3380         Log: Remove I32 casting from time-related functions.
3381      Branch: cfgperl
3382            ! pp_sys.c
3383 ____________________________________________________________________________
3384 [  3945] By: jhi                                   on 1999/08/10  09:06:42
3385         Log: Gratuitous uid and gid casts to I32s and ints removed.
3386              There are still problem spots in printfing such ids:
3387              width (%d vs %ld) and signedness %d vs %u.
3388      Branch: cfgperl
3389            ! doio.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
3390            ! perl.c perlapi.c pp_hot.c proto.h
3391 ____________________________________________________________________________
3392 [  3944] By: jhi                                   on 1999/08/10  07:43:03
3393         Log: Remove I32 casts from pp_stat, these make stat()
3394              very broken e.g. on files larger than 2 gigabytes.
3395              Reported by
3396              From: Phil Lobbes <phil@finchcomputer.com>
3397              To: perl5-porters@perl.org
3398              Subject: [ID 19990810.001] Possible bug using stat w/large files Digital
3399              UNIX Perl 5.005_03
3400              Date: Mon, 09 Aug 1999 21:38:54 -0700
3401              Message-Id: <199908100438.VAA08292@ultra.finchcomputer.com>
3402              
3403              There are more of these I32 casts all over pp_sys.c,
3404              all of them should be checked.
3405      Branch: cfgperl
3406            ! pp_sys.c
3407 ____________________________________________________________________________
3408 [  3943] By: jhi                                   on 1999/08/10  07:38:30
3409         Log: Remove blathering.
3410      Branch: cfgperl
3411            ! lib/unicode/mktables.PL
3412 ____________________________________________________________________________
3413 [  3942] By: jhi                                   on 1999/08/09  20:35:13
3414         Log: lexwarn maintenance: new warning class unsafe
3415              subclasses 'overflow' and 'portable' created,
3416              used by the recent integer overflow warnings.
3417              Class syntax subclass 'octal' renamed to 'digit',
3418              binary and hexadecimal parsing errors also 'digit' warnings.
3419      Branch: cfgperl
3420            ! lib/warning.pm pod/perllexwarn.pod t/pragma/warn/util toke.c
3421            ! util.c warning.h warning.pl
3422 ____________________________________________________________________________
3423 [  3941] By: jhi                                   on 1999/08/09  10:40:47
3424         Log: Integrate with Nick.
3425      Branch: cfgperl
3426           +> opnames.h
3427           !> Changes MANIFEST embed.h embed.pl ext/B/B/C.pm ext/B/B/CC.pm
3428           !> global.sym opcode.h opcode.pl perl.h perlapi.c pp.c
3429 ____________________________________________________________________________
3430 [  3940] By: jhi                                   on 1999/08/09  10:32:43
3431         Log: Regenerate the Unicode tables after having updated the Unicode
3432              database (change #3939).
3433      Branch: cfgperl
3434            ! (edit 157 files)
3435 ____________________________________________________________________________
3436 [  3939] By: jhi                                   on 1999/08/09  10:27:22
3437         Log: Unicode data updated to be the latest beta of the Unicode 3.0.
3438      Branch: cfgperl
3439            ! lib/unicode/UnicodeData-Latest.txt
3440 ____________________________________________________________________________
3441 [  3938] By: jhi                                   on 1999/08/09  10:25:54
3442         Log: Ethiopic changes via private email from Daniel Yacob,
3443              <dmulholl@cs.indiana.edu>.  Ethiopic and Cherokee done,
3444              Canadian Syllabics and Yi under construction.
3445      Branch: cfgperl
3446            + lib/unicode/syllables.txt
3447            - lib/unicode/EthiopicSyllables.txt
3448            - lib/unicode/MakeEthiopicSyllables.PL
3449            ! MANIFEST lib/unicode/UnicodeData-Latest.txt
3450            ! lib/unicode/mktables.PL
3451 ____________________________________________________________________________
3452 [  3937] By: jhi                                   on 1999/08/09  10:21:51
3453         Log: Move the equivalence class creation last.
3454      Branch: cfgperl
3455            ! lib/unicode/mktables.PL
3456 ____________________________________________________________________________
3457 [  3936] By: jhi                                   on 1999/08/09  10:20:40
3458         Log: Compute equivalence classes (diacritics stripping) only
3459              for letters, not for ligatures.
3460      Branch: cfgperl
3461            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
3462            ! lib/unicode/mktables.PL
3463 ____________________________________________________________________________
3464 [  3935] By: nick                                  on 1999/08/08  13:53:57
3465         Log: Will now correctly re-call 
3466              bootstrap "Foo";
3467              if requested. This should allow build on Win32 and other
3468              platforms where you cannot link to loadables directly.
3469      Branch: perl
3470            ! ext/B/B/C.pm
3471 ____________________________________________________________________________
3472 [  3934] By: nick                                  on 1999/08/07  12:23:55
3473         Log: Vishal Bhatia <vishalb@my-deja.com>
3474              Subject: [PATCH 5.005_60] fix for some obscure bugs (compiler)
3475              Message-ID: <HLPEBPHPAKHKAAAA@my-deja.com>
3476      Branch: perl
3477            ! ext/B/B/CC.pm
3478 ____________________________________________________________________________
3479 [  3933] By: nick                                  on 1999/08/07  12:19:46
3480         Log: B::C changes to get simple Tk app. compiling again
3481      Branch: perl
3482            ! ext/B/B/C.pm
3483 ____________________________________________________________________________
3484 [  3932] By: jhi                                   on 1999/08/06  21:17:16
3485         Log: Regen Configure to include change #3915.
3486      Branch: cfgperl
3487            ! Configure config_h.SH
3488 ____________________________________________________________________________
3489 [  3931] By: jhi                                   on 1999/08/06  18:52:57
3490         Log: Todo update.
3491      Branch: cfgperl
3492            ! Todo Todo-5.005 lib/unicode/mktables.PL
3493 ____________________________________________________________________________
3494 [  3930] By: jhi                                   on 1999/08/06  13:13:05
3495         Log: Character class equivalence tables.
3496      Branch: cfgperl
3497            + lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
3498            ! MANIFEST lib/unicode/mktables.PL
3499 ____________________________________________________________________________
3500 [  3929] By: jhi                                   on 1999/08/06  11:59:11
3501         Log: More Fcntl constants.  (This process really needs
3502              to be automated, at least partly, see the Errno extension.)
3503              Now also the SEEK_ constants are available via the Fcntl.
3504              Yes, this is redundant (IO::Seekable and POSIX supply them already),
3505              but now Fcntl is a one-stop shopping mall for all your
3506              file-related constants.    
3507      Branch: cfgperl
3508            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs pod/perlfunc.pod
3509 ____________________________________________________________________________
3510 [  3928] By: jhi                                   on 1999/08/06  08:08:03
3511         Log: Protect against pack/unpack repeat count overflows,
3512              based on:
3513              
3514              From: Nathan Torkington <gnat@frii.com>
3515              To: Brian Keefer <mgomes@cwix.com>
3516              Cc: perl5-porters@perl.org
3517              Subject: Re: [ID 19990806.001] Core dump with obfuscated code
3518              Date: Thu, 5 Aug 1999 23:01:51 -0600 (MDT)
3519              Message-ID: <14250.27711.769942.100675@localhost.frii.com>
3520      Branch: cfgperl
3521            ! pod/perldiag.pod pp.c
3522 ____________________________________________________________________________
3523 [  3927] By: jhi                                   on 1999/08/06  07:32:20
3524         Log: Fix for Nathan's fix (#3920) from Guy Decoux.
3525              
3526              From: Nathan Torkington <gnat@frii.com>
3527              To: perl5-porters@perl.org
3528              Subject: Bugfix for my bugfix
3529              Date: Thu, 5 Aug 1999 21:25:47 -0600 (MDT)
3530              Message-ID: <14250.21947.765134.940583@localhost.frii.com>
3531      Branch: cfgperl
3532            ! ext/B/B/Assembler.pm
3533 ____________________________________________________________________________
3534 [  3926] By: jhi                                   on 1999/08/05  17:25:19
3535         Log: Fix regex charclass parsing so that bogus ranges
3536              like [0-\d] and [[:word:]-z] are no more allowed.
3537              The anomaly was noticed by Guy Decoux.
3538      Branch: cfgperl
3539            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
3540 ____________________________________________________________________________
3541 [  3925] By: jhi                                   on 1999/08/05  10:31:47
3542         Log: split /^/ deprecation warning should not be on by default.
3543      Branch: cfgperl
3544            ! pp.c
3545 ____________________________________________________________________________
3546 [  3923] By: jhi                                   on 1999/08/05  09:16:57
3547         Log: From: paul.marquess@bt.com
3548              To: jhi@iki.fi, paul.marquess@bt.com
3549              Cc: gsar@ActiveState.com, perl5-porters@perl.org
3550              Subject: RE: [PATCH 5.005_60] anydbm.t + DB_File + Berkeley DB >= 2.4.10
3551              Date: Thu, 5 Aug 1999 09:33:14 +0100
3552              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B26@mbtlipnt02.btlabs.bt.co.uk>
3553      Branch: cfgperl
3554            ! t/lib/anydbm.t
3555 ____________________________________________________________________________
3556 [  3921] By: jhi                                   on 1999/08/05  08:05:13
3557         Log: From: paul.marquess@bt.com
3558              To: perl5-porters@perl.org
3559              Cc: gsar@activestate.com, nik@tiuk.ti.com, jhi@iki.fi,
3560              randy@theoryx5.uwinnipeg.ca
3561              Subject:  [PATCH 5.005_60] DB_File 1.70
3562              Date: Wed, 4 Aug 1999 23:22:22 +0100
3563              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B21@mbtlipnt02.btlabs.bt.co.uk>
3564              
3565              (Replaces change #3917)
3566      Branch: cfgperl
3567            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
3568            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
3569 ____________________________________________________________________________
3570 [  3920] By: jhi                                   on 1999/08/04  19:02:58
3571         Log: From: Nathan Torkington <gnat@frii.com>
3572              To: perl5-porters@perl.org
3573              Subject: [5.005_60 PATCH] Make B::Bytecode work
3574              Date: Wed, 4 Aug 1999 11:24:56 -0600 (MDT)
3575              Message-ID: <14248.30568.769427.216092@localhost.frii.com>
3576      Branch: cfgperl
3577            ! ext/B/B/Assembler.pm
3578 ____________________________________________________________________________
3579 [  3919] By: jhi                                   on 1999/08/04  10:56:26
3580         Log: Update history records.
3581      Branch: cfgperl
3582            ! pod/perlhist.pod
3583 ____________________________________________________________________________
3584 [  3918] By: jhi                                   on 1999/08/04  09:36:13
3585         Log: Minor fixes to linux -Dusethreads -Duseperlio.
3586      Branch: cfgperl
3587            ! perlio.c
3588 ____________________________________________________________________________
3589 [  3917] By: jhi                                   on 1999/08/04  08:13:20
3590         Log: (Replaced by change #3921)
3591              From: paul.marquess@bt.com
3592              To: gsar@activestate.com
3593              Cc: perl5-porters@perl.org
3594              Subject: [PATCH 5.005_60] DB_File 1.69
3595              Date: Tue, 3 Aug 1999 22:55:00 +0100
3596              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6D04@mbtlipnt02.btlabs.bt.co.uk>
3597      Branch: cfgperl
3598            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
3599            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
3600 ____________________________________________________________________________
3601 [  3916] By: jhi                                   on 1999/08/04  07:59:05
3602         Log: Introduce the charnames pragma.
3603              
3604              Subject: [PATCH 5.005_58] Free \C (for named chars), move to \O
3605              From: Ilya Zakharevich <[9]ilya@math.ohio-state.edu>
3606              To: Chip Salzenberg <[11]chip@perlsupport.com>
3607              Cc: Mailing list Perl5 <[12]perl5-porters@perl.org>
3608              Date: Sat, 31 Jul 1999 05:44:05 -0400
3609              Message-Id: <[13]199907311407.IAA25042@localhost.frii.com>
3610              
3611              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3612              To: Mailing list Perl5 <perl5-porters@perl.org>
3613              Subject: [PATCH 5.005_58] Named characters in Perl
3614              Date: Mon, 2 Aug 1999 19:25:40 -0400
3615              Message-ID: <19990802192540.B24407@monk.mps.ohio-state.edu>
3616      Branch: cfgperl
3617            + lib/charnames.pm t/lib/charnames.t
3618            ! MAINTAIN MANIFEST lib/utf8.pm pod/perldiag.pod pod/perlop.pod
3619            ! pod/perlre.pod regcomp.c toke.c
3620 ____________________________________________________________________________
3621 [  3915] By: jhi                                   on 1999/08/03  21:18:49
3622         Log: Support Configure -Dmake=pmake.
3623              Via private email from Andy.
3624              NOTE: assumes "basename" command.
3625      Branch: metaconfig
3626            ! U/modified/Config_sh.U
3627 ____________________________________________________________________________
3628 [  3914] By: jhi                                   on 1999/08/03  21:11:11
3629         Log: The op/filetest.t failed subtest 7 if testing as root.
3630              
3631              From: =?iso-8859-1?Q?Fran=E7ois=20D=E9sarm=E9nien?= <desar@club-internet.fr>
3632              To: perl5-porters@perl.org
3633              Subject: [ID 19990727.039] Not OK: perl 5.00558 on i386-sco 3.2v5.0.4
3634              Date: Tue, 27 Jul 1999 22:54:05 +0200
3635              Message-Id: <379E1C6D.626DC765@club-internet.fr>
3636      Branch: cfgperl
3637            ! t/op/filetest.t
3638 ____________________________________________________________________________
3639 [  3911] By: jhi                                   on 1999/08/03  19:52:38
3640         Log: The "-Dusethreads -Duseperlio" combination failed.
3641              
3642              From: Spider Boardman <spider@leggy.zk3.dec.com>
3643              To: perl5-porters@perl.org
3644              Subject: [ID 19990803.007] Not OK: perl 5.00560 on alpha-dec_osf-thread
3645              4.0 (UNINSTALLED)
3646              Date: Tue, 3 Aug 1999 14:25:00 -0400
3647              Message-Id: <199908031825.OAA29254@leggy.zk3.dec.com>
3648              
3649              See also change #3912.
3650      Branch: cfgperl
3651            ! perlio.c
3652 ____________________________________________________________________________
3653 [  3910] By: jhi                                   on 1999/08/03  10:44:24
3654         Log: From: Chris Nandor <pudge@pobox.com>
3655              To: perl5-porters@perl.org
3656              Subject: [PATCH 5.005_58] perlbug.PL 1.27
3657              Date: Wed, 28 Jul 1999 23:42:49 -0400
3658              Message-Id: <v04210104b3c57ce9e3de@[152.167.11.247]>
3659      Branch: cfgperl
3660            ! utils/perlbug.PL
3661 ____________________________________________________________________________
3662 [  3909] By: jhi                                   on 1999/08/03  10:41:04
3663         Log: Hints for building ByteLoader in SunoS.  Based on
3664              From: Andy Dougherty <doughera@lafayette.edu>
3665              To: Gurusamy Sarathy <gsar@activestate.com>
3666              Cc: Perl Porters <perl5-porters@perl.org>
3667              Subject: Re: 5.005_58 Not OK SunOS 4.1.3
3668              Date: Mon, 2 Aug 1999 14:01:58 -0400 (EDT)
3669              Message-Id: <Pine.GSU.4.05.9908021357410.5873-100000@newton.phys>
3670      Branch: cfgperl
3671            + ext/ByteLoader/hints/sunos.pl
3672            ! MANIFEST ext/ByteLoader/ByteLoader.xs
3673 ____________________________________________________________________________
3674 [  3908] By: jhi                                   on 1999/08/03  09:29:22
3675         Log: Clarify RE engine code; inline a static function to a macro;
3676              make exact string nodes smaller.
3677              
3678              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3679              To: perl5-porters@perl.org (Mailing list Perl5)
3680              Subject: [PATCH 5.005_60] Cosmetic change to REx engine
3681              Date: Mon, 2 Aug 1999 21:53:36 -0400 (EDT)
3682              Message-Id: <199908030153.VAA10542@monk.mps.ohio-state.edu>
3683      Branch: cfgperl
3684            ! Makefile.SH embed.pl global.sym keywords.h lib/warning.pm
3685            ! opcode.h pp.sym pp_proto.h regcomp.c regcomp.h regexec.c
3686            ! regnodes.h warning.h
3687 ____________________________________________________________________________
3688 [  3907] By: jhi                                   on 1999/08/03  08:11:49
3689         Log: 5_59 configured with -Dd_bincompat5005 can't be made
3690              binary compatible with a 5_03 which was built with -DEMBEDMYMALLOC.
3691              
3692              From: Spider Boardman <spider@leggy.zk3.dec.com>
3693              To: perl5-porters@perl.org
3694              Subject: [ID 19990802.016] Not OK: perl 5.00559
3695              Date: Mon, 2 Aug 1999 16:11:13 -0400
3696              Message-Id: <199908022011.QAA30224@leggy.zk3.dec.com>
3697      Branch: cfgperl
3698            ! embed.pl
3699 ____________________________________________________________________________
3700 [  3906] By: jhi                                   on 1999/08/03  07:48:59
3701         Log: Change #3790 redemption: with a little additional
3702              patch from Ilya it works okay.
3703      Branch: cfgperl
3704            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
3705            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
3706 ____________________________________________________________________________
3707 [  3905] By: gsar                                  on 1999/08/02  21:03:23
3708         Log: this will be 5.005_60
3709      Branch: perl
3710            ! Changes
3711
3712 ----------------
3713 Version 5.005_60
3714 ----------------
3715
3716 ____________________________________________________________________________
3717 [  3904] By: gsar                                  on 1999/08/02  20:30:23
3718         Log: don't enable PERL_POLLUTE_MALLOC when EMBEDMYMALLOC is
3719              in effect (from Spider Boardman <spider@leggy.zk3.dec.com>);
3720              regen headers
3721      Branch: perl
3722            ! embed.h embed.pl global.sym opcode.h perlapi.c
3723 ____________________________________________________________________________
3724 [  3903] By: gsar                                  on 1999/08/02  20:26:07
3725         Log: native int pack/unpack fixes (from Spider Boardman
3726              <spider@leggy.zk3.dec.com>)
3727      Branch: perl
3728            ! pp.c
3729 ____________________________________________________________________________
3730 [  3902] By: gsar                                  on 1999/08/02  20:24:41
3731         Log: fix broken -DDEBUGGING_OPS (from Spider Boardman
3732              <spider@leggy.zk3.dec.com>)
3733      Branch: perl
3734            + opnames.h
3735            ! Changes MANIFEST opcode.pl perl.h
3736 ____________________________________________________________________________
3737 [  3901] By: gsar                                  on 1999/08/02  18:51:18
3738         Log: integrate cfgperl contents
3739      Branch: perl
3740           !> INSTALL README pod/perldelta.pod
3741 ____________________________________________________________________________
3742 [  3900] By: jhi                                   on 1999/08/02  18:46:21
3743         Log: Update README and INSTALL; partly based on the message
3744              
3745              From: "John L. Allen" <allen@grumman.com>
3746              To: Jarkko Hietaniemi <jhi@iki.fi>
3747              cc: perl5-porters@perl.org
3748              Subject: Re: Perl Installation Problem
3749              Date: Thu, 29 Jul 1999 14:55:05 -0400 (EDT)
3750              Message-ID: <Pine.SOL.3.91.990729144440.1035A-100000@gateway.grumman.com>
3751              
3752              and private email from Andy Dougherty.
3753      Branch: cfgperl
3754            ! INSTALL README
3755 ____________________________________________________________________________
3756 [  3899] By: jhi                                   on 1999/08/02  18:36:35
3757         Log: Integrate with Sarathy.
3758      Branch: cfgperl
3759           !> op.c
3760 ____________________________________________________________________________
3761 [  3898] By: jhi                                   on 1999/08/02  18:34:49
3762         Log: Update PERL_BINCOMPAT_5005; update 64-bitness.
3763      Branch: cfgperl
3764            ! pod/perldelta.pod
3765 ____________________________________________________________________________
3766 [  3897] By: gsar                                  on 1999/08/02  18:18:37
3767         Log: optimizations could sometimes bypass bareword check
3768      Branch: perl
3769            ! op.c
3770 ____________________________________________________________________________
3771 [  3896] By: jhi                                   on 1999/08/02  18:18:34
3772         Log: Integrate with Sarathy.
3773      Branch: cfgperl
3774           !> Changes makedef.pl patchlevel.h win32/Makefile
3775           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
3776           !> win32/makefile.mk
3777 ____________________________________________________________________________
3778 [  3895] By: gsar                                  on 1999/08/02  17:22:40
3779         Log: up patchlevel etc.
3780      Branch: perl
3781            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
3782            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
3783 ____________________________________________________________________________
3784 [  3894] By: gsar                                  on 1999/08/02  17:12:31
3785         Log: integrate change#3893, make it conditional on bincompat5005
3786      Branch: perl
3787            ! makedef.pl
3788 ____________________________________________________________________________
3789 [  3893] By: jhi                                   on 1999/08/02  16:49:08
3790         Log: PERL_BINCOMPAT_5005 symbol translation.
3791              (AIX wouldn't link neither perl nor extensions.)
3792      Branch: cfgperl
3793            ! makedef.pl
3794 ____________________________________________________________________________
3795 [  3892] By: gsar                                  on 1999/08/02  16:09:13
3796         Log: integrate cfgperl contents into mainline
3797      Branch: perl
3798           +> t/op/64bit.t
3799            ! Changes
3800           !> Configure MANIFEST config_h.SH doio.c dump.c hints/aix.sh op.c
3801           !> pod/perlfunc.pod pp_hot.c pp_sys.c regcomp.c sv.c t/io/open.t
3802           !> t/pragma/utf8.t t/pragma/warn/pp_hot toke.c util.c
3803 ____________________________________________________________________________
3804 [  3891] By: jhi                                   on 1999/08/02  14:52:40
3805         Log: AIX long long probing requires LL suffix for
3806              the ll constant.  The suffix doesn't seem
3807              to bother other ll platforms.
3808      Branch: cfgperl
3809            ! Configure config_h.SH hints/aix.sh
3810      Branch: metaconfig/U/perl
3811            ! quadfio.U
3812 ____________________________________________________________________________
3813 [  3890] By: jhi                                   on 1999/08/02  14:21:55
3814         Log: Exact path to perl for open -|.
3815      Branch: cfgperl
3816            ! t/io/open.t
3817 ____________________________________________________________________________
3818 [  3889] By: jhi                                   on 1999/08/02  14:18:03
3819         Log: Integrate with Sarathy.
3820      Branch: cfgperl
3821           !> Changes patchlevel.h pod/perlhist.pod pp_ctl.c util.c
3822           !> win32/Makefile win32/config_H.bc win32/config_H.gc
3823           !> win32/config_H.vc win32/makefile.mk win32/win32.c
3824 ____________________________________________________________________________
3825 [  3888] By: jhi                                   on 1999/08/02  14:14:29
3826         Log: AIX -Duse64bits: old AIXen do not have the getconf variables.
3827      Branch: cfgperl
3828            ! hints/aix.sh
3829 ____________________________________________________________________________
3830 [  3887] By: jhi                                   on 1999/08/02  12:53:10
3831         Log: Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that
3832              emacs code indentation doesn't get wrong ideas--
3833              in other words, introduce a couple of "redundant" if:s.
3834      Branch: cfgperl
3835            ! doio.c dump.c op.c pp_hot.c pp_sys.c regcomp.c sv.c toke.c
3836            ! util.c
3837 ____________________________________________________________________________
3838 [  3886] By: jhi                                   on 1999/08/02  12:43:16
3839         Log: Mention that also *BSD systems with glibc are known to stumble.
3840      Branch: cfgperl
3841            ! t/pragma/warn/pp_hot
3842 ____________________________________________________________________________
3843 [  3885] By: jhi                                   on 1999/08/02  12:34:15
3844         Log: Allow also non-long long but still quad platforms print quads.
3845      Branch: cfgperl
3846            ! Configure config_h.SH
3847      Branch: metaconfig/U/perl
3848            ! longdblfio.U quadfio.U
3849 ____________________________________________________________________________
3850 [  3884] By: jhi                                   on 1999/08/02  11:56:14
3851         Log: Fix regclass utf8 hex ranges for quads.
3852      Branch: cfgperl
3853            ! regcomp.c
3854 ____________________________________________________________________________
3855 [  3883] By: jhi                                   on 1999/08/02  11:42:14
3856         Log: Enhance the description of how to detect quad support.
3857      Branch: cfgperl
3858            ! pod/perlfunc.pod
3859 ____________________________________________________________________________
3860 [  3882] By: jhi                                   on 1999/08/02  11:22:19
3861         Log: Fix printf %D %U %O for quads.
3862      Branch: cfgperl
3863            ! sv.c t/op/64bit.t
3864 ____________________________________________________________________________
3865 [  3881] By: jhi                                   on 1999/08/02  11:16:12
3866         Log: Document quad printing.
3867      Branch: cfgperl
3868            ! pod/perlfunc.pod
3869 ____________________________________________________________________________
3870 [  3880] By: jhi                                   on 1999/08/02  10:32:01
3871         Log: More 64-bit fixing.  One known bug of that kind
3872              remains, 32-bit platforms using long long in
3873              the test t/pragma/utf8 subtests 1-3 fail.
3874              (Update: change    #3884 fixed that one.)
3875      Branch: cfgperl
3876            + t/op/64bit.t
3877            ! Configure MANIFEST config_h.SH regcomp.c sv.c t/pragma/utf8.t
3878
3879 ----------------
3880 Version 5.005_59
3881 ----------------
3882
3883 ____________________________________________________________________________
3884 [  3879] By: gsar                                  on 1999/08/02  08:18:58
3885         Log: integrate cfgperl changes into mainline
3886      Branch: perl
3887           !> Configure config_h.SH sv.c
3888 ____________________________________________________________________________
3889 [  3878] By: gsar                                  on 1999/08/02  08:13:16
3890         Log: change#3692 had an unintentional patch leak through!
3891              (this would explain the mysterious C<next LABEL> failures
3892              people have seen)
3893      Branch: perl
3894            ! pp_ctl.c
3895 ____________________________________________________________________________
3896 [  3877] By: gsar                                  on 1999/08/02  08:00:29
3897         Log: up patchlevel to 59
3898      Branch: perl
3899            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
3900            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3901            ! win32/makefile.mk
3902 ____________________________________________________________________________
3903 [  3876] By: gsar                                  on 1999/08/02  07:51:18
3904         Log: fix coredump under usethreads+debug
3905      Branch: perl
3906            ! util.c
3907 ____________________________________________________________________________
3908 [  3875] By: jhi                                   on 1999/08/02  07:50:51
3909         Log: d_bincompat5005 could be left empty.
3910      Branch: cfgperl
3911            ! Configure config_h.SH
3912      Branch: metaconfig/U/perl
3913            ! bincompat5005.U
3914 ____________________________________________________________________________
3915 [  3874] By: jhi                                   on 1999/08/02  07:42:45
3916         Log: Fix printf %d when IV is quad.
3917      Branch: cfgperl
3918            ! sv.c
3919 ____________________________________________________________________________
3920 [  3873] By: gsar                                  on 1999/08/02  07:41:03
3921         Log: fix d_bincompat5005='' junking config.h
3922      Branch: perl
3923            ! Configure
3924 ____________________________________________________________________________
3925 [  3872] By: gsar                                  on 1999/08/02  07:38:48
3926         Log: C needs parameter list, not merely type
3927      Branch: perl
3928            ! win32/win32.c
3929 ____________________________________________________________________________
3930 [  3871] By: jhi                                   on 1999/08/02  07:20:51
3931         Log: Integrate with Sarathy.
3932      Branch: cfgperl
3933           !> Changes ext/B/B/C.pm ext/B/B/CC.pm regexec.c
3934 ____________________________________________________________________________
3935 [  3870] By: gsar                                  on 1999/08/02  07:12:18
3936         Log: integrate cfgperl changes into mainline
3937      Branch: perl
3938            ! Changes
3939           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
3940           !> Porting/config_H config_h.SH doio.c dump.c mg.c op.c perl.h
3941           !> pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c t/pragma/warn/sv
3942           !> toke.c util.c
3943 ____________________________________________________________________________
3944 [  3869] By: gsar                                  on 1999/08/02  06:59:09
3945         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
3946              Date: Sat, 31 Jul 1999 19:08:33 -0700
3947              Message-ID: <LAONLKLELDJAFAAA@my-deja.com>
3948              Subject: [PATCH 5.005_58] "use constant" in the compiler
3949      Branch: perl
3950            ! ext/B/B/C.pm ext/B/B/CC.pm
3951 ____________________________________________________________________________
3952 [  3868] By: gsar                                  on 1999/08/02  06:55:51
3953         Log: debug build tweak
3954      Branch: perl
3955            ! regexec.c
3956 ____________________________________________________________________________
3957 [  3867] By: gsar                                  on 1999/08/02  06:35:18
3958         Log: create vmsperl branch (to be owned and operated by: cbailey)
3959      Branch: vmsperl
3960           +> (branch 1476 files)
3961 ____________________________________________________________________________
3962 [  3866] By: jhi                                   on 1999/08/01  23:34:40
3963         Log: so_locations once is enough.
3964      Branch: cfgperl
3965            ! Makefile.SH
3966 ____________________________________________________________________________
3967 [  3865] By: jhi                                   on 1999/08/01  23:13:05
3968         Log: Simplicate duplicated code.
3969      Branch: cfgperl
3970            ! util.c
3971 ____________________________________________________________________________
3972 [  3864] By: jhi                                   on 1999/08/01  22:41:41
3973         Log: Integrate with Sarathy.  perl.h and util.c required manual resolving.
3974      Branch: cfgperl
3975           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
3976           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
3977            - README.cygwin32 cygwin32/Makefile.SHs
3978            - cygwin32/build-instructions.READFIRST
3979            - cygwin32/build-instructions.charles-wilson
3980            - cygwin32/build-instructions.sebastien-barre
3981            - cygwin32/build-instructions.steven-morlock
3982            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
3983            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
3984            - hints/cygwin32.sh
3985           !> (integrate 61 files)
3986 ____________________________________________________________________________
3987 [  3863] By: jhi                                   on 1999/08/01  22:36:02
3988         Log: Regen Configure and Glossary once again.
3989      Branch: cfgperl
3990            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3991            ! config_h.SH
3992 ____________________________________________________________________________
3993 [  3862] By: jhi                                   on 1999/08/01  22:26:09
3994         Log: Glossary update for #3861.
3995      Branch: cfgperl
3996            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3997            ! config_h.SH
3998 ____________________________________________________________________________
3999 [  3861] By: jhi                                   on 1999/08/01  22:22:51
4000         Log: 64-bit work.  Now 32-bit platforms get a 100% make test
4001              with -Duse64bits (using long long).
4002              Tested in Solaris 2.6 sparc  RH Linux 6.0 x86
4003              (and Digital IX 4.0D, to get a true 64-bit opinion).  Now e.g.
4004              'print unpack "q", pack "q", 12345678901'
4005              should work on such 32-bit platforms.
4006              Still a lot of printf()s behind -D which wrongly assume
4007              that %ld/%lx and (long) are a good combination.
4008              Introducing a slew of new macros intended to be used in printf()
4009              format strings: e. g. PERL_PRId64 is the string to be used
4010              when printing an IV, printf("%" PERL_PRId64 "\n", iv).
4011              The PRI... naming follows the C9X naming of <inttypes.h> macros.
4012      Branch: cfgperl
4013            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4014            ! config_h.SH doio.c dump.c mg.c op.c perl.h pp_ctl.c pp_hot.c
4015            ! pp_sys.c scope.c sv.c t/pragma/warn/sv toke.c util.c
4016      Branch: metaconfig/U/perl
4017            + atolf.U atoll.U longdblfio.U quadfio.U strtoull.U
4018 ____________________________________________________________________________
4019 [  3860] By: gsar                                  on 1999/08/01  21:23:18
4020         Log: integrate cfgperl contents into mainline
4021      Branch: perl
4022            ! toke.c
4023           !> (integrate 29 files)
4024 ____________________________________________________________________________
4025 [  3859] By: gsar                                  on 1999/08/01  21:13:09
4026         Log: From: Nathan Torkington <gnat@frii.com>
4027              Date: Sun, 1 Aug 1999 11:23:35 -0600 (MDT)
4028              Message-ID: <14244.33431.739419.806927@localhost.frii.com>
4029              Subject: [PATCH 5.005_58] ext/B/B/Disassembler.pm patch
4030      Branch: perl
4031            ! ext/B/B/Disassembler.pm
4032 ____________________________________________________________________________
4033 [  3858] By: gsar                                  on 1999/08/01  21:09:15
4034         Log: DB_File 1.68 update from Paul Marquess
4035      Branch: perl
4036            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
4037            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
4038            ! t/lib/db-recno.t
4039 ____________________________________________________________________________
4040 [  3857] By: gsar                                  on 1999/08/01  21:05:54
4041         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4042              Date: Sat, 31 Jul 1999 05:13:38 -0400
4043              Message-Id: <199907311407.IAA25038@localhost.frii.com>
4044              Subject: [PATCH 5.005_58] More optimizations to REx engine
4045      Branch: perl
4046            ! embed.pl embedvar.h ext/Thread/Thread.xs objXSUB.h perl.c
4047            ! perl.h proto.h regcomp.c regexec.c t/op/re_tests thrdvar.h
4048 ____________________________________________________________________________
4049 [  3856] By: gsar                                  on 1999/08/01  20:59:59
4050         Log: slightly modified version of suggested patch
4051              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4052              Date: Sat, 31 Jul 1999 04:45:12 -0400
4053              Message-Id: <199907311406.IAA25034@localhost.frii.com>
4054              Subject: [PATCH 5.005_58] Fix OS/2 build
4055      Branch: perl
4056            ! Makefile.SH lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
4057            ! makedef.pl os2/Makefile.SHs os2/diff.configure perl.h sv.h
4058 ____________________________________________________________________________
4059 [  3855] By: gsar                                  on 1999/08/01  20:49:06
4060         Log: cygwin update
4061              From: "Fifer, Eric" <EFifer@sanwaint.com>
4062              Date: Fri, 30 Jul 1999 18:31:48 +0100
4063              Message-Id: <71E287AB0D94D111BBD600600849EC8185EE06@POST>
4064              Subject: [ID 19990730.003] PATCH] perl5.005_58 cygwin port
4065      Branch: perl
4066            ! doio.c dosish.h lib/File/Spec/Unix.pm mg.c perl.h perlsdio.h
4067            ! pp_sys.c unixish.h util.c
4068 ____________________________________________________________________________
4069 [  3854] By: gsar                                  on 1999/08/01  20:41:53
4070         Log: fixes from Stephen McCamant that address bugs in change#3612
4071              (the optimization shouldn't be enabled in expressions where
4072              the variable is introduced), and fix Deparse to grok the
4073              optimization
4074              Date: Thu, 29 Jul 1999 21:21:49 -0500 (CDT)
4075              Message-ID: <14241.3133.979257.953396@alias-2.pr.mcs.net>
4076              Subject: [PATCH _58] Set OPpTARGET_MY more consistently
4077              --
4078              Date: Thu, 29 Jul 1999 22:31:16 -0500 (CDT)
4079              Message-ID: <14241.7300.181386.763503@alias-2.pr.mcs.net>
4080              Subject: [PATCH _58] Disable TARGET_MY-ization on variable introduction
4081              --
4082              Date: Fri, 30 Jul 1999 22:25:27 -0500 (CDT)
4083              Message-Id: <199907310326.VAA24376@localhost.frii.com>
4084              Subject: [PATCH _58, long] B::Deparse (was Re: New warning 'Useless use of...')
4085      Branch: perl
4086            ! ext/B/B/Deparse.pm op.c
4087 ____________________________________________________________________________
4088 [  3853] By: gsar                                  on 1999/08/01  20:31:32
4089         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
4090              Date: Thu, 29 Jul 1999 14:08:50 -0500 (CDT)
4091              Message-ID: <14240.42690.292893.605292@alias-2.pr.mcs.net>
4092              Subject: [PATCH _58] Two one-liner LOGOP tweaks
4093      Branch: perl
4094            ! op.c opcode.h opcode.pl
4095 ____________________________________________________________________________
4096 [  3852] By: gsar                                  on 1999/08/01  20:29:17
4097         Log: rename cygwin32 to cygwin (from Eric Fifer <EFifer@sanwaint.com>)
4098      Branch: perl
4099            ! AUTHORS EXTERN.h INSTALL MAINTAIN Makefile.SH Porting/patchls
4100            ! README.cygwin README.win32 XSUB.h cygwin/Makefile.SHs
4101            ! ext/DynaLoader/dl_cygwin.xs ext/POSIX/POSIX.xs
4102            ! ext/SDBM_File/sdbm/pair.c hints/cygwin.sh
4103            ! lib/ExtUtils/MM_Cygwin.pm makedepend.SH perl.h pod/perl.pod
4104            ! pod/perlport.pod pp_sys.c util.c
4105 ____________________________________________________________________________
4106 [  3851] By: gsar                                  on 1999/08/01  20:20:05
4107         Log: move files around for s/cygwin32/cygwin/ renaming
4108      Branch: perl
4109           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
4110           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
4111            - README.cygwin32 cygwin32/Makefile.SHs
4112            - cygwin32/build-instructions.READFIRST
4113            - cygwin32/build-instructions.charles-wilson
4114            - cygwin32/build-instructions.sebastien-barre
4115            - cygwin32/build-instructions.steven-morlock
4116            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
4117            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
4118            - hints/cygwin32.sh
4119            ! MANIFEST
4120 ____________________________________________________________________________
4121 [  3850] By: gsar                                  on 1999/08/01  20:05:14
4122         Log: posix-bc hints tweak (via private mail from Thomas Dorner
4123              <Thomas.Dorner@start.de>)
4124      Branch: perl
4125            ! Changes hints/posix-bc.sh
4126 ____________________________________________________________________________
4127 [  3849] By: gsar                                  on 1999/08/01  19:50:20
4128         Log: notes on PERL_IMPLICIT_CONTEXT (from a version by Nathan Torkington
4129              <gnat@frii.com>)
4130      Branch: perl
4131            ! perl.h pod/perldelta.pod pod/perlguts.pod
4132 ____________________________________________________________________________
4133 [  3848] By: gsar                                  on 1999/08/01  18:34:41
4134         Log: fix defined(@foo) encarpments
4135      Branch: perl
4136            ! ext/B/B/C.pm lib/CGI.pm lib/Dumpvalue.pm lib/dumpvar.pl
4137            ! pod/perltrap.pod
4138 ____________________________________________________________________________
4139 [  3847] By: jhi                                   on 1999/08/01  17:17:07
4140         Log: Undo #3790 and the patches that attempted to fix it
4141              (#3837, #3838, #3845).  The #3790 caused linkage failures
4142              and/or core dumps in Solaris 2.6, Digital UNIX 4.0D, and
4143              IRIX 6.5.
4144      Branch: cfgperl
4145            - ext/SDBM_File/hints/dec_osf.pl ext/SDBM_File/hints/solaris.pl
4146            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
4147            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
4148 ____________________________________________________________________________
4149 [  3846] By: jhi                                   on 1999/08/01  11:41:52
4150         Log: Reading 64-bit decimal numbers was broken because
4151              the NV was cast to an I32, not an IV.
4152      Branch: cfgperl
4153            ! toke.c
4154 ____________________________________________________________________________
4155 [  3845] By: jhi                                   on 1999/08/01  11:00:24
4156         Log: Solaris doesn't like PERL_MALLOC_OK in SDBM_File.
4157      Branch: cfgperl
4158            + ext/SDBM_File/hints/solaris.pl
4159 ____________________________________________________________________________
4160 [  3844] By: jhi                                   on 1999/08/01  10:55:44
4161         Log: Enable Solaris largefiles support only if -Duse64bits is used.
4162              (Effectively removes #3311).
4163      Branch: cfgperl
4164            ! hints/solaris_2.sh
4165 ____________________________________________________________________________
4166 [  3843] By: jhi                                   on 1999/07/31  22:44:56
4167         Log: Integer overflow iteration.
4168      Branch: cfgperl
4169            ! t/op/oct.t toke.c util.c
4170 ____________________________________________________________________________
4171 [  3842] By: jhi                                   on 1999/07/31  22:11:03
4172         Log: Remove a lot of unused regnode codes.
4173              Noticed by Ilya.
4174      Branch: cfgperl
4175            ! regcomp.c regcomp.sym regexec.c regnodes.h
4176 ____________________________________________________________________________
4177 [  3841] By: jhi                                   on 1999/07/31  21:53:54
4178         Log: Make the use64bits and usethreads friendlier/braver;
4179              they no more wimp out if the platform is unknown.
4180              On use64bits if gcc used -DUSE_LONG_LONG is added
4181              to the ccflags (this dependency on gcc caused a slightly weird
4182              reordering of Configure, but things still seem to work.)
4183      Branch: cfgperl
4184            ! Configure README.threads config_h.SH
4185      Branch: metaconfig
4186            ! U/threads/usethreads.U
4187      Branch: metaconfig/U/perl
4188            ! use64bits.U
4189 ____________________________________________________________________________
4190 [  3840] By: jhi                                   on 1999/07/31  20:26:22
4191         Log: Hack the "integer overflow" code some more.
4192      Branch: cfgperl
4193            ! perl.h toke.c util.c
4194 ____________________________________________________________________________
4195 [  3839] By: jhi                                   on 1999/07/31  20:22:00
4196         Log: Test oct() at the 2^32-1 limit.
4197      Branch: cfgperl
4198            ! t/op/oct.t
4199 ____________________________________________________________________________
4200 [  3838] By: jhi                                   on 1999/07/31  20:08:43
4201         Log: Update MANIFEST for #3837.
4202      Branch: cfgperl
4203            ! MANIFEST
4204 ____________________________________________________________________________
4205 [  3837] By: jhi                                   on 1999/07/31  20:02:40
4206         Log: Digital UNIX 4.0D doesn't like perl malloc on sdbm
4207              (a core dump with a corrput stack ensues).
4208      Branch: cfgperl
4209            + ext/SDBM_File/hints/dec_osf.pl
4210 ____________________________________________________________________________
4211 [  3836] By: jhi                                   on 1999/07/29  21:09:01
4212         Log: Allow for Configure -Ubincompat5005 override.
4213      Branch: cfgperl
4214            ! Configure config_h.SH
4215      Branch: metaconfig/U/perl
4216            ! bincompat5005.U
4217 ____________________________________________________________________________
4218 [  3835] By: jhi                                   on 1999/07/29  21:04:02
4219         Log: Make Configure support PERL_BINCOMPAT_5005.
4220      Branch: cfgperl
4221            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4222            ! config_h.SH
4223      Branch: metaconfig/U/perl
4224            + bincompat5005.U
4225 ____________________________________________________________________________
4226 [  3834] By: jhi                                   on 1999/07/29  19:25:35
4227         Log: AIX tweak, need reported by David R. Fravor <dfavor@austin.ibm.com> 
4228      Branch: cfgperl
4229            ! Makefile.SH
4230 ____________________________________________________________________________
4231 [  3833] By: jhi                                   on 1999/07/29  14:07:09
4232         Log: Integrate with Sarathy.  I overruled on perldelta
4233              and perldiag.
4234      Branch: cfgperl
4235           !> README.win32 emacs/cperl-mode.el globals.c installperl
4236           !> iperlsys.h makedef.pl perl.h pod/perldelta.pod
4237           !> pod/perldiag.pod pod/perllexwarn.pod toke.c utils/perldoc.PL
4238           !> win32/Makefile win32/bin/pl2bat.pl win32/makefile.mk
4239           !> win32/perllib.c win32/win32.c
4240 ____________________________________________________________________________
4241 [  3832] By: jhi                                   on 1999/07/29  14:02:50
4242         Log: Repent and make overly large integerish
4243              constants non-fatal.  They are now promoted
4244              to NVs, accompanied by an overflow warning that
4245              is by default on.
4246      Branch: cfgperl
4247            ! embed.pl global.sym pod/perldelta.pod pod/perldiag.pod pp.c
4248            ! proto.h t/op/oct.t t/pragma/warn/6default t/pragma/warn/util
4249            ! toke.c util.c
4250 ____________________________________________________________________________
4251 [  3831] By: jhi                                   on 1999/07/29  11:40:04
4252         Log: AIX exhibits different error on failed system().
4253              Slightly modified patch via private email from
4254              David R. Favor <dfavor@austin.ibm.com>
4255      Branch: cfgperl
4256            ! t/op/exec.t
4257 ____________________________________________________________________________
4258 [  3830] By: gsar                                  on 1999/07/29  07:46:11
4259         Log: cperl-mode.el v4.19
4260      Branch: perl
4261            ! emacs/cperl-mode.el
4262 ____________________________________________________________________________
4263 [  3829] By: gsar                                  on 1999/07/29  07:30:35
4264         Log: From: jan.dubois@ibm.net (Jan Dubois)
4265              Date: Wed, 28 Jul 1999 22:01:42 +0200
4266              Message-ID: <37aa5f9b.12941448@smtp1.ibm.net>
4267              Subject: [PATCH 5.005_58] win32/bin/pl2bat.pl doesn't work correctly
4268      Branch: perl
4269            ! win32/bin/pl2bat.pl
4270 ____________________________________________________________________________
4271 [  3828] By: gsar                                  on 1999/07/29  07:19:27
4272         Log: tweak previous change for multiple hits
4273      Branch: perl
4274            ! utils/perldoc.PL
4275 ____________________________________________________________________________
4276 [  3827] By: gsar                                  on 1999/07/29  07:10:00
4277         Log: band-aid for perldoc -t broken-ness (the new Pod::Text
4278              really needs a pod2text() compatibility function)
4279      Branch: perl
4280            ! utils/perldoc.PL
4281 ____________________________________________________________________________
4282 [  3826] By: gsar                                  on 1999/07/29  01:33:46
4283         Log: minor tweaks to pods and toke.c comments
4284      Branch: perl
4285            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod toke.c
4286 ____________________________________________________________________________
4287 [  3825] By: gsar                                  on 1999/07/29  00:12:52
4288         Log: integrate cfgperl changes into mainline
4289      Branch: perl
4290           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
4291           !> README.threads config_h.SH ext/IO/lib/IO/Handle.pm
4292           !> ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
4293           !> ext/POSIX/POSIX.xs lib/ExtUtils/Install.pm perl.h
4294           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
4295           !> pod/perllexwarn.pod pod/perlre.pod pp.c pp_sys.c
4296           !> t/lib/io_unix.t t/op/oct.t t/pragma/warn/6default
4297           !> t/pragma/warn/util toke.c util.c
4298 ____________________________________________________________________________
4299 [  3824] By: jhi                                   on 1999/07/28  21:15:04
4300         Log: Tiny patch to go over #3820 (via private mail from Lincoln).
4301      Branch: cfgperl
4302            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
4303            ! ext/IO/lib/IO/Socket/INET.pm
4304 ____________________________________________________________________________
4305 [  3823] By: jhi                                   on 1999/07/28  20:29:17
4306         Log: Continue pack() doc honing.
4307      Branch: cfgperl
4308            ! pod/perlfunc.pod
4309 ____________________________________________________________________________
4310 [  3822] By: jhi                                   on 1999/07/28  20:17:37
4311         Log: Enhance pack() doc.
4312      Branch: cfgperl
4313            ! pod/perlfunc.pod
4314 ____________________________________________________________________________
4315 [  3821] By: jhi                                   on 1999/07/28  18:34:50
4316         Log: UNIX Domain Sockets are not implemented under QNX.
4317              
4318              From: Norton Allen <allen@huarp.harvard.edu>
4319              To: perl5-porters@perl.org
4320              Subject: [ID 19990728.010] Patch:t/lib/io_unix.t _58 QNX
4321              Date: Wed, 28 Jul 1999 14:07:16 -0400 (edt)
4322              Message-Id: <199907281807.OAA13167@bottesini.harvard.edu>
4323      Branch: cfgperl
4324            ! t/lib/io_unix.t
4325 ____________________________________________________________________________
4326 [  3820] By: jhi                                   on 1999/07/28  18:13:37
4327         Log: IO::* enhancements.
4328              
4329              1) write() and syswrite() will now accept a single-argument
4330              form of the call, for consistency with Perl's syswrite().
4331              2) You can create a TCP-based IO::Socket::INET without forcing
4332              a connect attempt.  This allows you to configure its options
4333              (like making it non-blocking) and then call connect() manually.
4334              3) Fixed a bug that prevented the IO::Socket::protocol() accessor
4335              from ever returning the correct value.
4336              
4337              From: Lincoln Stein <lstein@formaggio.cshl.org>
4338              To: Graham Barr <gbarr@pobox.com>
4339              Cc: Lincoln Stein <lstein@cshl.org>, perl5-porters@perl.org
4340              Subject: Re: patch for IO::*
4341              Date: Wed, 28 Jul 1999 13:55:05 -0400 (EDT)
4342              Message-ID: <14239.17401.330408.145295@formaggio.cshl.org>
4343      Branch: cfgperl
4344            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
4345            ! ext/IO/lib/IO/Socket/INET.pm
4346 ____________________________________________________________________________
4347 [  3819] By: gsar                                  on 1999/07/28  18:08:06
4348         Log: misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dll
4349      Branch: perl
4350            ! README.win32 globals.c installperl iperlsys.h makedef.pl
4351            ! perl.h win32/Makefile win32/makefile.mk win32/perllib.c
4352            ! win32/win32.c
4353 ____________________________________________________________________________
4354 [  3818] By: jhi                                   on 1999/07/28  17:48:16
4355         Log: Need to add QNX to the list for DONT_DECLARE_STD.
4356              (The elimination of use of the _() macro apparently triggered
4357              an incompatability with a #define of atof)
4358              
4359              From: Norton Allen <allen@huarp.harvard.edu>
4360              To: perl5-porters@perl.org
4361              Subject: [ID 19990728.008] Patch:perl.h _58 QNX
4362              Date: Wed, 28 Jul 1999 13:06:23 -0400 (edt)
4363              Message-Id: <199907281706.NAA07617@bottesini.harvard.edu>
4364      Branch: cfgperl
4365            ! perl.h
4366 ____________________________________________________________________________
4367 [  3817] By: jhi                                   on 1999/07/28  17:46:30
4368         Log: Need to add some more conditions to deal with the case
4369              defined(HAS_GETSPNAM) && ! defined(HAS_GETSPENT)
4370              which is true for QNX4.
4371              From: Norton Allen <allen@huarp.harvard.edu>
4372              To: perl5-porters@perl.org
4373              Subject: [ID 19990728.009] Patch:pp_sys.c _58 QNX
4374              Date: Wed, 28 Jul 1999 13:08:42 -0400 (edt)
4375              Message-Id: <199907281708.NAA07947@bottesini.harvard.edu>
4376      Branch: cfgperl
4377            ! pp_sys.c
4378 ____________________________________________________________________________
4379 [  3816] By: jhi                                   on 1999/07/28  17:43:40
4380         Log: The QNX shell needs a couple more semicolons.
4381              
4382              From: Norton Allen <allen@huarp.harvard.edu>
4383              To: perl5-porters@perl.org
4384              Subject: [ID 19990728.007] Patch:Configure _58 QNX
4385              Date: Wed, 28 Jul 1999 13:03:00 -0400 (edt)
4386              Message-Id: <199907281703.NAA07363@bottesini.harvard.edu>
4387              
4388              plus silence metalint moanings on vendorprefix.
4389      Branch: cfgperl
4390            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4391            ! config_h.SH
4392 ____________________________________________________________________________
4393 [  3815] By: jhi                                   on 1999/07/28  17:31:11
4394         Log: Silence metalint on vendorprefix.U.
4395      Branch: metaconfig
4396            ! U/installdirs/vendorprefix.U
4397 ____________________________________________________________________________
4398 [  3814] By: jhi                                   on 1999/07/28  17:13:29
4399         Log: QNX shell needs more semicolons.
4400      Branch: metaconfig/U/perl
4401            ! Extensions.U
4402 ____________________________________________________________________________
4403 [  3813] By: jhi                                   on 1999/07/28  17:05:08
4404         Log: Integrate with Sarathy.
4405      Branch: cfgperl
4406           !> lib/ExtUtils/MM_Unix.pm
4407 ____________________________________________________________________________
4408 [  3812] By: jhi                                   on 1999/07/28  16:20:17
4409         Log: Fix a typo, un-shout, and reformat the installation output.
4410      Branch: cfgperl
4411            ! lib/ExtUtils/Install.pm
4412 ____________________________________________________________________________
4413 [  3811] By: gsar                                  on 1999/07/28  15:41:11
4414         Log: fix typo that caused INSTALLPRIVLIB to have doubled 'perl5'
4415      Branch: perl
4416            ! lib/ExtUtils/MM_Unix.pm
4417 ____________________________________________________________________________
4418 [  3810] By: jhi                                   on 1999/07/28  13:55:57
4419         Log: Talk more about subsecond things in perlfunc.
4420              (Yes, redundant with perlfaq8.)
4421      Branch: cfgperl
4422            ! pod/perlfunc.pod
4423 ____________________________________________________________________________
4424 [  3809] By: jhi                                   on 1999/07/28  07:23:48
4425         Log: Integrate with Sarathy.
4426      Branch: cfgperl
4427           !> configpm hints/freebsd.sh lib/Pod/Html.pm perl.h t/op/grent.t
4428           !> t/op/pwent.t
4429 ____________________________________________________________________________
4430 [  3808] By: jhi                                   on 1999/07/28  07:23:03
4431         Log: Document toke.c.
4432              From: Nathan Torkington <gnat@frii.com>
4433              To: perl5-porters@perl.org
4434              Subject: Re: toke.c patch, work in progress
4435              Date: Tue, 27 Jul 1999 23:02:09 -0600 (MDT)
4436              Message-ID: <14238.36561.979473.667842@localhost.frii.com>
4437      Branch: cfgperl
4438            ! toke.c
4439 ____________________________________________________________________________
4440 [  3807] By: jhi                                   on 1999/07/28  07:10:56
4441         Log: perlre clarification.
4442              
4443              From: Ian Phillipps <ian@dial.pipex.com>
4444              To: Perl 5 Porters <perl5-porters@perl.org>
4445              Subject: [PATCH 5.00557] Add definite article to perlre.pod
4446              Date: Tue, 27 Jul 1999 10:46:29 +0100
4447              Message-ID: <19990727104629.A10074@homer.diplex.co.uk>
4448      Branch: cfgperl
4449            ! pod/perlre.pod
4450 ____________________________________________________________________________
4451 [  3806] By: gsar                                  on 1999/07/28  07:07:46
4452         Log: fix the perl -V breakage
4453              
4454              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4455              To: Jarkko Hietaniemi <jhi@iki.fi>
4456              Cc: "John L. Allen" <allen@grumman.com>, perl5-porters@perl.org,
4457              gsar@activestate.com
4458              Subject: Re: Follow up to: _58 on AIX 431
4459              Date: Tue, 27 Jul 1999 17:42:00 -0400
4460              Message-ID: <19990727174200.A12775@monk.mps.ohio-state.edu>
4461      Branch: perl
4462            ! configpm
4463 ____________________________________________________________________________
4464 [  3805] By: gsar                                  on 1999/07/28  07:03:34
4465         Log: avoid warning (from Doug MacEachern)
4466      Branch: perl
4467            ! perl.h
4468 ____________________________________________________________________________
4469 [  3804] By: gsar                                  on 1999/07/28  06:59:30
4470         Log: Pod::Html tweak
4471              
4472              From: jan.dubois@ibm.net (Jan Dubois)
4473              To: perl5-porters@perl.org
4474              Subject: [PATCH 5.005_58] pod2html: Missing chunk for VMS filenames
4475              Date: Tue, 27 Jul 1999 22:14:12 +0200
4476              Message-ID: <37a50af0.46171380@smtp1.ibm.net>
4477      Branch: perl
4478            ! lib/Pod/Html.pm
4479 ____________________________________________________________________________
4480 [  3803] By: gsar                                  on 1999/07/28  06:56:38
4481         Log: freebsd hints update
4482              
4483              From: Anton Berezin <tobez@plab.ku.dk>
4484              To: perl5-porters@perl.org
4485              Subject: [ID 19990727.034] Not OK: perl 5.00558 on i386-freebsd-thread4.0-current (UNINSTALLED)
4486              Date: Tue, 27 Jul 1999 20:29:39 +0200 (CEST)
4487              Message-Id: <199907271829.UAA62861@lion.plab.ku.dk>
4488      Branch: perl
4489            ! hints/freebsd.sh
4490 ____________________________________________________________________________
4491 [  3802] By: gsar                                  on 1999/07/28  06:51:32
4492         Log: cosmetic testsuite patch
4493              
4494              From: Graham Barr <gbarr@ti.com>
4495              To: Perl5 Porters <perl5-porters@perl.org>
4496              Subject: 5.005_58 build
4497              Date: Tue, 27 Jul 1999 08:09:25 -0500
4498              Message-ID: <19990727080925.F4683@dal.asp.ti.com>
4499      Branch: perl
4500            ! t/op/grent.t t/op/pwent.t
4501 ____________________________________________________________________________
4502 [  3801] By: jhi                                   on 1999/07/27  13:49:39
4503         Log: Minuscule cleanup of the integer overflow patch.
4504      Branch: cfgperl
4505            ! util.c
4506 ____________________________________________________________________________
4507 [  3800] By: jhi                                   on 1999/07/27  13:37:23
4508         Log: Test hex('x...').
4509      Branch: cfgperl
4510            ! t/op/oct.t
4511 ____________________________________________________________________________
4512 [  3799] By: jhi                                   on 1999/07/27  12:45:45
4513         Log: Integrate with Sarathy (5.005_58).
4514      Branch: cfgperl
4515            - ext/B/byteperl.c
4516           !> Changes MANIFEST Porting/makerel configpm embed.h embed.pl
4517           !> ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.pm
4518           !> ext/SDBM_File/Makefile.PL lib/AutoLoader.pm
4519           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
4520           !> lib/Pod/Parser.pm lib/SelfLoader.pm os2/OS2/REXX/Makefile.PL
4521           !> perl.h pod/perldelta.pod pod/perlfaq9.pod pod/perlhist.pod
4522           !> win32/bin/pl2bat.pl win32/config_H.bc win32/config_H.gc
4523           !> win32/config_H.vc
4524 ____________________________________________________________________________
4525 [  3798] By: jhi                                   on 1999/07/27  12:42:43
4526         Log: Integer constants (0x, 0[0-7], 0b) now overflow fatally,
4527              they used to be just optional lexical warnings.
4528              Also, with warnings turned on, constants > 2**32-1
4529              trigger a non-portability warning.
4530      Branch: cfgperl
4531            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod pp.c
4532            ! t/op/oct.t t/pragma/warn/6default t/pragma/warn/util toke.c
4533            ! util.c
4534 ____________________________________________________________________________
4535 [  3797] By: gsar                                  on 1999/07/27  10:48:27
4536         Log: here lies 5.005_58
4537      Branch: perl
4538            - ext/B/byteperl.c
4539            ! Changes MANIFEST Porting/makerel pod/perldelta.pod
4540            ! pod/perlfaq9.pod pod/perlhist.pod
4541
4542 ----------------
4543 Version 5.005_58
4544 ----------------
4545
4546 ____________________________________________________________________________
4547 [  3796] By: gsar                                  on 1999/07/27  09:23:42
4548         Log: regenerate win32/config_H.?c
4549      Branch: perl
4550            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4551 ____________________________________________________________________________
4552 [  3795] By: gsar                                  on 1999/07/27  09:02:31
4553         Log: From: Tye McQueen <tye@metronet.com>
4554              Date: Mon, 26 Jul 1999 19:19:22 -0500 (CDT)
4555              Message-Id: <199907270019.AA08223@metronet.com>
4556              Subject: Patch pl2bat.pl so batch file can fail
4557      Branch: perl
4558            ! win32/bin/pl2bat.pl
4559 ____________________________________________________________________________
4560 [  3794] By: gsar                                  on 1999/07/27  08:59:58
4561         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4562              Date: Mon, 26 Jul 1999 01:09:00 -0400 (EDT)
4563              Message-Id: <199907260509.BAA26303@monk.mps.ohio-state.edu>
4564              Subject: [PATCH 5.005_57] decrease memory footprint of standard modules
4565      Branch: perl
4566            ! configpm ext/POSIX/POSIX.pm lib/AutoLoader.pm
4567            ! lib/SelfLoader.pm
4568 ____________________________________________________________________________
4569 [  3793] By: gsar                                  on 1999/07/27  08:19:16
4570         Log: support -DPERL_BINCOMPAT_5005, still needs a Configure test
4571              (from Andy Dougherty)
4572      Branch: perl
4573            ! embed.h embed.pl
4574 ____________________________________________________________________________
4575 [  3792] By: gsar                                  on 1999/07/27  08:04:19
4576         Log: recognize more constructs such as C<$-> in pod (from Russ Allbery
4577              and Brad Appleton)
4578      Branch: perl
4579            ! lib/Pod/Parser.pm
4580 ____________________________________________________________________________
4581 [  3791] By: gsar                                  on 1999/07/27  07:50:54
4582         Log: cover case where CLK_TCK is a float, not integer (from
4583              alexander smishlajev <als@turnhere.com>)
4584      Branch: perl
4585            ! ext/Devel/DProf/DProf.xs
4586 ____________________________________________________________________________
4587 [  3790] By: gsar                                  on 1999/07/27  07:45:08
4588         Log: provide MakeMaker attribute PERL_MALLOC_OK that allows extensions
4589              to call Perl_malloc() as malloc() (from Ilya Zakharevich)
4590      Branch: perl
4591            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
4592            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
4593 ____________________________________________________________________________
4594 [  3789] By: jhi                                   on 1999/07/27  07:44:55
4595         Log: Integrate with Sarathy.
4596      Branch: cfgperl
4597           +> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
4598           !> MANIFEST doio.c embed.h embed.pl ext/B/B/CC.pm
4599           !> ext/SDBM_File/sdbm/sdbm.h global.sym lib/Pod/Html.pm
4600           !> lib/Pod/Text.pm objXSUB.h opcode.h opcode.pl perlapi.c
4601           !> pod/perldiag.pod pod/perlfunc.pod pod/pod2text.PL pp_sys.c
4602           !> proto.h t/comp/proto.t t/io/open.t
4603 ____________________________________________________________________________
4604 [  3788] By: gsar                                  on 1999/07/27  07:29:59
4605         Log: replace Pod::Text with Pod::SimpleText v0.01 (thanks
4606              to Russ Allbery <rra@stanford.edu>); s/Simple// and
4607              s/pod2txt/pod2text/ etc.
4608      Branch: perl
4609            + lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
4610            ! MANIFEST lib/Pod/Text.pm pod/pod2text.PL
4611 ____________________________________________________________________________
4612 [  3787] By: gsar                                  on 1999/07/27  06:48:40
4613         Log: From: Andy Dougherty <doughera@lafayette.edu>
4614              Date: Wed, 16 Jun 1999 14:40:09 -0400 (EDT)
4615              Message-Id: <Pine.GSU.4.05.9906161435390.248-100000@newton.phys>
4616              Subject: Re: [ID 19990608.003] my_bcopy problem; Unixware 2.0.3
4617      Branch: perl
4618            ! ext/SDBM_File/sdbm/sdbm.h
4619 ____________________________________________________________________________
4620 [  3786] By: gsar                                  on 1999/07/27  06:30:09
4621         Log: applied suggested patch; added missing prototype changes to
4622              opcode.pl along with documentation typos (feature still needs
4623              to be described in perlopentut.pod and summarized in
4624              perldelta.pod)
4625              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4626              Date: Thu, 17 Jun 1999 00:39:34 -0400 (EDT)
4627              Message-Id: <199906170439.AAA18154@monk.mps.ohio-state.edu>
4628              Subject: [PATCH 5.00557] 3-arg open
4629      Branch: perl
4630            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
4631            ! opcode.pl perlapi.c pod/perldiag.pod pod/perlfunc.pod pp_sys.c
4632            ! proto.h t/comp/proto.t t/io/open.t
4633 ____________________________________________________________________________
4634 [  3785] By: gsar                                  on 1999/07/27  04:36:39
4635         Log: don't quit if =head* wasn't found (suggested by Roland Bauer
4636              <roland.bauer@fff.at>)
4637      Branch: perl
4638            ! lib/Pod/Html.pm
4639 ____________________________________________________________________________
4640 [  3784] By: gsar                                  on 1999/07/27  03:56:17
4641         Log: change#3762 wasn't needed
4642      Branch: perl
4643            ! ext/B/B/CC.pm
4644 ____________________________________________________________________________
4645 [  3783] By: jhi                                   on 1999/07/26  19:08:21
4646         Log: Integrate with Sarathy.
4647      Branch: cfgperl
4648           !> Changes makedef.pl patchlevel.h pod/perlfunc.pod pp_ctl.c
4649           !> toke.c utils/dprofpp.PL win32/Makefile win32/config_H.bc
4650           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
4651 ____________________________________________________________________________
4652 [  3782] By: gsar                                  on 1999/07/26  18:16:50
4653         Log: update Changes, patchlevel &c.
4654      Branch: perl
4655            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
4656            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
4657 ____________________________________________________________________________
4658 [  3781] By: gsar                                  on 1999/07/26  17:54:47
4659         Log: a more correct fix for change#2744
4660              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
4661              Date: Sun, 25 Jul 1999 14:02:25 -0500 (CDT)
4662              Message-ID: <14235.24385.671437.246345@alias-2.pr.mcs.net>
4663              Subject: [PATCH _57] Re: toke.c questions 
4664      Branch: perl
4665            ! toke.c
4666 ____________________________________________________________________________
4667 [  3780] By: gsar                                  on 1999/07/26  17:37:04
4668         Log: utime() doc typo from Greg Bacon <gbacon@itsc.uah.edu>
4669      Branch: perl
4670            ! pod/perlfunc.pod
4671 ____________________________________________________________________________
4672 [  3779] By: jhi                                   on 1999/07/26  16:37:23
4673         Log: Dusting off.
4674      Branch: cfgperl
4675            ! README.threads
4676 ____________________________________________________________________________
4677 [  3778] By: gsar                                  on 1999/07/26  13:28:46
4678         Log: avoid DIVZERO
4679      Branch: perl
4680            ! utils/dprofpp.PL
4681 ____________________________________________________________________________
4682 [  3777] By: gsar                                  on 1999/07/26  13:18:53
4683         Log: warnings identified by Borland compiler
4684      Branch: perl
4685            ! makedef.pl pp_ctl.c
4686 ____________________________________________________________________________
4687 [  3776] By: jhi                                   on 1999/07/26  13:07:36
4688         Log: Integrate with Sarathy.
4689      Branch: cfgperl
4690           !> lib/Carp/Heavy.pm pp_ctl.c pp_hot.c
4691 ____________________________________________________________________________
4692 [  3775] By: gsar                                  on 1999/07/26  12:55:43
4693         Log: avoid infinite recursion when Thread.pm croaks during
4694              bootstrap
4695      Branch: perl
4696            ! lib/Carp/Heavy.pm
4697 ____________________________________________________________________________
4698 [  3774] By: gsar                                  on 1999/07/26  12:43:02
4699         Log: integrate cfgperl contents into mainline
4700      Branch: perl
4701           +> lib/Carp/Heavy.pm
4702           !> MANIFEST Makefile.SH cflags.SH configpm ext/util/make_ext
4703           !> lib/AutoSplit.pm lib/Carp.pm makedepend.SH pod/pod2html.PL
4704           !> pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
4705           !> pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
4706           !> writemain.SH x2p/Makefile.SH x2p/cflags.SH
4707 ____________________________________________________________________________
4708 [  3773] By: jhi                                   on 1999/07/26  12:40:29
4709         Log: Use long doubles only if they are useful.
4710      Branch: cfgperl
4711            ! ext/POSIX/POSIX.xs
4712 ____________________________________________________________________________
4713 [  3772] By: gsar                                  on 1999/07/26  12:33:11
4714         Log: typo in change#3768
4715      Branch: perl
4716            ! pp_hot.c
4717 ____________________________________________________________________________
4718 [  3771] By: gsar                                  on 1999/07/26  12:08:27
4719         Log: alpha-stage support for user-hooks in @INC
4720              From: Ken Fox <kfox@ford.com>
4721              Date: Mon, 19 Jul 1999 22:12:29 -0400 (EDT)
4722              Message-Id: <199907200213.WAA02816@mailfw2.ford.com>
4723              Subject: Re: loading remote modules
4724      Branch: perl
4725            ! pp_ctl.c
4726 ____________________________________________________________________________
4727 [  3770] By: jhi                                   on 1999/07/26  11:38:36
4728         Log: Back out #3735.  Needs more work.
4729      Branch: cfgperl
4730            ! Makefile.SH cflags.SH configpm ext/util/make_ext
4731            ! lib/AutoSplit.pm makedepend.SH pod/pod2html.PL
4732            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
4733            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
4734            ! writemain.SH x2p/Makefile.SH x2p/cflags.SH
4735 ____________________________________________________________________________
4736 [  3769] By: jhi                                   on 1999/07/26  11:24:45
4737         Log: Integrate with Sarathy.
4738      Branch: cfgperl
4739           !> (integrate 35 files)
4740 ____________________________________________________________________________
4741 [  3768] By: gsar                                  on 1999/07/26  11:03:07
4742         Log: optimize method name lookup
4743              From: Chip Salzenberg <chip@perlsupport.com>
4744              Date: Thu, 22 Jul 1999 13:43:36 -0400
4745              Message-ID: <19990722134336.Q391@perlsupport.com>
4746              Subject: [PATCH] OP_METHOD_NAMED
4747      Branch: perl
4748            ! dump.c embed.h embed.pl ext/Opcode/Opcode.pm objXSUB.h op.c
4749            ! opcode.h opcode.pl perlapi.c pp.sym pp_hot.c pp_proto.h
4750            ! proto.h
4751 ____________________________________________________________________________
4752 [  3767] By: gsar                                  on 1999/07/26  10:44:11
4753         Log: allow arrow omission in $foo[10]->('foo') etc. (but not in
4754              foo()->()); rework grammar to remove conflicts
4755              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
4756              Date: Fri, 23 Jul 1999 15:55:22 -0500 (CDT)
4757              Message-ID: <14232.54970.771570.548676@alias-2.pr.mcs.net>
4758              Subject: [PATCH _57, long] Re: optional arrow asymmetry
4759      Branch: perl
4760            ! Makefile.SH embed.h embed.pl global.sym objXSUB.h op.c
4761            ! perlapi.c perly.c perly.h perly.y perly_c.diff proto.h
4762            ! vms/perly_c.vms vms/perly_h.vms
4763 ____________________________________________________________________________
4764 [  3766] By: jhi                                   on 1999/07/26  10:18:56
4765         Log: Use $< instead of $*.c in *perlmain.o rules.
4766      Branch: cfgperl
4767            ! Makefile.SH
4768 ____________________________________________________________________________
4769 [  3765] By: gsar                                  on 1999/07/26  09:28:48
4770         Log: From: Ian Phillipps <ian@dial.pipex.com>
4771              Date: Fri, 23 Jul 1999 23:35:56 +0100
4772              Message-ID: <19990723233556.B2435@homer.diplex.co.uk>
4773              Subject: (Version 2) Extending unpack to deal with counted strings
4774      Branch: perl
4775            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
4776 ____________________________________________________________________________
4777 [  3764] By: jhi                                   on 1999/07/26  09:17:26
4778         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4779              To: perl5-porters@perl.org (Mailing list Perl5)
4780              Subject: [PATCH 5.005_57] Lean Carp.pm with Carp/Heavy.pm
4781              Date: Mon, 26 Jul 1999 04:05:27 -0400 (EDT)
4782              Message-Id: <199907260805.EAA26888@monk.mps.ohio-state.edu>
4783              
4784              The patch was based on 5_57 so had to re-apply lib/Carp.pm
4785              parts of changes #3498, #3696, and #3702 for the new
4786              lib/Carp/Heavy.pm.
4787      Branch: cfgperl
4788            + lib/Carp/Heavy.pm
4789            ! MANIFEST lib/Carp.pm
4790 ____________________________________________________________________________
4791 [  3763] By: gsar                                  on 1999/07/26  09:03:17
4792         Log: ~ isn't valid in VMS filenames
4793      Branch: perl
4794            ! lib/Pod/Html.pm
4795 ____________________________________________________________________________
4796 [  3762] By: gsar                                  on 1999/07/26  08:59:47
4797         Log: setstate stop-gap from Vishal Bhatia
4798      Branch: perl
4799            ! ext/B/B/CC.pm
4800 ____________________________________________________________________________
4801 [  3761] By: gsar                                  on 1999/07/26  08:06:39
4802         Log: patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;
4803              add B::OP::name() method that returns just the op_name;
4804              convert Deparse et all to use that instead of B::OP::ppaddr();
4805              add support for OP_SETSTATE in Deparse
4806      Branch: perl
4807            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Bytecode.pm
4808            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
4809            ! ext/B/B/Xref.pm opcode.h opcode.pl
4810 ____________________________________________________________________________
4811 [  3760] By: jhi                                   on 1999/07/26  07:14:43
4812         Log: Integrate with Sarathy.
4813      Branch: cfgperl
4814           !> (integrate 43 files)
4815 ____________________________________________________________________________
4816 [  3759] By: gsar                                  on 1999/07/26  05:12:24
4817         Log: add disclaimer about perl 4 libraries (modified version of
4818              patch suggested by Clinton Pierce <cpierce1@ford.com>)
4819      Branch: perl
4820            ! lib/abbrev.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
4821            ! lib/cacheout.pl lib/chat2.pl lib/complete.pl lib/ctime.pl
4822            ! lib/dotsh.pl lib/exceptions.pl lib/fastcwd.pl lib/flush.pl
4823            ! lib/ftp.pl lib/getcwd.pl lib/getopt.pl lib/getopts.pl
4824            ! lib/hostname.pl lib/look.pl lib/pwd.pl lib/termcap.pl
4825 ____________________________________________________________________________
4826 [  3758] By: gsar                                  on 1999/07/26  04:48:35
4827         Log: make reset() behave with high-bit characters
4828              From: Ian Phillipps <ian@dial.pipex.com>
4829              Date: Thu, 22 Jul 1999 22:48:59 +0100
4830              Message-ID: <19990722224859.A27987@homer.diplex.co.uk>
4831              Subject: [PATCH 5.005_57] sv_reset can cause stack corruption
4832      Branch: perl
4833            ! sv.c
4834 ____________________________________________________________________________
4835 [  3757] By: gsar                                  on 1999/07/26  04:40:32
4836         Log: update to perlport-1.44 from Chris Nandor <pudge@pobox.com>
4837      Branch: perl
4838            ! pod/perlport.pod
4839 ____________________________________________________________________________
4840 [  3756] By: gsar                                  on 1999/07/26  04:20:37
4841         Log: dprofpp pod additions from Nathan Torkington <gnat@frii.com>
4842      Branch: perl
4843            ! utils/dprofpp.PL
4844 ____________________________________________________________________________
4845 [  3755] By: gsar                                  on 1999/07/26  04:18:00
4846         Log: disable VPATH for now (breaks x2p build)
4847      Branch: perl
4848            ! x2p/Makefile.SH
4849 ____________________________________________________________________________
4850 [  3754] By: gsar                                  on 1999/07/26  03:15:33
4851         Log: INSTALL =~ s/5.006/5.6/; delay loading Errno until needed
4852              (%! has the necessary magic); misc typos
4853      Branch: perl
4854            ! INSTALL ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
4855            ! ext/GDBM_File/GDBM_File.pm gv.c jpl/JNI/JNI.pm
4856            ! lib/AutoLoader.pm lib/CPAN.pm perl.c pod/perllocale.pod
4857            ! utils/h2xs.PL
4858 ____________________________________________________________________________
4859 [  3753] By: gsar                                  on 1999/07/26  02:38:28
4860         Log: integrate cfgperl contents into mainline
4861      Branch: perl
4862           +> t/pragma/locale/latin1 t/pragma/locale/utf8
4863           !> (integrate 53 files)
4864 ____________________________________________________________________________
4865 [  3752] By: gsar                                  on 1999/07/26  02:11:31
4866         Log: ensure implicitly closed handles don't set $? or $!
4867      Branch: perl
4868            ! doio.c embed.h embed.pl perlapi.c proto.h sv.c t/io/pipe.t
4869 ____________________________________________________________________________
4870 [  3751] By: gsar                                  on 1999/07/26  01:28:34
4871         Log: change#3534 didn't preserve undef return values from caller()
4872      Branch: perl
4873            ! Changes pp_ctl.c
4874 ____________________________________________________________________________
4875 [  3750] By: jhi                                   on 1999/07/25  20:59:29
4876         Log: Back up a tiny bit from #3735.
4877              This may break builds outside the source directory
4878              but then again, they do not work that ell yet anyway.
4879      Branch: cfgperl
4880            ! Makefile.SH
4881 ____________________________________________________________________________
4882 [  3750] By: jhi                                   on 1999/07/25  20:59:29
4883         Log: Back up a tiny bit from #3735.
4884              This may break builds outside the source directory
4885              but then again, they do not work that ell yet anyway.
4886      Branch: cfgperl
4887            ! Makefile.SH
4888 ____________________________________________________________________________
4889 [  3749] By: jhi                                   on 1999/07/25  19:15:55
4890         Log: Integrate with Sarathy.
4891      Branch: cfgperl
4892           !> lib/ExtUtils/MM_Unix.pm toke.c utils/h2xs.PL
4893 ____________________________________________________________________________
4894 [  3748] By: jhi                                   on 1999/07/25  19:06:59
4895         Log: Recode locale.t so that the change in #3730
4896              is not needed and locale.t works both without
4897              and with the utf8 pragma.
4898      Branch: cfgperl
4899            + t/pragma/locale/latin1 t/pragma/locale/utf8
4900            ! MANIFEST t/pragma/locale.t
4901 ____________________________________________________________________________
4902 [  3747] By: jhi                                   on 1999/07/25  19:01:46
4903         Log: Like #3743.
4904      Branch: cfgperl
4905            ! utils/perlbug.PL
4906 ____________________________________________________________________________
4907 [  3746] By: gsar                                  on 1999/07/25  18:08:58
4908         Log: add option to omit Changes file, from Abigail <abigail@delanet.com>;
4909              append a HISTORY section to POD if option is used
4910      Branch: perl
4911            ! utils/h2xs.PL
4912 ____________________________________________________________________________
4913 [  3745] By: gsar                                  on 1999/07/25  17:40:03
4914         Log: warn rather than die when parse_version() can't cut it (from
4915              Michael G Schwern <schwern@pobox.com>)
4916      Branch: perl
4917            ! lib/ExtUtils/MM_Unix.pm
4918 ____________________________________________________________________________
4919 [  3744] By: gsar                                  on 1999/07/25  16:32:48
4920         Log: make map behave like grep wrt indirect object slot when
4921              there are parentheses; revert an experimental mod by Larry
4922              in change#2038 that failed to parse %{{qw(a b c)}} properly
4923              (this means C<map {use Foo; ...} ...> still needs a proper
4924              fix)
4925      Branch: perl
4926            ! toke.c
4927 ____________________________________________________________________________
4928 [  3743] By: jhi                                   on 1999/07/25  16:24:55
4929         Log: Fix a typo in #3725.
4930      Branch: cfgperl
4931            ! utils/perlbug.PL
4932 ____________________________________________________________________________
4933 [  3742] By: jhi                                   on 1999/07/25  16:14:39
4934         Log: Integrate with Sarathy.
4935      Branch: cfgperl
4936           !> (integrate 26 files)
4937 ____________________________________________________________________________
4938 [  3741] By: jhi                                   on 1999/07/25  16:02:28
4939         Log: Cut-and-pasto in #3737.
4940      Branch: cfgperl
4941            ! perl.c
4942 ____________________________________________________________________________
4943 [  3740] By: gsar                                  on 1999/07/25  15:59:34
4944         Log: add note about glibc bug
4945      Branch: perl
4946            ! t/pragma/warn/pp_hot
4947 ____________________________________________________________________________
4948 [  3739] By: gsar                                  on 1999/07/25  15:48:40
4949         Log: fix bug in change#3728 that might free COPs prematurely;
4950              null(op) now does more thorough scrubbing of the op, which
4951              fixes a few compile-time memory "leaks"
4952      Branch: perl
4953            ! dump.c embed.h embed.pl op.c proto.h
4954 ____________________________________________________________________________
4955 [  3738] By: jhi                                   on 1999/07/25  14:15:26
4956         Log: In accordance with #3737.
4957      Branch: metaconfig
4958            ! U/installdirs/sitelib.U U/installdirs/vendorprefix.U
4959            ! U/modified/Oldconfig.U
4960      Branch: metaconfig/U/perl
4961            ! Extensions.U
4962 ____________________________________________________________________________
4963 [  3737] By: jhi                                   on 1999/07/25  14:12:34
4964         Log: Use vendorprefixlib.
4965      Branch: cfgperl
4966            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4967            ! config_h.SH perl.c
4968 ____________________________________________________________________________
4969 [  3736] By: jhi                                   on 1999/07/25  13:10:03
4970         Log: Populate metaconfig branch.
4971      Branch: metaconfig
4972            + (add 1468 files)
4973      Branch: metaconfig/U/perl
4974            + (add 101 files)
4975 ____________________________________________________________________________
4976 [  3735] By: jhi                                   on 1999/07/25  12:27:20
4977         Log: First steps of making builds outside the source
4978              directory possible.  These should get us as far
4979              as miniperl, then building DynaLoader falls into
4980              tiny twinkling pieces as MakeMaker knows nothing
4981              of VPATH mindset.
4982      Branch: cfgperl
4983            ! Configure Makefile.SH cflags.SH config_h.SH configpm
4984            ! ext/util/make_ext lib/AutoSplit.pm makedepend.SH
4985            ! pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL
4986            ! pod/pod2text.PL pod/pod2usage.PL pod/podchecker.PL
4987            ! pod/podselect.PL writemain.SH x2p/Makefile.SH x2p/cflags.SH
4988 ____________________________________________________________________________
4989 [  3734] By: jhi                                   on 1999/07/25  11:19:28
4990         Log: Poor Glossary--are we fixed yet?
4991      Branch: cfgperl
4992            ! Porting/Glossary
4993 ____________________________________________________________________________
4994 [  3733] By: jhi                                   on 1999/07/25  11:15:06
4995         Log: Change #3732 mistakenly clobbered Glossary.
4996      Branch: cfgperl
4997            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4998            ! config_h.SH
4999 ____________________________________________________________________________
5000 [  3732] By: jhi                                   on 1999/07/25  10:46:39
5001         Log: Andy's new installation scheme (note: a lot of this
5002              leaked in already with change #3731).  The vendor*
5003              stuff is not used anywhere (in *.SH, say), so it
5004              isn't in Configure, either.
5005      Branch: cfgperl
5006            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5007            ! config_h.SH
5008 ____________________________________________________________________________
5009 [  3731] By: jhi                                   on 1999/07/25  10:12:07
5010         Log: Circumcode a strange shell(?) bug in AIX found
5011              while trying to do -Duse64bits (which I couldn't do
5012              in the end because the CPU isn't 64-bit in that box,
5013              but at least now the probing doesn't crash.)
5014      Branch: cfgperl
5015            ! Configure config_h.SH hints/aix.sh
5016 ____________________________________________________________________________
5017 [  3730] By: gsar                                  on 1999/07/25  04:56:56
5018         Log: fix little utf8 nits in testsuite; add patch from Ilya that cures
5019              a utf8 bug in one of the new RE optimizations
5020      Branch: perl
5021            ! regcomp.c regexec.c t/harness t/lib/io_udp.t t/op/re_tests
5022            ! t/pragma/locale.t
5023 ____________________________________________________________________________
5024 [  3729] By: jhi                                   on 1999/07/23  19:56:27
5025         Log: From: Andy Dougherty <doughera@lafayette.edu>
5026              To: Perl Porters <perl5-porters@perl.org>
5027              Subject: [PATCH 5.005_57] INSTALL-1.58
5028              Date: Fri, 23 Jul 1999 10:50:13 -0400 (EDT)
5029              Message-Id: <Pine.GSU.4.05.9907231033190.3555-100000@newton.phys>
5030              
5031              plus
5032              
5033              From: "Kurt D. Starsinic" <kstar@chapin.edu>
5034              To: Andy Dougherty <doughera@lafayette.edu>
5035              Cc: Perl Porters <perl5-porters@perl.org>
5036              Subject: Re: [PATCH 5.005_57] INSTALL-1.58
5037              Date: Fri, 23 Jul 1999 13:38:25 -0400
5038              Message-ID: <19990723133825.A12033@O2.chapin.edu>
5039      Branch: cfgperl
5040            ! INSTALL
5041 ____________________________________________________________________________
5042 [  3728] By: gsar                                  on 1999/07/23  17:24:42
5043         Log: applied suggested patch for tracking line numbers correctly in
5044              optimized blocks with a single statement; changed setcop to
5045              setstate and added code for -Dx dumps
5046              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5047              Date: Wed, 23 Jun 1999 17:27:42 +0100
5048              Message-Id: <199906231627.RAA24033@crypt.compulink.co.uk>
5049              Subject: [PATCH 5.005_57] Line number error in optimised else() 
5050      Branch: perl
5051            ! dump.c embed.h ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.pm
5052            ! objXSUB.h op.c opcode.h opcode.pl perlapi.c pp.sym pp_hot.c
5053            ! pp_proto.h t/op/misc.t
5054 ____________________________________________________________________________
5055 [  3727] By: gsar                                  on 1999/07/23  15:56:04
5056         Log: avoid useless use of target for pp_each(); also fixes bugs due to
5057              refcount held by the target
5058      Branch: perl
5059            ! opcode.h opcode.pl pp.c t/op/each.t
5060 ____________________________________________________________________________
5061 [  3726] By: jhi                                   on 1999/07/23  12:08:30
5062         Log: Change #3725 aftershock.
5063      Branch: cfgperl
5064            ! INSTALL jpl/JNI/JNI.pm
5065 ____________________________________________________________________________
5066 [  3725] By: jhi                                   on 1999/07/23  11:58:49
5067         Log: Introduce $Config{ldlibpthname} which contains
5068              the name of the environment variable holding the
5069              dynamic library search path, often LD_LIBRARY_PATH.
5070              Use this new feature all over.
5071              Also removed remnants of admonition "add LD_LIBRARY_PATH
5072              before running make" because Makefile.SH does this for you. 
5073      Branch: cfgperl
5074            ! Configure Makefile.SH config_h.SH
5075            ! ext/DynaLoader/DynaLoader_pm.PL hints/README.hints
5076            ! hints/aix.sh hints/beos.sh hints/cygwin32.sh hints/dgux.sh
5077            ! hints/epix.sh hints/esix4.sh hints/hpux.sh hints/next_4.sh
5078            ! hints/os2.sh hints/rhapsody.sh hints/svr4.sh jpl/JNI/JNI.pm
5079            ! jpl/install-jpl utils/perlbug.PL
5080 ____________________________________________________________________________
5081 [  3724] By: jhi                                   on 1999/07/23  08:03:36
5082         Log: From: Spider Boardman <spider@orb.nashua.nh.us>
5083              To: perl5-porters@perl.org
5084              Subject: [PATCH] Re: [ID 19990715.003] [BUG] all perl5 versions: segfault on $# 
5085              Date: Thu, 22 Jul 1999 19:58:34 -0400
5086              Message-Id: <199907222358.TAA27354@Orb.Nashua.NH.US>
5087      Branch: cfgperl
5088            ! av.c
5089 ____________________________________________________________________________
5090 [  3723] By: gsar                                  on 1999/07/23  00:01:29
5091         Log: emit warning about function calls that were encountered too early
5092              to enforce their prototype
5093      Branch: perl
5094            ! op.c op.h pod/perldiag.pod
5095 ____________________________________________________________________________
5096 [  3722] By: jhi                                   on 1999/07/22  21:19:59
5097         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
5098              To: perl5-porters@perl.org
5099              Cc: Chip Salzenberg <chip@perlsupport.com>, Gurusamy Sarathy <gsar@activestate.com>
5100              Subject: [PATCH] MakeMaker documentation
5101              Date: Wed, 21 Jul 1999 14:15:42 -0400
5102              Message-ID: <19990721141542.A1800@O2.chapin.edu>
5103      Branch: cfgperl
5104            ! lib/ExtUtils/MakeMaker.pm
5105 ____________________________________________________________________________
5106 [  3721] By: jhi                                   on 1999/07/22  21:05:19
5107         Log: From: pvhp@forte.com (Peter Prymmer)
5108              To: chip@perlsupport.com, gsar@activestate.com, perl-mvs@perl.org, perl5-porters@perl.org
5109              Subject: [PATCH: 5.005_03 && 5.005_57]os390 hints file appendix stops bad builds
5110              Date: Wed, 21 Jul 99 17:15:39 PDT
5111              Message-Id: <9907220015.AA11931@forte.com>
5112      Branch: cfgperl
5113            ! hints/os390.sh
5114 ____________________________________________________________________________
5115 [  3720] By: jhi                                   on 1999/07/22  20:51:17
5116         Log: AIX magic: ccdlflags needs to be different for
5117              Perl itself and for extra-core extensions
5118              (as used by ExtUtilss::embed::ldopts).
5119              Based on the problems described in
5120              
5121              From: Mike W Ellwood <mwe@rl.ac.uk>
5122              To: perl5-porters@perl.org
5123              Subject: [ID 19990722.002] Perl 5.00503 and AIX 4.1.5; perl.exp; build errors. Also Imagemagick...
5124              Date: Thu, 22 Jul 1999 14:28:19 +0100 (BST)
5125              Reply-To: m.w.ellwood@rl.ac.uk
5126              Message-Id: <Pine.A41.3.96.990722141209.72660V-100000@unixfe.rl.ac.uk>
5127      Branch: cfgperl
5128            ! Configure Makefile.SH config_h.SH hints/aix.sh
5129 ____________________________________________________________________________
5130 [  3719] By: jhi                                   on 1999/07/22  08:23:53
5131         Log: Update history records.
5132      Branch: cfgperl
5133            ! pod/perlhist.pod
5134 ____________________________________________________________________________
5135 [  3718] By: jhi                                   on 1999/07/21  13:54:42
5136         Log: Todododobedobedo.
5137      Branch: cfgperl
5138            ! Todo
5139 ____________________________________________________________________________
5140 [  3717] By: jhi                                   on 1999/07/21  12:10:48
5141         Log: Even more Todo.
5142      Branch: cfgperl
5143            ! Todo
5144 ____________________________________________________________________________
5145 [  3716] By: jhi                                   on 1999/07/21  11:40:39
5146         Log: Use Errno more extensively so that error
5147              messages are more portable (another way
5148              would be to muck around with LC_MESSAGES).
5149              Problem reported in
5150              
5151              From: oracle@pcr8.pcr.com
5152              To: perl5-porters@perl.org
5153              Subject: [ID 19990719.003] LC_MESSAGES breaks h2xs autoloaded constants on AIX 4.1.4
5154              Date: Mon, 19 Jul 1999 18:39:13 -0400
5155              Message-Id: <9907192239.AA44990@pcr8.pcr.com>
5156      Branch: cfgperl
5157            ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
5158            ! ext/GDBM_File/GDBM_File.pm jpl/JNI/JNI.pm lib/AutoLoader.pm
5159            ! lib/CPAN.pm pod/perllocale.pod utils/h2xs.PL
5160 ____________________________________________________________________________
5161 [  3715] By: jhi                                   on 1999/07/21  11:05:36
5162         Log: Slightly modified patch.
5163              From: Sean Sheedy <seans@ncube.com>
5164              To: perl5-porters@perl.org
5165              Subject: [ID 19990720.003] Perl 5.005_3 patch: Non-standard object extensions
5166              Date: Tue, 20 Jul 1999 09:52:06 -0700
5167              Message-Id: <3794A935.1C150E54@ncube.com>
5168      Branch: cfgperl
5169            ! cflags.SH x2p/cflags.SH
5170 ____________________________________________________________________________
5171 [  3714] By: jhi                                   on 1999/07/20  21:26:19
5172         Log: More Todo.
5173      Branch: cfgperl
5174            ! Todo
5175 ____________________________________________________________________________
5176 [  3713] By: jhi                                   on 1999/07/20  18:02:45
5177         Log: Integrate with Sarathy.
5178      Branch: cfgperl
5179           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
5180           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
5181           +> ext/Devel/DProf/Todo t/lib/dprof.t t/lib/dprof/V.pm
5182           +> t/lib/dprof/test1_t t/lib/dprof/test1_v t/lib/dprof/test2_t
5183           +> t/lib/dprof/test2_v t/lib/dprof/test3_t t/lib/dprof/test3_v
5184           +> t/lib/dprof/test4_t t/lib/dprof/test4_v t/lib/dprof/test5_t
5185           +> t/lib/dprof/test5_v t/lib/dprof/test6_t t/lib/dprof/test6_v
5186           +> utils/dprofpp.PL
5187           !> INSTALL MAINTAIN MANIFEST configure.com
5188           !> ext/Devel/Peek/Makefile.PL installman installperl
5189           !> pod/roffitall utils/Makefile vms/descrip_mms.template
5190           !> win32/Makefile win32/makefile.mk win32/win32.h
5191 ____________________________________________________________________________
5192 [  3712] By: gsar                                  on 1999/07/20  15:29:01
5193         Log: DProf tweak
5194      Branch: perl
5195            ! ext/Devel/DProf/DProf.xs
5196 ____________________________________________________________________________
5197 [  3711] By: gsar                                  on 1999/07/20  07:56:19
5198         Log: another DProf build tweak
5199      Branch: perl
5200            ! utils/dprofpp.PL
5201 ____________________________________________________________________________
5202 [  3710] By: gsar                                  on 1999/07/20  07:36:36
5203         Log: move DProf things around to where they are supposed to be
5204      Branch: perl
5205            + t/lib/dprof.t t/lib/dprof/V.pm t/lib/dprof/test1_t
5206            + t/lib/dprof/test1_v t/lib/dprof/test2_t t/lib/dprof/test2_v
5207            + t/lib/dprof/test3_t t/lib/dprof/test3_v t/lib/dprof/test4_t
5208            + t/lib/dprof/test4_v t/lib/dprof/test5_t t/lib/dprof/test5_v
5209            + t/lib/dprof/test6_t t/lib/dprof/test6_v
5210           +> utils/dprofpp.PL
5211            - ext/Devel/DProf/dprofpp.PL ext/Devel/DProf/t/V.pm
5212            - ext/Devel/DProf/t/test1.pl ext/Devel/DProf/t/test1.t
5213            - ext/Devel/DProf/t/test1.v ext/Devel/DProf/t/test2.t
5214            - ext/Devel/DProf/t/test2.v ext/Devel/DProf/t/test3.t
5215            - ext/Devel/DProf/t/test3.v ext/Devel/DProf/t/test4.t
5216            - ext/Devel/DProf/t/test4.v ext/Devel/DProf/t/test5.t
5217            - ext/Devel/DProf/t/test5.v ext/Devel/DProf/t/test6.t
5218            - ext/Devel/DProf/t/test6.v ext/Devel/DProf/test.pl
5219            ! INSTALL MANIFEST ext/Devel/DProf/Makefile.PL installman
5220            ! installperl pod/roffitall utils/Makefile
5221            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
5222 ____________________________________________________________________________
5223 [  3709] By: gsar                                  on 1999/07/20  06:13:16
5224         Log: DProf fixups for PERL_IMPLICIT_CONTEXT
5225      Branch: perl
5226            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
5227            ! ext/Devel/Peek/Makefile.PL
5228 ____________________________________________________________________________
5229 [  3708] By: gsar                                  on 1999/07/20  06:01:22
5230         Log: move DProf to Devel/DProf
5231      Branch: perl
5232           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
5233           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
5234           +> ext/Devel/DProf/Todo ext/Devel/DProf/dprofpp.PL
5235           +> ext/Devel/DProf/t/V.pm ext/Devel/DProf/t/test1.pl
5236           +> ext/Devel/DProf/t/test1.t ext/Devel/DProf/t/test1.v
5237           +> ext/Devel/DProf/t/test2.t ext/Devel/DProf/t/test2.v
5238           +> ext/Devel/DProf/t/test3.t ext/Devel/DProf/t/test3.v
5239           +> ext/Devel/DProf/t/test4.t ext/Devel/DProf/t/test4.v
5240           +> ext/Devel/DProf/t/test5.t ext/Devel/DProf/t/test5.v
5241           +> ext/Devel/DProf/t/test6.t ext/Devel/DProf/t/test6.v
5242           +> ext/Devel/DProf/test.pl
5243            - ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
5244            - ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
5245            - ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
5246            - ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
5247            - ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
5248            - ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
5249            - ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
5250            ! MAINTAIN MANIFEST configure.com win32/Makefile
5251            ! win32/makefile.mk
5252 ____________________________________________________________________________
5253 [  3707] By: gsar                                  on 1999/07/20  05:39:11
5254         Log: add Devel::DProf v19990108 from CPAN, as it was
5255      Branch: perl
5256            + ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
5257            + ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
5258            + ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
5259            + ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
5260            + ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
5261            + ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
5262            + ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
5263            ! MANIFEST
5264 ____________________________________________________________________________
5265 [  3706] By: gsar                                  on 1999/07/20  04:52:25
5266         Log: C<union any> needs no PERL_OBJECT-treatment
5267      Branch: perl
5268            ! win32/win32.h
5269 ____________________________________________________________________________
5270 [  3705] By: gsar                                  on 1999/07/20  04:11:54
5271         Log: fix problem in default build
5272      Branch: perl
5273            ! win32/Makefile win32/makefile.mk
5274 ____________________________________________________________________________
5275 [  3704] By: jhi                                   on 1999/07/19  07:06:36
5276         Log: Integrate with Sarathy.
5277      Branch: cfgperl
5278           !> Changes lib/Carp.pm makedef.pl pod/perldiag.pod sv.h util.c
5279           !> win32/win32.c
5280 ____________________________________________________________________________
5281 [  3703] By: gsar                                  on 1999/07/19  05:55:57
5282         Log: win32 nits
5283      Branch: perl
5284            ! makedef.pl sv.h
5285 ____________________________________________________________________________
5286 [  3702] By: gsar                                  on 1999/07/19  04:29:34
5287         Log: don't display tid from main thread (or testsuite breaks)
5288      Branch: perl
5289            ! lib/Carp.pm util.c
5290 ____________________________________________________________________________
5291 [  3701] By: gsar                                  on 1999/07/19  00:47:52
5292         Log: remove several doubled (and tripled!) entries
5293      Branch: perl
5294            ! pod/perldiag.pod
5295 ____________________________________________________________________________
5296 [  3700] By: gsar                                  on 1999/07/19  00:42:34
5297         Log: integrate cfgperl contents into mainline
5298      Branch: perl
5299           +> makedef.pl
5300            - perl_exp.SH win32/makedef.pl
5301           !> MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
5302           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_vms.xs hints/aix.sh
5303           !> pod/perldiag.pod pp.c regexec.c t/pragma/warn/util toke.c
5304           !> utf8.c util.c win32/Makefile win32/makefile.mk
5305 ____________________________________________________________________________
5306 [  3699] By: gsar                                  on 1999/07/19  00:33:59
5307         Log: avoid bug in win32_str_os_error() (from Jan Dubois)
5308      Branch: perl
5309            ! Changes win32/win32.c
5310 ____________________________________________________________________________
5311 [  3698] By: jhi                                   on 1999/07/18  21:33:57
5312         Log: Integrate with Sarathy.
5313      Branch: cfgperl
5314           +> t/op/chars.t
5315           !> (integrate 57 files)
5316 ____________________________________________________________________________
5317 [  3697] By: gsar                                  on 1999/07/18  05:22:36
5318         Log: From: pvhp@forte.com (Peter Prymmer)
5319              Date: Thu, 1 Jul 99 19:31:24 PDT
5320              Message-Id: <9907020231.AA16942@forte.com>
5321              Subject: [ID 19990701.031] 4 ctl chars on EBCDIC not asciiish enough
5322      Branch: perl
5323            + t/op/chars.t
5324            ! MANIFEST ebcdic.c t/op/ord.t
5325 ____________________________________________________________________________
5326 [  3696] By: gsar                                  on 1999/07/18  05:11:02
5327         Log: display thread id in diagnostics (suggested by Dan Sugalski)
5328      Branch: perl
5329            ! lib/Carp.pm util.c
5330 ____________________________________________________________________________
5331 [  3695] By: gsar                                  on 1999/07/18  04:57:47
5332         Log: missing perldiag entry (from Dan Sugalski <sugalskd@osshe.edu>)
5333      Branch: perl
5334            ! pod/perldiag.pod
5335 ____________________________________________________________________________
5336 [  3694] By: gsar                                  on 1999/07/18  04:56:28
5337         Log: cache [NIUP]V conversions of defined READONLY values
5338              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5339              Date: Sun, 11 Jul 1999 04:39:44 -0400
5340              Message-ID: <19990711043944.A25944@monk.mps.ohio-state.edu>
5341              Subject: [PATCH 5.005_57] Allow caching of numeric/string conversion
5342      Branch: perl
5343            ! sv.c
5344 ____________________________________________________________________________
5345 [  3693] By: gsar                                  on 1999/07/18  03:53:38
5346         Log: From: jan.dubois@ibm.net (Jan Dubois)
5347              Date: Sat, 17 Jul 1999 10:58:29 +0200
5348              Message-ID: <379144ad.13616689@smtp1.ibm.net>
5349              Subject: [PATCH 5.005] Some lib/ExtUtils/Manifest.pm POD fixes
5350      Branch: perl
5351            ! lib/ExtUtils/Manifest.pm
5352 ____________________________________________________________________________
5353 [  3692] By: gsar                                  on 1999/07/18  03:51:03
5354         Log: remove spurious newSTATEOP() that causes goto to enter one too many
5355              contexts when jumping between if and elsif blocks
5356      Branch: perl
5357            ! perly.c perly.y pp_ctl.c t/op/goto.t
5358 ____________________________________________________________________________
5359 [  3691] By: gsar                                  on 1999/07/18  01:49:59
5360         Log: detypo, update Changes
5361      Branch: perl
5362            ! Changes doio.c
5363 ____________________________________________________________________________
5364 [  3690] By: gsar                                  on 1999/07/18  01:16:59
5365         Log: mention the -Minteger effect on modulus (from Nathan Torkington)
5366      Branch: perl
5367            ! lib/integer.pm
5368 ____________________________________________________________________________
5369 [  3689] By: gsar                                  on 1999/07/18  00:47:17
5370         Log: ensure __END__ appears on a line by itself in wrapped
5371              scripts (thanks to Steve Tolkin <tolkin@mediaone.net>);
5372              mention caveat about successfull kill()
5373      Branch: perl
5374            ! pod/perlfunc.pod win32/bin/pl2bat.pl
5375 ____________________________________________________________________________
5376 [  3688] By: gsar                                  on 1999/07/17  20:47:44
5377         Log: noecho noops (from Nicholas Clark <nick@flirble.org>)
5378      Branch: perl
5379            ! ext/SDBM_File/sdbm/Makefile.PL
5380 ____________________________________________________________________________
5381 [  3687] By: gsar                                  on 1999/07/17  20:43:27
5382         Log: make CC.pm use a distinct CCPP() macro rather than PP()
5383              (suggested by Vishal Bhatia <vishalb@my-deja.com>)
5384      Branch: perl
5385            ! cc_runtime.h ext/B/B/CC.pm
5386 ____________________________________________________________________________
5387 [  3686] By: gsar                                  on 1999/07/17  20:39:08
5388         Log: tiny bug in vars.pm (from John Dlugosz)
5389      Branch: perl
5390            ! lib/vars.pm
5391 ____________________________________________________________________________
5392 [  3685] By: gsar                                  on 1999/07/17  20:37:27
5393         Log: applied suggested patch, along with later tweak
5394              From: jan.dubois@ibm.net (Jan Dubois)
5395              Date: Wed, 14 Jul 1999 23:53:43 +0200
5396              Message-ID: <37a902e7.15977234@smtp1.ibm.net>
5397              Subject: Merge ActivePerl Stylesheet support etc into Pod::Html.pm
5398      Branch: perl
5399            ! lib/Pod/Html.pm
5400 ____________________________________________________________________________
5401 [  3684] By: gsar                                  on 1999/07/17  20:24:32
5402         Log: avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop <domo@vo.lu>)
5403      Branch: perl
5404            ! thrdvar.h
5405 ____________________________________________________________________________
5406 [  3683] By: gsar                                  on 1999/07/17  20:21:01
5407         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5408              Date: Tue, 13 Jul 1999 05:44:28 -0400 (EDT)
5409              Message-Id: <199907130944.FAA04473@monk.mps.ohio-state.edu>
5410              Subject: [PATCH 5.005_57] Segfaults if $^P
5411      Branch: perl
5412            ! embed.h embed.pl global.sym mg.c objXSUB.h perl.c perlapi.c
5413            ! proto.h
5414 ____________________________________________________________________________
5415 [  3682] By: gsar                                  on 1999/07/17  20:04:17
5416         Log: use a better prefixify() heuristic than m/perl/ (prefix/lib/perl5
5417              and prefix/lib/perl5/man are ass_u_med only if those directories
5418              actually exist; else prefix/{lib,man} are used)
5419      Branch: perl
5420            ! lib/ExtUtils/MM_Unix.pm
5421 ____________________________________________________________________________
5422 [  3681] By: gsar                                  on 1999/07/17  19:12:33
5423         Log: allow $foo{$x} and $bar[$i] for (\$) prototype
5424      Branch: perl
5425            ! op.c t/comp/proto.t
5426 ____________________________________________________________________________
5427 [  3680] By: gsar                                  on 1999/07/17  18:23:55
5428         Log: fix vec() on magic values
5429              From: Ian Phillipps <ian@dial.pipex.com>
5430              Date: Mon, 12 Jul 1999 12:30:05 +0100
5431              Message-ID: <19990712123005.A11355@homer.diplex.co.uk>
5432              Subject: [PATCH 5.005_57] Re: do_vecset is broken.  Re: [ID 19990703.003].
5433      Branch: perl
5434            ! doop.c t/op/tie.t
5435 ____________________________________________________________________________
5436 [  3679] By: gsar                                  on 1999/07/17  18:10:44
5437         Log: make system() return -1 and set $! if exec of child failed
5438              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5439              Date: Fri, 9 Jul 1999 05:21:13 -0400
5440              Message-ID: <19990709052113.A6201@monk.mps.ohio-state.edu>
5441              Subject: [PATCH 5.005_57] system()==-1 and $! from failing fork/exec
5442      Branch: perl
5443            ! doio.c embed.h embed.pl global.sym objXSUB.h perlapi.c
5444            ! pod/perlfunc.pod pp_sys.c proto.h t/op/exec.t
5445 ____________________________________________________________________________
5446 [  3678] By: gsar                                  on 1999/07/17  17:54:01
5447         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5448              Date: Fri, 9 Jul 1999 04:27:51 -0400 (EDT)
5449              Message-Id: <199907090827.EAA03321@monk.mps.ohio-state.edu>
5450              Subject: [PATCH 5.005_57] File descriptor leak in do_exec3
5451      Branch: perl
5452            ! util.c
5453 ____________________________________________________________________________
5454 [  3677] By: gsar                                  on 1999/07/17  17:34:38
5455         Log: a modernized version of find2perl from Ken Pizzini <ken@halcyon.com>;
5456              converted Ken's documentation outline into pod
5457      Branch: perl
5458            ! x2p/find2perl.PL
5459 ____________________________________________________________________________
5460 [  3676] By: gsar                                  on 1999/07/17  16:34:09
5461         Log: pod fixes (with minor edits) from Abigail, Ronald Kimball, Jon
5462              Waddington, Tuomas Lukka, Steven Tolkin, Ian Phillipps, and
5463              Steve Lidie
5464      Branch: perl
5465            ! pod/Win32.pod pod/perldelta.pod pod/perlfaq.pod
5466            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
5467            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
5468            ! pod/perlguts.pod pod/perlhist.pod pod/perlop.pod
5469            ! pod/perlport.pod pod/perltoc.pod pod/perltodo.pod
5470            ! pod/perltoot.pod pod/perltootc.pod pod/perlvar.pod
5471 ____________________________________________________________________________
5472 [  3675] By: gsar                                  on 1999/07/17  00:16:53
5473         Log: backout redundant change#3628
5474      Branch: perl
5475            ! Changes hints/bsdos.sh
5476 ____________________________________________________________________________
5477 [  3674] By: jhi                                   on 1999/07/15  14:26:03
5478         Log: Fix the bin/oct/hex constant overflow tests for
5479              long long platforms.
5480      Branch: cfgperl
5481            ! t/pragma/warn/util
5482 ____________________________________________________________________________
5483 [  3673] By: jhi                                   on 1999/07/14  21:59:11
5484         Log: Fixed AIX dynamic loading and AIX shared Perl library.
5485              Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc,
5486              4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib.
5487              Hijacked win32/makedef.pl for more general purpose export
5488              list building, now it is used (as toplevel makedef.pl)
5489              for win32 and AIX (perl_exp.SH made unnecessary).
5490              Because the export lists are now correct in AIX, no more linker
5491              warnings about "Exported symbol not defined" should appear.
5492      Branch: cfgperl
5493            + makedef.pl
5494            - perl_exp.SH win32/makedef.pl
5495            ! MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
5496            ! ext/DynaLoader/dl_aix.xs hints/aix.sh win32/Makefile
5497            ! win32/makefile.mk
5498 ____________________________________________________________________________
5499 [  3672] By: gsar                                  on 1999/07/14  17:12:13
5500         Log: minor efficiency tweak
5501      Branch: perl
5502            ! pp_ctl.c
5503 ____________________________________________________________________________
5504 [  3671] By: jhi                                   on 1999/07/14  16:22:39
5505         Log: The regexec.c change of #3606 caused a core dump in fbm_instr()
5506              if its caller re_intuit_start() was entered with strend == strpos
5507              because end_shift ended up as -1.  The patch ain't necessarily
5508              correct but least the core dump is avoided.
5509      Branch: cfgperl
5510            ! regexec.c
5511 ____________________________________________________________________________
5512 [  3670] By: jhi                                   on 1999/07/13  07:59:09
5513         Log: Integrate with Sarathy.
5514      Branch: cfgperl
5515            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
5516            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
5517           !> (integrate 67 files)
5518 ____________________________________________________________________________
5519 [  3669] By: gsar                                  on 1999/07/12  06:14:54
5520         Log: fixups for sundry warnings about function pointers
5521      Branch: perl
5522            ! ext/re/re.xs intrpvar.h op.c perl.c perl.h pp_ctl.c scope.h
5523            ! sv.c thrdvar.h util.c win32/Makefile win32/makefile.mk
5524            ! win32/win32.c win32/win32.h
5525 ____________________________________________________________________________
5526 [  3668] By: gsar                                  on 1999/07/12  04:11:58
5527         Log: tweaks for win32/borland
5528      Branch: perl
5529            ! t/pragma/locale.t win32/makedef.pl win32/makefile.mk
5530 ____________________________________________________________________________
5531 [  3667] By: gsar                                  on 1999/07/12  01:55:15
5532         Log: yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS
5533              builds; passing the implicit context is unified among the three
5534              flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three
5535              flavors (see the top of perl.h) for testing; all varargs functions
5536              foo() have a va_list-taking variant vfoo() for generating the
5537              context-free versions; the PERL_OBJECT build should now be
5538              hyper-compatible with CPAN extensions (C++ is totally out of
5539              the picture)
5540              
5541              result has only been tested on Windows
5542              
5543              TODO: write docs on the THX rationale and idiomatic usage of
5544              the Perl API
5545      Branch: perl
5546            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
5547            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
5548            ! MANIFEST XSUB.h bytecode.pl deb.c dump.c embed.h embed.pl
5549            ! embedvar.h ext/B/B.xs ext/ByteLoader/ByteLoader.xs
5550            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
5551            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs ext/IO/IO.xs
5552            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
5553            ! ext/SDBM_File/SDBM_File.xs ext/Socket/Socket.xs
5554            ! ext/Thread/Thread.xs ext/attrs/attrs.xs ext/re/re.xs
5555            ! global.sym globals.c intrpvar.h iperlsys.h
5556            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
5557            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/xsubpp lib/base.pm
5558            ! lib/warning.pm malloc.c objXSUB.h perl.c perl.h perlapi.c
5559            ! perlapi.h perlio.c pp_sys.c proto.h regcomp.c regexec.c
5560            ! scope.c sv.c thrdvar.h util.c win32/Makefile win32/config_H.bc
5561            ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
5562            ! win32/dl_win32.xs win32/include/dirent.h
5563            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
5564            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
5565            ! win32/win32iop.h win32/win32sck.c
5566 ____________________________________________________________________________
5567 [  3666] By: jhi                                   on 1999/07/11  22:00:13
5568         Log: Integrate with Sarathy.
5569      Branch: cfgperl
5570           !> op.c t/op/lex_assign.t
5571 ____________________________________________________________________________
5572 [  3665] By: jhi                                   on 1999/07/11  21:59:01
5573         Log: More manual sync.
5574      Branch: cfgperl
5575            ! pod/perldelta.pod
5576 ____________________________________________________________________________
5577 [  3664] By: gsar                                  on 1999/07/11  19:11:07
5578         Log: change#3612 was buggy and failed to build Tk; applied Ilya's
5579              remedy and related tests via private mail
5580      Branch: perl
5581            ! op.c t/op/lex_assign.t
5582 ____________________________________________________________________________
5583 [  3663] By: jhi                                   on 1999/07/11  15:04:37
5584         Log: Manual synchronization with Sarathy (some files
5585              had drifted apart for no apparent reason), plus
5586              I had a typo in dl_vms.xs Sarathy had fixed.
5587      Branch: cfgperl
5588            ! ext/DynaLoader/dl_vms.xs pod/perldelta.pod pp.c pp_sys.c
5589 ____________________________________________________________________________
5590 [  3662] By: jhi                                   on 1999/07/10  12:23:21
5591         Log: Change t/pragma/warn oct()/hex() overflow tests to use %Config
5592              to adapt to the underlying platform (the binary, 0b1..., test
5593              was broken in 64-bit platforms).  Also change "hex" in the
5594              warning messages to "hexadecimal" to match "binary" and "octal".
5595      Branch: cfgperl
5596            ! pod/perldiag.pod t/pragma/warn/util util.c
5597 ____________________________________________________________________________
5598 [  3661] By: jhi                                   on 1999/07/08  21:54:55
5599         Log: Integrate with Sarathy.
5600      Branch: cfgperl
5601           +> perlapi.c perlapi.h
5602           !> (integrate 43 files)
5603 ____________________________________________________________________________
5604 [  3660] By: gsar                                  on 1999/07/08  18:47:35
5605         Log: more PERL_OBJECT cleanups (changes still untested on Unix!)
5606      Branch: perl
5607            + perlapi.c perlapi.h
5608            ! MANIFEST XSUB.h emacs/ptags embed.h embed.pl embedvar.h
5609            ! ext/Opcode/Opcode.xs global.sym globals.c intrpvar.h
5610            ! iperlsys.h mg.c miniperlmain.c objXSUB.h perl.c perl.h perly.c
5611            ! pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h regexec.c
5612            ! scope.c scope.h sv.c thrdvar.h toke.c util.c win32/GenCAPI.pl
5613            ! win32/Makefile win32/makedef.pl win32/perllib.c win32/win32.c
5614            ! win32/win32.h
5615 ____________________________________________________________________________
5616 [  3659] By: gsar                                  on 1999/07/08  18:41:45
5617         Log: sundry cleanups for clean build on windows
5618      Branch: perl
5619            ! doio.c regcomp.c regcomp.h t/io/openpid.t utf8.c
5620 ____________________________________________________________________________
5621 [  3658] By: gsar                                  on 1999/07/08  01:24:25
5622         Log: fixes for logical bugs in the lexwarn patch; other tweaks to avoid
5623              type mismatch problems
5624      Branch: perl
5625            ! doio.c gv.c op.c pp.c regcomp.c regexec.c run.c sv.c
5626            ! t/pragma/warn/op toke.c utf8.c util.c
5627 ____________________________________________________________________________
5628 [  3657] By: jhi                                   on 1999/07/07  23:01:16
5629         Log: Integrate with Sarathy.  perldiag.pod required manual editing.
5630      Branch: cfgperl
5631            ! pod/perldiag.pod
5632           !> Changes configure.com ext/B/B/Deparse.pm
5633           !> ext/ByteLoader/Makefile.PL ext/Fcntl/Fcntl.xs
5634           !> ext/IO/lib/IO/File.pm gv.c iperlsys.h lib/ExtUtils/MM_VMS.pm
5635           !> lib/File/Basename.pm lib/File/Spec/VMS.pm perlsfio.h
5636           !> t/base/rs.t t/lib/io_multihomed.t t/lib/textfill.t
5637           !> t/lib/textwrap.t t/op/filetest.t t/op/mkdir.t
5638           !> t/pragma/overload.t thread.h vms/vms.c
5639 ____________________________________________________________________________
5640 [  3656] By: gsar                                  on 1999/07/07  21:04:38
5641         Log: integrate cfgperl contents
5642      Branch: perl
5643           +> lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
5644           +> lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
5645           +> lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
5646            ! Changes
5647           !> (integrate 45 files)
5648 ____________________________________________________________________________
5649 [  3655] By: gsar                                  on 1999/07/07  18:55:45
5650         Log: filetest.t and ByteLoader build tweaks from Peter Prymmer
5651              <pvhp@forte.com>
5652      Branch: perl
5653            ! ext/ByteLoader/Makefile.PL t/op/filetest.t
5654 ____________________________________________________________________________
5655 [  3654] By: gsar                                  on 1999/07/07  18:47:03
5656         Log: change#1889 mistakenly removed F_SETLK
5657      Branch: perl
5658            ! ext/Fcntl/Fcntl.xs
5659 ____________________________________________________________________________
5660 [  3653] By: gsar                                  on 1999/07/07  18:42:42
5661         Log: B::Deparse update
5662              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
5663              Date: Mon,  5 Jul 1999 17:57:03 -0500 (CDT)
5664              Message-ID: <14209.13729.738691.610723@alias-2.pr.mcs.net>
5665              Subject: [PATCH _57, long] B::Deparse 0.58
5666      Branch: perl
5667            ! ext/B/B/Deparse.pm
5668 ____________________________________________________________________________
5669 [  3652] By: gsar                                  on 1999/07/07  18:41:07
5670         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5671              Date: Mon, 5 Jul 1999 18:24:19 -0400 (EDT)
5672              Message-Id: <199907052224.SAA10454@monk.mps.ohio-state.edu>
5673              Subject: Re: [ID 19990705.001] Overloading boolean conversion
5674      Branch: perl
5675            ! gv.c t/pragma/overload.t
5676 ____________________________________________________________________________
5677 [  3651] By: gsar                                  on 1999/07/07  17:47:30
5678         Log: missing PerlIO_reopen() (suggested by sam@daemoninc.com)
5679      Branch: perl
5680            ! perlsfio.h
5681 ____________________________________________________________________________
5682 [  3650] By: gsar                                  on 1999/07/07  17:45:52
5683         Log: applied new parts of suggested patch
5684              From: Charles Bailey <BAILEY@newman.upenn.edu>
5685              Date: Fri, 02 Jul 1999 19:18:41 -0400 (EDT)
5686              Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu>
5687              Subject: [PATCH 5.005_57] Consolidated VMS patch
5688      Branch: perl
5689            ! configure.com ext/IO/lib/IO/File.pm iperlsys.h
5690            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm
5691            ! lib/File/Spec/VMS.pm pod/perldiag.pod t/base/rs.t
5692            ! t/lib/io_multihomed.t t/lib/textfill.t t/lib/textwrap.t
5693            ! t/op/filetest.t t/op/mkdir.t thread.h vms/vms.c
5694 ____________________________________________________________________________
5695 [  3649] By: jhi                                   on 1999/07/07  13:38:02
5696         Log: Sync regcomp warn with reality.
5697      Branch: cfgperl
5698            ! t/pragma/warn/regcomp
5699 ____________________________________________________________________________
5700 [  3648] By: jhi                                   on 1999/07/07  13:04:55
5701         Log: Integrate with Sarathy; one conflict in t/pragma/warn/recgomp
5702              resolved manually.
5703      Branch: cfgperl
5704           +> pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
5705           +> t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
5706           +> t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
5707            - README.lexwarn
5708           !> (integrate 79 files)
5709 ____________________________________________________________________________
5710 [  3647] By: gsar                                  on 1999/07/07  10:32:03
5711         Log: From: jan.dubois@ibm.net (Jan Dubois)
5712              Date: Thu, 01 Jul 1999 11:17:53 +0200
5713              Message-ID: <377b2ca4.14467042@smtp1.ibm.net>
5714              Subject: [PATCH 5.005_57] MakeMaker support for pod2html
5715      Branch: perl
5716            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
5717            ! lib/ExtUtils/MakeMaker.pm
5718 ____________________________________________________________________________
5719 [  3646] By: gsar                                  on 1999/07/07  10:27:55
5720         Log: fix undocumented IO::Handle functions as suggested
5721              by cj10@cam.ac.uk
5722      Branch: perl
5723            ! ext/IO/lib/IO/Handle.pm
5724 ____________________________________________________________________________
5725 [  3645] By: gsar                                  on 1999/07/07  10:18:55
5726         Log: prohibit thread join()ing itself (from Dan Sugalski)
5727      Branch: perl
5728            ! ext/Thread/Thread.xs
5729 ____________________________________________________________________________
5730 [  3644] By: gsar                                  on 1999/07/07  10:14:26
5731         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
5732              Date: Wed, 30 Jun 1999 14:02:42 -0700
5733              Message-ID: <LJHFKBDHMHHJDAAA@my-deja.com>
5734              Subject:  [PATCH 5.005_57] Compiler and XSUBS
5735      Branch: perl
5736            ! ext/B/B/C.pm
5737 ____________________________________________________________________________
5738 [  3643] By: gsar                                  on 1999/07/07  10:08:38
5739         Log: mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntax
5740              (from François Désarménien <desar@club-internet.fr>)
5741      Branch: perl
5742            ! pod/perlsyn.pod
5743 ____________________________________________________________________________
5744 [  3642] By: gsar                                  on 1999/07/07  10:03:24
5745         Log: From: Doug MacEachern <dougm@cp.net>
5746              Date: Sun, 27 Jun 1999 22:43:25 -0700 (PDT)
5747              Message-ID: <Pine.LNX.4.10.9906272236430.389-100000@mojo.eng.cp.net>
5748              Subject: [PATCH 5.005_57] add B::PV::{LEN,CUR}
5749      Branch: perl
5750            ! ext/B/B.xs
5751 ____________________________________________________________________________
5752 [  3641] By: gsar                                  on 1999/07/07  10:00:57
5753         Log: slightly modified version of suggested patch
5754              From: Steven N. Hirsch <hirschs@stargate.btv.ibm.com>
5755              Date: Mon, 28 Jun 1999 14:23:59 -0400
5756              Message-Id: <199906281823.OAA24912@stargate.btv.ibm.com>
5757              Subject: [ID 19990628.007] POSIX::tmpnam() broken for threaded 5.00503
5758      Branch: perl
5759            ! ext/POSIX/POSIX.xs
5760 ____________________________________________________________________________
5761 [  3640] By: gsar                                  on 1999/07/07  09:45:43
5762         Log: lexical warnings update (warning.t fails one test
5763              due to leaked scalar, investigation pending)
5764              From: paul.marquess@bt.com
5765              Date: Sat, 26 Jun 1999 23:19:52 +0100
5766              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk>
5767              Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings
5768      Branch: perl
5769            + pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
5770            + t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
5771            + t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
5772            - README.lexwarn
5773            ! Changes MANIFEST av.c djgpp/djgpp.c doio.c doop.c
5774            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
5775            ! ext/ByteLoader/byterun.h gv.c hv.c jpl/JNI/JNI.xs
5776            ! lib/warning.pm mg.c op.c os2/os2.c perl.c perlio.c
5777            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
5778            ! pod/perlmodlib.pod pod/perlrun.pod pod/perlvar.pod pp.c
5779            ! pp_ctl.c run.c sv.c t/pragma/warn/3both t/pragma/warn/doio
5780            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
5781            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
5782            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
5783            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
5784            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
5785            ! t/pragma/warn/util t/pragma/warning.t toke.c utf8.c util.c
5786            ! warning.h warning.pl win32/win32.c
5787 ____________________________________________________________________________
5788 [  3639] By: gsar                                  on 1999/07/07  08:09:30
5789         Log: From: Brian Jepson <bjepson@home.com>
5790              Date: Sat, 26 Jun 1999 10:47:45 -0500 (EST)
5791              Message-ID: <Pine.LNX.4.10.9906261044180.659-100000@cx384756-a.sking1.ri.home.com>
5792              Subject: Patch to JPL example program
5793      Branch: perl
5794            ! jpl/JPL_Rolo/JPL_Rolo.jpl
5795 ____________________________________________________________________________
5796 [  3638] By: jhi                                   on 1999/07/07  08:07:58
5797         Log: Integrate with Sarathy.
5798      Branch: cfgperl
5799           !> (integrate 34 files)
5800 ____________________________________________________________________________
5801 [  3637] By: gsar                                  on 1999/07/07  08:07:49
5802         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
5803              Date: Fri, 25 Jun 1999 13:38:44 -0500 (CDT)
5804              Message-ID: <14193.25034.113373.245377@alias-2.pr.mcs.net>
5805              Subject: [PATCH _57, long] Eliminate CONDOPs
5806      Branch: perl
5807            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm
5808            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
5809            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/B/ramblings/flip-flop
5810            ! ext/B/typemap op.c op.h opcode.h opcode.pl perl.h
5811            ! pod/perltoc.pod pp_ctl.c pp_hot.c
5812 ____________________________________________________________________________
5813 [  3636] By: gsar                                  on 1999/07/07  07:50:51
5814         Log: adapted suggested patch for IO-1.20x
5815              From: ian@dial.pipex.com
5816              Date:  Fri, 25 Jun 1999 10:39:42 +0100
5817              Message-Id:  <199906250939.KAA02152@homer.diplex.co.uk>
5818              Subject: [ID 19990625.001]  Minor fixes for IO::Socket.pm
5819      Branch: perl
5820            ! ext/IO/lib/IO/Socket.pm
5821 ____________________________________________________________________________
5822 [  3635] By: gsar                                  on 1999/07/07  07:26:05
5823         Log: PowerMAX hints update from Tom Horsley <Tom.Horsley@mail.ccur.com>
5824      Branch: perl
5825            ! hints/powerux.sh
5826 ____________________________________________________________________________
5827 [  3634] By: gsar                                  on 1999/07/07  07:20:02
5828         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5829              Date: Wed, 23 Jun 1999 16:16:05 +0100
5830              Message-Id: <199906231516.QAA23851@crypt.compulink.co.uk>
5831              Subject: [PATCH 5.005_57] memleak in optimizer
5832      Branch: perl
5833            ! embed.h embed.pl objXSUB.h op.c proto.h
5834 ____________________________________________________________________________
5835 [  3633] By: gsar                                  on 1999/07/07  07:10:52
5836         Log: add do-not-edit caveats for files generated by opcode.pl
5837              (suggested by Hugo van der Sanden)
5838      Branch: perl
5839            ! opcode.h opcode.pl pp.sym pp_proto.h
5840 ____________________________________________________________________________
5841 [  3632] By: gsar                                  on 1999/07/07  06:41:13
5842         Log: better diagnostics on read operations from write-only
5843              filehandles
5844      Branch: perl
5845            ! doio.c perl.c pod/perldelta.pod pod/perldiag.pod pp_hot.c
5846            ! pp_sys.c t/pragma/warn/pp_hot t/pragma/warn/pp_sys
5847 ____________________________________________________________________________
5848 [  3631] By: gsar                                  on 1999/07/07  02:03:34
5849         Log: make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE'> (suggested
5850              by David Muir Sharnoff <muir@idiom.com>)
5851      Branch: perl
5852            ! lib/Sys/Hostname.pm
5853 ____________________________________________________________________________
5854 [  3630] By: gsar                                  on 1999/07/07  01:57:16
5855         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
5856              Date: Sun, 20 Jun 1999 17:17:17 -0700
5857              Message-ID: <AEBDBGKPMEAJAAAA@my-deja.com>
5858              Subject: [PATCH 5.005_57] Minor bug fix in pp_require
5859      Branch: perl
5860            ! ext/B/B/CC.pm
5861 ____________________________________________________________________________
5862 [  3629] By: gsar                                  on 1999/07/07  01:46:03
5863         Log: installperl should write normal messages to STDOUT, not STDERR
5864      Branch: perl
5865            ! installperl
5866 ____________________________________________________________________________
5867 [  3628] By: gsar                                  on 1999/07/07  01:41:25
5868         Log: BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)
5869      Branch: perl
5870            ! hints/bsdos.sh
5871 ____________________________________________________________________________
5872 [  3627] By: gsar                                  on 1999/07/07  00:27:10
5873         Log: make diagnostic on C<my $^I> etc., more readable
5874      Branch: perl
5875            ! op.c
5876 ____________________________________________________________________________
5877 [  3626] By: gsar                                  on 1999/07/06  23:47:27
5878         Log: From: Andy Dougherty <doughera@lafayette.edu>
5879              Date:  Thu, 17 Jun 1999 12:07:11 -0400 (EDT)
5880              Message-Id:  <Pine.GSU.4.05.9906171204580.937-100000@newton.phys>
5881              Subject: [ID 19990617.004  [PATCH 5.005_57] make distclean fixes]
5882      Branch: perl
5883            ! Makefile.SH utils/Makefile
5884 ____________________________________________________________________________
5885 [  3625] By: jhi                                   on 1999/07/06  21:50:46
5886         Log: Some new files of #3624 missing from MANIFEST.
5887      Branch: cfgperl
5888            ! MANIFEST
5889 ____________________________________________________________________________
5890 [  3624] By: jhi                                   on 1999/07/06  21:47:04
5891         Log: POSIX [[:character class:]] support for standard, locale,
5892              and utf8.  If both utf8 and locale are on, utf8 wins.
5893              I don't fully understand why so many tables changed in
5894              lib/unicode because of "make" -- maybe it was just overdue.
5895      Branch: cfgperl
5896            + lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
5897            + lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
5898            + lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
5899            ! MANIFEST Todo-5.005 embed.h embed.pl embedvar.h global.sym
5900            ! handy.h intrpvar.h lib/unicode/Bidirectional.pl
5901            ! lib/unicode/Block.pl lib/unicode/Category.pl
5902            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
5903            ! lib/unicode/Is/BidiL.pl lib/unicode/Is/Digit.pl
5904            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl
5905            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Print.pl
5906            ! lib/unicode/Is/Space.pl lib/unicode/Is/Upper.pl
5907            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Name.pl
5908            ! lib/unicode/To/Digit.pl lib/unicode/mktables.PL objXSUB.h
5909            ! pod/perldelta.pod pod/perldiag.pod pod/perlre.pod proto.h
5910            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
5911            ! t/op/pat.t t/op/re_tests t/op/regexp.t t/pragma/utf8.t
5912            ! t/pragma/warn/regcomp utf8.c
5913 ____________________________________________________________________________
5914 [  3623] By: gsar                                  on 1999/07/06  20:52:48
5915         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5916              Date: Wed, 16 Jun 1999 14:57:22 -0400
5917              Message-ID: <19990616145722.B16258@monk.mps.ohio-state.edu>
5918              Subject: [PATCH 5.00557] Devel::Peek
5919      Branch: perl
5920            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
5921 ____________________________________________________________________________
5922 [  3622] By: gsar                                  on 1999/07/06  20:22:59
5923         Log: applied patch after demunging headers with appropriate paths
5924              From: "Vishal Bhatia" <vishalb@my-deja.com>
5925              Date: Sat, 12 Jun 1999 08:23:59 -0700
5926              Message-ID: <JIHEJPFDFKIBDAAA@my-deja.com>
5927              Subject: [Patch 5.005_57] unsigned arithmetic (Compiler)
5928      Branch: perl
5929            ! cc_runtime.h ext/B/B.xs ext/B/B/CC.pm ext/B/B/Stackobj.pm
5930            ! ext/B/defsubs.h.PL lib/ExtUtils/typemap t/harness
5931 ____________________________________________________________________________
5932 [  3621] By: gsar                                  on 1999/07/06  20:10:50
5933         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5934              Date: Thu, 10 Jun 1999 04:05:22 -0400 (EDT)
5935              Message-Id: <199906100805.EAA18216@monk.mps.ohio-state.edu>
5936              Subject: [PATCH 5.005_57] Optimize 2>&1 in commands
5937      Branch: perl
5938            ! doio.c
5939 ____________________________________________________________________________
5940 [  3620] By: jhi                                   on 1999/07/06  19:16:47
5941         Log: Mention EPOC and SOCKS.
5942      Branch: cfgperl
5943            ! pod/perldelta.pod
5944 ____________________________________________________________________________
5945 [  3619] By: gsar                                  on 1999/07/06  16:52:37
5946         Log: fix int vs STRLEN issue
5947      Branch: perl
5948            ! pp.c
5949 ____________________________________________________________________________
5950 [  3618] By: jhi                                   on 1999/07/06  16:52:20
5951         Log: There ain't Perl_atonv().
5952      Branch: cfgperl
5953            ! ext/ByteLoader/bytecode.h
5954 ____________________________________________________________________________
5955 [  3617] By: jhi                                   on 1999/07/06  15:55:22
5956         Log: Integrate with Sarathy.
5957      Branch: cfgperl
5958           !> Makefile.SH
5959 ____________________________________________________________________________
5960 [  3616] By: jhi                                   on 1999/07/06  15:54:09
5961         Log: Tweak for #3613.
5962      Branch: cfgperl
5963            ! Configure config_h.SH
5964 ____________________________________________________________________________
5965 [  3615] By: gsar                                  on 1999/07/06  11:00:21
5966         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
5967              Date:  Sun, 13 Jun 1999 17:46:13 -0600 (MDT)
5968              Message-Id:  <199906132346.RAA26632@xerxes.courtesan.com>
5969              Subject: [ID 19990613.003  linklibperl set incorrectly in Makefile.SH for OpenBSD]
5970      Branch: perl
5971            ! Makefile.SH
5972 ____________________________________________________________________________
5973 [  3614] By: jhi                                   on 1999/07/06  10:44:48
5974         Log: Integrate with Sarathy.
5975      Branch: cfgperl
5976           !> ext/IO/lib/IO/File.pm op.c op.h opcode.h opcode.pl perl.h pp.h
5977           !> pp.sym pp_proto.h t/base/rs.t t/pragma/warn/op
5978 ____________________________________________________________________________
5979 [  3613] By: jhi                                   on 1999/07/06  10:43:20
5980         Log: From: Nathan Kurz <nate@valleytel.net>
5981              Subject: [ID 19990612.001 compiling three deep modules within ext/]
5982              ply-To: nate@valleytel.net
5983              erl5-porters@perl.org
5984              Date: Sat, 12 Jun 1999 01:26:04 -0500
5985              Message-Id: <199906120626.BAA04996@trinkpad.valleytel.net>
5986      Branch: cfgperl
5987            ! Configure config_h.SH
5988 ____________________________________________________________________________
5989 [  3612] By: gsar                                  on 1999/07/06  10:17:52
5990         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5991              Date: Sat, 12 Jun 1999 04:49:09 -0400 (EDT)
5992              Message-Id: <199906120849.EAA26986@monk.mps.ohio-state.edu>
5993              Subject: [PATCH 5.005_57] Optimize away OP_SASSIGN
5994      Branch: perl
5995            ! op.c op.h opcode.h opcode.pl pp.h pp.sym pp_proto.h
5996 ____________________________________________________________________________
5997 [  3611] By: gsar                                  on 1999/07/06  09:51:20
5998         Log: From: pvhp@forte.com (Peter Prymmer)
5999              Date: Fri, 11 Jun 99 17:07:19 PDT
6000              Message-Id: <9906120007.AA13802@forte.com>
6001              Subject: [PATCH _03 && _57]portability fix for IO::File and FileHandle
6002      Branch: perl
6003            ! ext/IO/lib/IO/File.pm
6004 ____________________________________________________________________________
6005 [  3610] By: gsar                                  on 1999/07/06  09:37:37
6006         Log: fix for C<$/ = 42> setting paragraph mode (applied with small
6007              tweak)
6008              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6009              Date: Wed, 09 Jun 1999 18:27:51 +0100
6010              Message-Id: <E10rm8l-00023T-00@ursa.cus.cam.ac.uk>
6011              Subject: Re: [ID 19990608.002] Possible bug with binmode and <FH> on Perl 5.005_03 Win32
6012      Branch: perl
6013            ! perl.h t/base/rs.t
6014 ____________________________________________________________________________
6015 [  3609] By: jhi                                   on 1999/07/06  09:28:48
6016         Log: Integrate with Sarathy.
6017      Branch: cfgperl
6018           !> (integrate 49 files)
6019 ____________________________________________________________________________
6020 [  3608] By: gsar                                  on 1999/07/06  09:28:21
6021         Log: test tweak
6022      Branch: perl
6023            ! t/pragma/warn/op
6024 ____________________________________________________________________________
6025 [  3607] By: jhi                                   on 1999/07/06  09:22:48
6026         Log: Put back the cygwin32 Configure fix of 3582 undone by 3597.
6027      Branch: cfgperl
6028            ! Configure config_h.SH
6029 ____________________________________________________________________________
6030 [  3606] By: gsar                                  on 1999/07/06  09:05:02
6031         Log: applied slightly tweaked version of suggested patch for
6032              improved RE API
6033              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6034              Date: Wed, 9 Jun 1999 18:14:27 -0400 (EDT)
6035              Message-Id: <199906092214.SAA14126@monk.mps.ohio-state.edu>
6036              Subject: [PATCH 5.005_57] REx engine rehash
6037      Branch: perl
6038            ! Changes dump.c embed.h embed.pl embedvar.h ext/re/Makefile.PL
6039            ! ext/re/re.xs global.sym objXSUB.h perl.c perl.h pp.c pp_hot.c
6040            ! proto.h regcomp.c regcomp.h regexec.c regexp.h thrdvar.h
6041            ! util.c
6042 ____________________________________________________________________________
6043 [  3605] By: gsar                                  on 1999/07/06  08:54:03
6044         Log: bug in change#3602 (cpp conditionals not allowed inside macro args)
6045      Branch: perl
6046            ! sv.c
6047 ____________________________________________________________________________
6048 [  3604] By: gsar                                  on 1999/07/06  07:08:30
6049         Log: From: paul.marquess@bt.com
6050              Date: Tue, 8 Jun 1999 22:37:58 +0100 
6051              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3C@mbtlipnt02.btlabs.bt.co.uk>
6052              Subject: [PATCH 5.005_57] DB_File 1.67
6053      Branch: perl
6054            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6055            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
6056 ____________________________________________________________________________
6057 [  3603] By: gsar                                  on 1999/07/06  07:04:50
6058         Log: From: paul.marquess@bt.com
6059              Date: Tue, 8 Jun 1999 22:34:01 +0100 
6060              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3B@mbtlipnt02.btlabs.bt.co.uk>
6061              Subject: [PATCH 5.005_57] DBM Filters
6062      Branch: perl
6063            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
6064            ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
6065            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
6066            ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
6067 ____________________________________________________________________________
6068 [  3602] By: gsar                                  on 1999/07/06  07:00:01
6069         Log: slightly tweaked version of suggested patch
6070              From: Dan Sugalski <sugalskd@ous.edu>
6071              Date: Tue, 08 Jun 1999 14:09:38 -0700
6072              Message-Id: <3.0.6.32.19990608140938.030f12e0@ous.edu>
6073              Subject: [PATCH 5.005_57]Use NV instead of double in the core
6074      Branch: perl
6075            ! av.h bytecode.pl cv.h doio.c dump.c embed.pl
6076            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c hv.h
6077            ! intrpvar.h mg.c op.c perl.h pp.c pp.h pp_ctl.c pp_sys.c
6078            ! proto.h sv.c sv.h toke.c universal.c util.c
6079 ____________________________________________________________________________
6080 [  3601] By: gsar                                  on 1999/07/06  06:52:57
6081         Log: integrate cfgperl contents into mainline
6082      Branch: perl
6083           +> README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
6084           +> epoc/perl.mmp epoc/perl.pkg
6085           !> (integrate 30 files)
6086 ____________________________________________________________________________
6087 [  3598] By: jhi                                   on 1999/07/05  20:02:55
6088         Log: Integrate with mainperl.
6089      Branch: cfgperl
6090           +> lib/CGI/Pretty.pm
6091           !> Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
6092           !> ext/B/B/Stackobj.pm ext/GDBM_File/GDBM_File.xs mg.c op.c
6093           !> opcode.h opcode.pl pp_sys.c t/lib/io_udp.t thread.h toke.c
6094           !> vms/descrip_mms.template vms/subconfigure.com vms/vms.c
6095           !> vms/vmsish.h
6096 ____________________________________________________________________________
6097 [  3597] By: jhi                                   on 1999/07/05  19:59:48
6098         Log: Hack SOCKS support some more plus a patch from Andy Dougherty
6099              that addresses the notorious "Additional libraries" question.
6100      Branch: cfgperl
6101            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6102            ! config_h.SH doio.c ext/Socket/Socket.xs hints/aix.sh perl.c
6103            ! pp_sys.c
6104 ____________________________________________________________________________
6105 [  3596] By: gsar                                  on 1999/07/05  18:30:51
6106         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6107              Date: Tue, 8 Jun 1999 04:47:58 -0400 (EDT)
6108              Message-Id: <199906080847.EAA03810@monk.mps.ohio-state.edu>
6109              Subject: [PATCH 5.00557] Long-standing UDP sockets bug on OS/2
6110      Branch: perl
6111            ! pp_sys.c t/lib/io_udp.t
6112 ____________________________________________________________________________
6113 [  3595] By: gsar                                  on 1999/07/05  18:29:08
6114         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6115              Date: Tue, 8 Jun 1999 04:44:58 -0400 (EDT)
6116              Message-Id: <199906080844.EAA03784@monk.mps.ohio-state.edu>
6117              Subject: [PATCH 5.00557] Setting $^E wipes out $!
6118      Branch: perl
6119            ! mg.c
6120 ____________________________________________________________________________
6121 [  3594] By: gsar                                  on 1999/07/05  18:24:53
6122         Log: hand-apply whitespace mutiliated patch
6123              From: Dan Sugalski <sugalskd@osshe.edu>
6124              Date: Mon, 07 Jun 1999 14:46:42 -0700
6125              Message-Id: <3.0.6.32.19990607144642.03079100@ous.edu>
6126              Subject: [PATCH 5.005_57]Updated VMS patch
6127      Branch: perl
6128            ! thread.h vms/descrip_mms.template vms/subconfigure.com
6129            ! vms/vms.c vms/vmsish.h
6130 ____________________________________________________________________________
6131 [  3593] By: gsar                                  on 1999/07/05  17:53:04
6132         Log: applied parts not duplicated by previous patches
6133              From: "Vishal Bhatia" <vishalb@my-deja.com>
6134              Date: Sat, 05 Jun 1999 08:42:17 -0700
6135              Message-ID: <JAMCAJKJEJDPAAAA@my-deja.com>
6136              Subject: Fwd: [PATCH 5.005_57] consolidated compiler changes
6137      Branch: perl
6138            ! Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
6139            ! ext/B/B/Stackobj.pm
6140 ____________________________________________________________________________
6141 [  3592] By: jhi                                   on 1999/07/05  17:17:22
6142         Log: AIX threaded build, plus few more on the side.
6143      Branch: cfgperl
6144            ! embed.h embed.pl ext/DynaLoader/dl_aix.xs
6145            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
6146            ! ext/DynaLoader/dl_vms.xs hints/aix.sh objXSUB.h perl.h
6147            ! perl_exp.SH pp_ctl.c proto.h toke.c util.c
6148 ____________________________________________________________________________
6149 [  3591] By: gsar                                  on 1999/07/05  16:52:34
6150         Log: "\e" and "\a" didn't produce right escape under EBCDIC
6151              From: pvhp@forte.com (Peter Prymmer)
6152              Date: Fri, 4 Jun 99 12:00:27 PDT
6153              Message-Id: <9906041900.AA28387@forte.com>
6154              Subject: [PATCH 5.005_57]lingering ASCIIism in tokener
6155      Branch: perl
6156            ! toke.c
6157 ____________________________________________________________________________
6158 [  3590] By: gsar                                  on 1999/07/05  16:40:01
6159         Log: s/scalar ref constructor/single ref constructor/ (suggested
6160              by Stephen McCamant)
6161      Branch: perl
6162            ! opcode.h opcode.pl
6163 ____________________________________________________________________________
6164 [  3589] By: gsar                                  on 1999/07/05  16:34:06
6165         Log: no such thing as gdbm_clearerr() (from Andy Dougherty)
6166      Branch: perl
6167            ! ext/GDBM_File/GDBM_File.xs
6168 ____________________________________________________________________________
6169 [  3588] By: gsar                                  on 1999/07/05  16:29:39
6170         Log: allow C<-foo> under C<use integer> (behavior of C<-$string>
6171              is unchanged still)
6172      Branch: perl
6173            ! op.c
6174 ____________________________________________________________________________
6175 [  3587] By: jhi                                   on 1999/07/05  10:31:43
6176         Log: Make perl_exp.SH smarter about what to include and what to exclude.
6177      Branch: cfgperl
6178            ! perl_exp.SH
6179 ____________________________________________________________________________
6180 [  3586] By: jhi                                   on 1999/07/05  09:29:31
6181         Log: Remove unnecessary and extraneous my $i = 0.
6182      Branch: cfgperl
6183            ! bytecode.pl
6184 ____________________________________________________________________________
6185 [  3585] By: jhi                                   on 1999/07/05  07:28:59
6186         Log: Integrate with mainperl.
6187      Branch: cfgperl
6188           !> (integrate 30 files)
6189 ____________________________________________________________________________
6190 [  3584] By: gsar                                  on 1999/07/05  05:36:28
6191         Log: From: Vishal Bhatia <vishalb@hotmail.com>
6192              Date: Thu, 03 Jun 1999 00:57:48 PDT
6193              Message-ID: <19990603075749.86665.qmail@hotmail.com>
6194              Subject: Re: [PATCH 5.005_57] pp_sort sorted out
6195      Branch: perl
6196            ! ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
6197 ____________________________________________________________________________
6198 [  3583] By: gsar                                  on 1999/07/05  05:31:19
6199         Log: suppress fancy display when in verbose mode (suggested by
6200              Paul Johnson <pjcj@transeda.com>)
6201      Branch: perl
6202            ! lib/Test/Harness.pm
6203 ____________________________________________________________________________
6204 [  3582] By: gsar                                  on 1999/07/05  05:17:12
6205         Log: cygwin32 update
6206              From: "Fifer, Eric" <EFifer@sanwaint.com>
6207              Date:  Wed, 2 Jun 1999 15:16:05 +0100
6208              Message-Id:  <71E287AB0D94D111BBD600600849EC8185EDD9@POST>
6209              Subject:  [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port
6210      Branch: perl
6211            ! Configure Makefile.SH README.cygwin32 cygwin32/Makefile.SHs
6212            ! cygwin32/build-instructions.READFIRST
6213            ! cygwin32/build-instructions.charles-wilson
6214            ! cygwin32/build-instructions.sebastien-barre
6215            ! cygwin32/build-instructions.steven-morlock
6216            ! cygwin32/build-instructions.steven-morlock2 doio.c dosish.h
6217            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs hints/cygwin32.sh
6218            ! lib/Cwd.pm lib/ExtUtils/MM_Cygwin.pm perl.h pp_hot.c
6219            ! t/op/magic.t util.c
6220 ____________________________________________________________________________
6221 [  3581] By: gsar                                  on 1999/07/05  02:46:18
6222         Log: NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)
6223      Branch: perl
6224            ! util.c
6225 ____________________________________________________________________________
6226 [  3580] By: gsar                                  on 1999/07/05  02:38:03
6227         Log: From: "Ed Peschko" <ed_peschko@csgsystems.com>
6228              Date: Mon, 31 May 1999 18:18:13 -0600
6229              Message-ID: <19990601001813.AAA17834@csgsystems.com>
6230              Subject: [ PATCH perl5.005_57 ] new perlcc + regression tests
6231      Branch: perl
6232            ! t/TEST t/UTEST t/harness utils/perlcc.PL
6233 ____________________________________________________________________________
6234 [  3579] By: gsar                                  on 1999/07/05  01:20:58
6235         Log: compatibility tweak for Class::Struct
6236      Branch: perl
6237            ! lib/Class/Struct.pm
6238 ____________________________________________________________________________
6239 [  3578] By: jhi                                   on 1999/07/04  23:26:01
6240         Log: Miscellaneus AIX fixes + SOCKS support.
6241      Branch: cfgperl
6242            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
6243            ! Porting/config_H config_h.SH doio.c ext/Socket/Socket.xs
6244            ! hints/aix.sh pp_sys.c
6245 ____________________________________________________________________________
6246 [  3577] By: gsar                                  on 1999/07/04  23:07:39
6247         Log: test tweak
6248      Branch: perl
6249            ! t/io/openpid.t
6250 ____________________________________________________________________________
6251 [  3576] By: jhi                                   on 1999/07/04  22:39:23
6252         Log: Integrate with mainperl.
6253      Branch: cfgperl
6254           +> t/io/openpid.t
6255            - win32/perlhost.h
6256           !> (integrate 51 files)
6257 ____________________________________________________________________________
6258 [  3575] By: jhi                                   on 1999/07/04  22:26:48
6259         Log: Added 64-bit support for AIX 4.3 or better
6260              based on Martin H. Rusoff's observations.
6261      Branch: cfgperl
6262            ! Configure config_h.SH hints/aix.sh
6263 ____________________________________________________________________________
6264 [  3574] By: jhi                                   on 1999/07/04  21:34:47
6265         Log: Do not throw away gccvers compilation errors.
6266              From: Andy Dougherty <doughera@lafayette.edu>
6267              To: Ron Seguin <rseguin@on.bell.ca>
6268              Cc: Perl Porters <perl5-porters@perl.org>
6269              Subject: [PATCH] Re: [ID 19990625.011]  WHOA There
6270              Date: Mon, 28 Jun 1999 12:36:38 -0400 (EDT)
6271              Message-Id: <Pine.GSU.4.05.9906281230100.6265-100000@newton.phys>
6272      Branch: cfgperl
6273            ! Configure config_h.SH
6274 ____________________________________________________________________________
6275 [  3573] By: gsar                                  on 1999/07/04  21:10:32
6276         Log: adapted suggested tests for addition to testsuite
6277              From: RonaldWS@aol.com
6278              Date:  Sun, 30 May 1999 16:27:28 EDT
6279              Message-Id:  <25cd799f.2482f930@aol.com>
6280              Subject: [19990530.007] Open with pipe | does not return pid under win32
6281      Branch: perl
6282            + t/io/openpid.t
6283            ! MANIFEST win32/win32.c
6284 ____________________________________________________________________________
6285 [  3572] By: gsar                                  on 1999/07/04  20:29:32
6286         Log: perl_run() should call my_exit(0) for normal completion
6287      Branch: perl
6288            ! perl.c
6289 ____________________________________________________________________________
6290 [  3571] By: jhi                                   on 1999/07/04  20:10:44
6291         Log: Add test for change #3568 plus general cleanup.
6292      Branch: cfgperl
6293            ! t/pragma/locale.t
6294 ____________________________________________________________________________
6295 [  3570] By: gsar                                  on 1999/07/04  20:03:21
6296         Log: make overload, Data::Dumper, and dumpvar understand qr// stringify
6297              overloading
6298      Branch: perl
6299            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
6300            ! lib/Dumpvalue.pm lib/dumpvar.pl lib/overload.pm pp_ctl.c
6301 ____________________________________________________________________________
6302 [  3569] By: gsar                                  on 1999/07/04  18:04:48
6303         Log: make AIX dynaloading work when libperl is shared (and thus under
6304              mod_perl etc.)
6305              From: Jens-Uwe Mager <jum@helios.de>
6306              Date:  Sat, 29 May 1999 17:09:52 +0200
6307              Message-Id:  <199905291509.RAA43978@ans.helios.de>
6308              Subject: [19990529.002] DynaLoader does not work properly if perl is not the main program (AIX)
6309      Branch: perl
6310            ! ext/DynaLoader/dl_aix.xs
6311 ____________________________________________________________________________
6312 [  3568] By: jhi                                   on 1999/07/04  14:54:23
6313         Log: pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().
6314              This resulted for example in the 'o' magic not being cleared by
6315              magic_setcollxfrm(), which resulted in strange cmp results.
6316              The bug was reported originally in the message
6317              Subject: Bug with locale
6318              From: Jan Starzynski <jan@planet.de> 
6319              To: perlbug@perl.com 
6320              Date: Fri, 09 Apr 1999 13:23:07 +0200 
6321              Message-ID: <370DE31B.DAEE1332@planet.de> 
6322      Branch: cfgperl
6323            ! pp.c
6324 ____________________________________________________________________________
6325 [  3567] By: gsar                                  on 1999/07/04  02:38:34
6326         Log: remove misleading info on defined(&func), unclutter deprecation
6327              about defined(@array)
6328      Branch: perl
6329            ! op.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
6330            ! t/pragma/warn/op
6331 ____________________________________________________________________________
6332 [  3566] By: gsar                                  on 1999/07/04  01:46:31
6333         Log: From: jan.dubois@ibm.net (Jan Dubois)
6334              Date: Wed, 26 May 1999 22:07:17 +0200
6335              Message-ID: <374c53ac.10322322@smtp1.ibm.net>
6336              Subject: [PATCH 5.005_57] MINGW32 and EGCS 1.1.2 support
6337      Branch: perl
6338            ! Changes win32/win32.c win32/win32.h
6339 ____________________________________________________________________________
6340 [  3565] By: gsar                                  on 1999/07/04  01:26:02
6341         Log: newer version of perlxstut from Jeff Okamoto (slightly edited
6342              for win32 issues)
6343      Branch: perl
6344            ! pod/perlxstut.pod
6345 ____________________________________________________________________________
6346 [  3564] By: gsar                                  on 1999/07/02  03:09:04
6347         Log: avoid warnings
6348      Branch: perl
6349            ! ext/Thread/Thread/Specific.pm lib/fields.pm
6350 ____________________________________________________________________________
6351 [  3563] By: gsar                                  on 1999/06/28  19:23:47
6352         Log: inc version (for CPAN.pm sanity)
6353      Branch: perl
6354            ! lib/Text/ParseWords.pm
6355 ____________________________________________________________________________
6356 [  3562] By: gsar                                  on 1999/06/28  19:19:01
6357         Log: regen perltoc
6358      Branch: perl
6359            ! pod/perltoc.pod
6360 ____________________________________________________________________________
6361 [  3561] By: gsar                                  on 1999/06/28  19:08:41
6362         Log: From: Damian Conway <damian@cs.monash.edu.au>
6363              Date: Wed, 26 May 1999 00:58:35 -0400
6364              Message-Id: <199905260458.AAA06411@defender.perl.org>
6365              Subject: [19990526.002] Misc. improvements to Class:Struct
6366      Branch: perl
6367            ! MANIFEST lib/Class/Struct.pm
6368 ____________________________________________________________________________
6369 [  3560] By: gsar                                  on 1999/06/28  18:50:52
6370         Log: remove bogus PL_optype_size
6371      Branch: perl
6372            ! bytecode.pl ext/ByteLoader/byterun.h
6373 ____________________________________________________________________________
6374 [  3559] By: gsar                                  on 1999/06/28  18:22:26
6375         Log: upgrade CGI.pm to v2.53 (CGI/{Apache,Switch}.pm NOT deleted)
6376      Branch: perl
6377            + lib/CGI/Pretty.pm
6378            ! eg/cgi/file_upload.cgi lib/CGI.pm lib/CGI/Carp.pm
6379            ! lib/CGI/Cookie.pm lib/CGI/Fast.pm t/lib/cgi-form.t
6380            ! t/lib/cgi-html.t t/lib/cgi-request.t
6381 ____________________________________________________________________________
6382 [  3558] By: jhi                                   on 1999/06/28  07:30:21
6383         Log: Change Olaf Lebbe's email address.
6384      Branch: cfgperl
6385            ! README.epoc
6386 ____________________________________________________________________________
6387 [  3557] By: gsar                                  on 1999/06/28  00:07:33
6388         Log: make autogenerated files writable
6389      Branch: perl
6390            - win32/perlhost.h
6391            ! MANIFEST Porting/makerel embed.h embedvar.h ext/B/B/Asmdata.pm
6392            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
6393            ! keywords.h lib/warning.pm objXSUB.h opcode.h pp.sym pp_proto.h
6394            ! proto.h regnodes.h warning.h win32/config_H.bc
6395            ! win32/config_H.gc win32/config_H.vc
6396 ____________________________________________________________________________
6397 [  3556] By: jhi                                   on 1999/06/27  19:22:53
6398         Log: Update MANIFEST to match #3555.
6399      Branch: cfgperl
6400            ! MANIFEST
6401 ____________________________________________________________________________
6402 [  3555] By: jhi                                   on 1999/06/27  19:16:22
6403         Log: EPOC port to Psion5.
6404              From: Olaf Flebbe <O.Flebbe@science-computing.de>
6405              To: Jarkko Hietaniemi <jhi@iki.fi>
6406              Cc: perl5-porters@perl.org
6407              Subject: Re: Psion5
6408              Date: Sun, 27 Jun 1999 20:50:30 +0200 (METDST)
6409              Message-ID: <Pine.GHP.4.02.9906272048130.17736-100000@io.science-computing.de>
6410      Branch: cfgperl
6411            + README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
6412            + epoc/perl.mmp epoc/perl.pkg
6413            ! MANIFEST doio.c lib/Term/ReadLine.pm lib/perl5db.pl perl.c
6414            ! perl.h sv.c util.c
6415 ____________________________________________________________________________
6416 [  3554] By: jhi                                   on 1999/06/27  18:50:52
6417         Log: Integrate from mainperl.
6418      Branch: cfgperl
6419           !> (integrate 48 files)
6420 ____________________________________________________________________________
6421 [  3553] By: gsar                                  on 1999/06/27  14:28:49
6422         Log: somewhat untested PERL_OBJECT cleanups (C++isms mostly
6423              gone from the public API); PERL_OBJECT builds again on
6424              windows
6425              
6426              TODO: namespace-clean the typedefs in iperlsys.h and
6427              elsewhere; remove C++ remnants from public headers
6428      Branch: perl
6429            ! XSUB.h bytecode.pl cv.h embed.h embed.pl ext/B/B.xs
6430            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
6431            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
6432            ! ext/DynaLoader/dlutils.c global.sym globals.c iperlsys.h
6433            ! lib/ExtUtils/Embed.pm lib/ExtUtils/xsubpp mg.c objXSUB.h
6434            ! opcode.h opcode.pl perl.c perl.h pod/perlhist.pod pp_ctl.c
6435            ! pp_hot.c proto.h scope.h sv.h toke.c universal.c util.c
6436            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
6437            ! win32/config.gc win32/config.vc win32/dl_win32.xs
6438            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
6439            ! win32/runperl.c win32/win32.c win32/win32.h win32/win32iop.h
6440            ! win32/win32sck.c
6441 ____________________________________________________________________________
6442 [  3552] By: gsar                                  on 1999/06/27  13:49:31
6443         Log: integrate cfgperl changes into mainline
6444      Branch: perl
6445           !> dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
6446           !> objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
6447           !> pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
6448           !> util.c
6449 ____________________________________________________________________________
6450 [  3551] By: gsar                                  on 1999/06/27  13:31:11
6451         Log: fix indents
6452      Branch: perl
6453            ! op.c
6454 ____________________________________________________________________________
6455 [  3550] By: gsar                                  on 1999/06/24  22:42:53
6456         Log: update Changes
6457      Branch: perl
6458            ! Changes
6459 ____________________________________________________________________________
6460 [  3549] By: gsar                                  on 1999/06/24  22:41:17
6461         Log: avoid race condition in the CAPI extension bootstrap handler
6462      Branch: perl
6463            ! lib/ExtUtils/xsubpp win32/GenCAPI.pl
6464 ____________________________________________________________________________
6465 [  3548] By: gsar                                  on 1999/06/24  22:39:53
6466         Log: sanity check to cover the case when perl is installed into the
6467              X:\ (drive root)
6468      Branch: perl
6469            ! win32/win32.c
6470 ____________________________________________________________________________
6471 [  3547] By: gsar                                  on 1999/06/22  19:30:32
6472         Log: tweak RefHash to make intent clearer (suggested by John Dlugosz)
6473      Branch: perl
6474            ! lib/Tie/RefHash.pm
6475 ____________________________________________________________________________
6476 [  3544] By: jhi                                   on 1999/06/18  19:24:28
6477         Log: Tidy up #3542 and #3543. 
6478      Branch: cfgperl
6479            ! t/pragma/locale.t util.c
6480 ____________________________________________________________________________
6481 [  3543] By: jhi                                   on 1999/06/18  10:28:45
6482         Log: Spice up locale.t.
6483      Branch: cfgperl
6484            ! t/pragma/locale.t
6485 ____________________________________________________________________________
6486 [  3542] By: jhi                                   on 1999/06/17  22:42:03
6487         Log: Fixed two long-standing locale bugs.
6488              
6489              Both problems were related to numeric locale which
6490              controls the radix character aka the decimal separator.
6491              (1) printf (and sprintf) were resetting the numeric locale to C.
6492              (2) Using locale-numerically formatted floating point
6493              numbers (e.g. "1,23") together with -w caused warnings about
6494              "isn't numeric".  The operations were working fine, though,
6495              because atof() was using the local locale.
6496              Both problems reported by Stefan Vogtner.
6497              
6498              Introduced a wrapper for atof() that attempts to convert
6499              the string both ways.  This helps Perl to understand
6500              numbers like this "4.56" even when using a local locale
6501              makes atof() understand only numbers like this "7,89".
6502              
6503              Remaining related problems, both of which existed before
6504              this patch and continue to exist after this patch:
6505              (a) The behaviour of print() is _not_ as documented by perllocale.
6506              Instead of always using the C locale, print() does use the
6507              local locale, just like the *printf() do.  This may be fixable
6508              now that switching to-and-fro between locales has been made
6509              more consistent, but fixing print() would change existing
6510              behaviour.  perllocale is not changed by this patch.
6511              (b) If a number has been stringified (say, via "$number") under
6512              a local locale, the cached string value persists even under
6513              "no locale".  This may or may not be a problem: operations
6514              work fine because the original number is still there, but
6515              that the string form keeps its locale-ish outlook may be
6516              somewhat confusing.
6517      Branch: cfgperl
6518            ! dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
6519            ! objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
6520            ! pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
6521            ! util.c
6522 ____________________________________________________________________________
6523 [  3541] By: jhi                                   on 1999/06/17  20:00:16
6524         Log: Integrate from mainperl.
6525      Branch: cfgperl
6526           !> ext/Data/Dumper/Dumper.pm op.c
6527 ____________________________________________________________________________
6528 [  3540] By: gsar                                  on 1999/06/16  16:49:55
6529         Log: dump C<0> as such, not C<'0'>
6530      Branch: perl
6531            ! ext/Data/Dumper/Dumper.pm
6532 ____________________________________________________________________________
6533 [  3539] By: gsar                                  on 1999/06/13  04:04:40
6534         Log: fix coredumper in change#3498
6535      Branch: perl
6536            ! op.c
6537 ____________________________________________________________________________
6538 [  3538] By: jhi                                   on 1999/06/12  22:01:26
6539         Log: Integrate from mainperl.
6540      Branch: cfgperl
6541           +> lib/caller.pm
6542           !> (integrate 36 files)
6543 ____________________________________________________________________________
6544 [  3537] By: gsar                                  on 1999/06/12  06:43:03
6545         Log: EXTERN_C declarations for global arrays in various
6546              headers, so perl can be built even in C++ mode; win32
6547              build fixups; regen headers
6548      Branch: perl
6549            ! XSUB.h embedvar.h ext/B/B.xs objXSUB.h opcode.h opcode.pl
6550            ! perl.h regcomp.h regexec.c utf8.h win32/win32.c win32/win32.h
6551 ____________________________________________________________________________
6552 [  3536] By: gsar                                  on 1999/06/12  06:38:21
6553         Log: caller.pm typos
6554      Branch: perl
6555            ! lib/caller.pm
6556 ____________________________________________________________________________
6557 [  3535] By: gsar                                  on 1999/06/11  23:13:54
6558         Log: various little tweaks; most globals are now in intrpvar.h, ninterps
6559              is temporarily gone
6560      Branch: perl
6561            ! embed.pl intrpvar.h os2/os2.c perl.c perlvars.h
6562            ! pod/perldelta.pod proto.h win32/perllib.c
6563 ____________________________________________________________________________
6564 [  3534] By: gsar                                  on 1999/06/11  20:41:51
6565         Log: implement C<use caller 'encoding'>
6566      Branch: perl
6567            + lib/caller.pm
6568            ! MANIFEST perl.h pod/perldelta.pod pod/perlfunc.pod pp_ctl.c
6569 ____________________________________________________________________________
6570 [  3533] By: gsar                                  on 1999/06/11  16:51:04
6571         Log: truncate() has a peculiar exemption from strict barewords, even
6572              though it has a non-filehandle prototype
6573      Branch: perl
6574            ! op.c t/io/fs.t
6575 ____________________________________________________________________________
6576 [  3532] By: gsar                                  on 1999/06/11  09:09:16
6577         Log: GDBM tweak
6578      Branch: perl
6579            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/typemap
6580 ____________________________________________________________________________
6581 [  3531] By: gsar                                  on 1999/06/10  23:34:19
6582         Log: part of the platform changes for IMPLICIT_CONTEXT
6583      Branch: perl
6584            ! djgpp/djgpp.c jpl/JNI/JNI.xs jpl/JNI/typemap
6585            ! jpl/PerlInterpreter/PerlInterpreter.c
6586            ! jpl/PerlInterpreter/PerlInterpreter.h
6587            ! os2/OS2/ExtAttr/ExtAttr.xs os2/OS2/PrfDB/PrfDB.xs
6588            ! os2/OS2/Process/Process.xs os2/OS2/REXX/REXX.xs perl.h
6589 ____________________________________________________________________________
6590 [  3530] By: jhi                                   on 1999/06/10  20:55:56
6591         Log: Integrate from mainperl.
6592      Branch: cfgperl
6593           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
6594 ____________________________________________________________________________
6595 [  3529] By: gsar                                  on 1999/06/10  20:40:01
6596         Log: DB_File tweaks for IMPLICIT CONTEXT
6597      Branch: perl
6598            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
6599 ____________________________________________________________________________
6600 [  3528] By: jhi                                   on 1999/06/10  10:18:15
6601         Log: Integrate from mainperl.
6602      Branch: cfgperl
6603           !> (integrate 105 files)
6604 ____________________________________________________________________________
6605 [  3527] By: gsar                                  on 1999/06/10  09:30:35
6606         Log: most globals are now interpreter local; locale initialization
6607              was too early, defer it until interpreter is allocated and
6608              initialized; multiple interpreters should now be
6609              concurrency-safe (untested)
6610      Branch: perl
6611            ! embedvar.h intrpvar.h malloc.c miniperlmain.c perl.c perl.h
6612            ! perlvars.h
6613 ____________________________________________________________________________
6614 [  3526] By: gsar                                  on 1999/06/10  08:38:00
6615         Log: fix small nits
6616      Branch: perl
6617            ! cc_runtime.h ext/B/B/CC.pm run.c
6618 ____________________________________________________________________________
6619 [  3525] By: gsar                                  on 1999/06/10  04:41:38
6620         Log: win32 build fixes
6621      Branch: perl
6622            ! bytecode.pl dosish.h embed.h embed.pl ext/B/B.xs
6623            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
6624            ! ext/ByteLoader/byterun.h ext/SDBM_File/sdbm/sdbm.c globals.c
6625            ! mg.c objXSUB.h op.h perl.c perl.h pp_sys.c proto.h sv.c util.c
6626            ! win32/Makefile win32/config_H.bc win32/config_H.gc
6627            ! win32/config_H.vc win32/config_h.PL win32/dl_win32.xs
6628            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
6629            ! win32/win32.c win32/win32.h win32/win32sck.c
6630            ! win32/win32thread.c win32/win32thread.h
6631 ____________________________________________________________________________
6632 [  3524] By: gsar                                  on 1999/06/09  18:03:01
6633         Log: more complete support for implicit thread/interpreter pointer,
6634              enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops
6635              without that enabled):
6636              - USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR
6637              is a noop; tests pass on Solaris; should be faster now!
6638              - MULTIPLICITY has been tested with and without
6639              PERL_IMPLICIT_CONTEXT on Solaris
6640              - improved function database now merged with embed.pl
6641              - everything except the varargs functions have foo(a,b,c) macros
6642              to provide compatibility
6643              - varargs functions default to compatibility variants that
6644              get the context pointer using dTHX
6645              - there should be almost no source compatibility issues as a
6646              result of all this
6647              - dl_foo.xs changes other than dl_dlopen.xs untested
6648              - still needs documentation, fixups for win32 etc
6649              Next step: migrate most non-mutex variables from perlvars.h
6650              to intrpvar.h
6651      Branch: perl
6652            - proto.pl
6653            ! MANIFEST XSUB.h av.c bytecode.pl cv.h doio.c doop.c dump.c
6654            ! ebcdic.c embed.h embed.pl embedvar.h ext/B/B.xs ext/B/typemap
6655            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
6656            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
6657            ! ext/Data/Dumper/Dumper.xs ext/Devel/Peek/Peek.xs
6658            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
6659            ! ext/DynaLoader/dl_cygwin32.xs ext/DynaLoader/dl_dld.xs
6660            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
6661            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
6662            ! ext/DynaLoader/dl_none.xs ext/DynaLoader/dl_rhapsody.xs
6663            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
6664            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
6665            ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs ext/re/re.xs
6666            ! global.sym globals.c gv.c hv.c lib/ExtUtils/typemap
6667            ! lib/ExtUtils/xsubpp malloc.c mg.c mg.h miniperlmain.c
6668            ! objXSUB.h op.c opcode.h opcode.pl perl.c perl.h perlio.c
6669            ! perlsfio.h perly.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
6670            ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
6671            ! sv.c taint.c thrdvar.h thread.h toke.c universal.c utf8.c
6672            ! util.c win32/Makefile win32/makefile.mk writemain.SH
6673 ____________________________________________________________________________
6674 [  3523] By: gsar                                  on 1999/06/07  05:24:13
6675         Log: missed a file
6676      Branch: perl
6677            + proto.pl
6678            ! MANIFEST
6679 ____________________________________________________________________________
6680 [  3522] By: gsar                                  on 1999/06/07  05:18:34
6681         Log: initial stub implementation of implicit thread/this
6682              pointer    argument; builds/tests on Solaris, win32
6683              hasn't been fixed up yet; proto.h, global.sym and
6684              static function decls are now generated from a common
6685              database in proto.pl; some inconsistently named
6686              perl_foo() things are now Perl_foo(), compatibility
6687              #defines provided; perl_foo() (lowercase 'p') reserved
6688              for functions that take an explicit context argument;
6689              next step: generate #define foo(a,b) Perl_foo(aTHX_ a,b)
6690      Branch: perl
6691            ! XSUB.h av.c cop.h deb.c doio.c doop.c dump.c ebcdic.c embed.h
6692            ! embed.pl ext/POSIX/POSIX.xs global.sym globals.c gv.c gv.h
6693            ! hv.c malloc.c mg.c miniperlmain.c objXSUB.h op.c opcode.h
6694            ! opcode.pl perl.c perl.h perl_exp.SH perlio.c perly.c perly.y
6695            ! pp.c pp.sym pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h
6696            ! regcomp.c regexec.c run.c scope.c scope.h sv.c taint.c toke.c
6697            ! universal.c utf8.c util.c
6698 ____________________________________________________________________________
6699 [  3521] By: gsar                                  on 1999/06/04  23:00:22
6700         Log: clean up some stray "global" symbols
6701      Branch: perl
6702            ! embed.h embed.pl global.sym objXSUB.h opcode.pl pp.sym
6703            ! pp_proto.h proto.h
6704 ____________________________________________________________________________
6705 [  3520] By: jhi                                   on 1999/06/02  21:33:28
6706         Log: Integrate from mainperl.
6707      Branch: cfgperl
6708           !> (integrate 94 files)
6709 ____________________________________________________________________________
6710 [  3519] By: gsar                                  on 1999/06/02  07:16:10
6711         Log: avoid dereferencing null pointer from getpwent() et al
6712      Branch: perl
6713            ! pp_sys.c
6714 ____________________________________________________________________________
6715 [  3518] By: gsar                                  on 1999/06/02  04:47:10
6716         Log: remove _() non-ansism
6717      Branch: perl
6718            ! Porting/config_H XSUB.h config_h.SH cv.h doio.c doop.c
6719            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/byteperl.c
6720            ! ext/ByteLoader/ByteLoader.xs ext/Data/Dumper/Dumper.xs
6721            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dlopen.xs
6722            ! ext/DynaLoader/dl_vmesa.xs ext/IO/poll.h ext/IPC/SysV/SysV.xs
6723            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
6724            ! ext/re/re.xs handy.h hv.c iperlsys.h
6725            ! jpl/PerlInterpreter/PerlInterpreter.c lib/ExtUtils/Embed.pm
6726            ! malloc.c mg.c mg.h minimod.pl miniperlmain.c op.c op.h
6727            ! opcode.h opcode.pl os2/POSIX.mkfifo perl.c perl.h
6728            ! plan9/config.plan9 pod/perlembed.pod pod/perlguts.pod pp.c
6729            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c run.c
6730            ! scope.h sv.c sv.h thread.h toke.c util.c vms/sockadapt.h
6731            ! vms/vmsish.h vms/writemain.pl vos/config.h
6732            ! vos/config_h.SH_orig win32/GenCAPI.pl win32/config_H.bc
6733            ! win32/config_H.gc win32/config_H.vc win32/makemain.pl
6734            ! win32/perllib.c win32/runperl.c win32/win32.h
6735            ! win32/win32thread.h writemain.SH x2p/a2p.c x2p/a2p.h x2p/a2p.y
6736            ! x2p/hash.h x2p/str.h x2p/util.h x2p/walk.c
6737 ____________________________________________________________________________
6738 [  3517] By: gsar                                  on 1999/06/02  02:17:51
6739         Log: missed a few files
6740      Branch: perl
6741            ! ext/POSIX/POSIX.xs jpl/JNI/JNI.xs
6742 ____________________________________________________________________________
6743 [  3516] By: gsar                                  on 1999/06/02  01:37:33
6744         Log: integrate cfgperl contents into mainline
6745      Branch: perl
6746           +> ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
6747           +> ext/ByteLoader/byterun.h
6748            - bytecode.h byterun.c byterun.h
6749            ! Changes
6750           !> (integrate 58 files)
6751 ____________________________________________________________________________
6752 [  3515] By: gsar                                  on 1999/06/02  00:48:50
6753         Log: remove stray K&R-isms
6754      Branch: perl
6755            ! ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
6756            ! ext/SDBM_File/sdbm/dbe.c ext/SDBM_File/sdbm/dbm.c
6757            ! ext/SDBM_File/sdbm/dbu.c mg.c op.c pp_ctl.c pp_sys.c sv.c
6758            ! toke.c util.c win32/win32.c x2p/hash.c
6759 ____________________________________________________________________________
6760 [  3514] By: gsar                                  on 1999/06/01  15:55:55
6761         Log: change#3447 didn't do enough to exempt Foo->bar(qw/.../) from
6762              strict 'subs'
6763      Branch: perl
6764            ! op.c t/pragma/strict-subs
6765 ____________________________________________________________________________
6766 [  3513] By: jhi                                   on 1999/06/01  07:17:05
6767         Log: Patch applying of #3499 had gone awry.
6768      Branch: cfgperl
6769            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.h
6770 ____________________________________________________________________________
6771 [  3512] By: gsar                                  on 1999/05/31  19:21:30
6772         Log: tighter -help output
6773      Branch: perl
6774            ! perl.c
6775 ____________________________________________________________________________
6776 [  3511] By: gsar                                  on 1999/05/31  17:18:23
6777         Log: fix memory leak in C<eval 'return sub {...}'>
6778      Branch: perl
6779            ! embed.h embed.pl objXSUB.h pp_ctl.c proto.h
6780 ____________________________________________________________________________
6781 [  3510] By: gsar                                  on 1999/05/31  14:11:46
6782         Log: tweak C++isms
6783      Branch: perl
6784            ! win32/dl_win32.xs win32/win32.c
6785 ____________________________________________________________________________
6786 [  3509] By: jhi                                   on 1999/05/30  13:02:26
6787         Log: Cleanup of #3488.
6788      Branch: cfgperl
6789            ! Configure config_h.SH
6790 ____________________________________________________________________________
6791 [  3508] By: jhi                                   on 1999/05/30  11:16:01
6792         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6793              To: Mailing list Perl5 <perl5-porters@perl.org>
6794              Subject: [PATCH 5.005_57] Teach Socket and io_unix.t the syntax of OS/2
6795              Date: Sat, 29 May 1999 20:18:13 -0400
6796              Message-ID: <19990529201813.B9489@monk.mps.ohio-state.edu>
6797      Branch: cfgperl
6798            ! ext/Socket/Socket.xs os2/os2ish.h t/lib/io_unix.t
6799 ____________________________________________________________________________
6800 [  3507] By: jhi                                   on 1999/05/29  20:05:40
6801         Log: From: Mark-Jason Dominus <mjd@plover.com>
6802              To: perl5-porters@perl.com
6803              Subject: PATCH (5.005_57): Document use of `SPECIAL' flag for `pushre':
6804              Date: Sat, 29 May 1999 14:45:10 -0400
6805              Message-ID: <19990529184510.27557.qmail@plover.com>
6806      Branch: cfgperl
6807            ! op.h
6808 ____________________________________________________________________________
6809 [  3506] By: gsar                                  on 1999/05/29  16:49:39
6810         Log: avoid gv_check() recursive pit
6811      Branch: perl
6812            ! gv.c
6813 ____________________________________________________________________________
6814 [  3505] By: jhi                                   on 1999/05/29  11:38:16
6815         Log: From: jan.dubois@ibm.net (Jan Dubois)
6816              To: Gurusamy Sarathy <gsar@activestate.com>
6817              Cc: perl5-porters@perl.org
6818              Subject: [PATCH 5.005_57]Safeguard against unimplemented functions in pwuid.t and grent.t
6819              Date: Sat, 29 May 1999 08:46:22 +0200
6820              Message-ID: <374f8007.2016008@smtp1.ibm.net>
6821      Branch: cfgperl
6822            ! t/op/grent.t t/op/pwent.t
6823 ____________________________________________________________________________
6824 [  3504] By: jhi                                   on 1999/05/29  11:07:10
6825         Log: QNX needs <sys/select.h> to define fd_set.
6826              
6827              From: Norton Allen <allen@huarp.harvard.edu>
6828              To: perl5-porters@perl.org
6829              Subject: [19990526.016] Not OK: perl 5.00503 on x86-qnx 424
6830              Date:  Wed, 26 May 1999 13:51:27 -0400 (EDT)
6831              Message-Id:  <199905261751.NAA20966@bottesini.harvard.edu>
6832      Branch: cfgperl
6833            ! ext/IO/poll.c
6834 ____________________________________________________________________________
6835 [  3503] By: jhi                                   on 1999/05/29  10:53:31
6836         Log: From: jan.dubois@ibm.net (Jan Dubois)
6837              To: Gurusamy Sarathy <gsar@activestate.com>, perl5-porters@perl.org
6838              Subject: [PATCH all versions] (was Re: Unitialized Value Complaints in Math::BigFloat)
6839              Date: Fri, 28 May 1999 20:14:35 +0200
6840              Message-ID: <3751daa4.7188847@smtp1.ibm.net>
6841      Branch: cfgperl
6842            ! lib/Math/BigFloat.pm
6843 ____________________________________________________________________________
6844 [  3502] By: jhi                                   on 1999/05/29  10:44:44
6845         Log: Make Configure support the change #3367,
6846              SysV shadow passwords.
6847      Branch: cfgperl
6848            ! Configure config_h.SH pp_sys.c
6849 ____________________________________________________________________________
6850 [  3501] By: gsar                                  on 1999/05/28  21:22:23
6851         Log: add wide versions of win32 system calls (first step in
6852              globalization); delayload winsock for performance if compiling
6853              with VC 6.0
6854      Branch: perl
6855            ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
6856            ! win32/win32.c win32/win32.h
6857 ____________________________________________________________________________
6858 [  3500] By: jhi                                   on 1999/05/28  21:17:24
6859         Log: The new t/lib/io_linenum.t was using stricture
6860              before @INC was set up.
6861      Branch: cfgperl
6862            ! t/lib/io_linenum.t
6863 ____________________________________________________________________________
6864 [  3499] By: jhi                                   on 1999/05/28  17:13:23
6865         Log: From: Tom Hughes <tom@compton.nu>
6866              To: perl5-porters@perl.org
6867              Subject: [PATCH 5.005_57] ByteLoader mark 2
6868              Date: Wed, 26 May 1999 23:59:49 +0100
6869              Message-ID: <bf337a0849.tom@compton.compton.nu>
6870              
6871              plus resolve tiny conflict with #3479
6872              plus regen_headers.
6873      Branch: cfgperl
6874            + ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
6875            + ext/ByteLoader/byterun.h
6876            - bytecode.h byterun.c byterun.h
6877            ! MANIFEST Makefile.SH bytecode.pl embed.h embedvar.h ext/B/B.pm
6878            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/Makefile.PL
6879            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
6880            ! ext/ByteLoader/Makefile.PL global.sym intrpvar.h objXSUB.h
6881            ! perl.h perlvars.h proto.h util.c utils/Makefile
6882 ____________________________________________________________________________
6883 [  3498] By: jhi                                   on 1999/05/28  16:53:04
6884         Log: From: Mark-Jason Dominus <mjd@plover.com>
6885              To: perl5-porters@perl.com
6886              Subject: PATCH (5.005_57): defined(@a) now deprecated
6887              Date: Thu, 27 May 1999 16:05:44 -0400
6888              Message-ID: <19990527200544.13330.qmail@plover.com>
6889      Branch: cfgperl
6890            ! lib/Carp.pm op.c opcode.h opcode.pl pod/perldelta.pod
6891            ! pod/perldiag.pod pod/perlfunc.pod pp_proto.h t/pragma/warn/op
6892 ____________________________________________________________________________
6893 [  3497] By: jhi                                   on 1999/05/28  16:50:54
6894         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6895              To: perl5-porters@perl.org (Mailing list Perl5)
6896              Subject: [PATCH 5.00557] Cosmetic OS/2-related patches
6897              Date: Fri, 28 May 1999 12:13:00 -0400 (EDT)
6898              Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu>
6899      Branch: cfgperl
6900            ! MANIFEST Makefile.SH ext/POSIX/POSIX.xs hints/os2.sh
6901            ! os2/Makefile.SHs t/io/pipe.t t/lib/io_sock.t
6902 ____________________________________________________________________________
6903 [  3496] By: jhi                                   on 1999/05/28  16:48:39
6904         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6905              To: perl5-porters@perl.org (Mailing list Perl5)
6906              Subject: [PATCH 5.00557] Required OS/2-related patches
6907              Date: Fri, 28 May 1999 12:11:48 -0400 (EDT)
6908              Message-Id: <199905281611.MAA02037@monk.mps.ohio-state.edu>
6909      Branch: cfgperl
6910            ! os2/os2.c t/lib/bigfloatpm.t t/lib/io_unix.t t/op/groups.t
6911            ! t/op/stat.t util.c
6912 ____________________________________________________________________________
6913 [  3495] By: jhi                                   on 1999/05/28  16:45:56
6914         Log: From: Paul Johnson <pjcj@transeda.com>
6915              To: perl5-porters <perl5-porters@perl.org>
6916              Subject: [PATCH 5.005_57] Provide more useful test okay percentage
6917              Date: Fri, 28 May 1999 15:13:54 +0100
6918              Message-ID: <19990528151354.B289@west-tip.transeda.com>
6919      Branch: cfgperl
6920            ! t/TEST
6921 ____________________________________________________________________________
6922 [  3494] By: jhi                                   on 1999/05/28  16:44:34
6923         Log: From: Paul Johnson <pjcj@transeda.com>
6924              To: perl5-porters <perl5-porters@perl.org>
6925              Subject: [PATCH 5.005_57] Fixes related to working local $.
6926              Date: Fri, 28 May 1999 15:11:18 +0100
6927              Message-ID: <19990528151118.A289@west-tip.transeda.com>
6928      Branch: cfgperl
6929            ! ext/IO/lib/IO/Handle.pm pod/perlvar.pod t/lib/io_linenum.t
6930 ____________________________________________________________________________
6931 [  3493] By: gsar                                  on 1999/05/28  16:37:26
6932         Log: change#3449 wasn't doing enough
6933      Branch: perl
6934            ! op.c t/comp/proto.t
6935 ____________________________________________________________________________
6936 [  3492] By: jhi                                   on 1999/05/28  08:12:23
6937         Log: From: paul.marquess@bt.com
6938              To: doughera@lafayette.edu
6939              Cc: perl5-porters@perl.org
6940              Subject: RE: [19990527.002] DBM Filters in _57 cause problems in NDBM_File
6941              Date: Thu, 27 May 1999 23:31:38 +0100
6942              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C03@mbtlipnt02.btlabs.bt.co.uk>
6943              
6944              Had to be applied manually; some mailer had munged the patch slightly.
6945      Branch: cfgperl
6946            ! ext/NDBM_File/NDBM_File.xs
6947 ____________________________________________________________________________
6948 [  3491] By: jhi                                   on 1999/05/28  07:51:17
6949         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
6950              To: perl5-porters@perl.org
6951              Subject: [PATCH 5.005_57] fixing eval in the compiler
6952              Date: Thu, 27 May 1999 07:56:54 -0700
6953              Message-ID: <JDIKFDKKLGHHBAAA@my-deja.com>
6954      Branch: cfgperl
6955            ! cc_runtime.h scope.h
6956 ____________________________________________________________________________
6957 [  3490] By: jhi                                   on 1999/05/28  07:47:06
6958         Log: From: Andy Dougherty <doughera@lafayette.edu>
6959              To: perlbug@perl.com
6960              Cc: Jarkko Hietaniemi <jhi@iki.fi>
6961              Subject: [PATCH] Configure updates for ISC 4.1
6962              Date: Thu, 27 May 1999 15:19:21 -0400 (EDT)
6963              Message-Id: <Pine.GSU.4.05.9905271513500.22115-100000@newton.phys>
6964      Branch: cfgperl
6965            ! Configure config_h.SH
6966 ____________________________________________________________________________
6967 [  3489] By: jhi                                   on 1999/05/28  07:39:17
6968         Log: Integrate from mainperl.
6969      Branch: cfgperl
6970           !> malloc.c win32/makedef.pl win32/win32.c
6971 ____________________________________________________________________________
6972 [  3488] By: jhi                                   on 1999/05/27  16:57:19
6973         Log: From: Andy Dougherty <doughera@lafayette.edu>
6974              To: Perl Porters <perl5-porters@perl.org>
6975              Subject: [PATCH] Re: 5.005_57 NOT OK on SunOS 4.1.3
6976              Date: Thu, 27 May 1999 12:26:28 -0400 (EDT)
6977              Message-Id: <Pine.GSU.4.05.9905271120230.22115-100000@newton.phys>
6978      Branch: cfgperl
6979            ! Configure config_h.SH hints/sunos_4_1.sh util.c
6980 ____________________________________________________________________________
6981 [  3487] By: gsar                                  on 1999/05/27  03:56:20
6982         Log: make win32_spawnvp() inherit standard handles even when they
6983              may be redirected
6984      Branch: perl
6985            ! win32/win32.c
6986 ____________________________________________________________________________
6987 [  3486] By: jhi                                   on 1999/05/26  19:55:52
6988         Log: From: Andy Dougherty <doughera@lafayette.edu>
6989              To: perl5-porters@perl.org
6990              Subject: Re: BUG -> [19990526.004] perl5.005_57 error in util.c on sun4-solaris2.6
6991              Date: Wed, 26 May 1999 14:49:52 -0400 (EDT)
6992              Message-Id: <Pine.GSU.4.05.9905261448310.19172-100000@newton.phys>
6993      Branch: cfgperl
6994            ! util.c
6995 ____________________________________________________________________________
6996 [  3485] By: chip                                  on 1999/05/26  17:19:11
6997         Log: Look for Linux FILE structure in libio.h, for glibc-2.1.
6998      Branch: maint-5.004/perl
6999            ! Configure
7000 ____________________________________________________________________________
7001 [  3484] By: gsar                                  on 1999/05/26  01:56:28
7002         Log: fix missing exported symbol
7003      Branch: perl
7004            ! malloc.c win32/makedef.pl
7005 ____________________________________________________________________________
7006 [  3483] By: jhi                                   on 1999/05/25  23:08:07
7007         Log: Configure -Dopenbsd_distribution to build for the OpenBSD tree.
7008              
7009              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
7010              To: perlbug@perl.com
7011              Subject: OpenBSD hints file update
7012              Date: Tue, 25 May 1999 12:12:38 -0600 (MDT)
7013              Message-Id: <199905251812.MAA06032@xerxes.courtesan.com>
7014      Branch: cfgperl
7015            ! hints/openbsd.sh
7016 ____________________________________________________________________________
7017 [  3482] By: jhi                                   on 1999/05/25  23:01:25
7018         Log: From: Tom Hughes <tom@compton.nu>
7019              To: perl5-porters@perl.org
7020              Subject: [PATCH 5.005_57] Make Configure recognise glibc 2.1 stdio
7021              Date: Tue, 25 May 1999 23:10:23 +0100
7022              Message-ID: <1ed7f10749.tom@compton.compton.nu>
7023      Branch: cfgperl
7024            ! Configure config_h.SH
7025 ____________________________________________________________________________
7026 [  3481] By: jhi                                   on 1999/05/25  22:31:50
7027         Log: 3479, 3480, 3481 seems logical.
7028      Branch: cfgperl
7029           !> hints/aix.sh
7030 ____________________________________________________________________________
7031 [  3480] By: jhi                                   on 1999/05/25  22:13:39
7032         Log: The change #3479 wasn't perfect.
7033      Branch: perl
7034            ! hints/aix.sh
7035 ____________________________________________________________________________
7036 [  3479] By: jhi                                   on 1999/05/25  21:59:21
7037         Log: Cures for _57 in AIX 4.1.5.0.
7038              (1) The lddlflags lost its -lc by change #3660
7039              (and the politeness of change #3257).
7040              (2) optype_size must end up in perl.exp (as PL_optype_size).
7041              Added it to perlvars.h, fixed bytecode.pl,
7042              regen'ed the relevant headers.
7043      Branch: cfgperl
7044            ! bytecode.h bytecode.pl byterun.h embed.h embedvar.h objXSUB.h
7045            ! perlvars.h
7046      Branch: perl
7047            ! hints/aix.sh
7048 ____________________________________________________________________________
7049 [  3478] By: jhi                                   on 1999/05/25  20:13:47
7050         Log: Integrate from mainperl.
7051      Branch: cfgperl
7052           +> pod/perltootc.pod
7053           !> (integrate 101 files)
7054 ____________________________________________________________________________
7055 [  3477] By: gsar                                  on 1999/05/25  10:43:48
7056         Log: here be 5.005_57
7057      Branch: perl
7058            ! Changes MANIFEST Porting/makerel
7059           !> Changes5.005
7060
7061 ----------------
7062 Version 5.005_57
7063 ----------------
7064
7065 ____________________________________________________________________________
7066 [  3476] By: gsar                                  on 1999/05/25  09:23:43
7067         Log: up patchlevel &c
7068      Branch: perl
7069            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
7070            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7071            ! win32/makefile.mk
7072 ____________________________________________________________________________
7073 [  3475] By: gsar                                  on 1999/05/25  09:14:51
7074         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7075              Date: Tue, 25 May 1999 02:42:23 -0400 (EDT)
7076              Message-Id: <199905250642.CAA06208@monk.mps.ohio-state.edu>
7077              Subject: [PATCH 5.005_56] REx engine improvements
7078      Branch: perl
7079            ! embedvar.h mg.c objXSUB.h pp.c pp_ctl.c pp_hot.c regcomp.c
7080            ! regexec.c regexp.h t/op/pat.t t/op/re_tests t/op/regexp.t
7081            ! thrdvar.h util.c
7082 ____________________________________________________________________________
7083 [  3474] By: gsar                                  on 1999/05/25  08:39:56
7084         Log: test case for change#3470
7085      Branch: perl
7086            ! t/lib/bigintpm.t
7087 ____________________________________________________________________________
7088 [  3473] By: gsar                                  on 1999/05/25  08:36:52
7089         Log: perlport 1.43 update from Chris Nandor and Tom Christiansen
7090      Branch: perl
7091            ! Changes pod/perlport.pod
7092 ____________________________________________________________________________
7093 [  3472] By: gsar                                  on 1999/05/25  08:28:57
7094         Log: assorted tweaks
7095      Branch: perl
7096            ! doio.c iperlsys.h win32/config.bc win32/config.gc
7097            ! win32/config.vc win32/config_H.bc win32/config_H.gc
7098            ! win32/config_H.vc win32/makedef.pl
7099 ____________________________________________________________________________
7100 [  3471] By: gsar                                  on 1999/05/25  06:06:04
7101         Log: perlref update from Tom Christiansen
7102      Branch: perl
7103            ! pod/perlref.pod
7104 ____________________________________________________________________________
7105 [  3470] By: gsar                                  on 1999/05/25  06:03:27
7106         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7107              Date: Mon, 24 May 1999 17:43:56 -0400
7108              Message-ID: <19990524174356.A1944@monk.mps.ohio-state.edu>
7109              Subject: [PATCH 5.005_*] hv.c calling negative malloc()
7110      Branch: perl
7111            ! hv.c
7112 ____________________________________________________________________________
7113 [  3469] By: gsar                                  on 1999/05/25  05:59:22
7114         Log: avoid temporary files that have a constant name (from a suggestion
7115              by Anthony J. Lill <ajlill@ajlc.waterloo.on.ca>)
7116      Branch: perl
7117            ! lib/ExtUtils/MM_Unix.pm
7118 ____________________________________________________________________________
7119 [  3468] By: gsar                                  on 1999/05/25  05:54:29
7120         Log: From: pvhp@forte.com (Peter Prymmer)
7121              Date: Mon, 24 May 99 11:20:25 PDT
7122              Message-Id: <9905241820.AA28071@forte.com>
7123              Subject: [PATCH: _56 and _03]EBCDIC %HTML_Escapes for Pod::Text, plus sync patch.
7124      Branch: perl
7125            ! lib/Pod/Text.pm
7126 ____________________________________________________________________________
7127 [  3467] By: gsar                                  on 1999/05/25  04:08:50
7128         Log: fix glob() bug that resulted in missing symlinks that don't point
7129              anywhere
7130      Branch: perl
7131            ! pp_hot.c
7132 ____________________________________________________________________________
7133 [  3466] By: gsar                                  on 1999/05/25  03:00:00
7134         Log: avoid enumerating @INC contents in diagnostic if @INC was never
7135              searched
7136      Branch: perl
7137            ! pod/perldiag.pod pp_ctl.c
7138 ____________________________________________________________________________
7139 [  3465] By: gsar                                  on 1999/05/25  02:24:08
7140         Log: add caveat about close(PIPE) carelessness
7141      Branch: perl
7142            ! pod/perlfunc.pod
7143 ____________________________________________________________________________
7144 [  3464] By: gsar                                  on 1999/05/24  23:55:53
7145         Log: fix bogus line numbers for void context warnings
7146              (change#2548 was overeager)
7147      Branch: perl
7148            ! op.c
7149 ____________________________________________________________________________
7150 [  3463] By: gsar                                  on 1999/05/24  23:31:58
7151         Log: change#3455 had a typo
7152      Branch: perl
7153            ! pp_ctl.c
7154 ____________________________________________________________________________
7155 [  3462] By: gsar                                  on 1999/05/24  17:32:20
7156         Log: more pod updates from Tom Christiansen; regen perltoc
7157      Branch: perl
7158            ! pod/perl.pod pod/perldelta.pod pod/perlmod.pod pod/perlobj.pod
7159            ! pod/perlre.pod pod/perltoc.pod pod/perlvar.pod
7160 ____________________________________________________________________________
7161 [  3461] By: gsar                                  on 1999/05/24  07:41:32
7162         Log: perlmod notes from Damian Conway (via Tom Christiansen)
7163      Branch: perl
7164            ! pod/perlmod.pod
7165 ____________________________________________________________________________
7166 [  3460] By: gsar                                  on 1999/05/24  07:24:11
7167         Log: major pod update from Tom Christiansen
7168      Branch: perl
7169            + pod/perltootc.pod
7170            ! MANIFEST lib/Pod/Functions.pm pod/Makefile pod/buildtoc
7171            ! pod/perl.pod pod/perl5004delta.pod pod/perlcall.pod
7172            ! pod/perldata.pod pod/perldebug.pod pod/perldelta.pod
7173            ! pod/perldsc.pod pod/perlfunc.pod pod/perlipc.pod
7174            ! pod/perllol.pod pod/perlmod.pod pod/perlmodinstall.pod
7175            ! pod/perlmodlib.pod pod/perlobj.pod pod/perlop.pod
7176            ! pod/perlopentut.pod pod/perlpod.pod pod/perlport.pod
7177            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod pod/perlsec.pod
7178            ! pod/perlsub.pod pod/perlsyn.pod pod/perlthrtut.pod
7179            ! pod/perltie.pod pod/perltrap.pod pod/perlvar.pod
7180            ! pod/perlxs.pod pod/pod2man.PL
7181 ____________________________________________________________________________
7182 [  3459] By: gsar                                  on 1999/05/24  06:26:48
7183         Log: perlfaq update from Tom Christiansen
7184      Branch: perl
7185            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
7186            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
7187            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
7188            ! pod/perlfaq9.pod
7189 ____________________________________________________________________________
7190 [  3458] By: gsar                                  on 1999/05/24  05:55:11
7191         Log: updated to v1.50 from CPAN
7192      Branch: perl
7193            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
7194 ____________________________________________________________________________
7195 [  3457] By: gsar                                  on 1999/05/24  05:46:20
7196         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7197              Date: Sun, 23 May 1999 16:35:07 +0100
7198              Message-Id: <199905231535.QAA00032@crypt.compulink.co.uk>
7199              Subject: [PATCH 5.005_56] name PL_in_eval bits
7200      Branch: perl
7201            ! cop.h op.c perl.c pp_ctl.c toke.c util.c
7202 ____________________________________________________________________________
7203 [  3456] By: gsar                                  on 1999/05/24  05:18:06
7204         Log: make -t mode the default on emacs/dumb terminals
7205      Branch: perl
7206            ! Changes utils/perldoc.PL
7207 ____________________________________________________________________________
7208 [  3455] By: gsar                                  on 1999/05/24  05:05:19
7209         Log: return 0 rather than "" when scalar grep has nothing to iterate
7210              on (brings behavior in line with documentation)
7211      Branch: perl
7212            ! pp_ctl.c
7213 ____________________________________________________________________________
7214 [  3454] By: gsar                                  on 1999/05/24  04:52:52
7215         Log: From: Tim Jenness <t.jenness@jach.hawaii.edu>
7216              Date: Thu, 20 May 1999 13:27:02 -1000
7217              Message-Id: <E10kcDN-0007TA-00@lapaki>
7218              Subject: Problem with MM_Unix in 5.005_03
7219      Branch: perl
7220            ! lib/ExtUtils/MM_Unix.pm
7221 ____________________________________________________________________________
7222 [  3453] By: gsar                                  on 1999/05/24  04:39:49
7223         Log: avoid removing duplicates in user-generated warnings
7224              From: byron@omix.com (Byron Brummer)
7225              Date: Thu, 20 May 1999 04:01:17 -0700 (PDT)
7226              Message-Id: <199905201101.EAA91175@thrush.omix.com>
7227              Subject: [PATCH] Re: warn buffers/loses output in ?? - 5.005_03
7228      Branch: perl
7229            ! lib/diagnostics.pm
7230 ____________________________________________________________________________
7231 [  3452] By: gsar                                  on 1999/05/24  04:23:10
7232         Log: straighten some code to avoid NeXT compiler bugs (from
7233              Geoff Kuenning <geoff@cs.hmc.edu>)
7234      Branch: perl
7235            ! pp_ctl.c
7236 ____________________________________________________________________________
7237 [  3451] By: gsar                                  on 1999/05/24  03:03:05
7238         Log: minor logic tweak for reserved word warning
7239      Branch: perl
7240            ! lib/Test/Harness.pm toke.c
7241 ____________________________________________________________________________
7242 [  3450] By: gsar                                  on 1999/05/24  02:34:20
7243         Log: oops, some files missing in change#3449
7244      Branch: perl
7245            ! op.c op.h toke.c
7246 ____________________________________________________________________________
7247 [  3449] By: gsar                                  on 1999/05/24  02:33:12
7248         Log: allow '*' prototype to autoquote even barewords that happen to be
7249              function names; parens or ampersand continue to force the other
7250              interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;>
7251              do the right thing, for example
7252      Branch: perl
7253            ! t/comp/proto.t
7254 ____________________________________________________________________________
7255 [  3448] By: gsar                                  on 1999/05/24  01:51:24
7256         Log: remove vestiges of PL_last_proto
7257      Branch: perl
7258            ! embedvar.h intrpvar.h objXSUB.h
7259 ____________________________________________________________________________
7260 [  3447] By: gsar                                  on 1999/05/24  01:49:20
7261         Log: redo change#2061 and parts of change#1169 with code in the
7262              parser; PL_last_proto hackery gone, strict 'subs' in now
7263              implemented in the optimizer where specifying the exceptional
7264              cases is much more robust; '*' (bareword) prototype now works
7265              reliably when used in second and subsequent arguments
7266      Branch: perl
7267            ! dump.c embed.h embed.pl objXSUB.h op.c op.h proto.h toke.c
7268 ____________________________________________________________________________
7269 [  3446] By: gsar                                  on 1999/05/23  05:00:55
7270         Log: remove redundant part of change#1169 superceded by change#2061;
7271              avoid "future reserved word" warning on prototypical bearwords
7272      Branch: perl
7273            ! t/lib/fatal.t toke.c
7274 ____________________________________________________________________________
7275 [  3445] By: gsar                                  on 1999/05/21  23:36:49
7276         Log: s/isspace/isSPACE/g and make sure the CRT version is always
7277              passed an unsigned char (fixes random occurrence of spaces in
7278              arguments containing high-bit chars passed to spawned children,
7279              on win32)
7280      Branch: perl
7281            ! ext/SDBM_File/sdbm/dbe.c win32/perlhost.h win32/win32.c
7282 ____________________________________________________________________________
7283 [  3444] By: gsar                                  on 1999/05/21  23:08:55
7284         Log: integrate Configure changes from cfgperl
7285      Branch: perl
7286           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
7287           !> config_h.SH
7288 ____________________________________________________________________________
7289 [  3443] By: jhi                                   on 1999/05/21  22:00:56
7290         Log: Integrate from mainperl.
7291      Branch: cfgperl
7292           !> Changes doop.c ext/SDBM_File/sdbm/dba.c
7293           !> ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbe.c os2/os2.c
7294           !> perl.h pod/perldiag.pod pod/perlport.pod pp.c t/comp/proto.t
7295           !> win32/perlhost.h win32/win32.c x2p/walk.c
7296 ____________________________________________________________________________
7297 [  3442] By: jhi                                   on 1999/05/21  21:59:46
7298         Log: fflush.
7299      Branch: cfgperl
7300            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7301            ! config_h.SH
7302 ____________________________________________________________________________
7303 [  3441] By: gsar                                  on 1999/05/21  17:48:55
7304         Log: integrate cfgperl changes
7305      Branch: perl
7306           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
7307           !> config_h.SH hints/sunos_4_1.sh installperl
7308 ____________________________________________________________________________
7309 [  3440] By: gsar                                  on 1999/05/21  17:42:49
7310         Log: test tweak
7311      Branch: perl
7312            ! t/comp/proto.t
7313 ____________________________________________________________________________
7314 [  3439] By: gsar                                  on 1999/05/21  17:31:26
7315         Log: fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.
7316              (Configure fflush(NULL) detection seems broken on Solaris, which
7317              is why I hit the problem)
7318      Branch: perl
7319            ! Changes perl.h
7320 ____________________________________________________________________________
7321 [  3438] By: gsar                                  on 1999/05/20  16:41:01
7322         Log: perlport 1.41 update from Chris Nandor <pudge@pobox.com>
7323      Branch: perl
7324            ! pod/perlport.pod
7325 ____________________________________________________________________________
7326 [  3437] By: jhi                                   on 1999/05/20  07:14:39
7327         Log: Patches to fflushing in SunOS 4 from Andy Dougherty
7328              (via private email).
7329      Branch: cfgperl
7330            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7331            ! config_h.SH hints/sunos_4_1.sh
7332 ____________________________________________________________________________
7333 [  3436] By: gsar                                  on 1999/05/20  05:18:26
7334         Log: various little nits
7335      Branch: perl
7336            ! doop.c ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
7337            ! ext/SDBM_File/sdbm/dbe.c os2/os2.c pod/perldiag.pod pp.c
7338            ! win32/perlhost.h win32/win32.c x2p/walk.c
7339 ____________________________________________________________________________
7340 [  3435] By: jhi                                   on 1999/05/18  16:25:49
7341         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7342              To: perl5-porters@perl.org
7343              Subject: installperl
7344              Date: Fri, 14 May 1999 21:34:58 +0100
7345              Message-Id: <199905142034.VAA00865@crypt.compulink.co.uk>
7346      Branch: cfgperl
7347            ! installperl
7348 ____________________________________________________________________________
7349 [  3434] By: jhi                                   on 1999/05/17  21:25:54
7350         Log: Integrate from mainperl.
7351      Branch: cfgperl
7352           +> lib/ExtUtils/MM_Cygwin.pm
7353            - cygwin32/impure_ptr.c
7354           !> MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
7355           !> cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
7356           !> ext/POSIX/POSIX.xs gv.c hints/cygwin32.sh installman
7357           !> installperl perl.h pod/perldiag.pod pp.c pp_hot.c util.c
7358           !> x2p/find2perl.PL
7359 ____________________________________________________________________________
7360 [  3433] By: gsar                                  on 1999/05/17  09:49:01
7361         Log: integrate cfgperl changes into mainline
7362      Branch: perl
7363           !> Configure INSTALL config_h.SH configure.com embed.h
7364           !> ext/Devel/Peek/Peek.xs ext/Socket/Socket.xs global.sym
7365           !> hints/dec_osf.sh objXSUB.h perl.h pod/perldiag.pod proto.h
7366           !> util.c
7367 ____________________________________________________________________________
7368 [  3432] By: gsar                                  on 1999/05/17  09:06:45
7369         Log: emit more appropriate diagnostic for failed glob (variant
7370              of patch suggested by Graham Barr)
7371      Branch: perl
7372            ! gv.c pod/perldiag.pod pp.c pp_hot.c
7373 ____________________________________________________________________________
7374 [  3431] By: gsar                                  on 1999/05/17  08:38:09
7375         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
7376              Date: Thu, 13 May 1999 22:18:43 -0600 (MDT)
7377              Message-Id: <199905140418.WAA18826@xerxes.courtesan.com>
7378              Subject: find2perl does not grok the 'c' suffix to the -size argument
7379      Branch: perl
7380            ! x2p/find2perl.PL
7381 ____________________________________________________________________________
7382 [  3430] By: gsar                                  on 1999/05/17  08:26:21
7383         Log: additional cleanups for cygwin32 port
7384              From: "Fifer, Eric" <EFifer@sanwaint.com>
7385              Date: Wed, 12 May 1999 20:25:54 +0100
7386              Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST>
7387              Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port
7388      Branch: perl
7389            + lib/ExtUtils/MM_Cygwin.pm
7390            - cygwin32/impure_ptr.c
7391            ! MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
7392            ! cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
7393            ! ext/POSIX/POSIX.xs hints/cygwin32.sh installman installperl
7394            ! perl.h util.c
7395 ____________________________________________________________________________
7396 [  3429] By: gsar                                  on 1999/05/17  08:01:04
7397         Log: From: Andy Dougherty <doughera@lafayette.edu>
7398              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
7399              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
7400              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
7401      Branch: perl
7402            ! INSTALL
7403 ____________________________________________________________________________
7404 [  3428] By: jhi                                   on 1999/05/17  07:03:26
7405         Log: Integrate from mainperl modulo the Socket.xs change.
7406      Branch: cfgperl
7407           !> ext/Socket/Socket.xs op.c win32/include/sys/socket.h
7408           !> win32/win32.c win32/win32.h
7409 ____________________________________________________________________________
7410 [  3427] By: jhi                                   on 1999/05/16  22:09:11
7411         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7412              To: perl5-porters@perl.org (Mailing list Perl5)
7413              Subject: [PATCH 5.005_56] Devel::Peek::mstat not working
7414              Date: Sun, 16 May 1999 01:28:18 -0400 (EDT)
7415              Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu>
7416      Branch: cfgperl
7417            ! ext/Devel/Peek/Peek.xs
7418 ____________________________________________________________________________
7419 [  3426] By: jhi                                   on 1999/05/16  22:07:11
7420         Log: From: Mark-Jason Dominus <mjd@plover.com>
7421              To: perl5-porters@perl.com
7422              Subject: DOC PATCH (5.005_55): Error message missing from perldiag.pod
7423              Date: Sat, 15 May 1999 12:43:47 -0400
7424              Message-ID: <19990515164348.7313.qmail@plover.com>
7425      Branch: cfgperl
7426            ! pod/perldiag.pod
7427 ____________________________________________________________________________
7428 [  3425] By: nick                                  on 1999/05/15  15:56:10
7429         Log: Mingw32 + w32api-0.1.5 tweaks
7430              - now more like other Win32 compilers
7431      Branch: perl
7432            ! ext/Socket/Socket.xs win32/include/sys/socket.h win32/win32.c
7433            ! win32/win32.h
7434 ____________________________________________________________________________
7435 [  3424] By: nick                                  on 1999/05/14  21:04:22
7436         Log: Experimental "slab" allocator for ops.
7437              To try it -DPL_OP_SLAB_ALLOC for op.c 
7438              This is for proof of concept only, it leaks memory 
7439              (ops are not free'd) so don't use in embedded apps.
7440              If this minimalist version does not show performance 
7441              gain then whole idea is worthless. 
7442              Nick see's approx 12% speed up vs perlmalloc running
7443              perl -Ilib -MCPAN -e '' 
7444              Solaris2.6, gcc-2.8.1 but numbers are not repeatable.
7445      Branch: perl
7446            ! op.c
7447 ____________________________________________________________________________
7448 [  3423] By: gsar                                  on 1999/05/14  19:55:04
7449         Log: on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
7450              found (brings sitelib intuition in line with privlib)
7451      Branch: perl
7452            ! win32/win32.c
7453 ____________________________________________________________________________
7454 [  3422] By: jhi                                   on 1999/05/14  08:08:01
7455         Log: From: pvhp@forte.com (Peter Prymmer)
7456              To: perl5-porters@perl.org, vmsperl@perl.org
7457              Subject: [PATCH: 5.005_56] add config.msg to VMS configure.com
7458              Date: Thu, 13 May 99 15:29:57 PDT
7459              Message-Id: <9905132229.AA15854@forte.com>
7460      Branch: cfgperl
7461            ! configure.com
7462 ____________________________________________________________________________
7463 [  3421] By: jhi                                   on 1999/05/14  07:34:20
7464         Log: Integrate from mainperl.
7465      Branch: cfgperl
7466           !> lib/ExtUtils/MM_Unix.pm win32/win32.c
7467 ____________________________________________________________________________
7468 [  3420] By: jhi                                   on 1999/05/14  07:33:26
7469         Log: Still fflushing.
7470      Branch: cfgperl
7471            ! Configure config_h.SH util.c
7472 ____________________________________________________________________________
7473 [  3419] By: gsar                                  on 1999/05/14  03:08:29
7474         Log: mortalize string allocations by win32_get_{priv,site}lib()
7475              (fixes small memory leak in interpreter)
7476      Branch: perl
7477            ! win32/win32.c
7478 ____________________________________________________________________________
7479 [  3418] By: gsar                                  on 1999/05/14  03:06:50
7480         Log: make win32_longname() preserve kind of slashes in argument
7481      Branch: perl
7482            ! win32/win32.c
7483 ____________________________________________________________________________
7484 [  3417] By: gsar                                  on 1999/05/14  03:04:44
7485         Log: canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker
7486      Branch: perl
7487            ! lib/ExtUtils/MM_Unix.pm
7488 ____________________________________________________________________________
7489 [  3416] By: jhi                                   on 1999/05/13  21:18:06
7490         Log: Integrate from mainperl.
7491      Branch: cfgperl
7492           !> pp_ctl.c
7493 ____________________________________________________________________________
7494 [  3415] By: jhi                                   on 1999/05/13  21:16:49
7495         Log: Fixes from Andy Dougherty (via private email).
7496      Branch: cfgperl
7497            ! Configure config_h.SH
7498 ____________________________________________________________________________
7499 [  3414] By: nick                                  on 1999/05/13  20:04:26
7500         Log: valist vs va_list typo
7501      Branch: perl
7502            ! pp_ctl.c
7503 ____________________________________________________________________________
7504 [  3413] By: jhi                                   on 1999/05/13  15:04:05
7505         Log: From: Andy Dougherty <doughera@lafayette.edu>
7506              To: perlbug@perl.com
7507              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
7508              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
7509              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
7510      Branch: cfgperl
7511            ! INSTALL
7512 ____________________________________________________________________________
7513 [  3412] By: jhi                                   on 1999/05/13  14:20:17
7514         Log: Integrate from mainperl.
7515      Branch: cfgperl
7516           !> pp_ctl.c
7517 ____________________________________________________________________________
7518 [  3411] By: gsar                                  on 1999/05/13  14:16:56
7519         Log: docatch_body() declaration mismatch
7520      Branch: perl
7521            ! pp_ctl.c
7522 ____________________________________________________________________________
7523 [  3410] By: jhi                                   on 1999/05/13  13:51:44
7524         Log: Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't.
7525      Branch: cfgperl
7526            ! Configure config_h.SH perl.h
7527 ____________________________________________________________________________
7528 [  3409] By: jhi                                   on 1999/05/13  13:31:53
7529         Log: Still fflushing strong.
7530      Branch: cfgperl
7531            ! Configure config_h.SH embed.h global.sym objXSUB.h perl.h
7532            ! proto.h util.c
7533 ____________________________________________________________________________
7534 [  3408] By: jhi                                   on 1999/05/12  14:30:23
7535         Log: Integrate from mainperl.
7536      Branch: cfgperl
7537           !> (integrate 30 files)
7538 ____________________________________________________________________________
7539 [  3407] By: jhi                                   on 1999/05/12  12:28:31
7540         Log: Be tidier with fflush(NULL) testing.
7541      Branch: cfgperl
7542            ! Configure config_h.SH
7543 ____________________________________________________________________________
7544 [  3406] By: gsar                                  on 1999/05/12  11:26:03
7545         Log: better range-checking on list slices, with test
7546              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7547              Date: Sun, 02 May 1999 17:02:53 +0100
7548              Message-Id: <199905021602.RAA13905@crypt.compulink.co.uk>
7549              Subject: Re: List slice of undefs returns 0 items 
7550      Branch: perl
7551            ! pp.c t/op/list.t
7552 ____________________________________________________________________________
7553 [  3405] By: gsar                                  on 1999/05/12  11:22:27
7554         Log: change#3397 needs test tweak
7555      Branch: perl
7556            ! Changes t/pragma/warn/sv
7557 ____________________________________________________________________________
7558 [  3404] By: gsar                                  on 1999/05/12  11:07:44
7559         Log: typo in change#3397
7560      Branch: perl
7561            ! doop.c
7562 ____________________________________________________________________________
7563 [  3403] By: gsar                                  on 1999/05/12  10:49:01
7564         Log: From: Stephen Zander <gibreel@pobox.com>
7565              Date: 12 May 1999 01:22:31 -0700
7566              Message-ID: <87u2tik88o.fsf@pooh.fire-swamp.net>
7567              Subject: Re: Test::Harness runs tainted tests with wrong library path
7568      Branch: perl
7569            ! lib/Test/Harness.pm
7570 ____________________________________________________________________________
7571 [  3402] By: gsar                                  on 1999/05/12  10:42:06
7572         Log: typo in change#3400
7573      Branch: perl
7574            ! ext/B/B/Deparse.pm
7575 ____________________________________________________________________________
7576 [  3401] By: jhi                                   on 1999/05/12  10:40:42
7577         Log: A better, shinier, and possibly even correctly working
7578              reincarnation of #3398.
7579      Branch: cfgperl
7580            ! Configure config_h.SH
7581 ____________________________________________________________________________
7582 [  3400] By: gsar                                  on 1999/05/12  10:40:11
7583         Log: deparse \&func() as \(&func()) for clarity
7584              From: Albert Dvornik <bert@genscan.com>
7585              Date: 11 May 1999 13:32:04 -0400
7586              Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com>
7587              Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...)
7588      Branch: perl
7589            ! ext/B/B/Deparse.pm
7590 ____________________________________________________________________________
7591 [  3399] By: gsar                                  on 1999/05/12  10:36:02
7592         Log: more testsuite smarts (many of them courtesy Ilya)
7593      Branch: perl
7594            ! lib/Test/Harness.pm t/comp/cpp.t t/io/pipe.t t/lib/db-btree.t
7595            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t
7596            ! t/lib/io_multihomed.t t/lib/io_pipe.t t/lib/io_sock.t
7597            ! t/lib/io_udp.t t/lib/io_unix.t t/lib/ipc_sysv.t t/lib/ndbm.t
7598            ! t/lib/odbm.t t/lib/thread.t t/op/exec.t t/op/fork.t
7599            ! t/op/grent.t t/op/groups.t t/op/nothread.t t/op/numconvert.t
7600            ! t/op/pwent.t
7601 ____________________________________________________________________________
7602 [  3398] By: jhi                                   on 1999/05/12  09:33:08
7603         Log: Detect whether fflush(NULL) works as per change #3352.
7604      Branch: cfgperl
7605            ! Configure config_h.SH perl.h
7606 ____________________________________________________________________________
7607 [  3397] By: gsar                                  on 1999/05/12  08:56:03
7608         Log: From: jan.dubois@ibm.net (Jan Dubois)
7609              Date: Wed, 12 May 1999 01:01:00 +0200
7610              Message-ID: <3741b5e8.20386944@smtp1.ibm.net>
7611              Subject: [PATCH 5.005_03] chop/chomp modify readonly values
7612      Branch: perl
7613            ! doop.c
7614 ____________________________________________________________________________
7615 [  3396] By: gsar                                  on 1999/05/12  08:23:27
7616         Log: opendir(D,"x:") on win32 opens cwd() for drive rather than root;
7617              stat() behaves similarly
7618      Branch: perl
7619            ! win32/win32.c
7620 ____________________________________________________________________________
7621 [  3395] By: jhi                                   on 1999/05/11  22:21:32
7622         Log: Redo parts of #3341 and #3358 that #3394 undid.
7623      Branch: cfgperl
7624            ! Configure config_h.SH
7625 ____________________________________________________________________________
7626 [  3394] By: jhi                                   on 1999/05/11  22:03:48
7627         Log: Add I_NETINET_TCP to help change #3391.
7628      Branch: cfgperl
7629            ! Configure config_h.SH ext/Socket/Socket.xs
7630 ____________________________________________________________________________
7631 [  3393] By: jhi                                   on 1999/05/11  21:44:59
7632         Log: Integrate from mainperl.
7633      Branch: cfgperl
7634           !> (integrate 55 files)
7635 ____________________________________________________________________________
7636 [  3392] By: gsar                                  on 1999/05/11  20:56:43
7637         Log: update embedvar.h
7638      Branch: perl
7639            ! embedvar.h ext/ByteLoader/ByteLoader.pm pod/perldelta.pod
7640 ____________________________________________________________________________
7641 [  3391] By: gsar                                  on 1999/05/11  16:32:05
7642         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
7643              Date: Tue, 11 May 1999 11:10:13 -0400 (EDT)
7644              Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com>
7645              Subject: Socket IPPROTO_TCP [PATCH 5.005_5x]
7646      Branch: perl
7647            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
7648 ____________________________________________________________________________
7649 [  3390] By: gsar                                  on 1999/05/11  15:27:40
7650         Log: display more frequent progress messages when STDOUT is a tty
7651      Branch: perl
7652            ! lib/Test/Harness.pm
7653 ____________________________________________________________________________
7654 [  3389] By: gsar                                  on 1999/05/11  14:40:58
7655         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7656              Date: Mon, 10 May 1999 02:07:01 -0400 (EDT)
7657              Message-Id: <199905100607.CAA26045@monk.mps.ohio-state.edu>
7658              Subject: [PATCH 5.005_53] Explanations by Test::Harness
7659      Branch: perl
7660            ! lib/Test/Harness.pm
7661 ____________________________________________________________________________
7662 [  3388] By: gsar                                  on 1999/05/11  14:08:14
7663         Log: avoid creating spurious subroutine stubs on failed subroutine
7664              call and other places of sv_2cv() misuse; fixes problems with
7665              failed subroutine calls "hiding" later attempts to lookup methods
7666              in base classes
7667      Branch: perl
7668            ! gv.c perl.c pod/perlguts.pod pp_hot.c sv.c t/op/method.t
7669 ____________________________________________________________________________
7670 [  3387] By: gsar                                  on 1999/05/11  09:34:13
7671         Log: various fixes for clean build and test on win32; configpm broken,
7672              needed to open myconfig.SH rather than myconfig; sundry adjustments
7673              to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
7674              work under win32; getenv_sv() changed to getenv_len() since SVs
7675              aren't visible in the lower echelons; remove bogus exports from
7676              config.sym; PERL_OBJECT-ness for C++ exception support; null out
7677              IoDIRP in filter_del() or sv_free() will attempt to close it
7678      Branch: perl
7679            ! Changes bytecode.pl byterun.c byterun.h configpm embed.h
7680            ! embed.pl ext/B/B/Asmdata.pm ext/ByteLoader/ByteLoader.xs
7681            ! ext/DynaLoader/dlutils.c global.sym hv.c iperlsys.h objXSUB.h
7682            ! op.c perl.c perl.h pp.c pp_ctl.c proto.h scope.c scope.h
7683            ! t/io/open.t t/op/magic.t toke.c util.c vms/vms.c vms/vmsish.h
7684            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
7685            ! win32/config.gc win32/config.vc win32/makedef.pl
7686            ! win32/makefile.mk win32/perlhost.h win32/runperl.c
7687            ! win32/win32.c win32/win32.h
7688 ____________________________________________________________________________
7689 [  3386] By: gsar                                  on 1999/05/11  02:49:07
7690         Log: gutsupport for C++ exceptions
7691              From: Chip Salzenberg <chip@perlsupport.com>
7692              Date: Tue, 9 Mar 1999 11:51:57 -0500
7693              Message-ID: <19990309115157.E7911@perlsupport.com>
7694              Subject: [PATCH 5.005] Flexible Exceptions
7695      Branch: perl
7696            ! embed.h global.sym objXSUB.h perl.c perl.h pp_ctl.c proto.h
7697            ! scope.c scope.h thrdvar.h util.c
7698 ____________________________________________________________________________
7699 [  3385] By: gsar                                  on 1999/05/10  19:33:36
7700         Log: "weak" references internals, still needs perlguts documentation
7701              (somewhat modified version of patch suggested by Tuomas J. Lukka
7702              <lukka@fas.harvard.edu>)
7703      Branch: perl
7704            ! dump.c embed.h embed.pl global.sym mg.c objXSUB.h perl.h
7705            ! pod/perldiag.pod proto.h sv.c sv.h util.c
7706 ____________________________________________________________________________
7707 [  3384] By: jhi                                   on 1999/05/10  18:21:43
7708         Log: Circumnavigate Digital UNIX 4.0D miniperl core dump
7709              (due to QAR 56761) (the bug has been fixed in 4.0E or better)
7710      Branch: cfgperl
7711            ! INSTALL hints/dec_osf.sh
7712 ____________________________________________________________________________
7713 [  3381] By: jhi                                   on 1999/05/10  14:39:28
7714         Log: Integrate from mainperl.
7715      Branch: cfgperl
7716           +> cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
7717           +> cygwin32/build-instructions.charles-wilson
7718           +> cygwin32/build-instructions.sebastien-barre
7719           +> cygwin32/build-instructions.steven-morlock
7720           +> cygwin32/build-instructions.steven-morlock2
7721           +> cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
7722           +> ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
7723           +> ext/ByteLoader/Makefile.PL pod/Win32.pod t/lib/io_linenum.t
7724           +> t/op/numconvert.t utils/perlbc.PL
7725            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
7726            - cygwin32/perlld
7727           !> (integrate 105 files)
7728 ____________________________________________________________________________
7729 [  3380] By: gsar                                  on 1999/05/10  12:27:14
7730         Log: regen regnodes.h
7731      Branch: perl
7732            ! Changes regnodes.h
7733 ____________________________________________________________________________
7734 [  3379] By: gsar                                  on 1999/05/10  12:17:26
7735         Log: From: jan.dubois@ibm.net (Jan Dubois)
7736              Date: Sat, 01 May 1999 22:55:36 +0200
7737              Message-ID: <373067e9.56194713@smtp1.ibm.net>
7738              Subject: [PATCH 5.005_56] Win32 and VC++ 98 doesn't support CASTI
7739      Branch: perl
7740            ! pod/perlfunc.pod pod/perlop.pod win32/config.vc
7741            ! win32/config_H.vc
7742 ____________________________________________________________________________
7743 [  3378] By: gsar                                  on 1999/05/10  12:07:13
7744         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7745              Date: Fri, 30 Apr 1999 22:26:09 -0400 (EDT)
7746              Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu>
7747              Subject: [PATCH 5.005_56] Self-consistent numeric conversion again
7748      Branch: perl
7749            + t/op/numconvert.t
7750            ! MANIFEST doio.c dump.c perl.h pp.c pp_hot.c sv.c sv.h toke.c
7751            ! util.c
7752 ____________________________________________________________________________
7753 [  3377] By: gsar                                  on 1999/05/10  11:39:48
7754         Log: pp_modulo comment tweak from Ilya
7755      Branch: perl
7756            ! pp.c
7757 ____________________________________________________________________________
7758 [  3376] By: gsar                                  on 1999/05/10  11:30:40
7759         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
7760              Date: Fri, 7 May 1999 11:31:00 -0400 (EDT)
7761              Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com>
7762              Subject: Test.pm update [PATCH _56]
7763      Branch: perl
7764            ! lib/Test.pm
7765 ____________________________________________________________________________
7766 [  3375] By: gsar                                  on 1999/05/10  11:28:30
7767         Log: From: jan.dubois@ibm.net (Jan Dubois)
7768              Date: Fri, 07 May 1999 00:59:54 +0200
7769              Message-ID: <373318ae.19292461@smtp1.ibm.net>
7770              Subject: Re: Using existing memory for an SV's PV 
7771      Branch: perl
7772            ! sv.c
7773 ____________________________________________________________________________
7774 [  3374] By: gsar                                  on 1999/05/10  11:23:44
7775         Log: From: jan.dubois@ibm.net (Jan Dubois)
7776              Date: Fri, 07 May 1999 00:59:52 +0200
7777              Message-ID: <37321800.19118320@smtp1.ibm.net>
7778              Subject: [PATCH 5.005_56] Fix -Dm memory debugging for PERL_OBJECT
7779      Branch: perl
7780            ! perl.h
7781 ____________________________________________________________________________
7782 [  3373] By: gsar                                  on 1999/05/10  11:22:10
7783         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7784              Date: Thu, 6 May 1999 18:17:28 -0400
7785              Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>
7786              Subject: Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
7787      Branch: perl
7788            ! doio.c embed.h global.sym objXSUB.h pod/perldiag.pod proto.h
7789            ! util.c
7790 ____________________________________________________________________________
7791 [  3372] By: gsar                                  on 1999/05/10  10:57:49
7792         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7793              Date: Thu, 6 May 1999 01:21:05 -0400 (EDT)
7794              Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu>
7795              Subject: [PATCH 5.005_56] Cosmetic: data-driven REx-dump
7796      Branch: perl
7797            ! regcomp.c regcomp.pl
7798 ____________________________________________________________________________
7799 [  3371] By: gsar                                  on 1999/05/10  10:54:01
7800         Log: From: lane@duphy4.physics.drexel.edu
7801              Date: Tue, 04 May 1999 10:19:25 -0700
7802              Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu>
7803              Subject: [PATCH 5.005.56] pod->html VMS fixes
7804      Branch: perl
7805            ! installhtml lib/Pod/Html.pm
7806 ____________________________________________________________________________
7807 [  3370] By: gsar                                  on 1999/05/10  10:45:52
7808         Log: testsuite nits
7809      Branch: perl
7810            ! t/lib/io_linenum.t t/op/filetest.t
7811 ____________________________________________________________________________
7812 [  3369] By: gsar                                  on 1999/05/10  10:35:22
7813         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7814              Date: Mon, 3 May 1999 22:38:50 -0400 (EDT)
7815              Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu>
7816              Subject: [PATCH 5.005_53] Quickier thread-specific data on OS/2
7817      Branch: perl
7818            ! os2/os2ish.h os2/os2thread.h
7819 ____________________________________________________________________________
7820 [  3368] By: gsar                                  on 1999/05/10  10:00:11
7821         Log: From: Albert Dvornik <bert@genscan.com>
7822              Date: 03 May 1999 12:20:57 -0400
7823              Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>
7824              Subject: [PATCH 5.005_56] do_sv_dump does dump (core) on IO handles
7825      Branch: perl
7826            ! dump.c
7827 ____________________________________________________________________________
7828 [  3367] By: gsar                                  on 1999/05/10  09:55:51
7829         Log: shadow password support for Solaris (needs Configure help to
7830              determine HAS_GETSPENT)
7831              From: "Patrick O'Brien" <pdo@cs.umd.edu>
7832              Date: Sat, 01 May 1999 19:41:17 -0400
7833              Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu>
7834              Subject: getpwent() under solaris
7835      Branch: perl
7836            ! pp_sys.c
7837 ____________________________________________________________________________
7838 [  3366] By: gsar                                  on 1999/05/10  09:45:58
7839         Log: From: jan.dubois@ibm.net (Jan Dubois)
7840              Date: Sat, 01 May 1999 23:45:47 +0200
7841              Message-ID: <373373fb.59284266@smtp1.ibm.net>
7842              Subject: [PATCH 5.005_56] Add POLLUTE=1 option to MakeMaker
7843      Branch: perl
7844            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
7845            ! pod/perldelta.pod
7846 ____________________________________________________________________________
7847 [  3365] By: gsar                                  on 1999/05/10  09:34:22
7848         Log: test suite and fix input_line_number()
7849              From: Paul Johnson <pjcj@transeda.com>
7850              Date: Thu, 29 Apr 1999 06:28:14 +0100
7851              Message-ID: <19990429062814.A17906@west-tip.transeda.com>
7852              Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)
7853      Branch: perl
7854            + t/lib/io_linenum.t
7855            ! MANIFEST ext/IO/lib/IO/Handle.pm
7856 ____________________________________________________________________________
7857 [  3364] By: gsar                                  on 1999/05/10  09:20:56
7858         Log: fix overeager [:foo:] parsing
7859              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7860              Date: Fri, 30 Apr 1999 09:26:18 +0100
7861              Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk>
7862              Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005 
7863      Branch: perl
7864            ! regcomp.c t/op/re_tests
7865 ____________________________________________________________________________
7866 [  3363] By: gsar                                  on 1999/05/10  09:09:21
7867         Log: documentation for Win32 builtins (somewhat modified)
7868              From: jan.dubois@ibm.net (Jan Dubois)
7869              Date: Tue, 30 Mar 1999 08:05:03 +0200
7870              Message-ID: <37006783.1926460@smtp1.ibm.net>
7871              Subject: Re: Issues with build 509 
7872      Branch: perl
7873            + pod/Win32.pod
7874            ! MANIFEST
7875 ____________________________________________________________________________
7876 [  3362] By: gsar                                  on 1999/05/10  08:22:07
7877         Log: provide File::Copy::syscopy() via Win32::CopyFile() on win32
7878      Branch: perl
7879            ! lib/File/Copy.pm win32/win32.c
7880 ____________________________________________________________________________
7881 [  3361] By: gsar                                  on 1999/05/10  08:11:29
7882         Log: escape ampersands in <pre> sections
7883      Branch: perl
7884            ! Changes lib/Pod/Html.pm
7885 ____________________________________________________________________________
7886 [  3360] By: gsar                                  on 1999/05/10  08:04:14
7887         Log: AIX hints enhancements (threads build, SOCKS support)
7888              From: "David R. Favor" <dfavor@austin.ibm.com>
7889              Date: Wed, 28 Apr 1999 08:45:28 -0500
7890              Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
7891              Subject: Working build for AIX + gcc + threading
7892      Branch: perl
7893            ! hints/aix.sh
7894 ____________________________________________________________________________
7895 [  3359] By: gsar                                  on 1999/05/10  07:49:26
7896         Log: more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
7897              Date: Tue, 27 Apr 1999 23:47:24 PDT
7898              Message-ID: <19990428064724.95244.qmail@hotmail.com>
7899              Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
7900              --
7901              Date: Thu, 29 Apr 1999 18:21:06 -0700
7902              Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
7903              Subject: [PATCH 5.005_56] double constants ( C.pm)
7904              --
7905              Date: Mon, 03 May 1999 20:21:31 PDT
7906              Message-ID: <19990504032131.81113.qmail@hotmail.com>
7907              Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
7908              --
7909              Date: Thu, 06 May 1999 17:57:09 -0700
7910              Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
7911              Subject: Stash.pm
7912      Branch: perl
7913            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/C.pm
7914            ! ext/B/B/CC.pm ext/B/B/Stash.pm t/harness
7915 ____________________________________________________________________________
7916 [  3358] By: gsar                                  on 1999/05/10  04:39:15
7917         Log: cygwin32 update (untested adaptation of patch against 5.005_03)
7918              From: alexander smishlajev <als@turnhere.com>
7919              Date: Sun, 25 Apr 1999 14:58:29 +0300
7920              Message-ID: <37230365.5F68B460@turnhere.com>
7921              Subject: [PATCH]5.005_03 (CORE) cygwin32 port
7922      Branch: perl
7923            + cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
7924            + cygwin32/build-instructions.charles-wilson
7925            + cygwin32/build-instructions.sebastien-barre
7926            + cygwin32/build-instructions.steven-morlock
7927            + cygwin32/build-instructions.steven-morlock2
7928            + cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
7929            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
7930            - cygwin32/perlld
7931            ! Configure EXTERN.h MANIFEST Makefile.SH README.cygwin32 XSUB.h
7932            ! cflags.SH config_h.SH dosish.h ext/POSIX/Makefile.PL
7933            ! ext/SDBM_File/sdbm/pair.c hints/cygwin32.sh installperl
7934            ! lib/Cwd.pm lib/ExtUtils/MakeMaker.pm lib/perl5db.pl
7935            ! makedepend.SH perl.h perlvars.h pp_hot.c pp_sys.c regcomp.c
7936            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t util.c
7937 ____________________________________________________________________________
7938 [  3357] By: gsar                                  on 1999/05/10  04:07:07
7939         Log: applied suggested patch, modulo already applied parts
7940              From: Charles Bailey <BAILEY@newman.upenn.edu>
7941              Date: Sat, 24 Apr 1999 20:12:43 -0400 (EDT)
7942              Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
7943              Subject: [Patch 5.005_56] VMS consolidated patch #2
7944      Branch: perl
7945            ! configure.com t/op/filetest.t t/op/taint.t t/pragma/warn/doio
7946            ! t/pragma/warn/mg t/pragma/warn/pp_sys t/pragma/warn/sv
7947            ! vms/descrip_mms.template vms/ext/vmsish.t vms/perlvms.pod
7948            ! vms/subconfigure.com vms/test.com vms/vms.c
7949 ____________________________________________________________________________
7950 [  3356] By: gsar                                  on 1999/05/10  03:48:08
7951         Log: applied suggested patch, with win32 and PERL_OBJECT additions
7952              From: Tom Hughes <tom@compton.nu>
7953              Date: Sat, 24 Apr 1999 18:11:59 +0100
7954              Message-ID: <609bdff748.tom@compton.compton.nu>
7955              Subject: ByteLoader patch
7956      Branch: perl
7957            + ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
7958            + ext/ByteLoader/Makefile.PL utils/perlbc.PL
7959            ! MANIFEST bytecode.h bytecode.pl byterun.c byterun.h embed.h
7960            ! embed.pl ext/B/B.xs ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
7961            ! ext/B/B/Debug.pm objXSUB.h op.c pp_ctl.c proto.h
7962            ! utils/Makefile win32/Makefile win32/makefile.mk
7963 ____________________________________________________________________________
7964 [  3355] By: gsar                                  on 1999/05/10  03:22:49
7965         Log: document 'test' attribute (from Andreas Koenig)
7966      Branch: perl
7967            ! lib/ExtUtils/MakeMaker.pm
7968 ____________________________________________________________________________
7969 [  3354] By: gsar                                  on 1999/05/10  03:12:37
7970         Log: From: pmarquess@bfsec.bt.co.uk
7971              Date: Thu, 22 Apr 1999 23:12:08 +0100
7972              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>
7973              Subject: PATCH for small bug in scan_bin
7974      Branch: perl
7975            ! util.c
7976 ____________________________________________________________________________
7977 [  3353] By: gsar                                  on 1999/05/10  02:39:33
7978         Log: more bulletproof workaround for mangled paths (updates changes#3345,3350);
7979              provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
7980      Branch: perl
7981            ! t/op/magic.t win32/makedef.pl win32/runperl.c win32/win32.c
7982            ! win32/win32iop.h
7983 ____________________________________________________________________________
7984 [  3352] By: gsar                                  on 1999/05/09  22:47:39
7985         Log: flush all open output buffers before fork(), exec(), system, qx//
7986              and pipe open() operations, simplifying buffering headaches faced
7987              by users; uses fflush(NULL), which may need Configure test
7988      Branch: perl
7989            ! perl.h pod/perldelta.pod pod/perlfunc.pod pod/perlipc.pod
7990            ! pp_sys.c util.c vmesa/vmesa.c vms/vms.c win32/win32.c
7991 ____________________________________________________________________________
7992 [  3351] By: gsar                                  on 1999/05/09  21:11:51
7993         Log: perlcc on win32 (correct version of fix suggested by Jean-Louis
7994              Leroy <jll@skynet.be>)
7995      Branch: perl
7996            ! utils/perlcc.PL
7997 ____________________________________________________________________________
7998 [  3350] By: gsar                                  on 1999/05/09  20:39:11
7999         Log: normalize $^X to full pathname on win32
8000      Branch: perl
8001            ! win32/runperl.c
8002 ____________________________________________________________________________
8003 [  3349] By: gsar                                  on 1999/05/09  20:23:07
8004         Log: allow readline($globref), <$globref> already works
8005      Branch: perl
8006            ! pp_hot.c
8007 ____________________________________________________________________________
8008 [  3348] By: gsar                                  on 1999/05/09  20:00:09
8009         Log: perldoc cleanups (variant of changes suggested by Christian Lemburg
8010              <lemburg@online-club.de>)
8011      Branch: perl
8012            ! utils/perldoc.PL
8013 ____________________________________________________________________________
8014 [  3347] By: gsar                                  on 1999/05/09  18:47:21
8015         Log: additions to Thread.pm docs from Tuomas J. Lukka
8016              <lukka@fas.harvard.edu>
8017      Branch: perl
8018            ! ext/Thread/Thread.pm
8019 ____________________________________________________________________________
8020 [  3346] By: gsar                                  on 1999/05/09  18:38:00
8021         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
8022              Date: Sat, 17 Apr 1999 02:46:13 -0700 (PDT)
8023              Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>
8024              Subject: [PATCH _56] Re: pdt: Perl Development Tools? 
8025      Branch: perl
8026            ! ext/B/B/Xref.pm
8027 ____________________________________________________________________________
8028 [  3345] By: gsar                                  on 1999/05/09  18:22:43
8029         Log: work around mangled archname on win32 while finding privlib/sitelib;
8030              normalize lib paths to forward slashes internally
8031      Branch: perl
8032            ! win32/win32.c
8033 ____________________________________________________________________________
8034 [  3344] By: gsar                                  on 1999/05/09  03:20:06
8035         Log: fix typo in dbm filters that caused odbm.t to fail
8036      Branch: perl
8037            ! ext/ODBM_File/ODBM_File.xs t/lib/odbm.t
8038 ____________________________________________________________________________
8039 [  3343] By: gsar                                  on 1999/05/09  02:02:59
8040         Log: tweak test totals
8041      Branch: perl
8042            ! Changes t/lib/tie-stdhandle.t
8043 ____________________________________________________________________________
8044 [  3342] By: gsar                                  on 1999/05/09  01:42:06
8045         Log: import list propagation busted (pointed out by Ton Hospel
8046              <thospel@mail.dma.be>)
8047      Branch: perl
8048            ! lib/autouse.pm
8049 ____________________________________________________________________________
8050 [  3341] By: gsar                                  on 1999/05/09  00:54:18
8051         Log: hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
8052              (as suggested by Eric Boehm <boehm@nortelnetworks.com>)
8053      Branch: perl
8054            ! Configure Makefile.SH
8055 ____________________________________________________________________________
8056 [  3340] By: gsar                                  on 1999/05/09  00:40:41
8057         Log: generate manpages for newly added utils
8058      Branch: perl
8059            ! installman
8060 ____________________________________________________________________________
8061 [  3339] By: gsar                                  on 1999/05/09  00:33:50
8062         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8063              Date: Sun, 02 May 1999 17:59:24 +0100
8064              Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>
8065              Subject: [PATCH] Re: ptr to realloced memory in yylex
8066      Branch: perl
8067            ! toke.c
8068 ____________________________________________________________________________
8069 [  3338] By: jhi                                   on 1999/05/08  22:40:29
8070         Log: Remove CONFIG item, add Digital UNIX 'ld' bug.
8071      Branch: cfgperl
8072            ! INSTALL
8073 ____________________________________________________________________________
8074 [  3337] By: jhi                                   on 1999/05/08  22:22:26
8075         Log: Integrate from mainperl.
8076      Branch: cfgperl
8077           +> pod/perldbmfilter.pod t/io/open.t t/lib/tie-stdhandle.t
8078           !> (integrate 54 files)
8079 ____________________________________________________________________________
8080 [  3336] By: gsar                                  on 1999/05/08  21:48:22
8081         Log: make perldoc -f grok nested =items
8082      Branch: perl
8083            ! utils/perldoc.PL
8084 ____________________________________________________________________________
8085 [  3335] By: gsar                                  on 1999/05/08  19:48:11
8086         Log: allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
8087      Branch: perl
8088            ! op.c t/lib/fields.t
8089 ____________________________________________________________________________
8090 [  3334] By: gsar                                  on 1999/05/08  19:09:41
8091         Log: update test totals
8092      Branch: perl
8093            ! t/lib/bigintpm.t
8094 ____________________________________________________________________________
8095 [  3333] By: gsar                                  on 1999/05/08  16:56:02
8096         Log: mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
8097      Branch: perl
8098            ! pod/perlfunc.pod
8099 ____________________________________________________________________________
8100 [  3332] By: gsar                                  on 1999/05/08  16:46:44
8101         Log: applied suggested patch, added tests
8102              From: William Mann <wmann@avici.com>
8103              Date: Mon, 12 Apr 1999 12:25:22 -0400 (EDT)
8104              Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
8105              Subject: BigInt.pm extensions for logical operations
8106      Branch: perl
8107            ! lib/Math/BigInt.pm pod/perldelta.pod t/lib/bigintpm.t
8108 ____________________________________________________________________________
8109 [  3331] By: gsar                                  on 1999/05/08  16:09:33
8110         Log: avoid temporary files named 'tmp'
8111      Branch: perl
8112            ! Makefile.SH pp.c
8113 ____________________________________________________________________________
8114 [  3330] By: nick                                  on 1999/05/08  14:16:30
8115         Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
8116              Provide Tie::StdHandle
8117              Basic update of docs.
8118      Branch: perl
8119            + t/lib/tie-stdhandle.t
8120            ! lib/Tie/Handle.pm pod/perltie.pod pp_sys.c
8121 ____________________________________________________________________________
8122 [  3329] By: nick                                  on 1999/05/08  12:03:45
8123         Log: Tweaks to open(my $fh,...) stuff
8124      Branch: perl
8125            ! op.c pp.c pp_sys.c t/io/open.t
8126 ____________________________________________________________________________
8127 [  3328] By: nick                                  on 1999/05/08  11:18:42
8128         Log: Bring SDBM_File.xs into line with new typemap
8129      Branch: perl
8130            ! ext/SDBM_File/SDBM_File.xs
8131 ____________________________________________________________________________
8132 [  3327] By: gsar                                  on 1999/05/08  00:07:11
8133         Log: add test case for AUTOLOAD reentrancy fix in change#3279
8134      Branch: perl
8135            ! t/lib/autoloader.t
8136 ____________________________________________________________________________
8137 [  3326] By: nick                                  on 1999/05/07  21:24:50
8138         Log: Implement open( my $fh, ...) and similar.
8139              Set flag in op.c for "constructor ops"
8140              In pp_rv2gv, if flag is set and arg is PADSV and uninit
8141              vivify as reference to a detached GV.
8142              (Name of GV is the pad name.)
8143              This scheme should "just work" for pipe/socket etc. too.
8144              
8145              #if 0 out the open(FH,undef) for now.
8146              Change t/io/open.t to test open(my $fh,...)
8147      Branch: perl
8148            ! op.c pp.c pp_sys.c t/io/open.t
8149 ____________________________________________________________________________
8150 [  3325] By: nick                                  on 1999/05/07  21:18:42
8151         Log: Correct SvLEN vs SvCUR  which leads to odd "chunk" vs "line" in mess().
8152      Branch: perl
8153            ! util.c
8154 ____________________________________________________________________________
8155 [  3324] By: gsar                                  on 1999/05/07  20:28:31
8156         Log: avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
8157              intervening code has to allocate SVs)
8158      Branch: perl
8159            ! util.c
8160 ____________________________________________________________________________
8161 [  3323] By: gsar                                  on 1999/05/07  19:45:08
8162         Log: allow line numbers to show in diagnostics during global destruction
8163      Branch: perl
8164            ! util.c
8165 ____________________________________________________________________________
8166 [  3322] By: gsar                                  on 1999/05/07  09:38:11
8167         Log: From: Dan Sugalski <sugalskd@ous.edu>
8168              Date: Fri, 09 Apr 1999 16:16:39 -0700
8169              Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>
8170              Subject: [PATCH 5.005_03]Bug in MM_VMS.PM
8171      Branch: perl
8172            ! lib/ExtUtils/MM_VMS.pm
8173 ____________________________________________________________________________
8174 [  3321] By: gsar                                  on 1999/05/07  09:08:23
8175         Log: From: kwzh@gnu.org (Karl Heuer)
8176              Date: Wed, 7 Apr 1999 23:58:58 -0400
8177              Message-Id: <199904080358.XAA01192@mescaline.gnu.org>
8178              Subject: [perl-5.005.02] detect lack of /dev/tty
8179      Branch: perl
8180            ! Makefile.SH
8181 ____________________________________________________________________________
8182 [  3320] By: gsar                                  on 1999/05/07  08:52:14
8183         Log: allow distinct prefix for versioned executables
8184              From: Roderick Schertler <roderick@argon.org>
8185              Date: Wed, 07 Apr 1999 15:34:56 -0400
8186              Message-ID: <3003.923513696@eeyore.ibcinc.com>
8187              Subject: perl55.00503 -> perl5.00503 patch for installperl
8188      Branch: perl
8189            ! INSTALL installperl
8190 ____________________________________________________________________________
8191 [  3319] By: gsar                                  on 1999/05/07  08:07:02
8192         Log: From: Dan Sugalski <sugalskd@osshe.edu>
8193              Date: Mon, 05 Apr 1999 15:38:42 -0700
8194              Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
8195              Subject: Re: chomp fails with $/ in fixed-length record mode
8196              --
8197              From: Roderick Schertler <roderick@argon.org>
8198              Date: Tue, 06 Apr 1999 21:11:37 -0400
8199              Message-ID: <2795.923447497@eeyore.ibcinc.com>
8200              Subject: Re: chomp fails with $/ in fixed-length record mode
8201      Branch: perl
8202            ! doop.c pod/perlfunc.pod t/op/chop.t
8203 ____________________________________________________________________________
8204 [  3318] By: gsar                                  on 1999/05/07  07:56:35
8205         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8206              Date: Tue, 6 Apr 1999 01:40:36 -0400
8207              Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>
8208              Subject: [PATCH 5.005_*] Make % use fmod()
8209      Branch: perl
8210            ! pp.c t/op/arith.t
8211 ____________________________________________________________________________
8212 [  3317] By: gsar                                  on 1999/05/07  04:18:11
8213         Log: DBM Filters (via private mail)
8214              From: pmarquess@bfsec.bt.co.uk
8215              Date: Sun, 18 Apr 1999 21:05:52 +0100
8216              Message-Id: <199904182009.NAA19152@activestate.com>
8217              Subject: DBM Filters
8218      Branch: perl
8219            + pod/perldbmfilter.pod
8220            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
8221            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
8222            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
8223            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
8224            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/typemap
8225            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
8226            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
8227            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/typemap
8228            ! lib/AnyDBM_File.pm pod/Makefile pod/buildtoc pod/perl.pod
8229            ! pod/perldelta.pod t/lib/db-btree.t t/lib/db-hash.t
8230            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
8231            ! t/lib/sdbm.t
8232 ____________________________________________________________________________
8233 [  3316] By: gsar                                  on 1999/05/07  03:28:53
8234         Log: avoid negative return value from Win32::GetTickCount()
8235              From: jan.dubois@ibm.net (Jan Dubois)
8236              Date: Sat, 03 Apr 1999 19:04:18 +0200
8237              Message-ID: <37084742.22824479@smtp1.ibm.net>
8238              Subject: Re: Win32::GetTickCount
8239      Branch: perl
8240            ! win32/win32.c
8241 ____________________________________________________________________________
8242 [  3314] By: gsar                                  on 1999/05/06  08:01:23
8243         Log: compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
8244              Date: Tue, 30 Mar 1999 23:40:34 PST
8245              Message-ID: <19990331074034.6117.qmail@hotmail.com>
8246              Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
8247              --
8248              Date: Wed, 07 Apr 1999 00:28:23 -0800
8249              Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
8250              Subject: [PATCH 5.005_56] function prototypes(B.pm)
8251              --
8252              Date: Thu, 22 Apr 1999 23:40:52 -0700
8253              Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
8254              Subject: [PATCH 5.005_56 ] discarding worthless padsvs
8255              --
8256              Date: Tue, 27 Apr 1999 01:14:49 PDT
8257              Message-ID: <19990427081449.28615.qmail@hotmail.com>
8258              Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
8259      Branch: perl
8260            ! ext/B/B.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm t/op/gv.t
8261            ! t/op/ref.t
8262 ____________________________________________________________________________
8263 [  3313] By: jhi                                   on 1999/05/06  07:59:52
8264         Log: Integrate from mainperl.
8265      Branch: cfgperl
8266           !> (integrate 33 files)
8267 ____________________________________________________________________________
8268 [  3312] By: gsar                                  on 1999/05/06  07:11:50
8269         Log: add Ethiopic section to unicode master database (from Ken
8270              Whistler <kenw@sybase.com>)
8271      Branch: perl
8272            ! lib/unicode/UnicodeData-Latest.txt
8273 ____________________________________________________________________________
8274 [  3311] By: gsar                                  on 1999/05/06  05:37:55
8275         Log: From: Damon Atkins <n107844@sysmgtdev.nabaus.com.au>
8276              Date: Tue, 30 Mar 1999 11:26:11 +1000 (EST)
8277              Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>
8278              Subject: Largefiles for Solaris
8279      Branch: perl
8280            ! hints/solaris_2.sh
8281 ____________________________________________________________________________
8282 [  3310] By: gsar                                  on 1999/05/06  05:14:35
8283         Log: emit more accurate diagnostic for syntax errors involving <>
8284              within eval""
8285      Branch: perl
8286            ! toke.c utils/perldoc.PL
8287 ____________________________________________________________________________
8288 [  3309] By: gsar                                  on 1999/05/06  04:36:31
8289         Log: additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
8290      Branch: perl
8291            ! t/lib/open3.t
8292 ____________________________________________________________________________
8293 [  3308] By: gsar                                  on 1999/05/06  03:19:16
8294         Log: applied first part of suggested patch (bug described cannot be
8295              reproduced any longer, so the second inconclusive part has not
8296              been applied)
8297              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8298              Date: Sun, 28 Mar 1999 04:51:34 +0100
8299              Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
8300              Subject: [PATCH 5.005_56] Re: A core dump 
8301      Branch: perl
8302            ! toke.c
8303 ____________________________________________________________________________
8304 [  3307] By: gsar                                  on 1999/05/06  01:56:06
8305         Log: fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
8306              change#3180)
8307      Branch: perl
8308            ! op.c
8309 ____________________________________________________________________________
8310 [  3306] By: gsar                                  on 1999/05/05  17:17:34
8311         Log: applied non-conflicting parts of suggested patch
8312              From: Charles Bailey <BAILEY@newman.upenn.edu>
8313              Date: Sat, 27 Mar 1999 00:16:51 -0400 (EDT)
8314              Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
8315              Subject: [Patch 5.005_56] Revised VMS patch
8316      Branch: perl
8317            ! Changes ext/B/defsubs.h.PL hv.c iperlsys.h perl.c
8318            ! pod/perldiag.pod proto.h util.c vms/perlvms.pod vms/vms.c
8319 ____________________________________________________________________________
8320 [  3305] By: gsar                                  on 1999/05/05  16:20:19
8321         Log: make perldoc use backslashed pathnames within system() on win32
8322      Branch: perl
8323            ! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
8324 ____________________________________________________________________________
8325 [  3304] By: gsar                                  on 1999/05/05  07:29:43
8326         Log: upgrade Pod::Parser to v1.081 from CPAN
8327      Branch: perl
8328            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
8329            ! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
8330            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
8331 ____________________________________________________________________________
8332 [  3303] By: gsar                                  on 1999/05/05  07:02:07
8333         Log: From: Andy Dougherty <doughera@lafayette.edu>
8334              Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
8335              Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
8336              Subject: [PATCH 5.005_03-MT3] INSTALL patches
8337      Branch: perl
8338            ! INSTALL
8339 ____________________________________________________________________________
8340 [  3302] By: gsar                                  on 1999/05/05  06:55:21
8341         Log: load base packages based on nonexistent $VERSION
8342              From: andreas.koenig@anima.de (Andreas J. Koenig)
8343              Date: 19 Mar 1999 06:00:28 +0100
8344              Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
8345              Subject: Re: base.pm flaw
8346      Branch: perl
8347            ! lib/base.pm lib/locale.pm
8348 ____________________________________________________________________________
8349 [  3301] By: gsar                                  on 1999/05/04  05:41:08
8350         Log: pod2man outputs switched date and revision label (fix suggested by
8351              EthanSasiela@mede.com)
8352      Branch: perl
8353            ! pod/pod2man.PL
8354 ____________________________________________________________________________
8355 [  3300] By: gsar                                  on 1999/05/03  18:48:25
8356         Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
8357              (makes opendir(D,"c:") work reliably)
8358      Branch: perl
8359            ! win32/win32.c
8360 ____________________________________________________________________________
8361 [  3299] By: gsar                                  on 1999/05/02  19:39:55
8362         Log: add test case for change#3298
8363      Branch: perl
8364            ! sv.c t/op/readdir.t
8365 ____________________________________________________________________________
8366 [  3298] By: gsar                                  on 1999/05/02  19:24:41
8367         Log: close directory handles properly when localized
8368      Branch: perl
8369            ! sv.c
8370 ____________________________________________________________________________
8371 [  3297] By: jhi                                   on 1999/04/30  11:42:14
8372         Log: Integrate from mainperl.
8373      Branch: cfgperl
8374           !> Changes config_h.SH configure.com lib/AutoLoader.pm
8375           !> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
8376           !> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
8377           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
8378           !> vms/subconfigure.com win32/win32.c
8379 ____________________________________________________________________________
8380 [  3293] By: chip                                  on 1999/04/29  18:50:49
8381         Log: Fix shebang lines.
8382      Branch: maint-5.004/perl
8383            ! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
8384            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
8385            ! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
8386            ! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
8387            ! x2p/find2perl.PL x2p/s2p.PL
8388 ____________________________________________________________________________
8389 [  3284] By: gsar                                  on 1999/04/27  00:48:42
8390         Log: integrate change#3279 from maint-5.004
8391      Branch: perl
8392            ! lib/AutoLoader.pm
8393 ____________________________________________________________________________
8394 [  3279] By: chip                                  on 1999/04/26  23:09:26
8395         Log: Make &AutoLoad::AUTOLOAD reentrant.
8396      Branch: maint-5.004/perl
8397            ! lib/AutoLoader.pm
8398 ____________________________________________________________________________
8399 [  3276] By: chip                                  on 1999/04/26  22:34:36
8400         Log: Make porting scripts executable.
8401      Branch: maint-5.004/perl
8402            ! Changes Porting/genlog Porting/makerel Porting/p4desc
8403            ! Porting/patchls
8404 ____________________________________________________________________________
8405 [  3274] By: gsar                                  on 1999/04/26  17:30:31
8406         Log: allow embedded null characters in diagnostics
8407      Branch: perl
8408            ! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
8409 ____________________________________________________________________________
8410 [  3273] By: gsar                                  on 1999/04/26  08:27:22
8411         Log: hand-applied conflicting parts of suggested patch
8412              From: Charles Bailey <BAILEY@newman.upenn.edu>
8413              Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
8414              Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
8415              Subject: [PATCH 5.005_56] VMS configuration/build
8416      Branch: perl
8417            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
8418            ! vms/munchconfig.c vms/subconfigure.com
8419 ____________________________________________________________________________
8420 [  3272] By: gsar                                  on 1999/04/26  08:25:41
8421         Log: update Changes; tweak minor regressions
8422      Branch: perl
8423            ! Changes lib/AutoSplit.pm lib/File/Path.pm
8424 ____________________________________________________________________________
8425 [  3271] By: gsar                                  on 1999/04/26  07:52:51
8426         Log: integrate change#3229 from maint-5.004
8427      Branch: perl
8428            ! pp_ctl.c util.c
8429 ____________________________________________________________________________
8430 [  3270] By: gsar                                  on 1999/04/25  22:58:27
8431         Log: fix buggy reference count on refs to SVs with autoviv magic
8432              (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
8433              accessing free()d memory)
8434      Branch: perl
8435            ! pp.c t/op/ref.t
8436 ____________________________________________________________________________
8437 [  3269] By: gsar                                  on 1999/04/24  17:07:55
8438         Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
8439              on win32)
8440      Branch: perl
8441            ! win32/win32.c
8442 ____________________________________________________________________________
8443 [  3268] By: gsar                                  on 1999/04/24  16:38:25
8444         Log: kill dup hunk
8445      Branch: perl
8446            ! config_h.SH
8447 ____________________________________________________________________________
8448 [  3267] By: gsar                                  on 1999/04/24  16:35:57
8449         Log: integrate cfgperl changes into mainline
8450      Branch: perl
8451           +> myconfig.SH
8452            - myconfig
8453            ! pod/perlre.pod
8454           !> (integrate 38 files)
8455 ____________________________________________________________________________
8456 [  3266] By: jhi                                   on 1999/04/23  18:42:44
8457         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
8458              To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
8459              Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
8460              Cc: Lionel Cons <lionel.cons@cern.ch>,
8461              Ilya Zakharevich <ilya@math.ohio-state.edu>,
8462              David Hayes <david@bdel.com>
8463              Subject: [PATCH] h2ph
8464              Date: Fri, 23 Apr 1999 12:37:23 -0400
8465              Message-ID: <19990423123723.A49550@O2.chapin.edu>
8466      Branch: cfgperl
8467            ! utils/h2ph.PL
8468 ____________________________________________________________________________
8469 [  3265] By: jhi                                   on 1999/04/21  18:17:12
8470         Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
8471              To: perlbug@perl.org
8472              Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
8473              Date: Wed, 21 Apr 1999 08:17:54 -0700
8474              Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
8475      Branch: cfgperl
8476            ! vms/descrip_mms.template
8477 ____________________________________________________________________________
8478 [  3264] By: jhi                                   on 1999/04/20  08:50:54
8479         Log: From: Andy Dougherty <doughera@lafayette.edu>
8480              To: The Perl Porters Mailing List <perl5-porters@perl.org>
8481              Subject: [PATCH 5.005_56] Re: 5.006 Todo
8482              Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
8483              Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
8484      Branch: cfgperl
8485            ! Porting/pumpkin.pod
8486 ____________________________________________________________________________
8487 [  3263] By: jhi                                   on 1999/04/20  08:05:01
8488         Log: From: Chip Salzenberg <chip@perlsupport.com>
8489              To: Perl 5 Porters <perl5-porters@perl.org>
8490              Subject: [PATCH 5.005_56] Configure: $sig_count
8491              Date: Sun, 18 Apr 1999 17:54:36 -0400
8492              Message-ID: <19990418175436.A27496@perlsupport.com>
8493      Branch: cfgperl
8494            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8495            ! config_h.SH
8496 ____________________________________________________________________________
8497 [  3262] By: jhi                                   on 1999/04/19  18:23:50
8498         Log: Subject: PATCH wrong faq reference in perlbook.pod
8499              From: Robin Barker <rmb1@cise.npl.co.uk>
8500              To: perlbug@perl.com
8501              Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
8502              Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
8503      Branch: cfgperl
8504            ! pod/perlbook.pod
8505 ____________________________________________________________________________
8506 [  3261] By: jhi                                   on 1999/04/15  13:59:04
8507         Log: From: Andy Dougherty <doughera@lafayette.edu>
8508              To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
8509              Cc: Perl Porters <perl5-porters@perl.org>
8510              Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
8511              Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
8512              Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
8513      Branch: cfgperl
8514            ! hints/solaris_2.sh
8515 ____________________________________________________________________________
8516 [  3260] By: jhi                                   on 1999/04/15  13:56:53
8517         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
8518              To: pumpkings@jhereg.perl.com
8519              Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
8520              Date: Thu, 15 Apr 1999 07:13:41 -0600
8521              Message-Id: <199904151313.HAA07682@jhereg.perl.com>
8522      Branch: cfgperl
8523            ! pod/perldata.pod
8524 ____________________________________________________________________________
8525 [  3259] By: jhi                                   on 1999/04/13  23:12:52
8526         Log: LDLIBPTH also on 'clean' targets.
8527      Branch: cfgperl
8528            ! Makefile.SH
8529 ____________________________________________________________________________
8530 [  3258] By: jhi                                   on 1999/04/13  21:38:46
8531         Log: Add information about the two DEC C compiler optimizer bugs
8532              (what patch levels of the compilers fix them).
8533      Branch: cfgperl
8534            ! pp.c t/op/repeat.t
8535 ____________________________________________________________________________
8536 [  3257] By: jhi                                   on 1999/04/13  14:25:08
8537         Log: Be polite about ccdlflags and lddflags, too.
8538              Avoid Perl's malloc only when threaded.
8539      Branch: cfgperl
8540            ! hints/aix.sh
8541 ____________________________________________________________________________
8542 [  3256] By: jhi                                   on 1999/04/13  10:21:33
8543         Log: Croak if no known ways to semctl() (don't assume union semun).
8544      Branch: cfgperl
8545            ! doio.c perl.h
8546 ____________________________________________________________________________
8547 [  3255] By: jhi                                   on 1999/04/13  09:10:26
8548         Log: From: Dan Sugalski <sugalskd@osshe.edu>
8549              To: perl5-porters@perl.org, vmsperl@perl.org
8550              Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
8551              Date: Mon, 12 Apr 1999 13:36:48 -0700
8552              Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
8553      Branch: cfgperl
8554            ! lib/ExtUtils/MM_VMS.pm
8555 ____________________________________________________________________________
8556 [  3254] By: jhi                                   on 1999/04/13  06:56:26
8557         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
8558              To: perlbug@perl.com
8559              Subject: Update for OpenBSD hints
8560              Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
8561              Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
8562      Branch: cfgperl
8563            ! hints/openbsd.sh
8564 ____________________________________________________________________________
8565 [  3229] By: chip                                  on 1999/04/13  04:04:14
8566         Log: Preserve errno from importunities of sfio.
8567      Branch: maint-5.004/perl
8568            ! pp_ctl.c util.c
8569 ____________________________________________________________________________
8570 [  3226] By: jhi                                   on 1999/04/11  12:52:26
8571         Log: If both ways to call semctl are broken,    skip the tests.
8572      Branch: cfgperl
8573            ! t/lib/ipc_sysv.t
8574 ____________________________________________________________________________
8575 [  3225] By: jhi                                   on 1999/04/10  22:27:28
8576         Log: From: Andy Dougherty <doughera@lafayette.edu>
8577              To: dsembr01@ox.slug.louisville.edu
8578              Cc: perlbug@perl.com
8579              Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
8580              Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
8581              Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
8582      Branch: cfgperl
8583            ! ext/POSIX/POSIX.xs
8584 ____________________________________________________________________________
8585 [  3224] By: jhi                                   on 1999/04/09  18:50:32
8586         Log: From: Andy Dougherty <doughera@lafayette.edu>
8587              To: Perl Porters <perl5-porters@perl.org>
8588              Subject: [PATCH 5.005_56] Re: prefix= in hints
8589              Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
8590              Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
8591              
8592              (Overrides change #3204 from Kurt)
8593      Branch: cfgperl
8594            ! hints/linux.sh
8595 ____________________________________________________________________________
8596 [  3223] By: jhi                                   on 1999/04/09  18:37:55
8597         Log: Understand Apollo's //node notation.
8598              
8599              From: Johann Klasek <jk@auto.tuwien.ac.at>
8600              To: jhi@iki.fi
8601              Subject: Re: DomainPerl
8602              Date: Fri, 9 Apr 1999 18:21:37 +0200
8603              Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
8604      Branch: cfgperl
8605            ! lib/Cwd.pm
8606 ____________________________________________________________________________
8607 [  3220] By: jhi                                   on 1999/04/04  16:33:49
8608         Log: Integrate from mainperl.
8609      Branch: cfgperl
8610           !> (integrate 39 files)
8611 ____________________________________________________________________________
8612 [  3219] By: gsar                                  on 1999/04/04  02:48:17
8613         Log: tweak previous change
8614      Branch: maint-5.005/perl
8615            ! win32/win32.c
8616 ____________________________________________________________________________
8617 [  3218] By: gsar                                  on 1999/04/04  02:44:47
8618         Log: be careful about extending the stack for the Win32:: builtins
8619      Branch: maint-5.005/perl
8620            ! win32/win32.c
8621 ____________________________________________________________________________
8622 [  3217] By: gsar                                  on 1999/04/04  01:59:26
8623         Log: correct places that said newSVpv() when they meant newSVpvn()
8624      Branch: perl
8625            ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
8626            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
8627            ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
8628            ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
8629            ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
8630            ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
8631            ! win32/win32.c
8632 ____________________________________________________________________________
8633 [  3216] By: gsar                                  on 1999/04/03  23:58:27
8634         Log: avoid duplicate code
8635      Branch: perl
8636            ! sv.c
8637 ____________________________________________________________________________
8638 [  3215] By: gsar                                  on 1999/04/03  23:14:34
8639         Log: grow PL_tmps_stack more efficiently; make it more amenable to
8640              STRESS_REALLOC testing
8641      Branch: perl
8642            ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
8643            ! sv.c
8644 ____________________________________________________________________________
8645 [  3214] By: gsar                                  on 1999/04/03  21:01:09
8646         Log: scrounge and save three extra branches in pp_entersub()
8647      Branch: perl
8648            ! cv.h pp_ctl.c pp_hot.c
8649 ____________________________________________________________________________
8650 [  3213] By: gsar                                  on 1999/04/03  17:43:23
8651         Log: remove duplicate code and an extra branch in sv_setsv() and
8652              other hot code by making SvTHINKFIRST() think about FAKE SVs
8653      Branch: perl
8654            ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
8655            ! proto.h scope.c sv.c sv.h
8656 ____________________________________________________________________________
8657 [  3212] By: jhi                                   on 1999/04/03  16:20:09
8658         Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
8659              
8660              From: John Bley <jbb6@acpub.duke.edu>
8661              To: perlbug@perl.org
8662              Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
8663              Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
8664              Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
8665      Branch: cfgperl
8666            ! doio.c pp_sys.c
8667 ____________________________________________________________________________
8668 [  3211] By: jhi                                   on 1999/04/03  13:27:26
8669         Log: Change #3210 was rather unportable.  This is better.
8670      Branch: cfgperl
8671            ! Configure config_h.SH
8672 ____________________________________________________________________________
8673 [  3210] By: jhi                                   on 1999/04/03  13:16:20
8674         Log: Avoid Digital UNIX' ksh.
8675              
8676              From: Jarkko Hietaniemi <jhi@iki.fi> 
8677              To: Henrik Tougaard <ht000@siberut.foa.dk> 
8678              Cc: perlbug@perl.com, ht000@foa.dk 
8679              Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
8680              Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET) 
8681              Message-ID: <13999.10289.319422.239987@alpha.hut.fi> 
8682      Branch: cfgperl
8683            ! Configure config_h.SH
8684 ____________________________________________________________________________
8685 [  3209] By: jhi                                   on 1999/04/03  12:49:04
8686         Log: Integrate from mainperl.
8687      Branch: cfgperl
8688           !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
8689 ____________________________________________________________________________
8690 [  3208] By: jhi                                   on 1999/04/03  12:27:24
8691         Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
8692              
8693              From: Lionel Cons <lionel.cons@cern.ch>
8694              To: jhi@iki.fi
8695              Cc: perlbug@perl.com, kstar@isinet.com,
8696              Philippe Defert <philippe.defert@cern.ch>
8697              Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
8698              Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
8699              Message-Id: <199904011205.OAA11380@mercury.cern.ch>
8700      Branch: cfgperl
8701            ! hints/irix_6.sh
8702 ____________________________________________________________________________
8703 [  3207] By: jhi                                   on 1999/04/03  12:20:21
8704         Log: Be polite about usemymalloc.
8705      Branch: cfgperl
8706            ! hints/aix.sh
8707 ____________________________________________________________________________
8708 [  3206] By: gsar                                  on 1999/04/02  23:31:59
8709         Log: a typo in change#3205
8710      Branch: perl
8711            ! t/lib/bigfloatpm.t
8712 ____________________________________________________________________________
8713 [  3205] By: gsar                                  on 1999/04/02  23:20:31
8714         Log: make testsuite reflect change#3157  (Math::BigFloat->new now
8715              returns NaNs faithfully)
8716      Branch: perl
8717            ! t/lib/bigfloatpm.t
8718 ____________________________________________________________________________
8719 [  3204] By: jhi                                   on 1999/04/02  22:03:23
8720         Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
8721              
8722              From: "Kurt D. Starsinic" <kstar@chapin.edu>
8723              To: perl5-porters@perl.org
8724              Subject: linux hints nit
8725              Date: Fri, 2 Apr 1999 16:49:47 -0500
8726              Message-ID: <19990402164947.E80926@O2.chapin.edu>
8727      Branch: cfgperl
8728            ! hints/linux.sh
8729 ____________________________________________________________________________
8730 [  3203] By: jhi                                   on 1999/04/02  22:00:56
8731         Log: Display exact glibc version in Linux. 
8732              
8733              From: Andy Dougherty <doughera@lafayette.edu>
8734              To: Perl Porters <perl5-porters@perl.org>
8735              Subject: Displaying glibc version on Linux
8736              Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
8737              Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
8738      Branch: cfgperl
8739            ! hints/linux.sh
8740 ____________________________________________________________________________
8741 [  3202] By: gsar                                  on 1999/04/02  21:23:18
8742         Log: various little goofs
8743      Branch: perl
8744            ! Changes Makefile.SH README installperl
8745 ____________________________________________________________________________
8746 [  3201] By: jhi                                   on 1999/04/02  13:13:39
8747         Log: Configure regen.
8748              
8749              Add llseek + offset_t probing.
8750              Change CONFIG to CONFIGDOTSH.
8751              'unset foo' is unportable, use foo=''.
8752      Branch: cfgperl
8753            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
8754            ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
8755            ! perl_exp.SH writemain.SH
8756 ____________________________________________________________________________
8757 [  3200] By: jhi                                   on 1999/04/02  12:06:22
8758         Log: Introduce myconfig.SH.
8759              
8760              From: Andy Dougherty <doughera@lafayette.edu>
8761              To: Jarkko Hietaniemi <jhi@iki.fi>
8762              Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
8763              Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
8764              Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
8765              Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
8766      Branch: cfgperl
8767            + myconfig.SH
8768            - myconfig
8769            ! MANIFEST
8770 ____________________________________________________________________________
8771 [  3195] By: jhi                                   on 1999/03/28  16:42:54
8772         Log: Update perlhist on 5_03.
8773      Branch: maint-5.005/perl
8774            ! pod/perlhist.pod
8775 ____________________________________________________________________________
8776 [  3194] By: jhi                                   on 1999/03/28  12:30:01
8777         Log: Integrate from mainperl.
8778      Branch: cfgperl
8779           +> t/op/grep.t
8780            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
8781            ! t/lib/bigintpm.t
8782           !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
8783           !> t/lib/thread.t
8784 ____________________________________________________________________________
8785 [  3189] By: gsar                                  on 1999/03/28  08:22:00
8786         Log: various pod niggles
8787      Branch: maint-5.005/perl
8788            ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
8789            ! pod/perlfunc.pod pod/perlhist.pod
8790 ____________________________________________________________________________
8791 [  3187] By: gsar                                  on 1999/03/28  07:31:16
8792         Log: regularize CAPI declarations (CAPI extensions now build under
8793              the Borland compiler)
8794      Branch: maint-5.005/perl
8795            ! win32/GenCAPI.pl
8796 ____________________________________________________________________________
8797 [  3186] By: gsar                                  on 1999/03/28  07:26:33
8798         Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
8799              -DPERL_CAPI
8800      Branch: maint-5.005/perl
8801            ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
8802 ____________________________________________________________________________
8803 [  3183] By: gsar                                  on 1999/03/28  06:00:46
8804         Log: update p4 utility to ignore non-text files
8805      Branch: perl
8806            ! Porting/p4desc
8807 ____________________________________________________________________________
8808 [  3181] By: gsar                                  on 1999/03/28  03:37:23
8809         Log: integrate change#3179 from maint-5.005
8810      Branch: perl
8811           !> ext/Thread/Thread.xs t/lib/thread.t
8812 ____________________________________________________________________________
8813 [  3180] By: gsar                                  on 1999/03/28  02:28:20
8814         Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
8815              (sometimes caused bizarreness in the BLOCK)
8816      Branch: perl
8817            + t/op/grep.t
8818            ! MANIFEST op.c
8819 ____________________________________________________________________________
8820 [  3179] By: gsar                                  on 1999/03/28  02:14:04
8821         Log: fix thread segfault when passing large number of arguments to child
8822              a la C<Thread->new($foo, 1..1000)>
8823      Branch: maint-5.005/perl
8824            ! ext/Thread/Thread.xs t/lib/thread.t
8825 ____________________________________________________________________________
8826 [  3178] By: gbarr                                 on 1999/03/28  01:39:23
8827         Log: fix $Config{'usethreads'} typo in perlthrtut
8828              
8829              From: Ian Maloney <szhmf9@wsblob.ubs.com>
8830              Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
8831              Message-Id: <199903251540.QAA02439@wsblob.>
8832              Subject: perlthrtut documentation error
8833      Branch: maint-5.005/perl
8834            ! pod/perlthrtut.pod
8835 ____________________________________________________________________________
8836 [  3173] By: gbarr                                 on 1999/03/27  18:19:47
8837         Log: Update Test.pm to VERSION 1.122 from CPAN
8838      Branch: maint-5.005/perl
8839            ! lib/Test.pm
8840 ____________________________________________________________________________
8841 [  3171] By: jhi                                   on 1999/03/26  22:38:28
8842         Log: Integrate from mainperl.
8843      Branch: cfgperl
8844           !> (integrate 37 files)
8845 ____________________________________________________________________________
8846 [  3170] By: gsar                                  on 1999/03/26  01:30:25
8847         Log: specify type of bracket in "Unmatched bracket" diagnostic;
8848              prefer 'brace' or 'curly bracket' over 'curly brace'
8849      Branch: perl
8850            ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
8851            ! t/op/misc.t t/op/re_tests toke.c
8852 ____________________________________________________________________________
8853 [  3169] By: gsar                                  on 1999/03/26  00:50:51
8854         Log: better description of "Integer overflow" diagnostic
8855      Branch: perl
8856            ! pod/perldiag.pod
8857 ____________________________________________________________________________
8858 [  3168] By: gsar                                  on 1999/03/25  11:02:46
8859         Log: applied needful parts of suggested patch
8860              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
8861              Date: Tue, 23 Mar 1999 16:21:43 -0800
8862              Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
8863              Subject: [PATCH 5.005_56] pp_formline correction
8864      Branch: perl
8865            ! ext/B/B/Bblock.pm ext/B/B/CC.pm
8866 ____________________________________________________________________________
8867 [  3167] By: gsar                                  on 1999/03/25  10:39:02
8868         Log: clarify what a "comment" means (due to Mark-Jason Dominus
8869              <mjd@plover.com>)
8870      Branch: perl
8871            ! pod/perlsyn.pod
8872 ____________________________________________________________________________
8873 [  3166] By: gsar                                  on 1999/03/25  10:33:18
8874         Log: describe current behavior on local($foo{nothere}) (suggested by
8875              Lionel Cons <lionel.cons@cern.ch>)
8876      Branch: perl
8877            ! pod/perlsub.pod
8878 ____________________________________________________________________________
8879 [  3165] By: gsar                                  on 1999/03/25  06:21:05
8880         Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
8881              <vishalb@hotmail.com>)
8882      Branch: perl
8883            ! ext/B/B/C.pm
8884 ____________________________________________________________________________
8885 [  3164] By: gsar                                  on 1999/03/25  06:17:27
8886         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
8887              Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
8888              Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
8889              Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
8890      Branch: perl
8891            ! ext/B/B.xs op.h opcode.pl
8892 ____________________________________________________________________________
8893 [  3163] By: gsar                                  on 1999/03/25  06:15:49
8894         Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
8895              Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
8896              Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
8897              Subject: [PATCH _56] B::Deparse 0.57
8898              --
8899              Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
8900              Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
8901              Subject: Re: [PATCH _56] B::Deparse 0.57 
8902      Branch: perl
8903            ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
8904 ____________________________________________________________________________
8905 [  3162] By: gsar                                  on 1999/03/25  06:11:46
8906         Log: fix a few places that said 'int', but meant 'STRLEN'
8907      Branch: perl
8908            ! pod/perlguts.pod proto.h sv.c
8909 ____________________________________________________________________________
8910 [  3161] By: gsar                                  on 1999/03/25  06:01:18
8911         Log: From: Russ Allbery <rra@stanford.edu>
8912              Date: 22 Mar 1999 04:26:26 -0800
8913              Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
8914              Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
8915      Branch: perl
8916            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
8917            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
8918            ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
8919            ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
8920 ____________________________________________________________________________
8921 [  3160] By: gsar                                  on 1999/03/25  02:26:31
8922         Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
8923      Branch: perl
8924            ! opcode.h opcode.pl
8925 ____________________________________________________________________________
8926 [  3159] By: gsar                                  on 1999/03/25  02:18:17
8927         Log: add statement-modifier loops to :base_loop class
8928      Branch: perl
8929            ! ext/Opcode/Opcode.pm
8930 ____________________________________________________________________________
8931 [  3158] By: gsar                                  on 1999/03/25  00:36:57
8932         Log: integrate changes#3105,3130,3154 from maint-5.005
8933      Branch: perl
8934           !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
8935 ____________________________________________________________________________
8936 [  3157] By: gsar                                  on 1999/03/25  00:24:17
8937         Log: remove bogus panic()
8938      Branch: perl
8939            ! Changes lib/Math/BigFloat.pm
8940 ____________________________________________________________________________
8941 [  3156] By: jhi                                   on 1999/03/24  22:43:43
8942         Log: Integrate from mainperl.
8943      Branch: cfgperl
8944           +> (branch 38 files)
8945           !> (integrate 68 files)
8946 ____________________________________________________________________________
8947 [  3155] By: jhi                                   on 1999/03/24  22:12:17
8948         Log: Configure regenerated because of changes #3130/#3154 and #3147.
8949      Branch: cfgperl
8950            ! Configure config_h.SH
8951 ____________________________________________________________________________
8952 [  3154] By: jhi                                   on 1999/03/24  21:40:51
8953         Log: Reword the shared library search path (LD_LIBRARY_PATH) info
8954              based on suggestions from Andy Dougherty.
8955      Branch: maint-5.005/perl
8956            ! INSTALL
8957 ____________________________________________________________________________
8958 [  3153] By: gsar                                  on 1999/03/24  10:38:05
8959         Log: applied suggested patch, modulo superceded parts
8960              From: Charles Bailey <BAILEY@newman.upenn.edu>
8961              Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
8962              Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
8963              Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
8964      Branch: perl
8965            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
8966            ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
8967            ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
8968            ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
8969 ____________________________________________________________________________
8970 [  3152] By: gsar                                  on 1999/03/24  10:30:51
8971         Log: applied suggested patch, modulo superceded parts
8972              From: Charles Bailey <BAILEY@newman.upenn.edu>
8973              Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
8974              Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
8975              Subject: [PATCH 5.005_56] Miscellaneous small fixes
8976      Branch: perl
8977            ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
8978            ! lib/File/Basename.pm
8979 ____________________________________________________________________________
8980 [  3151] By: gsar                                  on 1999/03/24  10:15:00
8981         Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
8982      Branch: perl
8983            ! pod/perlop.pod
8984 ____________________________________________________________________________
8985 [  3150] By: gsar                                  on 1999/03/24  10:09:13
8986         Log: missing integration in previous change
8987      Branch: perl
8988           !> README.apollo
8989 ____________________________________________________________________________
8990 [  3149] By: gsar                                  on 1999/03/24  10:06:44
8991         Log: integrate changes#3116,3119 from maint-5.005
8992      Branch: perl
8993            + README.apollo
8994           +> apollo/netinet/in.h
8995           !> MANIFEST hints/apollo.sh t/lib/io_udp.t
8996 ____________________________________________________________________________
8997 [  3148] By: gsar                                  on 1999/03/24  10:01:56
8998         Log: integrate changes#3091-3094 from maint-5.005
8999      Branch: perl
9000           !> README.hurd vms/subconfigure.com vos/config.h
9001           !> vos/config_h.SH_orig
9002 ____________________________________________________________________________
9003 [  3147] By: gsar                                  on 1999/03/24  09:31:49
9004         Log: warn about newfangled vfork() caveats
9005      Branch: perl
9006            ! Configure
9007 ____________________________________________________________________________
9008 [  3146] By: jhi                                   on 1999/03/24  09:20:14
9009         Log: Bring in changes #2808 and #2812 (from mainline perl)
9010              that enhance the perlbug checklist.
9011      Branch: maint-5.005/perl
9012            ! utils/perlbug.PL
9013 ____________________________________________________________________________
9014 [  3145] By: gsar                                  on 1999/03/24  08:37:02
9015         Log: integrate change#3115 from maint-5.005
9016      Branch: perl
9017           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
9018           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
9019 ____________________________________________________________________________
9020 [  3144] By: gsar                                  on 1999/03/24  08:33:59
9021         Log: add note about map in scalar context
9022      Branch: perl
9023            ! pod/perlfunc.pod
9024 ____________________________________________________________________________
9025 [  3143] By: gsar                                  on 1999/03/24  08:25:59
9026         Log: doc tweak
9027      Branch: perl
9028            ! lib/Time/Local.pm
9029 ____________________________________________________________________________
9030 [  3142] By: gsar                                  on 1999/03/24  08:20:37
9031         Log: applied suggested patch, modulo bogus hunk
9032              From: "Vishal Bhatia" <vishalb@hotmail.com>
9033              Date: Thu, 11 Mar 1999 07:40:27 PST
9034              Message-ID: <19990311154027.25891.qmail@hotmail.com>
9035              Subject: [PATCH 5.005_56] Minor fixes in perlcc
9036      Branch: perl
9037            ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
9038 ____________________________________________________________________________
9039 [  3141] By: gsar                                  on 1999/03/24  08:06:12
9040         Log: integrate change#3104 from maint-5.005
9041      Branch: perl
9042           !> README.os390 t/lib/posix.t
9043 ____________________________________________________________________________
9044 [  3140] By: gsar                                  on 1999/03/24  06:34:56
9045         Log: fix failure of C<&locked_sub;> under -Dusethreads
9046      Branch: perl
9047            ! pp_hot.c t/lib/thread.t
9048 ____________________________________________________________________________
9049 [  3139] By: gsar                                  on 1999/03/24  05:52:00
9050         Log: debugger tweak (wasn't printing a newline after recalled commands)
9051      Branch: perl
9052            ! lib/perl5db.pl
9053 ____________________________________________________________________________
9054 [  3138] By: gsar                                  on 1999/03/24  05:33:28
9055         Log: document OO exceptions (based on a suggestion by Andreas Koenig
9056              <andreas.koenig@anima.de>)
9057      Branch: perl
9058            ! pod/perlfunc.pod
9059 ____________________________________________________________________________
9060 [  3137] By: gsar                                  on 1999/03/24  02:50:20
9061         Log: better "Illegal %s digit ignored" warnings
9062      Branch: perl
9063            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
9064            ! toke.c util.c
9065 ____________________________________________________________________________
9066 [  3136] By: gsar                                  on 1999/03/24  02:26:38
9067         Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
9068      Branch: perl
9069            + t/pragma/utf8.t
9070            ! regcomp.c
9071 ____________________________________________________________________________
9072 [  3135] By: gsar                                  on 1999/03/24  01:29:09
9073         Log: flip release & version in win32_uname()
9074      Branch: perl
9075            ! win32/win32.c
9076 ____________________________________________________________________________
9077 [  3134] By: gsar                                  on 1999/03/24  01:08:33
9078         Log: support POSIX::uname() via win32_uname()
9079      Branch: perl
9080            ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
9081            ! win32/config.gc win32/config.vc win32/config_H.bc
9082            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
9083            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
9084 ____________________________________________________________________________
9085 [  3133] By: gsar                                  on 1999/03/23  22:20:10
9086         Log: From: jan.dubois@ibm.net (Jan Dubois)
9087              Date: Sat, 06 Mar 1999 21:42:56 +0100
9088              Message-ID: <36e49281.50337171@smtp1.ibm.net>
9089              Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
9090      Branch: perl
9091            ! pod/perldelta.pod
9092 ____________________________________________________________________________
9093 [  3132] By: gsar                                  on 1999/03/23  22:17:45
9094         Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
9095              Date: Sat, 06 Mar 1999 17:50:49 +0100
9096              Message-ID: <36e25209.33833760@smtp1.ibm.net>
9097              Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
9098              --
9099              Date: Sat, 06 Mar 1999 18:15:00 +0100
9100              Message-ID: <36e36222.37954195@smtp1.ibm.net>
9101              Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
9102      Branch: perl
9103            + t/lib/filefunc.t
9104            ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
9105            ! pod/perldelta.pod pod/perlmodlib.pod
9106 ____________________________________________________________________________
9107 [  3131] By: gsar                                  on 1999/03/23  22:07:59
9108         Log: integrate cfgperl changes into mainline
9109      Branch: perl
9110           +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
9111           !> Configure Makefile.SH config_h.SH configure.gnu handy.h
9112           !> installperl malloc.c perl.c perl.h pod/perl.pod
9113           !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
9114 ____________________________________________________________________________
9115 [  3130] By: jhi                                   on 1999/03/23  22:02:23
9116         Log: Don't use config.msg to remind about the
9117              LD_LIBRARY_PATH because Makefile.SH takes
9118              care of that.
9119              
9120              Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
9121              This used to be the default but in some MT or another it
9122              was dropped because of some transient error or another.
9123      Branch: maint-5.005/perl
9124            ! Configure hints/dec_osf.sh
9125 ____________________________________________________________________________
9126 [  3129] By: gsar                                  on 1999/03/23  21:38:03
9127         Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
9128              to size    and better maintainability)
9129      Branch: perl
9130            + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
9131            + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
9132            + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
9133            + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
9134            + t/pod/headings.t t/pod/headings.xr t/pod/include.t
9135            + t/pod/include.xr t/pod/included.t t/pod/included.xr
9136            + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
9137            + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
9138            + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
9139            + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
9140            + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
9141            ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
9142            ! win32/Makefile win32/makefile.mk win32/pod.mak
9143 ____________________________________________________________________________
9144 [  3128] By: jhi                                   on 1999/03/23  10:14:54
9145         Log: Integrate from mainperl.
9146      Branch: cfgperl
9147           !> (integrate 46 files)
9148 ____________________________________________________________________________
9149 [  3127] By: gsar                                  on 1999/03/23  06:57:30
9150         Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
9151              Date: Thu, 4 Mar 1999 10:54:01 -0800
9152              Message-Id: <9903041854.AA46868@frc0000>
9153              Subject: patch for useless Math::BigInt warnings
9154      Branch: perl
9155            ! lib/Math/BigInt.pm
9156 ____________________________________________________________________________
9157 [  3126] By: gsar                                  on 1999/03/23  05:54:37
9158         Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
9159              From: "Kurt D. Starsinic" <kstar@chapin.edu>
9160              Date: Fri, 19 Feb 1999 15:47:59 -0500
9161              Message-ID: <19990219154759.A32350@O2.chapin.edu>
9162              Subject: [PATCH] OSF/1 hints
9163      Branch: perl
9164            ! hints/dec_osf.sh
9165 ____________________________________________________________________________
9166 [  3125] By: gsar                                  on 1999/03/23  00:56:38
9167         Log: avoid typeglob persistence in pp_readline()
9168      Branch: perl
9169            ! sv.c t/op/gv.t
9170 ____________________________________________________________________________
9171 [  3124] By: gsar                                  on 1999/03/22  21:12:23
9172         Log: update copyright years
9173      Branch: perl
9174            ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
9175            ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
9176            ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
9177            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
9178            ! sv.c sv.h toke.c utf8.c utf8.h util.c
9179 ____________________________________________________________________________
9180 [  3123] By: gsar                                  on 1999/03/22  07:07:06
9181         Log: implement win32_spawnvp() internally, making it return true PIDs
9182              for asynchronous spawns; fix win32_kill() to always deal with
9183              PIDs
9184      Branch: perl
9185            ! win32/win32.c win32/win32.h
9186 ____________________________________________________________________________
9187 [  3122] By: jhi                                   on 1999/03/19  21:12:14
9188         Log: Describe the new Benchmark feature in more detail.
9189      Branch: cfgperl
9190            ! pod/perldelta.pod
9191      Branch: maint-5.005/perl
9192            ! pod/perldelta.pod
9193 ____________________________________________________________________________
9194 [  3121] By: jhi                                   on 1999/03/19  08:16:12
9195         Log: AVAILABILITY tuning.
9196      Branch: cfgperl
9197            ! pod/perl.pod
9198      Branch: maint-5.005/perl
9199            ! pod/perl.pod
9200 ____________________________________________________________________________
9201 [  3120] By: jhi                                   on 1999/03/17  14:52:17
9202         Log: Rhapsody change assumed too much.
9203      Branch: cfgperl
9204            ! t/op/stat.t
9205 ____________________________________________________________________________
9206 [  3119] By: jhi                                   on 1999/03/17  14:33:43
9207         Log: More Apollo fixes.
9208      Branch: maint-5.005/perl
9209            ! README.apollo hints/apollo.sh t/lib/io_udp.t
9210 ____________________________________________________________________________
9211 [  3118] By: jhi                                   on 1999/03/16  17:23:39
9212         Log: Nada.
9213      Branch: maint-5.005/perl
9214            ! README.apollo
9215 ____________________________________________________________________________
9216 [  3117] By: jhi                                   on 1999/03/16  17:18:49
9217         Log: Apollo DomainOS AVAILABILITY.
9218      Branch: cfgperl
9219            ! pod/perl.pod
9220      Branch: maint-5.005/perl
9221            ! pod/perl.pod
9222 ____________________________________________________________________________
9223 [  3116] By: jhi                                   on 1999/03/16  17:14:00
9224         Log: Apollo DomainOS patch
9225              From: Johann Klasek <jk@auto.tuwien.ac.at>
9226              Subject: Re: DomainPerl
9227              Date: Tue, 16 Mar 1999 17:46:32 +0100
9228              Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
9229      Branch: maint-5.005/perl
9230            + README.apollo apollo/netinet/in.h
9231            ! MANIFEST hints/apollo.sh
9232 ____________________________________________________________________________
9233 [  3115] By: jhi                                   on 1999/03/16  14:23:54
9234         Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
9235              To: Gurusamy Sarathy <gsar@activestate.com>,
9236              Graham Barr <gbarr@pobox.com>
9237              Cc: Perl5 Porters <perl5-porters@perl.org>,
9238              "Paul.Marquess" <Paul.Marquess@btinternet.com>
9239              Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
9240              Date: Sun, 14 Mar 1999 14:43:57 -0000
9241              Message-Id: <199903141841.NAA17040@defender.perl.org>
9242      Branch: maint-5.005/perl
9243            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
9244            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
9245 ____________________________________________________________________________
9246 [  3114] By: jhi                                   on 1999/03/16  12:42:20
9247         Log: Mention Rhapsody in 5.005_5X perldelta,
9248              and in Rhapsody and Netware in 5.005_0X and 5.005_5X
9249              *planned* AVAILABILITY.
9250      Branch: cfgperl
9251            ! pod/perl.pod pod/perldelta.pod
9252      Branch: maint-5.005/perl
9253            ! pod/perl.pod
9254 ____________________________________________________________________________
9255 [  3113] By: jhi                                   on 1999/03/16  10:38:53
9256         Log: perldelta niggling.
9257      Branch: cfgperl
9258            ! pod/perldelta.pod
9259      Branch: maint-5.005/perl
9260            ! pod/perldelta.pod
9261 ____________________________________________________________________________
9262 [  3112] By: jhi                                   on 1999/03/16  10:35:21
9263         Log: Integrate from mainperl.
9264      Branch: cfgperl
9265           !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
9266           !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
9267 ____________________________________________________________________________
9268 [  3111] By: jhi                                   on 1999/03/16  10:28:10
9269         Log: AVAILABILITY update: still mention PowerUX,
9270              Novell Netware now has sources available.
9271      Branch: cfgperl
9272            ! pod/perl.pod
9273      Branch: maint-5.005/perl
9274            ! pod/perl.pod
9275 ____________________________________________________________________________
9276 [  3110] By: gsar                                  on 1999/03/16  04:34:23
9277         Log: sundry pod niggles
9278      Branch: perl
9279            ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
9280            ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
9281 ____________________________________________________________________________
9282 [  3109] By: jhi                                   on 1999/03/15  17:00:11
9283         Log: Integrate from mainperl.
9284      Branch: cfgperl
9285           +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
9286           +> lib/unicode/Is/Syllable.pl
9287           +> lib/unicode/MakeEthiopicSyllables.PL
9288           +> lib/unicode/README.Ethiopic
9289           !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
9290           !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
9291           !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
9292           !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
9293           !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
9294           !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
9295           !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
9296           !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
9297 ____________________________________________________________________________
9298 [  3108] By: jhi                                   on 1999/03/15  16:58:12
9299         Log: First pass of integrating the Rhapsody port,
9300              
9301              From: Wilfredo Sanchez <wsanchez@apple.com> 
9302              Subject: Keeping the world in sync.
9303              Reply-To: wsanchez@apple.com 
9304              To: perlbug@perl.com 
9305              Date: Fri, 13 Nov 1998 17:11:30 -0800 
9306              Message-Id: <199811140111.RAA41784@scv4.apple.com> 
9307      Branch: cfgperl
9308            + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
9309            ! Configure Makefile.SH config_h.SH configure.gnu handy.h
9310            ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
9311            ! x2p/util.c
9312 ____________________________________________________________________________
9313 [  3107] By: gsar                                  on 1999/03/15  03:22:10
9314         Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
9315              From: Daniel Yacob <dmulholl@cs.indiana.edu>
9316              Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
9317              Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
9318              Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
9319      Branch: perl
9320            + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
9321            + lib/unicode/Is/Syllable.pl
9322            + lib/unicode/MakeEthiopicSyllables.PL
9323            + lib/unicode/README.Ethiopic
9324            ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
9325            ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
9326            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
9327            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
9328            ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
9329            ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
9330            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
9331            ! lib/unicode/Name.pl lib/unicode/Number.pl
9332 ____________________________________________________________________________
9333 [  3106] By: gsar                                  on 1999/03/12  20:35:36
9334         Log: change#3067 failed package.t due to needless creation of $a and $b;
9335              fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
9336      Branch: perl
9337            ! op.c
9338 ____________________________________________________________________________
9339 [  3105] By: jhi                                   on 1999/03/12  15:54:57
9340         Log: Recognize the NetBSD packages collection.
9341      Branch: maint-5.005/perl
9342            ! hints/netbsd.sh
9343 ____________________________________________________________________________
9344 [  3104] By: jhi                                   on 1999/03/12  09:07:04
9345         Log: From: pvhp@forte.com (Peter Prymmer)
9346              To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
9347              Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
9348              Date: Thu, 11 Mar 99 14:24:54 PST
9349              Message-Id: <9903112224.AA24346@forte.com>
9350      Branch: maint-5.005/perl
9351            ! README.os390 t/lib/posix.t
9352 ____________________________________________________________________________
9353 [  3103] By: jhi                                   on 1999/03/10  11:07:46
9354         Log: Integrate from mainperl.
9355      Branch: cfgperl
9356           !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
9357           !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
9358           !> t/pragma/warn/1global toke.c win32/makedef.pl
9359 ____________________________________________________________________________
9360 [  3102] By: jhi                                   on 1999/03/10  11:01:20
9361         Log: From: pvhp@forte.com (Peter Prymmer)
9362              To: perl5-porters@perl.org
9363              Subject: [5.005_03-MT6]Patch: time passes
9364              Date: Tue, 9 Mar 99 18:42:17 PST
9365              Message-Id: <9903100242.AA29057@forte.com>
9366      Branch: maint-5.005/perl
9367            ! perl.c
9368 ____________________________________________________________________________
9369 [  3101] By: jhi                                   on 1999/03/10  10:30:15
9370         Log: From: Mark-Jason Dominus <mjd@plover.com>
9371              To: perl5-porters@perl.com
9372              Subject: Minor fix to perlfunc.pod
9373              Date: Mon, 08 Mar 1999 20:05:53 -0500
9374              Message-ID: <19990309010553.13757.qmail@plover.com>
9375      Branch: maint-5.005/perl
9376            ! pod/perlfunc.pod
9377 ____________________________________________________________________________
9378 [  3100] By: gsar                                  on 1999/03/09  23:04:44
9379         Log: change#3060 had the wrong quotes
9380      Branch: perl
9381            ! pod/pod2man.PL
9382 ____________________________________________________________________________
9383 [  3099] By: jhi                                   on 1999/03/09  12:52:21
9384         Log: d_uname was broken (probably since _53), reported by
9385              
9386              From: Alan Burlison <Alan.Burlison@uk.sun.com>
9387              To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
9388              cpan-testers@perl.org
9389              Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
9390              Date: Mon, 08 Mar 1999 13:22:31 +0000
9391              Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
9392              
9393              and
9394              
9395              From: lvirden@cas.org (Larry W. Virden)
9396              To: perlbug@perl.com
9397              Subject: configure not correctly identifying uname posix compatibility
9398              Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
9399              Message-Id: <199903081136.GAA23682@cas.org>
9400      Branch: cfgperl
9401            ! Configure config_h.SH
9402 ____________________________________________________________________________
9403 [  3098] By: gsar                                  on 1999/03/09  03:16:07
9404         Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
9405      Branch: perl
9406            ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
9407 ____________________________________________________________________________
9408 [  3097] By: gsar                                  on 1999/03/09  02:50:43
9409         Log: use yyerror() instead of croak() so that compile-time failures in
9410              my(LIST) don't confuse globals with lexicals
9411      Branch: perl
9412            ! op.c toke.c
9413 ____________________________________________________________________________
9414 [  3096] By: gsar                                  on 1999/03/09  02:47:36
9415         Log: adjust testsuite for change#3067
9416      Branch: perl
9417            ! t/pragma/warn/1global
9418 ____________________________________________________________________________
9419 [  3095] By: gsar                                  on 1999/03/08  21:04:48
9420         Log: remove bogus symbols from global.sym
9421      Branch: perl
9422            ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
9423            ! perl.h win32/makedef.pl
9424 ____________________________________________________________________________
9425 [  3094] By: jhi                                   on 1999/03/06  16:16:15
9426         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
9427              To: jhi@iki.fi
9428              Subject: Oops
9429              Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
9430              Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
9431      Branch: maint-5.005/perl
9432            ! README.hurd
9433 ____________________________________________________________________________
9434 [  3093] By: jhi                                   on 1999/03/06  15:59:46
9435         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
9436              To: jhi@iki.fi
9437              Subject: New Hurd README
9438              Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
9439              Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
9440      Branch: maint-5.005/perl
9441            ! README.hurd
9442 ____________________________________________________________________________
9443 [  3092] By: jhi                                   on 1999/03/06  12:52:06
9444         Log: From: Paul_Green@stratus.com
9445              To: perl5-porters@perl.org
9446              Cc: jhi@iki.fi, Paul_Green@stratus.com
9447              Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
9448              Date: Fri, 5 Mar 1999 18:08:49 -0500 
9449              Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
9450      Branch: maint-5.005/perl
9451            ! vos/config.h vos/config_h.SH_orig
9452 ____________________________________________________________________________
9453 [  3091] By: jhi                                   on 1999/03/06  12:42:21
9454         Log: From: Dan Sugalski <sugalskd@osshe.edu>
9455              To: perl5-porters@perl.org, vmsperl@perl.org
9456              Subject: [PATCH 5.005_03-MT6]VMS build patch
9457              Date: Fri, 05 Mar 1999 12:36:19 -0800
9458              Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
9459      Branch: maint-5.005/perl
9460            ! vms/subconfigure.com
9461 ____________________________________________________________________________
9462 [  3090] By: gsar                                  on 1999/03/06  04:40:03
9463         Log: integrate change#3089 from mainline
9464              
9465              tolerate CRs after options
9466      Branch: maint-5.005/perl
9467           !> perl.c
9468 ____________________________________________________________________________
9469 [  3089] By: gsar                                  on 1999/03/06  04:30:40
9470         Log: tolerate CRs after options
9471      Branch: perl
9472            ! perl.c
9473 ____________________________________________________________________________
9474 [  3088] By: jhi                                   on 1999/03/05  12:49:01
9475         Log: Integrate from mainperl.
9476      Branch: cfgperl
9477           +> README.hurd
9478           !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
9479 ____________________________________________________________________________
9480 [  3087] By: gsar                                  on 1999/03/05  06:41:16
9481         Log: adjust timeouts to accomodate slow/busy systems
9482      Branch: perl
9483            ! t/lib/io_sock.t
9484 ____________________________________________________________________________
9485 [  3083] By: gsar                                  on 1999/03/05  01:32:47
9486         Log: integrate change#3081 from maint-5.005
9487      Branch: perl
9488           !> ext/Errno/Errno_pm.PL
9489 ____________________________________________________________________________
9490 [  3082] By: gsar                                  on 1999/03/05  01:31:06
9491         Log: integrate change#2904 from maint-5.005
9492      Branch: perl
9493           +> README.hurd
9494           !> MANIFEST
9495 ____________________________________________________________________________
9496 [  3081] By: gsar                                  on 1999/03/05  00:14:33
9497         Log: protect against doubled backslashes
9498      Branch: maint-5.005/perl
9499            ! ext/Errno/Errno_pm.PL
9500 ____________________________________________________________________________
9501 [  3077] By: jhi                                   on 1999/03/04  08:10:13
9502         Log: Integrate from mainperl.
9503      Branch: cfgperl
9504           +> ext/B/B/Stash.pm
9505           !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
9506           !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
9507           !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
9508           !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
9509 ____________________________________________________________________________
9510 [  3076] By: jhi                                   on 1999/03/04  08:07:59
9511         Log: Regen config_h.SH once more because of *size, 
9512              noticed by
9513              
9514              From: Hans Mulder <hansm@icgned.icgroup.nl>
9515              To: Jarkko Hietaniemi <jhi@iki.fi>
9516              Cc: perl5-porters@perl.org
9517              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
9518              Date: Thu,  4 Mar 99 00:10:45 +0100
9519              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
9520      Branch: cfgperl
9521            ! Configure config_h.SH
9522 ____________________________________________________________________________
9523 [  3068] By: gsar                                  on 1999/03/04  05:48:03
9524         Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
9525              Date: Thu,  4 Mar 99 00:10:45 +0100
9526              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
9527              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
9528      Branch: perl
9529            ! config_h.SH
9530 ____________________________________________________________________________
9531 [  3067] By: gsar                                  on 1999/03/04  05:44:32
9532         Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
9533              From: Graham Barr <gbarr@ti.com>
9534              Date: Wed, 3 Mar 1999 17:23:56 -0600
9535              Message-ID: <19990303172356.F7442@dal.asp.ti.com>
9536              Subject: Re: 'use strict' doesn't work for one-letter variables
9537      Branch: perl
9538            ! gv.c op.c
9539 ____________________________________________________________________________
9540 [  3066] By: gsar                                  on 1999/03/04  05:20:50
9541         Log: updates to compiler modules
9542              From: "Vishal Bhatia" <vishalb@hotmail.com>
9543              Date: Tue, 02 Mar 1999 23:27:25 PST
9544              Message-ID: <19990303072725.779.qmail@hotmail.com>
9545              Subject: PATCH 5.005_56 + Test procedure
9546      Branch: perl
9547            + ext/B/B/Stash.pm
9548            ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
9549            ! lib/Test/Harness.pm utils/perlcc.PL
9550 ____________________________________________________________________________
9551 [  3065] By: gsar                                  on 1999/03/04  05:03:30
9552         Log: more s/s_/s!/ etc.
9553      Branch: perl
9554            ! pod/perldelta.pod pod/perlfunc.pod
9555 ____________________________________________________________________________
9556 [  3064] By: gsar                                  on 1999/03/04  04:50:45
9557         Log: integrate cfgperl contents into mainline
9558      Branch: perl
9559           !> Configure README.vms bytecode.h config_h.SH configure.com
9560           !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
9561           !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
9562           !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
9563 ____________________________________________________________________________
9564 [  3063] By: gsar                                  on 1999/03/04  04:44:13
9565         Log: HP-UX has yet another spelling for /NaNQ?/
9566      Branch: perl
9567            ! t/lib/bigfloatpm.t
9568 ____________________________________________________________________________
9569 [  3062] By: gsar                                  on 1999/03/04  04:36:08
9570         Log: error-check for accept() test
9571      Branch: perl
9572            ! t/lib/io_sock.t
9573 ____________________________________________________________________________
9574 [  3061] By: gsar                                  on 1999/03/04  03:40:25
9575         Log: allow custom comparison function in File::Compare::compare_text()
9576              From: jan.dubois@ibm.net (Jan Dubois)
9577              Date: Fri, 26 Feb 1999 21:56:09 +0100
9578              Message-ID: <36db0838.8805651@smtp1.ibm.net>
9579              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
9580      Branch: perl
9581            ! lib/File/Compare.pm
9582 ____________________________________________________________________________
9583 [  3060] By: gsar                                  on 1999/03/04  03:37:38
9584         Log: better version of change#3038
9585              From: abigail@fnx.com
9586              Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
9587              Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
9588              Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
9589      Branch: perl
9590            ! pod/pod2man.PL
9591 ____________________________________________________________________________
9592 [  3058] By: jhi                                   on 1999/03/03  22:30:40
9593         Log: Configure regen to
9594              (1) match maint-5.005 patches #3056 and #3057
9595              (2) better version of PHOSTNAME of #3050
9596              (3) the crosscompile/multiarch config_h.SH trouble solved for now
9597      Branch: cfgperl
9598            ! Configure config_h.SH
9599 ____________________________________________________________________________
9600 [  3054] By: jhi                                   on 1999/03/03  09:57:59
9601         Log: Change #3053 missed perldelta.
9602      Branch: cfgperl
9603            ! pod/perldelta.pod
9604 ____________________________________________________________________________
9605 [  3053] By: jhi                                   on 1999/03/03  08:29:43
9606         Log: Use '!' to mark native integer packings instead of '_'.
9607      Branch: cfgperl
9608            ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
9609 ____________________________________________________________________________
9610 [  3052] By: jhi                                   on 1999/03/02  23:12:36
9611         Log: The HP-UX threads patch (change #3028) is needed also here.
9612      Branch: cfgperl
9613            ! hints/hpux.sh thread.h
9614 ____________________________________________________________________________
9615 [  3051] By: jhi                                   on 1999/03/02  08:24:52
9616         Log: From: Dan Sugalski <sugalskd@osshe.edu>
9617              To: perl5-porters@perl.org, vmsperl@perl.org
9618              Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
9619              Date: Mon, 01 Mar 1999 16:10:57 -0800
9620              Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
9621      Branch: cfgperl
9622            ! README.vms
9623      Branch: maint-5.005/perl
9624            ! README.vms
9625 ____________________________________________________________________________
9626 [  3050] By: jhi                                   on 1999/03/02  08:22:29
9627         Log: From: Dan Sugalski <sugalskd@osshe.edu>
9628              To: perl5-porters@perl.org, vmsperl@perl.org
9629              Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
9630              Date: Mon, 01 Mar 1999 16:06:29 -0800
9631              Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
9632              
9633              From: Dan Sugalski <sugalskd@osshe.edu>
9634              To: perl5-porters@perl.org, vmsperl@perl.org
9635              Subject: [PATCH 5.005_56]vmsish.pm patch
9636              Date: Mon, 01 Mar 1999 20:19:04 -0800
9637              Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
9638              
9639              plus Configure regen containing a "solution" to the
9640              crosscompile/multiarch problem.
9641      Branch: cfgperl
9642            ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
9643            ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
9644 ____________________________________________________________________________
9645 [  3049] By: jhi                                   on 1999/03/02  07:34:21
9646         Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
9647              To: perl5-porters@perl.org
9648              Subject: [PATCH] Eliminate (valid) warning in byterun.c
9649              Date: Mon, 01 Mar 1999 17:27:59 -0500
9650              Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
9651      Branch: cfgperl
9652            ! bytecode.h
9653      Branch: maint-5.005/perl
9654            ! bytecode.h
9655 ____________________________________________________________________________
9656 [  3048] By: gsar                                  on 1999/03/02  06:41:21
9657         Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
9658      Branch: perl
9659            ! MANIFEST README.hpux
9660 ____________________________________________________________________________
9661 [  3047] By: jhi                                   on 1999/03/01  06:34:43
9662         Log: Integrate from mainperl.
9663      Branch: cfgperl
9664           +> README.hpux lib/File/Spec/Functions.pm
9665           !> (integrate 28 files)
9666 ____________________________________________________________________________
9667 [  3046] By: gsar                                  on 1999/03/01  05:34:28
9668         Log: this is 5.005_56
9669      Branch: perl
9670            ! Changes
9671
9672 ----------------
9673 Version 5.005_56
9674 ----------------
9675
9676 ____________________________________________________________________________
9677 [  3045] By: gsar                                  on 1999/03/01  03:32:30
9678         Log: destroy PL_svref_mutex in perl_destruct()
9679      Branch: perl
9680            ! perl.c
9681 ____________________________________________________________________________
9682 [  3044] By: gsar                                  on 1999/03/01  00:38:50
9683         Log: up patchlevel &c.
9684      Branch: perl
9685            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
9686            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9687            ! win32/makefile.mk
9688 ____________________________________________________________________________
9689 [  3043] By: gsar                                  on 1999/03/01  00:14:15
9690         Log: integrate cfgperl contents into mainline
9691      Branch: perl
9692            ! pod/perldelta.pod
9693           !> Configure config_h.SH
9694 ____________________________________________________________________________
9695 [  3042] By: gsar                                  on 1999/02/28  23:55:08
9696         Log: slightly edited version of suggested patch
9697              From: jan.dubois@ibm.net (Jan Dubois)
9698              Date: Mon, 01 Mar 1999 00:32:05 +0100
9699              Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
9700              Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
9701      Branch: perl
9702            + lib/File/Spec/Functions.pm
9703            ! MANIFEST lib/File/Spec.pm
9704 ____________________________________________________________________________
9705 [  3041] By: gsar                                  on 1999/02/28  22:47:19
9706         Log: fix subtle bug in eval'' testsuite
9707      Branch: perl
9708            ! t/op/eval.t
9709 ____________________________________________________________________________
9710 [  3040] By: gsar                                  on 1999/02/28  22:46:24
9711         Log: avoid literal control characters in change#3039
9712      Branch: perl
9713            ! t/base/lex.t
9714 ____________________________________________________________________________
9715 [  3039] By: gsar                                  on 1999/02/28  21:47:18
9716         Log: todo item: permit extended control variables a la ${^Foo} (patch
9717              courtesy Mark-Jason Dominus <mjd@plover.com>)
9718      Branch: perl
9719            ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
9720            ! t/base/lex.t toke.c
9721 ____________________________________________________________________________
9722 [  3038] By: gsar                                  on 1999/02/28  21:21:05
9723         Log: From: abigail@fnx.com
9724              Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
9725              Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
9726              Subject: Recognize -> and => inside [A-Z]<> sequences.
9727      Branch: perl
9728            ! pod/pod2man.PL
9729 ____________________________________________________________________________
9730 [  3037] By: gsar                                  on 1999/02/28  21:12:22
9731         Log: fix longstanding bug: searches for lexicals originating within eval''
9732              weren't stopping at the subroutine boundary correctly
9733      Branch: perl
9734            ! op.c proto.h t/op/eval.t
9735 ____________________________________________________________________________
9736 [  3036] By: gsar                                  on 1999/02/28  20:02:29
9737         Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
9738              as stacked list values
9739              From: jan.dubois@ibm.net (Jan Dubois)
9740              Date: Sat, 27 Feb 1999 18:24:17 +0100
9741              Message-ID: <36e22849.36531259@smtp1.ibm.net>
9742              Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup 
9743      Branch: perl
9744            ! win32/win32.c
9745 ____________________________________________________________________________
9746 [  3035] By: gsar                                  on 1999/02/28  19:48:54
9747         Log: remove superfluous stack_sp decl
9748      Branch: perl
9749            ! jpl/JNI/JNI.xs
9750 ____________________________________________________________________________
9751 [  3034] By: gsar                                  on 1999/02/28  19:34:58
9752         Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
9753      Branch: perl
9754            ! lib/Getopt/Std.pm
9755 ____________________________________________________________________________
9756 [  3033] By: gsar                                  on 1999/02/28  19:23:41
9757         Log: add File::Compare::compare_text()
9758              From: jan.dubois@ibm.net (Jan Dubois)
9759              Date: Fri, 26 Feb 1999 00:20:41 +0100
9760              Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
9761              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
9762      Branch: perl
9763            ! lib/File/Compare.pm pod/perltodo.pod
9764 ____________________________________________________________________________
9765 [  3032] By: gsar                                  on 1999/02/28  19:01:33
9766         Log: add README.hpux
9767      Branch: perl
9768            + README.hpux
9769            ! MAINTAIN MANIFEST
9770 ____________________________________________________________________________
9771 [  3031] By: gsar                                  on 1999/02/28  18:49:08
9772         Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
9773              James Cromie <jcromie@fossil.uswc.uswest.com>
9774      Branch: perl
9775            ! lib/Pod/Html.pm
9776 ____________________________________________________________________________
9777 [  3030] By: gsar                                  on 1999/02/28  18:35:09
9778         Log: From: jan.dubois@ibm.net (Jan Dubois)
9779              Date: Wed, 24 Feb 1999 22:34:56 +0100
9780              Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
9781              Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
9782      Branch: perl
9783            ! lib/Test/Harness.pm
9784 ____________________________________________________________________________
9785 [  3029] By: gsar                                  on 1999/02/28  18:28:18
9786         Log: add note about env pollution
9787      Branch: perl
9788            ! INSTALL pod/perltodo.pod
9789 ____________________________________________________________________________
9790 [  3028] By: jhi                                   on 1999/02/26  14:40:00
9791         Log: HP-UX 11 threads.
9792              
9793              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
9794              To: perl5-porters@perl.org
9795              Cc: jhi@cc.hut.fi
9796              Subject: Maint 5 and _54 with threading on HP-UX 11.00
9797              Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
9798              Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
9799              
9800              NOTE from jhi: the hpux hints could still be more robust by
9801              disabling gdbm when necessary.
9802              
9803              Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
9804              linking -lgdbm -lpthread creates an executable that instantly
9805              core dumps on a pthreads internal panic:
9806              
9807              ./gdpt
9808              
9809              Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
9810              Return Pointer is 0xc082bf33
9811              17639 quit (core dumped)  ./gdpt
9812              
9813              You don't have to *use* either gdbm or pthreads in the executable,
9814              just linking them together is enough.  Workaround is to recompile
9815              the GDBM under HP-UX 11, that makes the problem go away.
9816      Branch: maint-5.005/perl
9817            ! hints/hpux.sh thread.h
9818 ____________________________________________________________________________
9819 [  3025] By: jhi                                   on 1999/02/25  20:41:07
9820         Log: Temporary workaround for the config_h.SH versus
9821              crosscompile and multiarch plus introduce 'rt'
9822              to $libswanted: in UNIX98 sched_yield() lives there.
9823      Branch: cfgperl
9824            ! Configure config_h.SH
9825 ____________________________________________________________________________
9826 [  3024] By: jhi                                   on 1999/02/24  12:54:59
9827         Log: Integrate from mainperl.
9828      Branch: cfgperl
9829           +> t/lib/fatal.t
9830           !> (integrate 44 files)
9831 ____________________________________________________________________________
9832 [  3023] By: gsar                                  on 1999/02/24  07:02:12
9833         Log: integrate cfgperl contents
9834      Branch: perl
9835           !> (integrate 30 files)
9836 ____________________________________________________________________________
9837 [  3022] By: gsar                                  on 1999/02/24  05:59:47
9838         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
9839              Date: 23 Feb 1999 17:53:22 -0700
9840              Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
9841              Subject: [PATCH: _55] perldoc -q broken
9842      Branch: perl
9843            ! utils/perldoc.PL
9844 ____________________________________________________________________________
9845 [  3021] By: gsar                                  on 1999/02/24  05:51:53
9846         Log: ansify perlio.c, fix PerlIO-ish typos
9847      Branch: perl
9848            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
9849            ! iperlsys.h perlio.c
9850 ____________________________________________________________________________
9851 [  3020] By: gsar                                  on 1999/02/24  05:28:06
9852         Log: adjust a Perl_malloc() flag for NeXT
9853              From: Hans Mulder <hansm@icgned.icgroup.nl>
9854              Date: Tue, 23 Feb 99 00:26:25 +0100
9855              Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
9856              Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
9857      Branch: perl
9858            ! perl.h
9859 ____________________________________________________________________________
9860 [  3019] By: gsar                                  on 1999/02/24  05:19:42
9861         Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
9862      Branch: perl
9863            ! pod/perltodo.pod
9864 ____________________________________________________________________________
9865 [  3018] By: gsar                                  on 1999/02/24  04:15:18
9866         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
9867              Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
9868              Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
9869              Subject: improved error message [PATCH _55] [RESEND]
9870      Branch: perl
9871            ! sv.c
9872 ____________________________________________________________________________
9873 [  3017] By: gsar                                  on 1999/02/24  03:50:34
9874         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
9875              Date: Sun, 21 Feb 1999 20:02:18 -0700
9876              Message-Id: <199902220302.UAA09981@jhereg.perl.com>
9877              Subject: perlfunc updates (against 55)
9878      Branch: perl
9879            ! pod/perlfunc.pod
9880 ____________________________________________________________________________
9881 [  3016] By: gsar                                  on 1999/02/24  03:17:05
9882         Log: testsuite adjustments
9883              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
9884              Date: Sat, 20 Feb 1999 15:24:57 +0000
9885              Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
9886              Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
9887      Branch: perl
9888            ! t/lib/io_sock.t t/op/lex_assign.t
9889 ____________________________________________________________________________
9890 [  3015] By: gsar                                  on 1999/02/24  02:54:47
9891         Log: avoid modifying readonly values from qw()
9892      Branch: perl
9893            ! lib/ExtUtils/MM_Unix.pm
9894 ____________________________________________________________________________
9895 [  3014] By: gsar                                  on 1999/02/24  02:49:04
9896         Log: more "correct" utbuf for utime()
9897      Branch: perl
9898            ! doio.c
9899 ____________________________________________________________________________
9900 [  3013] By: jhi                                   on 1999/02/22  19:27:44
9901         Log: Fix MacPerl version, change PowerUX to PowerMAX.
9902              
9903              From: Chris Nandor <pudge@pobox.com>
9904              To: jhi@iki.fi
9905              Cc: perl5-porters@perl.org
9906              Subject: Re: perl current availability as documented by perl.pod
9907              Date: Sun, 21 Feb 1999 11:06:03 -0500
9908              Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
9909              
9910              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
9911              To: jhi@iki.fi
9912              Cc: perl5-porters@perl.org
9913              Subject: Re: perl current availability as documented by perl.pod
9914              Date: Mon, 22 Feb 1999 13:08:30 GMT
9915              Message-Id: <199902221308.NAA19971@cleo.ccur.com>
9916      Branch: cfgperl
9917            ! pod/perl.pod
9918      Branch: maint-5.005/perl
9919            ! pod/perl.pod
9920 ____________________________________________________________________________
9921 [  3012] By: jhi                                   on 1999/02/22  10:26:11
9922         Log: Snapshot the cross-compilation/multiarchitecture stuff
9923              (currently broken in next)
9924      Branch: cfgperl
9925            ! Configure config_h.SH pp.c
9926 ____________________________________________________________________________
9927 [  3011] By: jhi                                   on 1999/02/22  10:24:51
9928         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
9929              To: gsar@activestate.com (Gurusamy Sarathy)
9930              Cc: perl5-porters@perl.org (Perl5 Porters)
9931              Subject: [PATCH 5.005_55] DB_File 1.64 patch
9932              Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
9933              Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
9934      Branch: cfgperl
9935            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
9936            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
9937 ____________________________________________________________________________
9938 [  3009] By: jhi                                   on 1999/02/22  09:14:26
9939         Log: Scratch #3008 and introduce $crosscompile and $multiarch
9940              also in non-Configure lands.
9941      Branch: cfgperl
9942            ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
9943            ! hints/next_4.sh vms/subconfigure.com win32/config.bc
9944            ! win32/config.gc win32/config.vc win32/config_H.bc
9945            ! win32/config_H.gc win32/config_H.vc
9946 ____________________________________________________________________________
9947 [  3008] By: jhi                                   on 1999/02/22  08:58:04
9948         Log: Add -DMULTIARCH (see change #3006).
9949      Branch: cfgperl
9950            ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
9951 ____________________________________________________________________________
9952 [  3007] By: jhi                                   on 1999/02/22  08:54:06
9953         Log: Undo the references to local{lib,arch} introduced by #3006.
9954      Branch: cfgperl
9955            ! Configure config_h.SH
9956 ____________________________________________________________________________
9957 [  3006] By: jhi                                   on 1999/02/22  08:43:50
9958         Log: From: hansm@icgned.icgroup.nl
9959              To: perlbug@perl.com
9960              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
9961              Date: Sun, 21 Feb 1999 22:58:55 +0100
9962              Reply-To: hansmu@xs4all.nl
9963              Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
9964              
9965              plus other Configure changes: prepare for cross-compilation/
9966              multiarchitecture builds.
9967      Branch: cfgperl
9968            ! Configure config_h.SH
9969 ____________________________________________________________________________
9970 [  3005] By: jhi                                   on 1999/02/22  08:35:30
9971         Log: Configure/Perl knew how to look for use Mach cthreads
9972              but Configure didn't let them to be used ($osname 'next').
9973      Branch: cfgperl
9974            ! Configure config_h.SH
9975      Branch: maint-5.005/perl
9976            ! Configure
9977 ____________________________________________________________________________
9978 [  3004] By: jhi                                   on 1999/02/21  15:46:02
9979         Log: Update Acorn AVAILABILITY.
9980      Branch: cfgperl
9981            ! pod/perl.pod
9982      Branch: maint-5.005/perl
9983            ! pod/perl.pod
9984 ____________________________________________________________________________
9985 [  3003] By: jhi                                   on 1999/02/21  14:50:42
9986         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
9987              To: perl5-porters@perl.org (Perl 5 Porters)
9988              Subject: PATCH: perlref.pod - symbolic ref example
9989              Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
9990              Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
9991      Branch: cfgperl
9992            ! pod/perlref.pod
9993      Branch: maint-5.005/perl
9994            ! pod/perlref.pod
9995 ____________________________________________________________________________
9996 [  3002] By: jhi                                   on 1999/02/21  14:35:22
9997         Log: Sync cfgperl with maint-5.005 change #3000.
9998      Branch: cfgperl
9999            ! pod/perlfunc.pod t/op/pack.t
10000 ____________________________________________________________________________
10001 [  2999] By: gsar                                  on 1999/02/20  22:48:30
10002         Log: From:    John Bley <jbb6@acpub.duke.edu>
10003              Date:    Sat, 20 Feb 1999 16:02:34 EST
10004              Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
10005              Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
10006      Branch: perl
10007            ! regcomp.c
10008 ____________________________________________________________________________
10009 [  2998] By: jhi                                   on 1999/02/20  14:13:06
10010         Log: Enhanced the endianness description.
10011      Branch: cfgperl
10012            ! pod/perlfunc.pod
10013 ____________________________________________________________________________
10014 [  2996] By: jhi                                   on 1999/02/20  13:55:41
10015         Log: Glossary now mostly fixed.
10016      Branch: cfgperl
10017            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10018            ! config_h.SH
10019 ____________________________________________________________________________
10020 [  2994] By: jhi                                   on 1999/02/20  11:58:33
10021         Log: Perldeltify GNU/Hurd.
10022      Branch: cfgperl
10023            ! pod/perldelta.pod
10024 ____________________________________________________________________________
10025 [  2993] By: gsar                                  on 1999/02/20  00:59:10
10026         Log: fix typo in Perl_sbrk()
10027              From: hansm@icgned.icgroup.nl
10028              Date: Fri, 19 Feb 1999 23:19:31 +0100
10029              Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
10030              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
10031      Branch: perl
10032            ! malloc.c
10033 ____________________________________________________________________________
10034 [  2992] By: gsar                                  on 1999/02/20  00:51:08
10035         Log: integrate change#2980 from maint-5.005
10036      Branch: perl
10037           !> utils/h2xs.PL
10038 ____________________________________________________________________________
10039 [  2991] By: gsar                                  on 1999/02/20  00:34:01
10040         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10041              Date: Thu, 18 Feb 1999 18:51:38 +0000
10042              Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
10043              Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55 
10044      Branch: perl
10045            ! pp_hot.c t/op/pat.t
10046 ____________________________________________________________________________
10047 [  2990] By: gsar                                  on 1999/02/20  00:30:48
10048         Log: From: jan.dubois@ibm.net (Jan Dubois)
10049              Date: Thu, 18 Feb 1999 19:14:07 +0100
10050              Message-ID: <36d15809.40853323@smtp1.ibm.net>
10051              Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
10052      Branch: perl
10053            ! win32/win32.c
10054 ____________________________________________________________________________
10055 [  2989] By: gsar                                  on 1999/02/20  00:27:01
10056         Log: do poll() emulation unless HAS_POLL && I_POLL
10057      Branch: perl
10058            ! ext/IO/poll.h
10059 ____________________________________________________________________________
10060 [  2988] By: gsar                                  on 1999/02/19  23:52:12
10061         Log: tweak RE for NaNQ? recognition
10062      Branch: perl
10063            ! t/lib/bigfloatpm.t
10064 ____________________________________________________________________________
10065 [  2987] By: gsar                                  on 1999/02/19  23:29:59
10066         Log: mention C<use utf8> and C<use warning> in perldelta
10067      Branch: perl
10068            ! pod/perldelta.pod
10069 ____________________________________________________________________________
10070 [  2985] By: jhi                                   on 1999/02/19  20:43:19
10071         Log: pack/unpack better in (network-)short-non-16-bits and
10072              (network-)long-non-32-bits systems such as Cray C90.
10073      Branch: cfgperl
10074            ! perl.h pp.c t/op/pack.t
10075 ____________________________________________________________________________
10076 [  2984] By: jhi                                   on 1999/02/19  20:38:54
10077         Log: Regen Configure.
10078      Branch: cfgperl
10079            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10080            ! perl.c
10081 ____________________________________________________________________________
10082 [  2982] By: jhi                                   on 1999/02/19  19:51:49
10083         Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
10084              not probed for and         
10085              
10086              From: "Kurt D. Starsinic" <kstar@chapin.edu>
10087              To: Chaim Frenkel <chaimf@pobox.com>,
10088              Russ Allbery <rra@stanford.edu>,
10089              Jarkko Hietaniemi <jhi@iki.fi>,
10090              Gurusamy Sarathy <gsar@activestate.com>,
10091              Graham Barr <gbarr@pobox.com>
10092              Cc: bdensch@ameritech.net, perlbug@perl.com
10093              Subject: [PATCH] Re: Solaris 7 for Intel
10094              Message-ID: <19990219124404.A30182@O2.chapin.edu>
10095              
10096              Glossary is still missing some terms because
10097              mkglossary is misbehaving (change #2981 updated
10098              Glossary manually)
10099      Branch: cfgperl
10100            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
10101            ! Porting/config_H
10102 ____________________________________________________________________________
10103 [  2980] By: gbarr                                 on 1999/02/19  16:06:53
10104         Log: Make result of h2xs work when user adds C<use strict>
10105      Branch: maint-5.005/perl
10106            ! utils/h2xs.PL
10107 ____________________________________________________________________________
10108 [  2979] By: gsar                                  on 1999/02/19  05:24:29
10109         Log: doc for change#2978
10110      Branch: perl
10111            ! pod/perlsub.pod
10112 ____________________________________________________________________________
10113 [  2978] By: gsar                                  on 1999/02/19  05:08:29
10114         Log: bring '*' prototype closer to how it behaves internally
10115      Branch: perl
10116            + t/lib/fatal.t
10117            ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
10118 ____________________________________________________________________________
10119 [  2977] By: gsar                                  on 1999/02/19  02:50:31
10120         Log: stem leakage of perly.h #defines #ifndef PERL_CORE
10121      Branch: perl
10122            ! perly.h
10123 ____________________________________________________________________________
10124 [  2975] By: gsar                                  on 1999/02/18  21:41:57
10125         Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
10126              of lexical searches in BEGIN|INIT|END)
10127      Branch: perl
10128            ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
10129            ! vms/perly_c.vms
10130 ____________________________________________________________________________
10131 [  2974] By: gsar                                  on 1999/02/18  21:03:06
10132         Log: missing PERL_POLLUTE_MALLOC
10133      Branch: perl
10134            ! ext/SDBM_File/sdbm/sdbm.h
10135 ____________________________________________________________________________
10136 [  2973] By: gsar                                  on 1999/02/18  17:10:49
10137         Log: From:    Andy Dougherty <doughera@lafayette.edu>
10138              Date:    Wed, 17 Feb 1999 17:22:50 EST
10139              Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
10140              Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
10141      Branch: perl
10142            ! lib/dotsh.pl
10143 ____________________________________________________________________________
10144 [  2972] By: gsar                                  on 1999/02/18  17:04:12
10145         Log: s/#defined/#define/
10146      Branch: perl
10147            ! ext/Data/Dumper/Dumper.xs
10148 ____________________________________________________________________________
10149 [  2970] By: gsar                                  on 1999/02/18  03:26:43
10150         Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
10151      Branch: perl
10152            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
10153            ! ext/GDBM_File/typemap
10154 ____________________________________________________________________________
10155 [  2969] By: gsar                                  on 1999/02/17  23:30:47
10156         Log: correct slurp mode doc
10157      Branch: perl
10158            ! pod/perlfunc.pod pod/perlop.pod
10159 ____________________________________________________________________________
10160 [  2968] By: jhi                                   on 1999/02/17  23:15:49
10161         Log: Ultrix hints update.
10162              
10163              From: Spider Boardman <spider@zk3.dec.com>
10164              To: perlbug@perl.com
10165              Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
10166              Date: Tue, 16 Feb 1999 23:04:28 -0500
10167              Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
10168      Branch: cfgperl
10169            ! hints/ultrix_4.sh
10170 ____________________________________________________________________________
10171 [  2966] By: jhi                                   on 1999/02/17  23:09:21
10172         Log: Change #2965 wiped out some Sarathy's _55 changes.
10173              Now unwiped.
10174      Branch: cfgperl
10175            ! Configure pp.c t/op/pack.t
10176 ____________________________________________________________________________
10177 [  2965] By: jhi                                   on 1999/02/17  23:00:04
10178         Log: Configure tweaks.
10179              
10180              Fix the Unixware/SCO uname scan:
10181              
10182              From: Tom Hughes <thh@cyberscience.com>
10183              To: perlbug@perl.com
10184              Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
10185              Date: 17 Feb 1999 15:34:15 +0000    
10186              Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
10187              
10188              AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
10189              
10190              From: Joe Buehler <jhpb@hekimian.com>
10191              To: perl5-porters@perl.org
10192              Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
10193              Date: 12 Feb 1999 11:25:21 -0500
10194              Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
10195              
10196              Make the pthreads joinable constant scan to output to fd 4, not 2.
10197      Branch: cfgperl
10198            ! Configure
10199 ____________________________________________________________________________
10200 [  2964] By: gsar                                  on 1999/02/17  21:30:07
10201         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
10202              Date: Wed, 17 Feb 1999 06:53:13 -0700
10203              Message-Id: <199902171353.GAA15682@jhereg.perl.com>
10204              Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
10205      Branch: perl
10206            ! lib/Pod/Functions.pm
10207 ____________________________________________________________________________
10208 [  2963] By: gsar                                  on 1999/02/17  21:18:21
10209         Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
10210              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10211              Date: Wed, 17 Feb 1999 10:06:01 +0000
10212              Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
10213              Subject: Re: [5.005_53] panic: pad_free curpad 
10214      Branch: perl
10215            ! regcomp.c regexec.c t/op/misc.t
10216 ____________________________________________________________________________
10217 [  2962] By: gsar                                  on 1999/02/16  21:26:28
10218         Log: NaNQ? tweak
10219      Branch: perl
10220            ! t/lib/bigfloatpm.t
10221 ____________________________________________________________________________
10222 [  2961] By: jhi                                   on 1999/02/16  19:26:38
10223         Log: Integrate from mainperl.
10224      Branch: cfgperl
10225           !> (integrate 37 files)
10226 ____________________________________________________________________________
10227 [  2960] By: gsar                                  on 1999/02/16  18:04:29
10228         Log: undo change#2465 (qw[] is a real list now)
10229      Branch: perl
10230            ! pod/perlop.pod
10231 ____________________________________________________________________________
10232 [  2959] By: gsar                                  on 1999/02/16  07:09:33
10233         Log: this was 5.005_55
10234      Branch: perl
10235            ! Changes
10236
10237 ----------------
10238 Version 5.005_55
10239 ----------------
10240
10241 ____________________________________________________________________________
10242 [  2958] By: gsar                                  on 1999/02/16  06:18:27
10243         Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
10244              elide dups and non-dependents from Changes
10245      Branch: perl
10246            ! Changes pod/perlhist.pod
10247           !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
10248           !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
10249           !> pod/perlport.pod pp.c t/op/pack.t
10250 ____________________________________________________________________________
10251 [  2957] By: gsar                                  on 1999/02/16  04:09:47
10252         Log: propagate PERL_VERSION everywhere, add to pod
10253      Branch: perl
10254            ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
10255            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
10256            ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
10257            ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
10258            ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
10259            ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
10260            ! vms/myconfig.com vms/subconfigure.com win32/config.bc
10261            ! win32/config.gc win32/config.vc win32/config_sh.PL
10262            ! win32/win32.c x2p/a2py.c
10263 ____________________________________________________________________________
10264 [  2955] By: jhi                                   on 1999/02/15  16:15:03
10265         Log: The pack tests now better in C90 (after the packnative patches).
10266      Branch: cfgperl
10267            ! t/op/pack.t
10268 ____________________________________________________________________________
10269 [  2954] By: gsar                                  on 1999/02/15  14:11:50
10270         Log: tweak Configure to follow new PERL_VERSION etc.
10271      Branch: perl
10272            ! Configure patchlevel.h pod/perlhist.pod
10273 ____________________________________________________________________________
10274 [  2953] By: jhi                                   on 1999/02/15  14:02:21
10275         Log: Integrate from mainperl.
10276      Branch: cfgperl
10277           !> MANIFEST Porting/makerel
10278 ____________________________________________________________________________
10279 [  2952] By: jhi                                   on 1999/02/15  13:50:07
10280         Log: Enhance the packnative patch: use the packnative code
10281              only if required.  Also added hefty testing (hopefully
10282              I didn't assume too much...).  Tested on alpha, ix86, sparc.
10283      Branch: cfgperl
10284            ! pod/perlfunc.pod pp.c t/op/pack.t
10285 ____________________________________________________________________________
10286 [  2951] By: jhi                                   on 1999/02/15  13:46:56
10287         Log: AVAILABILITY from 5.005_03-tobe, will of course
10288              require updating when 5.006 comes out.
10289      Branch: cfgperl
10290            ! pod/perl.pod
10291 ____________________________________________________________________________
10292 [  2949] By: gsar                                  on 1999/02/15  13:28:51
10293         Log: will this be it for 5.005_55?
10294      Branch: perl
10295            ! MANIFEST Porting/makerel
10296 ____________________________________________________________________________
10297 [  2948] By: jhi                                   on 1999/02/15  13:23:52
10298         Log: Integrate from mainperl.
10299      Branch: cfgperl
10300           !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
10301           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
10302           !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
10303           !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
10304           !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
10305           !> win32/config.gc win32/config.vc win32/config_H.bc
10306           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
10307 ____________________________________________________________________________
10308 [  2947] By: jhi                                   on 1999/02/15  13:20:41
10309         Log: perlport.pod 1.39 from Chris.
10310      Branch: cfgperl
10311            ! pod/perlport.pod
10312 ____________________________________________________________________________
10313 [  2946] By: jhi                                   on 1999/02/15  13:09:58
10314         Log: Import Ultrix update, change #2864, 
10315              
10316              From: Spider Boardman <spider@zk3.dec.com>
10317              To: perlbug@perl.com
10318              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
10319              Date: Wed, 10 Feb 1999 23:33:31 -0500
10320              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
10321      Branch: cfgperl
10322            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
10323 ____________________________________________________________________________
10324 [  2945] By: jhi                                   on 1999/02/15  13:04:50
10325         Log: OpenBSD sparc SHMLBA.
10326      Branch: cfgperl
10327            ! ext/IPC/SysV/SysV.xs
10328 ____________________________________________________________________________
10329 [  2944] By: gsar                                  on 1999/02/15  12:09:52
10330         Log: update win32/config* stuff, Changes
10331      Branch: perl
10332            ! Changes win32/Makefile win32/config.bc win32/config.gc
10333            ! win32/config.vc win32/config_H.bc win32/config_H.gc
10334            ! win32/config_H.vc win32/makefile.mk
10335 ____________________________________________________________________________
10336 [  2943] By: gsar                                  on 1999/02/15  11:54:08
10337         Log: #include patchlevel.h by default, provide
10338              PERL_{REVISION,VERSION,SUBVERSION}
10339      Branch: perl
10340            ! patchlevel.h perl.h
10341 ____________________________________________________________________________
10342 [  2942] By: gsar                                  on 1999/02/15  10:26:59
10343         Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
10344              misc fixes
10345      Branch: perl
10346            ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
10347 ____________________________________________________________________________
10348 [  2941] By: gsar                                  on 1999/02/15  10:24:37
10349         Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
10350              Message-ID: <19990207002851.B9185@toldyouso.com>
10351              Message-ID: <19990207212152.A9765@toldyouso.com>
10352              Message-ID: <19990207212041.A9622@toldyouso.com>
10353              Message-ID: <19990207213127.A10244@toldyouso.com>
10354              Message-ID: <19990207212559.A9950@toldyouso.com>
10355              Message-ID: <19990207212842.A9994@toldyouso.com>
10356              Message-ID: <19990207212500.A9860@toldyouso.com>
10357              Message-ID: <19990207213013.A10105@toldyouso.com>
10358      Branch: perl
10359            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
10360            ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
10361            ! pod/perlmodlib.pod pod/perltoc.pod
10362 ____________________________________________________________________________
10363 [  2940] By: gsar                                  on 1999/02/15  10:07:08
10364         Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
10365              of suggested patch)
10366              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
10367              Date: Mon, 08 Feb 1999 01:14:41 -0000
10368              Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
10369              Subject: [PATCH 5.005_54] some pending C.pm stuff 
10370      Branch: perl
10371            ! ext/B/B/C.pm
10372 ____________________________________________________________________________
10373 [  2939] By: jhi                                   on 1999/02/15  08:40:18
10374         Log: Integrate from mainperl.
10375      Branch: cfgperl
10376           +> t/lib/bigfloat.t t/lib/bigfloatpm.t
10377            - lib/File/PathConvert.pm
10378           !> (integrate 81 files)
10379 ____________________________________________________________________________
10380 [  2938] By: gsar                                  on 1999/02/15  06:56:39
10381         Log: change#2839 was bogus, redo
10382      Branch: perl
10383           !> t/lib/h2ph.pht
10384 ____________________________________________________________________________
10385 [  2937] By: gsar                                  on 1999/02/15  06:38:15
10386         Log: support Win32::GetFullPathName() and Win32::SetLastError()
10387              From: jan.dubois@ibm.net (Jan Dubois)
10388              Date: Tue, 09 Feb 1999 22:27:31 +0100
10389              Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
10390              Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
10391      Branch: perl
10392            ! win32/win32.c
10393 ____________________________________________________________________________
10394 [  2936] By: gsar                                  on 1999/02/15  06:26:39
10395         Log: support native integers, pack("L_",...) etc. (via private mail)
10396              From: Jarkko Hietaniemi <jhi@iki.fi>
10397              Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
10398              Message-Id: <199902092204.AAA29065@alpha.hut.fi>
10399              Subject: the "packnative" patch
10400      Branch: perl
10401            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
10402            ! t/lib/ipc_sysv.t t/op/pack.t
10403 ____________________________________________________________________________
10404 [  2935] By: gsar                                  on 1999/02/15  06:04:02
10405         Log: From: Michael G Schwern <schwern@pobox.com>
10406              Date: Tue, 9 Feb 1999 04:13:12 -0500
10407              Message-ID: <19990209041312.A15788@toldyouso.com>
10408              Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
10409      Branch: perl
10410            ! utils/h2xs.PL
10411 ____________________________________________________________________________
10412 [  2934] By: gsar                                  on 1999/02/15  05:30:13
10413         Log: fix bugs in the handling of negative numbers, among other things
10414              From: Steven Knight <knight@theopera.baldmt.citilink.com>
10415              Date: Mon, 8 Feb 1999 01:16:24 -0600
10416              Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
10417              Subject: Math::BigFloat and Math::BigInt
10418      Branch: perl
10419            + t/lib/bigfloat.t t/lib/bigfloatpm.t
10420            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
10421            ! t/lib/bigintpm.t
10422 ____________________________________________________________________________
10423 [  2933] By: gsar                                  on 1999/02/15  04:57:52
10424         Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
10425              Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
10426              Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
10427              Subject: s2p incorrectly handles hold space commands
10428      Branch: perl
10429            ! x2p/s2p.PL
10430 ____________________________________________________________________________
10431 [  2932] By: gsar                                  on 1999/02/15  04:45:55
10432         Log: clarify what a "line" is
10433      Branch: perl
10434            ! pod/perlfunc.pod pod/perlvar.pod
10435 ____________________________________________________________________________
10436 [  2931] By: gsar                                  on 1999/02/15  04:23:29
10437         Log: backout change#2811 and add newer version based on File::Spec
10438              From: Barrie Slaymaker <rbs@telerama.com>
10439              Date: Thu, 11 Feb 1999 16:29:24 -0500
10440              Message-ID: <36C34BB4.A62090E0@telerama.com>
10441              Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
10442      Branch: perl
10443            - lib/File/PathConvert.pm
10444            ! MANIFEST installhtml lib/Pod/Html.pm
10445 ____________________________________________________________________________
10446 [  2930] By: gsar                                  on 1999/02/15  04:16:25
10447         Log: From: Barrie Slaymaker <rbs@telerama.com>
10448              Date: Thu, 11 Feb 1999 19:39:48 -0500
10449              Message-ID: <36C37854.707D139@telerama.com>
10450              Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
10451      Branch: perl
10452            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
10453 ____________________________________________________________________________
10454 [  2929] By: gsar                                  on 1999/02/15  04:06:50
10455         Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
10456              Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
10457              Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
10458              Subject: [PATCH]5.005_54 (DOC) fix many typos
10459              --
10460              Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
10461              Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
10462              Subject: [PATCH]5.005_54 (DOC) typos
10463      Branch: perl
10464            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
10465            ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
10466            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
10467            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
10468            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
10469            ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
10470            ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
10471            ! pod/perlvar.pod pod/perlxs.pod
10472 ____________________________________________________________________________
10473 [  2928] By: gsar                                  on 1999/02/15  03:39:53
10474         Log: allow the Carp routines to pass through exception objects
10475      Branch: perl
10476            ! lib/Carp.pm
10477 ____________________________________________________________________________
10478 [  2927] By: gsar                                  on 1999/02/15  03:22:57
10479         Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
10480      Branch: perl
10481            ! pod/perlfaq8.pod
10482 ____________________________________________________________________________
10483 [  2926] By: gsar                                  on 1999/02/15  03:19:39
10484         Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
10485              have done that, but didn't)
10486      Branch: perl
10487           !> utils/h2ph.PL
10488 ____________________________________________________________________________
10489 [  2925] By: gsar                                  on 1999/02/15  03:17:01
10490         Log: integrate cfgperl changes into mainline
10491      Branch: perl
10492            ! Changes
10493           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
10494           !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
10495           !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
10496           !> vms/subconfigure.com
10497 ____________________________________________________________________________
10498 [  2924] By: gsar                                  on 1999/02/15  03:07:08
10499         Log: add const qualifier to most char* prototypes, handle ripple effect
10500      Branch: perl
10501            ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
10502            ! universal.c util.c
10503 ____________________________________________________________________________
10504 [  2923] By: gsar                                  on 1999/02/15  01:04:30
10505         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10506              Date: Thu, 04 Feb 1999 02:37:31 +0000
10507              Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
10508              Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop 
10509      Branch: perl
10510            ! pp_ctl.c t/op/range.t
10511 ____________________________________________________________________________
10512 [  2922] By: gsar                                  on 1999/02/15  00:24:34
10513         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10514              Date: Sun, 31 Jan 1999 01:50:06 +0000
10515              Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
10516              Subject: [PATCH 5.005_03t4] regexp flags bug
10517      Branch: perl
10518            ! regcomp.c t/op/re_tests
10519 ____________________________________________________________________________
10520 [  2921] By: gsar                                  on 1999/02/15  00:13:02
10521         Log: use New() et al., rather than safemalloc() et al.
10522              From: jan.dubois@ibm.net (Jan Dubois)
10523              Date: Fri, 29 Jan 1999 23:27:22 +0100
10524              Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
10525              Subject: [PATCH _03-MT5] POSIX.xs memory API
10526      Branch: perl
10527            ! ext/POSIX/POSIX.xs
10528 ____________________________________________________________________________
10529 [  2920] By: gsar                                  on 1999/02/15  00:05:33
10530         Log: tweak READ() docs to mention $buffer must be altered by reference
10531      Branch: perl
10532            ! pod/perltie.pod
10533 ____________________________________________________________________________
10534 [  2919] By: gsar                                  on 1999/02/14  23:50:39
10535         Log: applied suggested patch, with several language/readability tweaks
10536              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10537              Date: Fri, 29 Jan 1999 00:25:02 -0500
10538              Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
10539              Subject: Re: [PATCH 5.005_*] Better parsing docs
10540      Branch: perl
10541            ! pod/perlop.pod
10542 ____________________________________________________________________________
10543 [  2918] By: gsar                                  on 1999/02/14  23:20:42
10544         Log: several bug fixes; now croak()s when date exceeds integer limits (instead
10545              of silently returning bogus values)
10546              From: Peter Chines <pchines@nhgri.nih.gov>
10547              Date: Wed, 27 Jan 1999 16:11:31 -0500
10548              Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
10549              Subject: Time::Local
10550      Branch: perl
10551            ! lib/Time/Local.pm pod/perldelta.pod
10552 ____________________________________________________________________________
10553 [  2917] By: gsar                                  on 1999/02/14  11:21:43
10554         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10555              Date: Thu, 28 Jan 1999 10:02:20 -0500
10556              Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
10557              Subject: Re: [PATCH 5.005_53] Better perldoc
10558      Branch: perl
10559            ! utils/perldoc.PL
10560 ____________________________________________________________________________
10561 [  2916] By: gsar                                  on 1999/02/14  10:59:38
10562         Log: back out change#2751, apply updated version 
10563              From: jan.dubois@ibm.net (Jan Dubois)
10564              Date: Sat, 06 Feb 1999 01:06:29 +0100
10565              Message-ID: <36bc844c.18763049@smtp1.ibm.net>
10566              Subject: [PATCH] Cleanup of File::Spec module
10567      Branch: perl
10568            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
10569            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
10570            ! lib/File/Spec/Win32.pm
10571 ____________________________________________________________________________
10572 [  2915] By: gsar                                  on 1999/02/14  10:48:01
10573         Log: tweak select() test
10574      Branch: perl
10575            ! pod/perlipc.pod t/op/fh.t
10576 ____________________________________________________________________________
10577 [  2914] By: gsar                                  on 1999/02/14  10:25:55
10578         Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
10579      Branch: perl
10580            ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
10581 ____________________________________________________________________________
10582 [  2913] By: gsar                                  on 1999/02/14  10:03:51
10583         Log: From: Kenneth Albanowski <kjahds@kjahds.com>
10584              Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
10585              Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
10586              Subject: Re: SvOPV() or SvPV_nolen() or ...
10587      Branch: perl
10588            ! pod/perlguts.pod
10589 ____________________________________________________________________________
10590 [  2912] By: gsar                                  on 1999/02/14  09:57:29
10591         Log: provide SvPV_nolen(sv) to avoid use of PL_na
10592              From: jan.dubois@ibm.net (Jan Dubois)
10593              Date: Sun, 24 Jan 1999 02:45:32 +0100
10594              Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
10595              Subject: [PATCH 5.005_54]  _54 version of SvPV_nolen patch
10596      Branch: perl
10597            ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
10598            ! sv.h
10599 ____________________________________________________________________________
10600 [  2911] By: gsar                                  on 1999/02/14  06:51:05
10601         Log: elide stray effluvium
10602      Branch: perl
10603            ! pod/perldelta.pod
10604 ____________________________________________________________________________
10605 [  2910] By: gsar                                  on 1999/02/14  05:51:56
10606         Log: slurping an empty file should return '' rather than undef, with
10607              commensurate effects on ARGV processing
10608      Branch: perl
10609            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
10610            ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
10611 ____________________________________________________________________________
10612 [  2909] By: gsar                                  on 1999/02/14  00:02:11
10613         Log: perly_c.diff typo
10614      Branch: perl
10615            ! perly.c perly_c.diff vms/perly_c.vms
10616 ____________________________________________________________________________
10617 [  2908] By: gsar                                  on 1999/02/13  18:20:13
10618         Log: From: jan.dubois@ibm.net (Jan Dubois)
10619              Date: Sat, 13 Feb 1999 13:25:53 +0100
10620              Message-Id: <36c9629c.13334874@smtp1.ibm.net>
10621              Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
10622      Branch: perl
10623            ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
10624 ____________________________________________________________________________
10625 [  2907] By: jhi                                   on 1999/02/13  15:07:26
10626         Log: Integrate from mainperl.
10627      Branch: cfgperl
10628           +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
10629           !> (integrate 150 files)
10630 ____________________________________________________________________________
10631 [  2903] By: gsar                                  on 1999/02/12  13:25:59
10632         Log: From: jan.dubois@ibm.net (Jan Dubois)
10633              Date: Sun, 24 Jan 1999 01:12:00 +0100
10634              Message-ID: <36b66479.62756298@smtp1.ibm.net>
10635              Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
10636      Branch: perl
10637            ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
10638            ! proto.h sv.c sv.h
10639 ____________________________________________________________________________
10640 [  2902] By: gsar                                  on 1999/02/12  12:55:11
10641         Log: script to generate ctags from etags
10642              From: Colin Kuskie <ckuskie@cadence.com>
10643              Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
10644              Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
10645              Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
10646      Branch: perl
10647            + emacs/e2ctags.pl
10648            ! Makefile.SH pod/perlfaq3.pod
10649 ____________________________________________________________________________
10650 [  2901] By: gsar                                  on 1999/02/12  12:40:17
10651         Log: allow boolean assign ops to be lvalues
10652              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
10653              Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
10654              Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
10655              --
10656              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10657              Date: Mon, 18 Jan 1999 10:04:00 +0000
10658              Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
10659              Subject: Re: [inconsistency 5.005_54] ||= not an lvalue 
10660      Branch: perl
10661            + t/op/lop.t
10662            ! MANIFEST op.c
10663 ____________________________________________________________________________
10664 [  2899] By: jhi                                   on 1999/02/12  12:03:48
10665         Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
10666      Branch: cfgperl
10667            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10668            ! config_h.SH hints/openbsd.sh
10669 ____________________________________________________________________________
10670 [  2898] By: gsar                                  on 1999/02/12  11:49:25
10671         Log: support win32_putenv()
10672      Branch: perl
10673            ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
10674            ! win32/win32.c win32/win32iop.h
10675 ____________________________________________________________________________
10676 [  2894] By: gsar                                  on 1999/02/12  11:09:27
10677         Log: add missing hunk in change#2657
10678      Branch: perl
10679            ! ext/B/B/CC.pm
10680 ____________________________________________________________________________
10681 [  2893] By: gsar                                  on 1999/02/12  11:00:13
10682         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10683              Date: Tue, 19 Jan 1999 20:13:15 -0500
10684              Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
10685              Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
10686      Branch: perl
10687            ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
10688            ! t/pragma/subs.t t/pragma/warning.t
10689 ____________________________________________________________________________
10690 [  2892] By: gsar                                  on 1999/02/12  10:44:38
10691         Log: update change#2670 to later version
10692              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10693              Date: Sun, 31 Jan 1999 16:16:14 +0000
10694              Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
10695              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing 
10696      Branch: perl
10697            ! t/op/subst.t toke.c
10698 ____________________________________________________________________________
10699 [  2891] By: gsar                                  on 1999/02/12  10:31:17
10700         Log: make testsuite somewhat location independent
10701      Branch: perl
10702            ! (edit 117 files)
10703 ____________________________________________________________________________
10704 [  2890] By: gsar                                  on 1999/02/12  10:00:30
10705         Log: add $AutoLoader::VERSION
10706      Branch: perl
10707            ! lib/AutoLoader.pm
10708 ____________________________________________________________________________
10709 [  2889] By: gsar                                  on 1999/02/12  09:55:48
10710         Log: tweak PERL_STRICT_CR notes
10711      Branch: perl
10712            ! pod/perl5005delta.pod
10713 ____________________________________________________________________________
10714 [  2888] By: gsar                                  on 1999/02/12  09:41:45
10715         Log: add note about test-notty target
10716      Branch: perl
10717            ! README.win32
10718 ____________________________________________________________________________
10719 [  2887] By: gsar                                  on 1999/02/12  09:37:37
10720         Log: add perltodo.pod
10721      Branch: perl
10722            + pod/perltodo.pod
10723            ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
10724            ! win32/pod.mak
10725 ____________________________________________________________________________
10726 [  2886] By: jhi                                   on 1999/02/12  08:52:14
10727         Log: Integrate from mainperl.
10728      Branch: cfgperl
10729           +> t/op/fh.t
10730           !> (integrate 30 files)
10731 ____________________________________________________________________________
10732 [  2885] By: gsar                                  on 1999/02/12  08:42:10
10733         Log: note how to find REG_INFTY limit
10734      Branch: perl
10735            ! pod/perlre.pod
10736 ____________________________________________________________________________
10737 [  2884] By: jhi                                   on 1999/02/12  08:36:14
10738         Log: OpenBSD pthreads awareness, thanks to
10739              David Leonard <david.leonard@csee.uq.edu.au>
10740      Branch: maint-5.005/perl
10741            ! Configure hints/openbsd.sh
10742 ____________________________________________________________________________
10743 [  2882] By: gsar                                  on 1999/02/12  08:05:20
10744         Log: IO is maintained by p5p (per Graham Barr's wishes)
10745      Branch: perl
10746            ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
10747            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
10748            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
10749            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
10750 ____________________________________________________________________________
10751 [  2881] By: gsar                                  on 1999/02/12  07:57:13
10752         Log: fh.t typo
10753      Branch: perl
10754            ! t/op/fh.t
10755 ____________________________________________________________________________
10756 [  2880] By: gsar                                  on 1999/02/12  07:38:16
10757         Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
10758      Branch: perl
10759            ! perl.c pod/perlrun.pod
10760 ____________________________________________________________________________
10761 [  2879] By: gsar                                  on 1999/02/12  05:39:29
10762         Log: fix ops that are not filehandle constructors to not create GV if it
10763              doesn't already exist (avoids leaks); extend semantics of defined()
10764              so that defined(*{$foo}) works (experimental)
10765      Branch: perl
10766            + t/op/fh.t
10767            ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
10768            ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
10769 ____________________________________________________________________________
10770 [  2877] By: jhi                                   on 1999/02/11  20:44:00
10771         Log: From: Chris Nandor <pudge@pobox.com>
10772              To: perl5-porters@perl.org
10773              Subject: [PATCH] perlport.pod 1.39
10774              Date: Thu, 11 Feb 1999 12:28:35 -0500
10775              Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
10776      Branch: cfgperl
10777            ! pod/perlport.pod
10778 ____________________________________________________________________________
10779 [  2870] By: gsar                                  on 1999/02/11  11:17:08
10780         Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
10781      Branch: perl
10782            ! ext/IO/lib/IO/Pipe.pm
10783 ____________________________________________________________________________
10784 [  2869] By: gsar                                  on 1999/02/11  11:00:56
10785         Log: update win32/pod.mak
10786      Branch: perl
10787            ! win32/pod.mak
10788 ____________________________________________________________________________
10789 [  2868] By: gsar                                  on 1999/02/11  10:42:44
10790         Log: From: Benjamin Low <b.d.low@unsw.edu.au>
10791              Date: Fri, 08 Jan 1999 14:36:53 +1100
10792              Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
10793              Subject: Re: [Fwd: IO::Socket::connect and blocking]
10794      Branch: perl
10795            ! ext/IO/lib/IO/Socket.pm
10796 ____________________________________________________________________________
10797 [  2867] By: gsar                                  on 1999/02/11  09:43:03
10798         Log: av_extend() doc tweak from Jan Dubois
10799      Branch: perl
10800            ! pod/perlguts.pod
10801 ____________________________________________________________________________
10802 [  2866] By: gsar                                  on 1999/02/11  09:27:17
10803         Log: display full pathname of unreadable files
10804      Branch: perl
10805            ! utils/perldoc.PL
10806 ____________________________________________________________________________
10807 [  2865] By: gsar                                  on 1999/02/11  09:02:31
10808         Log: missing patch in change#2522
10809      Branch: perl
10810            ! lib/Pod/Text.pm
10811 ____________________________________________________________________________
10812 [  2864] By: jhi                                   on 1999/02/11  08:45:00
10813         Log: From: Spider Boardman <spider@zk3.dec.com>
10814              To: perlbug@perl.com
10815              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
10816              Date: Wed, 10 Feb 1999 23:33:31 -0500
10817              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
10818      Branch: maint-5.005/perl
10819            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
10820 ____________________________________________________________________________
10821 [  2862] By: gsar                                  on 1999/02/11  08:14:34
10822         Log: integrate changes#2738,2740 from maint-5.005
10823      Branch: perl
10824           !> lib/ExtUtils/MakeMaker.pm
10825 ____________________________________________________________________________
10826 [  2861] By: jhi                                   on 1999/02/11  08:04:25
10827         Log: Integrate from mainperl.
10828      Branch: cfgperl
10829           !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
10830           !> t/op/range.t win32/config.gc
10831 ____________________________________________________________________________
10832 [  2860] By: gsar                                  on 1999/02/11  07:30:08
10833         Log: binmode() support for cygwin32 (suggested by Steven Morlock
10834              <newspost@morlock.net>)
10835      Branch: perl
10836            ! perl.h
10837 ____________________________________________________________________________
10838 [  2859] By: gsar                                  on 1999/02/11  07:14:21
10839         Log: update Changes
10840      Branch: perl
10841            ! Changes
10842           !> pod/perl5005delta.pod
10843 ____________________________________________________________________________
10844 [  2856] By: gsar                                  on 1999/02/11  07:07:39
10845         Log: integrate perldelta changes from maint-5.005
10846      Branch: perl
10847           !> pod/perl5005delta.pod
10848 ____________________________________________________________________________
10849 [  2855] By: gsar                                  on 1999/02/11  06:31:50
10850         Log: applied suggested patch; added tests
10851              From: Adam Krolnik <adamk@gypsy.cyrix.com>
10852              Date: Sat, 12 Dec 98 15:30:18 -0600
10853              Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
10854              Subject: Range operation doesn't handle IV_MAX
10855      Branch: perl
10856            ! pp_ctl.c t/op/range.t
10857 ____________________________________________________________________________
10858 [  2854] By: gsar                                  on 1999/02/11  05:00:55
10859         Log: compatibility fix: magic non-propagation in foreach implicit localization
10860      Branch: perl
10861            ! pp_ctl.c t/op/local.t win32/config.gc
10862 ____________________________________________________________________________
10863 [  2852] By: gsar                                  on 1999/02/10  23:17:49
10864         Log: fair warning about -Dusethreads
10865      Branch: maint-5.005/perl
10866            ! Configure INSTALL README.threads
10867 ____________________________________________________________________________
10868 [  2847] By: jhi                                   on 1999/02/09  19:13:28
10869         Log: Integrate from mainperl.
10870      Branch: cfgperl
10871           !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
10872           !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
10873 ____________________________________________________________________________
10874 [  2846] By: gsar                                  on 1999/02/09  13:53:28
10875         Log: a modified version of suggested patch for pack template 'Z'; added docs
10876              From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
10877              Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
10878              Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
10879              Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
10880      Branch: perl
10881            ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
10882 ____________________________________________________________________________
10883 [  2845] By: gsar                                  on 1999/02/09  00:03:26
10884         Log: clarify docs for change#2835
10885      Branch: perl
10886            ! pod/perldelta.pod pod/perlop.pod
10887 ____________________________________________________________________________
10888 [  2844] By: gsar                                  on 1999/02/08  23:40:57
10889         Log: addendum to change#2823
10890              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
10891              Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
10892              Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
10893              Subject: [PATCH] Docs and tests for method-call syntax
10894      Branch: perl
10895            ! pod/perlobj.pod t/op/method.t
10896 ____________________________________________________________________________
10897 [  2843] By: jhi                                   on 1999/02/08  21:06:28
10898         Log: Ultrix mmap tidbit.
10899      Branch: cfgperl
10900            ! hints/ultrix_4.sh
10901 ____________________________________________________________________________
10902 [  2842] By: jhi                                   on 1999/02/08  20:22:55
10903         Log: Integrate from mainperl.
10904      Branch: cfgperl
10905           +> t/op/subst_wamp.t
10906           !> (integrate 35 files)
10907 ____________________________________________________________________________
10908 [  2841] By: jhi                                   on 1999/02/08  18:23:26
10909         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10910              To: Mailing list Perl5 <perl5-porters@perl.org>
10911              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
10912              Date: Sun, 7 Feb 1999 17:25:22 -0500
10913              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
10914      Branch: cfgperl
10915            + t/op/subst_amp.t
10916            ! MANIFEST regcomp.c t/op/subst.t
10917 ____________________________________________________________________________
10918 [  2840] By: jhi                                   on 1999/02/08  18:16:54
10919         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10920              To: Mailing list Perl5 <perl5-porters@perl.org>
10921              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
10922              Date: Sun, 7 Feb 1999 17:00:10 -0500
10923              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
10924      Branch: cfgperl
10925            ! pp_hot.c t/op/pat.t
10926 ____________________________________________________________________________
10927 [  2839] By: jhi                                   on 1999/02/08  17:25:30
10928         Log: A require was missing.
10929      Branch: cfgperl
10930            ! t/lib/h2ph.pht
10931 ____________________________________________________________________________
10932 [  2838] By: jhi                                   on 1999/02/08  16:38:41
10933         Log: Bring in the change #2809 (the Configure part has been
10934              modified rather a lot since the #2809, though.)
10935      Branch: cfgperl
10936            ! Configure utils/h2ph.PL
10937 ____________________________________________________________________________
10938 [  2835] By: gsar                                  on 1999/02/08  14:40:23
10939         Log: make qw() into a true list at compile time (slightly modified
10940              variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
10941      Branch: perl
10942            ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
10943 ____________________________________________________________________________
10944 [  2834] By: gsar                                  on 1999/02/08  13:23:16
10945         Log: make safesysmalloc() etc., always available; safemalloc() et al are
10946              now macros that point to the right malloc; fix various places in
10947              sources that need to always use safesysmalloc() et al
10948      Branch: perl
10949            ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
10950            ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
10951 ____________________________________________________________________________
10952 [  2833] By: gsar                                  on 1999/02/08  10:56:16
10953         Log: remove spurious #endif in last change
10954      Branch: perl
10955            ! perl.h
10956 ____________________________________________________________________________
10957 [  2832] By: gsar                                  on 1999/02/08  10:34:55
10958         Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
10959              them ask for insanity (untested)
10960      Branch: perl
10961            ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
10962            ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
10963            ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
10964 ____________________________________________________________________________
10965 [  2831] By: jhi                                   on 1999/02/08  08:33:33
10966         Log: Update vms/subconfigure.com along the lines of change #2829.
10967      Branch: cfgperl
10968            ! vms/subconfigure.com
10969 ____________________________________________________________________________
10970 [  2830] By: gsar                                  on 1999/02/08  00:19:46
10971         Log: integrate cfgperl changes into mainline
10972      Branch: perl
10973           +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
10974           +> lib/File/PathConvert.pm pod/perlthrtut.pod
10975            ! Changes
10976           !> (integrate 93 files)
10977 ____________________________________________________________________________
10978 [  2829] By: jhi                                   on 1999/02/07  23:49:46
10979         Log: Configure update.
10980              
10981              Probe for mmap() et alia.
10982              The *cc*symbols patch (just Configure, no h2ph).
10983      Branch: cfgperl
10984            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10985            ! config_h.SH perl.h
10986 ____________________________________________________________________________
10987 [  2828] By: gsar                                  on 1999/02/07  23:38:47
10988         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10989              Date: Sun, 7 Feb 1999 17:25:22 -0500
10990              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
10991              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
10992      Branch: perl
10993            + t/op/subst_amp.t t/op/subst_wamp.t
10994            ! MANIFEST regcomp.c t/op/subst.t
10995 ____________________________________________________________________________
10996 [  2827] By: gsar                                  on 1999/02/07  23:27:32
10997         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10998              Date: Sun, 7 Feb 1999 17:00:10 -0500
10999              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
11000              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
11001      Branch: perl
11002            ! pp_hot.c t/op/pat.t
11003 ____________________________________________________________________________
11004 [  2826] By: gsar                                  on 1999/02/07  23:26:04
11005         Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
11006              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11007              Date: Sun, 7 Feb 1999 15:07:27 -0500
11008              Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
11009              Subject: Re: fixing memory leaks in REx compilation
11010      Branch: perl
11011            ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
11012            ! regexec.c
11013 ____________________________________________________________________________
11014 [  2825] By: jhi                                   on 1999/02/07  18:05:13
11015         Log: Integrate from mainperl.
11016      Branch: cfgperl
11017           +> lib/DB.pm t/comp/bproto.t
11018           !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
11019           !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
11020           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
11021           !> toke.c vms/perly_c.vms
11022 ____________________________________________________________________________
11023 [  2824] By: gsar                                  on 1999/02/07  14:21:48
11024         Log: tweak doc on bitwise ops
11025      Branch: perl
11026            ! pod/perlop.pod
11027 ____________________________________________________________________________
11028 [  2823] By: gsar                                  on 1999/02/07  13:38:31
11029         Log: applied suggested patch; regen perly* and vms/perly*
11030              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
11031              Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
11032              Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
11033              Subject: [PATCH] Re: Suggestion for perlobj man page
11034      Branch: perl
11035            ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
11036 ____________________________________________________________________________
11037 [  2822] By: gsar                                  on 1999/02/07  12:39:09
11038         Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
11039              disabled, fails tests)
11040      Branch: perl
11041            ! regcomp.h
11042 ____________________________________________________________________________
11043 [  2821] By: gsar                                  on 1999/02/07  11:09:39
11044         Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
11045              <Alexander.Barilo@aexp.com>)
11046      Branch: perl
11047            ! lib/Pod/Html.pm
11048 ____________________________________________________________________________
11049 [  2820] By: gsar                                  on 1999/02/07  10:20:35
11050         Log: add draft debugging API implementation
11051      Branch: perl
11052            + lib/DB.pm
11053            ! MANIFEST
11054 ____________________________________________________________________________
11055 [  2819] By: gsar                                  on 1999/02/07  09:58:45
11056         Log: avoid garbage in db->dirbuf
11057              From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
11058              Date: Sat, 05 Dec 1998 14:14:54 +0900
11059              Message-Id: <199812050514.OAA23268@toshiba.co.jp>
11060              Subject: SDBM bug
11061      Branch: perl
11062            ! ext/SDBM_File/sdbm/sdbm.c
11063 ____________________________________________________________________________
11064 [  2818] By: gsar                                  on 1999/02/07  09:32:24
11065         Log: missing entry
11066      Branch: perl
11067            ! MANIFEST
11068 ____________________________________________________________________________
11069 [  2817] By: gsar                                  on 1999/02/07  09:30:47
11070         Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
11071      Branch: perl
11072            + t/comp/bproto.t
11073            ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
11074 ____________________________________________________________________________
11075 [  2816] By: gsar                                  on 1999/02/06  00:14:29
11076         Log: minor bug in dumping blessed subrefs
11077      Branch: perl
11078            ! ext/Data/Dumper/Dumper.pm
11079 ____________________________________________________________________________
11080 [  2812] By: jhi                                   on 1999/02/03  22:02:24
11081         Log: Enhance change #2808.
11082              
11083              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
11084              To: perl5-porters@perl.org
11085              Subject: Re: [PATCH 5.00*]: perlbug checklist
11086              Date: Wed, 3 Feb 1999 19:02:27 +0000
11087              Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
11088      Branch: cfgperl
11089            ! utils/perlbug.PL
11090 ____________________________________________________________________________
11091 [  2811] By: jhi                                   on 1999/02/03  21:53:23
11092         Log: From: Barrie Slaymaker <rbs@telerama.com>
11093              To: perl5-porters@perl.org
11094              CC: pod-people@perl.org
11095              Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
11096              Date: Wed, 03 Feb 1999 10:34:18 -0500
11097              Message-ID: <36B86C7A.E99EFFF1@telerama.com>
11098              
11099              Add File::PathConvert.pm.
11100              Fix Pod::Html and installhtml to understand relative urls.
11101      Branch: cfgperl
11102            + lib/File/PathConvert.pm
11103            ! MANIFEST installhtml lib/Pod/Html.pm
11104 ____________________________________________________________________________
11105 [  2810] By: jhi                                   on 1999/02/03  20:25:10
11106         Log: From: Francois Desarmenien <desar@club-internet.fr>
11107              To: Mailing list Perl5 <perl5-porters@perl.org>
11108              Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
11109              Date: Wed, 03 Feb 1999 13:13:24 +0000
11110              Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
11111              
11112              (note: this patch completely overrides Tom Wolfe's patch,
11113              change #2604)
11114      Branch: cfgperl
11115            + ext/GDBM_File/hints/sco.pl
11116            ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
11117 ____________________________________________________________________________
11118 [  2809] By: jhi                                   on 1999/02/03  19:54:16
11119         Log: h2ph fixes + Configure patch to support them.
11120              
11121              From: "Kurt D. Starsinic" <kstar@chapin.edu>
11122              To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
11123              Gurusamy Sarathy <gsar@engin.umich.edu>
11124              Cc: perl5-porters@perl.org
11125              Subject: [PATCH 5.00503_MT5] h2ph.PL
11126              Date: Tue, 2 Feb 1999 19:48:06 -0500
11127              Message-ID: <19990202194806.E10647@O2.chapin.edu>
11128      Branch: maint-5.005/perl
11129            ! Configure utils/h2ph.PL
11130 ____________________________________________________________________________
11131 [  2808] By: jhi                                   on 1999/02/03  16:59:55
11132         Log: Enhance the perlbug checklist.
11133      Branch: cfgperl
11134            ! utils/perlbug.PL
11135 ____________________________________________________________________________
11136 [  2807] By: jhi                                   on 1999/02/03  14:01:37
11137         Log: Document the standard strftime %formats.
11138              
11139              From: Dominic Dunlop <domo@vo.lu>
11140              To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
11141              Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
11142              Date: Tue, 2 Feb 1999 15:55:29 +0100
11143              Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
11144      Branch: cfgperl
11145            ! ext/POSIX/POSIX.pod
11146 ____________________________________________________________________________
11147 [  2806] By: jhi                                   on 1999/02/03  13:58:00
11148         Log: Integrate from mainperl.
11149      Branch: cfgperl
11150           !> perl.h
11151 ____________________________________________________________________________
11152 [  2805] By: gsar                                  on 1999/02/03  03:32:31
11153         Log: PL_uuemap[] init needs help for sizeof()
11154      Branch: perl
11155            ! perl.h
11156 ____________________________________________________________________________
11157 [  2804] By: jhi                                   on 1999/02/02  20:44:30
11158         Log: These should've been already in #2803.
11159      Branch: cfgperl
11160            ! Configure config_h.SH vms/subconfigure.com
11161 ____________________________________________________________________________
11162 [  2803] By: jhi                                   on 1999/02/02  20:38:45
11163         Log: telldir prototype issue, from mists of time...
11164      Branch: cfgperl
11165            ! hints/netbsd.sh pp_sys.c
11166 ____________________________________________________________________________
11167 [  2801] By: jhi                                   on 1999/02/02  17:40:14
11168         Log: From: John Bley <jbb6@acpub.duke.edu>
11169              To: perlbug@perl.org
11170              Subject: [PATCH]5.005_54 (DOC) fix minor typos
11171              Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
11172              Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
11173      Branch: cfgperl
11174            ! pod/perlre.pod
11175 ____________________________________________________________________________
11176 [  2800] By: jhi                                   on 1999/02/02  17:26:49
11177         Log: Update todo with POSIX 1003.1 1996 Edition reminder.
11178      Branch: cfgperl
11179            ! Todo-5.005
11180 ____________________________________________________________________________
11181 [  2799] By: jhi                                   on 1999/02/02  17:18:51
11182         Log: Update FindBin from maint-5.005.
11183      Branch: cfgperl
11184            ! lib/FindBin.pm
11185 ____________________________________________________________________________
11186 [  2798] By: jhi                                   on 1999/02/02  17:16:07
11187         Log: Fix typecasts in #2797
11188              
11189              From: "G. Del Merritt" <del@intranetics.com>
11190              Date: Fri, 29 Jan 1999 11:47:25 -0700
11191              Message-Id: <199901291847.LAA04828@jhereg.perl.com>
11192              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
11193      Branch: cfgperl
11194            ! ext/POSIX/POSIX.xs
11195 ____________________________________________________________________________
11196 [  2797] By: jhi                                   on 1999/02/02  17:14:37
11197         Log: From: Ted Law <tedlaw@cibcwg.com>
11198              Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
11199              Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
11200              Subject: POSIX::strftime buffer overflow problem
11201      Branch: cfgperl
11202            ! ext/POSIX/POSIX.xs
11203 ____________________________________________________________________________
11204 [  2796] By: jhi                                   on 1999/02/02  17:13:23
11205         Log: Do not use File::Slurp.
11206      Branch: cfgperl
11207            ! t/lib/textfill.t
11208 ____________________________________________________________________________
11209 [  2795] By: jhi                                   on 1999/02/02  17:11:48
11210         Log: perlhist update from maint-5.005.
11211      Branch: cfgperl
11212            ! pod/perlhist.pod
11213 ____________________________________________________________________________
11214 [  2794] By: jhi                                   on 1999/02/02  17:10:33
11215         Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
11216      Branch: cfgperl
11217            ! ext/POSIX/POSIX.pm
11218 ____________________________________________________________________________
11219 [  2793] By: jhi                                   on 1999/02/02  17:08:39
11220         Log: Missed the html test from change #2787. 
11221      Branch: cfgperl
11222            ! t/lib/cgi-html.t
11223 ____________________________________________________________________________
11224 [  2792] By: jhi                                   on 1999/02/02  17:01:24
11225         Log: Update Getopt::Long to 2.19.
11226      Branch: cfgperl
11227            ! lib/Getopt/Long.pm
11228 ____________________________________________________________________________
11229 [  2791] By: jhi                                   on 1999/02/02  16:59:13
11230         Log: overload syntax is no longer experimental
11231      Branch: cfgperl
11232            ! lib/overload.pm
11233 ____________________________________________________________________________
11234 [  2789] By: jhi                                   on 1999/02/02  16:47:50
11235         Log: Still doc fixes.
11236      Branch: cfgperl
11237            ! lib/diagnostics.pm
11238 ____________________________________________________________________________
11239 [  2788] By: jhi                                   on 1999/02/02  16:47:07
11240         Log: Doc fixes.
11241      Branch: cfgperl
11242            ! lib/CGI.pm lib/diagnostics.pm
11243 ____________________________________________________________________________
11244 [  2787] By: jhi                                   on 1999/02/02  16:38:55
11245         Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
11246              where applicable).
11247      Branch: cfgperl
11248            ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
11249            ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
11250            ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
11251            ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
11252            ! eg/cgi/frameset.cgi eg/cgi/index.html
11253            ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
11254            ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
11255            ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
11256            ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
11257            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
11258            ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
11259 ____________________________________________________________________________
11260 [  2786] By: jhi                                   on 1999/02/02  16:17:52
11261         Log: Update CPAN to 1.47.
11262      Branch: cfgperl
11263            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
11264 ____________________________________________________________________________
11265 [  2785] By: jhi                                   on 1999/02/02  16:09:03
11266         Log: From: Mark-Jason Dominus <mjd@plover.com>
11267              Date: Sat, 16 Jan 1999 17:22:06 -0500
11268              Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
11269              Message-ID: <19990116222206.3674.qmail@plover.com>
11270      Branch: cfgperl
11271            ! pod/perlsub.pod
11272 ____________________________________________________________________________
11273 [  2784] By: jhi                                   on 1999/02/02  16:01:31
11274         Log: Fix incorrect "used only once" warnings
11275              
11276              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11277              Date: Fri, 8 Jan 1999 04:37:10 -0500
11278              Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
11279              Subject: Re: change#965 flakiness
11280      Branch: cfgperl
11281            ! gv.c
11282 ____________________________________________________________________________
11283 [  2783] By: jhi                                   on 1999/02/02  15:50:38
11284         Log: perldelta updates.
11285      Branch: cfgperl
11286            ! pod/perldelta.pod
11287 ____________________________________________________________________________
11288 [  2782] By: jhi                                   on 1999/02/02  14:28:26
11289         Log: Mirror change #2781.
11290      Branch: cfgperl
11291            ! hints/linux.sh
11292 ____________________________________________________________________________
11293 [  2781] By: jhi                                   on 1999/02/02  14:27:01
11294         Log: Update the MkLinux note.
11295      Branch: maint-5.005/perl
11296            ! hints/linux.sh
11297 ____________________________________________________________________________
11298 [  2780] By: jhi                                   on 1999/02/02  14:10:59
11299         Log: Update todo.
11300      Branch: cfgperl
11301            ! Todo-5.005
11302 ____________________________________________________________________________
11303 [  2779] By: jhi                                   on 1999/02/02  14:00:25
11304         Log: Integrate from mainperl.
11305      Branch: cfgperl
11306            ! t/lib/textfill.t t/lib/textwrap.t
11307           !> (integrate 32 files)
11308 ____________________________________________________________________________
11309 [  2778] By: jhi                                   on 1999/02/02  13:56:23
11310         Log: VMS update, applicable parts of
11311              
11312              From: Dan Sugalski <sugalskd@osshe.edu>
11313              To: perl5-porters@perl.org
11314              Subject: [PATCH 5.005_03MT3]VMS configure tweak
11315              Date: Wed, 20 Jan 1999 12:05:18 -0800
11316              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
11317              
11318              From: Dan Sugalski <sugalskd@osshe.edu>
11319              To: perlbug@perl.com, vmsperl@perl.org
11320              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
11321              Date: Tue, 26 Jan 1999 14:40:38 -0800
11322              Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
11323              
11324              From: Dan Sugalski <sugalskd@osshe.edu>
11325              To: perl5-porters@perl.org, vmsperl@perl.org
11326              Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
11327              Date: Tue, 26 Jan 1999 14:55:29 -0800
11328              Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
11329      Branch: cfgperl
11330            ! vms/ext/Stdio/test.pl vms/subconfigure.com
11331 ____________________________________________________________________________
11332 [  2777] By: jhi                                   on 1999/02/02  13:43:24
11333         Log: Synch usethreads parts from maint-5.005.
11334      Branch: cfgperl
11335            ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
11336            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
11337            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
11338            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
11339 ____________________________________________________________________________
11340 [  2776] By: jhi                                   on 1999/02/02  13:17:16
11341         Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
11342      Branch: cfgperl
11343            ! Makefile.SH hints/freebsd.sh
11344 ____________________________________________________________________________
11345 [  2774] By: jhi                                   on 1999/02/02  13:10:39
11346         Log: Add perlthrtut, update pod/* machinery.
11347              (a pod/Makefile.SH is sorely needed)
11348      Branch: cfgperl
11349            + pod/perlthrtut.pod
11350            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
11351 ____________________________________________________________________________
11352 [  2773] By: jhi                                   on 1999/02/02  12:54:24
11353         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
11354              To: perl5-porters@perl.org
11355              Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
11356              Date: Tue, 26 Jan 1999 22:25:07 +0000
11357              Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
11358      Branch: cfgperl
11359            ! pod/perlguts.pod
11360 ____________________________________________________________________________
11361 [  2771] By: jhi                                   on 1999/02/02  12:47:34
11362         Log: Use perlbug instead of personal email address.
11363      Branch: cfgperl
11364            ! Configure
11365 ____________________________________________________________________________
11366 [  2770] By: jhi                                   on 1999/02/02  12:42:06
11367         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
11368              
11369              From: "G. Del Merritt" <del@intranetics.com>
11370              To: perlbug@perl.com
11371              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
11372              Date: Tue, 26 Jan 1999 12:09:09 -0700
11373              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
11374      Branch: cfgperl
11375            ! iperlsys.h
11376 ____________________________________________________________________________
11377 [  2769] By: jhi                                   on 1999/02/02  12:37:57
11378         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11379              To: Mailing list Perl5 <perl5-porters@perl.org>
11380              Subject: [PATCH 5.005_*] OS/2 threads
11381              Date: Tue, 26 Jan 1999 13:39:46 -0500
11382              Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
11383      Branch: cfgperl
11384            ! os2/os2ish.h
11385 ____________________________________________________________________________
11386 [  2768] By: jhi                                   on 1999/02/02  12:36:16
11387         Log: Apply change #2711 from maint-5.005:
11388              
11389              make ok", "make okfile", and "make nok" were broken
11390              with -Duseshrplib, because of a shared typo.
11391              
11392              From: Spider Boardman <spider@web.zk3.dec.com>
11393              To: perlbug@perl.com
11394              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
11395              Date: Wed, 27 Jan 1999 12:27:15 -0500
11396              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
11397      Branch: cfgperl
11398            ! Makefile.SH
11399 ____________________________________________________________________________
11400 [  2766] By: jhi                                   on 1999/02/02  12:27:08
11401         Log: Make Configure use "int main()" instead of bare "main()".
11402              Like maint-5.005 change #2703 but now via metaconfig.
11403      Branch: cfgperl
11404            ! Configure
11405 ____________________________________________________________________________
11406 [  2765] By: jhi                                   on 1999/02/02  11:59:30
11407         Log: Undo part of change #2562.
11408      Branch: cfgperl
11409            ! Configure
11410 ____________________________________________________________________________
11411 [  2764] By: jhi                                   on 1999/02/02  11:52:39
11412         Log: NetBSD synch with maint-5.005.
11413      Branch: cfgperl
11414            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
11415 ____________________________________________________________________________
11416 [  2763] By: jhi                                   on 1999/02/02  11:44:07
11417         Log: $Config{installusrbinperl}
11418              (maint-5.005 changes #2614 and #2709)
11419      Branch: cfgperl
11420            ! Configure installperl
11421 ____________________________________________________________________________
11422 [  2762] By: jhi                                   on 1999/02/02  11:29:13
11423         Log: Errno update from maint-5.005 (changes #2583, #2710).
11424      Branch: cfgperl
11425            ! Configure ext/Errno/Errno_pm.PL
11426 ____________________________________________________________________________
11427 [  2759] By: jhi                                   on 1999/02/02  10:53:20
11428         Log: Update Trig.pm from maint-5.005.
11429      Branch: cfgperl
11430            ! lib/Math/Trig.pm
11431 ____________________________________________________________________________
11432 [  2757] By: jhi                                   on 1999/02/02  10:41:26
11433         Log: MPE/iX update (mirror maint-5.005 change #2715)
11434      Branch: cfgperl
11435            ! hints/mpeix.sh mpeix/relink
11436 ____________________________________________________________________________
11437 [  2756] By: jhi                                   on 1999/02/02  10:38:08
11438         Log: BeOS update (Mirror maint-5.005 change #2727).
11439      Branch: cfgperl
11440            + ext/DynaLoader/dl_beos.xs
11441            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
11442            ! lib/ExtUtils/MM_Unix.pm
11443 ____________________________________________________________________________
11444 [  2754] By: gsar                                  on 1999/02/02  08:52:13
11445         Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
11446      Branch: perl
11447            ! Porting/pumpkin.pod Todo Todo-5.005
11448 ____________________________________________________________________________
11449 [  2753] By: gsar                                  on 1999/02/02  08:46:21
11450         Log: Todo tweaks
11451      Branch: perl
11452            ! Todo Todo-5.005
11453 ____________________________________________________________________________
11454 [  2752] By: jhi                                   on 1999/02/01  22:15:12
11455         Log: Add perlthrtut.pod.
11456              
11457              From: Dan Sugalski <sugalskd@osshe.edu>
11458              To: perl5-porters@perl.org
11459              Subject: perlthrtut.pod
11460              Date: Mon, 01 Feb 1999 10:57:11 -0800
11461              Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
11462      Branch: maint-5.005/perl
11463            + pod/perlthrtut.pod
11464            ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
11465            ! pod/roffitall
11466 ____________________________________________________________________________
11467 [  2751] By: gsar                                  on 1999/02/01  07:28:05
11468         Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
11469      Branch: perl
11470            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
11471            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
11472 ____________________________________________________________________________
11473 [  2750] By: gsar                                  on 1999/02/01  07:09:20
11474         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11475              Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
11476              Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
11477              Subject: [PATCH 5.005_53] Debugging REx with lookbehind
11478      Branch: perl
11479            ! regexec.c
11480 ____________________________________________________________________________
11481 [  2749] By: gsar                                  on 1999/02/01  07:07:59
11482         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11483              Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
11484              Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
11485              Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
11486      Branch: perl
11487            ! regexec.c
11488 ____________________________________________________________________________
11489 [  2748] By: gsar                                  on 1999/02/01  06:47:06
11490         Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
11491              Date: Thu, 3 Dec 1998 15:10:17 -0500
11492              Message-Id: <199812032010.PAA09692@jik.shore.net>
11493              Subject: sample checksum code in "perlfunc" man page is wrong
11494      Branch: perl
11495            ! pod/perlfunc.pod
11496 ____________________________________________________________________________
11497 [  2747] By: gsar                                  on 1999/02/01  06:35:13
11498         Log: typos in Pod/Text.pm
11499              From: "Greg Chapman" <glc@well.com>
11500              Date: Tue, 1 Dec 1998 10:50:18 -0800
11501              Message-Id: <199812011849.KAA08816@smtp.well.com>
11502              Subject: Glitch in Pod::Text
11503      Branch: perl
11504            ! lib/Pod/Text.pm
11505 ____________________________________________________________________________
11506 [  2746] By: gsar                                  on 1999/02/01  06:27:35
11507         Log: various win32-ish changes merged from maint-5.005
11508      Branch: perl
11509            ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
11510            ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
11511            ! win32/Makefile win32/config.bc win32/config.vc
11512            ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
11513            ! win32/win32.c
11514 ____________________________________________________________________________
11515 [  2745] By: gsar                                  on 1999/02/01  04:51:54
11516         Log: integrate cfgperl changes into mainline
11517      Branch: perl
11518           !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
11519 ____________________________________________________________________________
11520 [  2744] By: gsar                                  on 1999/02/01  04:31:09
11521         Log: improved diagnostic on syntax errors at EOL
11522      Branch: perl
11523            ! toke.c
11524 ____________________________________________________________________________
11525 [  2743] By: gsar                                  on 1999/02/01  03:59:13
11526         Log: don't attempt connect() to bogus IP addresses
11527              From:    Graham Barr <gbarr@pobox.com>
11528              Date:    Sun, 31 Jan 1999 21:50:45 CST
11529              Message-Id: <19990131215045.A633@pobox.com>
11530      Branch: perl
11531            ! t/lib/io_multihomed.t
11532 ____________________________________________________________________________
11533 [  2742] By: gsar                                  on 1999/02/01  03:08:58
11534         Log: update Changes
11535      Branch: perl
11536            ! Changes pod/perldelta.pod
11537 ____________________________________________________________________________
11538 [  2740] By: gsar                                  on 1999/02/01  02:43:07
11539         Log: CAPI inheritance tweak and doc
11540      Branch: maint-5.005/perl
11541            ! lib/ExtUtils/MakeMaker.pm
11542 ____________________________________________________________________________
11543 [  2739] By: jhi                                   on 1999/01/31  18:31:54
11544         Log: Undo changes #2730 and #2731 and replace them
11545              with an extensively tested patch from
11546              Anton Berezin <tobez@plab.ku.dk> (via private email).
11547      Branch: maint-5.005/perl
11548            ! Makefile.SH hints/freebsd.sh
11549 ____________________________________________________________________________
11550 [  2738] By: gsar                                  on 1999/01/31  05:04:32
11551         Log: fix bogus CAPI inheritance from change#2541
11552      Branch: maint-5.005/perl
11553            ! lib/ExtUtils/MakeMaker.pm
11554 ____________________________________________________________________________
11555 [  2731] By: jhi                                   on 1999/01/29  14:33:12
11556         Log: FreeBSD version numbers can be like "2.2.8-release".
11557      Branch: maint-5.005/perl
11558            ! hints/freebsd.sh
11559 ____________________________________________________________________________
11560 [  2730] By: jhi                                   on 1999/01/29  12:40:38
11561         Log: FreeBSD hints iteration (hopefully convergent).
11562              usethreads: require at least FreeBSD 2.2.8.
11563              signal type: mirror change #2429 in cfgperl.
11564      Branch: maint-5.005/perl
11565            ! hints/freebsd.sh
11566 ____________________________________________________________________________
11567 [  2727] By: gbarr                                 on 1999/01/29  04:09:57
11568         Log: From: Tom Spindler <dogcow@isi.net>
11569              Date: Thu, 28 Jan 1999 17:15:11 -0800
11570              Message-ID: <19990128171510.A11778@isi.net>
11571              Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
11572      Branch: maint-5.005/perl
11573            + ext/DynaLoader/dl_beos.xs
11574            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
11575            ! lib/ExtUtils/MM_Unix.pm
11576 ____________________________________________________________________________
11577 [  2726] By: gbarr                                 on 1999/01/29  03:30:51
11578         Log: Remove use of File::Slurp in t/lib/textfill.t
11579      Branch: maint-5.005/perl
11580            ! t/lib/textfill.t
11581 ____________________________________________________________________________
11582 [  2725] By: gbarr                                 on 1999/01/29  03:11:41
11583         Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
11584              Date: Wed, 27 Jan 1999 23:14:33 -0800
11585              Message-Id: <199901280714.XAA10176@activestate.com>
11586              Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
11587      Branch: maint-5.005/perl
11588            ! win32/Makefile win32/makefile.mk
11589 ____________________________________________________________________________
11590 [  2720] By: gsar                                  on 1999/01/27  21:54:42
11591         Log: missing space while munging CCFLAGS for PERL_CAPI
11592      Branch: perl
11593            ! lib/ExtUtils/MM_Unix.pm
11594 ____________________________________________________________________________
11595 [  2718] By: jhi                                   on 1999/01/27  19:46:04
11596         Log: io/fs.t fails test #18 (sense of tests appears to have been
11597              changed incompletely; this patch just skips the test attached,
11598              a la test #17 preceding it).
11599              
11600              From: "G. Del Merritt" <del@intranetics.com>
11601              To: perlbug@perl.com
11602              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
11603              Date: Tue, 26 Jan 1999 12:09:09 -0700
11604              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
11605      Branch: maint-5.005/perl
11606            ! t/io/fs.t
11607 ____________________________________________________________________________
11608 [  2717] By: jhi                                   on 1999/01/27  19:44:46
11609         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
11610              
11611              From: "G. Del Merritt" <del@intranetics.com>
11612              To: perlbug@perl.com
11613              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
11614              Date: Tue, 26 Jan 1999 12:09:09 -0700
11615              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
11616      Branch: maint-5.005/perl
11617            ! iperlsys.h
11618 ____________________________________________________________________________
11619 [  2715] By: jhi                                   on 1999/01/27  19:34:28
11620         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
11621              To: perl5-porters@perl.org
11622              Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
11623              Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
11624              Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
11625      Branch: maint-5.005/perl
11626            ! hints/mpeix.sh mpeix/relink
11627 ____________________________________________________________________________
11628 [  2710] By: jhi                                   on 1999/01/27  19:22:23
11629         Log: Errno fixes:
11630              
11631              From: Spider Boardman <spider@web.zk3.dec.com>
11632              To: perlbug@perl.com
11633              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
11634              Date: Wed, 27 Jan 1999 12:27:15 -0500
11635              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
11636              
11637              From: Spider Boardman <spider@web.zk3.dec.com>
11638              To: perlbug@perl.com
11639              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
11640              Date: Wed, 27 Jan 1999 13:31:16 -0500
11641              Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
11642      Branch: maint-5.005/perl
11643            ! Configure ext/Errno/Errno_pm.PL
11644 ____________________________________________________________________________
11645 [  2709] By: jhi                                   on 1999/01/27  19:17:35
11646         Log: Fix Configure installusrbinperl:
11647              
11648              From: Spider Boardman <spider@web.zk3.dec.com>
11649              To: jhi@iki.fi
11650              cc: perl5-porters@perl.org
11651              Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
11652              Date: Wed, 27 Jan 1999 13:03:35 -0500
11653              Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
11654      Branch: maint-5.005/perl
11655            ! Configure
11656 ____________________________________________________________________________
11657 [  2707] By: gbarr                                 on 1999/01/26  02:06:17
11658         Log: Add redef IO::Handle::* for setv?buf()
11659      Branch: maint-5.005/perl
11660            ! ext/POSIX/POSIX.pm
11661 ____________________________________________________________________________
11662 [  2705] By: jhi                                   on 1999/01/24  15:14:30
11663         Log: Mention year-1900 and month 0..11.
11664      Branch: cfgperl
11665            ! lib/Time/Local.pm
11666 ____________________________________________________________________________
11667 [  2704] By: jhi                                   on 1999/01/24  15:13:36
11668         Log: Document Configure -Uinstallusrbinperl.
11669      Branch: cfgperl
11670            ! INSTALL pod/perldelta.pod
11671 ____________________________________________________________________________
11672 [  2698] By: jhi                                   on 1999/01/24  12:46:00
11673         Log: Use only xlc_r for usethreads.
11674      Branch: cfgperl
11675            ! hints/aix.sh
11676 ____________________________________________________________________________
11677 [  2695] By: gsar                                  on 1999/01/24  07:09:05
11678         Log: integrate cfgperl changes into mainline
11679      Branch: perl
11680           +> lib/Exporter/Heavy.pm
11681           !> (integrate 65 files)
11682 ____________________________________________________________________________
11683 [  2694] By: gsar                                  on 1999/01/24  01:28:49
11684         Log: better notes on 'make' on win32
11685      Branch: perl
11686            ! README.win32
11687 ____________________________________________________________________________
11688 [  2683] By: jhi                                   on 1999/01/22  15:41:00
11689         Log: More de-cut-and-pastos.
11690      Branch: cfgperl
11691            ! hints/irix_6.sh hints/os2.sh
11692 ____________________________________________________________________________
11693 [  2682] By: jhi                                   on 1999/01/22  15:30:51
11694         Log: usethreads.cbu cut-and-pasto.
11695      Branch: cfgperl
11696            ! hints/solaris_2.sh
11697 ____________________________________________________________________________
11698 [  2681] By: jhi                                   on 1999/01/22  14:54:55
11699         Log: Better (I hope) LANGUAGE documentation.
11700      Branch: cfgperl
11701            ! pod/perllocale.pod
11702 ____________________________________________________________________________
11703 [  2680] By: jhi                                   on 1999/01/22  09:20:29
11704         Log: From: Dan Sugalski <sugalskd@osshe.edu>
11705              To: perl5-porters@perl.org
11706              Subject: [PATCH 5.005_03MT3]VMS configure tweak
11707              Date: Wed, 20 Jan 1999 12:05:18 -0800
11708              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
11709      Branch: cfgperl
11710            ! vms/subconfigure.com
11711 ____________________________________________________________________________
11712 [  2679] By: jhi                                   on 1999/01/22  09:13:18
11713         Log: nosuid getmntent() branch.
11714      Branch: cfgperl
11715            ! perl.c perl.h
11716 ____________________________________________________________________________
11717 [  2678] By: jhi                                   on 1999/01/22  08:54:19
11718         Log: nosuid patch continued: *BSD needs <sys/param.h>.
11719      Branch: cfgperl
11720            ! Configure config_h.SH
11721 ____________________________________________________________________________
11722 [  2676] By: gbarr                                 on 1999/01/22  01:54:02
11723         Log: Fixup FindBin to use File::Spec
11724              
11725              Message-Id: <19990120185157.D24479@west-tip.transeda.com>
11726              Date: Wed, 20 Jan 1999 18:51:57 +0000
11727              From: Paul Johnson <pjcj@transeda.com>
11728              Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
11729      Branch: maint-5.005/perl
11730            ! lib/FindBin.pm
11731 ____________________________________________________________________________
11732 [  2671] By: gbarr                                 on 1999/01/22  00:40:13
11733         Log: Fix win32 for Borland compiler and spaces in paths
11734              
11735              From: Gurusamy Sarathy <gsar@activestate.com>
11736              Date: Mon, 18 Jan 1999 20:33:17 -0800
11737              Message-Id: <199901190433.UAA03656@activestate.com>
11738              Subject: [PATCH] 5.005_03-trial3 win32 issues
11739      Branch: maint-5.005/perl
11740            ! README.win32 win32/Makefile win32/config_sh.PL
11741            ! win32/makefile.mk win32/runperl.c
11742 ____________________________________________________________________________
11743 [  2670] By: jhi                                   on 1999/01/21  16:12:38
11744         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11745              To: perl5-porters@perl.org
11746              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
11747              Date: Thu, 21 Jan 1999 12:08:01 +0000
11748              Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
11749      Branch: cfgperl
11750            ! pod/perldiag.pod t/op/subst.t toke.c
11751 ____________________________________________________________________________
11752 [  2669] By: jhi                                   on 1999/01/21  16:11:46
11753         Log: To: perl5-porters@perl.org
11754              Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
11755              From: Anton Berezin <tobez@plab.ku.dk>
11756              Date: 21 Jan 1999 17:07:28 +0100
11757              Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
11758      Branch: cfgperl
11759            ! hints/freebsd.sh
11760 ____________________________________________________________________________
11761 [  2668] By: jhi                                   on 1999/01/21  15:38:34
11762         Log: Add Daniel Grisinger <dgris@dimensional.com>.
11763      Branch: cfgperl
11764            ! AUTHORS MAINTAIN
11765 ____________________________________________________________________________
11766 [  2667] By: jhi                                   on 1999/01/21  15:32:28
11767         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11768              To: Mailing list Perl5 <perl5-porters@perl.org>
11769              Subject: [PATCH 5.005_53] Lean Exporter.pm
11770              Date: Thu, 21 Jan 1999 03:25:23 -0500
11771              Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
11772      Branch: cfgperl
11773            + lib/Exporter/Heavy.pm
11774            ! MANIFEST lib/Exporter.pm
11775 ____________________________________________________________________________
11776 [  2666] By: jhi                                   on 1999/01/21  15:24:10
11777         Log: From: "W. Phillip Moore" <wpm@ms.com>
11778              To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
11779              Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
11780              Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
11781              Message-ID: <13988.46383.298992.97303@zappa>
11782      Branch: cfgperl
11783            ! lib/File/Path.pm
11784 ____________________________________________________________________________
11785 [  2665] By: jhi                                   on 1999/01/21  15:20:48
11786         Log: CPAN update (CPAN-1.44_54) from Andreas and
11787              jumbo doc patch from Abigail.
11788              
11789              From: abigail@fnx.com
11790              To: perl5-porters@perl.org (Perl Porters)
11791              Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm]  Typos
11792              Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
11793              Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
11794              
11795              From: abigail@fnx.com
11796              To: perl5-porters@perl.org (Perl Porters)
11797              Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
11798              Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
11799              Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
11800              
11801              From: abigail@fnx.com
11802              To: perl5-porters@perl.org (Perl Porters)
11803              Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
11804              Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
11805              Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
11806              
11807              From: abigail@fnx.com
11808              To: perl5-porters@perl.org (Perl Porters)
11809              Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
11810              Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
11811              Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
11812              
11813              From: abigail@fnx.com
11814              To: perl5-porters@perl.org (Perl Porters)
11815              Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
11816              Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
11817              Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
11818              
11819              From: abigail@fnx.com
11820              To: perl5-porters@perl.org (Perl Porters)
11821              Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
11822              Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
11823              Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
11824              
11825              From: abigail@fnx.com
11826              To: perl5-porters@perl.org (Perl Porters)
11827              Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
11828              Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
11829              Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
11830              
11831              From: abigail@fnx.com
11832              To: perl5-porters@perl.org (Perl Porters)
11833              Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
11834              Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
11835              Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
11836              
11837              From: abigail@fnx.com
11838              To: perl5-porters@perl.org (Perl Porters)
11839              Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
11840              Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
11841              Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
11842              
11843              From: abigail@fnx.com
11844              To: perl5-porters@perl.org (Perl Porters)
11845              Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
11846              Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
11847              Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
11848              
11849              From: abigail@fnx.com
11850              To: perl5-porters@perl.org (Perl Porters)
11851              Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos  (ignore previous patch for this file...)
11852              Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
11853              Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
11854              
11855              From: abigail@fnx.com
11856              To: perl5-porters@perl.org (Perl Porters)
11857              Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
11858              Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
11859              Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
11860              
11861              From: abigail@fnx.com
11862              To: perl5-porters@perl.org (Perl Porters)
11863              Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
11864              Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
11865              Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
11866      Branch: cfgperl
11867            ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
11868            ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
11869            ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
11870            ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
11871 ____________________________________________________________________________
11872 [  2664] By: jhi                                   on 1999/01/21  14:47:43
11873         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11874              To: Mailing list Perl5 <perl5-porters@perl.org>
11875              Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
11876              Date: Thu, 21 Jan 1999 03:58:29 -0500
11877              Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
11878      Branch: cfgperl
11879            ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
11880 ____________________________________________________________________________
11881 [  2663] By: jhi                                   on 1999/01/21  14:43:58
11882         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11883              To: Mailing list Perl5 <perl5-porters@perl.org>
11884              Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
11885              Date: Thu, 21 Jan 1999 02:46:34 -0500
11886              Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
11887      Branch: cfgperl
11888            ! ext/Errno/Errno_pm.PL
11889 ____________________________________________________________________________
11890 [  2662] By: jhi                                   on 1999/01/21  14:42:42
11891         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
11892              To: Francois Desarmenien <desar@club-internet.fr>
11893              Cc: Gurusamy Sarathy <gsar@activestate.com>,
11894              Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
11895              Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
11896              Date: 21 Jan 1999 00:17:35 -0700
11897              Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
11898      Branch: cfgperl
11899            ! Porting/patching.pod
11900 ____________________________________________________________________________
11901 [  2661] By: jhi                                   on 1999/01/21  14:41:13
11902         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11903              To: Mailing list Perl5 <perl5-porters@perl.org>
11904              Subject: [PATCH 5.00*] makedepend
11905              Date: Thu, 21 Jan 1999 02:08:27 -0500
11906              Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
11907      Branch: cfgperl
11908            ! makedepend.SH
11909 ____________________________________________________________________________
11910 [  2660] By: jhi                                   on 1999/01/21  14:36:45
11911         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11912              To: Mailing list Perl5 <perl5-porters@perl.org>
11913              Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
11914              Date: Tue, 19 Jan 1999 20:06:45 -0500
11915              Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
11916      Branch: cfgperl
11917            ! os2/Changes os2/os2.c
11918 ____________________________________________________________________________
11919 [  2657] By: jhi                                   on 1999/01/21  11:40:35
11920         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
11921              To: perl5-porters@perl.org
11922              Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
11923              Date: Mon, 18 Jan 1999 01:32:31 PST
11924              Message-ID: <19990118093231.18443.qmail@hotmail.com>
11925      Branch: cfgperl
11926            ! ext/B/B/CC.pm
11927 ____________________________________________________________________________
11928 [  2656] By: jhi                                   on 1999/01/21  11:35:34
11929         Log: From: Achim Bohnet <ach@mpe.mpg.de>
11930              Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED) 
11931              Date: Wed, 20 Jan 1999 20:25:53 +0100
11932              Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
11933      Branch: cfgperl
11934            ! pp.c
11935 ____________________________________________________________________________
11936 [  2655] By: jhi                                   on 1999/01/21  10:46:01
11937         Log: Handle NIS (and NetInfo) more robustly.
11938      Branch: cfgperl
11939            ! t/op/grent.t t/op/pwent.t
11940 ____________________________________________________________________________
11941 [  2654] By: jhi                                   on 1999/01/21  10:17:20
11942         Log: Two-argument eaccess() of SCO.
11943      Branch: cfgperl
11944            ! pp_sys.c
11945 ____________________________________________________________________________
11946 [  2653] By: jhi                                   on 1999/01/21  08:53:14
11947         Log: -DNO_NOSUID_CHECK for those platforms which have no way
11948              of checking for nosuid but still want suidperl.
11949      Branch: cfgperl
11950            ! perl.c
11951 ____________________________________________________________________________
11952 [  2652] By: jhi                                   on 1999/01/21  08:22:50
11953         Log: The LANGUAGE mirrors LC_ALL usage.
11954      Branch: cfgperl
11955            ! Configure config_h.SH
11956 ____________________________________________________________________________
11957 [  2651] By: jhi                                   on 1999/01/20  22:01:21
11958         Log: I_MNTENT was missing.
11959      Branch: cfgperl
11960            ! Configure config_h.SH
11961 ____________________________________________________________________________
11962 [  2650] By: jhi                                   on 1999/01/19  13:42:03
11963         Log: NetBSD update, based on patches from the NetBSD packages system.
11964      Branch: cfgperl
11965            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
11966 ____________________________________________________________________________
11967 [  2649] By: jhi                                   on 1999/01/19  12:44:02
11968         Log: Jumbo Configure update.
11969              * -Uinstallusrbinperl: disable /usr/bin/perl installation
11970              by installperl
11971              * usethreads.cbu
11972              * use64bits.cbu
11973              * "nosuid"
11974      Branch: cfgperl
11975            ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
11976            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
11977            ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
11978            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
11979            ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
11980            ! pod/perldiag.pod
11981 ____________________________________________________________________________
11982 [  2648] By: jhi                                   on 1999/01/19  09:16:44
11983         Log: Mention /usr/share/locale.
11984      Branch: cfgperl
11985            ! pod/perllocale.pod
11986 ____________________________________________________________________________
11987 [  2647] By: jhi                                   on 1999/01/19  09:11:11
11988         Log: SHMLBA strikes back in NetBSD/sparc.
11989              
11990              From: Dave Nelson <David.Nelson@bellcow.com>
11991              To: jhi@iki.fi
11992              Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
11993              Date: Mon, 18 Jan 1999 22:07:56 -0600
11994              Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
11995      Branch: cfgperl
11996            ! ext/IPC/SysV/SysV.xs
11997 ____________________________________________________________________________
11998 [  2646] By: jhi                                   on 1999/01/19  08:58:17
11999         Log: Show LANGUAGE env var when needed. (Augment change #2645).
12000      Branch: cfgperl
12001            ! util.c utils/perlbug.PL
12002 ____________________________________________________________________________
12003 [  2645] By: jhi                                   on 1999/01/19  08:52:15
12004         Log: Document the GNU LANGUAGE env var.
12005      Branch: cfgperl
12006            ! pod/perllocale.pod
12007 ____________________________________________________________________________
12008 [  2644] By: jhi                                   on 1999/01/19  08:42:25
12009         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12010              To: Mailing list Perl5 <perl5-porters@perl.org>
12011              Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
12012              Date: Mon, 18 Jan 1999 20:57:02 -0500
12013              Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
12014      Branch: cfgperl
12015            ! pp_hot.c t/op/pat.t
12016 ____________________________________________________________________________
12017 [  2643] By: jhi                                   on 1999/01/18  11:23:41
12018         Log: Add various cruft to "clean" target. (Time for t/Makefile?)
12019      Branch: cfgperl
12020            ! Makefile.SH
12021 ____________________________________________________________________________
12022 [  2642] By: jhi                                   on 1999/01/18  11:03:38
12023         Log: GNU libc locale system has LANGUAGE env var that partly
12024              overrides even LC_ALL.
12025      Branch: cfgperl
12026            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
12027 ____________________________________________________________________________
12028 [  2641] By: jhi                                   on 1999/01/18  10:55:04
12029         Log: Integrate from mainperl.
12030      Branch: cfgperl
12031           +> ext/B/defsubs.h.PL
12032            ! t/op/groups.t
12033           !> (integrate 38 files)
12034 ____________________________________________________________________________
12035 [  2640] By: gsar                                  on 1999/01/18  10:06:29
12036         Log: a few random cleanups
12037      Branch: perl
12038            ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
12039 ____________________________________________________________________________
12040 [  2639] By: gsar                                  on 1999/01/18  05:56:21
12041         Log: From:    "Vishal Bhatia" <vishalb@hotmail.com>
12042              Date:    Sun, 17 Jan 1999 16:41:10 PST
12043              Message-Id: <19990118004111.29667.qmail@hotmail.com>
12044              Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
12045      Branch: perl
12046            ! ext/B/B/C.pm
12047 ____________________________________________________________________________
12048 [  2638] By: gsar                                  on 1999/01/18  05:41:21
12049         Log: From:    jan.dubois@ibm.net (Jan Dubois)
12050              Date:    Mon, 18 Jan 1999 00:37:41 +0100
12051              Message-Id: <36a271cd.2105507@smtp1.ibm.net>
12052              Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
12053      Branch: perl
12054            ! dump.c
12055 ____________________________________________________________________________
12056 [  2633] By: gsar                                  on 1999/01/17  13:39:59
12057         Log: bogus assert()
12058      Branch: perl
12059            ! pp.c t/op/groups.t
12060 ____________________________________________________________________________
12061 [  2632] By: gsar                                  on 1999/01/17  13:22:04
12062         Log: various tweaks for clean build and test on win32
12063      Branch: perl
12064            ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
12065            ! op.c t/pragma/warn/doio
12066 ____________________________________________________________________________
12067 [  2631] By: gsar                                  on 1999/01/17  12:28:06
12068         Log: undo change#2336, and add clarification about subversive
12069              CPAN distributions from Andreas Koenig
12070      Branch: perl
12071            ! Porting/pumpkin.pod lib/CPAN.pm
12072 ____________________________________________________________________________
12073 [  2630] By: gsar                                  on 1999/01/17  12:04:06
12074         Log: fix silent taint failures under -U
12075      Branch: perl
12076            ! doio.c
12077 ____________________________________________________________________________
12078 [  2629] By: gsar                                  on 1999/01/17  12:00:23
12079         Log: sanity check piped opens (tweaked version of patch suggested
12080              by Mark-Jason Dominus)
12081      Branch: perl
12082            ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
12083            ! t/op/taint.t t/pragma/warn/doio
12084 ____________________________________________________________________________
12085 [  2628] By: gsar                                  on 1999/01/17  11:26:21
12086         Log: regen headers
12087      Branch: perl
12088            ! embed.h embedvar.h objXSUB.h
12089 ____________________________________________________________________________
12090 [  2627] By: gsar                                  on 1999/01/17  11:23:37
12091         Log: PERL_OBJECTness for change#2595
12092      Branch: perl
12093            ! embed.pl op.c pod/perlport.pod proto.h
12094 ____________________________________________________________________________
12095 [  2626] By: gsar                                  on 1999/01/17  09:47:07
12096         Log: PERL_OBJECT tweaks for change#2426
12097      Branch: perl
12098            ! embed.pl proto.h regcomp.c
12099 ____________________________________________________________________________
12100 [  2625] By: gsar                                  on 1999/01/17  09:37:58
12101         Log: documentation in change#2596 is not quite right; fix it
12102      Branch: perl
12103            ! lib/Math/BigFloat.pm pod/perlguts.pod
12104 ____________________________________________________________________________
12105 [  2624] By: gsar                                  on 1999/01/17  09:28:34
12106         Log: undo change#2571; C<use File::Spec> instead
12107      Branch: perl
12108            ! lib/FindBin.pm
12109 ____________________________________________________________________________
12110 [  2623] By: gsar                                  on 1999/01/17  09:20:42
12111         Log: change#2572 is not applicable; undo, retaining scan_bin addition
12112              to global.sym
12113      Branch: perl
12114            ! global.sym perl.c proto.h
12115 ____________________________________________________________________________
12116 [  2622] By: gsar                                  on 1999/01/17  09:17:42
12117         Log: change#2576 is based on a wrong premise; undo it
12118      Branch: perl
12119            ! pp_ctl.c
12120 ____________________________________________________________________________
12121 [  2621] By: gsar                                  on 1999/01/17  09:12:42
12122         Log: fix change#2602 to not used hard coded constants
12123      Branch: perl
12124            ! ext/B/B/C.pm ext/B/defsubs.h.PL
12125 ____________________________________________________________________________
12126 [  2620] By: gsar                                  on 1999/01/17  09:02:07
12127         Log: integrate cfgperl changes into mainline, fix conflicts
12128      Branch: perl
12129           +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
12130           +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
12131           +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
12132           +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
12133           +> pod/perlopentut.pod
12134           !> (integrate 162 files)
12135 ____________________________________________________________________________
12136 [  2619] By: gsar                                  on 1999/01/17  08:42:04
12137         Log: a few doc typos
12138      Branch: perl
12139            ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
12140 ____________________________________________________________________________
12141 [  2616] By: gbarr                                 on 1999/01/16  18:59:55
12142         Log: Win32 changes from Jan
12143              
12144              From: jan.dubois@ibm.net (Jan Dubois)
12145              Date: Fri, 15 Jan 1999 23:38:35 +0100
12146              Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
12147              Subject: [PATCH 5.005_03m2] Win32 Makefile patches
12148              
12149              From: jan.dubois@ibm.net (Jan Dubois)
12150              Date: Sat, 16 Jan 1999 13:02:45 +0100
12151              Message-ID: <36a07da6.10722337@smtp1.ibm.net>
12152              Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
12153      Branch: maint-5.005/perl
12154            ! README.win32 win32/Makefile win32/makefile.mk
12155 ____________________________________________________________________________
12156 [  2615] By: gbarr                                 on 1999/01/16  18:48:48
12157         Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
12158              
12159              From: Gurusamy Sarathy <gsar@engin.umich.edu>
12160              Date: Thu, 07 Jan 1999 00:12:00 -0500
12161              Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
12162              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
12163              
12164              From: Gurusamy Sarathy <gsar@engin.umich.edu>
12165              Date: Thu, 14 Jan 1999 19:21:46 -0500
12166              Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
12167              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
12168      Branch: maint-5.005/perl
12169            ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
12170            ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
12171            ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
12172            ! win32/makedef.pl win32/runperl.c win32/win32.c
12173 ____________________________________________________________________________
12174 [  2614] By: gbarr                                 on 1999/01/16  16:48:38
12175         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
12176              Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
12177              Message-Id: <199901151528.RAA08785@alpha.hut.fi>
12178              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
12179              
12180              From: Jarkko Hietaniemi <jhi@iki.fi>
12181              Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
12182              Message-Id: <199901151644.SAA08184@alpha.hut.fi>
12183              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
12184              
12185              From: Jarkko Hietaniemi <jhi@iki.fi>
12186              Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
12187              Message-Id: <199901151652.SAA11259@alpha.hut.fi>
12188              Subject: the promised "installusrbinperl + NetBSD" fix
12189      Branch: maint-5.005/perl
12190            ! Configure Makefile.SH hints/netbsd.sh installperl
12191            ! makedepend.SH unixish.h
12192 ____________________________________________________________________________
12193 [  2611] By: jhi                                   on 1999/01/14  12:16:14
12194         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
12195              To: pumpkings@jhereg.perl.com
12196              Subject: perlopentut.pod
12197              Date: Sat, 09 Jan 1999 08:13:18 -0700
12198              Message-Id: <199901091513.IAA17512@jhereg.perl.com>
12199      Branch: cfgperl
12200            + pod/perlopentut.pod
12201            ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
12202 ____________________________________________________________________________
12203 [  2607] By: gbarr                                 on 1999/01/14  02:53:40
12204         Log: Added Carp::cluck to perldelta.pod
12205      Branch: maint-5.005/perl
12206            ! pod/perldelta.pod
12207 ____________________________________________________________________________
12208 [  2605] By: jhi                                   on 1999/01/13  18:26:19
12209         Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
12210              To: "'cpan@perl.org'" <cpan@perl.org>
12211              Subject: "Bug" fix for File::Find.pm
12212              Date:   Thu, 31 Dec 1998 13:01:50 -0500
12213              Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
12214      Branch: cfgperl
12215            ! lib/File/Find.pm
12216 ____________________________________________________________________________
12217 [  2604] By: jhi                                   on 1999/01/13  18:08:45
12218         Log: From: Peter Wolfe <wolfe@teloseng.com>
12219              Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
12220              To: perlbug@perl.com
12221              Date: 11 Jan 1999 23:00:05 +0200
12222              Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
12223      Branch: cfgperl
12224            ! hints/sco.sh
12225 ____________________________________________________________________________
12226 [  2603] By: jhi                                   on 1999/01/13  18:06:56
12227         Log: From: hans@icgroup.nl (Hans Mulder)
12228              Subject: [Patch for 5.005_54] re::debugcolors dumps core
12229              To: perlbug@perl.com
12230              Cc: hansmu@xs4all.nl
12231              Date: 11 Jan 1999 22:22:45 +0200
12232              Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
12233      Branch: cfgperl
12234            ! ext/re/re.pm regcomp.c
12235 ____________________________________________________________________________
12236 [  2602] By: jhi                                   on 1999/01/13  18:05:43
12237         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
12238              Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
12239              Date: 11 Jan 1999 08:02:41 +0200
12240              Lines: 134
12241              Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
12242      Branch: cfgperl
12243            ! ext/B/B.xs ext/B/B/C.pm
12244 ____________________________________________________________________________
12245 [  2601] By: jhi                                   on 1999/01/13  18:01:53
12246         Log: From: James FitzGibbon <james@ican.net>
12247              Subject: Trivial patch for HP-UX 11 and shared libperl
12248              To: perl5-porters@perl.org
12249              Date: 8 Jan 1999 19:13:23 +0200
12250              Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
12251      Branch: cfgperl
12252            ! Makefile.SH
12253 ____________________________________________________________________________
12254 [  2600] By: jhi                                   on 1999/01/13  17:59:45
12255         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
12256              Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
12257              To: perl5-porters@perl.org
12258              Date: 8 Jan 1999 12:43:36 +0200
12259              Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
12260      Branch: cfgperl
12261            ! ext/B/B/CC.pm
12262 ____________________________________________________________________________
12263 [  2599] By: jhi                                   on 1999/01/13  17:50:11
12264         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
12265              Subject: PATCH to installperl
12266              To: perl5-porters@perl.org
12267              Date: 4 Jan 1999 16:15:18 +0200
12268              Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
12269      Branch: cfgperl
12270            ! installperl
12271 ____________________________________________________________________________
12272 [  2598] By: jhi                                   on 1999/01/13  17:34:51
12273         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
12274              To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
12275              Cc: perl5-porters@perl.org
12276              Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
12277              Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
12278              Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
12279      Branch: cfgperl
12280            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
12281            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
12282 ____________________________________________________________________________
12283 [  2597] By: jhi                                   on 1999/01/13  17:30:33
12284         Log: From: David Dyck <dcd@tc.fluke.com>
12285              To: Perl Porters <perl5-porters@perl.org>,
12286              Gurusamy Sarathy <gsar@engin.umich.edu>
12287              Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
12288              Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
12289              Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
12290      Branch: cfgperl
12291            ! pod/perldsc.pod
12292 ____________________________________________________________________________
12293 [  2596] By: jhi                                   on 1999/01/13  17:26:44
12294         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
12295              To: perl5-porters@perl.org
12296              Subject: [PATCH] modglobal w/ spelling fixes
12297              Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
12298              Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
12299      Branch: cfgperl
12300            ! pod/perlguts.pod
12301 ____________________________________________________________________________
12302 [  2595] By: jhi                                   on 1999/01/13  17:24:59
12303         Log: From: Hans Mulder <hansm@icgroup.nl>
12304              Optimize common sort routines.  Thread started by the message
12305              
12306              From: Hans Mulder <hansm@icgroup.nl>
12307              Sender: owner-perl5-porters@perl.org
12308              To: perl5-porters@perl.org
12309              Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
12310              Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
12311              
12312              and the patch from the message
12313              
12314              From: Hans Mulder <hans@icgroup.nl>
12315              To: jhi@iki.fi
12316              Cc: perl5-porters@perl.org
12317              Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
12318              $b }
12319              Date: Wed, 13 Jan 1999 17:39:35 +0100
12320              Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
12321      Branch: cfgperl
12322            ! Todo op.c op.h pp_ctl.c t/op/sort.t
12323 ____________________________________________________________________________
12324 [  2594] By: jhi                                   on 1999/01/13  16:50:17
12325         Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
12326              (the diffs were based on 5.004_02).  Tested by Guido
12327              and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
12328      Branch: cfgperl
12329            + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
12330            + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
12331            + mint/sys/time.h mint/time.h
12332            ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
12333            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
12334 ____________________________________________________________________________
12335 [  2593] By: jhi                                   on 1999/01/09  16:54:26
12336         Log: Detypo.
12337      Branch: cfgperl
12338            ! hints/dec_osf.sh
12339 ____________________________________________________________________________
12340 [  2592] By: jhi                                   on 1999/01/09  16:17:13
12341         Log: Move usethreads and use64bits logic from hints to Configure.
12342      Branch: cfgperl
12343            ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
12344            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
12345            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
12346            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
12347 ____________________________________________________________________________
12348 [  2591] By: jhi                                   on 1999/01/09  14:45:24
12349         Log: Missing dTHRs added.
12350      Branch: cfgperl
12351            ! regcomp.c toke.c
12352 ____________________________________________________________________________
12353 [  2590] By: jhi                                   on 1999/01/08  15:27:17
12354         Log: Finalize change #2589 and add better AIX nm scanning from:
12355              
12356              Message-Id: <m0zyNW0-00017VC@gentoo.com>
12357              From: bll@gentoo.com (Brad Lanam)
12358              Subject: Re: mailhelp returned a non-zero status
12359              In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
12360              To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
12361      Branch: cfgperl
12362            ! Configure hints/freebsd.sh hints/linux.sh
12363 ____________________________________________________________________________
12364 [  2589] By: jhi                                   on 1999/01/08  15:14:54
12365         Log: Undo change #2581.
12366      Branch: cfgperl
12367            ! Configure hints/freebsd.sh hints/linux.sh
12368 ____________________________________________________________________________
12369 [  2588] By: jhi                                   on 1999/01/08  11:51:52
12370         Log: FAQ jumbo patch from tchrist.
12371              
12372              Message-Id: <199901080605.XAA20229@jhereg.perl.com>
12373              From: Tom Christiansen <tchrist@jhereg.perl.com>
12374              To: pumpkings@jhereg.perl.com
12375              Subject: newest version of perlfaq.pod
12376              Date: Thu, 7 Jan 1999 23:05:02 -0700
12377              
12378              Message-Id: <199901080605.XAA20231@jhereg.perl.com>
12379              From: Tom Christiansen <tchrist@jhereg.perl.com>
12380              To: pumpkings@jhereg.perl.com
12381              Subject: newest version of perlfaq1.pod
12382              Date: Thu, 7 Jan 1999 23:05:02 -0700
12383              
12384              Message-Id: <199901080605.XAA20233@jhereg.perl.com>
12385              From: Tom Christiansen <tchrist@jhereg.perl.com>
12386              To: pumpkings@jhereg.perl.com
12387              Subject: newest version of perlfaq2.pod
12388              Date: Thu, 7 Jan 1999 23:05:02 -0700
12389              
12390              Message-Id: <199901080605.XAA20235@jhereg.perl.com>
12391              From: Tom Christiansen <tchrist@jhereg.perl.com>
12392              To: pumpkings@jhereg.perl.com
12393              Subject: newest version of perlfaq3.pod
12394              Date: Thu, 7 Jan 1999 23:05:02 -0700
12395              
12396              Message-Id: <199901080605.XAA20237@jhereg.perl.com>
12397              From: Tom Christiansen <tchrist@jhereg.perl.com>
12398              To: pumpkings@jhereg.perl.com
12399              Subject: newest version of perlfaq4.pod
12400              Date: Thu, 7 Jan 1999 23:05:02 -0700
12401              
12402              Message-Id: <199901080605.XAA20239@jhereg.perl.com>
12403              From: Tom Christiansen <tchrist@jhereg.perl.com>
12404              To: pumpkings@jhereg.perl.com
12405              Subject: newest version of perlfaq5.pod
12406              Date: Thu, 7 Jan 1999 23:05:02 -0700
12407              
12408              Message-Id: <199901080605.XAA20241@jhereg.perl.com>
12409              From: Tom Christiansen <tchrist@jhereg.perl.com>
12410              To: pumpkings@jhereg.perl.com
12411              Subject: newest version of perlfaq6.pod
12412              Date: Thu, 7 Jan 1999 23:05:02 -0700
12413              
12414              Message-Id: <199901080605.XAA20243@jhereg.perl.com>
12415              From: Tom Christiansen <tchrist@jhereg.perl.com>
12416              To: pumpkings@jhereg.perl.com
12417              Subject: newest version of perlfaq7.pod
12418              Date: Thu, 7 Jan 1999 23:05:03 -0700
12419              
12420              Message-Id: <199901080605.XAA20245@jhereg.perl.com>
12421              From: Tom Christiansen <tchrist@jhereg.perl.com>
12422              To: pumpkings@jhereg.perl.com
12423              Subject: newest version of perlfaq8.pod
12424              Date: Thu, 7 Jan 1999 23:05:03 -0700
12425              
12426              Message-Id: <199901080605.XAA20257@jhereg.perl.com>
12427              From: Tom Christiansen <tchrist@jhereg.perl.com>
12428              To: pumpkings@jhereg.perl.com
12429              Subject: newest version of perlfaq9.pod
12430              Date: Thu, 7 Jan 1999 23:05:03 -0700
12431      Branch: cfgperl
12432            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
12433            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
12434            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
12435            ! pod/perlfaq9.pod
12436 ____________________________________________________________________________
12437 [  2587] By: jhi                                   on 1999/01/08  11:17:43
12438         Log: More doc fixes from Abigail.
12439      Branch: cfgperl
12440            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
12441            ! lib/User/pwent.pm
12442 ____________________________________________________________________________
12443 [  2585] By: jhi                                   on 1999/01/08  08:31:02
12444         Log: Change #2584 from maint-5.005:
12445              
12446              implemented Ilya's suggested fix, and added a testcase
12447              
12448              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12449              Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
12450              Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
12451              Subject: Re: Text::ParseWords: regex fix
12452      Branch: cfgperl
12453            ! lib/Text/ParseWords.pm t/lib/parsewords.t
12454 ____________________________________________________________________________
12455 [  2583] By: gbarr                                 on 1999/01/08  04:50:03
12456         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
12457              Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
12458              Message-Id: <199901071047.MAA24100@alpha.hut.fi>
12459              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
12460      Branch: maint-5.005/perl
12461            ! ext/Errno/Errno_pm.PL
12462 ____________________________________________________________________________
12463 [  2581] By: jhi                                   on 1999/01/07  16:38:03
12464         Log: Configure update:
12465              - usethreads, use64bits, and usemultiplicity
12466              are no more interactively asked by Configure
12467              - "int main()" (vs bare "main()") enforced in test programs
12468      Branch: cfgperl
12469            ! Configure hints/freebsd.sh hints/linux.sh
12470 ____________________________________________________________________________
12471 [  2580] By: jhi                                   on 1999/01/07  11:19:12
12472         Log: From: Dan Sugalski <sugalskd@osshe.edu>
12473              Date: Wed, 06 Jan 1999 13:47:34 -0800
12474              Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
12475              Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
12476      Branch: cfgperl
12477            ! vms/vms.c
12478 ____________________________________________________________________________
12479 [  2579] By: jhi                                   on 1999/01/07  09:08:36
12480         Log: Another set of doc patches from Abigail
12481              
12482              From: abigail@fnx.com
12483              Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
12484              Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
12485              Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
12486              
12487              From: abigail@fnx.com
12488              Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
12489              Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
12490              Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
12491              
12492              From: abigail@fnx.com
12493              Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
12494              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
12495              Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
12496              
12497              From: abigail@fnx.com
12498              Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
12499              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
12500              Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
12501              
12502              From: abigail@fnx.com
12503              Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
12504              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
12505              Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
12506              
12507              From: abigail@fnx.com
12508              Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
12509              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
12510              Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
12511              
12512              From: abigail@fnx.com
12513              Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
12514              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
12515              Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
12516              
12517              From: abigail@fnx.com
12518              Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
12519              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
12520              Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
12521              
12522              From: abigail@fnx.com
12523              Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
12524              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
12525              Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
12526              
12527              From: abigail@fnx.com
12528              Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
12529              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
12530              Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
12531              
12532              From: abigail@fnx.com
12533              Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
12534              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
12535              Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
12536              
12537              From: abigail@fnx.com
12538              Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
12539              Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
12540              Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
12541              
12542              From: abigail@fnx.com
12543              Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
12544              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
12545              Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
12546              
12547              From: abigail@fnx.com
12548              Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
12549              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
12550              Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
12551      Branch: cfgperl
12552            ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
12553            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
12554            ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
12555            ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
12556            ! lib/Tie/Array.pm lib/Tie/Hash.pm
12557 ____________________________________________________________________________
12558 [  2576] By: jhi                                   on 1999/01/06  17:05:20
12559         Log: Change #2582 fallout: the amagic_cmp* are no more file static.
12560      Branch: cfgperl
12561            ! pp_ctl.c
12562 ____________________________________________________________________________
12563 [  2575] By: jhi                                   on 1999/01/06  13:18:56
12564         Log: Enhance the great_circle_distance() documentation.
12565      Branch: cfgperl
12566            ! lib/Math/Trig.pm
12567 ____________________________________________________________________________
12568 [  2574] By: jhi                                   on 1999/01/06  12:58:03
12569         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
12570              To: perlbug@perl.com
12571              Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
12572              Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
12573              Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
12574      Branch: cfgperl
12575            ! t/op/sysio.t
12576 ____________________________________________________________________________
12577 [  2573] By: jhi                                   on 1999/01/06  12:40:19
12578         Log: From: "W. Phillip Moore" <wpm@ms.com>
12579              To: perlbug@perl.org
12580              Subject: [PATCH] POSIX getpgrp is not -w clean
12581              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
12582              Message-ID: <13970.20107.190314.549471@zappa>
12583      Branch: cfgperl
12584            ! ext/POSIX/POSIX.pm
12585 ____________________________________________________________________________
12586 [  2572] By: jhi                                   on 1999/01/06  12:25:24
12587         Log: Based on
12588              From: jan.dubois@ibm.net (Jan Dubois)
12589              To: perl5-porters@perl.org
12590              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
12591              Date: Wed, 06 Jan 1999 01:24:09 +0100
12592              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
12593              except that
12594              - objXSUB.h was already okay
12595              - embed.h patching is futile, global.sym patched instead
12596              - objpp.h does not exist
12597              - proto.h addition applied manually
12598              - win32/GenCAPI.pl was already okay
12599              - win32/makedef.pl was already okay
12600      Branch: cfgperl
12601            ! global.sym perl.c proto.h
12602 ____________________________________________________________________________
12603 [  2571] By: jhi                                   on 1999/01/06  11:25:48
12604         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
12605              To: perlbug@perl.com
12606              Subject: FindBin.pm on Win32 systems
12607              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
12608              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
12609      Branch: cfgperl
12610            ! lib/FindBin.pm
12611 ____________________________________________________________________________
12612 [  2570] By: jhi                                   on 1999/01/06  11:21:48
12613         Log: From: Dan Sugalski <sugalskd@osshe.edu>
12614              To: perl5-porters@perl.org, vmsperl@perl.org
12615              Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
12616              Date: Tue, 05 Jan 1999 16:47:31 -0800
12617              Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
12618              
12619              (the ext/IO/lib/IO/Socket.pm was not really changed here;
12620              it was a leftover from #2569)
12621      Branch: cfgperl
12622            ! ext/IO/lib/IO/Socket.pm taint.c
12623 ____________________________________________________________________________
12624 [  2569] By: jhi                                   on 1999/01/06  11:18:22
12625         Log: Jumbo doc patch from Abigail (almost identical to
12626              the 5.005-maint change #2562 except for the
12627              ext/IO/lib/IO/Socket.pm patch which was not
12628              applicable because the IO version of 5.005-devel
12629              is somewhat different (why?))
12630              
12631              From: abigail@fnx.com
12632              Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
12633              Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
12634              Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
12635              
12636              From: abigail@fnx.com
12637              Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
12638              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
12639              Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
12640              
12641              From: abigail@fnx.com
12642              Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
12643              Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
12644              Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
12645              
12646              From: abigail@fnx.com
12647              Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
12648              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
12649              Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
12650              
12651              From: abigail@fnx.com
12652              Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
12653              Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
12654              Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
12655              
12656              From: abigail@fnx.com
12657              Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
12658              Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
12659              Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
12660              
12661              From: abigail@fnx.com
12662              Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
12663              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
12664              Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
12665              
12666              From: abigail@fnx.com
12667              Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
12668              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
12669              Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
12670              
12671              From: abigail@fnx.com
12672              Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
12673              Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
12674              Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
12675              
12676              From: abigail@fnx.com
12677              Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
12678              Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
12679              Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
12680      Branch: cfgperl
12681            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
12682            ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
12683            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
12684            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
12685            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
12686 ____________________________________________________________________________
12687 [  2568] By: gbarr                                 on 1999/01/06  03:13:15
12688         Log: From: jan.dubois@ibm.net (Jan Dubois)
12689              Date: Wed, 06 Jan 1999 01:24:09 +0100
12690              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
12691              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
12692      Branch: maint-5.005/perl
12693            ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
12694            ! win32/GenCAPI.pl win32/makedef.pl
12695 ____________________________________________________________________________
12696 [  2566] By: gbarr                                 on 1999/01/06  02:29:05
12697         Log: From: "W. Phillip Moore" <wpm@ms.com>
12698              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
12699              Message-ID: <13970.20107.190314.549471@zappa>
12700              Subject: [PATCH] POSIX getpgrp is not -w clean
12701      Branch: maint-5.005/perl
12702            ! ext/POSIX/POSIX.pm
12703 ____________________________________________________________________________
12704 [  2565] By: gbarr                                 on 1999/01/06  02:19:00
12705         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
12706              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
12707              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
12708              Subject: FindBin.pm on Win32 systems
12709      Branch: maint-5.005/perl
12710            ! lib/FindBin.pm
12711 ____________________________________________________________________________
12712 [  2561] By: jhi                                   on 1999/01/05  10:49:10
12713         Log: Reword the setlocale() 1-arg case better.
12714      Branch: cfgperl
12715            ! ext/POSIX/POSIX.pod
12716 ____________________________________________________________________________
12717 [  2559] By: gbarr                                 on 1999/01/02  15:37:35
12718         Log: From: Blair Zajac <bzajac@geostaff.com>
12719              Date: Wed, 23 Dec 1998 17:13:32 -0800
12720              Message-ID: <3681953C.8B6A90AA@geostaff.com>
12721              Subject: Tie::SubstrHash patch
12722      Branch: maint-5.005/perl
12723            ! lib/Tie/SubstrHash.pm
12724 ____________________________________________________________________________
12725 [  2554] By: jhi                                   on 1999/01/02  14:55:06
12726         Log: Object destruction order testing.
12727      Branch: cfgperl
12728            ! t/op/misc.t
12729 ____________________________________________________________________________
12730 [  2553] By: jhi                                   on 1999/01/02  14:49:40
12731         Log: perldelta the Dumpvalue.pm of change #2513.
12732      Branch: cfgperl
12733            ! lib/Dumpvalue.pm pod/perldelta.pod
12734 ____________________________________________________________________________
12735 [  2552] By: nick                                  on 1999/01/02  14:45:38
12736         Log: Tone down Makefile.PL so it works on Win32
12737      Branch: perl
12738            ! ext/B/Makefile.PL
12739 ____________________________________________________________________________
12740 [  2551] By: nick                                  on 1999/01/02  14:06:30
12741         Log: Export constant subs from B.xs for op.h, cop.h and a few others.
12742              Use them in various B::* rather than have local defs.
12743      Branch: perl
12744            + ext/B/defsubs.h.PL
12745            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
12746            ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
12747            ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
12748 ____________________________________________________________________________
12749 [  2550] By: nick                                  on 1999/01/02  10:04:02
12750         Log: Integrate ext/B changes from //depot/cfgperl
12751      Branch: perl
12752           !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
12753 ____________________________________________________________________________
12754 [  2549] By: jhi                                   on 1999/01/01  13:54:16
12755         Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
12756              To: perlbug@perl.com
12757              Subject: op/groups.t fails test 1 on HP-UX 10.20
12758              Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
12759              Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
12760      Branch: cfgperl
12761            ! t/op/groups.t
12762 ____________________________________________________________________________
12763 [  2548] By: jhi                                   on 1999/01/01  13:53:31
12764         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12765              To: perl5-porters@perl.org
12766              cc: hv@crypt0.demon.co.uk
12767              Subject: [bug 5.004_54] duplicate error message
12768              Date: Thu, 31 Dec 1998 04:05:25 +0000
12769              Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
12770              
12771              Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
12772              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
12773              To: hv@crypt0.demon.co.uk
12774              Cc: perl5-porters@perl.org
12775              Subject: [PATCH _54] Re: duplicate error message
12776              Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
12777              
12778              Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
12779              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12780              To: Stephen McCamant <smccam@uclink4.berkeley.edu>
12781              cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
12782              Subject: [TEST PATCH _54] Re: duplicate error message 
12783              Date: Fri, 01 Jan 1999 07:32:14 +0000
12784      Branch: cfgperl
12785            ! op.c t/pragma/warn/op
12786 ____________________________________________________________________________
12787 [  2547] By: jhi                                   on 1998/12/31  14:15:04
12788         Log: From: Chris Nandor <pudge@pobox.com>
12789              To: jhi@iki.fi
12790              Cc: perl5-porters@perl.org
12791              Subject: Re: [PATCH] perlport.pod 1.38
12792              Date: Thu, 31 Dec 1998 09:06:48 -0500
12793              Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
12794      Branch: cfgperl
12795            ! pod/perlport.pod
12796 ____________________________________________________________________________
12797 [  2546] By: jhi                                   on 1998/12/31  11:18:17
12798         Log: From: Wilson P. Snyder II
12799              To: perl5-porters@perl.org
12800              Subject: [PATCH v5.5.53] REV2: Binary number support
12801              Date: 1998/11/30
12802              Message-ID: <199811301543.KAA15689@vulcan.maker.com>
12803      Branch: cfgperl
12804            ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
12805            ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
12806            ! toke.c util.c
12807 ____________________________________________________________________________
12808 [  2545] By: jhi                                   on 1998/12/31  09:27:40
12809         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
12810              To: perlbug@perl.com
12811              Subject: "perl -T -P" dumps core on OpenBSD and Linux
12812              Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
12813              Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
12814      Branch: cfgperl
12815            ! taint.c
12816 ____________________________________________________________________________
12817 [  2544] By: jhi                                   on 1998/12/31  09:21:45
12818         Log: From: Tim Bunce <Tim.Bunce@ig.co.uk> 
12819              To: perlbug@perl.com 
12820              Subject: bug in pod2man search for perl binary [5.005_5x]
12821              Date: Sat, 12 Dec 1998 23:08:51 +0000 
12822              Message-ID: <19981212230851.A20578@ig.co.uk> 
12823      Branch: cfgperl
12824            ! pod/pod2man.PL
12825 ____________________________________________________________________________
12826 [  2541] By: gbarr                                 on 1998/12/30  14:37:14
12827         Log: From: jan.dubois@ibm.net (Jan Dubois)
12828              Date: Wed, 23 Dec 1998 21:26:38 +0100
12829              Message-ID: <36895086.8849224@smtp1.ibm.net>
12830              Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
12831      Branch: maint-5.005/perl
12832            ! lib/ExtUtils/MakeMaker.pm
12833 ____________________________________________________________________________
12834 [  2540] By: jhi                                   on 1998/12/30  08:42:04
12835         Log: Evermore AUTHORS and MAINTAIN.
12836      Branch: cfgperl
12837            ! AUTHORS MAINTAIN
12838 ____________________________________________________________________________
12839 [  2539] By: jhi                                   on 1998/12/29  15:10:34
12840         Log: More AUTHORS and MAINTAIN.
12841      Branch: cfgperl
12842            ! AUTHORS MAINTAIN
12843 ____________________________________________________________________________
12844 [  2537] By: jhi                                   on 1998/12/29  14:34:47
12845         Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
12846              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
12847              Message-ID: <13942.32480.700000.640927@utensil>
12848              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
12849              (mirror change#2531 in the 5.005-maint)
12850      Branch: cfgperl
12851            ! lib/AutoSplit.pm
12852 ____________________________________________________________________________
12853 [  2531] By: gbarr                                 on 1998/12/29  14:12:25
12854         Log: change in_pod pattern to /^=\w/ from /^=/
12855              From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
12856              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
12857              Message-ID: <13942.32480.700000.640927@utensil>
12858              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
12859      Branch: maint-5.005/perl
12860            ! lib/AutoSplit.pm
12861 ____________________________________________________________________________
12862 [  2525] By: jhi                                   on 1998/12/29  13:06:26
12863         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
12864              To: perl5-porters@perl.org
12865              Subject: [PATCH 5.005_54] More minor  Fixes in CC.pm/C.pm
12866              Date: 16 Dec 1998 03:17:03 +0200
12867              Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
12868      Branch: cfgperl
12869            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
12870 ____________________________________________________________________________
12871 [  2524] By: jhi                                   on 1998/12/29  13:00:06
12872         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
12873              To: perl5-porters@perl.org
12874              Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
12875              Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
12876              Date: 10 Dec 1998 08:30:02 +0200
12877              Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
12878              
12879              (Nick's part was applied earlier, in change #2460)
12880      Branch: cfgperl
12881            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
12882 ____________________________________________________________________________
12883 [  2523] By: jhi                                   on 1998/12/29  12:41:31
12884         Log: From: "vishal bhatia" <vishalb@hotmail.com>
12885              To: nick@ni-s.u-net.com
12886              Cc: perl5-porters@perl.org
12887              Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
12888              Date: 9 Dec 1998 06:50:30 +0200
12889              Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
12890      Branch: cfgperl
12891            ! ext/B/B/CC.pm
12892 ____________________________________________________________________________
12893 [  2522] By: jhi                                   on 1998/12/29  12:15:18
12894         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
12895              To: perl5-porters@perl.org (Perl 5 Porters)
12896              Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
12897              Date: 25 Dec 1998 23:02:28 +0200
12898              Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
12899      Branch: cfgperl
12900            ! lib/Pod/Text.pm
12901 ____________________________________________________________________________
12902 [  2521] By: jhi                                   on 1998/12/29  12:07:54
12903         Log: Undo #2519 (breaks universal.c).
12904      Branch: cfgperl
12905            ! XSUB.h
12906 ____________________________________________________________________________
12907 [  2519] By: jhi                                   on 1998/12/29  11:41:10
12908         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
12909              To: perl5-porters@perl.org
12910              Cc: perl-xs@perl.org
12911              Subject: XSUB.h refinement [PATCH]
12912              Date: 18 Dec 1998 03:58:44 +0200
12913              Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
12914      Branch: cfgperl
12915            ! XSUB.h
12916 ____________________________________________________________________________
12917 [  2518] By: jhi                                   on 1998/12/29  11:36:19
12918         Log: From: abigail@fnx.com
12919              To: perl5-porters@perl.org (Perl Porters)
12920              Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
12921              Date: 28 Dec 1998 21:39:15 +0200
12922              Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
12923      Branch: cfgperl
12924            ! lib/fields.pm
12925 ____________________________________________________________________________
12926 [  2517] By: jhi                                   on 1998/12/29  11:35:03
12927         Log: Document change #2516.
12928      Branch: cfgperl
12929            ! pod/perldelta.pod
12930 ____________________________________________________________________________
12931 [  2516] By: jhi                                   on 1998/12/29  11:32:26
12932         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12933              To: perl5-porters@perl.org (Mailing list Perl5)
12934              Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
12935              Date: 9 Dec 1998 10:39:31 +0200
12936              Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
12937      Branch: cfgperl
12938            ! pod/perldiag.pod regcomp.c toke.c
12939 ____________________________________________________________________________
12940 [  2515] By: jhi                                   on 1998/12/29  11:27:11
12941         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12942              To: perl5-porters@perl.org (Mailing list Perl5)
12943              Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
12944              Date: 8 Dec 1998 09:02:04 +0200
12945              Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
12946              
12947              \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
12948      Branch: cfgperl
12949            ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
12950 ____________________________________________________________________________
12951 [  2514] By: jhi                                   on 1998/12/29  11:21:31
12952         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12953              To: perl5-porters@perl.org (Mailing list Perl5)
12954              Subject: [PATCH 5.005_53] Regexp tests and UTF8
12955              Date: 8 Dec 1998 07:02:01 +0200
12956              Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
12957      Branch: cfgperl
12958            ! regcomp.c
12959 ____________________________________________________________________________
12960 [  2513] By: jhi                                   on 1998/12/29  11:18:34
12961         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12962              Subject: [PATCH 5.005_*] Dumpvar.pm
12963              To: perl5-porters@perl.org (Mailing list Perl5)
12964              Date: 7 Dec 1998 10:17:35 +0200
12965              Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
12966      Branch: cfgperl
12967            + lib/Dumpvalue.pm
12968            ! MANIFEST
12969 ____________________________________________________________________________
12970 [  2511] By: gbarr                                 on 1998/12/28  14:55:28
12971         Log: From: jan.dubois@ibm.net (Jan Dubois)
12972              Date: Tue, 01 Dec 1998 00:07:33 +0100
12973              Message-ID: <366921b5.14512598@smtp1.ibm.net>
12974              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
12975              
12976              From: jan.dubois@ibm.net (Jan Dubois)
12977              Date: Wed, 02 Dec 1998 00:24:54 +0100
12978              Message-ID: <366a77bb.19498126@smtp1.ibm.net>
12979              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
12980      Branch: maint-5.005/perl
12981            ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
12982            ! win32/config.bc win32/config.gc win32/config.vc
12983            ! win32/config_sh.PL win32/makedef.pl
12984 ____________________________________________________________________________
12985 [  2509] By: jhi                                   on 1998/12/28  13:00:31
12986     Log: Kickstart AUTHORS and MAINTAIN.
12987  Branch: cfgperl
12988        + AUTHORS MAINTAIN
12989        ! MANIFEST
12990 ____________________________________________________________________________
12991 [  2508] By: jhi                                   on 1998/12/28  08:04:00
12992     Log: From: Nathan Torkington <gnat@frii.com>
12993          To: perlbug@perl.com
12994          Subject: [PATCH] perlxstut.pod fix
12995          Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
12996          Message-ID: <13956.15285.933914.320849@localhost.frii.com>
12997  Branch: cfgperl
12998        ! pod/perlxstut.pod
12999 ____________________________________________________________________________
13000 [  2507] By: jhi                                   on 1998/12/28  07:59:00
13001     Log: From: abigail@fnx.com
13002          To: perlbug@perl.com
13003          Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
13004          Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
13005          Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
13006          (slightly modified, a part of the patch was rejected)
13007          (strange, I thought I had already submitted this one
13008          but Perforce disagrees with me...)
13009  Branch: cfgperl
13010        ! pod/perlop.pod
13011 ____________________________________________________________________________
13012 [  2506] By: jhi                                   on 1998/12/28  07:56:59
13013     Log: From: Artur <artur@vogon-solutions.com>
13014          To: perlbug@perl.com
13015          Subject: PATCH: perlmodlib.pod
13016          Date: Fri, 25 Dec 1998 00:48:39 +0000
13017          Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
13018  Branch: cfgperl
13019        ! pod/perlmodlib.pod pod/perlop.pod
13020 ____________________________________________________________________________
13021 [  2505] By: jhi                                   on 1998/12/28  07:46:06
13022     Log: From: abigail@fnx.com
13023          To: perl5-porters@perl.org (Perl Porters)
13024          Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
13025          Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
13026          Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
13027  Branch: cfgperl
13028        ! pod/pod2html.PL
13029 ____________________________________________________________________________
13030 [  2504] By: jhi                                   on 1998/12/28  07:44:35
13031     Log: From: Jim Avera <avera@fjst.com>
13032          To: perlbug@perl.com
13033          Subject: perlbug bug - shows dates reversed
13034          Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
13035          Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
13036  Branch: cfgperl
13037        ! utils/perlbug.PL
13038 ____________________________________________________________________________
13039 [  2503] By: jhi                                   on 1998/12/28  07:41:39
13040     Log: From: jan.dubois@ibm.net (Jan Dubois)
13041          To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
13042          Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
13043          Date: Wed, 23 Dec 1998 21:26:38 +0100
13044          Message-ID: <36895086.8849224@smtp1.ibm.net>
13045  Branch: cfgperl
13046        ! lib/ExtUtils/MakeMaker.pm
13047 ____________________________________________________________________________
13048 [  2502] By: jhi                                   on 1998/12/28  07:39:20
13049     Log: From: Blair Zajac <bzajac@geostaff.com>
13050          To: perl5-porters@perl.org
13051          Subject: Tie::SubstrHash patch
13052          Date: Wed, 23 Dec 1998 17:13:32 -0800
13053          Message-ID: <3681953C.8B6A90AA@geostaff.com>
13054  Branch: cfgperl
13055        ! lib/Tie/SubstrHash.pm
13056 ____________________________________________________________________________
13057 [  2501] By: jhi                                   on 1998/12/28  07:37:16
13058     Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
13059          To: perlbug@perl.com
13060          Subject: perlfaq9 minor error
13061          Date: Wed, 23 Dec 1998 14:54:19 -0800
13062          Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
13063  Branch: cfgperl
13064        ! pod/perlfaq9.pod
13065 ____________________________________________________________________________
13066 [  2500] By: jhi                                   on 1998/12/23  10:38:18
13067     Log: More porting notes about filesystems, AmigaOS, and MiNT.
13068  Branch: cfgperl
13069        ! pod/perlport.pod
13070 ____________________________________________________________________________
13071 [  2499] By: jhi                                   on 1998/12/22  09:26:49
13072     Log: Add few MSG_ and uio constants.
13073  Branch: cfgperl
13074        ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
13075 ____________________________________________________________________________
13076 [  2498] By: jhi                                   on 1998/12/22  08:39:30
13077     Log: Slight recoding of util.c:repeatcpy() to circumnavigate
13078          a Digital C compiler optimizer bug that broke the 'x'
13079          operator under certain circumstances.  See t/op/repeat.t
13080          test #20 for graphic details.  Reported in
13081          
13082          From: Gisle Aas <gisle@aas.no>
13083          To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
13084          Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
13085          Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
13086          Date: 18 Dec 1998 14:27:40 +0100
13087          Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
13088          
13089          and discussed further in the thread
13090          
13091          From: Jarkko Hietaniemi <jhi@iki.fi>
13092          To: Gisle Aas <gisle@aas.no>
13093          Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
13094          cpan-testers@perl.org, perl5-porters@perl.org
13095          Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
13096          Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
13097          Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
13098  Branch: cfgperl
13099        ! t/op/repeat.t util.c
13100 ____________________________________________________________________________
13101 [  2497] By: jhi                                   on 1998/12/21  14:18:57
13102     Log: Change #2483 update.
13103  Branch: cfgperl
13104        ! t/op/tr.t
13105 ____________________________________________________________________________
13106 [  2496] By: jhi                                   on 1998/12/21  14:07:41
13107     Log: Update on change #2493.
13108  Branch: cfgperl
13109        ! t/pragma/warn/op
13110 ____________________________________________________________________________
13111 [  2495] By: jhi                                   on 1998/12/21  13:52:00
13112     Log: Change #2487 aftershock.
13113  Branch: cfgperl
13114        ! warning.pl
13115 ____________________________________________________________________________
13116 [  2494] By: jhi                                   on 1998/12/21  12:35:00
13117     Log: From: Chris Nandor <pudge@pobox.com>
13118          To: perl5-porters@perl.org
13119          Subject: [PATCH] perlport.pod v1.37
13120          Date: Sat, 19 Dec 1998 12:54:34 -0500
13121          Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
13122  Branch: cfgperl
13123        ! pod/perlport.pod
13124 ____________________________________________________________________________
13125 [  2493] By: jhi                                   on 1998/12/21  12:22:44
13126     Log: From: Mark-Jason Dominus <mjd@plover.com>
13127          To: perl5-porters@perl.com
13128          Subject: PATCH (5.005_02): Dejargonizing
13129          Date: Sun, 20 Dec 1998 14:35:20 -0500
13130          Message-ID: <19981220193520.11230.qmail@plover.com>
13131          
13132          From: Mark-Jason Dominus <mjd@plover.com>
13133          To: perl5-porters@perl.com
13134          Subject: PATCH (5.005_02): Spelling correction in warning message
13135          Date: Sun, 20 Dec 1998 13:51:30 -0500
13136          Message-ID: <19981220185130.11067.qmail@plover.com>
13137  Branch: cfgperl
13138        ! doio.c op.c
13139 ____________________________________________________________________________
13140 [  2492] By: jhi                                   on 1998/12/21  09:00:05
13141     Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
13142          To: perl5-porters@perl.org
13143          Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
13144          Date: Sun, 20 Dec 1998 19:03:25 PST
13145          Message-ID: <19981221030326.27660.qmail@hotmail.com>
13146          
13147          (slightly reformatted)
13148  Branch: cfgperl
13149        ! ext/B/B/CC.pm
13150 ____________________________________________________________________________
13151 [  2491] By: nick                                  on 1998/12/20  14:21:29
13152     Log: Save _all_ GV's which have SV, AV or HV set.
13153  Branch: perl
13154        ! ext/B/B/C.pm
13155 ____________________________________________________________________________
13156 [  2490] By: jhi                                   on 1998/12/18  15:13:19
13157     Log: Add idea about generalising cpp symbol probing of Errno.
13158  Branch: cfgperl
13159        ! Todo
13160 ____________________________________________________________________________
13161 [  2489] By: jhi                                   on 1998/12/18  14:47:57
13162     Log: Address some of the issues of:
13163          
13164          From: Tom Christiansen <tchrist@jhereg.perl.com>
13165          To: perl-porters-active@jhereg.perl.com
13166          Subject: Undocumentation Issues for 5.005
13167          Date: Thu, 17 Dec 1998 14:46:24 -0700
13168          Message-Id: <199812172146.OAA05316@jhereg.perl.com>
13169  Branch: cfgperl
13170        ! pod/perl5005delta.pod
13171 ____________________________________________________________________________
13172 [  2488] By: jhi                                   on 1998/12/18  11:26:32
13173     Log: From: root <root@dubravka.in-berlin.de>
13174          To: perlbug@perl.com
13175          Cc: k@dubravka.in-berlin.de
13176          Subject: Please add no_modify to PERL_POLLUTE
13177          Date: Fri, 18 Dec 1998 10:45:52 +0100
13178          Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
13179          
13180          (Really from Andreas König)
13181  Branch: cfgperl
13182        ! embed.pl
13183 ____________________________________________________________________________
13184 [  2487] By: jhi                                   on 1998/12/17  14:05:52
13185     Log: Some (by far not all) issues of the below message addressed.
13186          
13187          From: Tom Christiansen <tchrist@jhereg.perl.com>
13188          To: The Perl Porters Mailing List <perl5-porters@perl.org>
13189          Subject: important UNDOC issues for 5.005_54
13190          Date: Wed, 16 Dec 1998 21:14:53 -0700
13191          Message-Id: <199812170414.VAA25860@jhereg.perl.com>
13192  Branch: cfgperl
13193        ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
13194 ____________________________________________________________________________
13195 [  2486] By: jhi                                   on 1998/12/17  12:47:15
13196     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13197          To: domo@computer.org
13198          Cc: jhi@iki.fi, perl5-porters@perl.org
13199          Subject: Re: stuff related to malloc.c
13200          Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
13201          Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
13202  Branch: cfgperl
13203        ! malloc.c
13204 ____________________________________________________________________________
13205 [  2485] By: jhi                                   on 1998/12/17  12:17:19
13206     Log: More porting notes.
13207  Branch: cfgperl
13208        ! Porting/pumpkin.pod
13209 ____________________________________________________________________________
13210 [  2484] By: jhi                                   on 1998/12/15  08:38:05
13211     Log: Undo #2386 and #2205.
13212  Branch: cfgperl
13213        ! pod/perlfunc.pod
13214 ____________________________________________________________________________
13215 [  2483] By: jhi                                   on 1998/12/14  17:58:35
13216     Log: lib was missing from @INC.
13217  Branch: cfgperl
13218        ! t/op/tr.t
13219 ____________________________________________________________________________
13220 [  2482] By: jhi                                   on 1998/12/14  17:52:42
13221     Log: Was missing use Text::Wrap.
13222  Branch: cfgperl
13223        ! t/lib/textfill.t
13224 ____________________________________________________________________________
13225 [  2481] By: jhi                                   on 1998/12/14  16:00:22
13226     Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
13227          
13228          From: Jonathan Roy <roy@idle.com>
13229          To: perl5-porters@perl.org
13230          Subject: nlist.h add to Configure checks?
13231          Date: Sun, 13 Dec 1998 22:22:49 -0500
13232          Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
13233  Branch: cfgperl
13234        + ext/DynaLoader/hints/linux.pl
13235        ! MANIFEST
13236 ____________________________________________________________________________
13237 [  2480] By: jhi                                   on 1998/12/14  15:02:44
13238     Log: Give up completely using nm in AIX.
13239          
13240          From: "Kurt D. Starsinic" <kstar@chapin.edu>
13241          To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
13242          Cc: perl5-porters@perl.org
13243          Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
13244          Date: Thu, 10 Dec 1998 00:51:46 -0500
13245          Message-ID: <19981210005146.B29986@O2.chapin.edu>
13246  Branch: cfgperl
13247        ! hints/aix.sh
13248 ____________________________________________________________________________
13249 [  2479] By: jhi                                   on 1998/12/14  14:39:52
13250     Log: AIX' error messages are different.
13251          
13252          From: "Kurt D. Starsinic" <kstar@chapin.edu>
13253          To: Gurusamy Sarathy <gsar@engin.umich.edu>
13254          Cc: perl5-porters@perl.org
13255          Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
13256          Date: Thu, 10 Dec 1998 00:42:36 -0500
13257          Message-ID: <19981210004236.A29986@O2.chapin.edu>
13258          
13259          From: Michael Engel <engel@nms1.cc.huji.ac.il>
13260          To: perlbug@perl.com
13261          Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
13262          Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
13263          Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
13264  Branch: cfgperl
13265        ! t/pragma/warn/doio
13266 ____________________________________________________________________________
13267 [  2475] By: jhi                                   on 1998/12/13  12:35:55
13268     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13269          To: jhi@iki.fi
13270          Cc: Carl_Adler@idx.com, perl5-porters@perl.org
13271          Subject: Re: stuff related to malloc.c
13272          Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
13273          Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
13274  Branch: cfgperl
13275        ! malloc.c
13276 ____________________________________________________________________________
13277 [  2474] By: jhi                                   on 1998/12/13  12:32:42
13278     Log: Some notes about porting issues.
13279  Branch: cfgperl
13280        ! Porting/pumpkin.pod
13281 ____________________________________________________________________________
13282 [  2473] By: jhi                                   on 1998/12/13  12:03:58
13283     Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
13284          To: Perl 5 Porters <perl5-porters@perl.org>
13285          Subject: [patch 5.005_02] dos-djgpp update
13286          Date: Sun, 13 Dec 1998 00:08:44 +0100
13287          Message-ID: <19981213000844.C264@beeblebrox>
13288  Branch: cfgperl
13289        ! djgpp/config.over
13290 ____________________________________________________________________________
13291 [  2472] By: gbarr                                 on 1998/12/12  17:12:28
13292     Log: undo changes to Exporter.pm from #2312
13293  Branch: maint-5.005/perl
13294        ! lib/Exporter.pm
13295 ____________________________________________________________________________
13296 [  2465] By: jhi                                   on 1998/12/12  12:31:21
13297     Log: Document that qw() taints.
13298          
13299          From: Christian Burger <burger@terra.mpikg-teltow.mpg.de> 
13300          To: perlbug@perl.com 
13301          Subject: taint problems
13302          Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET) 
13303          Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
13304  Branch: cfgperl
13305        ! pod/perlop.pod
13306 ____________________________________________________________________________
13307 [  2464] By: jhi                                   on 1998/12/11  14:09:51
13308     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
13309          To: dist-users@foretune.co.jp
13310          Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
13311          Date: Mon, 07 Dec 1998 20:13:04 -0400
13312          Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
13313  Branch: cfgperl
13314        ! Configure
13315 ____________________________________________________________________________
13316 [  2463] By: jhi                                   on 1998/12/11  13:29:54
13317     Log: MAXPATHLEN.
13318  Branch: cfgperl
13319        ! perl.h
13320 ____________________________________________________________________________
13321 [  2462] By: jhi                                   on 1998/12/11  08:37:58
13322     Log: From: Mark Kettenis <kettenis@phys.uva.nl>
13323          To: perl5-porters@perl.org
13324          Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
13325          Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
13326          Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
13327  Branch: cfgperl
13328        + hints/gnu.sh
13329 ____________________________________________________________________________
13330 [  2461] By: nick                                  on 1998/12/10  21:00:50
13331     Log: Date: Wed, 09 Dec 1998 22:16:50 PST
13332          From: Vishal Bhatia <vishalb@hotmail.com>
13333          1. Fixes the bug  reported by  Robin Barker <rmb1@cise.npl.co.uk> 
13334          2. Fixes the bug  regarding return value of c-functions generated out 
13335          of perl subs. ( Just includes the patch I sent earlier)
13336          3. Incorporates the other changes that need to be done to get CC.pm
13337          use ISA search for packages and methods on the same lines as C.pm
13338          
13339          Vishal would appreciate comments about B::Stackobj changes from 
13340          someone knowing that module well.
13341  Branch: perl
13342        ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
13343 ____________________________________________________________________________
13344 [  2460] By: jhi                                   on 1998/12/08  08:11:27
13345     Log: Integrate from mainperl.
13346  Branch: cfgperl
13347       !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
13348       !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
13349       !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
13350       !> toke.c util.c
13351 ____________________________________________________________________________
13352 [  2459] By: jhi                                   on 1998/12/07  07:50:11
13353     Log: From: hansm@icgroup.nl 
13354          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
13355          Reply-To: hansmu@xs4all.nl 
13356          To: perlbug@perl.com 
13357          Date: Sun, 6 Dec 98 22:19:54 +0100 
13358          Message-Id: <9812062116.AA26445@icgned.icgroup.nl> 
13359  Branch: cfgperl
13360        ! util.c
13361 ____________________________________________________________________________
13362 [  2458] By: gsar                                  on 1998/12/07  06:00:55
13363     Log: fix dup lexical
13364  Branch: perl
13365        ! ext/B/B/Deparse.pm t/lib/io_unix.t
13366 ____________________________________________________________________________
13367 [  2457] By: gsar                                  on 1998/12/06  14:38:59
13368     Log: mention limit on line numbers reported by diagnostics
13369  Branch: perl
13370        ! pod/perl.pod toke.c
13371 ____________________________________________________________________________
13372 [  2456] By: gsar                                  on 1998/12/06  13:49:02
13373     Log: branch perldelta.pod
13374  Branch: maint-5.005/perl
13375       +> pod/perldelta.pod
13376 ____________________________________________________________________________
13377 [  2455] By: gsar                                  on 1998/12/06  13:47:21
13378     Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
13379  Branch: maint-5.005/perl
13380        - pod/perldelta.pod
13381 ____________________________________________________________________________
13382 [  2454] By: gsar                                  on 1998/12/06  13:35:31
13383     Log: fix outdated/incorrect info about arbitrary limits
13384  Branch: perl
13385        ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
13386        ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
13387 ____________________________________________________________________________
13388 [  2453] By: nick                                  on 1998/12/05  16:14:42
13389     Log: Avoid hard-coding op numbers
13390          Update CC.pm to save %INC, and to co-exist with new C.pm
13391  Branch: perl
13392        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
13393 ____________________________________________________________________________
13394 [  2452] By: nick                                  on 1998/12/05  10:44:28
13395     Log: B.xs had its own code to calculate hash() which differed from
13396          PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
13397          which meant that run-time require was re-done.
13398          Removed some debug from C.pm
13399  Branch: perl
13400        ! ext/B/B.xs ext/B/B/C.pm
13401 ____________________________________________________________________________
13402 [  2451] By: nick                                  on 1998/12/04  21:58:49
13403     Log: Snapshot of re-worked B::C which compiles Tk apps at least as
13404          well as _54, but with pre-scan for classes and save the ISA scheme.
13405  Branch: perl
13406        ! ext/B/B/C.pm
13407 ____________________________________________________________________________
13408 [  2450] By: nick                                  on 1998/12/04  17:58:44
13409     Log: Vishal Bhatia's patch as a basis.
13410  Branch: perl
13411        ! ext/B/B/C.pm ext/B/B/CC.pm
13412 ____________________________________________________________________________
13413 [  2449] By: jhi                                   on 1998/12/04  16:39:21
13414     Log: Integrate from mainperl.
13415  Branch: cfgperl
13416       !> t/op/goto.t t/op/tr.t
13417 ____________________________________________________________________________
13418 [  2448] By: gsar                                  on 1998/12/04  06:06:49
13419     Log: tweak test for UTEST
13420  Branch: perl
13421        ! t/op/tr.t
13422 ____________________________________________________________________________
13423 [  2444] By: jhi                                   on 1998/12/03  14:37:22
13424     Log: s/\bthe the\b/the/g *.pod
13425  Branch: cfgperl
13426        ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
13427 ____________________________________________________________________________
13428 [  2443] By: jhi                                   on 1998/12/03  13:39:53
13429     Log: Change#2441 aftermath.
13430  Branch: cfgperl
13431        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13432        ! config_h.SH thread.h vms/subconfigure.com
13433 ____________________________________________________________________________
13434 [  2441] By: jhi                                   on 1998/12/03  08:15:13
13435     Log: From: Dan Sugalski <sugalskd@osshe.edu>
13436          To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
13437          Subject: [PATCH 5.005_54]Initial VMS patches
13438          Date: 3 Dec 1998 01:05:55 +0200
13439          Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
13440          
13441          The patch to config_h.SH requires more study because
13442          metaconfig needs to agree.
13443  Branch: cfgperl
13444        ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
13445        ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
13446        ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
13447 ____________________________________________________________________________
13448 [  2440] By: gsar                                  on 1998/12/03  01:32:16
13449     Log: add failed check-in of goto.t from change#1867
13450  Branch: perl
13451        ! t/op/goto.t
13452 ____________________________________________________________________________
13453 [  2437] By: jhi                                   on 1998/12/02  18:03:51
13454     Log: Fix most of the bad L<> links of
13455          
13456          From: Tom Christiansen <tchrist@jhereg.perl.com> 
13457          Subject: bad L<> links
13458          Reply-to: tchrist@perl.com 
13459          To: perlbug@jhereg.perl.com 
13460          Date: Tue, 11 Aug 1998 10:58:07 -0500 
13461          Message-Id: <199808111658.KAA00484@jhereg.perl.com> 
13462          
13463          The ones not fixed may require darker Pod::HTML magic,
13464          for example the perlguts.html#tags should work fine, IMHO.
13465  Branch: cfgperl
13466        ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
13467        ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
13468        ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
13469        ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
13470        ! pod/perlvar.pod
13471 ____________________________________________________________________________
13472 [  2436] By: jhi                                   on 1998/12/02  16:35:04
13473     Log: One paste too many in #2345.
13474  Branch: cfgperl
13475        ! lib/Pod/Html.pm
13476 ____________________________________________________________________________
13477 [  2435] By: jhi                                   on 1998/12/02  16:32:33
13478     Log: Pod::Html and Pod::Text were not locale-savvy:
13479          for example in =head1 all non-ASCII-\w-runs were
13480          turned into underscores in NAME tags.  This could
13481          result in several NAME tags becoming identical.
13482          Reported by:
13483          
13484          From: Fyodor Krasnov <fyodor@aha.ru> 
13485          Subject: pod2html vs Russian Characters
13486          To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com 
13487          Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) 
13488          Message-Id: <199811241600.TAA05149@stat.aha.ru> 
13489  Branch: cfgperl
13490        ! lib/Pod/Html.pm lib/Pod/Text.pm
13491 ____________________________________________________________________________
13492 [  2434] By: jhi                                   on 1998/12/02  10:29:00
13493     Log: The real Mc5_54 integration.
13494  Branch: cfgperl
13495       !> Changes MANIFEST pod/perlhist.pod pp_hot.c
13496 ____________________________________________________________________________
13497 [  2433] By: jhi                                   on 1998/12/02  08:52:13
13498     Log: From: Andy Dougherty <doughera@lafayette.edu>
13499          To: Perl Porters <perl5-porters@perl.org>
13500          Subject: [PATCH 5.005_xx] Missing redirection of simple test program
13501          Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
13502          Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
13503  Branch: cfgperl
13504        ! Configure
13505 ____________________________________________________________________________
13506 [  2432] By: jhi                                   on 1998/12/02  08:49:47
13507     Log: From: Andy Dougherty <doughera@lafayette.edu>
13508          To: Perl Porters <perl5-porters@perl.org>
13509          Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
13510          Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
13511          Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
13512  Branch: cfgperl
13513        ! Configure
13514 ____________________________________________________________________________
13515 [  2431] By: jhi                                   on 1998/12/01  16:11:50
13516     Log: From: achampio@lehman.com (Alan Champion)
13517          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
13518          To: perlbug@perl.com
13519          Date: 1 Dec 1998 17:36:33 +0200
13520          Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
13521          
13522          Skip NIS includes.
13523  Branch: cfgperl
13524        ! t/op/pwent.t
13525 ____________________________________________________________________________
13526 [  2430] By: gsar                                  on 1998/12/01  12:12:50
13527     Log: 5.005_54, as released
13528  Branch: perl
13529        ! Changes MANIFEST pod/perlhist.pod pp_hot.c
13530 ____________________________________________________________________________
13531 [  2429] By: jhi                                   on 1998/12/01  11:28:39
13532     Log: From: Anton Berezin <tobez@plab.ku.dk>
13533          To: perl5-porters@perl.org
13534          Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
13535          Date: 30 Nov 1998 19:46:24 +0100
13536          Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
13537  Branch: cfgperl
13538        ! hints/freebsd.sh
13539 ____________________________________________________________________________
13540 [  2428] By: jhi                                   on 1998/12/01  11:08:16
13541     Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
13542  Branch: cfgperl
13543       +> (branch 30 files)
13544       !> (integrate 71 files)
13545 ____________________________________________________________________________
13546 [  2427] By: jhi                                   on 1998/12/01  10:51:37
13547     Log: Default to accepting a hinted $randfunc even when $csym
13548          does not find it.  (the previous defaylt behaviour was not
13549          to accept).
13550  Branch: cfgperl
13551        ! Configure
13552 ____________________________________________________________________________
13553 [  2426] By: jhi                                   on 1998/12/01  10:13:03
13554     Log: Separated the [:foo:] parsing to its own function.
13555          Passes all tests.
13556  Branch: cfgperl
13557        ! regcomp.c
13558 ____________________________________________________________________________
13559 [  2425] By: jhi                                   on 1998/12/01  08:22:49
13560     Log: Typo in comments.
13561  Branch: cfgperl
13562        ! regexec.c
13563 ____________________________________________________________________________
13564 [  2424] By: jhi                                   on 1998/12/01  08:21:38
13565     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13566          Subject: [PATCH 5.005_*] Debugger 'v' command
13567          To: perl5-porters@perl.org (Mailing list Perl5)
13568          Date: 1 Dec 1998 07:55:11 +0200
13569          Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
13570  Branch: cfgperl
13571        ! lib/perl5db.pl
13572 ____________________________________________________________________________
13573 [  2423] By: jhi                                   on 1998/12/01  08:19:08
13574     Log: From: pvhp@forte.com (Peter Prymmer)
13575          Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
13576          To: perl5-porters@perl.org
13577          Date: 1 Dec 1998 07:27:11 +0200
13578          Message-ID: <MLIST_9812010508.AA07791@forte.com>
13579  Branch: cfgperl
13580        ! hints/os390.sh
13581 ____________________________________________________________________________
13582 [  2417] By: jhi                                   on 1998/11/30  08:14:00
13583     Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
13584  Branch: cfgperl
13585        ! ext/Socket/Socket.xs
13586 ____________________________________________________________________________
13587 [  2416] By: jhi                                   on 1998/11/30  08:00:15
13588     Log: Undo #2395, seems more like a problem in netbsd-current.
13589  Branch: cfgperl
13590        ! util.c
13591
13592 ----------------
13593 Version 5.005_54
13594 ----------------
13595
13596 ____________________________________________________________________________
13597 [  2414] By: gsar                                  on 1998/11/30  02:23:55
13598     Log: more JPL tweaks
13599  Branch: perl
13600        - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
13601        ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
13602 ____________________________________________________________________________
13603 [  2413] By: gsar                                  on 1998/11/30  01:35:56
13604     Log: stub bin/jpl that just runs JPL::Compile::files()
13605  Branch: perl
13606        + jpl/bin/jpl
13607 ____________________________________________________________________________
13608 [  2412] By: gsar                                  on 1998/11/30  01:32:14
13609     Log: delete symlink
13610  Branch: perl
13611        - jpl/bin/jpl
13612 ____________________________________________________________________________
13613 [  2410] By: gsar                                  on 1998/11/30  01:30:44
13614     Log: branch jpl from perlext to perl
13615  Branch: perl
13616       +> (branch 30 files)
13617 ____________________________________________________________________________
13618 [  2407] By: gsar                                  on 1998/11/30  01:24:53
13619     Log: JPL tweaks to build with 5.005
13620  Branch: perlext
13621        ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
13622        ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
13623 ____________________________________________________________________________
13624 [  2406] By: gsar                                  on 1998/11/30  00:55:54
13625     Log: integrate changes#2273,2274,2288,2291 from maint-5.004
13626  Branch: perl
13627        ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
13628 ____________________________________________________________________________
13629 [  2405] By: gsar                                  on 1998/11/30  00:28:55
13630     Log: patchlevel up to 54
13631  Branch: perl
13632        ! patchlevel.h win32/Makefile win32/config_H.bc
13633        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
13634 ____________________________________________________________________________
13635 [  2403] By: gsar                                  on 1998/11/29  23:35:50
13636     Log: integrate cfgperl changes into mainline
13637  Branch: perl
13638       !> Configure Porting/Glossary Porting/config.sh Porting/config_H
13639       !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
13640 ____________________________________________________________________________
13641 [  2402] By: gsar                                  on 1998/11/29  23:08:42
13642     Log: sync Text::Wrap version number
13643  Branch: perl
13644        ! lib/Text/Wrap.pm
13645 ____________________________________________________________________________
13646 [  2401] By: gsar                                  on 1998/11/29  22:56:21
13647     Log: textfill.t tweak
13648  Branch: perl
13649        ! t/lib/textfill.t
13650 ____________________________________________________________________________
13651 [  2400] By: gsar                                  on 1998/11/29  22:50:41
13652     Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
13653          <muir@idiom.com>
13654  Branch: perl
13655        + t/lib/textfill.t
13656        ! MANIFEST lib/Text/Wrap.pm
13657 ____________________________________________________________________________
13658 [  2399] By: gsar                                  on 1998/11/29  22:28:05
13659     Log: updated to Text::Wrap 98.112801 from CPAN; one published change
13660          has happened without the authors knowledge or consent; the subversive
13661          version (which is in 5.00502) breaks one of the tests in the
13662          authors testsuite; attempts are being made to find a fix that
13663          avoids breaking code already running with the 5.005_02 version
13664          From:    David Muir Sharnoff <muir@idiom.com>
13665          Date:    Sat, 28 Nov 1998 04:34:17 PST
13666          Message-Id: <199811281234.EAA03082@idiom.com>
13667          Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
13668  Branch: perl
13669        ! lib/Text/Wrap.pm t/lib/textwrap.t
13670 ____________________________________________________________________________
13671 [  2397] By: nick                                  on 1998/11/29  20:13:58
13672     Log: Update docs and English.pm for $^C
13673  Branch: perl
13674        ! lib/English.pm pod/perlvar.pod
13675 ____________________________________________________________________________
13676 [  2396] By: jhi                                   on 1998/11/29  20:13:03
13677     Log: Mirror #2384.
13678  Branch: cfgperl
13679        ! t/op/pwent.t
13680 ____________________________________________________________________________
13681 [  2395] By: jhi                                   on 1998/11/29  19:59:12
13682     Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
13683  Branch: cfgperl
13684        ! util.c
13685 ____________________________________________________________________________
13686 [  2394] By: gsar                                  on 1998/11/29  19:49:08
13687     Log: updated perlreftut.pod
13688  Branch: perl
13689        ! pod/perlreftut.pod
13690 ____________________________________________________________________________
13691 [  2393] By: gsar                                  on 1998/11/29  19:31:56
13692     Log: misc tweaks
13693  Branch: perl
13694        ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
13695 ____________________________________________________________________________
13696 [  2392] By: gsar                                  on 1998/11/29  19:31:18
13697     Log: notes about -DPERL_POLLUTE
13698  Branch: perl
13699        ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
13700 ____________________________________________________________________________
13701 [  2391] By: gsar                                  on 1998/11/29  19:13:52
13702     Log: explain various win32 build caveats more clearly
13703  Branch: perl
13704        ! README.win32 win32/Makefile win32/makefile.mk
13705 ____________________________________________________________________________
13706 [  2390] By: gsar                                  on 1998/11/29  16:51:59
13707     Log: remove I_POLL detection (Configure will do that now)
13708  Branch: perl
13709        ! ext/IO/Makefile.PL
13710 ____________________________________________________________________________
13711 [  2389] By: jhi                                   on 1998/11/29  16:39:16
13712     Log: Add I_POLL for IO 1.20.
13713  Branch: cfgperl
13714        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13715        ! config_h.SH
13716 ____________________________________________________________________________
13717 [  2388] By: gsar                                  on 1998/11/29  16:23:30
13718     Log: add p4desc (augments 'p4 describe' output with diffs for new files)
13719  Branch: perl
13720        + Porting/p4desc
13721        ! MANIFEST
13722 ____________________________________________________________________________
13723 [  2387] By: gsar                                  on 1998/11/29  16:08:03
13724     Log: another threads reliability fix: serialize writes to thr->threadsv
13725          avoid most uses of PL_na (which is much more inefficient than a
13726          simple local); update docs to suit; PL_na now being thr->Tna may
13727          be a minor compatibility issue for extensions--will require dTHR
13728          outside of XSUBs (those get automatic dTHR)
13729  Branch: perl
13730        ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
13731        ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
13732        ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
13733        ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
13734        ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
13735        ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
13736        ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
13737        ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
13738        ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
13739 ____________________________________________________________________________
13740 [  2386] By: jhi                                   on 1998/11/29  15:40:42
13741     Log: Tune the "if" entry.
13742  Branch: cfgperl
13743        ! pod/perlfunc.pod
13744 ____________________________________________________________________________
13745 [  2385] By: gsar                                  on 1998/11/29  12:40:28
13746     Log: various fixes for race conditions under threads: mutex locks based
13747          on PL_threadnum were seriously flawed, since it means more than one
13748          thread could enter the critical region; PL_na was global instead of
13749          thread-local; child thread could finish and free thr structures
13750          before Thread->new() got around to creating the Thread object;
13751          cv_clone() needed locking, as it mucks with PL_comppad and other
13752          global data; new_struct_thread() needed to lock template-thread's
13753          mutex while copying its data
13754  Branch: perl
13755        ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
13756        ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
13757 ____________________________________________________________________________
13758 [  2384] By: gsar                                  on 1998/11/29  10:54:38
13759     Log: s/warn/print/ on multiply defined groups
13760  Branch: perl
13761        ! t/op/grent.t
13762 ____________________________________________________________________________
13763 [  2383] By: gsar                                  on 1998/11/29  10:48:39
13764     Log: backout change#2334
13765  Branch: perl
13766        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
13767 ____________________________________________________________________________
13768 [  2382] By: jhi                                   on 1998/11/29  10:33:40
13769     Log: Better NetInfo behaviour.
13770  Branch: cfgperl
13771        ! t/op/grent.t t/op/pwent.t
13772 ____________________________________________________________________________
13773 [  2381] By: jhi                                   on 1998/11/29  10:08:15
13774     Log: Integrate from mainperl.
13775  Branch: cfgperl
13776       +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
13777       +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
13778       +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
13779       +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
13780       +> t/lib/io_poll.t t/lib/io_unix.t
13781       !> (integrate 58 files)
13782 ____________________________________________________________________________
13783 [  2380] By: gsar                                  on 1998/11/29  08:22:49
13784     Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
13785          Tim Bunce)
13786  Branch: perl
13787        ! gv.c
13788 ____________________________________________________________________________
13789 [  2379] By: gsar                                  on 1998/11/29  07:06:43
13790     Log: fix for pat.t failure under USE_THREADS
13791  Branch: perl
13792        ! pp_ctl.c regexec.c
13793 ____________________________________________________________________________
13794 [  2378] By: nick                                  on 1998/11/28  22:46:57
13795     Log: More C.pm tweaks
13796          Save globs even if we have saved cv itself before - may be imported.
13797          
13798          While we don't save "bootstrap" CV we need to provide a stub,
13799          so that if we require it later we don't fall through and attempt
13800          to DynaLoad module again.
13801          
13802          Attempt to save %INC so that "require" does not reload things
13803          we have compiled-in (does not work right yet - seems to be due
13804          to PL_incgv being created in perl_parse() current scheme setting 
13805          GvHV() is "better" than saving the glob, but still does not 
13806          work as I expect). 
13807  Branch: perl
13808        ! ext/B/B/C.pm
13809 ____________________________________________________________________________
13810 [  2377] By: gsar                                  on 1998/11/28  22:30:38
13811     Log: various tweaks; result passes all tests for normal build on Solaris;
13812          fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
13813          win32 due to lack of select() that works on non-socket fds
13814  Branch: perl
13815        ! ext/IO/poll.c regcomp.c regexec.c scope.c
13816        ! t/lib/io_multihomed.t win32/makefile.mk
13817 ____________________________________________________________________________
13818 [  2376] By: gsar                                  on 1998/11/28  20:44:39
13819     Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
13820  Branch: perl
13821        ! myconfig
13822 ____________________________________________________________________________
13823 [  2375] By: gsar                                  on 1998/11/28  20:42:58
13824     Log: integrate cfgperl changes into mainline
13825  Branch: perl
13826       !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
13827       !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
13828 ____________________________________________________________________________
13829 [  2374] By: gsar                                  on 1998/11/28  20:02:03
13830     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13831          Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
13832          Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
13833          Subject: [PATCH 5.00553] Yet another OS/2 patch
13834  Branch: perl
13835        ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
13836 ____________________________________________________________________________
13837 [  2373] By: gsar                                  on 1998/11/28  19:30:06
13838     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13839          Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
13840          Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
13841          Subject: [PATCH 5.005_53] Change $#+
13842  Branch: perl
13843        ! mg.c pod/perlvar.pod t/op/pat.t
13844 ____________________________________________________________________________
13845 [  2372] By: gsar                                  on 1998/11/28  19:28:00
13846     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13847          Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
13848          Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
13849          Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
13850  Branch: perl
13851        ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
13852        ! thrdvar.h
13853 ____________________________________________________________________________
13854 [  2371] By: gsar                                  on 1998/11/28  19:23:53
13855     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13856          Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
13857          Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
13858          Subject: [PATCH 5.005_53] better -Mre=debugcolor
13859  Branch: perl
13860        ! embedvar.h objXSUB.h regexec.c thrdvar.h
13861 ____________________________________________________________________________
13862 [  2370] By: gsar                                  on 1998/11/28  19:21:17
13863     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13864          Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
13865          Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
13866          Subject: [PATCH 5.005_*] regcolors
13867  Branch: perl
13868        ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
13869 ____________________________________________________________________________
13870 [  2369] By: gsar                                  on 1998/11/28  19:00:15
13871     Log: allow final period in a file (not followed by a newline) to
13872          terminate format spec
13873  Branch: perl
13874        ! toke.c
13875 ____________________________________________________________________________
13876 [  2368] By: gsar                                  on 1998/11/28  18:58:25
13877     Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
13878          add C<$Config{installarchlib}/CORE> to the default locations searched
13879          on win32
13880  Branch: perl
13881        ! lib/ExtUtils/Liblist.pm
13882 ____________________________________________________________________________
13883 [  2367] By: gsar                                  on 1998/11/28  18:46:05
13884     Log: applied suggested patch with PERL_OBJECT tweaks
13885          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13886          Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
13887          Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
13888          Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
13889  Branch: perl
13890        ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
13891        ! regexec.c t/op/pat.t thrdvar.h
13892 ____________________________________________________________________________
13893 [  2366] By: gsar                                  on 1998/11/28  18:38:34
13894     Log: additional documentation for qr//
13895          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13896          Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
13897          Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
13898          Subject: [PATCH 5.005_*] Documentation (fwd)
13899  Branch: perl
13900        ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
13901 ____________________________________________________________________________
13902 [  2365] By: gsar                                  on 1998/11/28  18:35:35
13903     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13904          Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
13905          Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
13906          Subject: [PATCH 5.005_*] Fix \G in REx without //g
13907  Branch: perl
13908        ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
13909        ! regexp.h t/op/pat.t thrdvar.h
13910 ____________________________________________________________________________
13911 [  2364] By: gsar                                  on 1998/11/28  18:24:20
13912     Log: update Test.pm to Test-1.12; tweak 're' detection
13913  Branch: perl
13914        ! lib/Test.pm
13915 ____________________________________________________________________________
13916 [  2363] By: gsar                                  on 1998/11/28  18:12:04
13917     Log: avoid command-line quoting portability problems in lex_assign.t
13918  Branch: perl
13919        ! t/op/lex_assign.t
13920 ____________________________________________________________________________
13921 [  2362] By: gsar                                  on 1998/11/28  18:08:50
13922     Log: From: John Tobey <jtobey@channel1.com>
13923          Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
13924          Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
13925          Subject: PATCH: document English.pm sawampersand and thread issues
13926  Branch: perl
13927        ! lib/English.pm pod/perlvar.pod
13928 ____________________________________________________________________________
13929 [  2361] By: gsar                                  on 1998/11/28  18:03:04
13930     Log: fix uninitialized warnings
13931          From: Brian Callaghan <callagh@itginc.com>
13932          Date: Thu, 19 Nov 1998 17:49:10 -0800
13933          Message-Id: <3654CA96.B64FCAEB@itginc.com>
13934          Subject: Complete.pm patch (version 1.1)
13935  Branch: perl
13936        ! lib/Term/Complete.pm
13937 ____________________________________________________________________________
13938 [  2360] By: gsar                                  on 1998/11/28  17:59:16
13939     Log: s/Array/List/ suggested by John Tobey
13940  Branch: perl
13941        ! pod/perldata.pod
13942 ____________________________________________________________________________
13943 [  2359] By: gsar                                  on 1998/11/28  17:47:48
13944     Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
13945  Branch: perl
13946        ! lib/Tie/Handle.pm pod/perlfunc.pod
13947 ____________________________________________________________________________
13948 [  2358] By: jhi                                   on 1998/11/28  17:23:15
13949     Log: Revamp the locale tests.
13950          (0) Instead of rewiring a few locales scan for them.
13951          (1) Bogus test #101 removed.
13952          (2) All the locales are checked, the lists of failed
13953          and non-failed ones are displayed.
13954          (3) The test #103 is again 'active' so that it may fail.
13955          (4) To balance (3) a hopefully pacifying message is shown
13956          if the #103 fails.
13957  Branch: cfgperl
13958        ! t/pragma/locale.t
13959 ____________________________________________________________________________
13960 [  2357] By: gsar                                  on 1998/11/28  17:21:07
13961     Log: add perlreftut.pod
13962  Branch: perl
13963        + pod/perlreftut.pod
13964        ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
13965        ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
13966        ! win32/pod.mak
13967 ____________________________________________________________________________
13968 [  2356] By: jhi                                   on 1998/11/28  16:58:01
13969     Log: Change #2346 fallout.
13970  Branch: cfgperl
13971        ! t/op/undef.t
13972 ____________________________________________________________________________
13973 [  2355] By: gsar                                  on 1998/11/28  16:46:43
13974     Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
13975          ANSI prototypes
13976  Branch: perl
13977        ! ext/IO/IO.xs
13978 ____________________________________________________________________________
13979 [  2354] By: gsar                                  on 1998/11/28  16:08:07
13980     Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
13981          keep platform hacks that aren't in the 1.20 dist; add new files
13982          to MANIFEST; hack Makefile.PL; result hasn't been tested
13983          anywhere
13984  Branch: perl
13985        + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
13986        + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
13987        + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
13988        + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
13989        ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
13990        ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
13991        ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
13992        ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
13993        ! t/lib/io_sock.t t/lib/io_udp.t
13994 ____________________________________________________________________________
13995 [  2353] By: jhi                                   on 1998/11/28  15:51:03
13996     Log: Locale collation, ctype, and numeric, were initialized wrong
13997          (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
13998          as reported by
13999          
14000          From: Ilya.Sandler@etak.com (Ilya Sandler)
14001          Subject: a bug in locale handling: LC_COLLATE ignored sometimes
14002          To: perlbug@perl.com
14003          Date: 25 Nov 1998 04:53:52 +0200
14004          Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
14005  Branch: cfgperl
14006        ! util.c
14007 ____________________________________________________________________________
14008 [  2352] By: nick                                  on 1998/11/28  15:21:59
14009     Log: Implement $^C to allow perl access to -c flag - I think this 
14010          was agreed once...
14011  Branch: perl
14012        ! gv.c mg.c
14013 ____________________________________________________________________________
14014 [  2351] By: jhi                                   on 1998/11/28  15:14:24
14015     Log: Change #2251 fixup.
14016  Branch: cfgperl
14017        ! myconfig
14018 ____________________________________________________________________________
14019 [  2350] By: jhi                                   on 1998/11/28  14:58:19
14020     Log: Integrate from mainperl.
14021  Branch: cfgperl
14022       +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
14023       +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
14024       +> pod/perl5005delta.pod
14025       !> (integrate 49 files)
14026 ____________________________________________________________________________
14027 [  2349] By: jhi                                   on 1998/11/28  14:27:36
14028     Log: Passwd and group file groveling.
14029  Branch: cfgperl
14030        ! t/op/grent.t t/op/pwent.t
14031 ____________________________________________________________________________
14032 [  2348] By: gsar                                  on 1998/11/28  14:09:50
14033     Log: more conservative version of changes#2345,2346,2347; those break
14034          C<defined(@{"foo::ISA"})> which seems to be extensively used in
14035          the libs :-(
14036  Branch: perl
14037        ! pp.c t/op/method.t
14038 ____________________________________________________________________________
14039 [  2347] By: gsar                                  on 1998/11/28  13:36:08
14040     Log: tweak bogus test
14041  Branch: perl
14042        ! t/op/method.t
14043 ____________________________________________________________________________
14044 [  2346] By: gsar                                  on 1998/11/28  13:20:34
14045     Log: test cases for previous change
14046  Branch: perl
14047        ! t/op/undef.t
14048 ____________________________________________________________________________
14049 [  2345] By: gsar                                  on 1998/11/28  13:07:17
14050     Log: fix typo in pp_defined() causing C<defined %tied> to fail
14051  Branch: perl
14052        ! pp.c
14053 ____________________________________________________________________________
14054 [  2344] By: gsar                                  on 1998/11/28  13:03:29
14055     Log: s/comment/comment_t/ tweak (suggested by John Gorman
14056          <jgorman@webbysoft.com>)
14057  Branch: perl
14058        ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
14059 ____________________________________________________________________________
14060 [  2343] By: gsar                                  on 1998/11/28  12:52:40
14061     Log: add (stub) perldelta.pod
14062  Branch: perl
14063        + pod/perldelta.pod
14064 ____________________________________________________________________________
14065 [  2342] By: gsar                                  on 1998/11/28  12:49:26
14066     Log: rename perldelta.pod to perl5005delta.pod in preparation for
14067          starting a new one
14068  Branch: perl
14069       +> pod/perl5005delta.pod
14070        - pod/perldelta.pod
14071        ! MANIFEST pod/perl.pod
14072 ____________________________________________________________________________
14073 [  2341] By: gsar                                  on 1998/11/28  12:41:55
14074     Log: fix MALLOC_LOCK #define
14075  Branch: perl
14076        ! malloc.c
14077 ____________________________________________________________________________
14078 [  2340] By: gsar                                  on 1998/11/28  12:18:23
14079     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14080          Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
14081          Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
14082          Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
14083  Branch: perl
14084        ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
14085 ____________________________________________________________________________
14086 [  2339] By: jhi                                   on 1998/11/28  11:59:01
14087     Log: Add -lm to dynix/ptx POSIX hints.
14088          From: "Martin J. Bligh" <mbligh@sequent.com>
14089          To: jhi@iki.fi
14090          Subject: Re: Making Perl work on DYNIX/ptx
14091          Date: Wed, 25 Nov 1998 10:34:41 -0800
14092          Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
14093  Branch: cfgperl
14094        ! ext/POSIX/hints/dynixptx.pl
14095 ____________________________________________________________________________
14096 [  2338] By: jhi                                   on 1998/11/28  11:57:19
14097     Log: Detypo.
14098  Branch: cfgperl
14099        ! lib/filetest.pm
14100 ____________________________________________________________________________
14101 [  2337] By: jhi                                   on 1998/11/28  11:56:29
14102     Log: Better LD_LIBRARY_PATH instructions for Bourneists.
14103  Branch: cfgperl
14104        ! Configure
14105 ____________________________________________________________________________
14106 [  2336] By: gsar                                  on 1998/11/28  11:41:14
14107     Log: teach CPAN.pm to ignore beta perl distributions when looking for
14108          modules
14109          From: root@dogberry.rutgers.edu (root)
14110          Date: Thu, 12 Nov 1998 23:08:39 -0500
14111          Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
14112          Subject: recompile tries getting a perl distribution
14113  Branch: perl
14114        ! lib/CPAN.pm
14115 ____________________________________________________________________________
14116 [  2335] By: gsar                                  on 1998/11/28  11:27:46
14117     Log: make $1 et al readonly under threads; make C<undef $1> fail like
14118          C<$1 = undef> does
14119  Branch: perl
14120        ! op.c pp.c t/op/undef.t
14121 ____________________________________________________________________________
14122 [  2334] By: gsar                                  on 1998/11/28  10:24:52
14123     Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
14124  Branch: perl
14125        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
14126 ____________________________________________________________________________
14127 [  2333] By: gsar                                  on 1998/11/28  09:36:40
14128     Log: document changed PERL_HASH()
14129  Branch: perl
14130        ! pod/perlfunc.pod pod/perlguts.pod
14131 ____________________________________________________________________________
14132 [  2332] By: nick                                  on 1998/11/27  21:10:27
14133     Log: Handle INIT list in C.pm
14134          1. Provide init_av() from B.xs
14135          2. Export it in B.pm
14136          3. Use it in C.pm
14137          Also disable some pruning in savecv() which seems to undo
14138          my previous patch.
14139          Experimental feature - save pathnames of .so files in easily 
14140          grep-able form for use in wrapper to feed to linker.  
14141  Branch: perl
14142        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
14143 ____________________________________________________________________________
14144 [  2327] By: gsar                                  on 1998/11/27  15:12:01
14145     Log: integrate change#2315 from maint-5.005
14146  Branch: perl
14147        ! t/op/sort.t
14148       !> op.c sv.c
14149 ____________________________________________________________________________
14150 [  2326] By: gsar                                  on 1998/11/27  15:00:42
14151     Log: integrate changes#2304,2305,2306,2308 from maint-5.005
14152  Branch: perl
14153       !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
14154       !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
14155       !> lib/ExtUtils/typemap
14156 ____________________________________________________________________________
14157 [  2325] By: gsar                                  on 1998/11/27  14:46:18
14158     Log: malloc bugfix and documentation from Ilya Zakharevich
14159          Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
14160          Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
14161          Subject: [PATCH 5.005_*] Re: Internal coredump
14162          --
14163          Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
14164          Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
14165          Subject: [PATCH 5.005_*] malloc.c documentation
14166  Branch: perl
14167        ! malloc.c
14168 ____________________________________________________________________________
14169 [  2324] By: gsar                                  on 1998/11/27  14:41:38
14170     Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
14171  Branch: perl
14172        ! ext/B/B/C.pm
14173 ____________________________________________________________________________
14174 [  2323] By: gsar                                  on 1998/11/27  14:33:44
14175     Log: From: maeda@src.ricoh.co.jp
14176          Date: Tue, 24 Nov 1998 10:37:45 +0900
14177          Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
14178          Subject: format "..." bug
14179  Branch: perl
14180        ! pp_ctl.c t/op/write.t
14181 ____________________________________________________________________________
14182 [  2322] By: gsar                                  on 1998/11/27  14:20:12
14183     Log: add ext/Devel/Peek
14184          From: jan.dubois@ibm.net (Jan Dubois)
14185          Date: Mon, 23 Nov 1998 00:48:11 +0100
14186          Message-ID: <36589ec9.49964585@smtp1.ibm.net>
14187          Subject: [PATCH 5.005_53] Devel::Peek integration
14188  Branch: perl
14189        + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
14190        + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
14191        ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
14192        ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
14193        ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
14194 ____________________________________________________________________________
14195 [  2321] By: gsar                                  on 1998/11/27  13:03:08
14196     Log: ensure 'make regen_headers' even without perl installed
14197          (suggested by Ilya Zakharevich)
14198  Branch: perl
14199        ! bytecode.pl warning.pl
14200 ____________________________________________________________________________
14201 [  2320] By: gsar                                  on 1998/11/27  12:58:36
14202     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14203          Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
14204          Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
14205          Subject: [PATCH 5.005_*] Cosmetic malloc patch
14206  Branch: perl
14207        ! malloc.c
14208 ____________________________________________________________________________
14209 [  2319] By: gsar                                  on 1998/11/27  12:56:13
14210     Log: eliminate dup hunk from integration
14211  Branch: perl
14212        ! lib/filetest.pm perl.h
14213 ____________________________________________________________________________
14214 [  2318] By: gsar                                  on 1998/11/27  12:50:08
14215     Log: integrate cfgperl changes into mainline
14216  Branch: perl
14217       +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
14218        ! pod/perlfaq4.pod
14219       !> (integrate 30 files)
14220 ____________________________________________________________________________
14221 [  2317] By: jhi                                   on 1998/11/27  11:38:13
14222     Log: C<-x>.
14223  Branch: cfgperl
14224        ! lib/filetest.pm
14225 ____________________________________________________________________________
14226 [  2316] By: jhi                                   on 1998/11/27  11:10:22
14227     Log: Integrate from mainperl.
14228  Branch: cfgperl
14229       !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
14230       !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
14231       !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
14232       !> universal.c util.c win32/GenCAPI.pl win32/win32.h
14233       !> win32/win32sck.c
14234 ____________________________________________________________________________
14235 [  2315] By: gbarr                                 on 1998/11/27  05:16:50
14236     Log: integrate change#2246 from mainline, while still allowing
14237          C<sort $globref @foo>
14238          
14239          allow C<sort $coderef @foo>
14240  Branch: maint-5.005/perl
14241        ! op.c sv.c
14242       !> t/op/sort.t
14243 ____________________________________________________________________________
14244 [  2308] By: gbarr                                 on 1998/11/27  00:11:44
14245     Log: Updates for MPE/iX DynaLoader and installperl, via private mail
14246          forwarded by Jarkko Hietaniemi from Mark Bixby
14247  Branch: maint-5.005/perl
14248        ! ext/DynaLoader/dl_mpeix.xs installperl
14249 ____________________________________________________________________________
14250 [  2306] By: gbarr                                 on 1998/11/26  23:44:47
14251     Log: Allow PL_FILES to have multiple targets from one source by allowing
14252          an array ref as the value in the hash
14253  Branch: maint-5.005/perl
14254        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
14255        ! lib/ExtUtils/MakeMaker.pm
14256 ____________________________________________________________________________
14257 [  2305] By: gbarr                                 on 1998/11/26  23:38:06
14258     Log: fix unsigned variables to use SvUV and sv_setuv
14259  Branch: maint-5.005/perl
14260        ! lib/ExtUtils/typemap
14261 ____________________________________________________________________________
14262 [  2304] By: gbarr                                 on 1998/11/26  23:36:17
14263     Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
14264  Branch: maint-5.005/perl
14265        ! lib/ExtUtils/MM_Unix.pm
14266 ____________________________________________________________________________
14267 [  2301] By: gsar                                  on 1998/11/26  10:16:54
14268     Log: fix PL_defoutgv leak under threads
14269  Branch: perl
14270        ! ext/Thread/Thread.xs
14271 ____________________________________________________________________________
14272 [  2300] By: gsar                                  on 1998/11/26  09:04:44
14273     Log: properly free temporaries created by threads
14274  Branch: perl
14275        ! ext/Thread/Thread.xs
14276 ____________________________________________________________________________
14277 [  2299] By: gsar                                  on 1998/11/26  06:51:16
14278     Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
14279          to set the package for the block properly
14280  Branch: perl
14281        ! op.c t/comp/package.t t/lib/dumper.t
14282 ____________________________________________________________________________
14283 [  2298] By: nick                                  on 1998/11/24  22:04:20
14284     Log: Part-1 of tweaks to allow Tk to be "compiled"
14285          Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
14286          (May also need attention to exports etc. - to follow.)
14287  Branch: perl
14288        ! universal.c
14289 ____________________________________________________________________________
14290 [  2294] By: jhi                                   on 1998/11/23  10:44:26
14291     Log: The new socket tests need in some platforms
14292          to #include <sys/types.h>.
14293  Branch: cfgperl
14294        ! Configure
14295 ____________________________________________________________________________
14296 [  2293] By: jhi                                   on 1998/11/23  10:33:42
14297     Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
14298          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
14299          Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
14300          Date: Mon, 23 Nov 1998 10:07:04 +0100
14301          Message-Id: <9811230907.AA06484@AWT.nl>
14302          
14303          NeXTstep NetInfo uses nidump to get the user/group databases.
14304  Branch: cfgperl
14305        ! t/op/grent.t t/op/pwent.t
14306 ____________________________________________________________________________
14307 [  2291] By: TimBunce                              on 1998/11/22  22:23:09
14308     Log: Updated Porting/patchls utility.
14309  Branch: maint-5.004/perl
14310        ! Porting/patchls
14311 ____________________________________________________________________________
14312 [  2288] By: TimBunce                              on 1998/11/22  21:46:11
14313     Log: Title:  "Buglet in Sys::Syslog.pm (with fix)"
14314          From:  Henrik Tougaard <ht.000@foa.dk>
14315          Msg-ID:  <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
14316          Files:  lib/Sys/Syslog.pm
14317  Branch: maint-5.004/perl
14318        ! lib/Sys/Syslog.pm
14319 ____________________________________________________________________________
14320 [  2286] By: jhi                                   on 1998/11/22  19:08:42
14321     Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
14322  Branch: cfgperl
14323        ! ext/Socket/Socket.xs
14324 ____________________________________________________________________________
14325 [  2285] By: jhi                                   on 1998/11/22  18:21:07
14326     Log: MSG_PROXY for GNU/Hurd (previously we believed that
14327          all GNU libc platforms have MSG_PROXY.  Untrue).
14328          In fact this ended up as a major MSG_* and SCM_*
14329          update.  The MSG_XXX known to be enums in some
14330          versions of the glibc are now probed for and respective
14331          HAS_MSG_XXX are defined.  While I was at it I noticed
14332          SCM_RIGHTS being similarly an enum.  This reminded me of
14333          an ancient discussion in perl5-porters:
14334          http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
14335          The BSD socket interface has a nifty feature for passing
14336          file descriptors and credentials--via sockets.  It may be
14337          too late to add this functionality to the CORE but
14338          at least Configure now probes for the functions,
14339          structs, and includes, defining the appropriate
14340          HAS_YYY and I_ZZZ, and the Socket extension exports
14341          the constants, in case somebody wants to write an
14342          extension for this interface.
14343  Branch: cfgperl
14344        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14345        ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
14346        ! iperlsys.h
14347 ____________________________________________________________________________
14348 [  2284] By: jhi                                   on 1998/11/22  18:13:21
14349     Log: perlhist.pod 1.54, containing 5_53.
14350  Branch: cfgperl
14351        ! pod/perlhist.pod
14352 ____________________________________________________________________________
14353 [  2274] By: TimBunce                              on 1998/11/22  16:25:46
14354     Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
14355  Branch: maint-5.004/perl
14356        ! doio.c
14357 ____________________________________________________________________________
14358 [  2273] By: TimBunce                              on 1998/11/22  16:17:43
14359     Log: Improve op/die_exit.t test for implicit close changing $!
14360  Branch: maint-5.004/perl
14361        ! t/op/die_exit.t
14362 ____________________________________________________________________________
14363 [  2268] By: jhi                                   on 1998/11/22  14:44:11
14364     Log: Fix thinko.
14365  Branch: cfgperl
14366        ! hints/dynixptx.sh
14367 ____________________________________________________________________________
14368 [  2267] By: jhi                                   on 1998/11/22  13:19:41
14369     Log: Document the d_socket override.
14370  Branch: cfgperl
14371        ! hints/dynixptx.sh
14372 ____________________________________________________________________________
14373 [  2266] By: jhi                                   on 1998/11/22  12:12:29
14374     Log: From: John Tobey <jtobey@channel1.com>
14375          Subject: [PATCH] perlfaq typos
14376          To: perl5-porters@perl.com
14377          Date: 22 Nov 1998 04:25:15 +0200
14378          Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
14379  Branch: cfgperl
14380        ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
14381        ! pod/perlfaq7.pod pod/perlfaq8.pod
14382 ____________________________________________________________________________
14383 [  2265] By: jhi                                   on 1998/11/22  12:06:29
14384     Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
14385          Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
14386          Newsgroups: hut.lists.perl5-porters
14387          To: gsar@engin.umich.edu (Gurusamy Sarathy)
14388          Cc: perl5-porters@perl.org (Perl5 Porters)
14389          Date: 20 Nov 1998 12:20:41 +0200
14390  Branch: cfgperl
14391        ! ext/DB_File/Changes ext/DB_File/DB_File.pm
14392        ! ext/DB_File/DB_File.xs
14393 ____________________________________________________________________________
14394 [  2264] By: jhi                                   on 1998/11/22  11:55:09
14395     Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
14396          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
14397          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
14398          To: perlbug@perl.com
14399          Date: 20 Nov 1998 18:39:06 +0200
14400          Lines: 47
14401          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
14402  Branch: cfgperl
14403        ! t/op/grent.t t/op/pwent.t
14404 ____________________________________________________________________________
14405 [  2263] By: jhi                                   on 1998/11/22  11:42:59
14406     Log: Permission testing is tricky when we have too much power.
14407          Problem reported in
14408          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
14409          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
14410          To: perlbug@perl.com
14411          Date: 20 Nov 1998 18:39:06 +0200
14412          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
14413  Branch: cfgperl
14414        ! t/op/filetest.t
14415 ____________________________________________________________________________
14416 [  2262] By: gsar                                  on 1998/11/22  11:37:02
14417     Log: fix broken CAPI generation
14418  Branch: perl
14419        ! win32/GenCAPI.pl
14420 ____________________________________________________________________________
14421 [  2261] By: jhi                                   on 1998/11/22  11:17:00
14422     Log: -x should be C<-x>, reported by Gerben Wierda.
14423  Branch: cfgperl
14424        ! pod/perlfunc.pod
14425 ____________________________________________________________________________
14426 [  2260] By: gsar                                  on 1998/11/22  11:12:02
14427     Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
14428  Branch: perl
14429        ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
14430        ! proto.h
14431 ____________________________________________________________________________
14432 [  2259] By: jhi                                   on 1998/11/22  11:06:40
14433     Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
14434          Subject: Re: [PATCH] Re: pod2man bug in date generated line
14435          To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
14436          Cc: perlbug@perl.com
14437          Date: 20 Nov 1998 21:30:17 +0200
14438          Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
14439  Branch: cfgperl
14440        ! pod/pod2man.PL
14441 ____________________________________________________________________________
14442 [  2256] By: jhi                                   on 1998/11/21  10:44:01
14443     Log: From: Thomas Bowditch <bowditch@inmet.com>
14444          Subject: Benchmark.pm suggestion
14445          To: jhi@iki.fi, Tim.Bunce@ig.co.uk
14446          Date: Fri, 20 Nov 1998 17:43:46 -0500
14447          Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
14448          
14449          Added timesum().
14450  Branch: cfgperl
14451        ! lib/Benchmark.pm
14452 ____________________________________________________________________________
14453 [  2255] By: gsar                                  on 1998/11/21  08:45:06
14454     Log: another win32 portability fix: make sysread() and syswrite()
14455          work on sockets
14456  Branch: perl
14457        ! pp_sys.c win32/win32.h
14458 ____________________________________________________________________________
14459 [  2254] By: gsar                                  on 1998/11/21  07:49:06
14460     Log: win32_recvfrom() compatibility fix
14461  Branch: perl
14462        ! win32/win32sck.c
14463 ____________________________________________________________________________
14464 [  2253] By: jhi                                   on 1998/11/20  08:22:06
14465     Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
14466          To: jhi@iki.fi
14467          Subject: MPE/iX Perl 5.005_02 oops
14468          Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
14469          Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
14470  Branch: cfgperl
14471        ! ext/DynaLoader/dl_mpeix.xs installperl
14472 ____________________________________________________________________________
14473 [  2252] By: gsar                                  on 1998/11/19  17:38:03
14474     Log: mess_sv tweak for change#2249
14475  Branch: perl
14476        ! util.c
14477 ____________________________________________________________________________
14478 [  2251] By: jhi                                   on 1998/11/18  12:32:19
14479     Log: Display use64bits and usemultiplicity but only if necessary.
14480  Branch: cfgperl
14481        ! myconfig
14482 ____________________________________________________________________________
14483 [  2250] By: jhi                                   on 1998/11/18  12:26:50
14484     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl> 
14485          Subject: pp.c uses 'unsigned Quad_t'
14486          To: perlbug@perl.com 
14487          Date: Sun, 15 Nov 1998 20:57:05 -0300 
14488          Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
14489  Branch: cfgperl
14490        ! perl.h pp.c
14491 ____________________________________________________________________________
14492 [  2249] By: gsar                                  on 1998/11/18  05:43:11
14493     Log: use PL_mess_sv only during global destruction (fixes problems with
14494          overlapping invocations of form()/warn()/die()/croak() trampling on
14495          each other's messages)
14496  Branch: perl
14497        ! mg.c util.c
14498 ____________________________________________________________________________
14499 [  2248] By: gsar                                  on 1998/11/18  05:39:36
14500     Log: tweak change#2245 to skip previous message if any
14501  Branch: perl
14502        ! pp_ctl.c t/pragma/warn/pp_ctl
14503 ____________________________________________________________________________
14504 [  2247] By: jhi                                   on 1998/11/17  11:46:56
14505     Log: Integrate from mainperl.
14506  Branch: cfgperl
14507       !> (integrate 26 files)
14508 ____________________________________________________________________________
14509 [  2246] By: gsar                                  on 1998/11/17  09:41:10
14510     Log: allow C<sort $coderef @foo>
14511  Branch: perl
14512        ! op.c t/op/sort.t t/pragma/overload.t
14513 ____________________________________________________________________________
14514 [  2245] By: gsar                                  on 1998/11/17  08:28:26
14515     Log: propagate failures in DESTROY() as (optional) warnings
14516  Branch: perl
14517        ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
14518 ____________________________________________________________________________
14519 [  2244] By: gsar                                  on 1998/11/17  07:43:08
14520     Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
14521  Branch: perl
14522        ! perl.c thrdvar.h
14523 ____________________________________________________________________________
14524 [  2243] By: gsar                                  on 1998/11/17  07:40:09
14525     Log: sort WARN_FOO symbols to avoid hash traversal order dependency
14526  Branch: perl
14527        ! lib/warning.pm warning.h warning.pl
14528 ____________________________________________________________________________
14529 [  2242] By: gsar                                  on 1998/11/17  06:32:39
14530     Log: fix skipspace() to properly account for newlines in eval''-ed
14531          strings (caused bogus line numbers in diagnostics and debugger)
14532  Branch: perl
14533        ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
14534 ____________________________________________________________________________
14535 [  2241] By: gsar                                  on 1998/11/17  03:48:12
14536     Log: s/Perl_utf8skip/PL_utf8skip/g
14537  Branch: perl
14538        ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
14539 ____________________________________________________________________________
14540 [  2240] By: gsar                                  on 1998/11/14  06:09:06
14541     Log: rework op/groups.t
14542  Branch: perl
14543        ! t/op/filetest.t t/op/groups.t
14544 ____________________________________________________________________________
14545 [  2235] By: gsar                                  on 1998/11/14  00:17:05
14546     Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
14547  Branch: perl
14548        ! op.c
14549 ____________________________________________________________________________
14550 [  2234] By: gsar                                  on 1998/11/14  00:14:02
14551     Log: update Changes
14552  Branch: perl
14553        ! Changes win32/config.bc win32/config.gc win32/config.vc
14554 ____________________________________________________________________________
14555 [  2233] By: gsar                                  on 1998/11/13  09:43:03
14556     Log: doc tweak
14557  Branch: perl
14558        ! README.win32
14559 ____________________________________________________________________________
14560 [  2230] By: jhi                                   on 1998/11/12  17:07:45
14561     Log: Allow hints file override for d_socket
14562          (based on Sequent-induced change #2229).
14563  Branch: cfgperl
14564        ! Configure
14565 ____________________________________________________________________________
14566 [  2229] By: jhi                                   on 1998/11/12  16:32:33
14567     Log: 
14568          From: "Martin J. Bligh" <mbligh@sequent.com>
14569          To: jhi@iki.fi
14570          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
14571          Subject: Re: Making Perl work on DYNIX/ptx
14572          Date: Tue, 10 Nov 1998 16:24:26 -0800
14573          Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
14574  Branch: cfgperl
14575        ! hints/dynixptx.sh
14576 ____________________________________________________________________________
14577 [  2228] By: jhi                                   on 1998/11/12  11:40:37
14578     Log: From: "Martin J. Bligh" <mbligh@sequent.com>
14579          Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
14580          To: jhi@iki.fi
14581          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
14582          Subject: Re: Making Perl work on DYNIX/ptx
14583          Date: Tue, 10 Nov 1998 18:01:10 -0800
14584  Branch: cfgperl
14585        + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
14586 ____________________________________________________________________________
14587 [  2227] By: jhi                                   on 1998/11/12  11:17:42
14588     Log: Integrate from mainperl.
14589  Branch: cfgperl
14590       !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
14591       !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
14592       !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
14593       !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
14594       !> win32/win32.c x2p/s2p.PL
14595 ____________________________________________________________________________
14596 [  2226] By: gsar                                  on 1998/11/11  21:05:42
14597     Log: provide -DPERL_POLLUTE
14598  Branch: perl
14599        ! embed.pl embedvar.h
14600 ____________________________________________________________________________
14601 [  2225] By: jhi                                   on 1998/11/09  07:45:12
14602     Log: From: Hans Mulder <hansm@icgroup.nl>
14603          To: Ilya Zakharevich <ilya@math.ohio-state.edu>
14604          Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
14605          perl5-porters@perl.org
14606          Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
14607          (UNINSTALLED)
14608          Date: Sun,  8 Nov 98 22:20:23 +0100
14609          Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
14610  Branch: cfgperl
14611        ! malloc.c perl.h
14612 ____________________________________________________________________________
14613 [  2224] By: gsar                                  on 1998/11/09  03:13:14
14614     Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
14615          Christoph <lupe@alanya.m.isar.de>)
14616  Branch: perl
14617        ! lib/Text/Wrap.pm
14618 ____________________________________________________________________________
14619 [  2223] By: gsar                                  on 1998/11/09  02:09:06
14620     Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
14621          <lionel.fourquaux@wanadoo.fr>)
14622  Branch: perl
14623        ! x2p/s2p.PL
14624 ____________________________________________________________________________
14625 [  2222] By: gsar                                  on 1998/11/09  01:56:24
14626     Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
14627          Date: Wed, 04 Nov 1998 12:19:44 +0000
14628          Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
14629          Subject: [PATCH] Re: [5.005_53] read overflow? 
14630          --
14631          Date: Wed, 04 Nov 1998 13:15:18 +0000
14632          Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
14633          Subject: [PATCH 5.005_53] perl -V fix
14634  Branch: perl
14635        ! perl.c regexec.c
14636 ____________________________________________________________________________
14637 [  2221] By: gsar                                  on 1998/11/09  01:34:56
14638     Log: From: jan.dubois@ibm.net (Jan Dubois)
14639          Date: Sun, 01 Nov 1998 00:05:01 +0100
14640          Message-ID: <364294bd.18052307@smtp1.ibm.net>
14641          Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
14642  Branch: perl
14643        ! Changes win32/makedef.pl
14644 ____________________________________________________________________________
14645 [  2220] By: gsar                                  on 1998/11/08  21:13:07
14646     Log: integrate changes#2120,2168,2218 from maint-5.005;
14647          add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
14648          enum; make regen_headers
14649  Branch: perl
14650        ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
14651        ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
14652 ____________________________________________________________________________
14653 [  2219] By: gsar                                  on 1998/11/08  19:42:57
14654     Log: integrate cfgperl changes into mainline
14655  Branch: perl
14656       +> README.vmesa
14657       !> Configure MANIFEST Porting/Glossary Porting/config.sh
14658       !> Porting/config_H config_h.SH ext/Thread/Thread.xs
14659       !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
14660       !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
14661       !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
14662       !> thread.h vms/subconfigure.com vos/config.h
14663 ____________________________________________________________________________
14664 [  2218] By: gbarr                                 on 1998/11/08  16:48:44
14665     Log: From: Graham Barr <gbarr@ti.com>
14666          Date: Mon, 2 Nov 1998 07:38:52 -0600
14667          Message-ID: <19981102073852.A12751@asic.sc.ti.com>
14668          Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
14669  Branch: maint-5.005/perl
14670        ! ext/IPC/SysV/Msg.pm
14671 ____________________________________________________________________________
14672 [  2215] By: gsar                                  on 1998/11/08  02:52:52
14673     Log: set close-on-exec bit on pipe() FDs
14674  Branch: perl
14675        ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
14676 ____________________________________________________________________________
14677 [  2214] By: gsar                                  on 1998/11/08  02:27:57
14678     Log: typo in newHVhv()
14679  Branch: perl
14680        ! hv.c
14681 ____________________________________________________________________________
14682 [  2211] By: jhi                                   on 1998/11/07  21:14:18
14683     Log: Finalize the Mach CThreads support.
14684          
14685          From: Hans Mulder <hansm@icgroup.nl>
14686          Date: Sat,  7 Nov 98 22:06:20 +0100
14687          To: Gurusamy Sarathy <gsar@engin.umich.edu>
14688          Cc: jhi@iki.fi, perl5-porters@perl.org
14689          Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) 
14690          Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
14691  Branch: cfgperl
14692        ! malloc.c perl.h
14693 ____________________________________________________________________________
14694 [  2210] By: gsar                                  on 1998/11/06  20:36:50
14695     Log: fix AvREALISH bogusness
14696  Branch: perl
14697        ! av.c t/op/array.t
14698 ____________________________________________________________________________
14699 [  2209] By: jhi                                   on 1998/11/06  08:05:31
14700     Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
14701          ASSERT() causes problems in {NeXTStep,OpenStep}.
14702          
14703          From: Hans Mulder <hansm@icgroup.nl>
14704          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
14705          Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
14706          Date: Fri,  6 Nov 98 01:27:41 +0100
14707          Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
14708          
14709          and
14710          
14711          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14712          Subject: Re: ASSERT() in malloc.c
14713          To: jhi@iki.fi
14714          Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
14715          Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
14716  Branch: cfgperl
14717        ! malloc.c
14718 ____________________________________________________________________________
14719 [  2208] By: jhi                                   on 1998/11/06  07:55:38
14720     Log: Mach CThreads needs #include <mach/cthreads.h>.
14721  Branch: cfgperl
14722        ! perl.h
14723 ____________________________________________________________________________
14724 [  2206] By: jhi                                   on 1998/11/05  14:54:52
14725     Log: PERL_BADLANG wrongly documented.
14726          
14727          From: ts <decoux@moulon.inra.fr>
14728          To: jhi@cc.hut.fi
14729          Subject: Re: Locale warning messages
14730          Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
14731          Message-Id: <199811051334.OAA24863@moulon.inra.fr>
14732          
14733          and
14734          
14735          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14736          Subject: Re: PERL_BADLANG
14737          To: jhi@iki.fi
14738          Subject: Re: PERL_BADLANG
14739          Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
14740          Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
14741  Branch: cfgperl
14742        ! pod/perllocale.pod
14743 ____________________________________________________________________________
14744 [  2205] By: jhi                                   on 1998/11/05  14:24:33
14745     Log: Document all the control flow keywords in perlfunc
14746          so that "perlfunc -f while" works.
14747  Branch: cfgperl
14748        ! pod/perlfunc.pod
14749 ____________________________________________________________________________
14750 [  2204] By: jhi                                   on 1998/11/05  12:46:02
14751     Log: Configure update.  Remove last trace of PTHREADS_CREATED_JOINABLE
14752          (from vos/config.h).  Update Porting/{Glossary,config*}.
14753  Branch: cfgperl
14754        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14755        ! config_h.SH vos/config.h
14756 ____________________________________________________________________________
14757 [  2203] By: jhi                                   on 1998/11/05  08:34:39
14758     Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
14759  Branch: cfgperl
14760        ! hints/vmesa.sh vms/subconfigure.com
14761 ____________________________________________________________________________
14762 [  2202] By: jhi                                   on 1998/11/05  08:03:20
14763     Log: Integrate from mainperl.
14764  Branch: cfgperl
14765       !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
14766       !> win32/Makefile win32/makefile.mk win32/win32.c
14767 ____________________________________________________________________________
14768 [  2201] By: gsar                                  on 1998/11/05  04:40:44
14769     Log: another POPSTACK victim
14770  Branch: perl
14771        ! cop.h sv.c
14772 ____________________________________________________________________________
14773 [  2196] By: gsar                                  on 1998/11/05  02:07:54
14774     Log: fix a location affected by change#2191, add note about POPSTACK
14775  Branch: perl
14776        ! cop.h gv.c pp_ctl.c
14777 ____________________________________________________________________________
14778 [  2195] By: gsar                                  on 1998/11/05  02:04:45
14779     Log: makefile notes
14780  Branch: perl
14781        ! win32/Makefile win32/makefile.mk
14782 ____________________________________________________________________________
14783 [  2192] By: gsar                                  on 1998/11/04  23:48:53
14784     Log: indeterminate order-of-evaluation fixes
14785  Branch: perl
14786        ! mg.c
14787 ____________________________________________________________________________
14788 [  2191] By: gsar                                  on 1998/11/04  23:02:16
14789     Log: refetch local stack pointer in POPSTACK
14790  Branch: perl
14791        ! cop.h perl.c
14792 ____________________________________________________________________________
14793 [  2190] By: jhi                                   on 1998/11/04  08:50:40
14794     Log: Configure update.
14795          Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
14796          
14797          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
14798          To: Martin Bligh <mbligh@sequent.com>
14799          Cc: Jarkko Hietaniemi <jhi@iki.fi>
14800          Subject: Re: Perl 5's configure on DYNIX/ptx
14801          Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
14802          Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
14803          
14804          find sockets also from libsocket, not just libnet.
14805          OS390: $compile_ok instead of $compile for <inttypes.h>,
14806          
14807          From: pvhp@forte.com (Peter Prymmer)
14808          To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
14809          Subject: _53 not OK on os390 but looking better than ever
14810          Date: Tue, 3 Nov 98 17:33:22 PST
14811          Message-Id: <9811040133.AA09450@forte.com>
14812  Branch: cfgperl
14813        ! Configure
14814 ____________________________________________________________________________
14815 [  2189] By: jhi                                   on 1998/11/04  07:43:58
14816     Log: sysio.t failure: fix undefined order of evaluation, from
14817          
14818          From: Spider Boardman <spider@web.zk3.dec.com>
14819          Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
14820          To: perlbug@perl.com
14821          Date: 4 Nov 1998 01:22:30 +0200
14822          Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
14823  Branch: cfgperl
14824        ! pp_sys.c
14825 ____________________________________________________________________________
14826 [  2188] By: gsar                                  on 1998/11/04  02:59:16
14827     Log: fix return value of win32_pclose()
14828  Branch: perl
14829        ! win32/win32.c
14830 ____________________________________________________________________________
14831 [  2187] By: gsar                                  on 1998/11/04  02:56:34
14832     Log: s/sv_upgrade/SvUPGRADE/ a couple of places
14833  Branch: perl
14834        ! Changes doop.c gv.c util.c
14835 ____________________________________________________________________________
14836 [  2186] By: jhi                                   on 1998/11/03  08:17:52
14837     Log: Document quads in pack.
14838  Branch: cfgperl
14839        ! pod/perlfunc.pod
14840 ____________________________________________________________________________
14841 [  2185] By: jhi                                   on 1998/11/03  07:49:35
14842     Log: (IV) vs (I32) vs I_V()
14843          
14844          Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
14845          From: Anton Berezin <tobez@plab.ku.dk> 
14846          To: "p5p" <perl5-porters@perl.org> 
14847          Date: 01 Nov 1998 15:09:11 +0100 
14848          Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
14849          
14850          and
14851          
14852          From: Andy Dougherty <doughera@lafcol.lafayette.edu> 
14853          Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) 
14854          Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
14855  Branch: cfgperl
14856        ! sv.c
14857 ____________________________________________________________________________
14858 [  2184] By: jhi                                   on 1998/11/03  07:42:46
14859     Log: VM/ESA updates.
14860  Branch: cfgperl
14861        + README.vmesa
14862        ! MANIFEST pod/perlfunc.pod pod/perlport.pod
14863 ____________________________________________________________________________
14864 [  2183] By: jhi                                   on 1998/11/02  12:58:13
14865     Log: The id(1)-parsing is real fun.
14866  Branch: cfgperl
14867        ! t/op/groups.t
14868 ____________________________________________________________________________
14869 [  2182] By: jhi                                   on 1998/11/02  12:07:43
14870     Log: Decommission the symlink test.
14871  Branch: cfgperl
14872        ! t/op/lex_assign.t
14873 ____________________________________________________________________________
14874 [  2181] By: jhi                                   on 1998/11/02  12:03:08
14875     Log: Replace ATTR_JOINABLE with true Configure probe
14876          for PTHREAD_CREATE_JOINABLE (or equivalent:
14877          PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
14878          Remove ATTR_JOINABLE itself: Thread.xs uses
14879          PTHREAD_CREATE_JOINABLE (or equivalent) directly.
14880          
14881          Really scan for <mach/cthreads.h> only if usethreads.
14882  Branch: cfgperl
14883        ! Configure config_h.SH ext/Thread/Thread.xs thread.h
14884 ____________________________________________________________________________
14885 [  2180] By: jhi                                   on 1998/11/02  11:07:34
14886     Log: In HP-UX 10.X usethreads only if the required files are present.
14887  Branch: cfgperl
14888        ! hints/hpux.sh
14889 ____________________________________________________________________________
14890 [  2179] By: jhi                                   on 1998/11/02  09:10:33
14891     Log: Prefer groups(1).
14892          id -Gn can be broken.
14893          id -a can save the day.
14894  Branch: cfgperl
14895        ! t/op/groups.t
14896 ____________________________________________________________________________
14897 [  2178] By: jhi                                   on 1998/11/02  08:35:29
14898     Log: Detrail enum comma.
14899  Branch: cfgperl
14900        ! perl.h
14901 ____________________________________________________________________________
14902 [  2177] By: jhi                                   on 1998/11/02  08:24:12
14903     Log: 0**0 = 1, from
14904          
14905          From: d-lewart@uiuc.edu (Daniel S. Lewart)
14906          Subject: Math::Complex 0**0 patches
14907          Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
14908          Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
14909          To: jhi@iki.fi (Jarkko Hietaniemi),
14910          Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
14911  Branch: cfgperl
14912        ! lib/Math/Complex.pm t/lib/complex.t
14913 ____________________________________________________________________________
14914 [  2168] By: gbarr                                 on 1998/11/01  01:58:58
14915     Log: From: jan.dubois@ibm.net (Jan Dubois)   
14916          Date: Fri, 09 Oct 1998 23:28:31 +0200
14917          Message-ID: <36217b7f.3193091@smtp1.ibm.net>
14918          Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
14919  Branch: maint-5.005/perl
14920        ! XSUB.h
14921 ____________________________________________________________________________
14922 [  2164] By: jhi                                   on 1998/10/31  15:50:02
14923     Log: Integrate from mainperl.
14924  Branch: cfgperl
14925       +> t/op/lex_assign.t
14926       !> (integrate 45 files)
14927
14928 ----------------
14929 Version 5.005_53
14930 ----------------
14931
14932 ____________________________________________________________________________
14933 [  2163] By: gsar                                  on 1998/10/31  11:31:12
14934     Log: bump patchlevel; other minor fixes for clean build and test on
14935          Solaris and win32
14936  Branch: perl
14937        ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
14938        ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
14939        ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
14940        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
14941        ! x2p/a2p.c
14942 ____________________________________________________________________________
14943 [  2162] By: gsar                                  on 1998/10/31  09:40:31
14944     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14945          Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
14946          Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
14947          Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
14948  Branch: perl
14949        ! pp.h
14950 ____________________________________________________________________________
14951 [  2161] By: gsar                                  on 1998/10/31  09:39:13
14952     Log: From: Albert Dvornik <bert@genscan.com>
14953          Date: 30 Oct 1998 17:50:04 -0500
14954          Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
14955          Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
14956  Branch: perl
14957        ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
14958 ____________________________________________________________________________
14959 [  2160] By: gsar                                  on 1998/10/31  09:35:03
14960     Log: fix for bugs in -x mode
14961          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14962          Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
14963          Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
14964          Subject: [PATCH 5.00552] Fix h2xs
14965  Branch: perl
14966        ! utils/h2xs.PL
14967 ____________________________________________________________________________
14968 [  2159] By: gsar                                  on 1998/10/31  09:31:36
14969     Log: Data::Dumper update
14970  Branch: perl
14971        ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
14972        ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
14973 ____________________________________________________________________________
14974 [  2153] By: gsar                                  on 1998/10/30  21:40:09
14975     Log: add testsuite portion of patch
14976          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14977          Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
14978          Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
14979          Subject: [PATCH 5.00321 ;-)] 87% speedup
14980  Branch: perl
14981        + t/op/lex_assign.t
14982        ! MANIFEST
14983 ____________________________________________________________________________
14984 [  2152] By: gsar                                  on 1998/10/30  21:08:11
14985     Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
14986  Branch: perl
14987        ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
14988 ____________________________________________________________________________
14989 [  2151] By: gsar                                  on 1998/10/30  20:18:09
14990     Log: From: Mark-Jason Dominus <mjd@plover.com>
14991          Date: Fri, 30 Oct 1998 14:24:23 EST
14992          Message-Id: <19981030192423.27276.qmail@plover.com>
14993          Subject: PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'
14994  Branch: perl
14995        ! x2p/walk.c
14996 ____________________________________________________________________________
14997 [  2150] By: gsar                                  on 1998/10/30  20:08:57
14998     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14999          Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
15000          Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
15001          Subject: [PATCH 5.00552] Overloaded <> and deref again
15002  Branch: perl
15003        ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
15004        ! t/pragma/overload.t toke.c
15005 ____________________________________________________________________________
15006 [  2149] By: gsar                                  on 1998/10/30  19:38:15
15007     Log: From: Roderick Schertler <roderick@argon.org>
15008          Date: Thu, 29 Oct 1998 14:50:18 -0500
15009          Message-ID: <17625.909690618@eeyore.ibcinc.com>
15010          Subject: patch for daemonization docs in perlipc
15011  Branch: perl
15012        ! pod/perlipc.pod
15013 ____________________________________________________________________________
15014 [  2148] By: gsar                                  on 1998/10/30  19:36:07
15015     Log: From: Anton Berezin <tobez@plab.ku.dk>
15016          Date: 29 Oct 1998 17:06:25 +0100
15017          Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
15018          Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
15019  Branch: perl
15020        ! win32/win32.c
15021 ____________________________________________________________________________
15022 [  2147] By: gsar                                  on 1998/10/30  19:31:37
15023     Log: tweaked version of suggested patch
15024          From: Anton Berezin <tobez@plab.ku.dk>
15025          Date: 29 Oct 1998 14:48:54 +0100
15026          Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
15027          Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
15028  Branch: perl
15029        ! win32/win32.c
15030 ____________________________________________________________________________
15031 [  2146] By: gsar                                  on 1998/10/30  19:03:50
15032     Log: hand-apply whitespace-mutiliated patch
15033          From: "vishal bhatia" <vishalb@hotmail.com>
15034          Date: Wed, 28 Oct 1998 23:45:32 PST
15035          Message-ID: <19981029074534.2334.qmail@hotmail.com>
15036          Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
15037  Branch: perl
15038        ! ext/B/B/C.pm ext/B/B/CC.pm
15039 ____________________________________________________________________________
15040 [  2145] By: gsar                                  on 1998/10/30  18:46:58
15041     Log: remaining PL_foo stragglers
15042  Branch: perl
15043        ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
15044        ! op.h os2/os2.c vms/gen_shrfls.pl
15045 ____________________________________________________________________________
15046 [  2144] By: gsar                                  on 1998/10/30  17:38:36
15047     Log: integrate cfgperl tweaks into mainline
15048  Branch: perl
15049       !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
15050       !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
15051 ____________________________________________________________________________
15052 [  2143] By: jhi                                   on 1998/10/30  13:27:39
15053     Log: There can be multiple yacc/bison errors.
15054  Branch: cfgperl
15055        ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
15056 ____________________________________________________________________________
15057 [  2142] By: jhi                                   on 1998/10/30  13:18:43
15058     Log: README.posix-bc update.
15059  Branch: cfgperl
15060        ! README.posix-bc
15061 ____________________________________________________________________________
15062 [  2141] By: jhi                                   on 1998/10/30  09:12:59
15063     Log: #2133 fallout.
15064  Branch: cfgperl
15065        ! doio.c ext/POSIX/POSIX.xs
15066 ____________________________________________________________________________
15067 [  2140] By: jhi                                   on 1998/10/30  08:43:18
15068     Log: Integrate from mainperl.
15069  Branch: cfgperl
15070       +> globvar.sym pp.sym
15071        - objpp.h thread.sym
15072       !> (integrate 61 files)
15073 ____________________________________________________________________________
15074 [  2133] By: gsar                                  on 1998/10/30  02:51:39
15075     Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
15076          (objpp.h is gone, embed.pl now does some of that); objXSUB.h
15077          should soon be automated also; the global variables that
15078          escaped the PL_foo conversion are now reined in; renamed
15079          MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
15080          type of same name; duplicated lists of pp_things in various
15081          places is now gone; result has only been tested on win32
15082  Branch: perl
15083        + globvar.sym pp.sym
15084        - objpp.h thread.sym
15085        ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
15086        ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
15087        ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
15088        ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
15089        ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
15090        ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
15091        ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
15092        ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
15093        ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
15094        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15095        ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
15096 ____________________________________________________________________________
15097 [  2130] By: jhi                                   on 1998/10/29  15:31:26
15098     Log: Pure bison yylex() proto was broken.
15099  Branch: cfgperl
15100        ! proto.h
15101 ____________________________________________________________________________
15102 [  2126] By: jhi                                   on 1998/10/29  08:35:54
15103     Log: Integrate mainperl.
15104  Branch: cfgperl
15105       !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
15106       !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
15107       !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
15108       !> t/pragma/warn/doio toke.c win32/makefile.mk
15109 ____________________________________________________________________________
15110 [  2125] By: jhi                                   on 1998/10/29  08:32:38
15111     Log: EBCDIC Makefile.SH iteration converges.  Hopefully.
15112  Branch: cfgperl
15113        ! Makefile.SH
15114 ____________________________________________________________________________
15115 [  2124] By: jhi                                   on 1998/10/29  08:06:44
15116     Log: EBCDIC Makefile.SH tuneup.
15117  Branch: cfgperl
15118        ! Makefile.SH
15119 ____________________________________________________________________________
15120 [  2119] By: gsar                                  on 1998/10/28  23:24:04
15121     Log: remove doubled hunk from integration
15122  Branch: perl
15123        ! pp.c
15124 ____________________________________________________________________________
15125 [  2118] By: gsar                                  on 1998/10/28  22:03:31
15126     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15127          Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
15128          Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
15129          Subject: [PATCH 5.00552] Minor debugger tweaks
15130  Branch: perl
15131        ! lib/perl5db.pl
15132 ____________________________________________________________________________
15133 [  2117] By: gsar                                  on 1998/10/28  22:02:30
15134     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15135          Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
15136          Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
15137          Subject: [PATCH 5.00552] Make sort respect overloading
15138  Branch: perl
15139        ! pp_ctl.c proto.h t/pragma/overload.t
15140 ____________________________________________________________________________
15141 [  2116] By: gsar                                  on 1998/10/28  21:51:11
15142     Log: MM patches from Ilya Zakharevich
15143          Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
15144          Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
15145          Subject: [PATCH 5.00552] Make MakeMaker more verbose
15146          --
15147          Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
15148          Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
15149          Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
15150  Branch: perl
15151        ! lib/ExtUtils/MakeMaker.pm
15152 ____________________________________________________________________________
15153 [  2115] By: gsar                                  on 1998/10/28  21:46:19
15154     Log: add explicit references to perl source path in ld2 and gcc2
15155  Branch: perl
15156        ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
15157 ____________________________________________________________________________
15158 [  2114] By: gsar                                  on 1998/10/28  21:39:56
15159     Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
15160          Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
15161          Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
15162          Subject: [PATCH] Re: Problems with: Creating an installable tar archive
15163  Branch: perl
15164        ! INSTALL
15165 ____________________________________________________________________________
15166 [  2113] By: gsar                                  on 1998/10/28  21:21:16
15167     Log: integrate cfgperl into mainline
15168  Branch: perl
15169       +> t/op/filetest.t
15170       !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
15171       !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
15172       !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
15173       !> thread.h toke.c vmesa/Makefile
15174 ____________________________________________________________________________
15175 [  2112] By: gsar                                  on 1998/10/28  21:14:18
15176     Log: minor cleanup
15177  Branch: perl
15178        ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
15179 ____________________________________________________________________________
15180 [  2111] By: gsar                                  on 1998/10/28  18:52:10
15181     Log: smarter C<$SIG{FOO} = BAREWORD;> warning
15182  Branch: perl
15183        ! toke.c
15184 ____________________________________________________________________________
15185 [  2110] By: jhi                                   on 1998/10/28  15:07:54
15186     Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
15187  Branch: cfgperl
15188        ! Makefile.SH
15189 ____________________________________________________________________________
15190 [  2109] By: jhi                                   on 1998/10/28  13:39:54
15191     Log: a2p.y needs to generate also y.tab.h.
15192  Branch: cfgperl
15193        ! Makefile.SH
15194 ____________________________________________________________________________
15195 [  2108] By: jhi                                   on 1998/10/28  10:33:36
15196     Log: The "parse error" must be converted to "syntax error",
15197          just matching it aint' enough.
15198  Branch: cfgperl
15199        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
15200        ! t/pragma/warning.t
15201 ____________________________________________________________________________
15202 [  2107] By: jhi                                   on 1998/10/28  10:23:05
15203     Log: Regen sig_n{ame,umber}* if slightest doubt.
15204  Branch: cfgperl
15205        ! Configure
15206 ____________________________________________________________________________
15207 [  2106] By: jhi                                   on 1998/10/28  08:44:49
15208     Log: Bison says 'parse error', not 'parser error'.
15209  Branch: cfgperl
15210        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
15211        ! t/pragma/warning.t
15212 ____________________________________________________________________________
15213 [  2105] By: jhi                                   on 1998/10/28  08:42:09
15214     Log: yylex() parametrization.
15215  Branch: cfgperl
15216        ! proto.h toke.c
15217 ____________________________________________________________________________
15218 [  2104] By: jhi                                   on 1998/10/28  08:25:09
15219     Log: Bring in #2102.
15220  Branch: cfgperl
15221        ! pp.c
15222 ____________________________________________________________________________
15223 [  2103] By: jhi                                   on 1998/10/28  08:22:04
15224     Log: From: Dominic Dunlop <domo@vo.lu>
15225          Subject: [PATCH 5.005_02]  Re: perl5.004_04 testing problem
15226          Date: 27 Oct 1998 20:47:25 +0200
15227          Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
15228  Branch: cfgperl
15229        ! t/op/groups.t
15230 ____________________________________________________________________________
15231 [  2102] By: larry                                 on 1998/10/27  18:58:55
15232     Log: utf8 change to quotemeta broke EBCDIC
15233  Branch: perl
15234        ! pp.c
15235 ____________________________________________________________________________
15236 [  2101] By: jhi                                   on 1998/10/27  12:55:34
15237     Log: $Config{sig_num_init}.
15238          Also, a new approach to the 'pthreads-created-joinable': drop
15239          it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
15240          directly. (See also #2096).
15241  Branch: cfgperl
15242        ! Configure config_h.SH
15243 ____________________________________________________________________________
15244 [  2100] By: jhi                                   on 1998/10/27  10:48:55
15245     Log: Regenerated perly_c.diff.
15246  Branch: cfgperl
15247        ! perly_c.diff
15248 ____________________________________________________________________________
15249 [  2099] By: jhi                                   on 1998/10/27  08:42:25
15250     Log: First the mangler was Netscape, then it was me.
15251  Branch: cfgperl
15252        ! vmesa/Makefile
15253 ____________________________________________________________________________
15254 [  2098] By: jhi                                   on 1998/10/27  08:34:40
15255     Log: `id -Gn` might be available where `groups` is not.
15256  Branch: cfgperl
15257        ! t/op/groups.t
15258 ____________________________________________________________________________
15259 [  2097] By: jhi                                   on 1998/10/27  08:05:17
15260     Log: Netscape had mangled the tabs.
15261  Branch: cfgperl
15262        ! vmesa/Makefile
15263 ____________________________________________________________________________
15264 [  2096] By: jhi                                   on 1998/10/27  08:03:05
15265     Log: ATTR_JOINABLE logic, based on (private email)
15266          
15267          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
15268          Subject: Some little diffs
15269          Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
15270          Date: Tue, 27 Oct 1998 13:44:42 +1300
15271  Branch: cfgperl
15272        ! thread.h
15273 ____________________________________________________________________________
15274 [  2095] By: jhi                                   on 1998/10/27  07:56:57
15275     Log: Mach cthreads support based on:
15276          
15277          From: brie@corp.home.net (Brian Harrison)
15278          Subject: perl5.005_02 patch for mthreads
15279          To: perl5-porters@perl.org
15280          Date: 24 Oct 1998 01:01:55 +0300
15281          Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
15282          
15283          Pthread yield probe (dejavu)
15284          Cosmetic nanochange for the union semun output.
15285          Better inttypes.h probe.
15286          Undo the 'void *' $selecttype probe from #1971 because
15287          it breaks the $selectminbits test.
15288  Branch: cfgperl
15289        ! Configure config_h.SH perl.h thread.h
15290 ____________________________________________________________________________
15291 [  2094] By: jhi                                   on 1998/10/26  13:02:07
15292     Log: Also posix-bc wants to reyacc.
15293  Branch: cfgperl
15294        ! Makefile.SH
15295 ____________________________________________________________________________
15296 [  2093] By: jhi                                   on 1998/10/26  10:17:21
15297     Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
15298          5_02 and really breaking things in non-ASCII worlds.
15299  Branch: cfgperl
15300        ! pp.c
15301 ____________________________________________________________________________
15302 [  2092] By: jhi                                   on 1998/10/26  09:08:00
15303     Log: More robustness.
15304  Branch: cfgperl
15305        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
15306        ! t/pragma/warning.t
15307 ____________________________________________________________________________
15308 [  2091] By: jhi                                   on 1998/10/26  08:47:32
15309     Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
15310          Bison really wants YYLEX_PARAM.
15311  Branch: cfgperl
15312        ! perly.y proto.h toke.c
15313 ____________________________________________________________________________
15314 [  2090] By: jhi                                   on 1998/10/26  08:21:25
15315     Log: s/YYLEX_PARAM/YYLEXPARAM/
15316  Branch: cfgperl
15317        ! perly.y
15318 ____________________________________________________________________________
15319 [  2089] By: jhi                                   on 1998/10/26  08:17:33
15320     Log: Indicate skipped subtests.
15321  Branch: cfgperl
15322        ! t/io/pipe.t
15323 ____________________________________________________________________________
15324 [  2088] By: jhi                                   on 1998/10/26  08:11:36
15325     Log: Integrate from mainperl.
15326  Branch: cfgperl
15327       !> (integrate 54 files)
15328 ____________________________________________________________________________
15329 [  2087] By: jhi                                   on 1998/10/26  08:08:02
15330     Log: Add test for filetests.
15331  Branch: cfgperl
15332        + t/op/filetest.t
15333        ! MANIFEST
15334 ____________________________________________________________________________
15335 [  2086] By: gsar                                  on 1998/10/26  02:44:44
15336     Log: various win32 tweaks; disable new xs_cpp section (it creates
15337          ambiguous inference graph for %.xs --> %.o)
15338  Branch: perl
15339        ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
15340        ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
15341        ! win32/config.gc win32/config_H.gc win32/makedef.pl
15342        ! win32/makefile.mk win32/win32.h
15343 ____________________________________________________________________________
15344 [  2085] By: gsar                                  on 1998/10/26  00:50:02
15345     Log: sanity-check $Config{drand01} in rand.t
15346  Branch: perl
15347        ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
15348        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15349 ____________________________________________________________________________
15350 [  2078] By: gsar                                  on 1998/10/25  10:22:04
15351     Log: update win32/config*.?c
15352  Branch: perl
15353        ! Changes win32/config.bc win32/config.gc win32/config.vc
15354        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15355 ____________________________________________________________________________
15356 [  2077] By: gsar                                  on 1998/10/25  08:39:25
15357     Log: From: Graham Barr <gbarr@pobox.com>
15358          Date: Sat, 24 Oct 1998 21:45:50 -0500
15359          Message-ID: <19981024214550.C508@pobox.com>
15360          Subject: Re: die with a reference  should use overload "" operator
15361  Branch: perl
15362        ! pp_ctl.c
15363 ____________________________________________________________________________
15364 [  2076] By: gsar                                  on 1998/10/25  08:37:49
15365     Log: From: Graham Barr <gbarr@pobox.com>
15366          Date: Sat, 24 Oct 1998 12:45:21 -0500
15367          Message-ID: <19981024124521.C512@pobox.com>
15368          Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
15369  Branch: perl
15370        ! sv.c
15371 ____________________________________________________________________________
15372 [  2075] By: gsar                                  on 1998/10/25  08:24:09
15373     Log: fix C<print $n += 5;> etc.
15374  Branch: perl
15375        ! toke.c
15376 ____________________________________________________________________________
15377 [  2074] By: gsar                                  on 1998/10/25  08:12:28
15378     Log: list builtins with portability caveats
15379          From: Jarkko Hietaniemi <jhi@iki.fi>
15380          Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
15381          Message-Id: <199810231105.OAA02411@alpha.hut.fi>
15382          Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
15383  Branch: perl
15384        ! pod/perlfunc.pod
15385 ____________________________________________________________________________
15386 [  2073] By: gsar                                  on 1998/10/25  07:55:43
15387     Log: fix stack overrun in file test operators
15388  Branch: perl
15389        ! pp_sys.c
15390 ____________________________________________________________________________
15391 [  2072] By: gsar                                  on 1998/10/25  07:29:45
15392     Log: implement C<goto &func> and other fixes (via private mail)
15393          From:    "vishal bhatia" <vishalb@hotmail.com>
15394          Date:    Wed, 21 Oct 1998 22:59:03 PDT
15395          Message-Id: <19981022055904.20083.qmail@hotmail.com>
15396          Subject: [PATCH 5.005_52] More fixes for B
15397  Branch: perl
15398        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
15399 ____________________________________________________________________________
15400 [  2071] By: gsar                                  on 1998/10/25  07:14:41
15401     Log: From: Graham Barr <gbarr@pobox.com>
15402          Date: Sat, 17 Oct 1998 20:42:41 -0500
15403          Message-ID: <19981017204241.G510@pobox.com>
15404          Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
15405  Branch: perl
15406        ! pp_ctl.c
15407 ____________________________________________________________________________
15408 [  2070] By: gsar                                  on 1998/10/25  07:07:29
15409     Log: avoid bogus line number in XSUB redefined warnings
15410  Branch: perl
15411        ! op.c
15412 ____________________________________________________________________________
15413 [  2069] By: gsar                                  on 1998/10/25  06:59:03
15414     Log: From: Martijn Koster <mak@excitecorp.com>
15415          Date: Wed, 21 Oct 1998 13:12:03 +0100
15416          Message-ID: <19981021131203.A15661@excitecorp.com>
15417          Subject: File::Path::mkpath reports the wrong error
15418  Branch: perl
15419        ! lib/File/Path.pm
15420 ____________________________________________________________________________
15421 [  2068] By: gsar                                  on 1998/10/25  06:54:43
15422     Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
15423          Date: Tue, 20 Oct 1998 20:52:20 -0500
15424          Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
15425          Subject: Exporter.pm's export_to_level() argument handling buggy
15426  Branch: perl
15427        ! lib/Exporter.pm
15428 ____________________________________________________________________________
15429 [  2067] By: gsar                                  on 1998/10/25  06:50:19
15430     Log: From: jan.dubois@ibm.net (Jan Dubois)
15431          Date: Wed, 21 Oct 1998 00:55:51 +0200
15432          Message-ID: <36380269.55370608@smtp1.ibm.net>
15433          Subject: Make _really_ sure Dynaloader.xs code is initialized only once
15434  Branch: perl
15435        ! ext/DynaLoader/DynaLoader_pm.PL
15436 ____________________________________________________________________________
15437 [  2066] By: gsar                                  on 1998/10/25  06:48:19
15438     Log: recognize '%' as a shell metachar for win32
15439          From: jan.dubois@ibm.net (Jan Dubois)
15440          Date: Tue, 20 Oct 1998 21:57:35 +0200
15441          Message-ID: <3636ea31.49170453@smtp1.ibm.net>
15442          Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?
15443  Branch: perl
15444        ! win32/win32.c
15445 ____________________________________________________________________________
15446 [  2065] By: gsar                                  on 1998/10/25  06:46:30
15447     Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
15448  Branch: perl
15449        ! sv.c
15450 ____________________________________________________________________________
15451 [  2064] By: gsar                                  on 1998/10/25  06:45:09
15452     Log: From: Gisle Aas <gisle@aas.no>
15453          Date: 20 Oct 1998 14:24:44 +0200
15454          Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
15455          Subject: ord() and unpack("U*",...) should not be negative
15456  Branch: perl
15457        ! pp.c
15458 ____________________________________________________________________________
15459 [  2063] By: gsar                                  on 1998/10/25  06:42:29
15460     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15461          Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
15462          Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
15463          Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
15464  Branch: perl
15465        ! os2/os2.c
15466 ____________________________________________________________________________
15467 [  2062] By: gsar                                  on 1998/10/25  06:41:26
15468     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15469          Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
15470          Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
15471          Subject: [PATCH 5.005_*] Speed up aassign
15472  Branch: perl
15473        ! pp_hot.c
15474 ____________________________________________________________________________
15475 [  2061] By: gsar                                  on 1998/10/25  06:39:04
15476     Log: From: Graham Barr <gbarr@pobox.com>
15477          Date: Sat, 17 Oct 1998 22:22:02 -0500
15478          Message-ID: <19981017222202.J510@pobox.com>
15479          Subject: Re: '*' prototype does not allow bareword with strict
15480  Branch: perl
15481        ! toke.c
15482 ____________________________________________________________________________
15483 [  2060] By: gsar                                  on 1998/10/25  06:37:34
15484     Log: handle '::' in section names properly
15485          From: Graham Barr <gbarr@pobox.com>
15486          Date: Sat, 17 Oct 1998 12:57:54 -0500
15487          Message-ID: <19981017125754.C510@pobox.com>
15488          Subject: Re: pod2html
15489  Branch: perl
15490        ! lib/Pod/Html.pm
15491 ____________________________________________________________________________
15492 [  2059] By: gsar                                  on 1998/10/25  06:33:43
15493     Log: integrate changes#1982,2014,2021 (from maint-5.005)
15494  Branch: perl
15495       !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
15496       !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
15497 ____________________________________________________________________________
15498 [  2058] By: gsar                                  on 1998/10/25  05:44:17
15499     Log: allow more win32 symbol exports (suggested by Jan Dubois)
15500  Branch: perl
15501        ! win32/makedef.pl
15502 ____________________________________________________________________________
15503 [  2057] By: gsar                                  on 1998/10/25  05:40:40
15504     Log: integrate change#2053 from maint-5.005
15505  Branch: perl
15506       !> cop.h t/cmd/while.t
15507 ____________________________________________________________________________
15508 [  2056] By: gsar                                  on 1998/10/25  05:16:41
15509     Log: commented version of a patch suggested by Drago Goricanec
15510          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
15511          Date: 16 Oct 1998 15:24:45 +0300
15512          Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
15513          Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
15514  Branch: perl
15515        ! pp_sys.c
15516 ____________________________________________________________________________
15517 [  2055] By: gsar                                  on 1998/10/25  05:11:03
15518     Log: include eof() in description of buffering caveats
15519          From: Anton Berezin <tobez@plab.ku.dk>
15520          Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
15521          Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
15522          Subject: [DOCPATCH] pod/perlfunc.pod
15523  Branch: perl
15524        ! pod/perlfunc.pod
15525 ____________________________________________________________________________
15526 [  2054] By: gsar                                  on 1998/10/25  05:07:42
15527     Log: disallow 'x' in hex numbers (except leading '0x')
15528          From: Gisle Aas <gisle@aas.no>
15529          Date: 16 Oct 1998 16:33:12 +0200
15530          Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
15531          Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
15532  Branch: perl
15533        ! perlvars.h t/op/oct.t util.c
15534 ____________________________________________________________________________
15535 [  2052] By: gsar                                  on 1998/10/25  04:49:04
15536     Log: avoid the circular refcnt logic in magic_mutexfree()
15537  Branch: perl
15538        ! mg.c pp.c pp_hot.c
15539 ____________________________________________________________________________
15540 [  2051] By: gsar                                  on 1998/10/25  04:35:07
15541     Log: properly restore PL_rsfp_filters after require
15542  Branch: perl
15543        ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
15544        ! scope.h
15545 ____________________________________________________________________________
15546 [  2050] By: gsar                                  on 1998/10/25  02:42:32
15547     Log: integrate cfgperl changes back into mainline
15548  Branch: perl
15549       +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
15550       +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
15551       !> (integrate 33 files)
15552 ____________________________________________________________________________
15553 [  2049] By: gsar                                  on 1998/10/25  01:30:48
15554     Log: avoid "mysterious" compile-time failures without messages
15555  Branch: perl
15556        ! gv.c
15557 ____________________________________________________________________________
15558 [  2041] By: gsar                                  on 1998/10/23  21:11:56
15559     Log: checkin jpl under //depot/perlext/jpl/...
15560  Branch: perlext
15561        + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
15562        + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
15563        + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
15564        + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
15565        + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
15566        + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
15567        + jpl/PerlInterpreter/Makefile.PL
15568        + jpl/PerlInterpreter/PerlInterpreter.c
15569        + jpl/PerlInterpreter/PerlInterpreter.h
15570        + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
15571        + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
15572        + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
15573        + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
15574        + jpl/get_jdk/jdk_hosts jpl/install-jpl
15575 ____________________________________________________________________________
15576 [  2040] By: larry                                 on 1998/10/23  19:31:42
15577     Log: chr(0xFFFFFFFF) didn't translate to utf8 character
15578  Branch: perl
15579        ! pp.c
15580 ____________________________________________________________________________
15581 [  2039] By: larry                                 on 1998/10/23  18:48:34
15582     Log: tr///d does not seem to work
15583  Branch: perl
15584        ! lib/utf8_heavy.pl
15585 ____________________________________________________________________________
15586 [  2038] By: larry                                 on 1998/10/23  18:00:41
15587     Log: Program with utf8 identifiers fails to compile
15588  Branch: perl
15589        ! doop.c gv.c op.c pp.c pp_hot.c toke.c
15590 ____________________________________________________________________________
15591 [  2037] By: jhi                                   on 1998/10/23  14:04:51
15592     Log: Test suite portability:
15593          - posix-bc does not write to broken pipes
15594          - filehand #11 only iff we have fork
15595          - warning.t can now match $expected using regular expressions
15596  Branch: cfgperl
15597        ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
15598        ! t/pragma/warning.t
15599 ____________________________________________________________________________
15600 [  2036] By: jhi                                   on 1998/10/23  12:12:07
15601     Log: yacc clarification.
15602  Branch: cfgperl
15603        ! README.posix-bc
15604 ____________________________________________________________________________
15605 [  2035] By: jhi                                   on 1998/10/23  12:09:59
15606     Log: Some C compilers get upset about 8-bit characters in /* comments. */
15607  Branch: cfgperl
15608        ! mg.c
15609 ____________________________________________________________________________
15610 [  2034] By: jhi                                   on 1998/10/22  09:11:52
15611     Log: Configure update: both for pthread_yield more robust
15612          testing (all variants of pthread_attr_getdetachstate()) --
15613          and because Configure was broken in major way! About 1000
15614          last lines were truncated.
15615  Branch: cfgperl
15616        ! Configure
15617 ____________________________________________________________________________
15618 [  2033] By: jhi                                   on 1998/10/22  07:47:10
15619     Log: DJGPP feedback for #2028.
15620  Branch: cfgperl
15621        ! thread.h
15622 ____________________________________________________________________________
15623 [  2032] By: jhi                                   on 1998/10/21  13:03:57
15624     Log: yielding, the saga continues.
15625  Branch: cfgperl
15626        ! Configure config_h.SH
15627       !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
15628       !> t/op/goto.t t/pragma/constant.t
15629 ____________________________________________________________________________
15630 [  2031] By: jhi                                   on 1998/10/21  09:15:42
15631     Log: VM/ESA feedback for #2028.
15632  Branch: cfgperl
15633        ! Configure config_h.SH thread.h
15634 ____________________________________________________________________________
15635 [  2030] By: gsar                                  on 1998/10/21  04:22:53
15636     Log: fix handling of mayhaps-extended @_ in goto &sub
15637  Branch: perl
15638        ! av.c pp_ctl.c t/op/goto.t
15639 ____________________________________________________________________________
15640 [  2029] By: gsar                                  on 1998/10/21  00:54:14
15641     Log: restore sanity to "constant" references
15642  Branch: perl
15643        ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
15644 ____________________________________________________________________________
15645 [  2028] By: jhi                                   on 1998/10/20  15:01:20
15646     Log: OLD_PTHREADS_API reorganizing.
15647  Branch: cfgperl
15648        ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
15649        ! vmesa/vmesaish.h
15650 ____________________________________________________________________________
15651 [  2027] By: jhi                                   on 1998/10/20  14:14:51
15652     Log: #2026 fallout.
15653  Branch: cfgperl
15654        ! Makefile.SH
15655 ____________________________________________________________________________
15656 [  2026] By: jhi                                   on 1998/10/20  11:47:21
15657     Log: VM/ESA update.
15658  Branch: cfgperl
15659        ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
15660 ____________________________________________________________________________
15661 [  2025] By: jhi                                   on 1998/10/20  08:20:56
15662     Log: 64-bitness, based on
15663          
15664          From: Scott Henry <scotth@sgi.com>
15665          To: perl-64bit@perl.org
15666          Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
15667          Subject: Re: Configure problems/questions...
15668          Date: 19 Oct 1998 22:38:06 -0700
15669  Branch: cfgperl
15670        ! hints/irix_6.sh perl.h
15671 ____________________________________________________________________________
15672 [  2024] By: jhi                                   on 1998/10/20  08:09:07
15673     Log: Add lseeksize.
15674  Branch: cfgperl
15675        ! config_h.SH
15676 ____________________________________________________________________________
15677 [  2023] By: jhi                                   on 1998/10/20  08:08:33
15678     Log: Mumble about _yields() only when threaded.
15679  Branch: cfgperl
15680        ! Configure
15681 ____________________________________________________________________________
15682 [  2022] By: jhi                                   on 1998/10/20  07:46:26
15683     Log: Thinko at PTHREADS_CREATED_JOINABLE.
15684  Branch: cfgperl
15685        ! thread.h
15686 ____________________________________________________________________________
15687 [  2021] By: gbarr                                 on 1998/10/20  01:25:23
15688     Log: From: Chip Salzenberg <chip@perlsupport.com>
15689          Date: Tue, 6 Oct 1998 13:33:05 -0400
15690          Message-ID: <19981006133305.A2348@perlsupport.com>
15691          Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
15692  Branch: maint-5.005/perl
15693        ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
15694        ! t/op/tie.t
15695 ____________________________________________________________________________
15696 [  2020] By: jhi                                   on 1998/10/19  09:15:53
15697     Log: YIELD more robustly.
15698  Branch: cfgperl
15699        ! thread.h
15700 ____________________________________________________________________________
15701 [  2019] By: jhi                                   on 1998/10/19  08:48:33
15702     Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
15703          the 'new' one (just like DJGPP, it seems).
15704  Branch: cfgperl
15705        ! thread.h
15706 ____________________________________________________________________________
15707 [  2018] By: jhi                                   on 1998/10/19  07:02:44
15708     Log: vmesaish.h doesn't exclude unixish.h.
15709  Branch: cfgperl
15710        ! perl.h
15711 ____________________________________________________________________________
15712 [  2017] By: jhi                                   on 1998/10/19  06:44:19
15713     Log: 1<<$randbits is not good for randbits=48.
15714  Branch: cfgperl
15715        ! t/op/rand.t
15716 ____________________________________________________________________________
15717 [  2016] By: jhi                                   on 1998/10/19  06:39:47
15718     Log: Make #2012 glob pattern more portable.
15719  Branch: cfgperl
15720        ! Makefile.SH
15721 ____________________________________________________________________________
15722 [  2014] By: gbarr                                 on 1998/10/17  20:31:42
15723     Log: Fix POSIX::sigprocmask not to check type of $old parameter
15724          as it is output only
15725  Branch: maint-5.005/perl
15726        ! ext/POSIX/POSIX.xs
15727 ____________________________________________________________________________
15728 [  2012] By: jhi                                   on 1998/10/17  15:04:23
15729     Log: clean numbered core dumps and t/tmp[0-9]*.
15730  Branch: cfgperl
15731        ! Makefile.SH
15732 ____________________________________________________________________________
15733 [  2011] By: jhi                                   on 1998/10/17  14:59:15
15734     Log: More robust yacc/bison failure output handling.
15735  Branch: cfgperl
15736        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
15737 ____________________________________________________________________________
15738 [  2010] By: jhi                                   on 1998/10/17  14:51:05
15739     Log: BC2000 POSIX update.
15740  Branch: cfgperl
15741        ! MANIFEST
15742 ____________________________________________________________________________
15743 [  2009] By: jhi                                   on 1998/10/17  14:49:46
15744     Log: POSIX BC2000 port from perl-mvs:
15745          
15746          Subject: Ported perl 5.005.02 to BS2000 / POSIX
15747          From: Dorner Thomas <Thomas.Dorner@start.de> 
15748          Date: Tue, 29 Sep 1998 13:29:36 +0100 
15749          Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> 
15750  Branch: cfgperl
15751        + README.posix-bc hints/posix-bc.sh
15752        ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
15753        ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
15754        ! unixish.h
15755 ____________________________________________________________________________
15756 [  2008] By: jhi                                   on 1998/10/17  14:07:49
15757     Log: VM/ESA-update.
15758  Branch: cfgperl
15759        ! MANIFEST
15760 ____________________________________________________________________________
15761 [  2007] By: jhi                                   on 1998/10/17  13:55:34
15762     Log: Forgot few S_I* imports.
15763  Branch: cfgperl
15764        ! t/lib/ipc_sysv.t
15765 ____________________________________________________________________________
15766 [  2006] By: jhi                                   on 1998/10/17  13:43:54
15767     Log: The VM/ESA port essentials, based on
15768          
15769          perl-mvs:
15770          
15771          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
15772          Subject: Re: Can't find Data/Dumper.pm
15773          Date: Mon, 28 Sep 1998 07:40:49 +1300
15774          Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
15775          
15776          private email:
15777          
15778          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
15779          Subject: Re: Perl thread problems in VM/ESA
15780          Date: Thu, 15 Oct 1998 07:18:35 +1300
15781          Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
15782          
15783          and private email:
15784          
15785          From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
15786          Subject:  perl archive
15787          Date:  Sun, 11 Oct 1998 19:28:54 EDT
15788          Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
15789          which gave a pointer to
15790          
15791          http://pucc.princeton.edu/~neale/perl.tar
15792          
15793          (based on Perl 5.005_51)
15794  Branch: cfgperl
15795        + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
15796        ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
15797        ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
15798        ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
15799 ____________________________________________________________________________
15800 [  2005] By: jhi                                   on 1998/10/17  13:17:19
15801     Log: Integrate mainperl.
15802  Branch: cfgperl
15803       !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
15804       !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
15805       !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
15806       !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
15807       !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
15808       !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
15809       !> win32/makefile.mk
15810 ____________________________________________________________________________
15811 [  2004] By: jhi                                   on 1998/10/17  11:19:06
15812     Log: Removed an extra ' from the int64_t test.
15813  Branch: cfgperl
15814        ! Configure
15815 ____________________________________________________________________________
15816 [  2003] By: gsar                                  on 1998/10/17  04:11:40
15817     Log: silence -w noises (suggested by Greg Bacon)
15818  Branch: perl
15819        ! lib/Term/Complete.pm
15820 ____________________________________________________________________________
15821 [  2002] By: gsar                                  on 1998/10/17  04:07:48
15822     Log: From: Gisle Aas <gisle@aas.no>
15823          Date: 14 Oct 1998 15:53:14 +0200
15824          Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
15825          Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
15826  Branch: perl
15827        ! util.c
15828 ____________________________________________________________________________
15829 [  2001] By: gsar                                  on 1998/10/17  04:06:10
15830     Log: From: Gisle Aas <gisle@aas.no>
15831          Date: 14 Oct 1998 15:17:44 +0200
15832          Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
15833          Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
15834  Branch: perl
15835        ! toke.c
15836 ____________________________________________________________________________
15837 [  2000] By: gsar                                  on 1998/10/17  03:06:33
15838     Log: From: Gisle Aas <gisle@aas.no>
15839          Date: 14 Oct 1998 00:38:06 +0200
15840          Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
15841          Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
15842  Branch: perl
15843        ! sv.c
15844 ____________________________________________________________________________
15845 [  1999] By: gsar                                  on 1998/10/17  03:04:48
15846     Log: From: Dan Sugalski <sugalskd@osshe.edu>
15847          Date: Tue, 13 Oct 1998 15:10:57 -0700
15848          Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
15849          Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
15850  Branch: perl
15851        ! vms/ext/Stdio/Stdio.pm
15852 ____________________________________________________________________________
15853 [  1998] By: gsar                                  on 1998/10/17  03:00:40
15854     Log: skip readonly vars and unref references when doing a reset()
15855  Branch: perl
15856        ! sv.c
15857 ____________________________________________________________________________
15858 [  1997] By: gsar                                  on 1998/10/17  02:49:19
15859     Log: fix buggy treatment of large checksums on unicode strings
15860          From: Gisle Aas <gisle@aas.no>
15861          Date: 13 Oct 1998 21:35:39 +0200
15862          Message-ID: <m31zocp850.fsf@furu.g.aas.no>
15863          Subject: unpack("%48U*",...)  [PATCH 5.005_52]
15864  Branch: perl
15865        ! pp.c
15866 ____________________________________________________________________________
15867 [  1996] By: gsar                                  on 1998/10/17  02:43:22
15868     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15869          Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
15870          Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
15871          Subject: [PATCH 5.005_52] Memory overrun in os2.c
15872  Branch: perl
15873        ! os2/Makefile.SHs os2/os2.c
15874 ____________________________________________________________________________
15875 [  1995] By: gsar                                  on 1998/10/17  02:42:01
15876     Log: clarify section name rules for typemaps
15877  Branch: perl
15878        ! pod/perlxs.pod
15879 ____________________________________________________________________________
15880 [  1994] By: gsar                                  on 1998/10/17  02:33:02
15881     Log: whitespace-proof grent.t
15882  Branch: perl
15883        ! t/op/grent.t
15884 ____________________________________________________________________________
15885 [  1993] By: gsar                                  on 1998/10/17  02:27:29
15886     Log: fix bug in B::CC::pp_sassign()
15887          From: "vishal bhatia" <vishalb@hotmail.com>
15888          Date: Sun, 11 Oct 1998 18:41:38 PDT
15889          Message-ID: <19981012014139.19614.qmail@hotmail.com>
15890          Subject: B::CC problems with pp_sassign routine
15891  Branch: perl
15892        ! ext/B/B/CC.pm
15893 ____________________________________________________________________________
15894 [  1992] By: gsar                                  on 1998/10/17  02:17:49
15895     Log: applied suggested patch with small doc tweak
15896          From: Gisle Aas <gisle@aas.no>
15897          Date: 11 Oct 1998 12:53:13 +0200
15898          Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
15899          Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
15900  Branch: perl
15901        ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
15902        ! t/op/tiehandle.t
15903 ____________________________________________________________________________
15904 [  1991] By: gsar                                  on 1998/10/17  02:08:30
15905     Log: apply non-conflicting parts from suggested patch
15906          From: jan.dubois@ibm.net (Jan Dubois)
15907          Date: Sat, 10 Oct 1998 13:15:45 +0200
15908          Message-ID: <36223ed7.18279374@smtp1.ibm.net>
15909          Subject: [PATCH 5.005_52] Still more MakeMaker  patches
15910  Branch: perl
15911        ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
15912 ____________________________________________________________________________
15913 [  1990] By: gsar                                  on 1998/10/17  02:01:24
15914     Log: provide option to enable optimization with VC (suggested by Jan
15915          Dubois)
15916  Branch: perl
15917        ! win32/Makefile win32/makefile.mk
15918 ____________________________________________________________________________
15919 [  1989] By: gsar                                  on 1998/10/17  01:55:27
15920     Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
15921          Dave Leppik <dleppik@gage.com>
15922  Branch: perl
15923        ! perl.h
15924 ____________________________________________________________________________
15925 [  1988] By: gsar                                  on 1998/10/17  01:49:05
15926     Log: stray typo found by Hugo van der Sanden
15927  Branch: perl
15928        ! op.c
15929 ____________________________________________________________________________
15930 [  1987] By: gsar                                  on 1998/10/17  01:45:52
15931     Log: perldoc pod update
15932          From: Daniel Grisinger <dgris@perrin.dimensional.com>
15933          Date: 06 Oct 1998 23:56:51 -0600
15934          Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
15935          Subject: [PATCH _02 and _52] perldoc
15936  Branch: perl
15937        ! utils/perldoc.PL
15938 ____________________________________________________________________________
15939 [  1986] By: gsar                                  on 1998/10/17  01:41:40
15940     Log: qualify names of builtins
15941  Branch: perl
15942        ! ext/POSIX/POSIX.pm
15943 ____________________________________________________________________________
15944 [  1982] By: gbarr                                 on 1998/10/17  00:20:57
15945     Log: From: Jochen Wiedmann <joe@ispsoft.de>
15946          Date: Thu, 17 Sep 1998 17:16:06 +0200
15947          Message-ID: <360127B6.E44564A@ispsoft.de>
15948          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
15949  Branch: maint-5.005/perl
15950        ! lib/ExtUtils/MakeMaker.pm
15951 ____________________________________________________________________________
15952 [  1978] By: gsar                                  on 1998/10/16  01:58:58
15953     Log: integrate cfgperl mods into mainline
15954  Branch: perl
15955       +> ext/DynaLoader/dl_vmesa.xs
15956        ! Porting/genlog
15957       !> Configure MANIFEST Makefile.SH config_h.SH
15958       !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
15959       !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
15960       !> x2p/Makefile.SH
15961 ____________________________________________________________________________
15962 [  1976] By: gsar                                  on 1998/10/16  00:10:52
15963     Log: stray tweak
15964  Branch: perl
15965        ! op.c
15966 ____________________________________________________________________________
15967 [  1975] By: gsar                                  on 1998/10/15  23:54:38
15968     Log: propagate typeness of lexicals while cloning them
15969  Branch: perl
15970        ! op.c
15971 ____________________________________________________________________________
15972 [  1974] By: gsar                                  on 1998/10/15  23:53:25
15973     Log: s/last/first/ typo in append_list()
15974  Branch: perl
15975        ! op.c
15976 ____________________________________________________________________________
15977 [  1973] By: gsar                                  on 1998/10/15  20:06:17
15978     Log: nuke confperl branch and contents
15979  Branch: confperl
15980        - (delete 1284 files)
15981 ____________________________________________________________________________
15982 [  1972] By: jhi                                   on 1998/10/15  07:07:35
15983     Log: Test #162 had been added but the "print 1..161" had not been updated.
15984  Branch: cfgperl
15985        ! t/op/pat.t
15986 ____________________________________________________________________________
15987 [  1971] By: gsar                                  on 1998/10/15  03:09:58
15988     Log: check in all confperl changes as of change#1964 into cfgperl
15989  Branch: cfgperl
15990        + ext/DynaLoader/dl_vmesa.xs
15991        ! Configure MANIFEST Makefile.SH config_h.SH
15992        ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
15993        ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
15994 ____________________________________________________________________________
15995 [  1970] By: gsar                                  on 1998/10/15  03:05:59
15996     Log: integrate mainline to get tr.t
15997  Branch: cfgperl
15998       +> t/op/tr.t
15999 ____________________________________________________________________________
16000 [  1969] By: gsar                                  on 1998/10/15  03:04:17
16001     Log: add missing tr.t to repository
16002  Branch: perl
16003        + t/op/tr.t
16004 ____________________________________________________________________________
16005 [  1968] By: gsar                                  on 1998/10/15  03:02:43
16006     Log: create cfgperl branch
16007  Branch: cfgperl
16008       +> (branch 1282 files)
16009 ____________________________________________________________________________
16010 [  1967] By: gsar                                  on 1998/10/15  02:46:08
16011     Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
16012          (MAN3PODS cannot be set to ' '; stray stricture violation)
16013  Branch: perl
16014        ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
16015        ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
16016        ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
16017        ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
16018        ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
16019        ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
16020        ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
16021        ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
16022        ! ext/attrs/Makefile.PL ext/re/Makefile.PL
16023        ! lib/ExtUtils/MM_Unix.pm
16024 ____________________________________________________________________________
16025 [  1966] By: gsar                                  on 1998/10/15  02:19:03
16026     Log: tweak to make fix in change#1944 behave correctly for closures
16027          created within eval''
16028  Branch: perl
16029        ! op.c t/op/eval.t
16030 ____________________________________________________________________________
16031 [  1965] By: gsar                                  on 1998/10/14  23:22:41
16032     Log: use better numbers for exitstatus test
16033  Branch: perl
16034        ! t/op/die_exit.t
16035 ____________________________________________________________________________
16036 [  1964] By: jhi                                   on 1998/10/14  17:25:41
16037     Log: Add VM/ESA dynaloading (uses <dll.h>).
16038  Branch: confperl
16039        + ext/DynaLoader/dl_vmesa.xs
16040        ! MANIFEST
16041 ____________________________________________________________________________
16042 [  1963] By: jhi                                   on 1998/10/14  17:17:10
16043     Log: Remove a2p.loadmap in 'clean' target.
16044  Branch: confperl
16045        ! x2p/Makefile.SH
16046 ____________________________________________________________________________
16047 [  1962] By: jhi                                   on 1998/10/14  17:13:11
16048     Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
16049  Branch: confperl
16050        ! Makefile.SH
16051 ____________________________________________________________________________
16052 [  1961] By: jhi                                   on 1998/10/14  16:27:39
16053     Log: VM/ESA creates executable.loadmaps.
16054  Branch: confperl
16055        ! Makefile.SH
16056 ____________________________________________________________________________
16057 [  1960] By: jhi                                   on 1998/10/14  15:37:39
16058     Log: Introduce SCHED_YIELD (one of sched_yield(),
16059          pthread_yield(), or pthread_yield(NULL)).
16060          YIELD is then defined using SCHED_YIELD unless
16061          a platform-specific YIELD has already been defined.
16062          
16063          Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
16064          
16065          The need for pthread_yield(NULL) and pthread_attr_setdet...
16066          introduced by (private email)
16067          
16068          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
16069          Date: Sat, 10 Oct 1998 21:08:15 +1300
16070          Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
16071          Subject: Re: Perl thread problems in VM/ESA
16072          
16073          Better select() protoprobe (for AIX), from (private email)
16074          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
16075          Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
16076          Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
16077          Subject: AIX select (fwd)
16078          From: Lars Hecking <lhecking@nmrc.ucc.ie>
16079          To: Andy Dougherty <doughera@lafcol.lafayette.edu>
16080          Date: Fri, 2 Oct 1998 10:40:01 +0100
16081          Subject: AIX select
16082          
16083          Linux-avoid-so.X.Y, based on
16084          From: "Kurt D. Starsinic" <kstar@chapin.edu>
16085          Date: Tue, 13 Oct 1998 15:55:07 -0400
16086          Message-ID: <19981013155507.B4004@O2.chapin.edu>
16087          Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
16088  Branch: confperl
16089        ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
16090        ! thread.h
16091 ____________________________________________________________________________
16092 [  1959] By: jhi                                   on 1998/10/14  12:51:26
16093     Log: Some old pthread implementations have
16094          pthread_attr_setdetachstate(pthread_attr_t*, int*).
16095  Branch: confperl
16096        ! ext/Thread/Thread.xs
16097 ____________________________________________________________________________
16098 [  1958] By: jhi                                   on 1998/10/14  12:41:11
16099     Log: SCHED_YIELD and ATTR_JOINABLE fixes.  Thread.xs and Configure
16100          counterparts will follow soon.
16101  Branch: confperl
16102        ! thread.h
16103 ____________________________________________________________________________
16104 [  1957] By: jhi                                   on 1998/10/14  12:38:11
16105     Log: Add tr.t (MANIFEST already knew about it, strange)
16106  Branch: confperl
16107        + t/op/tr.t
16108 ____________________________________________________________________________
16109 [  1956] By: jhi                                   on 1998/10/14  12:24:35
16110     Log: Mutexen should be initialized only once.
16111  Branch: confperl
16112        ! gv.c op.c
16113 ____________________________________________________________________________
16114 [  1955] By: jhi                                   on 1998/10/14  12:19:38
16115     Log: os390 has its own cppstdin.
16116  Branch: confperl
16117        ! hints/os390.sh
16118 ____________________________________________________________________________
16119 [  1954] By: jhi                                   on 1998/10/14  12:15:06
16120     Log: Integrate with mainperl.
16121  Branch: confperl
16122       !> (integrate 1280 files)
16123 ____________________________________________________________________________
16124 [  1953] By: jhi                                   on 1998/10/14  11:48:08
16125     Log: Removed duplicate CMA threads code for HPUX 10.X.
16126          (probably residue of patch(1) being too understanding)
16127          Enhanced 64-bit settings. (redo change#1940)
16128  Branch: confperl
16129        ! hints/hpux.sh
16130 ____________________________________________________________________________
16131 [  1952] By: jhi                                   on 1998/10/14  11:45:16
16132     Log: (redo change#1949) Detypo in the d_open64 warning about
16133          the impending WHOA.
16134  Branch: confperl
16135        ! hints/irix_6.sh
16136 ____________________________________________________________________________
16137 [  1951] By: jhi                                   on 1998/10/14  10:54:16
16138     Log: Mutexen should only be inited once, after they have been New()ed.
16139  Branch: confperl
16140        ! gv.c op.c
16141 ____________________________________________________________________________
16142 [  1950] By: jhi                                   on 1998/10/14  10:41:43
16143     Log: Own cppstdin.
16144  Branch: confperl
16145        ! hints/os390.sh
16146 ____________________________________________________________________________
16147 [  1949] By: jhi                                   on 1998/10/14  10:34:23
16148     Log: Detypo in the d_open64 warning about the impending WHOA.
16149  Branch: confperl
16150        ! hints/irix_6.sh
16151 ____________________________________________________________________________
16152 [  1948] By: gsar                                  on 1998/10/14  05:38:01
16153     Log: two typos
16154  Branch: perl
16155        ! pp_hot.c t/op/eval.t
16156 ____________________________________________________________________________
16157 [  1947] By: gsar                                  on 1998/10/14  05:37:10
16158     Log: let docatch() pass the buck when restartop turns out to be null,
16159          making exceptions in BEGIN{} propagate as expected
16160  Branch: perl
16161        ! pp_ctl.c t/op/misc.t
16162 ____________________________________________________________________________
16163 [  1946] By: gsar                                  on 1998/10/13  03:41:49
16164     Log: add missing file from change#1943
16165  Branch: perl
16166        ! proto.h
16167 ____________________________________________________________________________
16168 [  1945] By: gsar                                  on 1998/10/13  03:32:02
16169     Log: defer "deep recursion" warnings until CXt_SUB context is properly
16170          set up
16171  Branch: perl
16172        ! pp_hot.c t/pragma/warn/pp_hot
16173 ____________________________________________________________________________
16174 [  1944] By: gsar                                  on 1998/10/13  03:15:50
16175     Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
16176          fixup the cop_seq value that must be seen by lexical lookups that
16177          emanate within eval''
16178  Branch: perl
16179        ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
16180 ____________________________________________________________________________
16181 [  1943] By: gsar                                  on 1998/10/13  02:06:09
16182     Log: ensure recursive attempts to findlex()icals know enough about where
16183          the last eval'' context was encountered
16184  Branch: perl
16185        ! op.c t/op/eval.t
16186 ____________________________________________________________________________
16187 [  1942] By: gsar                                  on 1998/10/13  02:01:24
16188     Log: force copy of substrings when matching against temporaries
16189  Branch: perl
16190        ! pp_hot.c t/op/pat.t
16191 ____________________________________________________________________________
16192 [  1941] By: gsar                                  on 1998/10/13  01:49:16
16193     Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
16194          implementation)
16195  Branch: perl
16196        ! pp_ctl.c t/op/runlevel.t
16197 ____________________________________________________________________________
16198 [  1940] By: jhi                                   on 1998/10/12  09:57:44
16199     Log: Removed duplicate CMA threads code for HPUX 10.X.
16200          (probably residue of patch(1) being too understanding)
16201          Enhanced 64-bit settings.
16202  Branch: confperl
16203        ! hints/hpux.sh
16204 ____________________________________________________________________________
16205 [  1939] By: jhi                                   on 1998/10/12  09:53:11
16206     Log: Initial sync from mainline perl.
16207  Branch: confperl
16208        + (add 1282 files)
16209 ____________________________________________________________________________
16210 [  1937] By: gsar                                  on 1998/10/06  21:16:34
16211     Log: fix $/ init for USE_THREADS
16212  Branch: perl
16213        ! perl.c
16214 ____________________________________________________________________________
16215 [  1936] By: gsar                                  on 1998/10/06  07:19:39
16216     Log: fix globals caught by change#1927; builds and tests on Solaris
16217  Branch: perl
16218        ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
16219        ! warning.h warning.pl
16220 ____________________________________________________________________________
16221 [  1935] By: gsar                                  on 1998/10/06  06:50:35
16222     Log: add test for previous fix
16223  Branch: perl
16224        ! ext/Thread/create.t
16225 ____________________________________________________________________________
16226 [  1934] By: gsar                                  on 1998/10/06  06:37:36
16227     Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
16228  Branch: perl
16229        ! util.c
16230 ____________________________________________________________________________
16231 [  1933] By: gsar                                  on 1998/10/06  05:04:20
16232     Log: undo bogus part of change#1903 (as pointed out by Larry)
16233  Branch: perl
16234        ! pp_ctl.c
16235 ____________________________________________________________________________
16236 [  1932] By: gsar                                  on 1998/10/06  04:21:31
16237     Log: added tweaked version of suggested patch
16238          From: jan.dubois@ibm.net (Jan Dubois)
16239          Date: Sat, 03 Oct 1998 19:04:48 +0200
16240          Message-ID: <361d54b2.36841294@smtp1.ibm.net>
16241          Subject: [PATCH 5.005_52] More MakeMaker  patches
16242  Branch: perl
16243        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
16244        ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
16245 ____________________________________________________________________________
16246 [  1931] By: gsar                                  on 1998/10/06  04:04:33
16247     Log: use cpp symbols instead of hardwired constants
16248          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16249          Date: Mon, 05 Oct 1998 09:23:33 +0100
16250          Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
16251          Subject: [PATCH 5.005_52] By the numbers (resend)
16252  Branch: perl
16253        ! op.c
16254 ____________________________________________________________________________
16255 [  1930] By: gsar                                  on 1998/10/06  04:01:55
16256     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16257          Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
16258          Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
16259          Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
16260  Branch: perl
16261        ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
16262        ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
16263 ____________________________________________________________________________
16264 [  1929] By: gsar                                  on 1998/10/06  03:50:36
16265     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16266          Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
16267          Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
16268          Subject: [PATCH 5.00552] Minor test improvement
16269  Branch: perl
16270        ! t/op/magic.t
16271 ____________________________________________________________________________
16272 [  1928] By: gsar                                  on 1998/10/06  03:49:03
16273     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16274          Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
16275          Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
16276          Subject: [PATCH 5.00552] emacs/ptags inprovements
16277  Branch: perl
16278        ! emacs/ptags
16279 ____________________________________________________________________________
16280 [  1927] By: gsar                                  on 1998/10/06  03:47:44
16281     Log: disable C<#define dirty PL_dirty> et al.
16282  Branch: perl
16283        ! embed.pl embedvar.h
16284 ____________________________________________________________________________
16285 [  1926] By: gsar                                  on 1998/10/06  03:43:32
16286     Log: From: Mark-Jason Dominus <mjd@plover.com>
16287          Date: Sun, 04 Oct 1998 14:48:11 -0400
16288          Message-ID: <19981004184811.16048.qmail@plover.com>
16289          Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
16290  Branch: perl
16291        ! utils/perldoc.PL
16292 ____________________________________________________________________________
16293 [  1925] By: gsar                                  on 1998/10/06  03:27:35
16294     Log: disable USE_THREADS when PERL_OBJECT is enabled
16295  Branch: perl
16296        ! win32/Makefile win32/makefile.mk
16297 ____________________________________________________________________________
16298 [  1924] By: gsar                                  on 1998/10/06  03:26:54
16299     Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
16300  Branch: perl
16301        ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
16302        ! vms/perly_c.vms
16303 ____________________________________________________________________________
16304 [  1923] By: gsar                                  on 1998/10/03  05:19:56
16305     Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
16306          overridden
16307  Branch: perl
16308        ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
16309        ! proto.h vms/perly_c.vms
16310 ____________________________________________________________________________
16311 [  1922] By: gsar                                  on 1998/10/03  03:59:50
16312     Log: suppress manifypods leak in extensions
16313  Branch: perl
16314        ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
16315 ____________________________________________________________________________
16316 [  1921] By: gsar                                  on 1998/10/02  22:30:15
16317     Log: os390 fixes (suggested by Peter Prymmer)
16318  Branch: perl
16319        ! Makefile.SH regcomp.c
16320 ____________________________________________________________________________
16321 [  1920] By: gsar                                  on 1998/10/02  21:41:19
16322     Log: squelch undef warnings
16323          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16324          Date: Fri, 02 Oct 1998 11:01:14 +0100
16325          Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
16326          Subject: [PATCH] Re: Apparent bug in Math::BigInt 
16327  Branch: perl
16328        ! Changes lib/Math/BigInt.pm
16329 ____________________________________________________________________________
16330 [  1919] By: gsar                                  on 1998/10/02  04:59:13
16331     Log: add note to INSTALL about ANSI C
16332  Branch: perl
16333        ! INSTALL
16334 ____________________________________________________________________________
16335 [  1918] By: gsar                                  on 1998/10/02  04:21:10
16336     Log: tolerate spaces when fixing up __cplusplus output by old h2xs
16337          From: jan.dubois@ibm.net (Jan Dubois)
16338          Date: Wed, 30 Sep 1998 23:35:30 +0200
16339          Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
16340          Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
16341  Branch: perl
16342        ! lib/ExtUtils/xsubpp
16343 ____________________________________________________________________________
16344 [  1917] By: gsar                                  on 1998/10/02  04:16:02
16345     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
16346          Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
16347          Message-Id: <199810010837.LAA31371@alpha.hut.fi>
16348          Subject: Re: Configure test for selectbits busted
16349  Branch: perl
16350        ! Configure
16351 ____________________________________________________________________________
16352 [  1916] By: gsar                                  on 1998/10/02  04:14:17
16353     Log: From: Dan Sugalski <sugalskd@osshe.edu>
16354          Date: Wed, 30 Sep 1998 17:15:20 -0700
16355          Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
16356          Subject: [PATCH 5.005_02]VMS config tweaks
16357  Branch: perl
16358        ! vms/descrip_mms.template vms/subconfigure.com
16359 ____________________________________________________________________________
16360 [  1915] By: gsar                                  on 1998/10/02  04:10:47
16361     Log: use Off_t to permit 64-bit seek()
16362          From: Scott Henry <scotth@sgi.com>
16363          Date: 29 Sep 1998 17:38:46 -0700
16364          Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
16365          Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
16366          --
16367          Date: 28 Sep 1998 18:55:37 -0700
16368          Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
16369          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
16370  Branch: perl
16371        ! doio.c pp_sys.c proto.h sv.c
16372 ____________________________________________________________________________
16373 [  1914] By: gsar                                  on 1998/10/02  04:05:36
16374     Log: normalize tm struct passed to strftime() with mktime()
16375          From: Spider Boardman <spider@orb.nashua.nh.us>
16376          Date: Wed, 30 Sep 1998 15:12:09 -0400
16377          Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
16378          Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
16379  Branch: perl
16380        ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
16381 ____________________________________________________________________________
16382 [  1913] By: gsar                                  on 1998/10/02  03:59:46
16383     Log: don't try to run foo_SH.orig etc.
16384  Branch: perl
16385        ! Configure
16386 ____________________________________________________________________________
16387 [  1912] By: gsar                                  on 1998/10/02  03:45:37
16388     Log: make warning about glob process failure optional
16389  Branch: perl
16390        ! pod/perldiag.pod pp_hot.c
16391 ____________________________________________________________________________
16392 [  1911] By: gsar                                  on 1998/10/02  02:52:21
16393     Log: document yet another RE diagnostic, make it consistent with REG_INFTY
16394          From: Dominic Dunlop <domo@vo.lu>
16395          Date: Tue, 29 Sep 1998 21:06:30 +0000
16396          Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
16397          Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
16398          --
16399          Date: Wed, 30 Sep 1998 11:46:44 +0000
16400          Message-Id: <v03110702b237beb04830@[212.24.192.74]>
16401          Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
16402  Branch: perl
16403        ! pod/perldiag.pod regcomp.c
16404 ____________________________________________________________________________
16405 [  1910] By: gsar                                  on 1998/10/02  02:48:48
16406     Log: minor Configure tweaks (via private mail)
16407          From: Jarkko Hietaniemi <jhi@iki.fi>
16408          Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
16409          Message-Id: <199809292325.CAA19737@alpha.hut.fi>
16410          Subject: [PATCH] 5.005_52: the drizzle continues
16411  Branch: perl
16412        ! Configure config_h.SH handy.h
16413 ____________________________________________________________________________
16414 [  1909] By: gsar                                  on 1998/10/02  02:46:39
16415     Log: update SCO hints for dynamic loading
16416          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
16417          Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
16418          Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
16419          Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
16420          --
16421          Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
16422          Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
16423          Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
16424  Branch: perl
16425        ! hints/sco.sh
16426 ____________________________________________________________________________
16427 [  1908] By: gsar                                  on 1998/10/02  02:33:39
16428     Log: make File::Find work when wanted() is autoloaded or a symbolic ref
16429  Branch: perl
16430        ! lib/File/Find.pm
16431 ____________________________________________________________________________
16432 [  1907] By: gsar                                  on 1998/10/02  02:21:52
16433     Log: applied patches, but retained old behavior for win32 (where compilers
16434          can't read from stdin at all)
16435          From: Graham Barr <gbarr@ti.com>
16436          Date: Mon, 28 Sep 1998 09:41:49 -0500
16437          Message-ID: <19980928094149.B26576@asic.sc.ti.com>
16438          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
16439          --
16440          Date: Tue, 29 Sep 1998 12:35:43 -0500
16441          Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
16442          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
16443  Branch: perl
16444        ! ext/Errno/Errno_pm.PL
16445 ____________________________________________________________________________
16446 [  1906] By: gsar                                  on 1998/10/02  02:02:19
16447     Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
16448          Hietaniemi)
16449  Branch: perl
16450        ! t/op/grent.t
16451 ____________________________________________________________________________
16452 [  1905] By: gsar                                  on 1998/10/02  01:59:56
16453     Log: win32 caveats about truncate()
16454  Branch: perl
16455        ! pod/perlport.pod
16456 ____________________________________________________________________________
16457 [  1904] By: gsar                                  on 1998/10/02  01:53:25
16458     Log: various Configure and hints updates (prefer drand48() or random()
16459          over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
16460          applied modulo SCO hints superceded by later patch
16461          From: Jarkko Hietaniemi <jhi@iki.fi>
16462          Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
16463          Message-Id: <199809282156.AAA18615@alpha.hut.fi>
16464          Subject: [PATCH] 5.005_52: Configure et al:
16465  Branch: perl
16466        + ext/IPC/SysV/hints/next_3.pl
16467        ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
16468        ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
16469        ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
16470 ____________________________________________________________________________
16471 [  1903] By: gsar                                  on 1998/10/02  01:42:37
16472     Log: fixes for bugs in /RE/p        from Hugo van der Sanden
16473          Date: Mon, 28 Sep 1998 17:41:49 +0100
16474          Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
16475          Subject: [PATCH 5.005_52] Re: More on ?p 
16476          --
16477          Date: Thu, 01 Oct 1998 09:10:58 +0100
16478          Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
16479          Subject: [PATCH 5.005_52] ?p fix
16480          --
16481          Date: Thu, 01 Oct 1998 10:45:56 +0100
16482          Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
16483          Subject: [PATCH 5.005_52] more on ?p
16484  Branch: perl
16485        ! pp_ctl.c
16486 ____________________________________________________________________________
16487 [  1902] By: gsar                                  on 1998/10/02  01:36:14
16488     Log: From: Kenneth Duda <kjd@cisco.com>
16489          Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
16490          Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
16491          Subject: writemain dies when there are more than 4000 characters of extensions
16492  Branch: perl
16493        ! writemain.SH
16494 ____________________________________________________________________________
16495 [  1901] By: gsar                                  on 1998/10/02  01:33:16
16496     Log: tweak run_byacc recipe
16497  Branch: perl
16498        ! Makefile.SH Porting/pumpkin.pod
16499 ____________________________________________________________________________
16500 [  1900] By: gsar                                  on 1998/10/02  01:02:09
16501     Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
16502  Branch: perl
16503        ! perl.h pp_ctl.c
16504 ____________________________________________________________________________
16505 [  1899] By: gsar                                  on 1998/09/28  20:46:30
16506     Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
16507          Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
16508          Dvornik)
16509  Branch: perl
16510        ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
16511 ____________________________________________________________________________
16512 [  1898] By: gsar                                  on 1998/09/28  20:42:52
16513     Log: flush unsubmitted 5.00552 change
16514  Branch: perl
16515        ! MANIFEST
16516 ____________________________________________________________________________
16517 [  1897] By: gsar                                  on 1998/09/27  04:43:06
16518     Log: run vms_yfix.pl
16519  Branch: perl
16520        ! vms/perly_c.vms
16521 ____________________________________________________________________________
16522 [  1896] By: gsar                                  on 1998/09/27  03:38:55
16523     Log: small tweak on last change
16524  Branch: perl
16525        ! win32/win32.c
16526 ____________________________________________________________________________
16527 [  1895] By: gsar                                  on 1998/09/27  03:17:17
16528     Log: fix win32_stat() to do the right thing for share names
16529  Branch: perl
16530        ! win32/win32.c
16531 ____________________________________________________________________________
16532 [  1891] By: larry                                 on 1998/09/25  18:50:40
16533     Log: Fixed apostrophe problem from Mark Knutsen.
16534  Branch: perl
16535        ! sv.h
16536
16537 ----------------
16538 Version 5.005_52
16539 ----------------
16540
16541 ____________________________________________________________________________
16542 [  1890] By: gsar                                  on 1998/09/25  10:25:00
16543     Log: update template config.sh, add new config vars to win32 stuff
16544  Branch: perl
16545        ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
16546        ! pp_sys.c proto.h win32/config.bc win32/config.gc
16547        ! win32/config.vc win32/config_H.bc win32/config_H.gc
16548        ! win32/config_H.vc win32/win32.h
16549 ____________________________________________________________________________
16550 [  1889] By: gsar                                  on 1998/09/25  07:13:13
16551     Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
16552          for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
16553          of full-fledged 64-bit support (including support for: fseeko/ftello,
16554          Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
16555          in Fcntl)
16556          From: Jarkko Hietaniemi <jhi@iki.fi>
16557          Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
16558          Message-Id: <199809112056.XAA04720@alpha.hut.fi>
16559          Subject: [PATCH] 5.005_51: Configure "Massive Attack"
16560          --
16561          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
16562          Date: 12 Sep 1998 09:44:25 +0300
16563          Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
16564          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
16565  Branch: perl
16566        + lib/filetest.pm
16567        ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
16568        ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
16569        ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
16570        ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
16571        ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
16572        ! win32/makedef.pl
16573 ____________________________________________________________________________
16574 [  1888] By: gsar                                  on 1998/09/25  06:27:12
16575     Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
16576  Branch: perl
16577        ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
16578        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16579        ! win32/makedef.pl win32/makefile.mk win32/win32.c
16580 ____________________________________________________________________________
16581 [  1887] By: gsar                                  on 1998/09/25  04:50:49
16582     Log: win32.c tweak
16583  Branch: perl
16584        ! win32/win32.c
16585 ____________________________________________________________________________
16586 [  1886] By: gsar                                  on 1998/09/25  04:47:32
16587     Log: s/MAKEMAKEROPT/PERL_MM_OPT/
16588  Branch: perl
16589        ! lib/ExtUtils/MakeMaker.pm
16590 ____________________________________________________________________________
16591 [  1885] By: gsar                                  on 1998/09/25  04:05:09
16592     Log: From: Dominic Dunlop <domo@vo.lu>
16593          Date: Thu, 10 Sep 1998 11:02:46 +0000
16594          Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
16595          Subject: MM_Unix::canonpath erroneously turns leading // into /
16596  Branch: perl
16597        ! lib/ExtUtils/MM_Unix.pm
16598 ____________________________________________________________________________
16599 [  1884] By: gsar                                  on 1998/09/25  03:06:10
16600     Log: temporarily disable perl malloc for a2p until we clean up
16601          conflicting malloc() declarations everywhere
16602  Branch: perl
16603        ! x2p/Makefile.SH
16604 ____________________________________________________________________________
16605 [  1883] By: gsar                                  on 1998/09/25  02:27:00
16606     Log: remove obsolete win32/bin/*.pl
16607  Branch: perl
16608        - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
16609        ! Changes MANIFEST win32/Makefile win32/makefile.mk
16610 ____________________________________________________________________________
16611 [  1882] By: gsar                                  on 1998/09/25  02:04:43
16612     Log: missing file in last submit
16613  Branch: perl
16614        ! proto.h
16615 ____________________________________________________________________________
16616 [  1881] By: gsar                                  on 1998/09/25  01:56:54
16617     Log: serial access to PL_x[inpr]v_root for USE_THREADS
16618  Branch: perl
16619        ! sv.c
16620 ____________________________________________________________________________
16621 [  1880] By: gsar                                  on 1998/09/25  01:19:38
16622     Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
16623          From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
16624          Date: Thu, 24 Sep 1998 22:01:09 +0900
16625          Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
16626          Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
16627  Branch: perl
16628        ! hv.c proto.h
16629 ____________________________________________________________________________
16630 [  1879] By: gsar                                  on 1998/09/25  00:20:07
16631     Log: tweaks to enable PERL_OBJECT to build & test on win32
16632  Branch: perl
16633        ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
16634        ! win32/GenCAPI.pl
16635 ____________________________________________________________________________
16636 [  1878] By: gsar                                  on 1998/09/25  00:13:36
16637     Log: fix change#1861, which breaks default boot_xxx symbol generation
16638  Branch: perl
16639        ! lib/ExtUtils/Mksymlists.pm
16640 ____________________________________________________________________________
16641 [  1877] By: gsar                                  on 1998/09/24  10:29:54
16642     Log: two tweaks for clean build and test on Solaris
16643  Branch: perl
16644        ! op.c t/op/subst.t
16645 ____________________________________________________________________________
16646 [  1876] By: gsar                                  on 1998/09/24  09:04:43
16647     Log: From: Colin Kuskie <ckuskie@cadence.com>
16648          Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
16649          Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
16650          Subject: [PATCH 5.005_51] perlform.pod
16651  Branch: perl
16652        ! pod/perlform.pod
16653 ____________________________________________________________________________
16654 [  1875] By: gsar                                  on 1998/09/24  08:47:47
16655     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16656          Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
16657          Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
16658          Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
16659  Branch: perl
16660        ! regexec.c
16661 ____________________________________________________________________________
16662 [  1874] By: gsar                                  on 1998/09/24  08:44:55
16663     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16664          Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
16665          Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
16666          Subject: Re: your Regexp.patch dated 21.8 [PATCH]
16667  Branch: perl
16668        ! toke.c
16669 ____________________________________________________________________________
16670 [  1873] By: gsar                                  on 1998/09/24  08:39:41
16671     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16672          Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
16673          Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
16674          Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
16675  Branch: perl
16676        ! Changes regcomp.c
16677 ____________________________________________________________________________
16678 [  1872] By: gsar                                  on 1998/09/24  08:37:00
16679     Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
16680          Date: Sun, 23 Aug 1998 23:18:38 PDT
16681          Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
16682          Subject: new irix_6.sh hints file
16683  Branch: perl
16684        ! hints/irix_6.sh
16685 ____________________________________________________________________________
16686 [  1871] By: gsar                                  on 1998/09/24  07:26:37
16687     Log: correct FSF address in various places
16688  Branch: perl
16689        ! Copying README ext/B/README lib/Getopt/Long.pm
16690 ____________________________________________________________________________
16691 [  1870] By: gsar                                  on 1998/09/24  07:11:56
16692     Log: From:    Dan Sugalski <sugalskd@osshe.edu>
16693          Date:    Fri, 14 Aug 1998 09:20:16 PDT
16694          Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
16695          Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
16696  Branch: perl
16697        ! configure.com
16698 ____________________________________________________________________________
16699 [  1869] By: gsar                                  on 1998/09/24  06:55:59
16700     Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
16701          From:    Scott Henry <scotth@sgi.com>
16702          Date:    13 Aug 1998 09:52:15 PDT
16703          Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
16704          Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
16705  Branch: perl
16706        ! hints/irix_6.sh
16707 ____________________________________________________________________________
16708 [  1868] By: gsar                                  on 1998/09/24  06:51:23
16709     Log: From:    Nathan Torkington <gnat@frii.com>
16710          Date:    Thu, 13 Aug 1998 10:59:48 MDT
16711          Message-Id: <199808131659.KAA06179@prometheus.frii.com>
16712          Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
16713  Branch: perl
16714        ! pod/perlfunc.pod
16715 ____________________________________________________________________________
16716 [  1867] By: gsar                                  on 1998/09/24  06:45:13
16717     Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
16718          that are autoloaded)
16719  Branch: perl
16720        ! pp_ctl.c
16721 ____________________________________________________________________________
16722 [  1866] By: gsar                                  on 1998/09/24  05:21:19
16723     Log: grandfather deprecated "$$<digit>" no more
16724  Branch: perl
16725        ! pod/perldiag.pod toke.c
16726 ____________________________________________________________________________
16727 [  1865] By: gsar                                  on 1998/09/24  04:52:48
16728     Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
16729          low bits (suggested by Ilya Zakharevich)
16730  Branch: perl
16731        ! hv.h
16732 ____________________________________________________________________________
16733 [  1864] By: gsar                                  on 1998/09/24  04:29:14
16734     Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
16735          perly_c.diff
16736  Branch: perl
16737        ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
16738        ! perly_c.diff toke.c
16739 ____________________________________________________________________________
16740 [  1863] By: gsar                                  on 1998/09/24  03:36:30
16741     Log: provide locked access to string table for USE_THREADS
16742  Branch: perl
16743        ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
16744 ____________________________________________________________________________
16745 [  1862] By: gsar                                  on 1998/09/24  03:30:32
16746     Log: remove bogus warn()
16747  Branch: perl
16748        ! embed.pl
16749 ____________________________________________________________________________
16750 [  1861] By: gsar                                  on 1998/09/24  02:58:51
16751     Log: applied suggested patch, adapted for all platforms
16752          From: jan.dubois@ibm.net (Jan Dubois)
16753          Date: Sun, 20 Sep 1998 12:56:38 +0200
16754          Message-ID: <3604de0c.12319885@smtp1.ibm.net>
16755          Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
16756  Branch: perl
16757        ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
16758        ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
16759        ! lib/ExtUtils/MakeMaker.pm
16760 ____________________________________________________________________________
16761 [  1860] By: gsar                                  on 1998/09/24  02:16:14
16762     Log: upgrade to CPAN-1.40
16763  Branch: perl
16764        ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
16765 ____________________________________________________________________________
16766 [  1859] By: gsar                                  on 1998/09/24  02:08:59
16767     Log: use $ENV{MAKEMAKEROPT} to set default command line args
16768  Branch: perl
16769        ! lib/ExtUtils/MakeMaker.pm
16770 ____________________________________________________________________________
16771 [  1857] By: gsar                                  on 1998/09/23  10:58:36
16772     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16773          Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
16774          Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
16775          Subject: More verbose Test::Harness [PATCH]
16776  Branch: perl
16777        ! lib/Test/Harness.pm
16778 ____________________________________________________________________________
16779 [  1856] By: gsar                                  on 1998/09/23  10:56:24
16780     Log: update hints for OPENSTEP 4.2 on i386
16781          From: Gerben Wierda <Gerben_Wierda@RnA.nl>
16782          Date: Sun, 20 Sep 1998 01:03:18 +0200
16783          Message-Id: <9809192303.AA29190@Spike>
16784          Subject: Perl 5.005_02 compilation problems
16785  Branch: perl
16786        ! hints/next_4.sh
16787 ____________________________________________________________________________
16788 [  1855] By: gsar                                  on 1998/09/23  10:52:27
16789     Log: reset errno after C<require> search (as suggested by Larry)
16790  Branch: perl
16791        ! pp_ctl.c
16792 ____________________________________________________________________________
16793 [  1854] By: gsar                                  on 1998/09/23  10:50:26
16794     Log: misc pod tweaks
16795  Branch: perl
16796        ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
16797 ____________________________________________________________________________
16798 [  1853] By: gsar                                  on 1998/09/23  10:46:06
16799     Log: make Pod/Html.pm handle the --title option properly (as suggested
16800          by gml4410@ggr.co.uk)
16801  Branch: perl
16802        ! lib/Pod/Html.pm
16803 ____________________________________________________________________________
16804 [  1852] By: gsar                                  on 1998/09/23  10:41:39
16805     Log: SSNEW() API for allocating memory on the savestack
16806          From: Albert Dvornik <bert@genscan.com>
16807          Date: 17 Sep 1998 19:23:07 -0400
16808          Message-Id: <tqemtae338.fsf@puma.genscan.com>
16809          Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
16810  Branch: perl
16811        ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
16812        ! perl.h proto.h scope.c scope.h t/io/tell.t
16813 ____________________________________________________________________________
16814 [  1851] By: gsar                                  on 1998/09/23  10:37:05
16815     Log: From: Jochen Wiedmann <joe@ispsoft.de>
16816          Date: Thu, 17 Sep 1998 17:16:06 +0200
16817          Message-ID: <360127B6.E44564A@ispsoft.de>
16818          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
16819  Branch: perl
16820        ! lib/ExtUtils/MakeMaker.pm
16821 ____________________________________________________________________________
16822 [  1850] By: gsar                                  on 1998/09/23  10:33:05
16823     Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
16824          Date: 15 Sep 1998 01:32:31 +0200
16825          Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
16826          Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
16827  Branch: perl
16828        ! lib/ExtUtils/MM_Unix.pm
16829 ____________________________________________________________________________
16830 [  1849] By: gsar                                  on 1998/09/23  10:29:04
16831     Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
16832          Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
16833          Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
16834          Subject: Re: extralibs.ld problem in MM_VMS.pm
16835  Branch: perl
16836        ! lib/ExtUtils/MM_VMS.pm
16837 ____________________________________________________________________________
16838 [  1848] By: gsar                                  on 1998/09/23  10:25:24
16839     Log: From: Roderick Schertler <roderick@argon.org>
16840          Date: 11 Sep 1998 16:19:21 -0400
16841          Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
16842          Subject: Re: Open2 and memory leaks
16843  Branch: perl
16844        ! lib/IPC/Open3.pm
16845 ____________________________________________________________________________
16846 [  1847] By: gsar                                  on 1998/09/23  10:18:31
16847     Log: From: Roderick Schertler <roderick@argon.org>
16848          Date: Wed, 09 Sep 1998 23:52:48 -0400
16849          Message-ID: <20567.905399568@eeyore.ibcinc.com>
16850          Subject: seed srand from /dev/urandom when possible
16851  Branch: perl
16852        ! pod/perlfunc.pod pp.c
16853 ____________________________________________________________________________
16854 [  1846] By: gsar                                  on 1998/09/23  10:12:22
16855     Log: From: Roderick Schertler <roderick@argon.org>
16856          Date: Thu, 10 Sep 1998 00:32:17 -0400
16857          Message-ID: <21142.905401937@eeyore.ibcinc.com>
16858          Subject: doc update for crypt()'s salt
16859  Branch: perl
16860        ! pod/perlfunc.pod
16861 ____________________________________________________________________________
16862 [  1845] By: gsar                                  on 1998/09/23  10:09:23
16863     Log: fix h2ph handling of C<#error "foo">
16864          From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
16865          Date: Thu, 10 Sep 1998 09:59:33 +0900
16866          Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
16867          Subject: [5.005_02] h2ph problem
16868  Branch: perl
16869        ! utils/h2ph.PL
16870 ____________________________________________________________________________
16871 [  1844] By: gsar                                  on 1998/09/23  10:06:13
16872     Log: plug strictly private function leaks in API listing
16873  Branch: perl
16874        ! pod/perlguts.pod
16875 ____________________________________________________________________________
16876 [  1843] By: gsar                                  on 1998/09/23  10:02:57
16877     Log: hide symbol for static build
16878          From: Dominic Dunlop <domo@vo.lu>
16879          Date: Tue, 8 Sep 1998 21:40:46 +0000
16880          Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
16881          Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
16882  Branch: perl
16883        ! regcomp.c
16884 ____________________________________________________________________________
16885 [  1842] By: gsar                                  on 1998/09/23  09:52:46
16886     Log: define PUT_svindex(), PUT_opindex()
16887  Branch: perl
16888        ! ext/B/B/Assembler.pm
16889 ____________________________________________________________________________
16890 [  1841] By: gsar                                  on 1998/09/23  09:44:25
16891     Log: From: Dominic Dunlop <domo@vo.lu>
16892          Date: Tue, 8 Sep 1998 15:34:53 +0000
16893          Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
16894          Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
16895  Branch: perl
16896        ! t/pragma/warn/regexec
16897 ____________________________________________________________________________
16898 [  1840] By: gsar                                  on 1998/09/23  09:42:17
16899     Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
16900  Branch: perl
16901        ! win32/bin/pl2bat.pl
16902 ____________________________________________________________________________
16903 [  1839] By: gsar                                  on 1998/09/23  09:38:18
16904     Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
16905          Date: Mon, 7 Sep 1998 17:36:09 +0900
16906          Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
16907          Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
16908  Branch: perl
16909        ! ext/Thread/Thread.xs
16910 ____________________________________________________________________________
16911 [  1838] By: gsar                                  on 1998/09/23  09:21:11
16912     Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
16913          Date: Thu, 10 Sep 1998 00:02:07 -0400
16914          Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
16915          Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
16916  Branch: perl
16917        + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
16918        + vos/config.h vos/config_h.SH_orig vos/perl.bind
16919        + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
16920        ! MANIFEST perl.c perl.h pod/perlport.pod
16921 ____________________________________________________________________________
16922 [  1837] By: gsar                                  on 1998/09/23  08:45:58
16923     Log: (via private mail)
16924          From: Charles Bailey <BAILEY@newman.upenn.edu>
16925          Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
16926          Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
16927          Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
16928  Branch: perl
16929        ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
16930        ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
16931        ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
16932        ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
16933        ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
16934        ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
16935        ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
16936        ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
16937        ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
16938        ! vms/writemain.pl
16939 ____________________________________________________________________________
16940 [  1836] By: gsar                                  on 1998/09/23  08:17:42
16941     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16942          Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
16943          Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
16944          Subject: [PATCH 5.005_*] OS/2 spawning typos
16945  Branch: perl
16946        ! os2/os2.c
16947 ____________________________________________________________________________
16948 [  1835] By: gsar                                  on 1998/09/23  08:09:55
16949     Log: warn on C<my($foo,$foo)>
16950  Branch: perl
16951        ! op.c pod/perldiag.pod
16952 ____________________________________________________________________________
16953 [  1834] By: gsar                                  on 1998/09/23  07:35:56
16954     Log: From: pvhp@forte.com (Peter Prymmer)
16955          Date: Fri, 4 Sep 98 13:27:41 PDT
16956          Message-Id: <9809042027.AA04463@forte.com>
16957          Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
16958  Branch: perl
16959        ! README.vms
16960 ____________________________________________________________________________
16961 [  1833] By: gsar                                  on 1998/09/23  07:27:34
16962     Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
16963          Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
16964          Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
16965          Subject: PATCH: 5.005_02 hint/hpux.sh
16966  Branch: perl
16967        ! hints/hpux.sh
16968 ____________________________________________________________________________
16969 [  1832] By: gsar                                  on 1998/09/23  07:22:40
16970     Log: fix (some) installhtml bugs
16971          From: Larry Parmelee <parmelee@CS.Cornell.EDU>
16972          Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
16973          Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
16974          Subject: installhtml script needs work
16975  Branch: perl
16976        ! installhtml
16977 ____________________________________________________________________________
16978 [  1831] By: gsar                                  on 1998/09/23  07:19:30
16979     Log: document 'U' magic with examples
16980          From: Alan Burlison <Alan.Burlison@UK.Sun.com>
16981          Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
16982          Message-Id: <199809011455.PAA00631@sale-wts>
16983          Subject: Re: Looking for some XS MAGIC examples...
16984  Branch: perl
16985        ! pod/perlguts.pod
16986 ____________________________________________________________________________
16987 [  1830] By: gsar                                  on 1998/09/23  07:16:43
16988     Log: From: pvhp@forte.com (Peter Prymmer)
16989          Date: Mon, 31 Aug 98 17:13:49 PDT
16990          Message-Id: <9809010013.AA06737@forte.com>
16991          Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
16992  Branch: perl
16993        ! README.os390
16994 ____________________________________________________________________________
16995 [  1829] By: gsar                                  on 1998/09/23  07:15:08
16996     Log: fix problematic typecast in filter_del()
16997          From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
16998          Date: Mon, 31 Aug 1998 21:13:11 GMT
16999          Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
17000          Subject: perl5.005_02 does not build on Cray T90
17001  Branch: perl
17002        ! toke.c
17003 ____________________________________________________________________________
17004 [  1828] By: gsar                                  on 1998/09/23  07:11:34
17005     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17006          Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
17007          Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
17008          Subject: [PATCH 5.005_5*] (?>) broken in RE
17009  Branch: perl
17010        ! regexec.c t/op/re_tests
17011 ____________________________________________________________________________
17012 [  1827] By: gsar                                  on 1998/09/23  07:09:50
17013     Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
17014  Branch: perl
17015        ! t/op/grent.t t/op/groups.t
17016 ____________________________________________________________________________
17017 [  1826] By: gsar                                  on 1998/09/23  07:03:16
17018     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
17019          Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
17020          Message-Id: <199808121941.WAA06263@alpha.hut.fi>
17021          Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
17022  Branch: perl
17023        - interp.sym
17024        ! MANIFEST Makefile.SH embed.pl perl_exp.SH
17025 ____________________________________________________________________________
17026 [  1825] By: gsar                                  on 1998/09/23  06:56:40
17027     Log: re-introduce change#1703
17028  Branch: perl
17029        ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
17030 ____________________________________________________________________________
17031 [  1824] By: gsar                                  on 1998/09/23  06:44:19
17032     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17033          Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
17034          Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
17035          Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
17036  Branch: perl
17037        ! lib/perl5db.pl
17038 ____________________________________________________________________________
17039 [  1823] By: gsar                                  on 1998/09/23  06:41:34
17040         Log: From: Joe Buehler <jhpb@hekimian.com>
17041              Date: 29 Aug 1998 17:13:28 -0400
17042              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
17043              Subject: patches for perl 5.005_51 under U/WIN
17044      Branch: perl
17045            + hints/uwin.sh
17046            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
17047            ! t/lib/posix.t
17048 ____________________________________________________________________________
17049 [  1822] By: gsar                                  on 1998/09/23  06:36:59
17050         Log: add missing C<no utf8;> tweak from Larry
17051      Branch: perl
17052            ! t/op/subst.t
17053 ____________________________________________________________________________
17054 [  1821] By: gsar                                  on 1998/09/23  06:27:51
17055         Log: s/runops/CALLRUNOPS/
17056      Branch: perl
17057            ! cc_runtime.h
17058 ____________________________________________________________________________
17059 [  1820] By: gsar                                  on 1998/09/23  06:24:49
17060         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
17061      Branch: perl
17062           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
17063           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
17064           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
17065           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
17066           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
17067           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
17068           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
17069           +> t/pragma/warn/util
17070            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
17071            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
17072            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
17073            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
17074            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
17075            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
17076            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
17077            - t/pragma/warn-util
17078            ! MANIFEST t/pragma/warning.t
17079 ____________________________________________________________________________
17080 [  1819] By: gsar                                  on 1998/09/23  06:08:46
17081         Log: make \(%foo) return refs to values (not copies of values)
17082              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
17083              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
17084              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
17085              --
17086              From: Roderick Schertler <roderick@argon.org>
17087              Date: Sat, 29 Aug 1998 00:58:33 -0400
17088              Message-ID: <29894.904366713@eeyore.ibcinc.com>
17089              Subject: Re: \(%x) problems
17090      Branch: perl
17091            ! doop.c pod/perlref.pod
17092 ____________________________________________________________________________
17093 [  1818] By: gsar                                  on 1998/09/23  06:05:08
17094         Log: make h2xs generate ANSI prototypes
17095      Branch: perl
17096            ! utils/h2xs.PL
17097 ____________________________________________________________________________
17098 [  1817] By: gsar                                  on 1998/09/23  05:57:16
17099         Log: updated usethreads hints for hpux 10.X
17100              From: Matthew T Harden <mthard@mthard1.monsanto.com>
17101              Date: Fri, 28 Aug 1998 14:10:42 GMT
17102              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
17103              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
17104      Branch: perl
17105            ! hints/hpux.sh perl.h
17106 ____________________________________________________________________________
17107 [  1816] By: gsar                                  on 1998/09/23  05:53:31
17108         Log: don't create empty directories in installperl
17109              From: Robin Barker <rmb1@cise.npl.co.uk>
17110              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
17111              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
17112              Subject: [PATCH 5.005_02] install: empty dirs
17113      Branch: perl
17114            ! installperl
17115 ____________________________________________________________________________
17116 [  1815] By: gsar                                  on 1998/09/23  05:50:36
17117         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
17118              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17119              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
17120              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
17121              Subject: Re: your mail
17122      Branch: perl
17123            ! regexec.c t/op/re_tests
17124 ____________________________________________________________________________
17125 [  1814] By: gsar                                  on 1998/09/23  05:45:17
17126         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
17127              Date: Thu, 20 Aug 1998 20:59:03 -0400
17128              Message-ID: <19980820205903.A12908@O2.chapin.edu>
17129              Subject: [PATCH] h2ph misquotes #error directives
17130      Branch: perl
17131            ! t/lib/h2ph.pht utils/h2ph.PL
17132 ____________________________________________________________________________
17133 [  1813] By: gsar                                  on 1998/09/23  05:42:41
17134         Log: patch to support computed regular subexpressions
17135              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17136              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
17137              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
17138              Subject: [5.005_5* PATCH] Postponed RE - now!
17139      Branch: perl
17140            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
17141            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
17142 ____________________________________________________________________________
17143 [  1812] By: gsar                                  on 1998/09/23  05:26:26
17144         Log: better CR-handling on shebang line and in formats (fixed variant of
17145              patch suggested by Igor Sysoev <igor@nitek.ru>)
17146      Branch: perl
17147            ! perl.c toke.c
17148 ____________________________________________________________________________
17149 [  1811] By: gsar                                  on 1998/09/23  04:35:46
17150         Log: document non-loopish blocks better
17151              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17152              Date: Tue, 18 Aug 1998 12:28:36 +0100
17153              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
17154              Subject: Re: next in do {} while block gives error message
17155      Branch: perl
17156            ! pod/perlfunc.pod
17157 ____________________________________________________________________________
17158 [  1810] By: gsar                                  on 1998/09/23  04:12:05
17159         Log: fix bogus integerization of pop()'s return value
17160              From: Gurusamy Sarathy <gsar@engin.umich.edu>
17161              Date: Sat, 15 Aug 1998 23:27:54 -0400
17162              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
17163              Subject: Re: Complex expression does integer arithmetic 
17164      Branch: perl
17165            ! opcode.h opcode.pl
17166 ____________________________________________________________________________
17167 [  1809] By: gsar                                  on 1998/09/23  04:09:43
17168         Log: tweak README.win32
17169      Branch: perl
17170            ! README.win32
17171 ____________________________________________________________________________
17172 [  1808] By: gsar                                  on 1998/09/23  03:40:57
17173         Log: better diagnostic for do{} used as lvalue
17174      Branch: perl
17175            ! op.c pod/perlport.pod
17176 ____________________________________________________________________________
17177 [  1807] By: gsar                                  on 1998/09/23  03:38:30
17178         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
17179              From: hansm@icgroup.nl
17180              Date: Tue, 11 Aug 98 21:08:51 +0200
17181              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
17182              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
17183      Branch: perl
17184            ! malloc.c
17185 ____________________________________________________________________________
17186 [  1806] By: gsar                                  on 1998/09/23  03:36:08
17187         Log: support make written in perl (aka "pmake") on win32
17188      Branch: perl
17189            ! lib/ExtUtils/MM_Win32.pm
17190 ____________________________________________________________________________
17191 [  1805] By: gsar                                  on 1998/09/23  03:30:07
17192         Log: fix mismatched UV/U32 types for to_utf8_*()
17193      Branch: perl
17194            ! utf8.c
17195 ____________________________________________________________________________
17196 [  1804] By: gsar                                  on 1998/09/23  03:22:22
17197         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
17198              Date: Sun, 9 Aug 1998 22:38:23 +0200
17199              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
17200              Subject: [PATCH 5.5002] dos-djgpp update
17201      Branch: perl
17202            ! t/io/fs.t
17203 ____________________________________________________________________________
17204 [  1803] By: gsar                                  on 1998/09/23  03:20:13
17205         Log: apply minimal variant of patch (sent via private mail)
17206              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
17207              Date: Wed, 12 Aug 1998 15:42:35 +0300
17208              Message-Id: <199808121242.PAA29761@comanche.spices>
17209              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
17210      Branch: perl
17211            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
17212            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
17213 ____________________________________________________________________________
17214 [  1802] By: gsar                                  on 1998/09/23  03:03:39
17215         Log: adjust searchdict.t for EBCDIC (still needs documenting)
17216              From: pvhp@forte.com (Peter Prymmer)
17217              Date: Thu, 6 Aug 98 18:09:39 PDT
17218              Message-Id: <9808070109.AA06158@forte.com>
17219              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
17220      Branch: perl
17221            ! README.os390 t/lib/searchdict.t
17222 ____________________________________________________________________________
17223 [  1801] By: gsar                                  on 1998/09/23  02:54:15
17224         Log: silence redefined warning for XS(INIT) {}
17225      Branch: perl
17226            ! op.c
17227 ____________________________________________________________________________
17228 [  1800] By: gsar                                  on 1998/09/23  02:42:23
17229         Log: support match indices via special variables @- and @+
17230              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17231              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
17232              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
17233              Subject: [PATCH 5.004_76] @- and @+
17234      Branch: perl
17235            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
17236            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
17237 ____________________________________________________________________________
17238 [  1799] By: gsar                                  on 1998/09/23  01:44:31
17239         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17240              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
17241              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
17242              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
17243      Branch: perl
17244            ! regcomp.c t/op/re_tests
17245 ____________________________________________________________________________
17246 [  1798] By: gsar                                  on 1998/09/23  01:39:23
17247         Log: integrate maint-5.005 changes (except conflicting change#1794)
17248      Branch: perl
17249            ! Changes
17250           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
17251           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
17252           !> win32/win32.h
17253 ____________________________________________________________________________
17254 [  1797] By: gsar                                  on 1998/09/23  01:32:36
17255         Log: add note to win32/Makefile about setting CCHOME
17256      Branch: perl
17257            ! win32/Makefile win32/makefile.mk
17258 ____________________________________________________________________________
17259 [  1796] By: gsar                                  on 1998/09/23  01:31:32
17260         Log: perl.pod tweak
17261      Branch: perl
17262            ! pod/perl.pod
17263 ____________________________________________________________________________
17264 [  1795] By: gsar                                  on 1998/09/21  20:34:10
17265         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
17266      Branch: perl
17267            ! lib/ExtUtils/xsubpp
17268 ____________________________________________________________________________
17269 [  1789] By: gsar                                  on 1998/09/18  18:01:37
17270         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
17271      Branch: perl
17272            ! cop.h t/cmd/for.t
17273 ____________________________________________________________________________
17274 [  1788] By: gsar                                  on 1998/09/17  02:19:11
17275         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
17276      Branch: perl
17277            ! win32/config.bc win32/config.gc win32/config.vc
17278 ____________________________________________________________________________
17279 [  1787] By: gsar                                  on 1998/09/17  01:45:14
17280         Log: suppress bogus warning on C<sub x {} x()>
17281      Branch: perl
17282            ! toke.c
17283 ____________________________________________________________________________
17284 [  1786] By: gsar                                  on 1998/09/17  01:42:51
17285         Log: ntohl typo in objXSUB.h
17286      Branch: perl
17287            ! objXSUB.h
17288 ____________________________________________________________________________
17289 [  1785] By: gsar                                  on 1998/09/17  01:41:48
17290         Log: fill gaps in sig_* entries in win32/config.?c
17291      Branch: perl
17292            ! win32/config.bc win32/config.gc win32/config.vc
17293 ____________________________________________________________________________
17294 [  1781] By: larry                                 on 1998/09/05  23:48:24
17295         Log: tr/// logic was hosed under utf8
17296      Branch: perl
17297            ! doop.c op.c op.h pp.c proto.h
17298 ____________________________________________________________________________
17299 [  1780] By: larry                                 on 1998/09/05  23:44:16
17300         Log: several new tests needed tweaking to work under utf8
17301      Branch: perl
17302            ! t/comp/require.t t/op/pack.t t/op/substr.t
17303 ____________________________________________________________________________
17304 [  1779] By: larry                                 on 1998/09/05  23:41:42
17305         Log: index() applied BM optimization to wrong argument
17306      Branch: perl
17307            ! op.c util.c
17308 ____________________________________________________________________________
17309 [  1778] By: larry                                 on 1998/09/05  23:38:29
17310         Log: Implicit require during compile reset line numbering
17311      Branch: perl
17312            ! pp_ctl.c
17313
17314 ----------------
17315 Version 5.005_51
17316 ----------------
17317
17318 ____________________________________________________________________________
17319 [  1777] By: gsar                                  on 1998/08/10  07:02:38
17320         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
17321              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
17322              lexical warning testsuite for win32
17323      Branch: perl
17324            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
17325            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
17326            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
17327            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
17328            ! win32/Makefile win32/makefile.mk
17329 ____________________________________________________________________________
17330 [  1776] By: gsar                                  on 1998/08/09  17:53:48
17331         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
17332      Branch: perl
17333            ! Changes MANIFEST perl.c pod/perlhist.pod
17334 ____________________________________________________________________________
17335 [  1775] By: gsar                                  on 1998/08/09  14:35:33
17336         Log: tweak warning test
17337      Branch: perl
17338            ! t/pragma/warn-toke
17339 ____________________________________________________________________________
17340 [  1774] By: gsar                                  on 1998/08/09  14:13:46
17341         Log: add missing dTHR; notes for test failures due to small stacksize
17342      Branch: perl
17343            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
17344            ! toke.c universal.c util.c
17345 ____________________________________________________________________________
17346 [  1773] By: gsar                                  on 1998/08/09  11:31:53
17347         Log: lexical warnings; tweaks to places that didn't apply correctly
17348              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
17349              Date:    Wed, 29 Jul 1998 09:28:45 BST
17350              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
17351              Subject: lexical warnings patch for 5.005_50
17352      Branch: perl
17353            + README.lexwarn lib/warning.pm t/pragma/warn-2use
17354            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
17355            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
17356            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
17357            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
17358            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
17359            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
17360            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
17361            + warning.h warning.pl
17362            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
17363            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
17364            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
17365            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
17366            ! universal.c util.c
17367 ____________________________________________________________________________
17368 [  1772] By: gsar                                  on 1998/08/08  23:06:00
17369         Log: bump patchlevel to 5.005_51
17370      Branch: perl
17371            ! patchlevel.h win32/Makefile win32/config_H.bc
17372            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
17373 ____________________________________________________________________________
17374 [  1771] By: gsar                                  on 1998/08/08  23:01:57
17375         Log: fix bogus warning on "\x{123}"
17376              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
17377              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
17378              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
17379              Subject: [5.005_50 PATCH] Some unicode problems
17380      Branch: perl
17381            ! regcomp.c toke.c
17382 ____________________________________________________________________________
17383 [  1770] By: gsar                                  on 1998/08/08  22:56:55
17384         Log: hide dup symbol for static build of ext/re
17385              From: Dominic Dunlop <domo@ppp72.vo.lu>
17386              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
17387              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
17388              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
17389      Branch: perl
17390            ! regcomp.c
17391 ____________________________________________________________________________
17392 [  1769] By: gsar                                  on 1998/08/08  22:45:06
17393         Log: fix double free on -Mutf8 -e '$b=uc("")'
17394              From: larry@wall.org (Larry Wall)
17395              Date: Fri, 7 Aug 1998 14:42:43 -0700
17396              Message-Id: <199808072142.OAA14920@wall.org>
17397              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
17398      Branch: perl
17399            ! pp.c
17400 ____________________________________________________________________________
17401 [  1768] By: gsar                                  on 1998/08/08  22:42:29
17402         Log: substr() assumes utf8 without say-so
17403              From: larry@wall.org (Larry Wall)
17404              Date: Fri, 7 Aug 1998 12:25:12 -0700
17405              Message-Id: <199808071925.MAA13436@wall.org>
17406              Subject: [PATCH 5.005_50] substr bug?
17407      Branch: perl
17408            ! pp.c
17409 ____________________________________________________________________________
17410 [  1767] By: gsar                                  on 1998/08/08  22:38:25
17411         Log: fix intolerance of SWASHes for blank lines
17412              From: Gisle Aas <aas@sn.no>
17413              Date: 06 Aug 1998 23:28:57 +0200
17414              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
17415              Subject: Re: Re[2]: another joyride begins
17416      Branch: perl
17417            ! lib/utf8_heavy.pl
17418 ____________________________________________________________________________
17419 [  1766] By: gsar                                  on 1998/08/08  22:33:10
17420         Log: utf8 doc tweak
17421              From: Gisle Aas <aas@sn.no>
17422              Date: 05 Aug 1998 00:41:04 +0200
17423              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
17424              Subject: Matching clumps
17425      Branch: perl
17426            ! lib/utf8.pm
17427 ____________________________________________________________________________
17428 [  1765] By: gsar                                  on 1998/08/08  22:31:37
17429         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
17430              From: Gisle Aas <aas@sn.no>
17431              Date: 04 Aug 1998 22:56:11 +0200
17432              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
17433              Subject: Re: another joyride begins
17434      Branch: perl
17435            ! lib/utf8_heavy.pl
17436 ____________________________________________________________________________
17437 [  1764] By: gsar                                  on 1998/08/08  22:28:43
17438         Log: From: larry@wall.org (Larry Wall)
17439              Date: Tue, 4 Aug 1998 17:04:51 -0700
17440              Message-Id: <199808050004.RAA22592@wall.org>
17441              Subject: [PATCH 5.005_50] \pX not implemented!
17442      Branch: perl
17443            ! regcomp.c
17444 ____________________________________________________________________________
17445 [  1763] By: gsar                                  on 1998/08/08  22:27:15
17446         Log: From: Stephen McCamant <alias@mcs.com>
17447              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
17448              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
17449              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
17450      Branch: perl
17451            ! op.c
17452 ____________________________________________________________________________
17453 [  1762] By: gsar                                  on 1998/08/08  22:26:09
17454         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
17455              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
17456              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
17457              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
17458      Branch: perl
17459            + t/op/grent.t t/op/pwent.t
17460            ! MANIFEST
17461 ____________________________________________________________________________
17462 [  1761] By: gsar                                  on 1998/08/08  22:21:52
17463         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17464              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
17465              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
17466              Subject: [5.005_50 PATCH] misprint in RE engine
17467      Branch: perl
17468            ! regexec.c t/op/re_tests
17469 ____________________________________________________________________________
17470 [  1760] By: gsar                                  on 1998/08/08  22:18:54
17471         Log: integrate maint-5.005 changes into mainline
17472      Branch: perl
17473           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
17474           !> (integrate 138 files)
17475 ____________________________________________________________________________
17476 [  1672] By: gsar                                  on 1998/07/27  18:35:28
17477         Log: create new Changes
17478      Branch: perl
17479            + Changes
17480            ! Changes5.005 MANIFEST
17481 ____________________________________________________________________________
17482 [  1671] By: gsar                                  on 1998/07/27  18:30:57
17483         Log: rename Changes --> Changes5.005
17484      Branch: perl
17485           +> Changes5.005
17486            - Changes
17487 ____________________________________________________________________________
17488 [  1670] By: gsar                                  on 1998/07/27  18:10:14
17489         Log: integrate 5.005_01 changes from maint
17490      Branch: perl
17491            ! Changes
17492           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
17493           !> win32/win32.c
17494 ____________________________________________________________________________
17495 [  1667] By: nick                                  on 1998/07/26  14:31:01
17496         Log: Add dTHR so that it compiles miniperl in threaded mode
17497      Branch: perl
17498            ! doop.c mg.c regcomp.c regexec.c
17499 ____________________________________________________________________________
17500 [  1666] By: nick                                  on 1998/07/26  13:01:10
17501         Log: Resolve ansiperl against mainline (@1648?)
17502              Unclear that change number has "taken".
17503      Branch: ansiperl
17504           +> (branch 169 files)
17505            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
17506           !> (integrate 131 files)
17507
17508 ----------------
17509 Version 5.005_50
17510 ----------------
17511
17512 ____________________________________________________________________________
17513 [  1665] By: gsar                                  on 1998/07/26  05:38:48
17514         Log: add trailing newline to file
17515      Branch: perl
17516            ! Changes lib/unicode/blocks.txt
17517 ____________________________________________________________________________
17518 [  1664] By: gsar                                  on 1998/07/26  05:08:48
17519         Log: integrate proto.h additions from maint-5.005
17520      Branch: perl
17521           !> pod/perlhist.pod proto.h
17522 ____________________________________________________________________________
17523 [  1663] By: gsar                                  on 1998/07/26  05:07:05
17524         Log: add new files to MANIFEST; add missing prototypes to proto.h;
17525              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
17526              add typecasts to silence warnings; tweaks for win32 builds
17527      Branch: perl
17528            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
17529            ! win32/Makefile win32/makefile.mk
17530 ____________________________________________________________________________
17531 [  1662] By: gsar                                  on 1998/07/26  05:01:52
17532         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
17533      Branch: maint-5.005/perl
17534            ! pod/perlhist.pod proto.h
17535 ____________________________________________________________________________
17536 [  1661] By: gsar                                  on 1998/07/26  02:52:48
17537         Log: up patchlevel to 5.005_50
17538      Branch: perl
17539            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
17540            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
17541 ____________________________________________________________________________
17542 [  1660] By: gsar                                  on 1998/07/26  02:43:57
17543         Log: integrate utfperl
17544      Branch: perl
17545           +> (branch 162 files)
17546           !> (integrate 29 files)
17547 ____________________________________________________________________________
17548 [  1659] By: gsar                                  on 1998/07/26  02:38:22
17549         Log: integrate maint-5.005 changes
17550      Branch: perl
17551           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
17552           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
17553           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
17554           !> vms/descrip_mms.template vms/subconfigure.com
17555 ____________________________________________________________________________
17556 [  1658] By: gsar                                  on 1998/07/26  02:23:46
17557         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
17558              Date: Fri, 24 Jul 1998 11:38:25 -0700
17559              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
17560              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
17561              --
17562              Date: Fri, 24 Jul 1998 12:30:36 -0700
17563              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
17564              Subject: [PATCH 5.005]Tweaks to README.vms
17565              --
17566              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
17567              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
17568              Subject: [PATCH 5.005] Final build cleanup patch
17569      Branch: maint-5.005/perl
17570            ! README.vms vms/descrip_mms.template vms/subconfigure.com
17571 ____________________________________________________________________________
17572 [  1657] By: gsar                                  on 1998/07/26  02:19:50
17573         Log: another platform where pp_sselect() needs a whole fd_set buffer
17574              From: Lupe Christoph <lupe@alanya.m.isar.de>
17575              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
17576              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
17577              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
17578      Branch: maint-5.005/perl
17579            ! pp_sys.c
17580 ____________________________________________________________________________
17581 [  1656] By: gsar                                  on 1998/07/26  02:12:46
17582         Log: fix problem building modules on dos-djgpp
17583              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
17584              Date: Sat, 25 Jul 1998 00:53:39 +0200
17585              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
17586              Subject: [PATCH 5.005] dos-djgpp and modules problem
17587      Branch: maint-5.005/perl
17588            ! djgpp/fixpmain
17589 ____________________________________________________________________________
17590 [  1655] By: gsar                                  on 1998/07/26  02:11:09
17591         Log: From: Tom Spindler <dogcow@home.merit.edu>
17592              Date: Wed, 22 Jul 1998 16:11:07 -0400
17593              Message-ID: <19980722161107.A16813@home.merit.edu>
17594              Subject: [PATCH 5.005] BeOS tweak
17595      Branch: maint-5.005/perl
17596            ! hints/beos.sh
17597 ____________________________________________________________________________
17598 [  1654] By: gsar                                  on 1998/07/26  02:09:29
17599         Log: various pod tweaks
17600      Branch: maint-5.005/perl
17601            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
17602            ! pod/perltoc.pod
17603 ____________________________________________________________________________
17604 [  1653] By: gsar                                  on 1998/07/26  02:05:46
17605         Log: fix emacs/ptags for PL_* changes
17606              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17607              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
17608              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
17609              Subject: [PATCH 5.004_76] Yet better ptags
17610      Branch: maint-5.005/perl
17611            ! emacs/ptags
17612 ____________________________________________________________________________
17613 [  1652] By: gsar                                  on 1998/07/26  02:03:01
17614         Log: fix behavior of <=> on bigints
17615              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17616              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
17617              Date: Fri, 24 Jul 1998 18:29:53 +0100
17618              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
17619      Branch: maint-5.005/perl
17620            ! lib/Math/BigInt.pm t/lib/bigintpm.t
17621 ____________________________________________________________________________
17622 [  1651] By: larry                                 on 1998/07/24  05:44:33
17623         Log: Here are the long-expected Unicode/UTF-8 modifications.
17624      Branch: utfperl
17625            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
17626            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
17627            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
17628            + lib/unicode/Decomposition.pl
17629            + lib/unicode/In/AlphabeticPresentationForms.pl
17630            + lib/unicode/In/Arabic.pl
17631            + lib/unicode/In/ArabicPresentationForms-A.pl
17632            + lib/unicode/In/ArabicPresentationForms-B.pl
17633            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
17634            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
17635            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
17636            + lib/unicode/In/BoxDrawing.pl
17637            + lib/unicode/In/CJKCompatibility.pl
17638            + lib/unicode/In/CJKCompatibilityForms.pl
17639            + lib/unicode/In/CJKCompatibilityIdeographs.pl
17640            + lib/unicode/In/CJKSymbolsandPunctuation.pl
17641            + lib/unicode/In/CJKUnifiedIdeographs.pl
17642            + lib/unicode/In/CombiningDiacriticalMarks.pl
17643            + lib/unicode/In/CombiningHalfMarks.pl
17644            + lib/unicode/In/CombiningMarksforSymbols.pl
17645            + lib/unicode/In/ControlPictures.pl
17646            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
17647            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
17648            + lib/unicode/In/EnclosedAlphanumerics.pl
17649            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
17650            + lib/unicode/In/GeneralPunctuation.pl
17651            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
17652            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
17653            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
17654            + lib/unicode/In/HalfwidthandFullwidthForms.pl
17655            + lib/unicode/In/HangulCompatibilityJamo.pl
17656            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
17657            + lib/unicode/In/Hebrew.pl
17658            + lib/unicode/In/HighPrivateUseSurrogates.pl
17659            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
17660            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
17661            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
17662            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
17663            + lib/unicode/In/LatinExtended-A.pl
17664            + lib/unicode/In/LatinExtended-B.pl
17665            + lib/unicode/In/LatinExtendedAdditional.pl
17666            + lib/unicode/In/LetterlikeSymbols.pl
17667            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
17668            + lib/unicode/In/MathematicalOperators.pl
17669            + lib/unicode/In/MiscellaneousSymbols.pl
17670            + lib/unicode/In/MiscellaneousTechnical.pl
17671            + lib/unicode/In/NumberForms.pl
17672            + lib/unicode/In/OpticalCharacterRecognition.pl
17673            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
17674            + lib/unicode/In/SmallFormVariants.pl
17675            + lib/unicode/In/SpacingModifierLetters.pl
17676            + lib/unicode/In/Specials.pl
17677            + lib/unicode/In/SuperscriptsandSubscripts.pl
17678            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
17679            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
17680            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
17681            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
17682            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
17683            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
17684            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
17685            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
17686            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
17687            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
17688            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
17689            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
17690            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
17691            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
17692            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
17693            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
17694            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
17695            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
17696            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
17697            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
17698            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
17699            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
17700            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
17701            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
17702            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
17703            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
17704            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
17705            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
17706            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
17707            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
17708            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
17709            + lib/unicode/JamoShort.pl lib/unicode/Makefile
17710            + lib/unicode/Name.pl lib/unicode/Number.pl
17711            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
17712            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
17713            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
17714            + lib/unicode/blocks.txt lib/unicode/index2.txt
17715            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
17716            + lib/unicode/names2.txt lib/unicode/props2.txt
17717            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
17718            + utf8.c utf8.h
17719            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
17720            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
17721            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
17722            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
17723            ! t/op/vec.t toke.c util.c vms/vmsish.h
17724 ____________________________________________________________________________
17725 [  1650] By: gsar                                  on 1998/07/24  04:06:48
17726         Log: create utfperl branch
17727      Branch: utfperl
17728           +> (branch 1079 files)
17729 ____________________________________________________________________________
17730 [  1649] By: gsar                                  on 1998/07/24  03:56:56
17731         Log: create maint-5.005 branch
17732      Branch: maint-5.005/perl
17733           +> (branch 1079 files)
17734 ____________________________________________________________________________
17735 [  1648] By: gsar                                  on 1998/07/24  03:36:35
17736         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
17737      Branch: perl
17738            ! Changes
17739